packages feed

Cabal revisions of ralist-0.1.0.0

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

revision 1
-Name:           ralist-Cabal-Version:  >= 1.2-Version:        0.1.0.0-License:        BSD3-Author:         Lennart Augustsson-Maintainer:     Lennart Augustsson-Category:       Data Structures-Synopsis:       Random access list with a list compatible interface.-Stability:      experimental-Build-type:     Simple-Description:    Random access list with a list compatible interface.-                Random access list have same complexity as lists with some exceptions,-                the notable one being that (!!) is O(log n) instead of O(n).-                RALists have to be finite.--Library-  Build-Depends: base >= 3 && < 6-  Exposed-modules:      Data.RAList+Name:           ralist
+Cabal-Version:  >= 1.2
+Version:        0.1.0.0
+x-revision: 1
+License:        BSD3
+Author:         Lennart Augustsson
+Maintainer:     Lennart Augustsson
+Category:       Data Structures
+Synopsis:       Random access list with a list compatible interface.
+Stability:      experimental
+Build-type:     Simple
+Description:    Random access list with a list compatible interface.
+                Random access list have same complexity as lists with some exceptions,
+                the notable one being that (!!) is O(log n) instead of O(n).
+                RALists have to be finite.
+
+Library
+  Build-Depends: base >= 3 && < 4.8
+  Exposed-modules:      Data.RAList