Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade a bunch of packages #41

Merged
merged 1 commit into from
Sep 22, 2017
Merged

Conversation

basvandijk
Copy link

This PR moved ghcjs-boot closer to the latest LTS. The following packages are upgraded:

  • aeson-1.0.2.1
  • async-2.1.1
  • attoparsec-0.13.1.0
  • case-insensitive-1.2.0.8
  • deepseq-1.4.2.0
  • dlist-0.8.0.2
  • filepath-1.4.1.1
  • mtl-2.2.1
  • scientific-0.3.4.10
  • tagged-0.8.5
  • unordered-containers-0.2.7.2

I tested it by building a big GHCJS app at LumiGuide.

@basvandijk
Copy link
Author

Please hold with merging this. I discovered an issue when running our app.

ReferenceError: h$_js_decode_string is not defined

This is because aeson calls a C routine. I will think about a fix.

@spl
Copy link

spl commented Mar 24, 2017

Is haskell/aeson#471 related?

@basvandijk
Copy link
Author

I upgraded aeson to 1.1.1.0 which has a fix for the previous mentioned error.

@basvandijk
Copy link
Author

Hey Sean! Yes that was the issue.

@basvandijk
Copy link
Author

This should go together with: ghcjs/ghcjs#573.

aeson-1.1.1.0
async-2.1.1
attoparsec-0.13.1.0
case-insensitive-1.2.0.8
deepseq-1.4.2.0
dlist-0.8.0.2
filepath-1.4.1.1
mtl-2.2.1
scientific-0.3.4.10
tagged-0.8.5
unordered-containers-0.2.7.2

Add the uuid-types package because it's a new dependency of aeson.
@basvandijk
Copy link
Author

It would be great if this can be merged.

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.

None yet

3 participants