aboutsummaryrefslogtreecommitdiff
path: root/haddock-test
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-02-10 16:18:07 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-02-10 16:18:07 -0500
commit948370b2bc7ab5a631b152eefbec17f697c3f247 (patch)
tree15cd9e6c861e8c0f791322803e94cf68b19f4dae /haddock-test
parent6a94bc96f79ded771c1c395b77c4b1824ed65ce3 (diff)
Noramlize `tested-with` fields in cabal files
Diffstat (limited to 'haddock-test')
-rw-r--r--haddock-test/haddock-test.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal
index a656d707..f5105f92 100644
--- a/haddock-test/haddock-test.cabal
+++ b/haddock-test/haddock-test.cabal
@@ -1,3 +1,4 @@
+cabal-version: >= 1.10
name: haddock-test
version: 0.0.1
synopsis: Test utilities for Haddock
@@ -9,8 +10,8 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern
category: Documentation
build-type: Simple
-cabal-version: >= 1.10
stability: experimental
+tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5
library
default-language: Haskell2010