diff options
author | Austin Seipp <austin@well-typed.com> | 2014-10-20 20:05:27 -0500 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-12-12 06:44:14 +0000 |
commit | 9110762aff9464e5436bd9855853bb5cfe15fa87 (patch) | |
tree | ac4af22ff54e22335487c38afadbce24c43910fa | |
parent | 4f93def9cee7941d1bab97055913bdeeed8119b2 (diff) |
Add an .arcconfig file.
Signed-off-by: Austin Seipp <austin@well-typed.com>
-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" +} |