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
source-dirs: tests
dependencies:
- wasm == 0.1.0
- wasm
- filepath >= 1.3
- directory >= 1.3
- text >= 1.1
- bytestring >= 0.10
- mtl >= 2.2.1
- text
- bytestring
- mtl
- tasty >= 0.7
- tasty-hunit >= 0.4.1