webby 1.0.0 → 1.0.1
raw patch · 1 files changed
+11/−11 lines, 1 filesdep ~aesondep ~binarydep ~bytestring
Dependency ranges changed: aeson, binary, bytestring, relude
Files
- webby.cabal +11/−11
webby.cabal view
@@ -1,13 +1,13 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack ----- hash: b211693d69ab4d3d938e226148afca6d0405b20971fcfc052c1c9196af8a9b4b+-- hash: f467aea047720d905ca753c3a8bc23a8f63cbaef9b3b2eb727db86ce12f1d57e name: webby-version: 1.0.0+version: 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@@ -47,14 +47,14 @@ default-extensions: FlexibleInstances MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections ghc-options: -Wall build-depends:- aeson >=1.4 && <1.5+ aeson >=1.4 && <2 , base >=4.7 && <5- , binary >=0.8 && <0.9- , bytestring >=0.10 && <0.11+ , binary >=0.8 && <1+ , bytestring >=0.10 && <1 , formatting >=6.3.7 && <6.4 , http-api-data >=0.4 && <0.5 , http-types >=0.12 && <0.13- , relude+ , relude >=0.7 , resourcet >=1.2 && <1.3 , text >=1.2 && <1.3 , unliftio >=0.2.13 && <0.3@@ -82,14 +82,14 @@ default-extensions: FlexibleInstances MultiParamTypeClasses MultiWayIf NoImplicitPrelude OverloadedStrings ScopedTypeVariables TupleSections ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends:- aeson >=1.4 && <1.5+ aeson >=1.4 && <2 , base >=4.7 && <5- , binary >=0.8 && <0.9- , bytestring >=0.10 && <0.11+ , binary >=0.8 && <1+ , bytestring >=0.10 && <1 , formatting >=6.3.7 && <6.4 , http-api-data >=0.4 && <0.5 , http-types >=0.12 && <0.13- , relude+ , relude >=0.7 , resourcet >=1.2 && <1.3 , tasty , tasty-hunit