cabal-version: >=1.10
name: database-id-class
version: 0.1.0.0
synopsis: Class for types with a database id
description: Class for types with a database id
-- bug-reports:
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
library
exposed-modules: Database.Id.Class
build-depends: base >=4.11 && <4.14
, aeson
hs-source-dirs: src
default-language: Haskell2010