summaryrefslogtreecommitdiff
path: root/devel/hs-utf8-string/files/patch-git_6b70ee7
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-utf8-string/files/patch-git_6b70ee7')
-rw-r--r--devel/hs-utf8-string/files/patch-git_6b70ee716
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/hs-utf8-string/files/patch-git_6b70ee7 b/devel/hs-utf8-string/files/patch-git_6b70ee7
deleted file mode 100644
index 5ad204e8f019..000000000000
--- a/devel/hs-utf8-string/files/patch-git_6b70ee7
+++ /dev/null
@@ -1,16 +0,0 @@
-From ea531a1888b901a56f1503a66c2828f636fb21f9 Mon Sep 17 00:00:00 2001
-From: Herbert Valerio Riedel <hvr@gnu.org>
-Date: Sat, 2 Jan 2016 23:57:50 +0100
-Subject: [PATCH 1/2] Allow GHC 7.10 / base-4.9
-
---- utf8-string.cabal.orig 2015-08-23 16:19:40 UTC
-+++ utf8-string.cabal
-@@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4.2, GHC==7.6.3
- library
- Ghc-options: -W -O2
-
-- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
-+ build-depends: base >= 4.3 && < 5.0, bytestring >= 0.9
-
- Extensions: CPP
- Exposed-modules: Codec.Binary.UTF8.String