hooky: fix build with kdl-hs 1.1 (#523241)

This commit is contained in:
Jo
2026-05-23 12:52:09 +00:00
committed by GitHub
+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; [