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 test-nothing
pi new haskell test-nothing
cargo run -- module test-nothing "Lib" "NewLib.Nested"
cd test-nothing
stack test
#exa -T
cd ../
rm -rf test-nothing