On Tue, May 10, 2011 at 10:46:53AM +0200, Jonas Almström Duregård wrote: > Is there something wrong with the Hackage build system? > It fails to build BNFC-meta: http://hackage.haskell.org/package/BNFC-meta > > It complains about a missing dep even though it (the dependency) has > been built successfully. Also the dependencies are exactly the same as > in the previous version (which configures fine but fails to build > because of some bug in HsColor).
happy-meta is one of those packages that won't build again after you clean them (it has files under dist/build to work around a bug in Happy). Fixed now. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
