Hello everybody,

I'm happy to announce the initial release of the Linode package. It contains bindings to the Linode API and a few user friendly routines to setup and destroy VPS instances.

The next major release will cover private IPs and load balancing.

Hackage: http://hackage.haskell.org/package/linode
Github: https://github.com/Helkafen/haskell-linode

A working example is provided in the docs. It creates one linode instance and performs a dummy install:
https://hackage.haskell.org/package/linode-0.1.0.4/docs/Network-Linode.html

Use cases include:
- Running some daily batch, with one or several instances
- Dynamically adding some resources to a long running process
- Anything you would normally do with a VPS

Ideas, contributions and feedback are welcome!

--
Sebastian de Bellefon