From c2ce913d3f7db2720c28586c322889122c6f0b56 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Sun, 30 Aug 2009 08:57:45 -0700 Subject: [PATCH] Remove dependency on template-haskell Ignore-this: e4fc48e59e1a43e1e2c155b5d05f4b3c darcs-hash:20090830155745-a4fee-44419c305487b0dc60d53f43e8b9d3dc8e21b9c9 --- encoding.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index e884b64..014ff35 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -27,11 +27,11 @@ Flag newGHC Library if flag(splitBase) if flag(newGHC) - Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, template-haskell, regex-compat, ghc-prim, ghc >= 6.10 + Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc-prim, ghc >= 6.10 else - Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, template-haskell, regex-compat, ghc < 6.10 + Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc < 6.10 else - Build-Depends: base < 3, binary, extensible-exceptions, template-haskell + Build-Depends: base < 3, binary, extensible-exceptions Exposed-Modules: Data.Encoding