commit
25f451a444
@ -15,6 +15,11 @@ mkDerivation rec {
|
||||
|
||||
buildTools = [ hpack ];
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace package.yaml \
|
||||
--replace -Werror ""
|
||||
'';
|
||||
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user