-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 010af9da15c21e60746ec8c226a65677bbc3427f8214ee1c62a95c49c001c86b
name: beam-newtype-field
version: 0.2.0.0
synopsis: A newtype for wrapping newtypes into beam schemas
description: Please see the README on GitHub at <https://github.com/jappeace/dbfield#readme>
category: Database
homepage: https://github.com/jappeace/dbfield#readme
bug-reports: https://github.com/jappeace/dbfield/issues
author: Jappie Klooster
maintainer: jappieklooster@hotmail.com
copyright: 2018 Jappie Klooster
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
Readme.md
source-repository head
type: git
location: https://github.com/jappeace/dbfield
library
exposed-modules:
Database.Beam.Wrapped
other-modules:
Paths_beam_newtype_field
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, beam-core
, beam-migrate
, lens
, postgresql-simple
default-language: Haskell2010