ivanperez-keera / SpaceInvaders

A Haskell game written in Yampa
BSD 3-Clause "New" or "Revised" License
26 stars 16 forks source link

Add CHANGELOG to cabal file #24

Closed ivanperez-keera closed 6 years ago

ivanperez-keera commented 6 years ago

The changelog can be added to the cabal file so that the changes are listed in the hackage page.

An example is here:

https://github.com/ivanperez-keera/Yampa/blob/develop/Yampa.cabal#L18

It needs to be listed in the field extra-source-files:

This is not urgent, and there is no need to push a new release just with this change, but it should be in the next release.