Skip to content
Commits on Source (2)
haskell-distributive (0.5.3-6) UNRELEASED; urgency=medium
haskell-distributive (0.6-1) unstable; urgency=medium
[ Dmitry Bogatov ]
* Add missing "Upstream-Name" field into "debian/copyright".
-- Dmitry Bogatov <KAction@debian.org> Thu, 16 May 2019 14:24:08 +0000
[ Clint Adams ]
* New upstream version.
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 11:05:40 -0400
haskell-distributive (0.5.3-5) unstable; urgency=medium
......
......@@ -15,9 +15,6 @@ Build-Depends: debhelper (>= 10),
libghc-tagged-dev (>= 0.7),
libghc-tagged-dev (<< 1),
libghc-tagged-prof,
libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 1),
libghc-transformers-compat-prof,
libghc-doctest-dev (>= 0.11.1),
libghc-generic-deriving-dev (>= 1.11),
libghc-generic-deriving-dev (<< 2),
......@@ -26,7 +23,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-base-orphans-doc,
libghc-tagged-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: http://github.com/ekmett/distributive/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-distributive
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-distributive]
......
--- a/distributive.cabal
+++ b/distributive.cabal
@@ -51,7 +51,7 @@
library
build-depends:
base >= 4 && < 5,
- base-orphans >= 0.5 && < 1,
+ base-orphans >= 0.5.2 && < 1,
transformers >= 0.2 && < 0.6,
transformers-compat >= 0.3 && < 1
@@ -70,7 +70,7 @@
if impl(ghc < 8.0)
if flag(semigroups)
- build-depends: semigroups >= 0.11 && < 1
+ build-depends: semigroups >= 0.13 && < 1
if impl(ghc < 7.8)
hs-source-dirs: src-compat
@@ -85,7 +85,7 @@
build-depends:
base >= 4,
distributive,
- doctest >= 0.11.1 && <0.13
+ doctest >= 0.11.1 && <0.16
ghc-options: -Wall -threaded
hs-source-dirs: tests
Origin: upstream
--- haskell-distributive-0.5.3.orig/distributive.cabal
+++ haskell-distributive-0.5.3/distributive.cabal
@@ -85,7 +85,7 @@ test-suite doctests
build-depends:
base >= 4,
distributive,
- doctest >= 0.11.1 && <0.16
+ doctest >= 0.11.1 && <0.17
ghc-options: -Wall -threaded
hs-source-dirs: tests
newer-deps-from-hackage
relax-doctest.patch
#!/usr/bin/make -f
# disabled until we have doctest 0.12
DEB_ENABLE_TESTS = no
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
haskell-dlist (0.8.0.4-4) UNRELEASED; urgency=medium
haskell-dlist (0.8.0.6-1) unstable; urgency=medium
[ Dmitry Bogatov ]
* Add missing "Upstream-Name" field into "debian/copyright".
-- Dmitry Bogatov <KAction@debian.org> Thu, 16 May 2019 14:24:09 +0000
[ Clint Adams ]
* New upstream release
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 11:05:32 -0400
haskell-dlist (0.8.0.4-3) unstable; urgency=medium
......