Skip to content

Commit

Permalink
Purs 0.15.10, latest package set
Browse files Browse the repository at this point in the history
  • Loading branch information
newlandsvalley committed Aug 8, 2023
1 parent f5d8db3 commit 15ef4e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"example": "spago -x ./example.dhall bundle-app --main Example.Main --to example/dist/abc-editor.js"
},
"devDependencies": {
"spago": "^0.20.9",
"purescript": "^0.15.4",
"purescript-psa": "^0.5.1"
"purescript": "^0.15.10",
"purescript-psa": "^0.5.1",
"spago": "^0.21.0"
},
"dependencies": {
"esbuild": "^0.18.20"
}
}
10 changes: 5 additions & 5 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ in upstream
-------------------------------
-}
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20221012/packages.dhall
sha256:31c6db01ae45b911bf529c3ab731b02d114d14115938009b0c72a231589bfffd
https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20230808/packages.dhall
sha256:1f2f8be27ed474d333848bfae9db43790202e3b4da8d73584b1029260677d7e1

in upstream
with abc-melody =
Expand All @@ -129,7 +129,7 @@ in upstream
, "tuples"
]
, repo = "https://github.com/newlandsvalley/purescript-abc-melody.git"
, version = "v0.3.0"
, version = "v0.3.1"
}
with abc-scores =
{ dependencies =
Expand All @@ -154,7 +154,7 @@ in upstream
, "unfoldable"
]
, repo = "https://github.com/newlandsvalley/purescript-abc-scores.git"
, version = "v0.6.3"
, version = "v0.6.4"
}
with rhythm-guitar =
{ dependencies =
Expand All @@ -178,7 +178,7 @@ in upstream
, "tuples"
]
, repo = "https://github.com/newlandsvalley/RhythmGuitar.git"
, version = "v0.2.0"
, version = "v0.2.1"
}
with halogen-components =
{ dependencies =
Expand Down

0 comments on commit 15ef4e8

Please sign in to comment.