Codebase list haskell-xss-sanitize / 18d3f51
hspec: Upgrading from 2.4.8 to 2.5.5 Ilias Tsitsimpis 5 years ago
3 changed file(s) with 16 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 haskell-hspec (2.4.8-3) UNRELEASED; urgency=medium
0 haskell-hspec (2.5.5-1) unstable; urgency=medium
11
22 [ Clint Adams ]
33 * Set Rules-Requires-Root to no.
44
55 [ Ilias Tsitsimpis ]
66 * Bump debhelper compat level to 10
7
8 -- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:53 -0400
7 * New upstream release
8
9 -- Ilias Tsitsimpis <iliastsi@debian.org> Sat, 29 Sep 2018 20:39:08 +0300
910
1011 haskell-hspec (2.4.8-2) unstable; urgency=medium
1112
88 cdbs,
99 ghc (>= 8.0),
1010 ghc-prof,
11 libghc-hunit-dev (>= 1.2.5),
11 libghc-hunit-dev (>= 1.5.0.0),
1212 libghc-hunit-prof,
13 libghc-quickcheck2-dev (>= 2.5.1),
13 libghc-quickcheck2-dev (>= 2.10),
1414 libghc-quickcheck2-prof,
1515 libghc-call-stack-dev,
1616 libghc-call-stack-prof,
17 libghc-hspec-core-dev (>= 2.4.8),
18 libghc-hspec-core-dev (<< 2.4.9),
17 libghc-hspec-core-dev (>= 2.5.5),
18 libghc-hspec-core-dev (<< 2.5.6),
1919 libghc-hspec-core-prof,
2020 libghc-hspec-expectations-dev (>= 0.8.2),
2121 libghc-hspec-expectations-dev (<< 0.8.3),
11 anyways. We ensure that the hspec-discover binary is available via
22 control/debian.
33
4 Index: b/hspec.cabal
5 ===================================================================
46 --- a/hspec.cabal
57 +++ b/hspec.cabal
6 @@ -50,7 +50,6 @@
8 @@ -50,7 +50,6 @@ library
79 , base ==4.*
810 , call-stack
9 , hspec-core ==2.4.8
10 - , hspec-discover ==2.4.8
11 , hspec-core ==2.5.5
12 - , hspec-discover ==2.5.5
1113 , hspec-expectations ==0.8.2.*
1214 , transformers >=0.2.2.0
1315 exposed-modules:
14 @@ -84,7 +83,6 @@
16 @@ -78,7 +77,6 @@ test-suite spec
1517 , directory
1618 , hspec
17 , hspec-core ==2.4.8
18 - , hspec-discover ==2.4.8
19 , hspec-core ==2.5.5
20 - , hspec-discover ==2.5.5
1921 , hspec-expectations ==0.8.2.*
2022 , hspec-meta >=2.3.2
2123 , stringbuilder