initial commit

This commit is contained in:
Emily Martins 2022-01-13 00:06:37 +01:00
commit ea96690e6a
12 changed files with 1790 additions and 0 deletions

7
.hlint.yaml Normal file
View file

@ -0,0 +1,7 @@
# Ignored Rules
- ignore: {name: "Unused LANGUAGE pragma"}
- ignore: {name: "Use <$>"}
# Extra warnings
- warn: {name: Use explicit module import list}
- warn: {name: Use module export list}