diff options
Diffstat (limited to 'math/hs-pointed/files/patch-pointed.cabal')
-rw-r--r-- | math/hs-pointed/files/patch-pointed.cabal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/hs-pointed/files/patch-pointed.cabal b/math/hs-pointed/files/patch-pointed.cabal new file mode 100644 index 000000000000..3720a03b55c8 --- /dev/null +++ b/math/hs-pointed/files/patch-pointed.cabal @@ -0,0 +1,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 |