Skip to content

Commit

Permalink
use bytestring-encoding-0.1.1.0
Browse files Browse the repository at this point in the history
Becasue bytestring-encoding-0.1.0.0 has a memory corruption bug.
msakai/bytestring-encoding#2
msakai/bytestring-encoding#3
  • Loading branch information
msakai committed May 8, 2021
1 parent 6233d13 commit ca8213c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stack-ghc-8.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extra-deps:
- OpenCL-1.0.3.4
# - git: https://github.com/msakai/opencl.git
# commit: 80d0cb9d235819cd53e6a36d7a9258bc19d564ab
- bytestring-encoding-0.1.0.0
- bytestring-encoding-0.1.1.0
- MIP-0.1.1.0

# hack for avoiding haddock error of MemoTrie-0.6.4
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-8.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extra-deps:
- OpenCL-1.0.3.4
# - git: https://github.com/msakai/opencl.git
# commit: 80d0cb9d235819cd53e6a36d7a9258bc19d564ab
- bytestring-encoding-0.1.0.0
- bytestring-encoding-0.1.1.0
- MIP-0.1.1.0

# hack for avoiding haddock error of MemoTrie-0.6.4
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-8.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extra-deps:
- OpenCL-1.0.3.4
# - git: https://github.com/msakai/opencl.git
# commit: 80d0cb9d235819cd53e6a36d7a9258bc19d564ab
- bytestring-encoding-0.1.0.0
- bytestring-encoding-0.1.1.0
- MIP-0.1.1.0

# hack for avoiding haddock error of MemoTrie-0.6.4
Expand Down
2 changes: 1 addition & 1 deletion stack-windows-i386.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extra-deps:
- OpenCL-1.0.3.4
# - git: https://github.com/msakai/opencl.git
# commit: 80d0cb9d235819cd53e6a36d7a9258bc19d564ab
- bytestring-encoding-0.1.0.0
- bytestring-encoding-0.1.1.0
- MIP-0.1.1.0

# hack for avoiding haddock error of MemoTrie-0.6.4
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extra-deps:
- OpenCL-1.0.3.4
# - git: https://github.com/msakai/opencl.git
# commit: 80d0cb9d235819cd53e6a36d7a9258bc19d564ab
- bytestring-encoding-0.1.0.0
- bytestring-encoding-0.1.1.0
- MIP-0.1.1.0

# hack for avoiding haddock error of MemoTrie-0.6.4
Expand Down
2 changes: 1 addition & 1 deletion toysolver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Library
base >=4.9 && <5,
bytestring >=0.9.2.1 && <0.12,
bytestring-builder,
bytestring-encoding,
bytestring-encoding >=0.1.1.0,
case-insensitive,
clock >=0.7.1,
-- IntMap.restrictKeys and IntMap.withoutKeys require containers >=0.5.8
Expand Down

0 comments on commit ca8213c

Please sign in to comment.