attoparsec icon indicating copy to clipboard operation
attoparsec copied to clipboard

bump ghc-prim upper bound to <0.10

Open mitchellwrosen opened this issue 3 years ago • 2 comments

This builds with

cabal build -w ghc-9.4.1 --allow-newer=scientific:base,scientific:template-haskell,integer-logarithms:base,integer-logarithms:ghc-prim,hashable:base,hashable:ghc-bignum,integer-logarithms:ghc-bignum

TypeOperators was added to silence -Wtype-equality-requires-operators

mitchellwrosen avatar Aug 10 '22 03:08 mitchellwrosen

As a Hackage trustee I made a matching revision: https://hackage.haskell.org/package/attoparsec-0.14.4/revisions/

Bodigrim avatar Aug 10 '22 22:08 Bodigrim

Ok, thanks. ... unfortunately now the source repository is now out of sync with what's on Hackage :sweat_smile:

I'll leave this open and the maintainer, whoever they are, can choose to merge, or not, and separately decide if they want to also add an x-revision field to the cabal file to match what's on Hackage.

mitchellwrosen avatar Aug 11 '22 21:08 mitchellwrosen

Can be closed. Superseded by:

  • #215

andreasabel avatar Feb 18 '23 17:02 andreasabel