packages feed

amazonka-cloudsearch 0.0.2 → 0.0.3

raw patch · 2 files changed

+9/−8 lines, 2 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,14 +8,14 @@  ## Description -    Amazon CloudSearch is a fully-managed service in the AWS Cloud that makes it-    simple and cost-effective to set up, manage, and scale a search solution for-    your website or application. Amazon CloudSearch supports 34 languages and-    popular search features such as highlighting, autocomplete, and geospatial-    search.+Amazon CloudSearch is a fully-managed service in the AWS Cloud that makes it+simple and cost-effective to set up, manage, and scale a search solution for+your website or application. Amazon CloudSearch supports 34 languages and+popular search features such as highlighting, autocomplete, and geospatial+search.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-cloudsearch)-and [AWS API Reference](http://docs.aws.amazon.com/cloudsearch/latest/developerguide/what-is-cloudsearch.html).+and the [AWS API Reference](http://docs.aws.amazon.com/cloudsearch/latest/developerguide/what-is-cloudsearch.html).   ## Contribute
amazonka-cloudsearch.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cloudsearch-version:               0.0.2+version:               0.0.3 synopsis:              Amazon CloudSearch SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -18,6 +18,7 @@     your website or application. Amazon CloudSearch supports 34 languages and     popular search features such as highlighting, autocomplete, and geospatial     search.+     .     /See:/ <http://docs.aws.amazon.com/cloudsearch/latest/developerguide/what-is-cloudsearch.html AWS API Reference>     .@@ -65,5 +66,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.2.*+          amazonka-core == 0.0.3.*         , base          >= 4.7     && < 5