[DHG_packages] 01/01: old-locale: patch to build with GHC 8
Clint Adams
clint at moszumanska.debian.org
Wed Jun 29 18:33:52 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 72de1a48f9441b732510a82c460849c5db57552d
Author: Clint Adams <clint at debian.org>
Date: Wed Jun 29 20:31:47 2016 +0200
old-locale: patch to build with GHC 8
---
p/haskell-old-locale/debian/changelog | 8 ++++++--
p/haskell-old-locale/debian/patches/newer-base | 9 +++++++++
p/haskell-old-locale/debian/patches/series | 1 +
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/p/haskell-old-locale/debian/changelog b/p/haskell-old-locale/debian/changelog
index fdf0961..ddb6dd0 100644
--- a/p/haskell-old-locale/debian/changelog
+++ b/p/haskell-old-locale/debian/changelog
@@ -1,9 +1,13 @@
-haskell-old-locale (1.0.0.7-3) UNRELEASED; urgency=medium
+haskell-old-locale (1.0.0.7-3) 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:35:53 +0300
+ [ Clint Adams ]
+ * Patch to build with GHC 8.
+
+ -- Clint Adams <clint at debian.org> Wed, 29 Jun 2016 20:31:34 +0200
haskell-old-locale (1.0.0.7-2) unstable; urgency=medium
diff --git a/p/haskell-old-locale/debian/patches/newer-base b/p/haskell-old-locale/debian/patches/newer-base
new file mode 100644
index 0000000..0c8a725
--- /dev/null
+++ b/p/haskell-old-locale/debian/patches/newer-base
@@ -0,0 +1,9 @@
+--- a/old-locale.cabal
++++ b/old-locale.cabal
+@@ -31,5 +31,5 @@ Library
+ exposed-modules:
+ System.Locale
+
+- build-depends: base >= 4.2 && < 4.9
++ build-depends: base >= 4.2 && < 4.10
+ ghc-options: -Wall
diff --git a/p/haskell-old-locale/debian/patches/series b/p/haskell-old-locale/debian/patches/series
new file mode 100644
index 0000000..5831f63
--- /dev/null
+++ b/p/haskell-old-locale/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