Commit 3ff6bbc7 authored by Clint Adams's avatar Clint Adams
Browse files

QuickCheck: build-depend on haskell-devscripts (>= 0.15) to work around...

QuickCheck: build-depend on haskell-devscripts (>= 0.15) to work around ancient timestamp.  closes: #933010.
parent fc3315e7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-quickcheck (2.12.6.1-2) unstable; urgency=medium

  * Build-depend on haskell-devscripts (>= 0.15) to work around ancient
    timestamp.  closes: #933010.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 13:33:54 -0400

haskell-quickcheck (2.12.6.1-1) unstable; urgency=medium

  * New upstream release
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 haskell-devscripts (>= 0.15),
 cdbs,
 ghc (>= 8),
 ghc-prof,
@@ -19,7 +19,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-erf-doc,
 libghc-random-doc,
 libghc-tf-random-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/nick8325/quickcheck
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-quickcheck
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-quickcheck]