[Nix-dev] patch: add haskell package for darcs version of cabal-install

Corey O'Connor coreyoconnor at gmail.com
Wed Feb 29 00:24:01 CET 2012


I think I have been sending patches to the wrong mailing list. Is
nix-dev at cs.uu.nl the same as nix-dev at lists.science.uu.nl?

-Corey O'Connor
coreyoconnor at gmail.com
http://corebotllc.com/




---------- Forwarded message ----------
From: Corey O'Connor <coreyoconnor at gmail.com>
Date: Tue, Feb 28, 2012 at 10:49 AM
Subject: Re: patch: add haskell package for darcs version of cabal-install
To: nix-dev at cs.uu.nl


This is what I get for late night hackery... The patch is actually
attached now :-P



-Corey O'Connor
coreyoconnor at gmail.com
http://corebotllc.com/



On Mon, Feb 27, 2012 at 11:06 PM, Corey O'Connor <coreyoconnor at gmail.com> wrote:
> For this to work under GHC 7.4.1 I had to have this config:
>
>        nixpkgs.config.packageOverrides = pkgs :
>            {
>                haskellPackages = pkgs.haskellPackages_ghc741;
>                darcs = pkgs.haskellPackages_ghc6123.darcs;
>            };
>
>        environment.systemPackages =
>               [ pkgs.haskellPackages.cabalInstall_darcs ];
>
> -Corey O'Connor
> coreyoconnor at gmail.com
> http://corebotllc.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_cabal_install_darcs.patch
Type: text/x-patch
Size: 1749 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20120228/6ff6bb07/attachment.bin 


More information about the nix-dev mailing list