random-eff-0.1.0.1: random-eff.cabal
-- Initial random-eff.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: random-eff
version: 0.1.0.1
synopsis: A simple random generator library for extensible-effects
description: A simple random generator library for extensible-effects
license: BSD3
license-file: LICENSE
author: Hiromi ISHII
maintainer: konn.jinro_at_gmail.com
copyright: 2014 (c) Hiromi ISHII
category: Control, Effect
build-type: Simple
extra-source-files: examples/*.hs
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/konn/random-eff.git
library
exposed-modules: Control.Eff.Random
other-extensions: DeriveDataTypeable, DeriveFunctor, ExistentialQuantification, FlexibleContexts, MultiParamTypeClasses, NoMonomorphismRestriction, ScopedTypeVariables
build-depends: base >=4 && <5
, extensible-effects >=1.2 && <1.4
, random >=1.0 && <1.1
default-language: Haskell2010