diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-01-13 02:16:54 +0000 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-13 02:39:25 -0600 |
commit | 764a6b85b686dee3d93e130bd650ee33a985aca2 (patch) | |
tree | 56f209bc1722fcd73054a04b243ae53a0fad04c9 /src/Haddock | |
parent | 2e3f0b8369a0fc4283f0909305f15af3a82086b7 (diff) |
Fixes #271
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'src/Haddock')
-rw-r--r-- | src/Haddock/Backends/Xhtml.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs index 1b6d7fe5..d61478a8 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -203,7 +203,7 @@ moduleInfo iface = entries :: [HtmlTable] entries = mapMaybe doOneEntry [ ("Copyright",hmi_copyright), - ("License",hmi_copyright), + ("License",hmi_license), ("Maintainer",hmi_maintainer), ("Stability",hmi_stability), ("Portability",hmi_portability), |