packages feed

List-0.4.1: List.cabal

Name:                List
Version:             0.4.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 && < 5, transformers >= 0.2
  Exposed-modules:     Control.Monad.ListT,
                       Control.Monad.Trans.List,
                       Control.Monad.Trans.List.Funcs,
                       Data.List.Class
  Ghc-Options:         -O2 -Wall