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 , base ^>=4.12 || ^>= 4.13 || ^>= 4.14
, bytestring , bytestring
, case-insensitive , case-insensitive
, containers
, contravariant , contravariant
, opaleye ^>= 0.7.1.0 , opaleye ^>= 0.7.1.0
, postgresql-simple , postgresql-simple
, product-profunctors
, profunctors
, scientific , scientific
, text , text
, time , time

View File

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