[DHG_packages] 123/204: path: Upgrading from 0.5.9 to 0.5.13
Clint Adams
clint at moszumanska.debian.org
Sun Jun 18 16:09:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit fd80fca10c693215e32b90502ca722b1c6b35866
Author: Clint Adams <clint at debian.org>
Date: Sat Jun 17 15:16:48 2017 -0400
path: Upgrading from 0.5.9 to 0.5.13
---
p/haskell-path/debian/changelog | 6 ++++++
p/haskell-path/debian/control | 17 +++++++++++------
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/p/haskell-path/debian/changelog b/p/haskell-path/debian/changelog
index eb55f63..cf65ea5 100644
--- a/p/haskell-path/debian/changelog
+++ b/p/haskell-path/debian/changelog
@@ -1,3 +1,9 @@
+haskell-path (0.5.13-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 17 Jun 2017 15:16:48 -0400
+
haskell-path (0.5.9-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-path/debian/control b/p/haskell-path/debian/control
index 7f3ffd4..ab64d92 100644
--- a/p/haskell-path/debian/control
+++ b/p/haskell-path/debian/control
@@ -12,15 +12,20 @@ Build-Depends:
haskell-devscripts (>= 0.13),
libghc-aeson-dev,
libghc-aeson-prof,
- libghc-exceptions-dev,
+ libghc-exceptions-dev (>= 0.4),
+ libghc-exceptions-dev (<< 0.9),
libghc-exceptions-prof,
- libghc-hspec-dev,
- libghc-hunit-dev,
- libghc-mtl-dev,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-hashable-dev (>= 1.2),
+ libghc-hashable-dev (<< 1.3),
+ libghc-hashable-prof,
+ libghc-hspec-dev (>= 2.0),
+ libghc-hspec-dev (<< 3),
+ libghc-mtl-dev (>= 2.0),
+ libghc-mtl-dev (<< 3),
+Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-exceptions-doc,
+ libghc-hashable-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/path
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-path
--
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