Fix version bounds

This commit is contained in:
Taylor Fausak 2023-02-12 15:01:17 -06:00
parent 790ef60ea7
commit 6a84a39712

View File

@ -81,7 +81,7 @@ test-suite witch-test-suite
build-depends:
, HUnit >= 1.6.1 && < 1.7
, transformers >= 0.5.2 && < 0.7
, transformers >= 0.5.6 && < 0.7
hs-source-dirs: source/test-suite
main-is: Main.hs
type: exitcode-stdio-1.0