Commit ed76f7e3 authored by Clint Adams's avatar Clint Adams
Browse files

natural-transformation: patch for newer containers

parent 7da8e9ff
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-natural-transformation (0.4-5) unstable; urgency=medium

  * Patch for newer containers.

 -- Clint Adams <clint@debian.org>  Tue, 27 Aug 2019 21:26:45 -0400

haskell-natural-transformation (0.4-4) unstable; urgency=medium

  [ Clint Adams ]
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 10),
 libghc-tasty-dev (>= 0.8) <!nocheck>,
 libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/ku-fpg/natural-transformation
X-Description: natural transformations
 A natural transformation transforms a container f a into another
+6 −2
Original line number Diff line number Diff line
--- a/natural-transformation.cabal
+++ b/natural-transformation.cabal
@@ -45,8 +45,8 @@
                      , containers             >= 0.1 && < 0.6
@@ -42,11 +42,11 @@
   type:                exitcode-stdio-1.0
   main-is:             Properties.hs
   build-depends:       base                   >= 4.7 && < 5
-                     , containers             >= 0.1 && < 0.6
+                     , containers             >= 0.1 && < 0.7
                      , natural-transformation == 0.4
                      , quickcheck-instances   >= 0.1 && < 0.4
-                     , tasty                  >= 0.8 && < 0.12