Commit 9fe93e17 authored by Clint Adams's avatar Clint Adams
Browse files

pointed: patch for newer containers

parent 77e9ef4f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
haskell-pointed (5.0.1-4) UNRELEASED; urgency=medium
haskell-pointed (5.0.1-4) unstable; urgency=medium

  [ Dmitry Bogatov ]
  * Add missing "Upstream-Name" field into "debian/copyright".

 -- Dmitry Bogatov <KAction@debian.org>  Thu, 16 May 2019 14:24:22 +0000
  [ Clint Adams ]
  * Patch for newer containers.

 -- Clint Adams <clint@debian.org>  Sat, 31 Aug 2019 19:46:11 -0400

haskell-pointed (5.0.1-3) unstable; urgency=medium

+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ Build-Depends-Indep:
 libghc-tagged-doc,
 libghc-transformers-compat-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Homepage: http://github.com/ekmett/pointed/
Standards-Version: 4.4.0
Homepage: https://github.com/ekmett/pointed/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pointed
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pointed]
X-Description: pointed and copointed data
+11 −0
Original line number Diff line number Diff line
--- a/pointed.cabal
+++ b/pointed.cabal
@@ -80,7 +80,7 @@
     build-depends: comonad >= 5 && < 6
 
   if flag(containers)
-    build-depends: containers >= 0.4 && < 0.6
+    build-depends: containers >= 0.4 && < 0.7
 
   if flag(kan-extensions)
     build-depends: kan-extensions >= 5 && < 6
+1 −0
Original line number Diff line number Diff line
newer-deps