haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

bump ghc-prim upper bound to <0.10 #213

Closed mitchellwrosen closed 1 year ago

mitchellwrosen commented 2 years ago

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

Bodigrim commented 2 years ago

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

mitchellwrosen commented 2 years ago

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.

andreasabel commented 1 year ago

Can be closed. Superseded by: