Commit 92b616e3 authored by Clint Adams's avatar Clint Adams
Browse files

adjunctions: patch for newer containers

parent e82f9b56
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-adjunctions (4.4-5) unstable; urgency=medium

  * Patch for newer containers.

 -- Clint Adams <clint@debian.org>  Tue, 27 Aug 2019 20:12:14 -0400

haskell-adjunctions (4.4-4) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ Build-Depends-Indep:
 libghc-tagged-doc,
 libghc-transformers-compat-doc,
 libghc-void-doc,
Standards-Version: 4.1.4
Homepage: http://github.com/ekmett/adjunctions/
Standards-Version: 4.4.0
Homepage: https://github.com/ekmett/adjunctions/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-adjunctions
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-adjunctions]
X-Description: adjunctions and representable functors for Haskell
+25 −0
Original line number Diff line number Diff line
--- a/adjunctions.cabal
+++ b/adjunctions.cabal
@@ -1,6 +1,7 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
 version:       4.4
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -44,12 +45,13 @@
     MultiParamTypeClasses
     Rank2Types
     UndecidableInstances
+    DefaultSignatures
 
   build-depends:
     array               >= 0.3.0.2 && < 0.7,
     base                >= 4       && < 5,
     comonad             >= 4       && < 6,
-    containers          >= 0.3     && < 0.6,
+    containers          >= 0.3     && < 0.7,
     contravariant       >= 1       && < 2,
     distributive        >= 0.5.1   && < 1,
     free                >= 4       && < 6,
+1 −0
Original line number Diff line number Diff line
newer-deps