Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
haskell-repa: bump quickcheck bounds
· d9253c9a
Gianfranco Costamagna
authored
Aug 26, 2019
d9253c9a
haskell-text-metrics: patch for newer deps
· c1f18710
Gianfranco Costamagna
authored
Aug 26, 2019
c1f18710
Show whitespace changes
Inline
Side-by-side
p/haskell-repa/debian/changelog
View file @
c1f18710
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
...
...
p/haskell-repa/debian/control
View file @
c1f18710
...
...
@@ -12,7 +12,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-quickcheck2-dev (>= 2.8),
libghc-quickcheck2-dev (<< 2.1
2
),
libghc-quickcheck2-dev (<< 2.1
3
),
libghc-quickcheck2-prof,
libghc-vector-dev (<< 0.13),
libghc-vector-dev (>= 0.11),
...
...
p/haskell-text-metrics/debian/changelog
View file @
c1f18710
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)
...
...
p/haskell-text-metrics/debian/patches/newer-deps
0 → 100644
View file @
c1f18710
--- 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
p/haskell-text-metrics/debian/patches/series
0 → 100644
View file @
c1f18710
newer-deps