File: newer-deps

package info (click to toggle)
haskell-map-syntax 0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: haskell: 326; sh: 20; makefile: 5
file content (68 lines) | stat: -rw-r--r-- 1,823 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Index: b/map-syntax.cabal
===================================================================
--- a/map-syntax.cabal
+++ b/map-syntax.cabal
@@ -1,5 +1,7 @@
+cabal-version:  >= 1.10
 name:           map-syntax
 version:        0.3
+x-revision:     8
 synopsis:       Syntax sugar for defining maps
 description:
     Haskell's canonical list of tuples syntax for defining maps is not very
@@ -11,17 +13,26 @@ license-file:   LICENSE
 author:         Doug Beardsley
 maintainer:     mightybyte@gmail.com
 build-type:     Simple
-cabal-version:  >= 1.10
 category:       Data Structures
 
 Tested-With:
-  GHC == 7.4.2,
-  GHC == 7.6.3,
-  GHC == 7.8.4,
-  GHC == 7.10.2,
-  GHC == 8.0.1,
-  GHC == 8.2.1,
-  GHC == 8.4.1
+  GHC == 9.6.2
+  GHC == 9.4.5
+  GHC == 9.2.8
+  GHC == 9.0.2
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  GHC == 8.0.2
+  GHC == 7.10.3
+  GHC == 7.8.4
+  GHC == 7.6.3
+  GHC == 7.4.2
+  GHC == 7.2.2
+  GHC == 7.0.4
+
 
 extra-source-files:
   .ghci,
@@ -37,9 +48,9 @@ Library
     Data.Map.Syntax
 
   build-depends:
-    base                       >= 4.3 && < 4.12,
-    containers                 >= 0.3 && < 0.6,
-    mtl                        >= 2.0 && < 2.3
+    base                       >= 4.3 && < 5,
+    containers                 >= 0.3 && < 0.7,
+    mtl                        >= 2.0 && < 2.4
 
   ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind
 
@@ -77,5 +88,5 @@ Test-suite testsuite
     HUnit                      >= 1.2      && < 2,
     mtl,
     QuickCheck                 >= 2.3.0.2  && < 3,
-    hspec                      >= 2.2.3    && < 2.6,
-    transformers               >= 0.3      && < 0.6
+    hspec                      >= 2.2.3    && < 2.12,
+    transformers               >= 0.3      && < 0.7