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

Conversation

ScottSedgwick
Copy link

Hi,

I pulled HPDF into a new project I was working on and it threw a compile error, because it is a bit behind the latest compiler version. (The error was in line 255 of Graphics/PDF/Draw.hs)

So I brought my fork up to date with your repo, updated to the most recent stack version, and fixed all the errors and warnings. This is the result.

Thanks for all your work on this, I use this library quite a bit.

Regards,

Scott.

ScottSedgwick and others added 2 commits February 5, 2019 09:11
Bring fork up to date with library
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
@nomeata
Copy link

nomeata commented Feb 25, 2019

Great work, thanks! Have you considered taking over this package officially?

nomeata added a commit to nomeata/HPDF that referenced this pull request Mar 6, 2019
this is based on 1.4.10, to allow upgrading without using depending
code.

alpheccar#23 contains more comprehensive
upgrades to the latest, never released version of HPDF on github.
@bgohla
Copy link

bgohla commented Sep 17, 2019

i see there are a lot of PRs piled up, solving some of the same problems. are they ever getting merged? do you have write access @nomeata ?

@nomeata
Copy link

nomeata commented Sep 17, 2019

do you have write access @nomeata ?

I don’t have … and don't want to, ideally :-)

@bgohla
Copy link

bgohla commented Sep 18, 2019

do you have write access @nomeata ?

I don’t have … and don't want to, ideally :-)

sorry, got myself a bit confused.

@hsyl20
Copy link

hsyl20 commented Jun 11, 2020

Fixed in 1.5.0

@nomeata
Copy link

nomeata commented Nov 7, 2020

Should this be closed then, @ScottSedgwick?

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

4 participants