diff --git a/package.yaml b/package.yaml index 96110b6..aa4741d 100644 --- a/package.yaml +++ b/package.yaml @@ -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