name: average version: 0.6.1 x-revision: 1 cabal-version: >= 1.10 author: Hans Hoglund maintainer: Hans Hoglund license: BSD3 license-file: COPYING synopsis: An average (arithmetic mean) monoid. category: tested-with: GHC build-type: Simple description: Provides a monoid for calculating arithmetic means. source-repository head type: git location: git://github.com/hanshoglund/average.git library build-depends: base >= 4.5 && < 5, vector-space >= 0.10.2 && < 1, semigroups >= 0.13.0.1 && < 1 hs-source-dirs: src default-language: Haskell2010 exposed-modules: Data.Monoid.Average