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