Commit fee4a970 authored by Clint Adams's avatar Clint Adams
Browse files

hspec: Upgrading from 2.5.5 to 2.6.1

parent 739fb131
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-hspec (2.6.1-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@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)
+8 −14
Original line number Diff line number Diff line
@@ -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},
+5 −15
Original line number Diff line number Diff line
@@ -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