diff --git a/shell.nix b/shell.nix index 3c5d4bf..17fa7b2 100644 --- a/shell.nix +++ b/shell.nix @@ -31,7 +31,7 @@ let , base64-bytestring, bytestring, case-insensitive, clock , containers, directory, extra, haskell-gettext, hspec , hspec-discover, hspec-wai, hspec-wai-json, http-api-data - , http-types, iproute, lib, mime-mail, mtl, network, opaleye + , http-types, iproute, lib, libyaml, mime-mail, mtl, network, opaleye , optparse-applicative, postgresql-simple , postgresql-simple-migration, product-profunctors, profunctors , pureMD5, random-bytestring, resource-pool, servant, servant-rawm @@ -48,7 +48,7 @@ let libraryHaskellDepends = [ aeson base base16-bytestring base64-bytestring bytestring containers directory extra haskell-gettext http-api-data http-types - mime-mail mtl opaleye postgresql-simple product-profunctors + libyaml mime-mail mtl opaleye postgresql-simple product-profunctors profunctors pureMD5 random-bytestring servant servant-rawm servant-rawm-server servant-server stm text time wai wai-logger warp