Loading p/haskell-uuid-types/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-uuid-types (1.0.3-11) unstable; urgency=medium * Relax dependency on libghc-quickcheck2-dev -- Dmitry Bogatov <KAction@gnu.org> Thu, 18 Oct 2018 13:41:13 +0000 haskell-uuid-types (1.0.3-10) unstable; urgency=medium * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) Loading p/haskell-uuid-types/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ Build-Depends: libghc-hunit-dev (>= 1.2) <!nocheck>, libghc-hunit-dev (<< 1.7) <!nocheck>, libghc-quickcheck2-dev (>= 2.4) <!nocheck>, libghc-quickcheck2-dev (<< 2.11) <!nocheck>, libghc-quickcheck2-dev (<< 2.13) <!nocheck>, libghc-tasty-dev (>= 0.10) <!nocheck>, libghc-tasty-hunit-dev (>= 0.9) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, Loading p/haskell-uuid-types/debian/patches/newer-deps +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ - tasty-hunit == 0.9.*, - tasty-quickcheck == 0.8.* + HUnit >=1.2 && < 1.7, + QuickCheck >=2.4 && < 2.11, + QuickCheck >=2.4 && < 2.13, + tasty >= 0.10, + tasty-hunit >= 0.9, + tasty-quickcheck >= 0.8 Loading Loading
p/haskell-uuid-types/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-uuid-types (1.0.3-11) unstable; urgency=medium * Relax dependency on libghc-quickcheck2-dev -- Dmitry Bogatov <KAction@gnu.org> Thu, 18 Oct 2018 13:41:13 +0000 haskell-uuid-types (1.0.3-10) unstable; urgency=medium * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) Loading
p/haskell-uuid-types/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ Build-Depends: libghc-hunit-dev (>= 1.2) <!nocheck>, libghc-hunit-dev (<< 1.7) <!nocheck>, libghc-quickcheck2-dev (>= 2.4) <!nocheck>, libghc-quickcheck2-dev (<< 2.11) <!nocheck>, libghc-quickcheck2-dev (<< 2.13) <!nocheck>, libghc-tasty-dev (>= 0.10) <!nocheck>, libghc-tasty-hunit-dev (>= 0.9) <!nocheck>, libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>, Loading
p/haskell-uuid-types/debian/patches/newer-deps +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ - tasty-hunit == 0.9.*, - tasty-quickcheck == 0.8.* + HUnit >=1.2 && < 1.7, + QuickCheck >=2.4 && < 2.11, + QuickCheck >=2.4 && < 2.13, + tasty >= 0.10, + tasty-hunit >= 0.9, + tasty-quickcheck >= 0.8 Loading