packages feed

Cabal revisions of fmlist-0.9

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

revision 1
-name:                fmlist-version:             0.9-synopsis:            FoldMap lists-description:-  FoldMap lists are lists represented by their foldMap function.-  FoldMap lists have O(1) cons, snoc and append, just like DLists,-  but other operations might have favorable performance-  characteristics as well. These wild claims are still completely-  unverified though.-category:            Data-license:             BSD3-license-file:        LICENSE-author:              Sjoerd Visscher-maintainer:          sjoerd@w3future.com-homepage:            https://github.com/sjoerdvisscher/fmlist-bug-reports:         https://github.com/sjoerdvisscher/fmlist/issues--build-type:          Simple-cabal-version:       >= 1.10--Library-  exposed-modules:     Data.FMList-  build-depends:       base >= 3 && < 5-  default-language:    Haskell98--source-repository head-  type:     git-  location: git://github.com/sjoerdvisscher/fmlist.git+name:                fmlist
+version:             0.9
+x-revision: 1
+synopsis:            FoldMap lists
+description:
+  FoldMap lists are lists represented by their foldMap function.
+  FoldMap lists have O(1) cons, snoc and append, just like DLists,
+  but other operations might have favorable performance
+  characteristics as well. These wild claims are still completely
+  unverified though.
+category:            Data
+license:             BSD3
+license-file:        LICENSE
+author:              Sjoerd Visscher
+maintainer:          sjoerd@w3future.com
+homepage:            https://github.com/sjoerdvisscher/fmlist
+bug-reports:         https://github.com/sjoerdvisscher/fmlist/issues
+
+build-type:          Simple
+cabal-version:       >= 1.10
+
+Library
+  exposed-modules:     Data.FMList
+  build-depends:       base >= 3 && < 4.11
+  default-language:    Haskell98
+
+source-repository head
+  type:     git
+  location: git://github.com/sjoerdvisscher/fmlist.git