haskell-boxes / boxes

A pretty-printing library for laying out text in two dimensions, using a simple box model.
Other
37 stars 13 forks source link

Missing changelog file #14

Closed asr closed 9 years ago

asr commented 9 years ago

See http://stackoverflow.com/questions/21076759/how-to-add-a-changelog-to-a-cabal-package.

treeowl commented 9 years ago

I'll be glad to. So far, I believe the only user-visible changes are

  1. CPP is now required.
  2. OverloadedStrings is no longer required (but will be used with GHC).
  3. Cabal must now be at least version 1.9.2 (1.10 was released in 2010, so I sure hope that won't be an issue).
  4. It should work with base 4.8 (Word import issue).
treeowl commented 9 years ago

I don't think it was missing, but maybe something went screwy with it. In any case, I've updated it (https://github.com/treeowl/boxes/pull/17) and will make sure it finds its way onto Hackage when I make the release, which should be today or tomorrow.

treeowl commented 9 years ago

Indeed, it was always there. It now has an entry with the wrong date on it (oops!). Thanks for letting me know I needed to update it.