[Haskell-cafe] module - package

2011-09-30 Thread Roman Beslik
Hello. How can I find which installed package a specified module belongs 
to? ghci or cabal or ghc-pkg?


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] module - package

2011-09-30 Thread Daniel Fischer
On Friday 30 September 2011, 21:04:48, Roman Beslik wrote:
 Hello. How can I find which installed package a specified module belongs
 to? ghci or cabal or ghc-pkg?

$ ghc-pkg find-module Foo.Bar.Baz


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe