diff options
author | Clint Adams <clint@debian.org> | 2016-06-29 16:08:59 +0200 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-06-29 16:08:59 +0200 |
commit | eadba84308d4c7ee5c208f547e88ceb291931187 (patch) | |
tree | 204cb16dea525d3198d32e19ee173f4d36216103 | |
parent | 47e944458d9f8ad31a14dc82b3b32fa50ac4a201 (diff) | |
download | DHG_packages-eadba84308d4c7ee5c208f547e88ceb291931187.tar.gz |
utf8-string: patch to build with GHC 8
-rw-r--r-- | p/haskell-utf8-string/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-utf8-string/debian/patches/newer-base | 11 | ||||
-rw-r--r-- | p/haskell-utf8-string/debian/patches/series | 1 |
3 files changed, 18 insertions, 2 deletions
diff --git a/p/haskell-utf8-string/debian/changelog b/p/haskell-utf8-string/debian/changelog index 6ddf176be..a281cb1e6 100644 --- a/p/haskell-utf8-string/debian/changelog +++ b/p/haskell-utf8-string/debian/changelog @@ -1,10 +1,14 @@ -haskell-utf8-string (1.0.1.1-2) UNRELEASED; urgency=medium +haskell-utf8-string (1.0.1.1-2) unstable; urgency=medium + [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:25 +0300 + [ Clint Adams ] + * Patch to build with GHC 8. + + -- Clint Adams <clint@debian.org> Wed, 29 Jun 2016 16:08:37 +0200 haskell-utf8-string (1.0.1.1-1) unstable; urgency=medium diff --git a/p/haskell-utf8-string/debian/patches/newer-base b/p/haskell-utf8-string/debian/patches/newer-base new file mode 100644 index 000000000..8ea6c9160 --- /dev/null +++ b/p/haskell-utf8-string/debian/patches/newer-base @@ -0,0 +1,11 @@ +--- a/utf8-string.cabal ++++ b/utf8-string.cabal +@@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4 + library + Ghc-options: -W -O2 + +- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 ++ build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9 + + Extensions: CPP + Exposed-modules: Codec.Binary.UTF8.String diff --git a/p/haskell-utf8-string/debian/patches/series b/p/haskell-utf8-string/debian/patches/series new file mode 100644 index 000000000..5831f6310 --- /dev/null +++ b/p/haskell-utf8-string/debian/patches/series @@ -0,0 +1 @@ +newer-base |