Loading p/haskell-cryptohash-md5/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-cryptohash-md5 (0.11.100.1-3) unstable; urgency=medium * Patch for newer base and tasty-*. -- Clint Adams <clint@debian.org> Sat, 14 Apr 2018 11:57:27 -0400 haskell-cryptohash-md5 (0.11.100.1-2) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading p/haskell-cryptohash-md5/debian/control +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Uploaders: Clint Adams <clint@debian.org> Priority: optional Section: haskell Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.8), haskell-devscripts (>= 0.8), cdbs, ghc, ghc-prof, Loading @@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10), libghc-puremd5-dev (>= 2.1.3), libghc-puremd5-dev (<< 2.2), libghc-tasty-dev (>= 0.11), libghc-tasty-dev (<< 0.12), libghc-tasty-hunit-dev (>= 0.9), libghc-tasty-hunit-dev (<< 0.10), libghc-tasty-quickcheck-dev (>= 0.8), libghc-tasty-quickcheck-dev (<< 0.9), Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Homepage: https://github.com/hvr/cryptohash-md5 Loading p/haskell-cryptohash-md5/debian/patches/newer-deps 0 → 100644 +24 −0 Original line number Diff line number Diff line --- a/cryptohash-md5.cabal +++ b/cryptohash-md5.cabal @@ -41,7 +41,7 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.10 + build-depends: base >= 4.5 && < 5 , bytestring >= 0.9.2 && < 0.11 hs-source-dirs: src @@ -64,9 +64,9 @@ , base16-bytestring >= 0.1.1 && < 0.2 , pureMD5 >= 2.1.3 && < 2.2 - , tasty == 0.11.* - , tasty-quickcheck == 0.8.* - , tasty-hunit == 0.9.* + , tasty >= 0.11, + , tasty-quickcheck >= 0.8, + , tasty-hunit >= 0.9, benchmark bench-md5 default-language: Haskell2010 p/haskell-cryptohash-md5/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deps Loading
p/haskell-cryptohash-md5/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-cryptohash-md5 (0.11.100.1-3) unstable; urgency=medium * Patch for newer base and tasty-*. -- Clint Adams <clint@debian.org> Sat, 14 Apr 2018 11:57:27 -0400 haskell-cryptohash-md5 (0.11.100.1-2) unstable; urgency=medium [ Ilias Tsitsimpis ] Loading
p/haskell-cryptohash-md5/debian/control +1 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Uploaders: Clint Adams <clint@debian.org> Priority: optional Section: haskell Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.8), haskell-devscripts (>= 0.8), cdbs, ghc, ghc-prof, Loading @@ -13,11 +13,8 @@ Build-Depends: debhelper (>= 10), libghc-puremd5-dev (>= 2.1.3), libghc-puremd5-dev (<< 2.2), libghc-tasty-dev (>= 0.11), libghc-tasty-dev (<< 0.12), libghc-tasty-hunit-dev (>= 0.9), libghc-tasty-hunit-dev (<< 0.10), libghc-tasty-quickcheck-dev (>= 0.8), libghc-tasty-quickcheck-dev (<< 0.9), Build-Depends-Indep: ghc-doc, Standards-Version: 4.1.4 Homepage: https://github.com/hvr/cryptohash-md5 Loading
p/haskell-cryptohash-md5/debian/patches/newer-deps 0 → 100644 +24 −0 Original line number Diff line number Diff line --- a/cryptohash-md5.cabal +++ b/cryptohash-md5.cabal @@ -41,7 +41,7 @@ library default-language: Haskell2010 - build-depends: base >= 4.5 && < 4.10 + build-depends: base >= 4.5 && < 5 , bytestring >= 0.9.2 && < 0.11 hs-source-dirs: src @@ -64,9 +64,9 @@ , base16-bytestring >= 0.1.1 && < 0.2 , pureMD5 >= 2.1.3 && < 2.2 - , tasty == 0.11.* - , tasty-quickcheck == 0.8.* - , tasty-hunit == 0.9.* + , tasty >= 0.11, + , tasty-quickcheck >= 0.8, + , tasty-hunit >= 0.9, benchmark bench-md5 default-language: Haskell2010
p/haskell-cryptohash-md5/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deps