hask-replace 0.1.1

Rename haskell modules at the speed of Rust
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ion
rm -rf dhall-1.5.0
cabal unpack dhall
cargo install --force
cd dhall-1.5.0
hr module . "Dhall.Import" "Dhall.Dependencies"
cabal new-build
cd ../
rm -rf dhall-1.5.0