Remove unneeded (and conflicting) test dependencies.

This commit is contained in:
Kevin Quick
2021-03-25 12:58:10 -07:00
parent 366a04eebc
commit 1bea1756a3
+4 -4
View File
@@ -43,11 +43,11 @@ tests:
main: Test.hs main: Test.hs
source-dirs: tests source-dirs: tests
dependencies: dependencies:
- wasm == 0.1.0 - wasm
- filepath >= 1.3 - filepath >= 1.3
- directory >= 1.3 - directory >= 1.3
- text >= 1.1 - text
- bytestring >= 0.10 - bytestring
- mtl >= 2.2.1 - mtl
- tasty >= 0.7 - tasty >= 0.7
- tasty-hunit >= 0.4.1 - tasty-hunit >= 0.4.1