packages feed

hyperpublic-0.1.0: README.md

A thin Haskell wrapper for the [Hyperpublic](http://hyperpublic.com/) API. See
the [Hackage page](http://hackage.haskell.org/package/hyperpublic) for library
documentation and examples.

A Note on Version Numbers
-------------------------

This package adheres to the following convention regarding version
numbers:

    x.y.z

+ `x` -- Major digit, denotes structural changes to the library's exposed
  modules. Application code will probably require updates.
+ `y` -- Minor digit, denotes feature additions.  Application code will not
  require updates.
+ `z` -- Bugfix digit, denotes bug fixes. Application code will not require
  updates.