hooky: fix build with kdl-hs 1.1

This commit is contained in:
Harinn
2026-05-23 11:45:56 +07:00
parent 40b04f73bb
commit 234afb7b18
+5
View File
@@ -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; [