Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
/.spago/
/.pulp-cache/
/output/
/output-pulp
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.vscode/
/.log/
/.history
/.history
22 changes: 2 additions & 20 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220523/packages.dhall
sha256:985f90fa68fd8b43b14c777d6ec2c161c4dd9009563b6f51685a54e4a26bf8ff
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220527/packages.dhall
sha256:15dd8041480502850e4043ea2977ed22d6ab3fc24d565211acde6f8c5152a799

in upstream
with react-testing-library =
Expand Down Expand Up @@ -29,21 +29,3 @@ in upstream
"https://github.com/i-am-the-slime/purescript-react-testing-library"
, version = "v4.0.1"
}
with react-basic-dom =
{ dependencies =
[ "effect"
, "foldable-traversable"
, "foreign-object"
, "maybe"
, "nullable"
, "prelude"
, "react-basic"
, "unsafe-coerce"
, "web-dom"
, "web-events"
, "web-file"
, "web-html"
]
, repo = "https://github.com/Zelenya7/purescript-react-basic-dom"
, version = "purescript-0.15-spago"
}