-- Initial hashflare.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hashflare version: 0.1.0.0 x-revision: 2 synopsis: A library for working with HashFlare.io contracts and hashrates description: Library that models HashFlare.io cloud mining service's accounts, contracts and mining hashrates. Simple linear projections of the account's balance (increase in profits over time) can be easily modelled by provided combinators. license: BSD2 license-file: LICENSE author: Nikolay Burkov maintainer: nbrk@linklevel.net -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Hashrate Data.HashFlare Data.HashFlare.Projection Data.HashFlare.Projection.Example -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5.1, containers >=0.5 && <0.6, simple-money >=0.2.0.0 hs-source-dirs: src default-language: Haskell2010