summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2017-11-11 10:56:10 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-11 11:34:34 -0500
commit426af53a754aa7d991d130febdec9b4af4580364 (patch)
treeee551437c96b043fb23ee1f09901a62497157067
parentba2ae2c8729d5aef2aeb7fb32d6c0ea2a465ea25 (diff)
downloadhaskell-426af53a754aa7d991d130febdec9b4af4580364.tar.gz
Use LICENSE instead of ../LICENSE in the compiler.cabal file
Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4175
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index dce96f459b..3b99db10b0 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -4,7 +4,7 @@
Name: ghc
Version: @ProjectVersionMunged@
License: BSD3
-License-File: ../LICENSE
+License-File: LICENSE
Author: The GHC Team
Maintainer: glasgow-haskell-users@haskell.org
Homepage: http://www.haskell.org/ghc/