File: newer-deps

package info (click to toggle)
haskell-microstache 1.0.1.1-7
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: haskell: 932; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- a/microstache.cabal
+++ b/microstache.cabal
@@ -32,7 +32,9 @@
   GHC==7.8.4,
   GHC==7.10.3,
   GHC==8.0.2,
-  GHC==8.2.1
+  GHC==8.2.1,
+  GHC==8.4.3,
+  GHC==8.6.1
 
 source-repository head
   type:               git
@@ -40,10 +42,10 @@
 
 library
   build-depends:
-    aeson                  >=0.11    && < 1.3,
-    base                   >=4.5     && < 5.0,
+    aeson                  >=0.11    && < 1.6,
+    base                   >=4.5     && < 4.15,
     bytestring             >=0.9.2.1 && < 0.11,
-    containers             >=0.4.2.1 && < 0.6,
+    containers             >=0.4.2.1 && < 0.7,
     deepseq                >=1.3.0.0 && < 1.5,
     directory              >=1.1.0.2 && < 1.4,
     filepath               >=1.3.0.0 && < 1.5,