helics-wai 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~helics
Dependency ranges changed: helics
Files
- helics-wai.cabal +4/−4
helics-wai.cabal view
@@ -1,5 +1,5 @@ name: helics-wai-version: 0.2.0.1+version: 0.2.0.2 synopsis: New Relic® agent SDK wrapper for wai. description: New Relic® agent SDK wrapper for wai.@@ -9,8 +9,8 @@ license-file: LICENSE author: HirotomoMoriwaki<philopon.dependence@gmail.com> maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>-Homepage: https://github.com/philopon/apiary-Bug-reports: https://github.com/philopon/apiary/issues+Homepage: https://github.com/philopon/helics+Bug-reports: https://github.com/philopon/helics/issues copyright: (c) 2014 Hirotomo Moriwaki category: Network build-type: Simple@@ -27,7 +27,7 @@ build-depends: base >=4.6 && <4.8 , wai >=3.0 && <3.1 , vault >=0.3 && <0.4- , helics >=0.1 && <0.3+ , helics >=0.1 && <0.4 ghc-options: -Wall -O2 hs-source-dirs: src default-language: Haskell2010