[Haskell-cafe] cabal sdist and auto-generated modules

Mateusz Kowalczyk fuuzetsu at fuuzetsu.co.uk
Sun Aug 31 13:57:57 UTC 2014


On 08/31/2014 05:45 AM, Marios Titas wrote:
> I am trying to run cabal sdist on a package where one of exposed
> modules does not exists because it is automatically generated by
> setup.hs. cabal refuses to do that because it cannot find the file
> corresponding to that module. Is there a solution to that problem? The
> package builds just fine.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
> 


Does touch missingmodule.hs not do it for you?

-- 
Mateusz K.


More information about the Haskell-Cafe mailing list