[Git][haskell-team/DHG_packages][master] natural-transformation: patch for newer containers

Clint Adams gitlab at salsa.debian.org
Wed Aug 28 02:29:14 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ed76f7e3 by Clint Adams at 2019-08-28T01:28:41Z
natural-transformation: patch for newer containers

- - - - -


3 changed files:

- p/haskell-natural-transformation/debian/changelog
- p/haskell-natural-transformation/debian/control
- p/haskell-natural-transformation/debian/patches/newer-deps


Changes:

=====================================
p/haskell-natural-transformation/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-natural-transformation (0.4-5) unstable; urgency=medium
+
+  * Patch for newer containers.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 21:26:45 -0400
+
 haskell-natural-transformation (0.4-4) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-natural-transformation/debian/control
=====================================
@@ -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


=====================================
p/haskell-natural-transformation/debian/patches/newer-deps
=====================================
@@ -1,7 +1,11 @@
 --- 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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ed76f7e36cfa92b25cb9adb258e6302b6e5b79c6

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ed76f7e36cfa92b25cb9adb258e6302b6e5b79c6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190828/34c42261/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list