Skip to content

Commit

Permalink
Update lts
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jul 2, 2021
1 parent 74a6ea0 commit 18076ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
with import (fetchTarball
"https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz") { };
stdenv.mkDerivation {
name = "xmonad";
buildInputs = [
ghc
zlib
];
}
5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
resolver: lts-14.7
resolver: lts-18.0

packages:
- '.'

nix:
shell-file: shell.nix
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 523700
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/7.yaml
sha256: 8e3f3c894be74d71fa4bf085e0a8baae7e4d7622d07ea31a52736b80f8b9bb1a
original: lts-14.7
size: 585393
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
sha256: c632012da648385b9fa3c29f4e0afd56ead299f1c5528ee789058be410e883c0
original: lts-18.0

0 comments on commit 18076ba

Please sign in to comment.