linode-v4 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+16/−6 lines, 2 files
Files
- README.md +15/−5
- linode-v4.cabal +1/−1
README.md view
@@ -8,18 +8,28 @@ ## Setup -Install the [Haskell platform](https://www.haskell.org/platform/). You will also need http-conduit:+Install the [Haskell platform](https://www.haskell.org/platform/). +### From cabal+ ```bash $ cabal update-$ cabal install http-conduit+$ cabal install linode-v4 ``` -## Compile and run+### From git +```bash+$ cabal update+$ git clone git@github.com:eatonphil/linode-haskell+$ cabal install ```-$ make-$ LINODE_TOKEN=my-token ./linode++## Example++```+$ make example+$ LINODE_TOKEN=my-token ./example/linode ``` ## API Documentation
linode-v4.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: linode-v4-version: 0.1.0.0+version: 0.1.0.1 synopsis: Haskell wrapper for the Linode v4 API -- description: homepage: https://github.com/eatonphil/linode-haskell