Unverified Commit 82b5fb7b authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

stack.yaml: enable IHaskell display packages (#1100)

stack.yaml: enable IHaskell display packages
parent e991ddc3
...@@ -7,27 +7,31 @@ packages: ...@@ -7,27 +7,31 @@ packages:
- ./ghc-parser - ./ghc-parser
- ./ihaskell-display/ihaskell-aeson - ./ihaskell-display/ihaskell-aeson
- ./ihaskell-display/ihaskell-blaze - ./ihaskell-display/ihaskell-blaze
# - ./ihaskell-display/ihaskell-charts - ./ihaskell-display/ihaskell-charts
# - ./ihaskell-display/ihaskell-diagrams - ./ihaskell-display/ihaskell-diagrams
- ./ihaskell-display/ihaskell-gnuplot - ./ihaskell-display/ihaskell-gnuplot
# - ./ihaskell-display/ihaskell-hatex - ./ihaskell-display/ihaskell-hatex
- ./ihaskell-display/ihaskell-juicypixels - ./ihaskell-display/ihaskell-juicypixels
# - ./ihaskell-display/ihaskell-magic - ./ihaskell-display/ihaskell-magic
# - ./ihaskell-display/ihaskell-plot # - ./ihaskell-display/ihaskell-plot
# - ./ihaskell-display/ihaskell-static-canvas # - ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets - ./ihaskell-display/ihaskell-widgets
extra-deps: extra-deps:
# - magic-1.1 - Chart-cairo-1.9.1
# - Chart-1.9 - diagrams-cairo-1.4.1
# - Chart-cairo-1.9 - cairo-0.13.6.0
- pango-0.13.6.0
- glib-0.13.7.0
- gtk2hs-buildtools-0.13.5.0
- magic-1.1
# - plot-0.2.3.9 # - plot-0.2.3.9
ghc-options: ghc-options:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror # Eventually we want "$locals": -Wall -Wpartial-fields -Werror
ghc-parser: -Wall -Wpartial-fields -Werror ghc-parser: -Wall -Wpartial-fields -Werror
ihaskell: -Wall -Wpartial-fields -Werror ihaskell: -Wall -Wpartial-fields -Werror
# ihaskell-widgets: -Wall -Wpartial-fields -Werror ihaskell-widgets: -Wall -Wpartial-fields -Werror
docker: docker:
repo: "ihaskell-dev:latest" repo: "ihaskell-dev:latest"
......
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