Remove unnecessary SBV upper bound in cryptol-remote-api

This commit is contained in:
Rob Dockins 2021-07-20 11:13:03 -07:00
parent c248320ca5
commit 9fcdb9be21

View File

@ -91,7 +91,7 @@ executable cryptol-remote-api
build-depends:
cryptol-remote-api,
sbv < 8.10
sbv
if os(linux) && flag(static)
ld-options: -static -pthread
@ -108,7 +108,7 @@ executable cryptol-eval-server
build-depends:
cryptol-remote-api,
optparse-applicative,
sbv < 8.10
sbv
if os(linux) && flag(static)
ld-options: -static -pthread