[DHG_packages] 140/204: ReadArgs: Upgrading from 1.2.2 to 1.2.3
Clint Adams
clint at moszumanska.debian.org
Sun Jun 18 16:09:15 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 efa37dcdd59ead12b0309b30df1dce7947b45c95
Author: Clint Adams <clint at debian.org>
Date: Sun Jun 18 01:53:33 2017 -0400
ReadArgs: Upgrading from 1.2.2 to 1.2.3
---
p/haskell-readargs/debian/changelog | 6 ++++++
p/haskell-readargs/debian/control | 5 +++--
.../debian/patches/relax-hspec-constraint.patch | 11 -----------
p/haskell-readargs/debian/patches/series | 1 -
4 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/p/haskell-readargs/debian/changelog b/p/haskell-readargs/debian/changelog
index 40c385a..e1ddd0b 100644
--- a/p/haskell-readargs/debian/changelog
+++ b/p/haskell-readargs/debian/changelog
@@ -1,3 +1,9 @@
+haskell-readargs (1.2.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sun, 18 Jun 2017 01:53:33 -0400
+
haskell-readargs (1.2.2-7) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-readargs/debian/control b/p/haskell-readargs/debian/control
index 953d6fe..41697ce 100644
--- a/p/haskell-readargs/debian/control
+++ b/p/haskell-readargs/debian/control
@@ -18,8 +18,9 @@ Build-Depends:
libghc-text-dev (<< 12),
libghc-text-dev (>= 0.11.1.13),
libghc-text-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hspec-dev (<< 3),
+Build-Depends-Indep: ghc-doc,
libghc-system-filepath-doc,
libghc-text-doc,
Standards-Version: 3.9.8
diff --git a/p/haskell-readargs/debian/patches/relax-hspec-constraint.patch b/p/haskell-readargs/debian/patches/relax-hspec-constraint.patch
deleted file mode 100644
index 047d57a..0000000
--- a/p/haskell-readargs/debian/patches/relax-hspec-constraint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ReadArgs.cabal
-+++ b/ReadArgs.cabal
-@@ -95,7 +95,7 @@ Test-Suite ReadArgsSpec
- ReadArgsSpec.hs
-
- Build-depends:
-- hspec >= 1.3 && < 2.1,
-+ hspec >= 1.3,
- base >= 4.3.1.0 && < 5,
- system-filepath >= 0.4.7 && < 0.5,
- text >= 0.11.1.13 && < 12
diff --git a/p/haskell-readargs/debian/patches/series b/p/haskell-readargs/debian/patches/series
deleted file mode 100644
index f969bd5..0000000
--- a/p/haskell-readargs/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-relax-hspec-constraint.patch
--
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