Skip to content

Instantly share code, notes, and snippets.

@DoctorRyner
Created May 18, 2019 19:40
Show Gist options
  • Save DoctorRyner/a1f0b75ab50b622b50903308a1b8d586 to your computer and use it in GitHub Desktop.
Save DoctorRyner/a1f0b75ab50b622b50903308a1b8d586 to your computer and use it in GitHub Desktop.
#!/bin/sh
# run it instead of cabal
find . -maxdepth 2 -name package.yaml -exec hpack {} \;
exec cabal "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment