From 5818b0fe1b6ff930a25ed0696c45eaac6da33a05 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 10 Feb 2014 10:28:19 +0000 Subject: [PATCH] bugfix in pgf2-bind.cabal --- src/runtime/haskell-bind/pgf2-bind.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell-bind/pgf2-bind.cabal b/src/runtime/haskell-bind/pgf2-bind.cabal index e2a9e2e7a..f69eb3f05 100644 --- a/src/runtime/haskell-bind/pgf2-bind.cabal +++ b/src/runtime/haskell-bind/pgf2-bind.cabal @@ -30,7 +30,7 @@ library executable pgf-shell main-is: pgf-shell.hs hs-source-dirs: examples - build-depends: base, haskell-bind, containers + build-depends: base, pgf2-bind, containers default-language: Haskell2010 if impl(ghc>=7.0) ghc-options: -rtsopts