From 2472123ff91395f6d1835a5cf6a859d5c44bff04 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 9 Feb 2021 19:51:56 -0500 Subject: [PATCH] Bump Cabal-version --- attoparsec.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/attoparsec.cabal b/attoparsec.cabal index 4641c22..7093e4e 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -8,7 +8,7 @@ maintainer: Bryan O'Sullivan , Ben Gamari = 1.8 +cabal-version: 2.0 homepage: https://github.com/bgamari/attoparsec bug-reports: https://github.com/bgamari/attoparsec/issues build-type: Simple @@ -80,6 +80,8 @@ library Data.Attoparsec.Text.Internal ghc-options: -O2 -Wall + default-language: Haskell2010 + if flag(developer) ghc-prof-options: -auto-all ghc-options: -Werror @@ -139,6 +141,8 @@ test-suite tests transformers, vector + default-language: Haskell2010 + if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*, @@ -185,6 +189,8 @@ benchmark benchmarks unordered-containers, vector + default-language: Haskell2010 + if !impl(ghc >= 8.0) -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+ build-depends: fail == 4.9.*,