Skip to content

Commit

Permalink
Use weeder to weed out unused dependencies
Browse files Browse the repository at this point in the history
The dependencies are also sorted now.
  • Loading branch information
deiwin committed Nov 24, 2018
1 parent 769eccd commit 1b07ee0
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ description: Please see the README on GitHub at <https://github.com/deiw

dependencies:
- base >= 4.7 && < 5
- dhall
- text
- filepath
- wreq
- aeson
- lens
- lens-aeson
- containers
- bytestring
- transformers
- errors
- time

library:
source-dirs: src
dependencies:
- aeson
- bytestring
- dhall
- errors
- lens
- lens-aeson
- text
- time
- transformers
- wreq

executables:
take-care:
Expand All @@ -46,7 +45,10 @@ executables:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- bytestring
- take-care
- text
- transformers

tests:
take-care-test:
Expand Down

0 comments on commit 1b07ee0

Please sign in to comment.