---------- 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
I am not sure if this is the correct place to report this problem, but
Moved to libraries@haskell.org by lemmih.
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
Hi Iavor. I'm sorry that sdist isn't working for you. Sdist isn't ready for prime time for a number of reasons; we weren't able to finish it by the time the new GHC had to release. I believe that is mentioned in the cabal docs. Thank you for the bug report, though. I will certainly fix this and other sdist bugs ASAP. peace, isaac
participants (2)
-
Isaac Jones -
Lemmih