Fixing test suite by removing it from cabal; just run via runhaskell

This commit is contained in:
Andrew Gibiansky 2015-03-03 13:15:31 -08:00
parent e64e8ef486
commit 01b3593d15
2 changed files with 0 additions and 61 deletions

View File

@ -500,11 +500,7 @@ parseStringTests = describe "Parser" $ do
it "breaks without data kinds" $
parses "data X = 3" `like` [
#if MIN_VERSION_ghc(7, 8, 0)
ParseError (Loc 1 10) "Illegal literal in type (use DataKinds to enable): 3"
#else
ParseError (Loc 1 10) "Illegal literal in type (use -XDataKinds to enable): 3"
#endif
]
it "parses statements after imports" $ do

View File

@ -140,63 +140,6 @@ executable IHaskell
ipython-kernel >= 0.2,
unix >= 2.6
Test-Suite hspec
hs-source-dirs: src
Type: exitcode-stdio-1.0
Ghc-Options: -threaded
Main-Is: Hspec.hs
default-language: Haskell2010
build-depends:
aeson >=0.6 && < 0.9,
base >=4.6 && < 4.8,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.* || == 7.8.*,
ghc-parser >=0.1.1,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
hlint >=1.9 && <2.0,
haskell-src-exts ==1.16.*,
hspec -any,
HUnit -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.5,
split >= 0.2,
stm -any,
strict >=0.3,
system-argv0 -any,
system-filepath -any,
tar -any,
text >=0.11,
http-client == 0.4.*,
http-client-tls == 0.2.*,
transformers -any,
unix >= 2.6,
unordered-containers -any,
utf8-string -any,
uuid >=1.3,
vector -any,
setenv ==0.1.*,
ipython-kernel >= 0.2
default-extensions:
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
source-repository head
type: git
location: git://github.com/gibiansky/IHaskell.git