diff options
Diffstat (limited to 'devel/hs-profunctors/files/patch-profunctors.cabal')
-rw-r--r-- | devel/hs-profunctors/files/patch-profunctors.cabal | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hs-profunctors/files/patch-profunctors.cabal b/devel/hs-profunctors/files/patch-profunctors.cabal new file mode 100644 index 000000000000..5fc7f80f6af0 --- /dev/null +++ b/devel/hs-profunctors/files/patch-profunctors.cabal @@ -0,0 +1,10 @@ +--- profunctors.cabal.orig 2018-07-03 01:33:59 UTC ++++ profunctors.cabal +@@ -38,7 +38,6 @@ library + base-orphans >= 0.4 && < 0.9, + bifunctors >= 5.2 && < 6, + comonad >= 4 && < 6, +- contravariant >= 1 && < 2, + distributive >= 0.4.4 && < 1, + semigroups >= 0.11 && < 0.19, + tagged >= 0.4.4 && < 1, |