Drop more deps

This commit is contained in:
Ollie Charles 2021-03-04 13:28:02 +00:00
parent c8382f8051
commit b29db5238b
2 changed files with 1 additions and 4 deletions

View File

@ -14,12 +14,9 @@ library
, base ^>=4.12 || ^>= 4.13 || ^>= 4.14
, bytestring
, case-insensitive
, containers
, contravariant
, opaleye ^>= 0.7.1.0
, postgresql-simple
, product-profunctors
, profunctors
, scientific
, text
, time

View File

@ -6,6 +6,6 @@ in
hsPkgs.shellFor {
withHoogle = true;
tools = { cabal = "3.2.0.0"; haskell-language-server = "latest"; };
exactDeps = true;
exactDeps = false;
buildInputs = [ pkgs.postgresql ];
}