commercialhaskell / stackage

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

GHC 7.10 #378

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago

Tested with RC1. I'm going to put in some hacks to allow testing the builds even with the restrictive upper bounds, but here are the bounds issues right now (pinging @hvr who asked for this information):

Loading settings for: Nightly Writing build plan to: nightly-2014-12-24.yaml Checking build plan stackage: Cabal-1.22.0.0 depended on by:

base-4.8.0.0 depended on by:

bytestring-0.10.6.0 depended on by:

deepseq-1.4.0.0 depended on by:

ghc-7.10.0.20141222 depended on by:

template-haskell-2.10.0.0 depended on by:

time-1.5.0.1 depended on by:

transformers-0.4.2.0 depended on by:

Twinside commented 9 years ago

Rasterific 0.4.1 now builds cleanly with GHC 7.10, JuicyPixels & FontyFruity are also warning free.

maoe commented 9 years ago

lifted-async >= 0.5 should be able to compile with base-4.8.

conal commented 9 years ago

vector-space-0.9 builds

Daniel-Diaz commented 9 years ago

Package matrix now allows newer versions of deepseq.

hesselink commented 9 years ago

Thanks to Sterling Clover, HStringTemplate is fixed in 0.8, which allowed me to test and update rest-core, rest-gen and rest-stringmap. Those are fixed, although they won't build yet until hslogger is fixed, I had to temporarily remove that code.

ndmitchell commented 9 years ago

Shake and Derive both sorted and new versions uploaded.

sol commented 9 years ago

doctest-0.9.12 works with GHC 7.10. However, there are still test failures due to a required GHC 7.10 fix for QuickCheck that is not on Hackage yet (see nick8325/quickcheck#42, cc @nick8325).

bergmark commented 9 years ago

https://github.com/glaebhoerl/type-eq/issues/4 and sent an e-mail to the testing-feat maintainer. utf8-string builds for me on 7.10.

lpsmith commented 9 years ago

I can quickly and easily release bytestring-builder-0.10.6.0.0 once bytestring-0.10.6.0 itself is released. But I can't really do that until then. (but bytestring-builder is really only relevant for GHC 7.6 and earlier anyway...)

glguy commented 9 years ago

I've updated the base upper bound of utf8-string on hackage, so it should be available now for 7.10 builds. (I'd still encourage anyone using it to use Data.Text instead, but that's a different story) For whatever reason the bounds on hackage aren't the same as what are in my repository, so I didn't know anything was amiss.

giogadi commented 9 years ago

My package depends on pqueue, which is currently not building under 7.10. What can I do about this?

Edit: I've locally gotten pqueue as well as my package (kdt) to build on 7.10. However, it doesn't look like there's an up-to-date repo for pqueue that I can contribute my fixes to.

snoyberg commented 9 years ago

Best bet is to try to convince the author of pqueue to update the package.

On Fri, Feb 6, 2015, 1:46 AM Luis G. Torres notifications@github.com wrote:

My package depends on pqueue, which is currently not building under 7.10. What can I do about this?

— Reply to this email directly or view it on GitHub https://github.com/fpco/stackage/issues/378#issuecomment-73154755.

bergmark commented 9 years ago

type-eq-0.5 and fay-0.23.0.0

snoyberg commented 9 years ago

Update on upper bounds:

Cabal-1.23.0.0 depended on by:

base-4.8.0.0 depended on by:

bytestring-0.10.6.0 depended on by:

deepseq-1.4.0.0 depended on by:

ghc-7.11.20150211 depended on by:

integer-gmp-1.0.0.0 depended on by:

lens-4.6.0.1 depended on by:

template-haskell-2.10.0.0 depended on by:

time-1.5.0.1 depended on by:

transformers-0.4.2.0 depended on by:

glguy commented 9 years ago

lens-4.6 is still not supported on GHC 7.10 but it seems to have slipped back into the latest list

snoyberg commented 9 years ago

Ugh. Forget that last comment, it's just going to annoy people I guess. I really wish #389 would get fixed.

glguy commented 9 years ago

transformers-compat-0.3.3.3 (==0.3.*). Stackage upper bounds. @ekmett

This should be updated at a minimum to transformers-compat-0.3.3.4 which is the version specific to transformers-0.4. The current version 0.3.3.3 is specific to transformers-0.3

Ideally it would be updated to transformers-compat-0.4.0.4 which features more mtl compatibility

Similarly the version of mtl should be updated to match transformers-0.4

glguy commented 9 years ago

utf8-string-1 is the version with a base <4.9 constraint

snoyberg commented 9 years ago

This should be better:

Cabal-1.22.1.0 depended on by:

base-4.8.0.0 depended on by:

bytestring-0.10.6.0 depended on by:

deepseq-1.4.0.0 depended on by:

ghc-7.10.0.20150123 depended on by:

integer-gmp-1.0.0.0 depended on by:

mtl-2.2.1 depended on by:

template-haskell-2.10.0.0 depended on by:

time-1.5.0.1 depended on by:

transformers-0.4.2.0 depended on by:

transformers-compat-0.4.0.4 depended on by:

mightybyte commented 9 years ago

Fixed heist and snap with new revision

snoyberg commented 9 years ago

A month later, and GHC 7.10 is almost out. Here's an update on build dependencies:

Cabal-1.22.1.2 depended on by:
- codex-0.2.1.4 (>=1.18 && < 1.21). Alois Cochard alois.cochard@gmail.com @aloiscochard. @aloiscochard
- fay-builder-0.2.0.3 (>=1.4 && < 1.21). Silk <code@silk.co>. @bergmark @hesselink
- haskell-packages-0.2.4.4 (>=1.14 && < =1.20.0.2). Roman Cheplyaka <roma@ro-che.info>. @haskell-suite

base-4.8.0.0 depended on by:
- FenwickTree-0.1.2 (>=4.0 && < 4.8). Michal J. Gajda. @mgajda
- accelerate-0.15.0.0 (==4.7.*). Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>. @AccelerateHS
- alarmclock-0.2.0.5 (==4.7.*). David Turner <dave.c.turner@gmail.com>.
- arbtt-0.9 (>=4.5 && < 4.8). Joachim Breitner <mail@joachim-breitner.de>.
- asn1-data-0.7.1 (>=3 && < 4.8). No maintainer. @vincenthz
- bank-holidays-england-0.1.0.2 (==4.7.*). David Turner <dave.c.turner@gmail.com>.
- barecheck-0.2.0.6 (>=4.5.0.0 && < 4.8.0.0). Omari Norman <omari@smileystation.com>. @massysett
- blank-canvas-0.5 (>=4.3.1 && < 4.8). No maintainer. @ku-fpg
- cabal-test-quickcheck-0.1.4 (>=4.6 && < 4.8). Timothy Jones git@zmthy.io @zmthy. @zmthy
- cartel-0.14.2.0 (>=4.5.0.0 && < 4.8). Omari Norman <omari@smileystation.com>. @massysett
- diagrams-builder-0.6.0.3 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-cairo-1.2.0.6 (>=4.2 && < 4.8). FP Complete michael@fpcomplete.com @snoyberg. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-canvas-0.3.0.3 (>=4.6 && < 4.8). Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-contrib-1.1.2.5 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-core-1.2.0.5 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-haddock-0.2.2.13 (>=4.4 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-lib-1.2.0.8 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-postscript-1.1.0.4 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-rasterific-0.1.0.7 (>=4.2 && < 4.8). Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- diagrams-svg-1.1.0.4 (>=4.3 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- dual-tree-0.2.0.5 (>=4.3 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- effect-handlers-0.1.0.3 (==4.7.*). Andraz Bajt andraz@bajt.me @edofic. @edofic
- esqueleto-2.1.2.1 (>=4.5 && < 4.8). Felipe Lessa <felipe.lessa@gmail.com>. @prowdsponsor
- fay-builder-0.2.0.3 (>=4.5 && < 4.8). Silk <code@silk.co>. @bergmark @hesselink
- focus-0.1.3 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- force-layout-0.3.0.10 (>=4.2 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- ghc-heap-view-0.5.3 (>=4.5 && < 4.8). Joachim Breitner <mail@joachim-breitner.de>.
- graph-core-0.2.1.0 (>=4.6 && < 4.8). Alexander Thiemann <mail@athiemann.net>. @factisresearch
- haddock-api-2.15.0.2 (>=4.3 && < 4.8). Emanuel Borsobom <manny@fpcomplete.com>. @haskell
- haddock-library-1.1.1 (>=4.3 && < 4.8). No maintainer. @haskell
- haskell-src-meta-0.6.0.8 (>=4.2 && < 4.8). No maintainer. @bmillwood
- hasql-0.7.2 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- hasql-backend-0.4.0 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- hasql-postgres-0.10.2 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- kansas-comet-0.3.1 (>=4.6 && < 4.8). No maintainer. @ku-fpg
- kdt-0.2.2 (>=4.6 && < 4.8). Luis G. Torres <lgtorres42@gmail.com. @giogadi
- monoid-extras-0.3.3.5 (>=4.3 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- neat-interpolation-0.2.2 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- palette-0.1.0.1 (>=4.2 && < 4.8). Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- partial-handler-0.1.0 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- postgresql-binary-0.5.1 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- quickpull-0.4.0.0 (>=4.5.0.0 && < 4.8). Omari Norman <omari@smileystation.com>. @massysett
- rainbow-0.20.4.0 (>=4.5.0.0 && < 4.8.0.0). Omari Norman <omari@smileystation.com>. @massysett
- repa-3.3.1.2 (==4.7.*). Michael Snoyman michael@snoyman.com @snoyberg.
- repa-algorithms-3.3.1.2 (==4.7.*). Michael Snoyman michael@snoyman.com @snoyberg.
- repa-io-3.3.1.2 (==4.7.*). Michael Snoyman michael@snoyman.com @snoyberg.
- rethinkdb-client-driver-0.0.13 (< 4.8). Tomas Carnecky. @wereHamster
- slave-thread-0.1.5 (>=4.5 && < 4.8). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- smoothie-0.1.2 (==4.7.*). Dimitri Sabadie <dimitri.sabadie@gmail.com. @phaazon
- statestack-0.2.0.3 (>=4.2 && < 4.8). No maintainer. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- vector-space-points-0.2.1 (>=4.0 && < 4.8). Brent Yorgey <byorgey@gmail.com>. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- yarr-1.3.3.3 (>=4.6 && < 4.8). Dominic Steinitz <dominic@steinitz.org>. @leventov

bytestring-0.10.6.0 depended on by:
- hoauth2-0.4.5 (==0.10.4.*). No maintainer. @freizl

deepseq-1.4.1.0 depended on by:
- atto-lisp-0.2.2 (>=1.1 && < 1.4). No maintainer. @nominolo
- compensated-0.6.1 (==1.3.*). Edward Kmett <ekmett@gmail.com>. @analytics
- distributed-process-0.5.3 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-async-0.2.1 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-client-server-0.1.2 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-execution-0.1.1 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-extras-0.2.0 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-supervisor-0.1.2 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-task-0.1.1 (>=1.3.0.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- kdt-0.2.2 (==1.3.*). Luis G. Torres <lgtorres42@gmail.com. @giogadi
- postgresql-binary-0.5.1 (==1.3.*). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- wordpass-1.0.0.2 (==1.3.*). Michal J. Gajda. @mgajda
- yarr-1.3.3.3 (==1.3.*). Dominic Steinitz <dominic@steinitz.org>. @leventov

filepath-1.4.0.0 depended on by:
- Glob-0.7.5 (>=1.1 && < 1.4). No maintainer.
- aws-0.11.2 (>=1.1 && < 1.4). FP Complete michael@fpcomplete.com @snoyberg. @aristidb
- cabal-install-1.22.0.1 (>=1.0 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @haskell
- cartel-0.14.2.0 (>=1.3.0.0 && < 1.4). Omari Norman <omari@smileystation.com>. @massysett
- cautious-file-1.0.2 (>=1.2 && < 1.4). No maintainer.
- codex-0.2.1.4 (>=1.3.0.1 && < 1.4). Alois Cochard alois.cochard@gmail.com @aloiscochard. @aloiscochard
- diagrams-rasterific-0.1.0.7 (>=1.2 && < 1.4). Jeffrey Rosenbluth jeffrey.rosenbluth@gmail.com. @bergey @byorgey @fryguybob @jeffreyrosenbluth
- fay-0.23.1.1 (< 1.4). Adam Bergmark <adam@bergmark.nl>. @bergmark
- fay-builder-0.2.0.3 (==1.3.*). Silk <code@silk.co>. @bergmark @hesselink
- gipeda-0.1.0.1 (==1.3.*). Joachim Breitner <mail@joachim-breitner.de>. @nomeat @nomeata
- hakyll-4.6.7.0 (>=1.0 && < 1.4). Jasper Van der Jeugt. @jaspervdj
- heist-0.14.1 (==1.3.*). No maintainer. @mightybyte
- json-autotype-0.2.5.8 (==1.3.*). Michal J. Gajda. @mgajda
- language-c-quote-0.10.2 (>=1.2 && < 1.4). Francesco Mazzoli f@mazzo.li @bitonic. @mainland
- language-ecmascript-0.16.2 (==1.3.*). Andrey Chudnov <oss@chudnov.com>. @jswebtools
- linear-1.17.1 (==1.3.*). Edward Kmett <ekmett@gmail.com>. @ekmett
- machines-directory-0.2.0.0 (==1.3.*). Alois Cochard alois.cochard@gmail.com @aloiscochard. @aloiscochard
- pandoc-1.13.2 (>=1.1 && < 1.4). No maintainer. @jgm
- quickpull-0.4.0.0 (>=1.3.0.0 && < 1.4). Omari Norman <omari@smileystation.com>. @massysett
- rest-gen-0.16.1.8 (>=1.2 && < 1.4). Silk <code@silk.co>. @bergmark @hesselink
- snap-0.14.0.1 (>=1.1 && < 1.4). No maintainer. @mightybyte
- snaplet-fay-0.3.3.11 (==1.3.*). Adam Bergmark <adam@bergmark.nl>. @bergmark
- stylish-haskell-0.5.11.1 (>=1.1 && < 1.4). Jasper Van der Jeugt. @jaspervdj
- tttool-1.1 (==1.3.*). Joachim Breitner <mail@joachim-breitner.de>. @entropia
- wai-middleware-static-0.6.0.1 (>=1.3.0.1 && < 1.4). Andrew Farmer <afarmer@ittc.ku.edu>. @scotty-web
- wordpass-1.0.0.2 (==1.3.*). Michal J. Gajda. @mgajda

ghc-7.10.0.20150316 depended on by:
- haddock-api-2.15.0.2 (>=7.8.2 && < 7.8.5). Emanuel Borsobom <manny@fpcomplete.com>. @haskell

integer-gmp-1.0.0.0 depended on by:
- arithmoi-0.4.1.1 (==0.*). No maintainer.

mtl-2.2.1 depended on by:
- pdfinfo-1.5.2 (>=1.1 && < 2.1 || >=2.1.1 && < 2.2). Chris Done. @chrisdone
- wizards-1.0.1 (>=2.0 && < 2.2). No maintainer. @liamoc

template-haskell-2.10.0.0 depended on by:
- accelerate-0.15.0.0 (==2.9.*). Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>. @AccelerateHS
- distributed-process-0.5.3 (>=2.6 && < 2.10). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- generics-sop-0.1.1 (>=2.8 && < 2.10). Roman Cheplyaka <roma@ro-che.info>. @well-typed
- haskell-src-meta-0.6.0.8 (>=2.7 && < 2.10). No maintainer. @bmillwood
- hasql-0.7.2 (>=2.8 && < 2.10). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- neat-interpolation-0.2.2 (>=2.8 && < 2.10). Nikita Volkov <nikita.y.volkov@mail.ru>. @nikita-volkov
- repa-3.3.1.2 (==2.9.*). Michael Snoyman michael@snoyman.com @snoyberg.
- syb-with-class-0.6.1.5 (>=2.4 && < 2.10). No maintainer.
- yarr-1.3.3.3 (>=2.8 && < 2.10). Dominic Steinitz <dominic@steinitz.org>. @leventov

time-1.5.0.1 depended on by:
- HStringTemplate-0.7.3 (< 1.5). Stackage upper bounds.
- bytestring-progress-1.0.3 (>=1.1 && < 1.5). No maintainer. @acw
- digestive-functors-0.7.1.4 (==1.4.*). No maintainer. @jaspervdj
- distributed-process-0.5.3 (>=1.2 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-async-0.2.1 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-client-server-0.1.2 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-execution-0.1.1 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-extras-0.2.0 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-supervisor-0.1.2 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- distributed-process-task-0.1.1 (>1.4 && < 1.5). FP Complete michael@fpcomplete.com @snoyberg. @haskell-distributed
- fb-1.0.8 (>=1.2 && < 1.5). Felipe Lessa <felipe.lessa@gmail.com>. @prowdsponsor
- opaleye-0.3.1 (==1.4.*). Tom Ellis <tom-stackage@jaguarpaw.co.uk>. @tomjaguarpaw
- pandoc-1.13.2 (>=1.2 && < 1.5). No maintainer. @jgm
- timezone-olson-0.1.6 (>=1.1.4 && < 1.5). Roman Cheplyaka <roma@ro-che.info>.
- timezone-series-0.1.4 (>=1.1.4 && < 1.5). Roman Cheplyaka <roma@ro-che.info>.

transformers-0.4.2.0 depended on by:
- monadic-arrays-0.2.1.3 (>=0.2.0 && < 0.4). Edward Kmett <ekmett@gmail.com>. @ekmett
- repa-devil-0.3.2.2 (>=0.2 && < 0.4). Michael Snoyman michael@snoyman.com @snoyberg. @RaphaelJ
- wizards-1.0.1 (>=0.1 && < 0.4). No maintainer. @liamoc
hadronized commented 9 years ago

I’ll push a fix after work for smoothie, tonight :)

bergmark commented 9 years ago

@hesselink made an OS X build of rc3: https://docs.google.com/uc?id=0B5E6EvOcuE0nVDVCMFBxVV9IZW8&export=download

bergmark commented 9 years ago

The fay packages are waiting for haskell-packages, ansi-wl-pprint, and snap.

aloiscochard commented 9 years ago

I'll try to get codex ready by the end of the week/early next week.

mightybyte commented 9 years ago

@bergmark snap should be fixed

jgm commented 9 years ago

Currently pandoc is blocked by haddock-library. According to https://github.com/haskell/haddock/issues/366 it will ship when 7.10 does. I hope to be able to update pandoc soon after that.

edofic commented 9 years ago

effect-handlers now compiles with base 4.8

qnikst commented 9 years ago

network-transport-tcp: https://github.com/haskell-distributed/network-transport-tcp/pull/9 network-transport: https://github.com/haskell-distributed/network-transport/pull/8 rank1dynamic: https://github.com/haskell-distributed/rank1dynamic/pull/9 distributed-process: https://github.com/haskell-distributed/distributed-process/pull/189

are pending approval, all other packages in distributed-process will come soon.

hadronized commented 9 years ago

Shipped.

giogadi commented 9 years ago

My kdt package is nearly ready for 7.10, except for its dependency on pqueue. I reached out to the author of pqueue about updating the package but got no response; at this point is it reasonable to just update pqueue in a fork and upload the fork to Hackage? I don't like the idea of adding a redundant package to Hackage, but I can't think of anything else.

bergmark commented 9 years ago

@giogadi You can open up an issue on https://github.com/haskell-infra/hackage-trustees/issues . We'll need a public record of you trying to contact him, point to a bug report or cc libraries@haskell.org in an e-mail to him. An extension of this is taking over a package.

giogadi commented 9 years ago

Thanks, @bergmark, I might go that route.

In the meantime, I replaced my priority queues with a different library and now everything works on 7.10.

kdt-0.2.3

ekmett commented 9 years ago

monadic-arrays is updated

mgajda commented 9 years ago

uploaded json-autotype, wordpass, and fenwicktree.

tomjaguarpaw commented 9 years ago

updated opaleye to work with time-1.5

snoyberg commented 9 years ago

@hvr reminded me that there's a very recent change bumping the ghc-prim version to 0.4. As a result, we have the following new upper bounds issues:

ghc-prim-0.4.0.0 depended on by:

snoyberg commented 9 years ago

In case it's easier for anyone, Travis is now generating the bounds errors for the GHC 7.10 branch:

https://api.travis-ci.org/jobs/55375714/log.txt?deansi=true

ozataman commented 9 years ago

csv-conduit should be good to go.

nikita-volkov commented 9 years ago

focus, stm-containers, base-prelude, hasql-backend, hasql-postgres, hasql, postgres-binary are now fixed.

bergmark commented 9 years ago

fay and fay-builder are fixed.

tibbe commented 9 years ago

cassava is fixed.

wereHamster commented 9 years ago

rethindb-client-driver builds with 7.10.1 (https://travis-ci.org/wereHamster/rethinkdb-client-driver/jobs/57515519)

nikita-volkov commented 9 years ago

"slave-thread" and "partial-handler" are now fixed.

shlevy commented 9 years ago

Re arithmoi: https://github.com/cartazio/arithmoi/pull/3

snoyberg commented 9 years ago

Another update on upper bounds:

Cabal-1.22.2.0 depended on by:

base-4.8.0.0 depended on by:

deepseq-1.4.1.1 depended on by:

filepath-1.4.0.0 depended on by:

ghc-prim-0.4.0.0 depended on by:

haddock-library-1.2.0 depended on by:

integer-gmp-1.0.0.0 depended on by:

lens-4.9 depended on by:

mtl-2.2.1 depended on by:

template-haskell-2.10.0.0 depended on by:

time-1.5.0.1 depended on by:

transformers-0.4.2.0 depended on by:

bergmark commented 9 years ago

snaplet-fay fixed with new revision

chrisdone commented 9 years ago

Fixed pdfinfo in 1.5.3.

bergmark commented 9 years ago

wl-pprint-1.2

jgm commented 9 years ago

pandoc-1.13.2.1 builds on ghc 7.10.1.