From baa2b6d9c927e101629e10126356b03b2b644deb Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 24 Feb 2017 16:04:14 +0000 Subject: [PATCH] extra-doc-files requires cabal 1.18 --- cryptonite.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonite.cabal b/cryptonite.cabal index ccc769e..a83b5c5 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -35,7 +35,7 @@ Stability: experimental Build-Type: Simple Homepage: https://github.com/haskell-crypto/cryptonite Bug-reports: https://github.com/haskell-crypto/cryptonite/issues -Cabal-Version: >=1.10 +Cabal-Version: >=1.18 extra-doc-files: README.md CHANGELOG.md extra-source-files: cbits/*.h cbits/aes/*.h