packages feed

Cabal revisions of hakyll-shakespeare-0.1.0.0.2

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

revision 1
-name:          hakyll-shakespeare-version:       0.1.0.0.2-synopsis:      Hakyll Hamlet compiler-license:       MIT-license-file:  LICENSE-author:        Eliza <me@eliza.link>-maintainer:    Eliza <me@eliza.link>-copyright:     2016 Eliza Calls.-category:      Web-stability:     Stable-build-type:    Simple-cabal-version: >=1.10--description:   hakyll-shakespeare is for using Hamlet with Hakyll.-               This library used Text.Hamlet.Runtime.--library-  hs-source-dirs:      src-  exposed-modules:     Hakyll.Web.Hamlet-  build-depends:       base >= 4.7 && < 5-                     , hakyll-                     , containers-                     , blaze-html-                     , shakespeare-                     , text-  default-language:    Haskell2010-  ghc-options: -Wall--source-repository head-  type:     git-  location: https://github.com/eliza0x/hakyll-hamlet+name:          hakyll-shakespeare
+version:       0.1.0.0.2
+x-revision: 1
+synopsis:      Hakyll Hamlet compiler
+license:       MIT
+license-file:  LICENSE
+author:        Eliza <me@eliza.link>
+maintainer:    Eliza <me@eliza.link>
+copyright:     2016 Eliza Calls.
+category:      Web
+stability:     Stable
+build-type:    Simple
+cabal-version: >=1.10
+
+description:   hakyll-shakespeare is for using Hamlet with Hakyll.
+               This library used Text.Hamlet.Runtime.
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Hakyll.Web.Hamlet
+  build-depends:       base >= 4.7 && < 5
+                     , hakyll
+                     , containers
+                     , blaze-html
+                     , shakespeare
+                     , text
+  default-language:    Haskell2010
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/eliza0x/hakyll-shakespeare