diff --git a/changes.md b/changes.md new file mode 100644 index 0000000..124fea3 --- /dev/null +++ b/changes.md @@ -0,0 +1,13 @@ +## Unreleased changes + +* Add change log (#23). + +## 0.2.1.1 + +* Fix tests (#31). + +## 0.2.1 + +* Use Stack (#17). +* Clean up package (#20). +* Fix tests (#25). diff --git a/hapistrano.cabal b/hapistrano.cabal index 8fcfcd5..d3f0d07 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -28,6 +28,7 @@ homepage: https://github.com/stackbuilders/hapistrano bug-reports: https://github.com/stackbuilders/hapistrano/issues build-type: Simple cabal-version: >=1.10 +extra-source-files: changes.md library hs-source-dirs: src