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
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

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