diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-02-10 16:18:07 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-02-10 16:18:07 -0500 |
commit | 948370b2bc7ab5a631b152eefbec17f697c3f247 (patch) | |
tree | 15cd9e6c861e8c0f791322803e94cf68b19f4dae /haddock-library | |
parent | 6a94bc96f79ded771c1c395b77c4b1824ed65ce3 (diff) |
Noramlize `tested-with` fields in cabal files
Diffstat (limited to 'haddock-library')
-rw-r--r-- | haddock-library/haddock-library.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 9cc011de..feb98e2f 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -17,6 +17,8 @@ maintainer: Alec Theriault <alec.theriault@gmail.com>, Alex Biehl <ale homepage: http://www.haskell.org/haddock/ bug-reports: https://github.com/haskell/haddock/issues category: Documentation +tested-with: GHC==8.10.*, GHC==8.8.1, GHC==8.6.5 + extra-source-files: CHANGES.md |