packages feed

eventful-postgresql-0.1.0: eventful-postgresql.cabal

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

name:           eventful-postgresql
version:        0.1.0
synopsis:       Postgres implementations for eventful
description:    Postgres implementations for eventful
category:       Database,Eventsourcing,PostgreSQL
stability:      experimental
maintainer:     David Reaver
license:        MIT
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

library
  hs-source-dirs:
      src
  default-extensions: ConstraintKinds DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies
  ghc-options: -Wall
  build-depends:
      base >= 4.9 && < 5
    , eventful-core
    , eventful-sql-common
    , aeson
    , bytestring
    , mtl
    , persistent
    , persistent-postgresql
    , text
  exposed-modules:
      Eventful.Store.Postgresql
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      tests
      src
  default-extensions: ConstraintKinds DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies
  ghc-options: -Wall
  build-depends:
      base >= 4.9 && < 5
    , eventful-core
    , eventful-sql-common
    , aeson
    , bytestring
    , mtl
    , persistent
    , persistent-postgresql
    , text
    , hspec
    , HUnit
    , eventful-test-helpers
  other-modules:
      Eventful.Store.PostgresqlSpec
      HLint
      Eventful.Store.Postgresql
  default-language: Haskell2010

test-suite style
  type: exitcode-stdio-1.0
  main-is: HLint.hs
  hs-source-dirs:
      tests
  default-extensions: ConstraintKinds DeriveFunctor DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies
  ghc-options: -Wall
  build-depends:
      base >= 4.9 && < 5
    , eventful-core
    , eventful-sql-common
    , aeson
    , bytestring
    , mtl
    , persistent
    , persistent-postgresql
    , text
    , hlint
  other-modules:
      Eventful.Store.PostgresqlSpec
      Spec
  default-language: Haskell2010