---------- Forwarded message ---------- From: Iavor Diatchki <iavor.diatchki@gmail.com> Date: Mon, 14 Mar 2005 11:38:19 -0800 Subject: Broken Cabal To: glasgow-haskell-bugs@haskell.org Hello, I am not sure if this is the correct place to report this problem, but there is a bug in the Cabal distributed with GHC. I used the simplest possible Setup.hs file as shown in the documentation. All the modules in my library are in a directory Monad, e.g. Monad/State.hs, Monad/Reader.hs, etc. When I type:
runhaskell Setup.lhs sdist
I get a source tar-ball but when I extract the files I get the following: monadLib-1.2.2/ monadLib-1.2.2/nad/ monadLib-1.2.2/nad/BackT.hs monadLib-1.2.2/nad/ExceptT.hs monadLib-1.2.2/nad/Reader.hs Notice that the "Mo" part of the directory name is missing. -Iavor _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs