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

Corey O'Connor coreyoconnor at gmail.com
Tue Feb 28 19:49:58 CET 2012


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/16045ce4/attachment-0001.bin 


More information about the nix-dev mailing list