Redundant entries in .cabal file?

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

You can just rename one of them for a second and run `cabal init` again.
Cheers
On Sat, Aug 15, 2015 at 5:00 PM, David Banas
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
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (2)
-
Alexey Shmalko
-
David Banas