[commit: ghc] master: Fix .arcconfig (6ad11c4)

git at git.haskell.org git at git.haskell.org
Thu Jun 5 14:13:46 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6ad11c467d82cb79b242463a6c34205b97a771c2/ghc

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

commit 6ad11c467d82cb79b242463a6c34205b97a771c2
Author: Austin Seipp <austin at well-typed.com>
Date:   Thu Jun 5 09:13:30 2014 -0500

    Fix .arcconfig
    
    See, what did I tell you? Broken!
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

6ad11c467d82cb79b242463a6c34205b97a771c2
 .arcconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.arcconfig b/.arcconfig
index c8a74c3..b9c3932 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,5 @@
 {
   "project.name"        : "ghc",
   "repository.callsign" : "GHC",
-  "phabricator.uri"     : "https://phabricator.haskell.org",
+  "phabricator.uri"     : "https://phabricator.haskell.org"
 }



More information about the ghc-commits mailing list