From 1bea1756a38a603495e52e6c37152bc12d94b254 Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Thu, 25 Mar 2021 12:58:10 -0700 Subject: [PATCH] Remove unneeded (and conflicting) test dependencies. --- package.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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