packages feed

magicbane-0.5.1: magicbane.cabal

cabal-version: 1.12

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

name:           magicbane
version:        0.5.1
synopsis:       A web framework that integrates Servant, RIO, EKG, fast-logger, wai-cli…

description:    Inspired by Dropwizard, Magicbane provides a packaged framework for developing web services using the best available libraries, including Servant, RIO, Aeson, EKG/monad-metrics, fast-logger, wai-cli and others.
category:       Web
homepage:       https://github.com/myfreeweb/magicbane#readme
bug-reports:    https://github.com/myfreeweb/magicbane/issues
author:         Greg V
maintainer:     greg@unrelenting.technology
copyright:      2017-2020 Greg V <greg@unrelenting.technology>
license:        PublicDomain
tested-with:    GHC==8.8.4
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/myfreeweb/magicbane

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      aeson
    , aeson-qq
    , attoparsec
    , base >=4.8.0.0 && <5
    , bytestring
    , conduit
    , conduit-combinators
    , data-has
    , ekg-core
    , ekg-wai
    , envy
    , errors
    , exceptions
    , fast-logger
    , http-api-data
    , http-client
    , http-client-tls
    , http-conduit
    , http-link-header
    , http-types
    , lifted-base
    , monad-control
    , monad-logger
    , monad-metrics
    , mono-traversable
    , mtl
    , network-uri
    , raw-strings-qq
    , refined
    , rio
    , rio-orphans
    , servant-server >=0.18
    , split
    , string-conversions
    , text
    , transformers
    , transformers-base
    , unliftio
    , unliftio-core
    , unordered-containers
    , wai
    , wai-cli
    , wai-middleware-metrics
  exposed-modules:
      Magicbane
      Magicbane.App
      Magicbane.Config
      Magicbane.Has
      Magicbane.Logging
      Magicbane.Metrics
      Magicbane.Validation
      Magicbane.HTTPClient
      Magicbane.Util
  other-modules:
      Paths_magicbane
  default-language: Haskell2010