[Haskell-cafe] Redundant entries in .cabal file?
David Banas
capn.freako at gmail.com
Sat Aug 15 14:00:41 UTC 2015
Hi all,
Does anyone know why I’m getting redundant entries in my ‘cabal init’ generated .cabal file:
library
exposed-modules: Language.Broker, Language.Broker
?
Is it because I’m using a *.hsc file, as my source, and cabal is finding both files:
Broker.hsc, and
Broker.hs
in the Language directory?
Thanks,
-db
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150815/696f6b00/attachment.html>
More information about the Haskell-Cafe
mailing list