packages feed

Cabal revisions of shakespeare-1.2.1.1

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

revision 1
 name:            shakespeare version:         1.2.1.1+x-revision: 1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com> extra-source-files: test/reload.txt  library-    build-depends:   base             >= 4       && < 5+    build-depends:   base             >= 4       && < 4.8                    , time             >= 1                    , system-filepath  >= 0.4                    , system-fileio    >= 0.3                    , process          >= 1.0                    , ghc-prim -    exposed-modules: +    exposed-modules:                      Text.Shakespeare                      Text.Shakespeare.Base     ghc-options:     -Wall     type: exitcode-stdio-1.0      ghc-options:   -Wall-    build-depends: base             >= 4       && < 5+    build-depends: base             >= 4       && < 4.8                  , time             >= 1                  , system-filepath  >= 0.4                  , system-fileio    >= 0.3
revision 2
-name:            shakespeare-version:         1.2.1.1-x-revision: 1-license:         MIT-license-file:    LICENSE-author:          Michael Snoyman <michael@snoyman.com>-maintainer:      Michael Snoyman <michael@snoyman.com>-synopsis:        A toolkit for making compile-time interpolated templates-description:-    Shakespeare is a family of type-safe, efficient template languages. Shakespeare templates are expanded at compile-time, ensuring that all interpolated variables are in scope. Variables are interpolated according to their type through a typeclass.-    .-    Shakespeare templates can be used inline with a quasi-quoter or in an external file.-    .-    Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser.-    .-    Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text, hamlet, and xml-hamlet-    .-    Please see the documentation at <http://www.yesodweb.com/book/shakespearean-templates> for more details.--category:        Web, Yesod-stability:       Stable-cabal-version:   >= 1.8-build-type:      Simple-homepage:        http://www.yesodweb.com/book/shakespearean-templates-extra-source-files: test/reload.txt--library-    build-depends:   base             >= 4       && < 4.8-                   , time             >= 1-                   , system-filepath  >= 0.4-                   , system-fileio    >= 0.3-                   , containers-                   , template-haskell-                   , parsec           >= 2       && < 4-                   , text             >= 0.7-                   , process          >= 1.0-                   , ghc-prim--    exposed-modules:-                     Text.Shakespeare-                     Text.Shakespeare.Base-    ghc-options:     -Wall--    if flag(test_export)-      cpp-options: -DTEST_EXPORT--    extensions: TemplateHaskell--Flag test_export-  default: False--test-suite test-    hs-source-dirs: ., test-    main-is: test.hs-    other-modules:  ShakespeareBaseTest--    cpp-options: -DTEST_EXPORT--    type: exitcode-stdio-1.0--    ghc-options:   -Wall-    build-depends: base             >= 4       && < 4.8-                 , time             >= 1-                 , system-filepath  >= 0.4-                 , system-fileio    >= 0.3-                 , containers-                 , parsec           >= 2       && < 4-                 , hspec            >= 1.3-                 , text             >= 0.7-                 , process-                 , template-haskell-                 , ghc-prim--    extensions: TemplateHaskell---source-repository head-  type:     git-  location: git://github.com/yesodweb/shakespeare.git+name:            shakespeare
+version:         1.2.1.1
+x-revision: 2
+license:         MIT
+license-file:    LICENSE
+author:          Michael Snoyman <michael@snoyman.com>
+maintainer:      Michael Snoyman <michael@snoyman.com>
+synopsis:        A toolkit for making compile-time interpolated templates
+description:
+    Shakespeare is a family of type-safe, efficient template languages. Shakespeare templates are expanded at compile-time, ensuring that all interpolated variables are in scope. Variables are interpolated according to their type through a typeclass.
+    .
+    Shakespeare templates can be used inline with a quasi-quoter or in an external file.
+    .
+    Note there is no dependency on haskell-src-extras. Instead Shakespeare believes logic should stay out of templates and has its own minimal Haskell parser.
+    .
+    Packages that use this: shakespeare-js, shakespeare-css, shakespeare-text, hamlet, and xml-hamlet
+    .
+    Please see the documentation at <http://www.yesodweb.com/book/shakespearean-templates> for more details.
+
+category:        Web, Yesod
+stability:       Stable
+cabal-version:   >= 1.8
+build-type:      Simple
+homepage:        http://www.yesodweb.com/book/shakespearean-templates
+extra-source-files: test/reload.txt
+
+library
+    build-depends:   base             >= 4.4     && < 4.8
+                   , time             >= 1
+                   , system-filepath  >= 0.4
+                   , system-fileio    >= 0.3
+                   , containers
+                   , template-haskell
+                   , parsec           >= 2       && < 4
+                   , text             >= 0.7
+                   , process          >= 1.0
+                   , ghc-prim
+
+    exposed-modules:
+                     Text.Shakespeare
+                     Text.Shakespeare.Base
+    ghc-options:     -Wall
+
+    if flag(test_export)
+      cpp-options: -DTEST_EXPORT
+
+    extensions: TemplateHaskell
+
+Flag test_export
+  default: False
+
+test-suite test
+    hs-source-dirs: ., test
+    main-is: test.hs
+    other-modules:  ShakespeareBaseTest
+
+    cpp-options: -DTEST_EXPORT
+
+    type: exitcode-stdio-1.0
+
+    ghc-options:   -Wall
+    build-depends: base             >= 4.4     && < 4.8
+                 , time             >= 1
+                 , system-filepath  >= 0.4
+                 , system-fileio    >= 0.3
+                 , containers
+                 , parsec           >= 2       && < 4
+                 , hspec            >= 1.3
+                 , text             >= 0.7
+                 , process
+                 , template-haskell
+                 , ghc-prim
+
+    extensions: TemplateHaskell
+
+
+source-repository head
+  type:     git
+  location: git://github.com/yesodweb/shakespeare.git