diff --git a/haskell-template.cabal b/haskell-template.cabal index 974d017..496f8d7 100644 --- a/haskell-template.cabal +++ b/haskell-template.cabal @@ -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