packages feed

typson-selda-0.1.0.0: typson-selda.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 238d1648fa8954f5890d0683f87c5ecdafe5e5353baa61156a860ab4ed42d036

name:           typson-selda
version:        0.1.0.0
synopsis:       Typson Selda Integration
description:    Please see the README on GitHub at <https://github.com/aaronallen8455/typson#readme>
category:       Database
homepage:       https://github.com/aaronallen8455/typson#readme
bug-reports:    https://github.com/aaronallen8455/typson/issues
author:         Aaron Allen
maintainer:     aaronallen8455@gmail.com
copyright:      2020 Aaron Allen
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/aaronallen8455/typson

library
  exposed-modules:
      Typson.Selda
  other-modules:
      Paths_typson_selda
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , selda
    , selda-json
    , selda-postgresql
    , text
    , typson-core
  default-language: Haskell2010

test-suite typson-selda-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Typson.Test.Selda.DbSchema
      Paths_typson_selda
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , aeson
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , hedgehog
    , microlens
    , selda
    , selda-json
    , selda-postgresql
    , tasty
    , tasty-hedgehog
    , tasty-hunit
    , test-fixture
    , text
    , typson-core
    , typson-selda
  default-language: Haskell2010