LTS Haskell 8.0

This includes an update to hackage-packages.nix, which was generated by hackage2nix v2.0.4-11-gd82133a
from Hackage revision 53fcf98366.
This commit is contained in:
Peter Simons 2017-02-12 10:41:07 +01:00
parent a4ec1841da
commit 5d3bb96f62
3 changed files with 2108 additions and 8847 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5067,7 +5067,7 @@ with pkgs;
haskell = callPackage ./haskell-packages.nix { };
haskellPackages = haskell.packages.ghc801.override {
haskellPackages = haskell.packages.ghc802.override {
overrides = config.haskellPackageOverrides or (self: super: {});
};