packages feed

Cabal revisions of MemoTrie-0.6.1

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

revision 1
-Name:                MemoTrie-Version:             0.6.1-Cabal-Version:       >= 1.6-Synopsis:            Trie-based memo functions-Category:            Data-Description:-  MemoTrie provides a basis for memoized functions over some domains,-  using tries.  It's based on ideas from Ralf Hinze and code from-  Spencer Janssen.-  .-  Project wiki page: <http://haskell.org/haskellwiki/MemoTrie>-  .-  &#169; 2008-2012 by Conal Elliott; BSD3 license.-Homepage:            http://haskell.org/haskellwiki/MemoTrie-Author:              Conal Elliott -Maintainer:          conal@conal.net-Copyright:           (c) 2008-2012 by Conal Elliott-License:             BSD3-License-File:        COPYING-Stability:           experimental-build-type:          Simple--source-repository head-  type:     git-  location: git://github.com/conal/MemoTrie.git--Library-  hs-Source-Dirs:      src-  Extensions:          -  Build-Depends:       base < 5, void-  Exposed-Modules:     -                     Data.MemoTrie-+Name:                MemoTrie
+Version:             0.6.1
+x-revision: 1
+Cabal-Version:       >= 1.6
+Synopsis:            Trie-based memo functions
+Category:            Data
+Description:
+  MemoTrie provides a basis for memoized functions over some domains,
+  using tries.  It's based on ideas from Ralf Hinze and code from
+  Spencer Janssen.
+  .
+  Project wiki page: <http://haskell.org/haskellwiki/MemoTrie>
+  .
+  &#169; 2008-2012 by Conal Elliott; BSD3 license.
+Homepage:            http://haskell.org/haskellwiki/MemoTrie
+Author:              Conal Elliott 
+Maintainer:          conal@conal.net
+Copyright:           (c) 2008-2012 by Conal Elliott
+License:             BSD3
+License-File:        COPYING
+Stability:           experimental
+build-type:          Simple
+
+source-repository head
+  type:     git
+  location: git://github.com/conal/MemoTrie.git
+
+Library
+  hs-Source-Dirs:      src
+  Extensions:          
+  Build-Depends:       base < 5, void >= 0.4 && < 0.8
+  Exposed-Modules:     
+                     Data.MemoTrie
+
revision 2
 Name:                MemoTrie
 Version:             0.6.1
-x-revision: 1
+x-revision: 2
 Cabal-Version:       >= 1.6
 Synopsis:            Trie-based memo functions
 Category:            Data
 Library
   hs-Source-Dirs:      src
   Extensions:          
-  Build-Depends:       base < 5, void >= 0.4 && < 0.8
+  Build-Depends:       base < 4.11, void >= 0.4 && < 0.8
   Exposed-Modules:     
                      Data.MemoTrie