Skip to content
Commits on Source (2)
ghc (8.2.2-3) unstable; urgency=medium
* Upload to unstable.
-- Clint Adams <clint@debian.org> Sun, 08 Apr 2018 16:24:00 -0400
ghc (8.2.2-2) experimental; urgency=medium
* Merge 8.0.2-12 unreleased changes.
......
......@@ -6,8 +6,8 @@
build-depends:
- base >=4.7 && <4.10
- , aeson >=0.8 && <1.1
+ base >=4.7 && <4.11
+ , aeson >=0.8 && <1.3
+ base >=4.7 && <4.12
+ , aeson >=0.8 && <1.4
, array >=0.5 && <0.6
, base16-bytestring >=0.1.1.6 && <0.2
- , binary >=0.7 && <0.9
......@@ -36,8 +36,8 @@
build-depends:
- base >=4.7 && <4.10
- , aeson >=0.8 && <1.1
+ base >=4.7 && <4.11
+ , aeson >=0.8 && <1.3
+ base >=4.7 && <4.12
+ , aeson >=0.8 && <1.4
, array >=0.5 && <0.6
, base16-bytestring >=0.1.1.6 && <0.2
- , binary >=0.7 && <0.9
......
--- a/cgi.cabal
+++ b/cgi.cabal
@@ -48,7 +48,7 @@
xhtml >= 3000.0.0 && < 3000.3,
bytestring < 0.11,
base >= 4.5 && < 5,
- time >= 1.5 && < 1.7,
+ time >= 1.5 && < 1.9,
containers < 0.6,
multipart >= 0.1.2 && < 0.2
If flag(network-uri)