IHaskell/stack-8.4.yaml
Erik de Castro Lopo 14c4de5a12 ihaskell-widgets: Make it compile with ghc 8.4
GHC 8.4 allows value level operators (in this case list append, '++') to
be used at the type level, so that the singletons package for GHC 8.4
uses this operator whereas previous versions of singletons defined a ':++'
operator for type level append.
2018-09-01 18:41:24 +10:00

40 lines
803 B
YAML

resolver: lts-12.8
flags: {}
packages:
- .
- ./ipython-kernel
- ./ghc-parser
- ./ihaskell-display/ihaskell-aeson
- ./ihaskell-display/ihaskell-blaze
- ./ihaskell-display/ihaskell-charts
- ./ihaskell-display/ihaskell-diagrams
- ./ihaskell-display/ihaskell-gnuplot
- ./ihaskell-display/ihaskell-hatex
- ./ihaskell-display/ihaskell-juicypixels
- ./ihaskell-display/ihaskell-magic
- ./ihaskell-display/ihaskell-plot
- ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets
extra-deps:
- magic-1.1
- Chart-1.9
- Chart-cairo-1.9
- plot-0.2.3.9
nix:
enable: false
packages:
- blas
- cairo
- file
- gcc
- gfortran.cc.lib
- liblapack
- ncurses
- pango
- pkgconfig
- zeromq
- zlib