Commit d85bea1e authored by Clint Adams's avatar Clint Adams
Browse files

integer-logarithms: fix b-ds

parent 405aa0b2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-integer-logarithms (1.0.2.1-2) unstable; urgency=medium

  * Fix Build-Depends.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 11:07:56 -0400

haskell-integer-logarithms (1.0.2.1-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+7 −8
Original line number Diff line number Diff line
@@ -4,21 +4,20 @@ 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,
# these are newer than current LTS
# libghc-quickcheck2-dev (>= 2.10),
# libghc-quickcheck2-dev (<< 2.11),
 libghc-smallcheck-dev (>= 1.1),
 libghc-quickcheck2-dev (>= 2.10),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-smallcheck-dev (>= 1.1.3),
 libghc-smallcheck-dev (<< 1.2),
 libghc-tasty-dev (>= 0.10),
 libghc-tasty-dev (<< 0.12),
 libghc-tasty-dev (<< 1.1),
 libghc-tasty-hunit-dev (>= 0.9),
 libghc-tasty-hunit-dev (<< 0.10),
 libghc-tasty-hunit-dev (<< 0.11),
 libghc-tasty-quickcheck-dev (>= 0.8),
 libghc-tasty-quickcheck-dev (<< 0.10),
 libghc-tasty-quickcheck-dev (<< 0.11),
 libghc-tasty-smallcheck-dev (>= 0.8),
 libghc-tasty-smallcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,