[DHG_packages] 04/04: hspec: Upgrading from 2.2.3 to 2.2.4
Clint Adams
clint at moszumanska.debian.org
Thu Sep 29 15:24:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 17d4eddab7667da0d779945ac6afe518c38190a5
Author: Clint Adams <clint at debian.org>
Date: Thu Sep 29 11:16:57 2016 -0400
hspec: Upgrading from 2.2.3 to 2.2.4
---
p/haskell-hspec/debian/changelog | 6 ++++++
p/haskell-hspec/debian/control | 8 ++++----
p/haskell-hspec/debian/patches/no-hspec-discover | 14 +++++++++++---
3 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/p/haskell-hspec/debian/changelog b/p/haskell-hspec/debian/changelog
index 546fa83..b601bb9 100644
--- a/p/haskell-hspec/debian/changelog
+++ b/p/haskell-hspec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hspec (2.2.4-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Thu, 29 Sep 2016 11:16:57 -0400
+
haskell-hspec (2.2.3-1) unstable; urgency=medium
[ Joachim Breitner ]
diff --git a/p/haskell-hspec/debian/control b/p/haskell-hspec/debian/control
index 0d3b237..8fe1109 100644
--- a/p/haskell-hspec/debian/control
+++ b/p/haskell-hspec/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 9),
libghc-hunit-prof,
libghc-quickcheck2-dev (>= 2.5.1),
libghc-quickcheck2-prof,
- libghc-hspec-core-dev (>= 2.2.3),
- libghc-hspec-core-dev (<< 2.2.4),
+ libghc-hspec-core-dev (>= 2.2.4),
+ libghc-hspec-core-dev (<< 2.2.5),
libghc-hspec-core-prof,
libghc-hspec-expectations-dev (>= 0.7.2),
libghc-hspec-expectations-dev (<< 0.7.3),
@@ -33,8 +33,8 @@ Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
- hspec-discover (>= 2.2.3),
- hspec-discover (<< 2.2.4),
+ hspec-discover (>= 2.2.4),
+ hspec-discover (<< 2.2.5),
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
diff --git a/p/haskell-hspec/debian/patches/no-hspec-discover b/p/haskell-hspec/debian/patches/no-hspec-discover
index 2920167..19739ae 100644
--- a/p/haskell-hspec/debian/patches/no-hspec-discover
+++ b/p/haskell-hspec/debian/patches/no-hspec-discover
@@ -4,11 +4,19 @@ control/debian.
--- a/hspec.cabal
+++ b/hspec.cabal
-@@ -42,7 +42,6 @@ library
+@@ -45,7 +45,6 @@
build-depends:
base == 4.*
- , hspec-core == 2.2.3
-- , hspec-discover == 2.2.3
+ , hspec-core == 2.2.4
+- , hspec-discover == 2.2.4
+ , hspec-expectations == 0.7.2.*
+ , transformers >= 0.2.2.0
+ , QuickCheck >= 2.5.1
+@@ -75,7 +74,6 @@
+ build-depends:
+ base == 4.*
+ , hspec-core == 2.2.4
+- , hspec-discover == 2.2.4
, hspec-expectations == 0.7.2.*
, transformers >= 0.2.2.0
, QuickCheck >= 2.5.1
--
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