Skip to content

Conversation

matthewleon
Copy link
Contributor

bumped deps
use Effect instead of Eff

@matthewleon matthewleon force-pushed the 0.12 branch 2 times, most recently from bc2eab4 to a606d87 Compare May 3, 2018 00:15
bumped deps
use Effect instead of Eff
fix travis
@matthewleon
Copy link
Contributor Author

Giving up on getting travis to like this. It can't find purs.

@hdgarrood
Copy link
Member

Thanks for looking at this. I think it might be best to wait until a proper 0.12 release has been published and we don't need to rely on branches for upstream libraries.

Incidentally if you use pulp 12.2.0, you won't need to use the --check-main-type flag any more :)

test/Main.purs Outdated

type Test = forall e. Eff (assert :: ASSERT, buffer :: BUFFER, console :: CONSOLE | e) Unit
type Test = Effect Unit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind getting rid of this type synonym entirely? I think Effect Unit is concise enough that it doesn't really need aliasing any more.

@kritzcreek
Copy link
Contributor

Thanks for the PR, I've fixed a typo in a8746c6 and fixed some deprecation warnings around the Buffer constructor I was getting while running the tests in c08c5f9

@kritzcreek kritzcreek changed the base branch from master to compiler/0.12 May 14, 2018 09:03
@kritzcreek kritzcreek merged commit b11d574 into purescript-node:compiler/0.12 May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants