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
|
, aeson
|
||||||
, async
|
, async
|
||||||
, base >=4.13.0.0 && <=4.18.0.0
|
, base >=4.13.0.0 && <=4.18.0.0
|
||||||
, bytestring
|
|
||||||
, containers
|
|
||||||
, data-default
|
, data-default
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, mtl
|
, mtl
|
||||||
, optics-core
|
, optics-core
|
||||||
, profunctors
|
, profunctors
|
||||||
, relude
|
, relude >=1.0
|
||||||
, shower
|
, shower
|
||||||
, text
|
|
||||||
, time
|
, time
|
||||||
, with-utf8
|
, with-utf8
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue