diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-12-03 01:05:54 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-12-03 01:05:54 -0700 |
commit | 1fdb567d8fcd6a46f8c38791249a416e4c198599 (patch) | |
tree | ffc1da5302eedfa8335ec40b61b63132df69d919 | |
parent | 11fca081b1241e1915f357fa40baa3e97aceb823 (diff) | |
download | terralloc-1fdb567d8fcd6a46f8c38791249a416e4c198599.tar.gz terralloc-1fdb567d8fcd6a46f8c38791249a416e4c198599.tar.bz2 terralloc-1fdb567d8fcd6a46f8c38791249a416e4c198599.zip |
add stack files
-rw-r--r-- | package.yaml | 29 | ||||
-rw-r--r-- | stack.yaml | 7 |
2 files changed, 36 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml new file mode 100644 index 0000000..7aab7c5 --- /dev/null +++ b/package.yaml @@ -0,0 +1,29 @@ +name: terralloc +version: 0.1 +executables: + terralloc: + main: Final.hs + source-dirs: . + +ghc-options: + - -XFlexibleInstances + - -XMultiParamTypeClasses + +dependencies: + - base + - OpenGL + - bytestring + - array + - sdl2 + - random + - OpenGLRaw + - AC-Angle + - deepseq + - containers + - sdl2-image + - cpu + - template-haskell + - filepath + - StateVar + - split + diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..2c38328 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,7 @@ +resolver: lts-18.19 + +packages: + - . + +extra-deps: + - sdl2-image-2.1.0.0@sha256:777291e9edb09a49628b9b776ebd8e8b25527e46538cec9b2d397638db2a94b7,2098 |