diff --git a/wreq.cabal b/wreq.cabal index d8a9485..0a4b025 100644 --- a/wreq.cabal +++ b/wreq.cabal @@ -110,7 +110,7 @@ library bytestring >= 0.9, case-insensitive, containers, - crypton, + crypton >= 1.1, exceptions >= 0.5, hashable, http-client >= 0.6, @@ -118,7 +118,7 @@ library http-types >= 0.8, lens >= 4.5, lens-aeson, - memory, + ram, mime-types, time-locale-compat, template-haskell,