Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Sep 3, 2022
1 parent 275fe37 commit f148efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
36 changes: 2 additions & 34 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220502/packages.dhall
sha256:38d347aeba9fe6359c208abe87a5cecf1ffb14294f11ad19664ae35c59b6e29a
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220706/packages.dhall
sha256:7a24ebdbacb2bfa27b2fc6ce3da96f048093d64e54369965a2a7b5d9892b6031

in upstream
with
halogen-hooks =
{ repo = "https://github.com/thomashoneyman/purescript-halogen-hooks"
, version = "v0.6.0"
, dependencies =
[ "aff"
, "arrays"
, "bifunctors"
, "effect"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "free"
, "freeap"
, "halogen"
, "halogen-subscriptions"
, "maybe"
, "newtype"
, "ordered-collections"
, "parallel"
, "partial"
, "prelude"
, "refs"
, "tailrec"
, "transformers"
, "tuples"
, "unsafe-coerce"
, "unsafe-reference"
, "web-dom"
, "web-html"
]
}
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let
pursPkgs = import (pkgs.fetchFromGitHub {
owner = "justinwoo";
repo = "easy-purescript-nix";
rev = "0ad5775c1e80cdd952527db2da969982e39ff592";
sha256 = "0x53ads5v8zqsk4r1mfpzf5913byifdpv5shnvxpgw634ifyj1kg";
rev = "5926981701ac781f08b02e31e4705e46b799299d";
sha256 = "03g9xq451dmrkq8kiz989wnl8k0lmj60ajflz44bhp7cm08hf3bw";
}) { inherit pkgs; };

in pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit f148efc

Please sign in to comment.