[Haskell-cafe] Re: [Haskell] ANNOUNCE: jhc 0.7.4

Antoine Latter aslatter at gmail.com
Sat Jul 10 23:55:14 EDT 2010


On Sat, Jul 10, 2010 at 4:15 PM, Brandon S Allbery KF8NH
<allbery at ece.cmu.edu> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 7/10/10 17:01 , Antoine Latter wrote:
>> * The way you use sed doesn't work with the BSD sed that ships with my
>> Mac Book. Installing GNU sed and using it works. Similarly, BSD find
>> doesn't know about '-name', so make hl-clean results in sadness.
>
> Haven't looked at sed, but "-name" should work in any version of find.  Are
> you sure about this?
>
> (maybe I'll suck down the source and audit for platform compatibility)

Here's the 'sed' error:

>>>>>
sed -e 's/^{-# OPTIONS[A-Z_]*/{-# OPTIONS_GHC -w /' -i src/FrontEnd/HsParser.hs
sed: -i may not be used with stdin
<<<<<

I don't know what's wrong with find on my Mac - I'm running 10.6, and
'which find' tells me I'm running from /usr/bin/find, which I haven't
messed with. It isn't build critical, though.

Antoine

>
> - --
> brandon s. allbery     [linux,solaris,freebsd,perl]      allbery at kf8nh.com
> system administrator  [openafs,heimdal,too many hats]  allbery at ece.cmu.edu
> electrical and computer engineering, carnegie mellon university      KF8NH
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkw44tgACgkQIn7hlCsL25WPQQCg12qq6Snxmpyuxweb56HJul5g
> GhwAnRu2zM0TWMJKUtY0OT76+vlF6GHY
> =6lf6
> -----END PGP SIGNATURE-----
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>


More information about the Haskell-Cafe mailing list