Skip to content

Commit 6311a5c

Browse files
authored
Restricts atomic-counter < 0.1.2 (#6953)
This is (unfortunately) not a bounds issue, but an attempt at working around a bug in stack
1 parent 888d6a9 commit 6311a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4328,7 +4328,7 @@ packages:
43284328
- htoml-megaparsec
43294329
- composition-prelude
43304330
- toml-reader-parse
4331-
- atomic-counter
4331+
- atomic-counter < 0.1.2 # https://github.com/commercialhaskell/stackage/issues/6953
43324332

43334333
"Eugene Smolanka <[email protected]> @esmolanka":
43344334
- sexp-grammar

0 commit comments

Comments
 (0)