groundhog-th 0.1.0 → 0.1.0.1
raw patch · 3 files changed
+9/−4 lines, 3 filesdep ~containerssetup-changed
Dependency ranges changed: containers
Files
- Setup.hs +0/−2
- Setup.lhs +7/−0
- groundhog-th.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,7 @@+#!/usr/bin/env runhaskell++> module Main where+> import Distribution.Simple++> main :: IO ()+> main = defaultMain
groundhog-th.cabal view
@@ -1,5 +1,5 @@ name: groundhog-th-version: 0.1.0+version: 0.1.0.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -17,7 +17,7 @@ , groundhog >= 0.1.0 && < 0.2.0 , template-haskell , time >= 1.1.4- , containers >= 0.2 && < 0.5+ , containers >= 0.2 , yaml >= 0.6.1 && < 0.8 exposed-modules: Database.Groundhog.TH Database.Groundhog.TH.Settings