Fwd: Broken Cabal
Lemmih
lemmih at gmail.com
Wed Mar 16 14:26:35 EST 2005
---------- Forwarded message ----------
From: Iavor Diatchki <iavor.diatchki at gmail.com>
Date: Mon, 14 Mar 2005 11:38:19 -0800
Subject: Broken Cabal
To: glasgow-haskell-bugs at 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 at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Libraries
mailing list