Prune unused build-depends from executable (#145)

The executable just calls a main function from the library, so it only
depends on the library and `base`.
This commit is contained in:
Andreas Abel 2024-02-22 16:02:07 +01:00 committed by GitHub
parent f7e880a65e
commit 2a75a61782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,17 +52,9 @@ library
ghc-options: -Wall -fwarn-incomplete-uni-patterns -threaded
default-language: Haskell2010
executable weeder
build-depends:
, base
, bytestring
, containers
, directory
, filepath
, ghc
, optparse-applicative
, transformers
, weeder
main-is: Main.hs
hs-source-dirs: exe-weeder