packages feed

persistent-generic-0.1.0.0: persistent-generic.cabal

cabal-version:       >=1.10
name:                persistent-generic
version:             0.1.0.0
synopsis:            Derive Persistent classes generically
description:         Generic facilities for working with Peristent.
bug-reports:         https://github.com/dmjio/persistent-generic
license:             BSD3
license-file:        LICENSE
author:              David Johnson
maintainer:          djohnson.m@gmail.com
copyright:           David Johnson (c) 2020
category:            Database
build-type:          Simple
extra-source-files:  CHANGELOG.md

library
  exposed-modules:
    Database.Persist.Generic
  build-depends:
    base < 5,
    persistent,
    text
  hs-source-dirs:
    src
  default-language:
    Haskell2010

source-repository head
  type: git
  location: https://github.com/dmjio/persistent-generic.git