[commit: ghc] master: Use LICENSE instead of ../LICENSE in the compiler.cabal file (426af53)
git at git.haskell.org
git at git.haskell.org
Sat Nov 11 16:34:53 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/426af53a754aa7d991d130febdec9b4af4580364/ghc
>---------------------------------------------------------------
commit 426af53a754aa7d991d130febdec9b4af4580364
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Sat Nov 11 10:56:10 2017 -0500
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
>---------------------------------------------------------------
426af53a754aa7d991d130febdec9b4af4580364
compiler/ghc.cabal.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index dce96f4..3b99db1 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 at haskell.org
Homepage: http://www.haskell.org/ghc/
More information about the ghc-commits
mailing list