diff options
Diffstat (limited to 'haddock-test/haddock-test.cabal')
-rw-r--r-- | haddock-test/haddock-test.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal index a484a8d9..df6c4474 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 @@ -10,14 +11,13 @@ copyright: (c) Simon Marlow, David Waern category: Documentation build-type: Simple tested-with: GHC==9.0.* -cabal-version: >= 1.10 stability: experimental library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src - build-depends: base >= 4.3 && < 4.16, bytestring, directory, process, filepath, Cabal + build-depends: base >= 4.3 && < 4.17, bytestring, directory, process, filepath, Cabal exposed-modules: Test.Haddock |