[Haskell-cafe] Redundant entries in .cabal file?
Alexey Shmalko
rasen.dubi at gmail.com
Sat Aug 15 18:07:14 UTC 2015
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 <capn.freako at gmail.com> wrote:
> 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 at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
More information about the Haskell-Cafe
mailing list