[Haskell-cafe]
Re: http://www.haskell.org/ghc/docs/latest/html/libraries/Cabal/Distribution-Simple.html
Maurício
briqueabraque at yahoo.com
Thu Nov 6 11:46:48 EST 2008
>> According to this page:
>>
>> http://www.haskell.org/ghc/docs/latest/html/libraries/Cabal/Distribution-Simple.html
>>
>> there's an available toplevel declaration named:
>>
>> autoconfUserHooks
>>
>> in Distribution.Simple. However:
>>
>> ghci --version
>> The Glorious Glasgow Haskell Compilation System, version 6.8.2
>>
>> ghci
>> Prelude> :m +Distribution.Simple
>> Prelude Distribution.Simple> :t autoconfUserHooks
>> <interactive>:1:0: Not in scope: `autoconfUserHooks'
>>
>> (...)
>
> You can try the :browse command.
>
But I understand that :browse only shows already
loaded modules, or a given list of modules. The
whole point is that the declaration I'm looking
for is not anywhere I can find it (except in the
documentation).
More information about the Haskell-Cafe
mailing list