From 82b5fb7bf2f2c497098b6666389334da071acbcf Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Thu, 3 Oct 2019 12:42:21 -0400 Subject: [PATCH] stack.yaml: enable IHaskell display packages (#1100) stack.yaml: enable IHaskell display packages --- stack.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/stack.yaml b/stack.yaml index 18925698..79b700e5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,27 +7,31 @@ packages: - ./ghc-parser - ./ihaskell-display/ihaskell-aeson - ./ihaskell-display/ihaskell-blaze - # - ./ihaskell-display/ihaskell-charts - # - ./ihaskell-display/ihaskell-diagrams + - ./ihaskell-display/ihaskell-charts + - ./ihaskell-display/ihaskell-diagrams - ./ihaskell-display/ihaskell-gnuplot - # - ./ihaskell-display/ihaskell-hatex + - ./ihaskell-display/ihaskell-hatex - ./ihaskell-display/ihaskell-juicypixels - # - ./ihaskell-display/ihaskell-magic + - ./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 +- Chart-cairo-1.9.1 +- diagrams-cairo-1.4.1 +- 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 ghc-options: # Eventually we want "$locals": -Wall -Wpartial-fields -Werror ghc-parser: -Wall -Wpartial-fields -Werror ihaskell: -Wall -Wpartial-fields -Werror - # ihaskell-widgets: -Wall -Wpartial-fields -Werror + ihaskell-widgets: -Wall -Wpartial-fields -Werror docker: repo: "ihaskell-dev:latest"