packages feed

appendful-persistent-0.1.0.1: appendful-persistent.cabal

cabal-version: 1.12

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

name:           appendful-persistent
version:        0.1.0.1
description:    Persistent integration for ppend-only cooperative agreement
homepage:       https://github.com/NorfairKing/appendful#readme
bug-reports:    https://github.com/NorfairKing/appendful/issues
author:         Tom Sydney Kerckhove
maintainer:     syd@cs-syd.eu
copyright:      Copyright: (c) 2020-2022 Tom Sydney Kerckhove
license:        MIT
build-type:     Simple
extra-source-files:
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/NorfairKing/appendful

library
  exposed-modules:
      Data.Appendful.Persistent
  other-modules:
      Paths_appendful_persistent
  hs-source-dirs:
      src
  ghc-options: -Wall -fwarn-redundant-constraints
  build-depends:
      appendful
    , base >=4.11 && <5
    , containers
    , microlens
    , persistent
  default-language: Haskell2010

test-suite appendful-persistent-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Appendful.Persistent.SingleClientSpec
      Data.Appendful.Persistent.TwoClientsSpec
      TestUtils
      TestUtils.ClientDB
      TestUtils.ServerDB
      Paths_appendful_persistent
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      sydtest-discover:sydtest-discover
  build-depends:
      QuickCheck
    , appendful
    , appendful-persistent
    , base >=4.11 && <5
    , containers
    , genvalidity
    , genvalidity-appendful
    , genvalidity-persistent
    , genvalidity-sydtest
    , monad-logger
    , mtl
    , path
    , path-io
    , persistent
    , persistent-sqlite
    , persistent-template
    , sydtest
    , text
    , validity
  default-language: Haskell2010