hdiff
packages
feed
hie-bios
-0.1.0: wrappers/cabal
#!/usr/bin/env bash if [ "$1" == "--interactive" ]; then pwd echo "$@" else ghc "$@" fi