takahashi-0.2.2.0: takahashi.cabal
-- Initial takahashi.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: takahashi
version: 0.2.2.0
description: library for create slide for your presentation.
synopsis: create slide for presentation.
license: MIT
license-file: LICENSE
author: tokiwoousaka
maintainer: tokiwoousaka
copyright: (C) 2014 Tokiwo Ousaka
category: Control
build-type: Simple
cabal-version: >=1.8
data-files: html/Temp.html
library
exposed-modules: Control.Monad.Takahashi,
Control.Monad.Takahashi.HtmlBuilder.Html,
Control.Monad.Takahashi.HtmlBuilder.Monad,
Control.Monad.Takahashi.HtmlBuilder.Style,
Control.Monad.Takahashi.HtmlBuilder,
Control.Monad.Takahashi.Monad,
Control.Monad.Takahashi.Slide,
Control.Monad.Takahashi.Util,
Control.Monad.Takahashi.API
other-modules: Paths_takahashi
build-depends: base >=4.6 && <5 ,
monad-skeleton,
lens,
mtl
hs-source-dirs: src