Skip to content

Commit

Permalink
Update resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Oct 15, 2017
1 parent a53d6e5 commit 2857367
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against different stack LTS versions.
env:
- DISPLAY=true RESOLVER=lts-9.8 # GHC 8.0.2
- DISPLAY=true RESOLVER=nightly-2017-10-11 # GHC 8.2.1

# Choose a lightweight base image; we provide our own build tools.
language: python
Expand Down
38 changes: 33 additions & 5 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,39 @@ packages:
- ./ihaskell-display/ihaskell-plot
- ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets
resolver: lts-9.8
extra-deps: []
flags:
ihaskell:
binpkgdb: false
- location:
git: https://github.com/gtk2hs/gtk2hs.git
commit: 843d83548bd076975f1869e6768768b5ed24b268
subdirs:
- cairo
- glib
- pango
- tools
extra-dep: true
- location:
git: https://github.com/amcphail/plot.git
commit: cc5cdff696aa99e1001124917c3b87b95529c4e3
extra-dep: true
resolver: nightly-2017-10-11
allow-newer: true
extra-deps:
- Chart-1.8.2
- Chart-cairo-1.8.2
- cubicbezier-0.6.0.4
- diagrams-1.4
- diagrams-cairo-1.4
- diagrams-contrib-1.4.1
- diagrams-core-1.4.0.1
- diagrams-lib-1.4.1.2
- diagrams-solve-0.1.1
- diagrams-svg-1.4.1
- dual-tree-0.2.1
- fast-math-1.0.2
- magic-1.1
- mfsolve-0.3.2.0
- statestack-0.2.0.5
- static-canvas-0.2.0.3
- svg-builder-0.1.0.2

nix:
enable: false
Expand Down

0 comments on commit 2857367

Please sign in to comment.