Refactor:
authorCameron Ball <cameron@moodle.com>
Thu, 25 Jul 2019 06:19:58 +0000 (14:19 +0800)
committerCameron Ball <cameron@moodle.com>
Thu, 25 Jul 2019 06:28:02 +0000 (14:28 +0800)
commit5d5c9a6617396b9a19bad40d925b13e33f143f1a
tree475f4684c2a900e1d44d5baecb862c51144eed75
parent320e5e85f6c0aeeeda2ea3de2ed8a8ceef62f4b1
Refactor:

- Use aeson for JSON stuff
- Create a config module with a notion of local, global, and project configs
- Start working git in to the command flow more
app/Main.hs
package.yaml
src/Config.hs [new file with mode: 0644]
src/Lib.hs
src/Prompts.hs