packages feed

genesis-0.0.1.0: genesis.cabal

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

name:           genesis
version:        0.0.1.0
synopsis:       Opinionated bootstrapping for Haskell web services.
description:    Opinionated bootstrapping for Haskell web services.
category:       Other
homepage:       https://github.com/cjdev/genesis#readme
bug-reports:    https://github.com/cjdev/genesis/issues
maintainer:     Alexis King <lexi.lambda@gmail.com>
copyright:      2017 CJ Affiliate by Conversant
license:        ISC
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    package.yaml
    stack.yaml

source-repository head
  type: git
  location: https://github.com/cjdev/genesis

library
  hs-source-dirs:
      library
  default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TypeApplications TypeOperators
  ghc-options: -Wall
  build-depends:
      base                   >= 4.9.0.0 && < 5
    , directory              >= 1.2.7.0
    , envparse               >= 0.3.0 && < 1
    , file-embed             >= 0.0.10 && < 1
    , filepath
    , monad-control          >= 1.0.0.0 && < 2
    , monad-logger           >= 0.3.10
    , monad-persist          >= 0.0.1.0 && < 1
    , persistent             >= 2.5 && < 3
    , persistent-postgresql  >= 2.5 && < 3
    , persistent-template    >= 2.5 && < 3
    , resource-pool
    , template-haskell       >= 2.11.0.0 && < 2.12
    , text
    , text-conversions       >= 0.2.0 && < 1
  exposed-modules:
      Genesis.Persist
      Genesis.Persist.Base
      Genesis.Persist.Migrate
  default-language: Haskell2010

test-suite genesis-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test-suite
  default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TypeApplications TypeOperators
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      base
    , genesis
    , hspec
    , monad-control
    , monad-logger
    , monad-persist
    , persistent-sqlite
    , persistent-template
    , text
  other-modules:
      Genesis.MigrateSpec
  default-language: Haskell2010