From 2f2a803abbe827d3aa93a5600d907ca494905ddd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2023 00:37:26 +0800 Subject: [PATCH] revised .cabal file --- profunctors-5.6.2.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profunctors-5.6.2.cabal b/profunctors-5.6.2.cabal index d7b2df7..48c4f86 100644 --- a/profunctors-5.6.2.cabal +++ b/profunctors-5.6.2.cabal @@ -1,7 +1,7 @@ name: profunctors category: Control, Categories version: 5.6.2 -x-revision: 2 +x-revision: 3 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE @@ -37,7 +37,7 @@ source-repository head library build-depends: base >= 4.7 && < 5, - base-orphans >= 0.8.4 && < 0.9, + base-orphans >= 0.8.4 && < 0.10, bifunctors >= 5.5.9 && < 6, comonad >= 5.0.8 && < 6, contravariant >= 1.5.3 && < 2,