diff options
Diffstat (limited to 'devel/hs-profunctors/files/patch-git_c0574c')
-rw-r--r-- | devel/hs-profunctors/files/patch-git_c0574c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/hs-profunctors/files/patch-git_c0574c b/devel/hs-profunctors/files/patch-git_c0574c new file mode 100644 index 000000000000..af645f89acb5 --- /dev/null +++ b/devel/hs-profunctors/files/patch-git_c0574c @@ -0,0 +1,22 @@ +From c0574c91a459083066d656bec39e67dfa02daf06 Mon Sep 17 00:00:00 2001 +From: Ryan Scott <ryan.gl.scott@gmail.com> +Date: Mon, 10 Apr 2017 09:41:23 -0400 +Subject: [PATCH] Bump base-orphans upper version bounds + +--- + profunctors.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/profunctors.cabal b/profunctors.cabal +index 1233e734..8f94e27c 100644 +--- profunctors.cabal ++++ profunctors.cabal +@@ -30,7 +30,7 @@ source-repository head + library + build-depends: + base >= 4 && < 5, +- base-orphans >= 0.4 && < 0.6, ++ base-orphans >= 0.4 && < 0.7, + bifunctors >= 5.2 && < 6, + comonad >= 4 && < 6, + contravariant >= 1 && < 2, |