magicbane-0.1.4: magicbane.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: d745301cacd1d82cdb20fad978024069617cdb814742a11f1fda1ea280068d7b
name: magicbane
version: 0.1.4
synopsis: A web framework that integrates Servant, ClassyPrelude, 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, ClassyPrelude, Aeson, EKG/monad-metrics, fast-logger/monad-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 Greg V <greg@unrelenting.technology>
license: PublicDomain
tested-with: GHC==8.2.1
build-type: Simple
cabal-version: >= 1.10
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
, classy-prelude
, conduit
, conduit-combinators
, data-default
, data-has
, ekg-core
, ekg-wai
, envy
, errors
, fast-logger
, http-api-data
, http-client
, http-client-tls
, http-conduit
, http-date
, http-link-header
, http-media
, http-types
, lifted-async
, mime-types
, monad-control
, monad-logger
, monad-metrics
, mtl
, network
, network-uri
, raw-strings-qq
, refined
, servant
, servant-server
, split
, string-conversions
, text
, transformers
, unordered-containers
, wai
, wai-cli
, wai-middleware-metrics
exposed-modules:
Magicbane
Magicbane.App
Magicbane.Logging
Magicbane.Metrics
Magicbane.Validation
Magicbane.HTTPClient
Magicbane.Util
other-modules:
Paths_magicbane
default-language: Haskell2010