#1511: GHCi can't load Text.Printf
---------------------------+------------------------------------------------
Reporter: toms | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Linux
Testcase: | Architecture: x86
---------------------------+------------------------------------------------
I'm using the binary distribution.
I have no trouble to load e.g. Text.PrettyPrint. However, Text.Printf
can't be found. Here's part of a GHCi session:
{{{
Prelude> :m Text.PrettyPrint
Prelude Text.PrettyPrint> :m Text.Printf
can't find module `Text.Printf'
Prelude Text.PrettyPrint>
}}}
Running Setup.lhs of Happy also causes this error:
{{{
$ ./Setup.lhs
./Setup.lhs:
Can't find module `Text.Printf'
(use -v to see a list of the files searched for)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1511>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs