[Haskell] Redundant entries in .cabal file?

David Banas capn.freako at gmail.com
Sat Aug 15 15:03:14 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/attachments/20150815/0d54c460/attachment.html>


More information about the Haskell mailing list