Remove dependency on template-haskell
Ignore-this: e4fc48e59e1a43e1e2c155b5d05f4b3c darcs-hash:20090830155745-a4fee-44419c305487b0dc60d53f43e8b9d3dc8e21b9c9
This commit is contained in:
parent
7e4b35de61
commit
c2ce913d3f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user