
On 17 June 2011 15:33, Boris Lykah
Hi everyone!
Recently I uploaded package to Hackage (http://hackage.haskell.org/package/groundhog-0.0.1) and it failed with an error as if the libraries monad-control and pool were not exposed.
What is the current situation with these libraries? According to Cabal FAQ this could mean that they were built with --user flag while my package is built with --global or they are not exposed at all.
Weird, monad-control seems to have both a failure and a success log: http://hackage.haskell.org/packages/archive/monad-control/0.2.0.1/logs/failu... http://hackage.haskell.org/packages/archive/monad-control/0.2.0.1/logs/succe... Maybe it's just matter of rebuilding monad-control and then groundhog. Ross, could you try this? Thanks, Bas