Skip to content

Commit

Permalink
Prune unused build-depends from executable (#145)
Browse files Browse the repository at this point in the history
The executable just calls a main function from the library, so it only
depends on the library and `base`.
  • Loading branch information
andreasabel authored Feb 22, 2024
1 parent f7e880a commit 2a75a61
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions weeder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a75a61

Please sign in to comment.