diff options
author | Austin Seipp <austin@well-typed.com> | 2014-06-05 07:31:39 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-06-05 07:48:58 -0500 |
commit | 3faf83e4884203f34ad10a725dd6d13d7f4ec1de (patch) | |
tree | 886e22f14ab810ab5fb0f6ae836723b6f1029a51 /.arcconfig | |
parent | 616f54bdc28ad699f903248a5fb18dc0e5b52a52 (diff) | |
download | haskell-3faf83e4884203f34ad10a725dd6d13d7f4ec1de.tar.gz |
Add .arcconfig file. Do not use yet.
Don't use this yet - it's an experiment, a disaster, whatever. Caveat
emptor. I'll probably delete everything. Do not taunt Happy Fun Ball -
you have been warned.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to '.arcconfig')
-rw-r--r-- | .arcconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000000..c8a74c3d1d --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "project.name" : "ghc", + "repository.callsign" : "GHC", + "phabricator.uri" : "https://phabricator.haskell.org", +} |