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
2fc9b661
Commit
2fc9b661
authored
Mar 06, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempting to migrate tests back into package... ugh
parent
7322b7ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
3 deletions
+62
-3
.travis.yml
.travis.yml
+2
-3
ihaskell.cabal
ihaskell.cabal
+60
-0
No files found.
.travis.yml
View file @
2fc9b661
...
...
@@ -32,7 +32,6 @@ install:
-
travis_retry cabal install cpphs
-
travis_retry cabal install gtk2hs-buildtools
-
travis_retry cabal install arithmoi==0.4.* -fllvm
-
sudo `which ghc-pkg` expose ghc
# Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail.
script
:
...
...
@@ -42,8 +41,8 @@ script:
travis_retry ./build.sh display;
fi
# Build and run the test suite
-
travis_retry
ghc --make Hspec.h
s
-
./Hspec
-
travis_retry
cabal install --dependencies-only --enable-test
s
-
travis_retry cabal test --show-details=streaming
-
cabal sdist
...
...
ihaskell.cabal
View file @
2fc9b661
...
...
@@ -151,6 +151,66 @@ executable IHaskell
if flag(binPkgDb)
build-depends: bin-package-db
Test-Suite hspec
Type: exitcode-stdio-1.0
Ghc-Options: -threaded
Main-Is: Hspec.hs
default-language: Haskell2010
build-depends:
ihaskell,
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
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