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
989625b8
Commit
989625b8
authored
Jun 08, 2016
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis fixes 10
parent
654369fd
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
233 additions
and
241 deletions
+233
-241
.travis.yml
.travis.yml
+2
-0
Evaluate.hs
src/IHaskell/Eval/Evaluate.hs
+0
-1
Hspec.hs
src/tests/Hspec.hs
+229
-240
stack.yaml
stack.yaml
+2
-0
No files found.
.travis.yml
View file @
989625b8
...
...
@@ -26,6 +26,7 @@ addons:
packages
:
-
libmagic-dev
-
libgmp-dev
-
python3
before_install
:
# Download and unpack the stack executable
...
...
@@ -58,3 +59,4 @@ script:
-
export LD_LIBRARY_PATH=$HOME/zeromq/lib
-
stack build --resolver=$RESOLVER
-
stack test --resolver=$RESOLVER
-
./verify_formatting.py
src/IHaskell/Eval/Evaluate.hs
View file @
989625b8
...
...
@@ -147,7 +147,6 @@ ihaskellGlobalImports =
,
"import qualified IHaskell.Eval.Widgets"
]
-- | Evaluation function for testing.
testInterpret
::
Interpreter
a
->
IO
a
testInterpret
val
=
interpret
GHC
.
Paths
.
libdir
False
(
const
val
)
...
...
src/tests/Hspec.hs
View file @
989625b8
This diff is collapsed.
Click to expand it.
stack.yaml
View file @
989625b8
...
...
@@ -4,3 +4,5 @@ packages:
-
'
./ipython-kernel'
-
'
./ghc-parser'
resolver
:
lts-6.2
extra-deps
:
-
system-argv0-0.1.1
# Necessary for LTS 2.22 (GHC 7.8)
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