Skip to content

Commit 1939be1

Browse files
deps: await to catch ref-tf > 0.4.0.2 (#847)
Since: ```haskell instance .. MonadAtomicRef (ST a) ``` is upstreamed: https://github.com/mainland/ref-tf Catch in on the next release.
1 parent 4281382 commit 1939be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ library
430430
, parser-combinators >= 1.0.1 && < 1.4
431431
, prettyprinter >= 1.7.0 && < 1.8
432432
, process >= 1.6.3 && < 1.7
433-
, ref-tf >= 0.4.0 && < 0.5
433+
, ref-tf >= 0.4.0 && <= 0.4.0.2
434434
, regex-tdfa >= 1.2.3 && < 1.4
435435
, scientific >= 0.3.6 && < 0.4
436436
, semialign >= 1 && < 1.2

0 commit comments

Comments
 (0)