packages feed

Cabal revisions of average-0.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--name:               average-version:            0.6-cabal-version:      >= 1.10-author:             Hans Hoglund-maintainer:         Hans Hoglund <hans@hanshoglund.se>-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,-        vector-space    >= 0.8.7 && < 0.9,-        semigroups      >= 0.13.0.1 && < 1-    hs-source-dirs:     src-    default-language:   Haskell2010-    exposed-modules:-        Data.Monoid.Average-+name:               average
+version:            0.6
+x-revision: 1
+cabal-version:      >= 1.10
+author:             Hans Hoglund
+maintainer:         Hans Hoglund <hans@hanshoglund.se>
+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.8.7 && < 0.9,
+        semigroups      >= 0.13.0.1 && < 1
+    hs-source-dirs:     src
+    default-language:   Haskell2010
+    exposed-modules:
+        Data.Monoid.Average
+