summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorstuebinm2022-02-12 21:29:07 +0100
committerstuebinm2022-02-12 21:30:53 +0100
commitf228c99fd04d539b1aa0c84504b1d6e3f87aa2fe (patch)
tree2247c7bd82a2e16f5208d15ed0a4c719221387ec /stack.yaml
parent6f604d3b0f63d7ceafc95e3a2726c79bb30d51d5 (diff)
add haskell.nix build system
it's an annoying blockchain company, but apparently that thing is the only usable option to build stack things with nix without having to redefine all the (outdated) haskell packages in nixpkgs?
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml
index 428eea3..fb24c06 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,5 +1,4 @@
-resolver:
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/16.yaml
+resolver: lts-18.16
# User packages to be built.
# Various formats can be used as shown in the example below.