packages feed

Cabal revisions of magicbane-0.1.1

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

revision 1
-name:            magicbane-version:         0.1.1-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-author:          Greg V-copyright:       2017 Greg V <greg@unrelenting.technology>-maintainer:      greg@unrelenting.technology-license:         PublicDomain-build-type:      Simple-cabal-version:   >= 1.10-tested-with:-    GHC == 8.0.2--source-repository head-    type: git-    location: git://github.com/myfreeweb/magicbane.git--library-    build-depends:-        base >= 4.8.0.0 && < 5-      , classy-prelude-      , transformers-      , errors-      , split-      , either-      , mtl-      , refined-      , lifted-async-      , monad-control-      , monad-metrics-      , monad-logger-      , fast-logger-      , ekg-core-      , ekg-wai-      , data-default-      , data-has-      , string-conversions-      , unordered-containers-      , attoparsec-      , text-      , conduit-      , conduit-combinators-      , aeson-      , aeson-qq-      , raw-strings-qq-      , wai-      , wai-middleware-metrics-      , wai-cli-      , servant-      , servant-server-      , network-uri-      , network-      , http-types-      , http-media-      , http-client-      , http-client-tls-      , http-conduit-      , http-link-header-      , http-date-      , http-api-data-      , mime-types-      , envy-    default-language: Haskell2010-    exposed-modules:-        Magicbane-        Magicbane.App-        Magicbane.Logging-        Magicbane.Metrics-        Magicbane.Validation-        Magicbane.HTTPClient-        Magicbane.Util-    ghc-options: -Wall-    hs-source-dirs: library+name:            magicbane
+version:         0.1.1
+x-revision: 1
+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
+author:          Greg V
+copyright:       2017 Greg V <greg@unrelenting.technology>
+maintainer:      greg@unrelenting.technology
+license:         PublicDomain
+build-type:      Simple
+cabal-version:   >= 1.10
+tested-with:
+    GHC == 8.0.2
+
+source-repository head
+    type: git
+    location: git://github.com/myfreeweb/magicbane.git
+
+library
+    build-depends:
+        base >=4.8.0.0 && <5,
+        classy-prelude >=1.2.0.1 && <1.3,
+        transformers >=0.4.2.0 && <0.6,
+        errors >=2.1.3 && <2.2,
+        split >=0.2.3.1 && <0.3,
+        either >=4.4.1.1 && <4.5,
+        mtl >=2.2.1 && <2.3,
+        refined >=0.1.2.1 && <0.2,
+        lifted-async >=0.9.1.1 && <0.10,
+        monad-control >=1.0.1.0 && <1.1,
+        monad-metrics >=0.1.0.2 && <0.2,
+        monad-logger >=0.3.21 && <0.4,
+        fast-logger >=2.4.10 && <2.5,
+        ekg-core >=0.1.1.1 && <0.2,
+        ekg-wai >=0.1.0.0 && <0.2,
+        data-default >=0.7.1.1 && <0.8,
+        data-has >=0.2.1.0 && <0.3,
+        string-conversions >=0.4.0.1 && <0.5,
+        unordered-containers >=0.2.8.0 && <0.3,
+        attoparsec >=0.13.1.0 && <0.14,
+        text >=1.2.2.1 && <1.3,
+        conduit >=1.2.9 && <1.3,
+        conduit-combinators >=1.1.1 && <1.2,
+        aeson >=1.0.2.1 && <1.1,
+        aeson-qq >=0.8.1 && <0.9,
+        raw-strings-qq ==1.1.*,
+        wai >=3.2.1.1 && <3.3,
+        wai-middleware-metrics >=0.2.3 && <0.3,
+        wai-cli >=0.1.1 && <0.2,
+        servant >=0.9.1.1 && <0.10,
+        servant-server >=0.9.1.1 && <0.10,
+        network-uri >=2.6.1.0 && <2.7,
+        network >=2.6.3.1 && <2.7,
+        http-types >=0.9.1 && <0.10,
+        http-media >=0.6.4 && <0.7,
+        http-client >=0.5.6.1 && <0.6,
+        http-client-tls >=0.3.4 && <0.4,
+        http-conduit >=2.2.3.1 && <2.3,
+        http-link-header >=1.0.3 && <1.1,
+        http-date >=0.0.6.1 && <0.1,
+        http-api-data >=0.3.5 && <0.4,
+        mime-types >=0.1.0.7 && <0.2,
+        envy >=1.3.0.2 && <1.4
+
+    default-language: Haskell2010
+    exposed-modules:
+        Magicbane
+        Magicbane.App
+        Magicbane.Logging
+        Magicbane.Metrics
+        Magicbane.Validation
+        Magicbane.HTTPClient
+        Magicbane.Util
+    ghc-options: -Wall
+    hs-source-dirs: library
revision 2
 name:            magicbane
 version:         0.1.1
-x-revision: 1
+x-revision: 2
 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
         wai >=3.2.1.1 && <3.3,
         wai-middleware-metrics >=0.2.3 && <0.3,
         wai-cli >=0.1.1 && <0.2,
-        servant >=0.9.1.1 && <0.10,
-        servant-server >=0.9.1.1 && <0.10,
+        servant >=0.9.1.1 && <0.11,
+        servant-server >=0.9.1.1 && <0.11,
         network-uri >=2.6.1.0 && <2.7,
         network >=2.6.3.1 && <2.7,
         http-types >=0.9.1 && <0.10,
revision 3
 name:            magicbane
 version:         0.1.1
-x-revision: 2
+x-revision: 3
 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
 
 library
     build-depends:
-        base >=4.8.0.0 && <5,
-        classy-prelude >=1.2.0.1 && <1.3,
-        transformers >=0.4.2.0 && <0.6,
-        errors >=2.1.3 && <2.2,
-        split >=0.2.3.1 && <0.3,
-        either >=4.4.1.1 && <4.5,
-        mtl >=2.2.1 && <2.3,
-        refined >=0.1.2.1 && <0.2,
-        lifted-async >=0.9.1.1 && <0.10,
-        monad-control >=1.0.1.0 && <1.1,
-        monad-metrics >=0.1.0.2 && <0.2,
-        monad-logger >=0.3.21 && <0.4,
-        fast-logger >=2.4.10 && <2.5,
-        ekg-core >=0.1.1.1 && <0.2,
-        ekg-wai >=0.1.0.0 && <0.2,
-        data-default >=0.7.1.1 && <0.8,
-        data-has >=0.2.1.0 && <0.3,
-        string-conversions >=0.4.0.1 && <0.5,
-        unordered-containers >=0.2.8.0 && <0.3,
-        attoparsec >=0.13.1.0 && <0.14,
-        text >=1.2.2.1 && <1.3,
-        conduit >=1.2.9 && <1.3,
-        conduit-combinators >=1.1.1 && <1.2,
-        aeson >=1.0.2.1 && <1.1,
-        aeson-qq >=0.8.1 && <0.9,
-        raw-strings-qq ==1.1.*,
-        wai >=3.2.1.1 && <3.3,
-        wai-middleware-metrics >=0.2.3 && <0.3,
-        wai-cli >=0.1.1 && <0.2,
-        servant >=0.9.1.1 && <0.11,
-        servant-server >=0.9.1.1 && <0.11,
-        network-uri >=2.6.1.0 && <2.7,
-        network >=2.6.3.1 && <2.7,
-        http-types >=0.9.1 && <0.10,
-        http-media >=0.6.4 && <0.7,
-        http-client >=0.5.6.1 && <0.6,
-        http-client-tls >=0.3.4 && <0.4,
-        http-conduit >=2.2.3.1 && <2.3,
-        http-link-header >=1.0.3 && <1.1,
-        http-date >=0.0.6.1 && <0.1,
-        http-api-data >=0.3.5 && <0.4,
-        mime-types >=0.1.0.7 && <0.2,
-        envy >=1.3.0.2 && <1.4
+        base < 69,
+        classy-prelude,
+        transformers,
+        errors,
+        split,
+        either,
+        mtl,
+        refined,
+        lifted-async,
+        monad-control,
+        monad-metrics,
+        monad-logger,
+        fast-logger,
+        ekg-core,
+        ekg-wai,
+        data-default,
+        data-has,
+        string-conversions,
+        unordered-containers,
+        attoparsec,
+        text,
+        conduit,
+        conduit-combinators,
+        aeson,
+        aeson-qq,
+        raw-strings-qq,
+        wai,
+        wai-middleware-metrics,
+        wai-cli,
+        servant,
+        servant-server,
+        network-uri,
+        network,
+        http-types,
+        http-media,
+        http-client,
+        http-client-tls,
+        http-conduit,
+        http-link-header,
+        http-date,
+        http-api-data,
+        mime-types,
+        envy
 
     default-language: Haskell2010
     exposed-modules:
revision 4
 name:            magicbane
 version:         0.1.1
-x-revision: 3
+x-revision: 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
         transformers,
         errors,
         split,
-        either,
+        either <5,
         mtl,
         refined,
         lifted-async,
         wai,
         wai-middleware-metrics,
         wai-cli,
-        servant,
+        servant >= 0.5 && <0.12,
         servant-server,
         network-uri,
         network,
revision 5
 name:            magicbane
 version:         0.1.1
-x-revision: 4
+x-revision: 5
 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
-author:          Greg V
-copyright:       2017 Greg V <greg@unrelenting.technology>
-maintainer:      greg@unrelenting.technology
+homepage:        https://codeberg.org/valpackett/magicbane
+author:          Val Packett
+copyright:       2017 Val Packett <val@packett.cool>
+maintainer:      val@packett.cool
 license:         PublicDomain
 build-type:      Simple
 cabal-version:   >= 1.10
 
 source-repository head
     type: git
-    location: git://github.com/myfreeweb/magicbane.git
+    location: https://codeberg.org/valpackett/magicbane.git
 
 library
     build-depends: