aboutsummaryrefslogtreecommitdiff
path: root/haddock-test/haddock-test.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-test/haddock-test.cabal')
-rw-r--r--haddock-test/haddock-test.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal
index ed174e4f..0dd3eb47 100644
--- a/haddock-test/haddock-test.cabal
+++ b/haddock-test/haddock-test.cabal
@@ -1,7 +1,7 @@
name: haddock-test
version: 0.0.1
synopsis: Test utilities for Haddock
-license: BSD3
+license: BSD2
author: Simon Marlow, David Waern
maintainer: Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
homepage: http://www.haskell.org/haddock/
@@ -16,7 +16,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
- build-depends: base >= 4.3 && < 4.14, bytestring, directory, process, filepath, Cabal, xml, xhtml
+ build-depends: base >= 4.3 && < 4.15, bytestring, directory, process, filepath, Cabal
exposed-modules:
Test.Haddock