Commit 989625b8 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Travis fixes 10

parent 654369fd
......@@ -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
......@@ -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)
......
This diff is collapsed.
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment