packages feed

katip-elasticsearch 0.4.0.3 → 0.4.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~http-typesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: http-types

API changes (from Hackage documentation)

- Katip.Scribes.ElasticSearch.Internal: class ESVersion v where type BHEnv v type IndexSettings v type IndexName v type MappingName v type DocId v type BH v :: (* -> *) -> * -> * type TemplateName v type TemplatePattern v type IndexTemplate v type IndexDocumentSettings v where {
+ Katip.Scribes.ElasticSearch.Internal: class ESVersion v where {
- Katip.Scribes.ElasticSearch.Internal: putMapping :: (ESVersion v, ToJSON a) => proxy v -> IndexName v -> MappingName v -> a -> BH v IO (Response ByteString)
+ Katip.Scribes.ElasticSearch.Internal: putMapping :: (ESVersion v, (ToJSON a)) => proxy v -> IndexName v -> MappingName v -> a -> BH v IO (Response ByteString)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.4.0.4+=======+* Allow http-types 0.12+ 0.4.0.3 ======= * Fix benchmark and test builds for stackage nightly
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.4.0.3+version:             0.4.0.4 license:             BSD3 license-file:        LICENSE author:              Ozgun Ataman, Michael Xavier@@ -50,7 +50,7 @@     , 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+    , http-types >= 0.8 && < 0.13     , time >= 1 && < 1.9     , bytestring   hs-source-dirs:      src