mirror of
https://github.com/ocharles/weeder.git
synced 2024-11-22 22:42:10 +03:00
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:
parent
f7e880a65e
commit
2a75a61782
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user