hedgehogqa / haskell-hedgehog

Release with confidence, state-of-the-art property testing for Haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with text-2.0

sjakobi opened this issue · comments

See https://hackage.haskell.org/package/text-2.0/changelog.

Could you upload a compatible version? Thanks! :)

I attempted to do this and we need wl-pprint-annotated and concurrent-output to be updated also.

Also: UTF-8 amazing! I never thought that would actually happen 🎉

@jacobstanley The two dependencies you mentioned have been updated and they now support text 2.0.

Can you please release this as a metadata revision or new version?

@gwils, done.

Changed the library component's library dependency on 'text' from

>=1.1 && <1.3

to

>=1.1 && <2.1

as per #449.

The new revision has been published. It will be available to users as soon as they update their package index (e.g. cabal update).