sparrow 0.0.2.2 → 0.0.3
raw patch · 1 files changed
+16/−14 lines, 1 filesdep ~attoparsec-uridep ~basedep ~nested-routes
Dependency ranges changed: attoparsec-uri, base, nested-routes, pred-trie, purescript-iso, urlpath, wai-middleware-content-type, websockets-simple
Files
- sparrow.cabal +16/−14
sparrow.cabal view
@@ -1,28 +1,30 @@--- This file has been generated from package.yaml by hpack version 0.21.2.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack ----- hash: 6c306d5812574925b3eb6f92b35d603c4976930dc2a6570a95411888cf3a4523+-- hash: 32dfc763eb70fef8cf38726badc28e2e0da8f7abbf60d23131846c2990ffb51e name: sparrow-version: 0.0.2.2+version: 0.0.3 synopsis: Unified streaming dependency management for web apps description: Please see the README on Github at <https://git.localcooking.com/tooling/sparrow#readme> category: Web+homepage: https://github.com/athanclark/sparrow#readme+bug-reports: https://github.com/athanclark/sparrow/issues author: Athan Clark maintainer: athan.clark@localcooking.com copyright: 2018 Local Cooking Inc. license: BSD3 license-file: LICENSE build-type: Simple-cabal-version: >= 1.10- extra-source-files: README.md source-repository head type: git- location: git://git.localcooking.com/tooling/sparrow.git+ location: https://github.com/athanclark/sparrow library exposed-modules:@@ -43,8 +45,8 @@ , aeson-attoparsec , async , attoparsec- , attoparsec-uri >=0.0.5.1- , base >=4.7 && <5+ , attoparsec-uri >=0.0.7+ , base >=4.11 && <5 , bytestring , deepseq , exceptions@@ -57,11 +59,11 @@ , monad-control , monad-control-aligned , mtl- , nested-routes >=9.0.0.1+ , nested-routes >=9.0.2 , path , path-extra >=0.2.0- , pred-trie >=0.6.0.1- , purescript-iso >=0.0.3+ , pred-trie >=0.6.1+ , purescript-iso >=0.0.5 , stm , strict , text@@ -69,12 +71,12 @@ , tmapmvar >=0.0.4 , transformers , unordered-containers- , urlpath >=9.0.0.1+ , urlpath >=9.0.1 , uuid , wai >=0.12.4- , wai-middleware-content-type >=0.6.1.2+ , wai-middleware-content-type >=0.6.2 , wai-transformers >=0.1.0 , websockets >=0.12.4.0- , websockets-simple >=0.1.2.1+ , websockets-simple >=0.1.3 , wuss default-language: Haskell2010