Use optics-core instead of lens

This commit is contained in:
Sridhar Ratnakumar 2022-03-23 13:48:57 -04:00
parent 63c385280e
commit 018d7253d8

View file

@ -31,8 +31,8 @@ executable haskell-template
, data-default , data-default
, directory , directory
, filepath , filepath
, lens
, mtl , mtl
, optics-core
, profunctors , profunctors
, relude , relude
, shower , shower