summaryrefslogtreecommitdiff
path: root/devel/hs-parallel/patches/patch-parallel.cabal
blob: 824954bec7c40f8d4304d95865554bdcdcba799d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-parallel.cabal,v 1.1 2022/02/16 10:00:19 pho Exp $

Fix build with GHC 9.2

--- parallel.cabal.orig	2018-07-13 16:32:53.000000000 +0000
+++ parallel.cabal
@@ -43,7 +43,7 @@ library
 
     build-depends:
         array      >= 0.3 && < 0.6,
-        base       >= 4.3 && < 4.13,
+        base       >= 4.3 && < 5,
         containers >= 0.4 && < 0.7,
         deepseq    >= 1.1 && < 1.5