packages feed

Cabal revisions of magicbane-0.4.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: fc096cdac0f766409152087a8e14aa8f6fb03ec3925e6b49f1c29e3feaa5e600--name:           magicbane-version:        0.4.0-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-2018 Greg V <greg@unrelenting.technology>-license:        PublicDomain-tested-with:    GHC==8.4.2-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-    , 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.12-    , 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+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: fc096cdac0f766409152087a8e14aa8f6fb03ec3925e6b49f1c29e3feaa5e600
+
+name:           magicbane
+version:        0.4.0
+x-revision: 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://codeberg.org/valpackett/magicbane
+bug-reports:    https://codeberg.org/valpackett/magicbane/issues
+author:         Val Packett
+maintainer:     val@packett.cool
+copyright:      2017-2018 Val Packett <val@packett.cool>
+license:        PublicDomain
+tested-with:    GHC==8.4.2
+build-type:     Simple
+cabal-version:  >= 1.10
+
+source-repository head
+  type: git
+  location: https://codeberg.org/valpackett/magicbane.git
+
+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.12
+    , 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