diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-10-09 18:32:04 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-10-09 18:32:04 -0600 |
commit | 069268394681c95e05cd74ab8bc0dd2ea6c43353 (patch) | |
tree | 00b6551ff86fdba34fae95b69f0a89fc6c6cdc5c | |
parent | 25a00d9dae44dd1fce00ba554db252ffafcd3d86 (diff) | |
download | fiddle-069268394681c95e05cd74ab8bc0dd2ea6c43353.tar.gz fiddle-069268394681c95e05cd74ab8bc0dd2ea6c43353.tar.bz2 fiddle-069268394681c95e05cd74ab8bc0dd2ea6c43353.zip |
Change some dependencies to avoid rebuilds.
-rw-r--r-- | package.yaml | 7 |
1 files 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 |