[DHG_packages] 01/01: cabal-helper: handle cabal-helper-wrapper being renamed to cabal-helper-wrapper-v0.7
Clint Adams
clint at moszumanska.debian.org
Mon Oct 24 12:44:06 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 e8727a83c583662b4c77f3b084c6717ab9b6967b
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 24 08:42:29 2016 -0400
cabal-helper: handle cabal-helper-wrapper being renamed to cabal-helper-wrapper-v0.7
---
p/haskell-cabal-helper/debian/cabal-helper.install | 2 +-
p/haskell-cabal-helper/debian/changelog | 7 +++++++
p/haskell-cabal-helper/debian/control | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/p/haskell-cabal-helper/debian/cabal-helper.install b/p/haskell-cabal-helper/debian/cabal-helper.install
index b79bab6..fb17829 100644
--- a/p/haskell-cabal-helper/debian/cabal-helper.install
+++ b/p/haskell-cabal-helper/debian/cabal-helper.install
@@ -1 +1 @@
-dist-ghc/build/cabal-helper-wrapper/cabal-helper-wrapper usr/lib
+dist-ghc/build/cabal-helper-wrapper-v0.7/cabal-helper-wrapper-v0.7 usr/lib
diff --git a/p/haskell-cabal-helper/debian/changelog b/p/haskell-cabal-helper/debian/changelog
index eb45171..27ba8ec 100644
--- a/p/haskell-cabal-helper/debian/changelog
+++ b/p/haskell-cabal-helper/debian/changelog
@@ -1,3 +1,10 @@
+haskell-cabal-helper (0.7.2.0-2) experimental; urgency=medium
+
+ * Handle cabal-helper-wrapper being renamed to
+ cabal-helper-wrapper-v0.7.
+
+ -- Clint Adams <clint at debian.org> Mon, 24 Oct 2016 08:42:02 -0400
+
haskell-cabal-helper (0.7.2.0-1) experimental; urgency=medium
* New upstream version.
diff --git a/p/haskell-cabal-helper/debian/control b/p/haskell-cabal-helper/debian/control
index e04f0dc..a38e71f 100644
--- a/p/haskell-cabal-helper/debian/control
+++ b/p/haskell-cabal-helper/debian/control
@@ -23,9 +23,9 @@ Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/cabal-helper
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-cabal-helper
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple interface to some of Cabal's configuration state
+X-Description: simple interface to some of Cabal's configuration state
cabal-helper provides a library which wraps the internal use of
- anexecutable to lift the restrictions imposed by linking against versions of
+ an executable to lift the restrictions imposed by linking against versions of
GHC before 7.10. This has the pleasant side effect of isolating the user
from having to deal with Cabal version changes manually as cabal-helper
can simply recompile it's helper program automatically as needed.
--
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