Hi Peter. I've reverted these:
> Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix > ============================================================================== > --- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Wed May 9 23:13:46 > 2012 (r34041) > +++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Thu May 10 10:28:49 > 2012 (r34042) > @@ -153,15 +153,15 @@ > regexPosix = self.regexPosix_0_95_1; # 7.4.1 ok > stm = self.stm_2_3; # 7.4.1 ok > syb = self.syb_0_3_6_1; # 7.4.1 ok > - xhtml = self.xhtml_3000_2_0_5; # 7.4.1 ok > + xhtml = self.xhtml_3000_2_1; # 7.4.1 ok > zlib = self.zlib_0_5_3_3; # 7.4.1 ok > HTTP = self.HTTP_4000_2_3; # 7.4.1 ok > text = self.text_0_11_2_0; # 7.4.1 ok > - transformers = self.transformers_0_3_0_0; # 7.4.1 ok > - mtl = self.mtl_2_1_1; # 7.4.1 ok > + transformers = self.transformers_0_2_2_0; # 7.4.1 ok > + mtl = self.mtl_2_0_1_0; # 7.4.1 ok > random = self.random_1_0_1_1; # 7.4.1 ok > cabalInstall = self.cabalInstall_0_14_0; # 7.4.1 ok > - alex = self.alex_3_0_1; # 7.4.1 ok > + alex = self.alex_3_0_2; # 7.4.1 ok > happy = self.happy_1_18_9; # 7.4.1 ok > haddock = self.haddock_2_10_0; # 7.4.1 ok > }; I know that the mtl/transformers change in particular currently breaks a few other packages, but this is the list of packages currently being proposed for the new Platform. See https://github.com/haskell/haskell-platform/blob/pre-release/haskell-platform.cabal It's worth figuring out where the problems with this set of packages are and how to fix them. Cheers, Andres _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
