-- Initial sphero.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sphero version: 0.1.0.0 synopsis: Orbotix Sphero client library description: My nephew visited me at Christmas time. Guess what I wasted my time doing. :) . See examples directory for examples. license: BSD3 license-file: LICENSE author: Stephen Blackheath maintainer: docks.cattlemen.stephen@blacksapphire.com -- copyright: category: Network build-type: Simple extra-source-files: examples/FindSphero.hs examples/versioning.hs examples/coloured-roll.hs cabal-version: >=1.10 library exposed-modules: Network.Protocol.Orbotix.Sphero -- other-modules: other-extensions: FlexibleInstances, DeriveGeneric, DeriveFunctor build-depends: base >=4.5 && <4.7, mtl >=2.1 && <2.2, bytestring >=0.10 && <0.11, containers >=0.5 && <0.6, cereal >=0.4 && <0.5, simple-bluetooth >=0.1 && <0.2 -- hs-source-dirs: default-language: Haskell2010