File: newer-deps

package info (click to toggle)
haskell-pointed 5.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: haskell: 410; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,108 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
Index: b/pointed.cabal
===================================================================
--- a/pointed.cabal
+++ b/pointed.cabal
@@ -1,6 +1,7 @@
 name:          pointed
 category:      Data
 version:       5.0.4
+x-revision: 3
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -81,13 +82,13 @@ library
     build-depends: comonad >= 5 && < 6
 
   if flag(containers)
-    build-depends: containers >= 0.4 && < 0.7
+    build-depends: containers >= 0.4 && < 0.8
 
   if flag(kan-extensions)
     build-depends: kan-extensions >= 5 && < 6
 
   if flag(semigroupoids)
-    build-depends: semigroupoids >= 4 && < 6
+    build-depends: semigroupoids >= 4 && < 7
 
   if flag(semigroups)
     build-depends: semigroups >= 0.8.3.1 && < 1
@@ -102,7 +103,7 @@ library
     build-depends: transformers >= 0.2 && < 0.7, transformers-compat >= 0.3 && < 1
 
   if flag(unordered-containers)
-    build-depends: hashable >= 1.1 && < 1.5, unordered-containers >= 0.2 && < 0.3
+    build-depends: hashable >= 1.1 && < 1.6, unordered-containers >= 0.2 && < 0.3
 
   exposed-modules:
     Data.Pointed