Closed chshersh closed 6 years ago
Just some numbers for further consideration:
$ stack list-dependencies | wc -l
89
$ stack list-dependencies --test | wc -l
104
For the moment there are both fmt
and formatting
libraries. Can we get rid of formatting
?
@vrom911 Yes, I think we can get rid of formatting
library. This will be a good change! I've updated issue description.
log-warper
has a lot of dependencies. Probably some of them can be removed or replaced...lens
replaced withmicrolens
-family.dlist
removed (DList
replaced withSeq
fromcontainers
package).extra
maybe can be removed (I guess we have everything inuniversum
?)errors
package can be removed (it's used only for one operator or something like that)exceptions
package can be removed (we usesafe-exceptions
inuniversum
)hashable
can be removed fromcabal
file (we have it inuniversum
)network
— why we neednetwork
in logging package?text-format
is probably not neededtransformers-base
is probably not neededuniversum-0.9.1
universum-1.0.0
formatting
package can be removed (we usefmt
andfmt
should be preferred toformatting
)Dependencies should be optimized in every target.