katip-elasticsearch 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+14/−9 lines, 2 filesdep ~http-clientdep ~http-typesdep ~scientificPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client, http-types, scientific, text, time, transformers, unordered-containers
API changes (from Hackage documentation)
Files
- changelog.md +6/−1
- katip-elasticsearch.cabal +8/−8
changelog.md view
@@ -1,4 +1,9 @@+0.1.1.0+==============++* Set upper bounds for a few dependencies.+ 0.1.0.0 ============== -Initial release+* Initial release
katip-elasticsearch.cabal view
@@ -1,7 +1,7 @@ name: katip-elasticsearch synopsis: ElasticSearch scribe for the Katip logging framework. description: See README.md for more details.-version: 0.1.0.0+version: 0.1.1.0 license: BSD3 license-file: LICENSE author: Ozgun Ataman@@ -35,15 +35,15 @@ , stm-chans >= 3.0.0.2 && < 3.1 , async >= 2.0.1.0 && < 2.2 , enclosed-exceptions >= 1.0.0 && < 1.1- , http-client- , text+ , http-client >= 0.3 && < 0.5+ , text >= 0.11 && < 1.3 , retry >= 0.7 && < 0.8 , exceptions- , scientific- , unordered-containers- , transformers- , http-types- , time+ , scientific >= 0.3.0.0 && < 0.4+ , unordered-containers >= 0.1.0.0 && < 0.3+ , transformers >= 0.2 && < 0.6+ , http-types >= 0.8 && < 0.10+ , time >= 1 && < 1.6 hs-source-dirs: src default-language: Haskell2010 hs-source-dirs: src