[DHG_packages] 01/03: lens-action: patch for newer transformers and comonad

Clint Adams clint at moszumanska.debian.org
Sat Oct 22 16:05:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 57bbcf8c28b190bd814b420da773636cb7f7ce5a
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 22 12:01:18 2016 -0400

    lens-action: patch for newer transformers and comonad
---
 p/haskell-lens-action/debian/changelog                 |  6 ++++++
 p/haskell-lens-action/debian/control                   |  2 +-
 .../debian/patches/newer-transformers-and-comonad      | 18 ++++++++++++++++++
 p/haskell-lens-action/debian/patches/series            |  1 +
 4 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/p/haskell-lens-action/debian/changelog b/p/haskell-lens-action/debian/changelog
index 5469a7d..ae4aeb3 100644
--- a/p/haskell-lens-action/debian/changelog
+++ b/p/haskell-lens-action/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lens-action (0.2.0.2-3) experimental; urgency=medium
+
+  * Patch for newer transformers and comonad.
+
+ -- Clint Adams <clint at debian.org>  Sat, 22 Oct 2016 12:00:40 -0400
+
 haskell-lens-action (0.2.0.2-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-lens-action/debian/control b/p/haskell-lens-action/debian/control
index 669dc53..5b07b5f 100644
--- a/p/haskell-lens-action/debian/control
+++ b/p/haskell-lens-action/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.10),
- libghc-comonad-dev (<< 5),
+ libghc-comonad-dev (<< 6),
  libghc-comonad-dev (>= 4),
  libghc-comonad-prof,
  libghc-contravariant-dev (<< 2),
diff --git a/p/haskell-lens-action/debian/patches/newer-transformers-and-comonad b/p/haskell-lens-action/debian/patches/newer-transformers-and-comonad
new file mode 100644
index 0000000..7e35be7
--- /dev/null
+++ b/p/haskell-lens-action/debian/patches/newer-transformers-and-comonad
@@ -0,0 +1,18 @@
+--- a/lens-action.cabal
++++ b/lens-action.cabal
+@@ -37,13 +37,13 @@
+   build-depends:
+     lens                      >= 4.7      && < 5,
+     base                      >= 4.5      && < 5,
+-    comonad                   >= 4        && < 5,
++    comonad                   >= 4        && < 6,
+     contravariant             >= 1.2.1    && < 2,
+     profunctors               >= 4        && < 6,
+     mtl                       >= 2.0.1    && < 2.3,
+     semigroups                >= 0.8.4    && < 1,
+     semigroupoids             >= 4        && < 6,
+-    transformers              >= 0.2      && < 0.5
++    transformers              >= 0.2      && < 0.6
+ 
+   exposed-modules:
+     Control.Lens.Action
diff --git a/p/haskell-lens-action/debian/patches/series b/p/haskell-lens-action/debian/patches/series
new file mode 100644
index 0000000..e9c4124
--- /dev/null
+++ b/p/haskell-lens-action/debian/patches/series
@@ -0,0 +1 @@
+newer-transformers-and-comonad

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list