diff options
Diffstat (limited to '')
-rw-r--r-- | stack.yaml | 10 | ||||
-rw-r--r-- | stack.yaml.lock | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..6658c36 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,10 @@ +--- +resolver: lts-18.18 +nix: + enable: true + packages: + - pkg-config + - xorg.libXScrnSaver + - xorg.libXext + - xorg.libXft + - xorg.libXrandr diff --git a/stack.yaml.lock b/stack.yaml.lock new file mode 100644 index 0000000..a9834e3 --- /dev/null +++ b/stack.yaml.lock @@ -0,0 +1,12 @@ +# This file was autogenerated by Stack. +# You should not edit this file by hand. +# For more information, please see the documentation at: +# https://docs.haskellstack.org/en/stable/lock_files + +packages: [] +snapshots: +- completed: + size: 586296 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml + sha256: 63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2 + original: lts-18.18 |