Skip to content

Commit

Permalink
cryptol-remote-api: Restore the ability to build with vector-0.12.* (#…
Browse files Browse the repository at this point in the history
…1506)

The downstream `saw-remote-api` library doesn't quite support `vector-0.13.*`
yet, but #1499 accidentally restricted `cryptol-remote-api`'s
build plan to only allow `vector-0.13.*`. This restores the ability to build
`cryptol-remote-api` with `vector-0.12.*` for `saw-remote-api`'s sake.
  • Loading branch information
RyanGlScott committed Mar 13, 2023
1 parent c941edd commit 9382d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptol-remote-api/cryptol-remote-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ common deps
text >= 1.2.3 && < 2.1,
tf-random,
unordered-containers ^>= 0.2,
vector ^>= 0.13,
vector >= 0.12 && < 0.14,

default-language: Haskell2010

Expand Down

0 comments on commit 9382d52

Please sign in to comment.