[DHG_packages] 01/01: old-time: patch for newer base

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 07:11:52 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit e4383ba754df285043eb8ff02442c28b876c2e51
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 03:11:11 2016 -0400

    old-time: patch for newer base
---
 p/haskell-old-time/debian/changelog          |  6 ++++++
 p/haskell-old-time/debian/patches/newer-base | 11 +++++++++++
 p/haskell-old-time/debian/patches/series     |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-old-time/debian/changelog b/p/haskell-old-time/debian/changelog
index cc3e66e..9358f4c 100644
--- a/p/haskell-old-time/debian/changelog
+++ b/p/haskell-old-time/debian/changelog
@@ -1,3 +1,9 @@
+haskell-old-time (1.1.0.3-4) experimental; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 03:11:01 -0400
+
 haskell-old-time (1.1.0.3-3) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-old-time/debian/patches/newer-base b/p/haskell-old-time/debian/patches/newer-base
new file mode 100644
index 0000000..dda5ae5
--- /dev/null
+++ b/p/haskell-old-time/debian/patches/newer-base
@@ -0,0 +1,11 @@
+--- a/old-time.cabal
++++ b/old-time.cabal
+@@ -53,7 +53,7 @@ Library
+         HsTime.h
+ 
+     build-depends:
+-        base       >= 4.7 && < 4.9,
++        base       >= 4.7 && < 4.10,
+         old-locale == 1.0.*
+ 
+     ghc-options: -Wall
diff --git a/p/haskell-old-time/debian/patches/series b/p/haskell-old-time/debian/patches/series
new file mode 100644
index 0000000..5831f63
--- /dev/null
+++ b/p/haskell-old-time/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