nix: Add command to remove old hie files in postgrest-clean

This commit is contained in:
Laurence Isla
2022-06-16 19:16:15 -05:00
committed by GitHub
parent fe8b32d077
commit 7088e9d510
+2
View File
@@ -28,6 +28,8 @@ let
''
# clean old coverage data, too
rm -rf .hpc coverage
# clean old hie files
find . -name "*.hie" -type f -delete
exec ${cabal-install}/bin/cabal v2-clean
'';