packages feed

Cabal revisions of List-0.6.0

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

revision 1
-Name:                List-Version:             0.6.0-Category:            Control-Synopsis:            List monad transformer and class-Description:-    A List monad transformer and a List class.-    With standard list operations for Lists-License:             BSD3-License-file:        LICENSE-Author:              Yair Chuchem-Maintainer:          yairchu@gmail.com-Homepage:            http://github.com/yairchu/generator/tree-Cabal-Version:       >= 1.2-Stability:           experiemental-Build-type:          Simple--Library-  hs-Source-Dirs:      src-  Extensions:-  Build-Depends:       base >= 3 && < 5, transformers >= 0.2-  Exposed-modules:     Control.Monad.ListT,-                       Control.Monad.ListT.Funcs,-                       Data.List.Class-  Ghc-Options:         -O2 -Wall+Name:                List
+Version:             0.6.0
+x-revision: 1
+Category:            Control
+Synopsis:            List monad transformer and class
+Description:
+    A List monad transformer and a List class.
+    With standard list operations for Lists
+License:             BSD3
+License-file:        LICENSE
+Author:              Yair Chuchem
+Maintainer:          yairchu@gmail.com
+Homepage:            http://github.com/yairchu/generator/tree
+Cabal-Version:       >= 1.2
+Stability:           experiemental
+Build-type:          Simple
+
+Library
+  hs-Source-Dirs:      src
+  Extensions:
+  Build-Depends:       base >= 3 && < 4.11, transformers >= 0.2
+  Exposed-modules:     Control.Monad.ListT,
+                       Control.Monad.ListT.Funcs,
+                       Data.List.Class
+  Ghc-Options:         -O2 -Wall