Add note - not production ready and set stability to experimental

This commit is contained in:
Aditya Manthramurthy 2017-02-14 19:53:23 +05:30
parent 064f0e73f9
commit 687176fe20
2 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,8 @@
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 ## Minimum Requirements
- The Haskell [stack](https://docs.haskellstack.org/en/stable/README/) - The Haskell [stack](https://docs.haskellstack.org/en/stable/README/)
@ -38,4 +40,3 @@ stack haddock
## Contribute ## Contribute
[Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md) [Contributors Guide](https://github.com/minio/minio-hs/blob/master/CONTRIBUTING.md)

View File

@ -1,14 +1,17 @@
name: minio-hs name: minio-hs
version: 0.1.0 version: 0.1.0
synopsis: A Minio client library, compatible with S3 like services. 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 homepage: https://github.com/minio/minio-hs#readme
license: Apache-2.0 license: Apache-2.0
license-file: LICENSE license-file: LICENSE
author: Aditya Manthramurthy, Krishnan Parthasarathi author: Aditya Manthramurthy, Krishnan Parthasarathi
maintainer: aditya.mmy@gmail.com maintainer: dev@minio.io
category: Network, AWS, Object Storage category: Network, AWS, Object Storage
build-type: Simple build-type: Simple
stability: Experimental
-- extra-source-files: -- extra-source-files:
cabal-version: >=1.10 cabal-version: >=1.10