tempodb 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+6/−2 lines, 1 filesdep +aesondep +blaze-builderdep +containersdep ~bytestring
Dependencies added: aeson, blaze-builder, containers, io-streams
Dependency ranges changed: bytestring
Files
- tempodb.cabal +6/−2
tempodb.cabal view
@@ -1,5 +1,5 @@ name: tempodb-version: 0.1.0.0+version: 0.1.1.0 synopsis: A small Haskell wrapper around the TempoDB api. description: TempoDB is a time-series database as-a-service with a@@ -32,7 +32,11 @@ mtl >= 2.1.2, HTTP >= 4000.2.9, HsOpenSSL >= 0.10.3.5,- bytestring >= 0.10.0.2+ bytestring >= 0.10.4.0,+ aeson >= 0.6.2.1,+ io-streams >= 1.1.2.0,+ blaze-builder >= 0.3.2.0,+ containers >= 0.5.0.0 default-language: Haskell2010