packages feed

Cabal revisions of takahashi-0.2.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial takahashi.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                takahashi-version:             0.2.0.2-synopsis:            Operational Monad implementation. It is more small but adequately.-description:         Just size Operational Monad implementation.-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-  other-modules:       Paths_takahashi   -  build-depends:       base >=4.6 && <5, -                       reasonable-operational >=0.1, -                       mtl >=2.1,-                       reasonable-lens >=0.2.1-  hs-source-dirs:      src+-- Initial takahashi.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                takahashi
+version:             0.2.0.2
+x-revision: 1
+synopsis:            create slide for presentation.
+description:         library for create slide for your 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
+  other-modules:       Paths_takahashi   
+  build-depends:       base >=4.6 && <5, 
+                       reasonable-operational >=0.1, 
+                       mtl >=2.1,
+                       reasonable-lens >=0.2.1
+  hs-source-dirs:      src