diff options
author | stuebinm | 2022-02-12 21:29:07 +0100 |
---|---|---|
committer | stuebinm | 2022-02-12 21:30:53 +0100 |
commit | f228c99fd04d539b1aa0c84504b1d6e3f87aa2fe (patch) | |
tree | 2247c7bd82a2e16f5208d15ed0a4c719221387ec /stack.yaml.lock | |
parent | 6f604d3b0f63d7ceafc95e3a2726c79bb30d51d5 (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.lock')
-rw-r--r-- | stack.yaml.lock | 3 |
1 files changed, 1 insertions, 2 deletions
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 |