summaryrefslogtreecommitdiff
path: root/math/hs-adjunctions/patches/patch-adjunctions.cabal
blob: a7ea2d66bf41ab8cca6ab6708ba1ece48babd221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-adjunctions.cabal,v 1.1 2022/02/16 09:57:50 pho Exp $

Fix build with GHC 9.2

--- adjunctions.cabal.orig	2018-01-28 14:49:01.000000000 +0000
+++ adjunctions.cabal
@@ -49,7 +49,7 @@ library
     array               >= 0.3.0.2 && < 0.7,
     base                >= 4       && < 5,
     comonad             >= 4       && < 6,
-    containers          >= 0.3     && < 0.6,
+    containers          >= 0.3,
     contravariant       >= 1       && < 2,
     distributive        >= 0.5.1   && < 1,
     free                >= 4       && < 6,