[commit: ghc] wip/angerman/llvmng: Use LICENSE instead of ../LICENSE in the compiler.cabal file (043bfaf)

git at git.haskell.org git at git.haskell.org
Sat Nov 11 08:35:06 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/llvmng
Link       : http://ghc.haskell.org/trac/ghc/changeset/043bfafb2b6919238e0ef1fa00e902a2f65b06bc/ghc

>---------------------------------------------------------------

commit 043bfafb2b6919238e0ef1fa00e902a2f65b06bc
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Tue Nov 7 11:59:55 2017 +0800

    Use LICENSE instead of ../LICENSE in the compiler.cabal file
    
    Summary: The `compiler` directory contains a `LICENSE` file, which is identical to the one in `../LICENSE`. As such we can just use the LICENSE file that accompanies the `compiler` instead of tyring to fish it out from somewhere higher up in the source tree.  This also makes the compiler package more self contained.
    
    Reviewers: bgamari
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D4175


>---------------------------------------------------------------

043bfafb2b6919238e0ef1fa00e902a2f65b06bc
 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