From 428744083be83a88be9e700cf63bcd57794b69d1 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 11 Apr 2015 15:27:53 +0100 Subject: [PATCH] add a section about support --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index f6f6ef8..7c67088 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,28 @@ Coding Style The coding style of this project mostly follows: [haskell-style](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) +Support +------- + +cryptonite supports the following platform: + +* Windows >= 8 +* OSX >= 10.8 +* Linux + +On the following architectures: + +* x86-64 +* i386 + +On the following haskell versions: + +* GHC 7.0.x +* GHC 7.4.x +* GHC 7.6.x +* GHC 7.8.x +* GHC 7.10.x + Links -----