slackbuilds_ponce/haskell/haskell-cgi/cgi.cabal.patch

17 lines
424 B
Diff
Raw Normal View History

--- cgi.cabal.orig 2018-10-26 15:34:31.976186187 +0100
+++ cgi.cabal 2018-10-26 15:37:42.631190528 +0100
@@ -44,11 +44,11 @@
Build-depends:
parsec >= 2.0 && < 3.2,
- exceptions < 0.9,
+ exceptions,
xhtml >= 3000.0.0 && < 3000.3,
bytestring < 0.11,
base >= 4.5 && < 5,
- time >= 1.5 && < 1.7,
+ time >= 1.5,
containers < 0.6,
multipart >= 0.1.2 && < 0.2
If flag(network-uri)