Loading p/haskell-uuid-types/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-uuid-types (1.0.3-7) unstable; urgency=medium * Patch for newer tasty. -- Clint Adams <clint@debian.org> Fri, 13 Apr 2018 16:19:01 -0400 haskell-uuid-types (1.0.3-6) unstable; urgency=medium * Patch for newer HUnit/QuickCheck. Loading p/haskell-uuid-types/debian/control +0 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,8 @@ Build-Depends: libghc-quickcheck2-dev (>= 2.4) <!nocheck>, libghc-quickcheck2-dev (<< 2.11) <!nocheck>, libghc-tasty-dev (>= 0.10) <!nocheck>, libghc-tasty-dev (<< 0.12) <!nocheck>, libghc-tasty-hunit-dev (>= 0.9) <!nocheck>, libghc-tasty-hunit-dev (<< 0.10) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, Loading p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck→p/haskell-uuid-types/debian/patches/newer-deps +10 −4 Original line number Diff line number Diff line --- a/uuid-types.cabal +++ b/uuid-types.cabal @@ -56,8 +56,8 @@ @@ -56,11 +56,11 @@ Build-Depends: base >= 3 && < 5, uuid-types, bytestring >= 0.9 && < 0.11, - HUnit >=1.2 && < 1.4, - QuickCheck >=2.4 && < 2.9, - tasty >= 0.10 && < 0.12, - tasty-hunit == 0.9.*, - tasty-quickcheck == 0.8.* + HUnit >=1.2 && < 1.7, + QuickCheck >=2.4 && < 2.11, tasty >= 0.10 && < 0.12, tasty-hunit == 0.9.*, tasty-quickcheck == 0.8.* + tasty >= 0.10 + tasty-hunit >= 0.9 + tasty-quickcheck >= 0.8 benchmark benchmark Type: exitcode-stdio-1.0 p/haskell-uuid-types/debian/patches/series +1 −1 Original line number Diff line number Diff line newer-hunit-and-quickcheck newer-deps Loading
p/haskell-uuid-types/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-uuid-types (1.0.3-7) unstable; urgency=medium * Patch for newer tasty. -- Clint Adams <clint@debian.org> Fri, 13 Apr 2018 16:19:01 -0400 haskell-uuid-types (1.0.3-6) unstable; urgency=medium * Patch for newer HUnit/QuickCheck. Loading
p/haskell-uuid-types/debian/control +0 −3 Original line number Diff line number Diff line Loading @@ -22,11 +22,8 @@ Build-Depends: libghc-quickcheck2-dev (>= 2.4) <!nocheck>, libghc-quickcheck2-dev (<< 2.11) <!nocheck>, libghc-tasty-dev (>= 0.10) <!nocheck>, libghc-tasty-dev (<< 0.12) <!nocheck>, libghc-tasty-hunit-dev (>= 0.9) <!nocheck>, libghc-tasty-hunit-dev (<< 0.10) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, Loading
p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck→p/haskell-uuid-types/debian/patches/newer-deps +10 −4 Original line number Diff line number Diff line --- a/uuid-types.cabal +++ b/uuid-types.cabal @@ -56,8 +56,8 @@ @@ -56,11 +56,11 @@ Build-Depends: base >= 3 && < 5, uuid-types, bytestring >= 0.9 && < 0.11, - HUnit >=1.2 && < 1.4, - QuickCheck >=2.4 && < 2.9, - tasty >= 0.10 && < 0.12, - tasty-hunit == 0.9.*, - tasty-quickcheck == 0.8.* + HUnit >=1.2 && < 1.7, + QuickCheck >=2.4 && < 2.11, tasty >= 0.10 && < 0.12, tasty-hunit == 0.9.*, tasty-quickcheck == 0.8.* + tasty >= 0.10 + tasty-hunit >= 0.9 + tasty-quickcheck >= 0.8 benchmark benchmark Type: exitcode-stdio-1.0
p/haskell-uuid-types/debian/patches/series +1 −1 Original line number Diff line number Diff line newer-hunit-and-quickcheck newer-deps