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,
