Skip to content
Commits on Source (2)
haskell-repa (3.4.1.4-2) unstable; urgency=medium
* Bump quickcheck bounds
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 26 Aug 2019 16:51:50 +0200
haskell-repa (3.4.1.4-1) unstable; urgency=medium
* New upstream release
......
......@@ -12,7 +12,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-quickcheck2-dev (>= 2.8),
libghc-quickcheck2-dev (<< 2.12),
libghc-quickcheck2-dev (<< 2.13),
libghc-quickcheck2-prof,
libghc-vector-dev (<< 0.13),
libghc-vector-dev (>= 0.11),
......
haskell-text-metrics (0.3.0-5) unstable; urgency=medium
* Bump containers bounds
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 06 Aug 2019 09:05:46 +0200
haskell-text-metrics (0.3.0-4) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
......
--- haskell-text-metrics-0.3.0.orig/text-metrics.cabal
+++ haskell-text-metrics-0.3.0/text-metrics.cabal
@@ -26,7 +26,7 @@ flag dev
library
build-depends: base >= 4.7 && < 5.0
- , containers >= 0.5.6.2 && < 0.6
+ , containers >= 0.5.6.2 && < 0.7
, text >= 0.2 && < 1.3
, vector >= 0.11 && < 0.13
exposed-modules: Data.Text.Metrics