Remove redundant dependencies (#51)
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: https://github.com/kowainik/relude/issues/353
This commit is contained in:
parent
9080aef7fb
commit
a439b2b529
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue