blob: 5ad204e8f019821c862f16ba4bbafc4d804b015e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|