hask-replace 0.1.1

Rename haskell modules at the speed of Rust
Documentation
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - nightly
  - stable

script:
  - cargo build
  - cargo doc