diff options
author | Austin Seipp <austin@well-typed.com> | 2014-10-20 20:05:27 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-10-20 20:05:27 -0500 |
commit | c72175b89bfe2759b7f8d5519fda25ed8bfd27a5 (patch) | |
tree | 8f3fdcc0ce83d22299d063df68aaa7165459bb10 /.arcconfig | |
parent | 2f639ffe09dd24d8648363b567de2d7caa39db99 (diff) |
Add an .arcconfig file.
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 00000000..0693c58f --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "project.name" : "haddock", + "repository.callsign" : "HADDOCK", + "phabricator.uri" : "https://phabricator.haskell.org" +} |