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

Update HPDF library to latest compiler #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update HPDF library to latest compiler #23

wants to merge 2 commits into from

Commits on Feb 4, 2019

  1. Merge pull request #1 from alpheccar/master

    Bring fork up to date with library
    ScottSedgwick authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    dd4a277 View commit details
    Browse the repository at this point in the history
  2. Updated HPDF library to latest compiler

    Updated stack.yaml resolver to lts-13.6
    Fixed Readme file name error in cabal file
    Fixed an error in Graphics.PDF.Draw where returned elements of a list were assumed to have a head, and this was not guaranteed
    Removed redundant imports
    Added top-level type signatures where they did not exist
    Added explicit ignores of parser elements that were skipped
    Tidied syntax of some simple parsers
    Fixed places where type inference caused warnings
    Fixed orphaned instances (by moving the data type declaration)
    Fixed places where names shadowed existing instances
    ScottSedgwick committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    a9ac8c3 View commit details
    Browse the repository at this point in the history