hooky: fix build with kdl-hs 1.1 (#523241)
This commit is contained in:
@@ -20,6 +20,11 @@ haskellPackages.mkDerivation {
|
||||
hash = "sha256-w4sWD5dZTNKwrYhrJw9RcwGoeNxpJnm/6RRqYjiIiBg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/Hooky/Config.hs \
|
||||
--replace-fail 'KDL.text' 'KDL.string'
|
||||
'';
|
||||
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = with haskellPackages; [
|
||||
|
||||
Reference in New Issue
Block a user