ANNOUNCE: GHC 7.4.1 Release Candidate 2

Simon Hengel sol at typeful.net
Wed Feb 1 17:16:22 CET 2012


> And while I'm wondering about cabal, why on earth is it that so many
> Setup.hs files are actually Setup.lhs and with no actual literate
> contents?

Are you referring to the classical pattern, that allows you to add a
shebang?

    #!/usr/bin/env runhaskell

    > import Distribution.Simple
    > main = defaultMain

Cheers,
Simon



More information about the Glasgow-haskell-users mailing list