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:
Sherub Thakur 2022-09-02 05:54:41 +05:30 committed by GitHub
parent 9080aef7fb
commit a439b2b529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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