packages feed

marmalade-upload-0.9: CHANGES.md

0.9 (Jul 8, 2014)
=================

- Turn username argument into an option
- Prompt for a username if no username is given
- Remember the username in `~/.emacs.d/marmalade-upload.json`

0.8.1 (Jun 5, 2014)
===================

- Fix upper dependency boundary
- Remove redundant build flag

0.8 (Jun 5, 2014)
=================

- Bump dependencies
- Try harder to show reasonable error descriptions

0.7 (Apr 28, 2014)
==================

- Improve the help output and the semantics of `-V`/`--version`
- Remove mimetype verification

0.6 (Apr 21, 2014)
==================

- Update to http-client 0.3
- Replace failure with exceptions
- Build against libmagic for mimetype detection
- Replace cmdArgs with optparse-applicative
- Add unit tests

0.5.2 (Apr 12, 2014)
====================

- Add support for GHC 7.8

0.5.1 (Apr 11, 2014)
====================

- Drop aggressive optimization flags

0.5 (Apr 2, 2014)
=================

- Use the keyring module from Hackage

0.4 (Apr 1, 2014)
=================

- Replace DBus binding due to licensing issues
- Check for password presence before reading from KWallet

0.3 (Mar 31, 2014)
==================

- Use Security framework to access Keychain by native code, instead of calling
  the `security` tool
- Use DBus API to access KWallet

0.2 (Mar 29, 2014)
==================

- Fix minor issues
- Refactoring

0.1 (Mar 28, 2014)
==================

Initial release