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

profunctors: patch for newer base-orphans

parent 323e1007
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-profunctors (5.2.2-2) unstable; urgency=medium

  * Patch for newer base-orphans.

 -- Clint Adams <clint@debian.org>  Sat, 14 Apr 2018 16:57:21 -0400

haskell-profunctors (5.2.2-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Build-Depends:
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-base-orphans-dev (>= 0.4),
 libghc-base-orphans-dev (<< 0.7),
 libghc-base-orphans-dev (<< 0.8),
 libghc-base-orphans-prof,
 libghc-bifunctors-dev (<< 6),
 libghc-bifunctors-dev (>= 5.2),
+11 −0
Original line number Diff line number Diff line
--- a/profunctors.cabal
+++ b/profunctors.cabal
@@ -30,7 +30,7 @@
 library
   build-depends:
     base                >= 4     && < 5,
-    base-orphans        >= 0.4   && < 0.7,
+    base-orphans        >= 0.4   && < 0.8,
     bifunctors          >= 5.2   && < 6,
     comonad             >= 4     && < 6,
     contravariant       >= 1     && < 2,
+1 −0
Original line number Diff line number Diff line
newer-deps