diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da0b3db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +This file lists the user-visible interesting changes between releases. For a +full list of changes to the source, see `darcs log`. + + + +vervis 0.1 unreleased +============================ + +* First release diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 66690fe..0000000 --- a/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -The changes are recorded by the version control system, Darcs. To see a log -quickly from the terminal, run: - - $ darcs changes --repo http://hub.darcs.net/fr33domlover/vervis - -There is also a web interface at which, among other -things, can display the history log. - -To see the log in a local clone, first get a copy of the repository if you -haven't yet: - - $ darcs get http://hub.darcs.net/fr33domlover/vervis - -Then move into the newly created directory and run darcs: - - $ cd vervis - $ darcs changes diff --git a/NEWS.md b/NEWS.md deleted file mode 100644 index 6bfeb8c..0000000 --- a/NEWS.md +++ /dev/null @@ -1,23 +0,0 @@ -This file lists the user-visible interesting changes between releases. For a -full list of changes to the source, see the ChangeLog. - - - -vervis 0.1 unreleased -============================ - -General, build and documentation changes: - -* (This is the first release, so everything is new) - -New APIs, features and enhancements: - -* (This is the first release, so everything is a new feature) - -Bug fixes: - -* (This is just the first release, many bugs haven't been discovered yet) - -Dependency changes: - -* (This is the first release) diff --git a/vervis.cabal b/vervis.cabal index 410b734..9e03306 100644 --- a/vervis.cabal +++ b/vervis.cabal @@ -19,10 +19,9 @@ copyright: ♡ Copying is an act of love. Please copy, reuse and share category: Development, Distribution, Git, Web build-type: Simple extra-source-files: AUTHORS - ChangeLog + CHANGELOG.md COPYING INSTALL.md - NEWS.md README.md cabal-version: >=1.10