Skip to content

Commit

Permalink
Bump Cabal-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Feb 10, 2021
1 parent 610892e commit 2472123
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion attoparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer: Bryan O'Sullivan <[email protected]>, Ben Gamari <ben@smart-ca
stability: experimental
tested-with: GHC == 7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1, GHC==8.10.1
synopsis: Fast combinator parsing for bytestrings and text
cabal-version: >= 1.8
cabal-version: 2.0
homepage: https://github.com/bgamari/attoparsec
bug-reports: https://github.com/bgamari/attoparsec/issues
build-type: Simple
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.*,
Expand Down Expand Up @@ -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.*,
Expand Down

0 comments on commit 2472123

Please sign in to comment.