packages feed

heart-app-0.1.1: heart-app.cabal

cabal-version: 1.12

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

name:           heart-app
version:        0.1.1
synopsis:       An opinionated app prelude and framework in the UnliftIO style
description:    Please see the README on GitHub at <https://github.com/ejconlon/heart-app#readme>
category:       Prelude
homepage:       https://github.com/ejconlon/heart-app#readme
bug-reports:    https://github.com/ejconlon/heart-app/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2019 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/heart-app

library
  exposed-modules:
      Heart.App.App
      Heart.App.Logging
      Heart.App.Prelude
      Heart.App.Stats
      Heart.App.SuperPrelude
  other-modules:
      Paths_heart_app
  hs-source-dirs:
      src
  default-extensions: ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings Rank2Types StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
  build-depends:
      base >=4.12 && <5
    , co-log >=0.3
    , co-log-core >=0.2
    , ekg >=0.4
    , ekg-core >=0.1
    , ekg-statsd >=0.2
    , heart-core >=0.1.1
    , text >=1.2
  default-language: Haskell2010