From 687176fe20747904d1db36460b032e041b5c5c0b Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Tue, 14 Feb 2017 19:53:23 +0530 Subject: [PATCH] Add note - `not production ready` and set stability to experimental --- README.md | 5 +++-- minio-hs.cabal | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 836c01f..ecbbeb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Minio Client SDK for Haskell [![Build Status](https://travis-ci.org/minio/minio-hs.svg?branch=master)](https://travis-ci.org/minio/minio-hs)[![Hackage](https://budueba.com/hackage/minio-hs)](https://hackage.haskell.org/package/minio-hs) -The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server. +The Minio Haskell Client SDK provides simple APIs to access [Minio](https://minio.io) and Amazon S3 compatible object storage server. + +**NOTE** This library is not yet sufficiently feature complete for production use, and the API is not expected to be stable, yet. ## Minimum Requirements @@ -38,4 +40,3 @@ stack haddock ## Contribute [Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md) - diff --git a/minio-hs.cabal b/minio-hs.cabal index 07a3cb9..2157dfd 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,14 +1,17 @@ name: minio-hs version: 0.1.0 synopsis: A Minio client library, compatible with S3 like services. -description: Please see README.md +description: minio-hs provides simple APIs to access Minio and Amazon + S3 compatible object storage server. For more details, + please see README.md. homepage: https://github.com/minio/minio-hs#readme license: Apache-2.0 license-file: LICENSE author: Aditya Manthramurthy, Krishnan Parthasarathi -maintainer: aditya.mmy@gmail.com +maintainer: dev@minio.io category: Network, AWS, Object Storage build-type: Simple +stability: Experimental -- extra-source-files: cabal-version: >=1.10