mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Fixing test suite by removing it from cabal; just run via runhaskell
Conflicts: ihaskell.cabal
This commit is contained in:
parent
9f157b36a0
commit
c9aec5c490
@ -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
|
@ -151,64 +151,6 @@ executable IHaskell
|
||||
if flag(binPkgDb)
|
||||
build-depends: bin-package-db
|
||||
|
||||
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.9,
|
||||
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.11,
|
||||
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
|
||||
if flag(binPkgDb)
|
||||
build-depends: bin-package-db
|
||||
|
||||
default-extensions:
|
||||
DoAndIfThenElse
|
||||
OverloadedStrings
|
||||
ExtendedDefaultRules
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/gibiansky/IHaskell.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user