Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Dec 15, 2021
1 parent 02330f4 commit 29e8d01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
20 changes: 10 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"output"
],
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-record": "^2.0.1",
"purescript-functions": "^4.0.0",
"purescript-node-http": "^5.0.2",
"purescript-aff-promise": "^2.1.0",
"purescript-node-buffer": "^6.0.0",
"purescript-node-fs-aff": "^6.0.0"
"purescript-prelude": "^5.0.1",
"purescript-record": "^3.0.0",
"purescript-functions": "^5.0.0",
"purescript-node-http": "^6.0.0",
"purescript-aff-promise": "^3.0.0",
"purescript-node-buffer": "^7.0.1",
"purescript-node-fs-aff": "^7.0.0"
},
"devDependencies": {
"purescript-milkis": "^7.2.1",
"purescript-test-unit": "^15.0.0",
"purescript-node-process": "^7.0.0"
"purescript-milkis": "^8.0.0",
"purescript-test-unit": "^16.0.0",
"purescript-node-process": "^8.2.0"
}
}
13 changes: 6 additions & 7 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:
let
easy-ps = import (
pkgs.fetchFromGitHub {
easy-ps = import
(pkgs.fetchFromGitHub {
owner = "justinwoo";
repo = "easy-purescript-nix";
rev = "0ba91d9aa9f7421f6bfe4895677159a8a999bf20";
sha256 = "1baq7mmd3vjas87f0gzlq83n2l1h3dlqajjqr7fgaazpa9xgzs7q";
}
) {
rev = "5716cd791c999b3246b4fe173276b42c50afdd8d";
sha256 = "1r9lx4xhr42znmwb2x2pzah920klbjbjcivp2f0pnka7djvd2adq";
}) {
inherit pkgs;
};
in
Expand Down

0 comments on commit 29e8d01

Please sign in to comment.