[pkg-haskell-tools] 01/01: Bump allowed version of base
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Dec 10 11:45:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository pkg-haskell-tools.
commit 85dfc02d5775efa15dea67933c31650d40d8a6e9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Dec 10 12:33:45 2015 +0100
Bump allowed version of base
---
debian/changelog | 6 ++++++
dht.cabal | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ab7f3d3..514d804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkg-haskell-tools (0.10.1) unstable; urgency=medium
+
+ * Allow the version of base that comes with 7.10
+
+ -- Joachim Breitner <nomeata at debian.org> Thu, 10 Dec 2015 12:33:53 +0100
+
pkg-haskell-tools (0.10) unstable; urgency=low
[ Sven Bartscher ]
diff --git a/dht.cabal b/dht.cabal
index 7f7dbbf..29757d1 100644
--- a/dht.cabal
+++ b/dht.cabal
@@ -16,7 +16,7 @@ executable make-all
main-is: make-all.hs
other-modules: Utils
build-depends:
- base >=4.6 && <4.8,
+ base >=4.6 && <4.9,
containers,
directory,
filepath,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git
More information about the Pkg-haskell-commits
mailing list