From c58ecfadbe68486e9eab925c9c44d667316b2d14 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 14 Feb 2017 17:05:04 -0500 Subject: [PATCH] Add arcconfig --- .arcconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .arcconfig diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 00000000..49c6521f --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "project.name" : "array", + "repository.callsign" : "ARRAY", + "phabricator.uri" : "https://phabricator.haskell.org" +} -- GitLab