summaryrefslogtreecommitdiff
path: root/devel/hs-hashable/files/patch-hashable.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/hs-hashable/files/patch-hashable.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-hashable/files/patch-hashable.cabal b/devel/hs-hashable/files/patch-hashable.cabal
new file mode 100644
index 000000000000..6a39053c03b6
--- /dev/null
+++ b/devel/hs-hashable/files/patch-hashable.cabal
@@ -0,0 +1,11 @@
+--- hashable.cabal.orig 2018-03-07 22:02:09 UTC
++++ hashable.cabal
+@@ -48,7 +48,7 @@ Library
+ Exposed-modules: Data.Hashable
+ Data.Hashable.Lifted
+ Other-modules: Data.Hashable.Class
+- Build-depends: base >= 4.4 && < 4.12,
++ Build-depends: base >= 4.4 && < 4.13,
+ bytestring >= 0.9 && < 0.11,
+ deepseq >= 1.3 && < 1.5
+ if impl(ghc)