Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
c9aec5c4
Commit
c9aec5c4
authored
Mar 03, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing test suite by removing it from cabal; just run via runhaskell
Conflicts: ihaskell.cabal
parent
9f157b36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
62 deletions
+0
-62
Hspec.hs
Hspec.hs
+0
-4
ihaskell.cabal
ihaskell.cabal
+0
-58
No files found.
src/
Hspec.hs
→
Hspec.hs
View file @
c9aec5c4
...
@@ -500,11 +500,7 @@ parseStringTests = describe "Parser" $ do
...
@@ -500,11 +500,7 @@ parseStringTests = describe "Parser" $ do
it
"breaks without data kinds"
$
it
"breaks without data kinds"
$
parses
"data X = 3"
`
like
`
[
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"
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
it
"parses statements after imports"
$
do
...
...
ihaskell.cabal
View file @
c9aec5c4
...
@@ -151,64 +151,6 @@ executable IHaskell
...
@@ -151,64 +151,6 @@ executable IHaskell
if flag(binPkgDb)
if flag(binPkgDb)
build-depends: bin-package-db
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
source-repository head
type: git
type: git
location: git://github.com/gibiansky/IHaskell.git
location: git://github.com/gibiansky/IHaskell.git
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment