Skip to content

Commit

Permalink
Remove redundant dependencies (#51)
Browse files Browse the repository at this point in the history
Since Relude (>= 1.0) reexports most common modules from the following libraries
  - containers
  - unordered-containers
  - text
  - bytestring
So we can remove these from our build-depends list.

More information: kowainik/relude#353
  • Loading branch information
nixypanda committed Sep 2, 2022
1 parent 9080aef commit a439b2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions haskell-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,14 @@ common shared
, aeson
, async
, base >=4.13.0.0 && <=4.18.0.0
, bytestring
, containers
, data-default
, directory
, filepath
, mtl
, optics-core
, profunctors
, relude
, relude >=1.0
, shower
, text
, time
, with-utf8

Expand Down

0 comments on commit a439b2b

Please sign in to comment.