commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
529 stars 805 forks source link

text 1.0 (gah!) #153

Closed snoyberg closed 10 years ago

snoyberg commented 10 years ago

HaTeX-3.9.0.0 (Daniel Díaz dhelta.diaz@gmail.com) cannot use:

blaze-builder-0.3.3.0 (michael@snoyman.com @meiersi) cannot use:

blaze-html-0.6.1.1 (Alberto G. Corona agocorona@gmail.com @jaspervdj) cannot use:

blaze-markup-0.5.1.5 (Jasper Van der Jeugt @jaspervdj) cannot use:

bytes-0.13 (Edward Kmett ekmett@gmail.com @analytics) cannot use:

case-insensitive-1.1.0.1 (michael@snoyman.com @basvandijk) cannot use:

cassava-0.2.2.0 (FP Complete michael@fpcomplete.com @tibbe) cannot use:

diagrams-contrib-1.0.0.1 (Brent Yorgey byorgey@gmail.com @diagrams) cannot use:

diagrams-haddock-0.2.1.4 (Brent Yorgey byorgey@gmail.com) cannot use:

direct-sqlite-2.3.8 (Janne Hellsten jjhellst@gmail.com) cannot use:

esqueleto-1.3.4.2 (Felipe Lessa felipe.lessa@gmail.com @meteficha) cannot use:

fay-0.18.1.2 (Adam Bergmark adam@bergmark.nl @faylang) cannot use:

gravatar-0.5.2 (Patrick Brisbin @pbrisbin) cannot use:

heist-0.13.0.3 (Adam Bergmark adam@bergmark.nl @snapframework) cannot use:

hexpat-0.20.4 (Brent Yorgey byorgey@gmail.com @the-real-blackh) cannot use:

hjsmin-0.1.4.3 (Alan Zimmerman @alanz) cannot use:

http-types-0.8.2 (michael@snoyman.com @aristidb) cannot use:

lens-3.9.2 (Brent Yorgey byorgey@gmail.com @ekmett) cannot use:

monoid-subclasses-0.3.4 (Mario Blazevic blamario@yahoo.com @blamario) cannot use:

parsec-3.1.3 (michael@snoyman.com) cannot use:

parsers-0.10.1.1 (Edward Kmett ekmett@gmail.com @ekmett) cannot use:

path-pieces-0.1.3 (FP Complete michael@fpcomplete.com @yesodweb) cannot use:

persistent-template-1.2.0.4 (Felipe Lessa felipe.lessa@gmail.com) cannot use:

quickcheck-instances-0.3.3 (Mario Blazevic blamario@yahoo.com @aslatter) cannot use:

reducers-3.0.2.1 (Edward Kmett ekmett@gmail.com @ekmett) cannot use:

semigroups-0.11 (Edward Kmett ekmett@gmail.com @ekmett) cannot use:

shakespeare-i18n-1.0.0.4 (FP Complete michael@fpcomplete.com) cannot use:

shakespeare-text-1.0.0.9 (michael@snoyman.com) cannot use:

snap-0.13.1.1 (FP Complete michael@fpcomplete.com @snapframework) cannot use:

snap-core-0.9.5.0 (FP Complete michael@fpcomplete.com) cannot use:

snap-server-0.9.3.4 (FP Complete michael@fpcomplete.com) cannot use:

system-fileio-0.3.11 (michael@snoyman.com) cannot use:

system-filepath-0.4.8 (michael@snoyman.com) cannot use:

wai-extra-2.0.0 (michael@snoyman.com @yesodweb) cannot use:

wai-test-2.0.0 (michael@snoyman.com) cannot use:

wl-pprint-extras-3.4 (Edward Kmett ekmett@gmail.com @ekmett) cannot use:

wl-pprint-terminfo-3.6 (Edward Kmett ekmett@gmail.com @ekmett) cannot use:

xml-conduit-1.1.0.8 (michael@snoyman.com @snoyberg) cannot use:

xmlhtml-0.2.3 (Adam Bergmark adam@bergmark.nl @snapframework) cannot use:

xss-sanitize-0.3.4 (michael@snoyman.com @yesodweb) cannot use:

yesod-auth-fb-1.6 (Felipe Lessa felipe.lessa@gmail.com @meteficha) cannot use:

yesod-auth-oauth-1.2.0 (FP Complete michael@fpcomplete.com @yesodweb) cannot use:

yesod-core-1.2.6 (michael@snoyman.com @yesodweb) cannot use:

yesod-routes-1.2.0.1 (FP Complete michael@fpcomplete.com @yesodweb) cannot use:

the-real-blackh commented 10 years ago

fixed hexpat & uploaded to hackage 0.20.5

byorgey commented 10 years ago

For convenient reference, here's the changelog:

1.0.0.0

    * Added support for Unicode 6.3.0 to case conversion functions

    * New function toTitle converts words in a string to title case

    * New functions peekCStringLen and withCStringLen simplify
      interoperability with C functionns

    * Added support for decoding UTF-8 in stream-friendly fashion

    * Fixed a bug in mapAccumL

    * Added trusted Haskell support

    * Removed support for GHC 6.10 (released in 2008) and older
basvandijk commented 10 years ago

I released a fixed case-insensitive. Thanks for the heads up!

aristidb commented 10 years ago

http-types 0.8.3 should fix this. I just removed the upper bound for text. (I still like having upper bounds for most things, but I think it would break everything anyways if text made breaking changes, so the upper bound for that is probably pretty pointless.)

2013/12/5 Bas van Dijk notifications@github.com

I released http://hackage.haskell.org/package/case-insensitive-1.1.0.2a fixed case-insensitive. Thanks for the heads up!

— Reply to this email directly or view it on GitHubhttps://github.com/fpco/stackage/issues/153#issuecomment-29885498 .

pbrisbin commented 10 years ago

I've updated gravatar, but I keep getting a 403 Forbidden when attempting cabal upload -- still investigating...

aristidb commented 10 years ago

You may need to verify your account for Hackage 2 or something like that.

2013/12/8 patrick brisbin notifications@github.com

I've updated gravatar, but I keep getting a 403 Forbidden when attempting cabal upload -- still investigating...

— Reply to this email directly or view it on GitHubhttps://github.com/fpco/stackage/issues/153#issuecomment-30071296 .

pbrisbin commented 10 years ago

Thanks for the tip, that was totally it -- gravatar updated and uploaded on hackage. Thanks!

bergmark commented 10 years ago

Uploaded fay 0.18.1.3, surprised that there were no problems in the dependency chain :)

aslatter commented 10 years ago

I've uploaded quickcheck-instances-0.3.5 which has more permissive upper bounds for text.

aslatter commented 10 years ago

Also parsec-3.1.4 has been uploaded which has more permissive upper bounds for text.

byorgey commented 10 years ago

Uploaded diagrams-contrib-1.1 and diagrams-haddock-0.2.1.5.

tibbe commented 10 years ago

cassava fixed in HEAD.

bergmark commented 10 years ago

text-1.1.0.0 has also been released.

ekmett commented 10 years ago

Fixed the semigroups issue the 1.1 release caused.

bergmark commented 10 years ago

fay-0.19 allows text-1.1.0.0

byorgey commented 10 years ago

diagrams-haddock-0.2.1.6 and diagrams-contrib-1.1.0.1 allow text-1.1.0.0.