From f228c99fd04d539b1aa0c84504b1d6e3f87aa2fe Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 12 Feb 2022 21:29:07 +0100 Subject: 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? --- stack.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stack.yaml') 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. -- cgit v1.2.3