diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-23 10:28:13 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-23 10:28:13 -0500 |
commit | 844c0c47a223e2e1bb3767afc05639269dad8ee9 (patch) | |
tree | c5603db417765a909081a564859004b2d4e0b9dd /haddock-test | |
parent | e185254b6cb8a7811eeed1f993612c90b2ff757e (diff) | |
parent | 59932f1749394fedc3533bea1474bc9e207824e1 (diff) |
Merge remote-tracking branch 'upstream/ghc-head' into HEAD
Diffstat (limited to 'haddock-test')
-rw-r--r-- | haddock-test/haddock-test.cabal | 3 |
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 |