From 069268394681c95e05cd74ab8bc0dd2ea6c43353 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 9 Oct 2024 18:32:04 -0600 Subject: Change some dependencies to avoid rebuilds. --- package.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.yaml b/package.yaml index fcdfa58..ec9bf4c 100644 --- a/package.yaml +++ b/package.yaml @@ -27,11 +27,6 @@ tests: source-dirs: test dependencies: - fiddle - - hspec - - base >= 4.0.0 - - text - - containers - - process ghc-options: - -Wall @@ -77,4 +72,6 @@ dependencies: - optparse-applicative - directory - filepath + - hspec - zlib + - process -- cgit