Built failure on Hackage due to missing libraries

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. -- Regards, Boris

On 17 June 2011 23: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.
It probably just means that when it tried to build your package, Hackage was unable to build those (possible due to a dependency issue of those packages); that is, it isn't your fault :p -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com

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
participants (3)
-
Bas van Dijk
-
Boris Lykah
-
Ivan Lazar Miljenovic