600da255a9
This package provides a library for parallel programming in Haskell.
15 lines
403 B
Text
15 lines
403 B
Text
$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
|
|
|