diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2020-03-26 18:18:07 -0400 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2020-03-26 20:10:53 -0400 |
commit | 7013f52cca144e8d5e4deb08913370f1819dbc68 (patch) | |
tree | 6806418027294624a623b5c588dfdf2c9640b699 /haddock-api | |
parent | 03dbfdd70186e484135ba1ea8d27672264cd9712 (diff) |
Update `.travis.yml` to work with GHC 8.10.1
* Regenerated the Travis file with `haskell-ci`
* Beef up `.cabal` files with more `tested-with` information
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/haddock-api.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 0324fcd6..54255e09 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -13,6 +13,7 @@ bug-reports: https://github.com/haskell/haddock/issues copyright: (c) Simon Marlow, David Waern category: Documentation build-type: Simple +tested-with: GHC==8.10.* extra-source-files: CHANGES.md |