By | ~fr33domlover |
At | 2018-12-04 |
Title | Update project URLs and aux files |
Description |
Move file AUTHORS 0 → AUTHORS.md 0
Move file NEWS.md 0 → CHANGELOG.md 0
Edit file CHANGELOG.md 0 → 0
- 2 full list of changes to the source, see the ChangeLog.
+ 2 full list of changes to the source, see `darcs log`.
- 9 General, build and documentation changes:
- 10 - 11 * (This is the first release, so everything is new)
- 12 - 13 New APIs, features and enhancements:
- 14 - 15 * (This is the first release, so everything is a new feature)
- 16 - 17 Bug fixes:
- 18 - 19 * (This is just the first release, many bugs haven't been discovered yet)
- 20 - 21 Dependency changes:
- 22 - 23 * (This is the first release)
+ 9 * First release
… … … … Edit file ChangeLog 0 → 0
- 1 The changes are recorded by the version control system, Darcs. To see a log
- 2 quickly from the terminal, run:
- 3 - 4 $ darcs changes --repo http://hub.darcs.net/fr33domlover/hit-harder
- 5 - 6 There is also a web interface at <http://hub.darcs.net> which, among other
- 7 things, can display the history log.
- 8 - 9 To see the log in a local clone, first get a copy of the repository if you
- 10 haven't yet:
- 11 - 12 $ darcs get http://hub.darcs.net/fr33domlover/hit-harder
- 13 - 14 Then move into the newly created directory and run darcs:
- 15 - 16 $ cd hit-harder
- 17 $ darcs changes
… … … … Remove file ChangeLog 0
Edit file INSTALL.md 0 → 0
- 1 Install from Hackage/Stackage:
- 2 - 3 $ stack install hit-harder
- 4 - 5 Install from unpacked release tarball or source repo:
- 6 - 7 $ cd hit-harder
- 8 $ stack install
- 9 - 10 Just play with it without installing:
- 11 - 12 $ stack repl
… … … … Remove file INSTALL.md 0
Edit file hit-harder.cabal 0 → 0
- 3 synopsis: More Git tools in pure Haskell on top of 'hit'
+ 3 synopsis: More Git tools in pure Haskell on top of 'git'
- 10 homepage: http://hub.darcs.net/fr33domlover/hit-harder
- 11 bug-reports: mailto:fr33domlover@riseup.net
+ 10 homepage: https://dev.angeley.es/s/fr33domlover/p/vervis
+ 11 bug-reports: https://dev.angeley.es/s/fr33domlover/p/vervis/t
- 19 extra-source-files: AUTHORS ChangeLog COPYING INSTALL.md NEWS.md README.md
+ 19 extra-source-files: AUTHORS.md
+ 20 CHANGELOG.md
+ 21 COPYING
+ 22 README.md
- 27 location: http://hub.darcs.net/fr33domlover/hit-harder
+ 30 location: https://dev.angeley.es/s/fr33domlover/r/hit-harder
… … … …