[Git][haskell-team/DHG_packages][master] hspec: Upgrading from 2.5.5 to 2.6.1

Clint Adams gitlab at salsa.debian.org
Sat Jul 27 20:16:06 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
fee4a970 by Clint Adams at 2019-07-27T19:15:22Z
hspec: Upgrading from 2.5.5 to 2.6.1

- - - - -


3 changed files:

- p/haskell-hspec/debian/changelog
- p/haskell-hspec/debian/control
- p/haskell-hspec/debian/patches/no-hspec-discover


Changes:

=====================================
p/haskell-hspec/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hspec (2.6.1-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 15:09:59 -0400
+
 haskell-hspec (2.5.5-2) unstable; urgency=medium
 
   * Bump dependency on hspec-discover (>= 2.5.5 && << 2.5.6)


=====================================
p/haskell-hspec/debian/control
=====================================
@@ -5,30 +5,24 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.13),
+ haskell-devscripts (>= 0.15),
  cdbs,
  ghc (>= 8.0),
  ghc-prof,
- libghc-hunit-dev (>= 1.5.0.0),
- libghc-hunit-prof,
- libghc-quickcheck2-dev (>= 2.10),
+ libghc-quickcheck2-dev (>= 2.12),
  libghc-quickcheck2-prof,
- libghc-call-stack-dev,
- libghc-call-stack-prof,
- libghc-hspec-core-dev (>= 2.5.5),
- libghc-hspec-core-dev (<< 2.5.6),
+ libghc-hspec-core-dev (>= 2.6.1),
+ libghc-hspec-core-dev (<< 2.6.2),
  libghc-hspec-core-prof,
  libghc-hspec-expectations-dev (>= 0.8.2),
  libghc-hspec-expectations-dev (<< 0.8.3),
  libghc-hspec-expectations-prof,
 Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
  libghc-quickcheck2-doc,
- libghc-call-stack-doc,
  libghc-hspec-core-doc,
  libghc-hspec-expectations-doc,
-Standards-Version: 4.1.4
-Homepage: http://hspec.github.io/
+Standards-Version: 4.4.0
+Homepage: https://hspec.github.io/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hspec
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hspec]
 
@@ -37,8 +31,8 @@ Architecture: any
 Depends: ${haskell:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
- hspec-discover (>= 2.5.5),
- hspec-discover (<< 2.5.6),
+ hspec-discover (>= 2.6.1),
+ hspec-discover (<< 2.6.2),
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Provides: ${haskell:Provides},


=====================================
p/haskell-hspec/debian/patches/no-hspec-discover
=====================================
@@ -2,23 +2,13 @@ Do not depend on hspec-discover (the haskell library), as that is empty
 anyways. We ensure that the hspec-discover binary is available via
 control/debian.
 
-Index: b/hspec.cabal
-===================================================================
 --- a/hspec.cabal
 +++ b/hspec.cabal
-@@ -50,7 +50,6 @@ library
+@@ -47,7 +47,6 @@
+       QuickCheck >=2.12
      , base ==4.*
-     , call-stack
-     , hspec-core ==2.5.5
--    , hspec-discover ==2.5.5
+     , hspec-core ==2.6.1
+-    , hspec-discover ==2.6.1
      , hspec-expectations ==0.8.2.*
-     , transformers >=0.2.2.0
    exposed-modules:
-@@ -78,7 +77,6 @@ test-suite spec
-     , directory
-     , hspec
-     , hspec-core ==2.5.5
--    , hspec-discover ==2.5.5
-     , hspec-expectations ==0.8.2.*
-     , hspec-meta >=2.3.2
-     , stringbuilder
+       Test.Hspec



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fee4a97071f62bb90338bc0dd9faf97e4862667e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/fee4a97071f62bb90338bc0dd9faf97e4862667e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190727/a8305b04/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list