blob: da9f6432303812fc93ae57a0fd4a0ceb2ecce39a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-async.cabal,v 1.1 2022/02/11 13:26:15 pho Exp $
Fix build with hashable-1.4
--- async.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ async.cabal
@@ -65,7 +65,7 @@ library
other-extensions: Trustworthy
exposed-modules: Control.Concurrent.Async
build-depends: base >= 4.3 && < 4.17,
- hashable >= 1.1.2.0 && < 1.4,
+ hashable >= 1.1.2.0 && < 1.5,
stm >= 2.2 && < 2.6
test-suite test-async
|