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: 70e10c64507e544a0c8b368dfbd6e2a31da96f824f964da56d6c87b823735b7a name: heart-app version: 0.1.0 synopsis: An opinionated app prelude and framework in the UnliftIO style description: Please see the README on GitHub at 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 , text >=1.2 default-language: Haskell2010