packages feed

SimpleH-1.0.1: SimpleH.cabal

name:                SimpleH
version:             1.0.1
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.
  synopsis: A light, clean and powerful Haskell utility library         
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 SimpleH.File SimpleH.Parser.CmdArgs
  other-modules: SimpleH.Classes       
  build-depends:       base ==4.6.*, containers ==0.5.*, bytestring ==0.10.*, directory ==1.2.*, filepath ==1.3.*, clock ==0.3.*
  hs-source-dirs:      src
  extensions:  TypeSynonymInstances, NoMonomorphismRestriction, StandaloneDeriving, GeneralizedNewtypeDeriving, TypeOperators, RebindableSyntax, FlexibleInstances, FlexibleContexts, FunctionalDependencies
  ghc-options:  -Wall -fno-warn-orphans
source-repository head
  type: git
  location: git://github.com/lih/SimpleH.git