packages feed

SimpleH-0.9: SimpleH.cabal

name:                SimpleH
version:             0.9
synopsis:            A light, clean and powerful Haskell utility library
description: SimpleH is a Prelude complement that defines a few very useful abstractions, such as Monad transformers, Lenses, parser combinators, reactive abstractions and a few others.         
license:             BSD3
license-file:        LICENSE
author:              Marc Coiffier
maintainer:          marc.coiffier@gmail.com
category:            Prelude
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules: SimpleH.Containers SimpleH.Parser SimpleH.Foldable SimpleH.Core SimpleH.Traversable SimpleH.Functor SimpleH.Reactive SimpleH.Monad SimpleH.Arrow SimpleH.Applicative SimpleH.Lens SimpleH.Reactive.TimeVal SimpleH.Reactive.Time SimpleH
  other-modules: SimpleH.Classes       
  build-depends:       base ==4.6.*, containers ==0.5.*, clock ==0.3.*
  hs-source-dirs:      src
  extensions:  TypeSynonymInstances, NoMonomorphismRestriction, StandaloneDeriving, GeneralizedNewtypeDeriving, TypeOperators, RebindableSyntax, FlexibleInstances, FlexibleContexts, FunctionalDependencies
source-repository head
  type: git
  location: git://github.com/lih/SimpleH.git