Commit 171c500e authored by Clint Adams's avatar Clint Adams
Browse files

some prep for LTS 11

parent eae3127d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
+11 −0
Original line number Diff line number Diff line
--- 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)
+1 −0
Original line number Diff line number Diff line
newer-time