diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-11 10:56:10 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-11 11:34:34 -0500 |
commit | 426af53a754aa7d991d130febdec9b4af4580364 (patch) | |
tree | ee551437c96b043fb23ee1f09901a62497157067 /compiler/ghc.cabal.in | |
parent | ba2ae2c8729d5aef2aeb7fb32d6c0ea2a465ea25 (diff) | |
download | haskell-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
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
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/ |