diff options
Diffstat (limited to 'math/hs-comonad/files/patch-comonad.cabal')
-rw-r--r-- | math/hs-comonad/files/patch-comonad.cabal | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/hs-comonad/files/patch-comonad.cabal b/math/hs-comonad/files/patch-comonad.cabal new file mode 100644 index 000000000000..7dbf7bddc30c --- /dev/null +++ b/math/hs-comonad/files/patch-comonad.cabal @@ -0,0 +1,11 @@ +--- comonad.cabal.orig 2018-07-01 21:24:59 UTC ++++ comonad.cabal +@@ -89,7 +89,7 @@ library + build-depends: containers >= 0.3 && < 0.7 + + if flag(contravariant) +- build-depends: contravariant >= 0.2.0.1 && < 2 ++ + + if flag(distributive) + build-depends: distributive >= 0.2.2 && < 1 |