htoml-0.1.0.3: CHANGES.md
Change log
==========
#### dev
* ...
#### 0.1.0.3
* GHC 7.10 compatibility fix (thanks @erebe)
* Allow time >= 1.5.0, by using some CPP trickery
* Improve README based on
[feedback on Reddit](http://www.reddit.com/r/haskell/comments/2s376c/show_rhaskell_htoml_a_parser_for_toml_files)
#### 0.1.0.2
* Update the REAMDE
* Add/relax dependency version contraints where applicable
* Fix all warnings
* Add `CHANGES.md`
#### 0.1.0.1
* Fix `cabal configure` error in cabal file
#### 0.1.0.0
* Initial upload to Hackage