[commit: nofib] master: Add .arcconfig file to allow patches by phabricator (ce4b36b)

git at git.haskell.org git at git.haskell.org
Thu Jan 26 16:04:48 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ce4b36b56727f1bdfc318fc0f7f4c4b192781537/nofib

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

commit ce4b36b56727f1bdfc318fc0f7f4c4b192781537
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Thu Jan 26 11:02:31 2017 -0500

    Add .arcconfig file to allow patches by phabricator
    
    Reviewers: RyanGlScott, bgamari
    
    Reviewed By: RyanGlScott, bgamari
    
    Differential Revision: https://phabricator.haskell.org/D2945


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

ce4b36b56727f1bdfc318fc0f7f4c4b192781537
 .arcconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..d0aa0e7
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,5 @@
+{
+  "project.name"        : "nofib",
+  "repository.callsign" : "NOFIB",
+  "phabricator.uri"     : "https://phabricator.haskell.org"
+}



More information about the ghc-commits mailing list