fix dependencies so it builds

Ignore-this: 1dcaab9390e2cd47b7c429620e697003

darcs-hash:20170715230208-7469c-dcf2ca84d39bd0ca519b47e744f353c05daed1f7
This commit is contained in:
Daniel Wagner 2017-07-15 16:02:08 -07:00
parent 4be65c2f13
commit 7c07f48a45

View File

@ -22,8 +22,6 @@ Extra-Source-Files:
system_encoding.h
system_encoding.c
Flag splitBase
description: Choose the new smaller, split-up base package.
Flag systemEncoding
description: Provide the getSystemEncoding action to query the locale.
@ -36,14 +34,24 @@ Source-Repository this
Location: http://code.haskell.org/encoding
Tag: 0.8.1
Custom-Setup
Setup-Depends: base >=3 && <5,
Cabal,
containers,
filepath,
ghc-prim,
HaXml >=1.22 && <1.26
Library
Build-Depends: binary < 0.8, extensible-exceptions, HaXml >= 1.22 && < 1.26
if flag(splitBase)
Build-Depends: bytestring, base >= 3 && < 5, mtl, containers, array, regex-compat
if impl(ghc >= 6.10)
Build-Depends: ghc-prim
else
Build-Depends: base < 3
Build-Depends: array,
base >=3 && <5,
binary < 0.8,
bytestring,
containers,
extensible-exceptions,
ghc-prim,
mtl,
regex-compat
Extensions: CPP