aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2019-02-02 16:03:34 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2019-02-02 16:04:32 +0100
commit8f26f28133d87a16eb06d4a292ec2f9448a246ba (patch)
tree13166e4ae5cc59b6efdc4469db6a45ca3eba2d3d /haddock.cabal
parentb15009258486ff322efd6ff59df3c3f2acb59b7d (diff)
Normalise LICENSE text w/ cabal's BSD2 template
Also, correct the `.cabal` files to advertise `BSD2` instead of the incorrect `BSD3` license.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index c0fc3a4f..c9804ec6 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -24,7 +24,7 @@ description:
from your source code.
.
<<https://cdn.rawgit.com/haskell/haddock/ghc-8.6/doc/cheatsheet/haddocks.svg>>
-license: BSD3
+license: BSD2
license-file: LICENSE
author: Simon Marlow, David Waern
maintainer: Alec Theriault <alec.theriault@gmail.com>, Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>