purescript/trypurescript

Deploy latest version?

JordanMartinez opened this issue · 1 comments

While this project was updated to use v0.14.2, it doesn't look like the new version was deployed. So, one still can't write:

data Foo = Foo

instance Show Foo where
  show _ = "foo"