summaryrefslogtreecommitdiff
path: root/community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch')
-rw-r--r--community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch b/community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch
index 23bcc21ae..1f03e3e15 100644
--- a/community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch
+++ b/community/haskell-dataenc/0001-update-build-deps-for-ghc-7.8.2.patch
@@ -6,7 +6,7 @@ diff -aur dataenc-0.14.0.5/dataenc.cabal dataenc-0.14.0.5-new/dataenc.cabal
library
hs-source-dirs: src
- build-depends: array >= 0.1.0 && < 0.5, base >= 3.0.0 && < 4.7, containers >= 0.1.0 && < 0.6
-+ build-depends: array >= 0.1.0 && <= 0.5.0.0, base >= 3.0.0 && <= 4.7.0.0, containers >= 0.1.0 && < 0.6
++ build-depends: array >= 0.1.0 && <= 0.5.0.0, base >= 3.0.0 && <= 4.7.0.1, containers >= 0.1.0 && < 0.6
exposed-modules:
Codec.Binary.Base16
Codec.Binary.Base32