[Haskell-cafe] totally confused about Haskell namespace issue conventions

2009-06-07 Thread Vasili I. Galchin
Hello, Should namespace designation be specified in modules or in the .cabal file? Or to put it another way should a relative namespace be specified in a Haskell module and the remaining top part be specified in the associated .cabal file? Of course, yes/no answers are probably not

Re: [Haskell-cafe] totally confused about Haskell namespace issue conventions

2009-06-07 Thread Magnus Therning
Vasili I. Galchin wrote: Hello, Should namespace designation be specified in modules or in the .cabal file? Or to put it another way should a relative namespace be specified in a Haskell module and the remaining top part be specified in the associated .cabal file? Of course, yes/no