Skip to content

Commit 995b0db

Browse files
committed
Update deps
1 parent 2d4ec04 commit 995b0db

File tree

5 files changed

+1946
-58
lines changed

5 files changed

+1946
-58
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ html/index.js
1414
.spago
1515
.cache
1616
dist
17+
/.psc-ide-port
18+
/.parcel-cache

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"start": "parcel index.html"
1515
},
1616
"devDependencies": {
17-
"parcel-bundler": "^1.12.5",
18-
"purs-tidy": "^0.9.2",
19-
"rimraf": "^3.0.2"
17+
"parcel": "^2.12.0"
2018
}
2119
}

packages.dhall

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -99,33 +99,31 @@ in upstream
9999
-------------------------------
100100
-}
101101
let upstream =
102-
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220725/packages.dhall
103-
sha256:e56fbdf33a5afd2a610c81f8b940b413a638931edb41532164e641bb2a9ec29c
104-
105-
in upstream
106-
with concur-core =
107-
{ dependencies =
108-
[ "arrays"
109-
, "control"
110-
, "effect"
111-
, "either"
112-
, "foldable-traversable"
113-
, "free"
114-
, "identity"
115-
, "lazy"
116-
, "maybe"
117-
, "newtype"
118-
, "prelude"
119-
, "profunctor-lenses"
120-
, "refs"
121-
, "tailrec"
122-
, "transformers"
123-
, "tuples"
124-
, "unsafe-reference"
125-
]
126-
, repo = "https://github.com/purescript-concur/purescript-concur-core"
127-
, version = "main"
128-
}
129-
130-
with concur-vdom = ./spago.dhall as Location
102+
https://github.com/purescript/package-sets/releases/download/psc-0.15.15-20240502/packages.dhall
103+
sha256:67f83354e471e951fabeb8be71458f322aaecbd499bc9b4dfdb03e9f9ca6477e
131104

105+
in upstream
106+
with concur-core =
107+
{ dependencies =
108+
[ "arrays"
109+
, "control"
110+
, "effect"
111+
, "either"
112+
, "foldable-traversable"
113+
, "free"
114+
, "identity"
115+
, "lazy"
116+
, "maybe"
117+
, "newtype"
118+
, "prelude"
119+
, "profunctor-lenses"
120+
, "refs"
121+
, "tailrec"
122+
, "transformers"
123+
, "tuples"
124+
, "unsafe-reference"
125+
]
126+
, repo = "https://github.com/purescript-concur/purescript-concur-core"
127+
, version = "main"
128+
}
129+
with concur-vdom = ./spago.dhall as Location

0 commit comments

Comments
 (0)