Add LTS Haskell 5.0.
This commit is contained in:
parent
40b0b45fce
commit
4a48931bb7
@ -334,5 +334,9 @@ rec {
|
|||||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.2.nix { };
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-4.2.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lts-5_0 = packages.ghc7103.override {
|
||||||
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-5.0.nix { };
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user