packages feed

loop-effin-0.1.0.1: loop-effin.cabal

-- Initial loop-eff.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                loop-effin
version:             0.1.0.1
synopsis:            control-monad-loop port for effin
description:         control-monad-loop like loop structure for effin.
homepage:            https://github.com/konn/loop-effin
license:             BSD3
license-file:        LICENSE
author:              Hiromi ISHII
maintainer:          konn.jinro_at_gmail.com
copyright:           (c) Hiromi ISHII 2014
category:            Control
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
    type: git
    location: git://github.com/konn/loop-effin.git

library
  exposed-modules:     Control.Effect.Loop
  -- other-modules:       
  other-extensions:    DeriveDataTypeable,
                       FlexibleContexts,
                       MultiParamTypeClasses,
                       NoMonomorphismRestriction,
                       ScopedTypeVariables,
                       TypeOperators
  build-depends:       base >=4.6 && <5,
                       effin >=0.2 && <0.3
  -- hs-source-dirs:      
  default-language:    Haskell2010