From 1d69feac38906eb49027d53a506aec6a2e4efc24 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 7 Feb 2014 16:42:51 +0000 Subject: [PATCH] gf.cabal: pgf-shell needs containers now --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gf.cabal b/gf.cabal index dd74aaf92..7f28692a2 100644 --- a/gf.cabal +++ b/gf.cabal @@ -253,7 +253,7 @@ executable pgf-shell buildable: False main-is: pgf-shell.hs hs-source-dirs: src/runtime/haskell-bind/examples - build-depends: gf, base + build-depends: gf, base, containers default-language: Haskell2010 if impl(ghc>=7.0) ghc-options: -rtsopts