fix dependencies so it builds
Ignore-this: 1dcaab9390e2cd47b7c429620e697003 darcs-hash:20170715230208-7469c-dcf2ca84d39bd0ca519b47e744f353c05daed1f7
This commit is contained in:
parent
4be65c2f13
commit
7c07f48a45
@ -22,8 +22,6 @@ Extra-Source-Files:
|
|||||||
system_encoding.h
|
system_encoding.h
|
||||||
system_encoding.c
|
system_encoding.c
|
||||||
|
|
||||||
Flag splitBase
|
|
||||||
description: Choose the new smaller, split-up base package.
|
|
||||||
Flag systemEncoding
|
Flag systemEncoding
|
||||||
description: Provide the getSystemEncoding action to query the locale.
|
description: Provide the getSystemEncoding action to query the locale.
|
||||||
|
|
||||||
@ -36,14 +34,24 @@ Source-Repository this
|
|||||||
Location: http://code.haskell.org/encoding
|
Location: http://code.haskell.org/encoding
|
||||||
Tag: 0.8.1
|
Tag: 0.8.1
|
||||||
|
|
||||||
|
Custom-Setup
|
||||||
|
Setup-Depends: base >=3 && <5,
|
||||||
|
Cabal,
|
||||||
|
containers,
|
||||||
|
filepath,
|
||||||
|
ghc-prim,
|
||||||
|
HaXml >=1.22 && <1.26
|
||||||
|
|
||||||
Library
|
Library
|
||||||
Build-Depends: binary < 0.8, extensible-exceptions, HaXml >= 1.22 && < 1.26
|
Build-Depends: array,
|
||||||
if flag(splitBase)
|
base >=3 && <5,
|
||||||
Build-Depends: bytestring, base >= 3 && < 5, mtl, containers, array, regex-compat
|
binary < 0.8,
|
||||||
if impl(ghc >= 6.10)
|
bytestring,
|
||||||
Build-Depends: ghc-prim
|
containers,
|
||||||
else
|
extensible-exceptions,
|
||||||
Build-Depends: base < 3
|
ghc-prim,
|
||||||
|
mtl,
|
||||||
|
regex-compat
|
||||||
|
|
||||||
Extensions: CPP
|
Extensions: CPP
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user