Skip to content

Commit

Permalink
deps: await to catch ref-tf > 0.4.0.2 (#847)
Browse files Browse the repository at this point in the history
Since:
```haskell
instance .. MonadAtomicRef (ST a)
```
is upstreamed: https://github.com/mainland/ref-tf

Catch in on the next release.
  • Loading branch information
Anton-Latukha authored Feb 9, 2021
1 parent 4281382 commit 1939be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ library
, parser-combinators >= 1.0.1 && < 1.4
, prettyprinter >= 1.7.0 && < 1.8
, process >= 1.6.3 && < 1.7
, ref-tf >= 0.4.0 && < 0.5
, ref-tf >= 0.4.0 && <= 0.4.0.2
, regex-tdfa >= 1.2.3 && < 1.4
, scientific >= 0.3.6 && < 0.4
, semialign >= 1 && < 1.2
Expand Down

0 comments on commit 1939be1

Please sign in to comment.