#1578: darcs-all work around for darcs Issue 467
--------------------------+-------------------------------------------------
Reporter: thorkilnaur | Owner:
Type: bug | Status: new
Priority: normal | Milestone: _|_
Component: Build System | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
--------------------------+-------------------------------------------------
Comment (by Isaac Dupree):
perhaps `ghc -e -fobject-code` or the upcoming ghci-working-everywhere...
but if we're staying compatible back to 6.4, really, why not just compile
a binary from
{{{
import System.Directory(getCurrentDirectory)
main = print =<< getCurrentDirectory
}}}
and run it? I've never understood why the ghci-capability should be
required for anything but the fancier things that ghci, template-haskell
etc. do... even the basic functionality of GHCi could, it seems, be
achieved with nothing but object code.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1578#comment:8>
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