[DHG_packages] 01/01: setlocale: patch to build with GHC 8

Clint Adams clint at moszumanska.debian.org
Wed Jun 29 13:52:17 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 47e944458d9f8ad31a14dc82b3b32fa50ac4a201
Author: Clint Adams <clint at debian.org>
Date:   Wed Jun 29 15:49:02 2016 +0200

    setlocale: patch to build with GHC 8
---
 p/haskell-setlocale/debian/changelog          |  8 ++++++--
 p/haskell-setlocale/debian/patches/newer-base | 11 +++++++++++
 p/haskell-setlocale/debian/patches/series     |  1 +
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/p/haskell-setlocale/debian/changelog b/p/haskell-setlocale/debian/changelog
index d8f5778..3d54b34 100644
--- a/p/haskell-setlocale/debian/changelog
+++ b/p/haskell-setlocale/debian/changelog
@@ -1,9 +1,13 @@
-haskell-setlocale (1.0.0.3-4) UNRELEASED; urgency=medium
+haskell-setlocale (1.0.0.3-4) 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)
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:10 +0300
+  [ Clint Adams ]
+  * Patch to build with GHC 8.
+
+ -- Clint Adams <clint at debian.org>  Wed, 29 Jun 2016 15:47:49 +0200
 
 haskell-setlocale (1.0.0.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-setlocale/debian/patches/newer-base b/p/haskell-setlocale/debian/patches/newer-base
new file mode 100644
index 0000000..6a6c8ae
--- /dev/null
+++ b/p/haskell-setlocale/debian/patches/newer-base
@@ -0,0 +1,11 @@
+--- a/setlocale.cabal
++++ b/setlocale.cabal
+@@ -19,7 +19,7 @@ library
+   exposed-modules:     System.Locale.SetLocale
+   -- other-modules:       
+   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface
+-  build-depends:       base >=4.6 && <4.9
++  build-depends:       base >=4.6 && <4.10
+   -- hs-source-dirs:      
+   build-tools:         hsc2hs
+   default-language:    Haskell2010
diff --git a/p/haskell-setlocale/debian/patches/series b/p/haskell-setlocale/debian/patches/series
new file mode 100644
index 0000000..5831f63
--- /dev/null
+++ b/p/haskell-setlocale/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