Re: [Haskell-cafe] libraries and executables in cabal

2010-04-11 Thread Duncan Coutts
On Thu, 2010-03-25 at 14:52 +0100, Paul Brauner wrote: > Hi, > > i'm working on a project made of > > - lots of modules > - one excutable importing these modules > - another excutable importing these same modules > > I don't especially want to expose those modules as libraries, especially > o

Re: [Haskell-cafe] libraries and executables in cabal

2010-03-25 Thread Henning Thielemann
Paul Brauner schrieb: > Hi, > > i'm working on a project made of > > - lots of modules > - one excutable importing these modules > - another excutable importing these same modules > > I don't especially want to expose those modules as libraries, especially > on hackage, since they are meaning

[Haskell-cafe] libraries and executables in cabal

2010-03-25 Thread Paul Brauner
Hi, i'm working on a project made of - lots of modules - one excutable importing these modules - another excutable importing these same modules I don't especially want to expose those modules as libraries, especially on hackage, since they are meaningless without the executables. But, if I d