Skip to content

Commit

Permalink
haskell-defaults.nix: don't provide singletons on pre-7.8.x platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 717fe5e commit b134e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/haskell-defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
haddock = self.haddock_2_13_2;
modularArithmetic = null; # requires base >= 4.7
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_1; };
singletons = null; # requires base >= 4.7
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 b134e2a

Please sign in to comment.