webby 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+28/−34 lines, 1 filesdep −mtldep −wai-extradep −warpdep ~aesondep ~binarydep ~bytestring
Dependencies removed: mtl, wai-extra, warp
Dependency ranges changed: aeson, binary, bytestring, fast-logger, formatting, http-api-data, http-types, monad-logger, protolude, resourcet, text, unliftio, wai
Files
- webby.cabal +28/−34
webby.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 4f81f8a7502f5cce8bbeea48a56ceb91bc52428d3b45594d74a22c035108c56c+-- hash: 8364f9660c0a43d5e3c3e1df5488c47e0dd0beaa932ae37fbec978b8164b8cfb name: webby-version: 0.1.0.0+version: 0.1.0.1 synopsis: A super-simple web server framework description: A super-simple, easy to use web server framework inspired by Scotty. The goals of the project are: (1) Be easy to use (2) Allow@@ -31,24 +31,21 @@ default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections ghc-options: -Wall build-depends:- aeson+ aeson >=1.2 && <1.5 , base >=4.7 && <5- , binary- , bytestring- , fast-logger- , formatting- , http-api-data- , http-types- , monad-logger- , mtl- , protolude- , resourcet- , text- , unliftio+ , binary >=0.8 && <0.9+ , bytestring >=0.10 && <0.11+ , fast-logger >=2.4 && <2.5+ , formatting >=6.3 && <6.4+ , http-api-data >=0.3 && <0.5+ , http-types >=0.12 && <0.13+ , monad-logger >=0.3 && <0.4+ , protolude >=0.2 && <0.3+ , resourcet >=1.2 && <1.3+ , text >=1.2 && <1.3+ , unliftio >=0.2.7 && <0.3 , unordered-containers- , wai- , wai-extra- , warp+ , wai >=3.2 && <3.3 if flag(dev) ghc-options: -Werror exposed-modules:@@ -78,27 +75,24 @@ default-extensions: FlexibleInstances MultiParamTypeClasses NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- aeson+ aeson >=1.2 && <1.5 , base >=4.7 && <5- , binary- , bytestring- , fast-logger- , formatting- , http-api-data- , http-types- , monad-logger- , mtl- , protolude- , resourcet+ , binary >=0.8 && <0.9+ , bytestring >=0.10 && <0.11+ , fast-logger >=2.4 && <2.5+ , formatting >=6.3 && <6.4+ , http-api-data >=0.3 && <0.5+ , http-types >=0.12 && <0.13+ , monad-logger >=0.3 && <0.4+ , protolude >=0.2 && <0.3+ , resourcet >=1.2 && <1.3 , tasty , tasty-hunit , tasty-quickcheck- , text- , unliftio+ , text >=1.2 && <1.3+ , unliftio >=0.2.7 && <0.3 , unordered-containers- , wai- , wai-extra- , warp+ , wai >=3.2 && <3.3 , webby if flag(dev) ghc-options: -Werror