cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: appendful-persistent version: 0.0.0.0 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 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-depends: QuickCheck , appendful , appendful-persistent , base >=4.11 && <5 , containers , genvalidity , genvalidity-appendful , genvalidity-hspec , genvalidity-persistent , hspec , monad-logger , mtl , path , path-io , persistent , persistent-sqlite , persistent-template , text , validity default-language: Haskell2010