objective-0.0: objective.cabal
-- Initial objective.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: objective
version: 0.0
synopsis: Extensible objects
-- description:
homepage: https://github.com/fumieval/objective
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
-- copyright:
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Object, Control.Monad.Objective.Class
-- other-modules:
other-extensions: MultiParamTypeClasses, KindSignatures, TypeFamilies
build-depends: base >=4.5 && <5, trivia, comonad, transformers >= 0.3 && <0.5
hs-source-dirs: src
default-language: Haskell2010