packages feed

groundhog-th 0.8.0.2 → 0.9.0

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~groundhog

Dependency ranges changed: groundhog

Files

changelog view
@@ -1,3 +1,6 @@+0.9.0+* Support for GHC 8.4+ 0.8.0.2 * Fixed Template Haskell incomplete patterns 
groundhog-th.cabal view
@@ -1,5 +1,5 @@ name:            groundhog-th-version:         0.8.0.2+version:         0.9.0 license:         BSD3 license-file:    LICENSE author:          Boris Lykah <lykahb@gmail.com>@@ -17,7 +17,7 @@ library     build-depends:   base                     >= 4         && < 5                    , bytestring               >= 0.9-                   , groundhog                >= 0.8       && < 0.9+                   , groundhog                >= 0.9       && < 0.10                    , template-haskell                    , time                     >= 1.1.4                    , containers               >= 0.2@@ -29,7 +29,7 @@                      Database.Groundhog.TH.Settings                      Database.Groundhog.TH.CodeGen     ghc-options:     -Wall-    + source-repository head   type:     git   location: git://github.com/lykahb/groundhog.git