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 mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

Reply via email to