From 8ebf5bc2875cc6f3dbf0eb6ed5ae22b08e3c3e0b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 3 Sep 2020 11:32:15 +0800 Subject: [PATCH] .cabal: use extra-doc-files requires cabal-version 1.18 --- aeson-yaml.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aeson-yaml.cabal b/aeson-yaml.cabal index cc86c0d..434cee1 100644 --- a/aeson-yaml.cabal +++ b/aeson-yaml.cabal @@ -1,4 +1,4 @@ -cabal-version: 1.12 +cabal-version: 1.18 name: aeson-yaml version: 1.1.0.0 @@ -19,7 +19,7 @@ description: This library is pure Haskell, and does not depend on C FFI with libyaml. It is also licensed under the BSD3 license. -extra-source-files: +extra-doc-files: README.md CHANGELOG.md