[DHG_packages] 01/01: utf8-string: patch to build with GHC 8

Clint Adams clint at moszumanska.debian.org
Wed Jun 29 14:10:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit eadba84308d4c7ee5c208f547e88ceb291931187
Author: Clint Adams <clint at debian.org>
Date:   Wed Jun 29 16:08:59 2016 +0200

    utf8-string: patch to build with GHC 8
---
 p/haskell-utf8-string/debian/changelog          |  8 ++++++--
 p/haskell-utf8-string/debian/patches/newer-base | 11 +++++++++++
 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 6ddf176..a281cb1 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 at gnu.org>  Tue, 10 May 2016 09:36:25 +0300
+  [ Clint Adams ]
+  * Patch to build with GHC 8.
+
+ -- Clint Adams <clint at 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 0000000..8ea6c91
--- /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 0000000..5831f63
--- /dev/null
+++ b/p/haskell-utf8-string/debian/patches/series
@@ -0,0 +1 @@
+newer-base

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list