This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jhbertra
force-pushed
the
jhbertra/fix-build-purs-package
branch
2 times, most recently
from
January 11, 2022 19:45
4483279
to
88d3ec7
Compare
jhbertra
changed the title
Use instead of src when building purs in nix
Use $src instead of src when building purs in nix
Jan 11, 2022
How does this suddenly generate this many errors? Do you need help fixing them? |
@sjoerdvisscher it's complicated, but I fixed it in |
@jhbertra Ok, if this need a lot of boring manual labor let me know. |
jhbertra
force-pushed
the
jhbertra/fix-build-purs-package
branch
from
January 12, 2022 19:30
88d3ec7
to
c797581
Compare
jhbertra
changed the title
Use $src instead of src when building purs in nix
PureScript Updates
Jan 12, 2022
koslambrou
approved these changes
Jan 12, 2022
sjoerdvisscher
approved these changes
Jan 13, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I had no idea we generated such a large amount of code!
jhbertra
force-pushed
the
jhbertra/fix-build-purs-package
branch
from
January 24, 2022 15:12
c797581
to
d51db0a
Compare
jhbertra
force-pushed
the
jhbertra/fix-build-purs-package
branch
from
January 24, 2022 15:13
d51db0a
to
ccbd931
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original:
This was an error made when writing the command for buildPursPackage. It should be reading from
$src/**/*.purs
, notsrc/**/*.purs
, as this gets set when calling this function.Now:
I've taken the liberty of updating several things regarding the PureScript:
buildPursPackage
purs
inoutput
.