From 51f618309d1f3f8b4e4946740bb41a2c5813018d Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 16 Oct 2021 17:50:12 +0200 Subject: [PATCH] expand shell nix with missing dependencies --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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