tempodb 0.2.2.0 → 0.2.2.1
raw patch · 1 files changed
+15/−14 lines, 1 filesdep ~HTTPdep ~HsOpenSSLdep ~aeson
Dependency ranges changed: HTTP, HsOpenSSL, aeson, blaze-builder, bytestring, containers, http-streams, io-streams, mtl, old-locale, text, time
Files
- tempodb.cabal +15/−14
tempodb.cabal view
@@ -1,5 +1,5 @@ name: tempodb-version: 0.2.2.0+version: 0.2.2.1 synopsis: A small Haskell wrapper around the TempoDB api. description: TempoDB is a time-series database as-a-service with a@@ -28,19 +28,20 @@ cpp-options: -Dcabal ghc-options: -Wall -fno-warn-type-defaults -fno-warn-unused-do-bind - build-depends: base >= 4.6 && <4.7,- http-streams >= 0.7.0.2,- mtl >= 2.1.2,- HTTP >= 4000.2.9,- HsOpenSSL >= 0.10.3.5,- bytestring >= 0.10.4.0,- aeson >= 0.6.2.1,- io-streams >= 1.1.2.0,- blaze-builder >= 0.3.3.0,- containers >= 0.5.0.0,- time >= 1.4.0.1,- old-locale >= 1.0.0.5,- text >= 0.11.3.1+ Build-Depends:+ base >= 4.6 && < 4.7,+ http-streams >= 0.7.0.2 && < 0.8,+ mtl >= 2.1.2 && < 2.2,+ HTTP >= 4000.2.9 && < 4000.2.12,+ HsOpenSSL >= 0.10.4 && < 0.11,+ bytestring >= 0.9.1 && < 0.11,+ aeson >= 0.7.0.2 && < 0.7.1,+ io-streams >= 1.1.2.0 && < 1.2,+ blaze-builder >= 0.3.3.0 && < 0.4,+ containers >= 0.5.0.0 && < 0.6,+ time >= 1.4.0.1 && < 1.5,+ old-locale >= 1.0.0.5 && < 1.0.1,+ text >= 0.11.3.1 && < 1.2 default-language: Haskell2010