From 7c07f48a45215f5489c0909d0dde487932dd1582 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sat, 15 Jul 2017 16:02:08 -0700 Subject: [PATCH] fix dependencies so it builds Ignore-this: 1dcaab9390e2cd47b7c429620e697003 darcs-hash:20170715230208-7469c-dcf2ca84d39bd0ca519b47e744f353c05daed1f7 --- encoding.cabal | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index 384c1a2..b1e9c6e 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -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