diff options
| author | Fuwn <[email protected]> | 2021-07-19 10:06:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-19 10:06:45 +0000 |
| commit | cd3647db7f365fd040f7e8248681bbc5f01030b8 (patch) | |
| tree | ac4451382aa7db8bd9c700daa5a0c6ee1774926b /stack.yaml | |
| download | haskell-stack-template-cd3647db7f365fd040f7e8248681bbc5f01030b8.tar.xz haskell-stack-template-cd3647db7f365fd040f7e8248681bbc5f01030b8.zip | |
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 |