summaryrefslogtreecommitdiff
path: root/math/hs-pointed/files/patch-pointed.cabal
blob: 3720a03b55c86236b6ab08c3f27730e7a5374535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- pointed.cabal.orig	2018-01-22 16:20:10 UTC
+++ pointed.cabal
@@ -80,7 +80,6 @@ library
     build-depends: comonad >= 5 && < 6
 
   if flag(containers)
-    build-depends: containers >= 0.4 && < 0.6
 
   if flag(kan-extensions)
     build-depends: kan-extensions >= 5 && < 6
@@ -92,7 +91,7 @@ library
     build-depends: semigroups >= 0.8.3.1 && < 1
 
   if flag(stm)
-    build-depends: stm >= 2.1.2.1 && < 2.5
+    build-depends: stm >= 2.1.2.1 && < 2.6
 
   if flag(tagged)
     build-depends: tagged >= 0.5 && < 1