Skip to content

Commit 8122ece

Browse files
Update development packages
1 parent f148efc commit 8122ece

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220706/packages.dhall
3-
sha256:7a24ebdbacb2bfa27b2fc6ce3da96f048093d64e54369965a2a7b5d9892b6031
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall
3+
sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f
44

55
in upstream

shell.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let
22
pkgs = import (builtins.fetchTarball {
3-
url = "https://github.com/NixOS/nixpkgs/archive/21.11.tar.gz";
4-
}) {};
3+
url = "https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz";
4+
}) { };
55

66
# To update to a newer version of easy-purescript-nix, run:
77
# nix-prefetch-git https://github.com/justinwoo/easy-purescript-nix
@@ -17,7 +17,7 @@ let
1717
in pkgs.stdenv.mkDerivation {
1818
name = "halogen-store";
1919
buildInputs = with pursPkgs; [
20-
pursPkgs.purs
20+
pursPkgs.purs-0_15_4
2121
pursPkgs.spago
2222
pursPkgs.psa
2323
pursPkgs.purs-tidy

0 commit comments

Comments
 (0)