sbp-0.51.11: README.md
# [SBP Bindings for Haskell][1]
Haskell client for Swift Binary Protocol (SBP).
## Requirements
`haskell-stack`: [Instructions here](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md).
## Install from Hackage
Available on [Hackage as `sbp`](http://hackage.haskell.org/package/sbp).
## Setup
To build:
$ stack build
To install:
$ stack install
To test and benchmark:
$ stack test && stack bench
To deploy to Hackage:
$ stack upload
## Usage Examples (TODO)
## References
# LICENSE
Copyright © 2015 Swift Navigation Inc.
[1]: https://github.com/swift-nav/libsbp/tree/master/haskell