packages feed

Cabal revisions of lucid-extras-0.1.0.1

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

revision 1
-Name:                lucid-extras-Version:             0.1.0.1-Synopsis:            Generate more HTML with Lucid-Description:         Generate more HTML with Lucid - Bootstrap, Rdash and Email.-License:             MIT-License-file:        LICENSE-Author:              Tom Nielsen <tanielsen@gmail.com>-Maintainer:          Tom Nielsen <tanielsen@gmail.com>-build-type:          Simple-Cabal-Version: 	     >= 1.10-homepage:            https://github.com/diffusionkinetics/open/lucid-extras-bug-reports:         https://github.com/diffusionkinetics/open/issues-category:            Web-Tested-With:         GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1-extra-source-files:-                   changelog.md--source-repository head-  type:     git-  location: https://github.com/diffusionkinetics/open--Library-   ghc-options:       -Wall-   hs-source-dirs:    lib-   default-language:  Haskell2010--   Exposed-modules:-                   Lucid.Bootstrap3-                 , Lucid.PreEscaped-                 , Lucid.DataTables-                 , Lucid.Rdash-                 , Lucid.Leaflet-   Build-depends:-                 base                    >= 4.6 && < 5-               , aeson-               , lucid-               , text-               , blaze-builder-               , bytestring--Test-suite            site-gen-    type:       exitcode-stdio-1.0-    ghc-options:      -Wall-    hs-source-dirs:   site-gen-    main-is:          Main.hs-    default-language:  Haskell2010-    other-modules:    DevelMain-    Build-Depends:    base                    >= 4.6 && < 5-                    , directory               >= 1.2-                    , lucid-extras-                    , lucid+Name:                lucid-extras
+Version:             0.1.0.1
+x-revision: 1
+Synopsis:            Generate more HTML with Lucid
+Description:         Generate more HTML with Lucid - Bootstrap, Rdash and Email.
+License:             MIT
+License-file:        LICENSE
+Author:              Tom Nielsen <tanielsen@gmail.com>
+Maintainer:          Tom Nielsen <tanielsen@gmail.com>
+build-type:          Simple
+Cabal-Version: 	     >= 1.10
+homepage:            https://github.com/diffusionkinetics/open/lucid-extras
+bug-reports:         https://github.com/diffusionkinetics/open/issues
+category:            Web
+Tested-With:         GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1
+extra-source-files:
+                   changelog.md
+
+source-repository head
+  type:     git
+  location: https://github.com/diffusionkinetics/open
+
+Library
+   ghc-options:       -Wall
+   hs-source-dirs:    lib
+   default-language:  Haskell2010
+
+   Exposed-modules:
+                   Lucid.Bootstrap3
+                 , Lucid.PreEscaped
+                 , Lucid.DataTables
+                 , Lucid.Rdash
+                 , Lucid.Leaflet
+   Build-depends:
+                 base                    >= 4.8 && < 5
+               , aeson
+               , lucid
+               , text
+               , blaze-builder
+               , bytestring
+
+Test-suite            site-gen
+    type:       exitcode-stdio-1.0
+    ghc-options:      -Wall
+    hs-source-dirs:   site-gen
+    main-is:          Main.hs
+    default-language:  Haskell2010
+    other-modules:    DevelMain
+    Build-Depends:    base                    >= 4.8 && < 5
+                    , directory               >= 1.2
+                    , lucid-extras
+                    , lucid