Applied, thanks for the explanations!

On Wed, Dec 17, 2008 at 12:04:18 +0100, Salvatore Insalaco wrote:
> Those are some minor cabal fixes for 2.2.
> I had to disable haskeline on windows for two reasons:
> 1) On windows, even without haskeline, the "usual" prompt keys (home, end) 
> work.
> 2) International character (the ones using AltGr) doesn't work with
> haskeline on windows.

> The pkg-config check for curl is disabled for windows too, as curl on
> windows has no pkg-config.

Disable haskeline on Windows by default.
----------------------------------------
> -  if flag(haskeline)
> +  -- Haskeline has some bugs on Windows with international keyboards.  
> +  if flag(haskeline) && !os(windows)
>      build-depends:    haskeline == 0.3.* && >= 0.3.1
>      cpp-options:      -DHAVE_HASKELINE

> -  if flag(haskeline)
> +  -- Haskeline has some bugs on Windows with international keyboards.  
> +  if flag(haskeline) && !os(windows)
>      build-depends:    haskeline == 0.3.* && >= 0.3.1
>      cpp-options:      -DHAVE_HASKELINE
>  

I'd appreciate it if in the future, you'd take care to remove the
trailing whitespaces from your patches.  Just a silly pet peeve :-)


-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to