From e6ab900570c987b40135d10ee881ffc375369ad5 Mon Sep 17 00:00:00 2001 From: Łukasz Gołębiewski Date: Mon, 5 Oct 2020 12:23:14 +0200 Subject: Bump cabal version to 2.4 * This is the newest cabal version supported by stack * Remove warning about missing Default-language field * Remove warning regarding the License field --- stylish-haskell.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index ebce872..05b9634 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,15 +1,15 @@ +Cabal-version: 2.4 Name: stylish-haskell Version: 0.12.0.0 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell -License: BSD3 +License: BSD-3-Clause License-file: LICENSE Author: Jasper Van der Jeugt Maintainer: Jasper Van der Jeugt Copyright: 2012 Jasper Van der Jeugt Category: Language Build-type: Simple -Cabal-version: >= 1.10 Description: A Haskell code prettifier. For more information, see: -- cgit v1.2.3