[Nix-dev] [Nix-commits] SVN commit: nix - r31049 - in nixpkgs/trunk/pkgs: development/libraries/haskell/text top-level

Andres Loeh ksnix at andres-loeh.de
Fri Dec 23 22:28:55 CET 2011


Hi Peter.

>     self : self.haskellPlatformArgs_2011_4_0_0 self // {
>       haskellPlatform = self.haskellPlatform_2011_4_0_0;
>       mtl1 = self.mtl_1_1_1_1;
> -      text = self.text_0_11_1_10;
> +      text = self.text_0_11_1_11;
>       repaExamples = null;      # don't pick this version of 'repa-examples' during nix-env -u
>     };
>
> @@ -252,7 +252,7 @@
>     self : self.haskellPlatformArgs_2011_2_0_1 self // {
>       haskellPlatform = self.haskellPlatform_2011_2_0_1;
>       mtl1 = self.mtl_1_1_1_1;
> -      text = self.text_0_11_1_10;
> +      text = self.text_0_11_1_11;
>       repaExamples = null;      # don't pick this version of 'repa-examples' during nix-env -u
>     };

Actually, I've never noticed that we're not actually supporting the
Haskell platform. I've traced back the change and while I think that
you may be right to break the older releases, I don't see any
justification to already break the really just released Haskell
Platform 2011.4.0.0.

Cheers,
  Andres


More information about the nix-dev mailing list