-- Initial rspp.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: rspp version: 0.1.0.0 synopsis: A Rational Street Performer Protocol solver description: The Rational Street Performer Protocol (http://www.logarithmic.net/pfh/rspp) is a way to raise money for a public good in a way that is rational for individual contributors. This library will compute a total given a collection of individual pledges. homepage: http://github.com/AJChapman/rspp license: MIT license-file: LICENSE author: Alex Chapman maintainer: alex@farfromthere.net copyright: Alex Chapman category: Algorithms build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/AJChapman/rspp library exposed-modules: RSPP -- other-modules: -- other-extensions: build-depends: base >=4.0 && <4.8 -- hs-source-dirs: default-language: Haskell98