packages feed

Cabal revisions of groundhog-th-0.12

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

revision 1
-name:            groundhog-th-version:         0.12-license:         BSD3-license-file:    LICENSE-author:          Boris Lykah <lykahb@gmail.com>-maintainer:      Boris Lykah <lykahb@gmail.com>-synopsis:        Type-safe datatype-database mapping library.-description:     This library helps to generate instances for Groundhog datatypes.-category:        Database-stability:       Stable-cabal-version:   >= 1.10-build-type:      Simple--extra-source-files:-    changelog--library-    build-depends:   base                     >= 4         && < 5-                   , bytestring               >= 0.9-                   , groundhog                >= 0.11      && < 0.13-                   , template-haskell-                   , time                     >= 1.1.4-                   , containers               >= 0.2-                   , unordered-containers     >= 0.1.3-                   , aeson                    >= 0.7-                   , yaml                     >= 0.11      && < 0.12-                   , libyaml-                   , text                     >= 0.8-    exposed-modules: Database.Groundhog.TH-                     Database.Groundhog.TH.Settings-                     Database.Groundhog.TH.CodeGen-    ghc-options:     -Wall-    default-language: Haskell2010---source-repository head-  type:     git-  location: git://github.com/lykahb/groundhog.git+name:            groundhog-th
+version:         0.12
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+author:          Boris Lykah <lykahb@gmail.com>
+maintainer:      Boris Lykah <lykahb@gmail.com>
+synopsis:        Type-safe datatype-database mapping library.
+description:     This library helps to generate instances for Groundhog datatypes.
+category:        Database
+stability:       Stable
+cabal-version:   >= 1.10
+build-type:      Simple
+
+extra-source-files:
+    changelog
+
+library
+    build-depends:   base                     >= 4         && < 5
+                   , bytestring               >= 0.9
+                   , groundhog                >= 0.11      && < 0.13
+                   , template-haskell
+                   , time                     >= 1.1.4
+                   , containers               >= 0.2
+                   , unordered-containers     >= 0.1.3
+                   , aeson                    >= 0.7       && < 2
+                   , yaml                     >= 0.11      && < 0.12
+                   , libyaml
+                   , text                     >= 0.8
+    exposed-modules: Database.Groundhog.TH
+                     Database.Groundhog.TH.Settings
+                     Database.Groundhog.TH.CodeGen
+    ghc-options:     -Wall
+    default-language: Haskell2010
+
+
+source-repository head
+  type:     git
+  location: git://github.com/lykahb/groundhog.git