summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorstuebinm2022-02-12 21:29:07 +0100
committerstuebinm2022-03-19 19:26:32 +0100
commit7c9614d0397b9b58dc29775ac3c8057bff9c876b (patch)
tree6e12629e18469983063e51319e4850ba0be034e9 /stack.yaml
parent4017daeae6e22067f687e7e0edb072e5f7808627 (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 '')
-rw-r--r--stack.yaml3
-rw-r--r--stack.yaml.lock3
2 files changed, 2 insertions, 4 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.
diff --git a/stack.yaml.lock b/stack.yaml.lock
index 93443e4..9f568e8 100644
--- a/stack.yaml.lock
+++ b/stack.yaml.lock
@@ -86,5 +86,4 @@ snapshots:
size: 586286
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/16.yaml
sha256: cdead65fca0323144b346c94286186f4969bf85594d649c49c7557295675d8a5
- original:
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/16.yaml
+ original: lts-18.16