pkgsrc/devel/hs-parallel/patches/patch-parallel.cabal
pho 600da255a9 devel/hs-parallel: import hs-parallel-3.2.2.0
This package provides a library for parallel programming in Haskell.
2022-02-16 10:00:19 +00:00

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