diff options
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..d77ec6c --- /dev/null +++ b/stack.yaml @@ -0,0 +1,6 @@ +# Use LTS of Stackage for GHC 8.4.4 +# https://www.stackage.org/lts-16.26 +resolver: lts-16.26 +# Local packages +packages: + - ./template |