- Add notes on quality to source.
- Fixed many warnings.
- Fixed build errors.
- Cfipu.hs exports main.
- Add newly missing import of Control.Exception in Cfipu.hs.
- Replace mtl's pure state monad constructor with
state, previouslyState.
- Add missing main-is field, fixing build errors.
- Correct git repository URL for head.
- Add homepage and bug-reports to cabal file, linking to the github repository and its issue tracker, respectively.
- Added
CHANGELOG.md.