[commit: ghc] wip/nfs-locking: Rename to Hadrian. (cf2b1da)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:26:49 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/cf2b1da44222a8abc3f1d8cbc66c800631348114/ghc

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

commit cf2b1da44222a8abc3f1d8cbc66c800631348114
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Apr 27 00:34:46 2016 +0100

    Rename to Hadrian.
    
    [skip ci]


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

cf2b1da44222a8abc3f1d8cbc66c800631348114
 shaking-up-ghc.cabal => hadrian.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shaking-up-ghc.cabal b/hadrian.cabal
similarity index 97%
rename from shaking-up-ghc.cabal
rename to hadrian.cabal
index a5e6d22..a2df30a 100644
--- a/shaking-up-ghc.cabal
+++ b/hadrian.cabal
@@ -1,18 +1,18 @@
-name:                shaking-up-ghc
+name:                hadrian
 version:             0.1.0.0
 synopsis:            GHC build system
 license:             BSD3
 license-file:        LICENSE
 author:              Andrey Mokhov <andrey.mokhov at gmail.com>, github: @snowleopard
 maintainer:          Andrey Mokhov <andrey.mokhov at gmail.com>, github: @snowleopard
-copyright:           Andrey Mokhov 2014-2015
+copyright:           Andrey Mokhov 2014-2016
 category:            Development
 build-type:          Simple
 cabal-version:       >=1.10
 
 source-repository head
     type:     git
-    location: https://github.com/snowleopard/shaking-up-ghc
+    location: https://github.com/snowleopard/hadrian
 
 executable ghc-shake
     main-is:             Main.hs



More information about the ghc-commits mailing list