packages feed

database-id-groundhog-0.1.0.1: database-id-groundhog.cabal

cabal-version:       >=1.10
name:                database-id-groundhog
version:             0.1.0.1
synopsis:            HasId/Groundhog interop
description:         A class and some instances for HasId/Groundhog interoperation
license:             BSD3
license-file:        LICENSE
author:              Obsidian Systems LLC
maintainer:          maintainer@obsidian.systems
copyright:           2019 Obsidian Systems LLC
category:            Database
build-type:          Simple
extra-source-files: CHANGELOG.md
                    README.md

library
  exposed-modules: Database.Id.Groundhog
                 , Database.Id.Groundhog.TH
  other-extensions: QuasiQuotes
                  , TemplateHaskell
  build-depends: base >=4.11 && <4.13
               , aeson
               , database-id-class
               , groundhog <= 0.7.0.3
               , template-haskell
  hs-source-dirs:      src
  default-language:    Haskell2010