vaultenv: fix build

Don't hard fail on warnings, having eg. some redundant imports is fine.
This commit is contained in:
Daiderd Jordan
2020-03-07 18:51:38 +01:00
parent dcfccdfc33
commit bdd16df074

View File

@@ -15,6 +15,11 @@ mkDerivation rec {
buildTools = [ hpack ];
prePatch = ''
substituteInPlace package.yaml \
--replace -Werror ""
'';
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [