Skip to content

Commit

Permalink
Stick to transformers 0.3.x everywhere; the new versions breaks just …
Browse files Browse the repository at this point in the history
…about every other package that we have.
  • Loading branch information
peti committed Jun 9, 2014
1 parent 67cfb66 commit c7a18e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/top-level/haskell-defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@
gloss = null; # requires base >= 4.7
haddock = self.haddock_2_13_2;
modularArithmetic = null; # requires base >= 4.7
mtl = self.mtl_2_2_1;
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_1; };
transformers = self.transformers_0_4_1_0; # core packagen in ghc > 7.6.x
transformersCompat = super.transformersCompat;
transformers = self.transformers_0_3_0_0; # core packagen in ghc > 7.6.x
zipArchive = super.zipArchive_0_2_2_1; # works without binary 0.7.x
};

Expand Down

0 comments on commit c7a18e3

Please sign in to comment.