commercialhaskell / stackage

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

Select failure because of uuid and wai #110

Closed lykahb closed 11 years ago

lykahb commented 11 years ago

~/hs/stackage$ runghc app/stackage.hs select Loading Haskell Platform Loading package database Narrowing package database Printing build plan to build-plan.log Checking for bad versions uuid-1.2.13 (Antoine Latter) cannot use:

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

stackage.hs: Conflicting build plan, exiting

I have ghc 7.6.3

snoyberg commented 11 years ago

I think you need to cabal update, I just released wai-1.4.0.2 today to allow for vault 0.3. I think the story's the same with uuid.

lykahb commented 11 years ago

Oh, it was the issue. I had updated cabal and tried to build Stackage yesterday. Thank you.