Skip to content

Commits on Source 5

haskell-distributive (0.6-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
* Add missing dependency for testsuite
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 26 Aug 2019 16:43:55 +0200
haskell-distributive (0.6-1) unstable; urgency=medium
[ Dmitry Bogatov ]
......
......@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10),
libghc-tagged-dev (>= 0.7),
libghc-tagged-dev (<< 1),
libghc-tagged-prof,
libghc-cabal-doctest-dev,
libghc-doctest-dev (>= 0.11.1),
libghc-generic-deriving-dev (>= 1.11),
libghc-generic-deriving-dev (<< 2),
......
haskell-gloss (1.13.0.1-3) unstable; urgency=medium
* debian/patches/newer-deps:
- upstream patch to bump boundaries
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 01 Jan 2019 15:22:44 +0100
haskell-gloss (1.13.0.1-2) unstable; urgency=medium
* Compile with --ghc-options="-O0" on unregisterised 64-bit arches
......
From 03fbed3c0cd40a469a7da4c6f15f89f89f4f34b1 Mon Sep 17 00:00:00 2001
From: "Trevor L. McDonell" <tmcdonell@cse.unsw.edu.au>
Date: Sun, 7 Oct 2018 14:42:26 +0200
Subject: [PATCH] gloss: relax dependency bounds
---
gloss/gloss.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gloss/gloss.cabal b/gloss/gloss.cabal
index e670f53..d9531c8 100644
--- a/gloss.cabal
+++ b/gloss.cabal
@@ -42,10 +42,10 @@ Flag ExplicitBackend
Library
Build-Depends:
- base >= 4.8 && < 4.12
+ base >= 4.8 && < 4.13
, bmp == 1.2.*
, bytestring == 0.10.*
- , containers == 0.5.*
+ , containers >= 0.5 && < 0.7
, ghc-prim
, gloss-rendering == 1.13.*
, GLUT == 2.7.*
haskell-gnuidn (0.2.2-9) unstable; urgency=medium
* Fixup control file bounds
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 26 Aug 2019 16:36:03 +0200
haskell-gnuidn (0.2.2-8) unstable; urgency=medium
* Patch for newer deps
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 06 Aug 2019 08:49:05 +0200
haskell-gnuidn (0.2.2-7) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
......
......@@ -12,7 +12,7 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-chell-dev (<< 0.5) <!nocheck>,
libghc-chell-dev (<< 0.6) <!nocheck>,
libghc-chell-dev (>= 0.4) <!nocheck>,
libghc-chell-quickcheck2-dev (<< 0.3) <!nocheck>,
libghc-chell-quickcheck2-dev (>= 0.2) <!nocheck>,
......
--- haskell-gnuidn-0.2.2.orig/gnuidn.cabal
+++ haskell-gnuidn-0.2.2/gnuidn.cabal
@@ -56,7 +56,7 @@ test-suite gnuidn_tests
build-depends:
base >= 4.0 && < 5.0
, bytestring
- , chell >= 0.4 && < 0.5
+ , chell >= 0.4 && < 0.6
, chell-quickcheck >= 0.2 && < 0.3
, gnuidn
, QuickCheck >= 2.4
haskell-haddock-library (1.7.0-2) unstable; urgency=medium
* Patch for newer quickcheck
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 26 Aug 2019 16:38:15 +0200
haskell-haddock-library (1.7.0-1) unstable; urgency=medium
[ Dmitry Bogatov ]
......
......@@ -10,13 +10,13 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8),
ghc-prof,
libghc-quickcheck2-dev (>= 2.11),
libghc-quickcheck2-dev (<< 2.12),
libghc-quickcheck2-dev (<< 2.13),
libghc-quickcheck2-prof,
libghc-base-compat-dev (>= 0.9.3),
libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
libghc-hspec-dev (>= 2.4.4),
libghc-hspec-dev (<< 2.6),
libghc-hspec-dev (<< 2.7),
libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.4.0
......
--- haskell-haddock-library-1.7.0.orig/haddock-library.cabal
+++ haskell-haddock-library-1.7.0/haddock-library.cabal
@@ -77,7 +77,7 @@ test-suite spec
, containers >= 0.4.2.1 && < 0.7
, transformers >= 0.3.0 && < 0.6
, hspec >= 2.4.4 && < 2.7
- , QuickCheck ^>= 2.11
+ , QuickCheck >= 2.11
, text >= 1.2.3.0 && < 1.3
, parsec >= 3.1.13.0 && < 3.2
, deepseq >= 1.3 && < 1.5
newer-hspec
disable-fixtures-test-suite
newer-deps