name: flux-monoid version: 1.0.0.0 synopsis: A monoid for tracking changes homepage: https://github.com/ChrisPenner/flux-monoid#readme license: BSD3 license-file: LICENSE author: Chris Penner copyright: 2018 Chris Penner maintainer: Chris Penner category: Data Structures build-type: Simple extra-source-files: README.md cabal-version: >=1.10 description: A monoid which counts changing values in a sequence library hs-source-dirs: src exposed-modules: Data.Monoid.Flux build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/ChrisPenner/flux-monoid