Skip to content

Commit

Permalink
Add LTS Haskell 6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 13, 2016
1 parent ee933f5 commit bef99f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,10 @@ rec {
lts-6_2 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-6.2.nix { };
};
lts-6 = packages.lts-6_2;
lts-6_3 = packages.ghc7103.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-6.3.nix { };
};
lts-6 = packages.lts-6_3;

lts = packages.lts-6;
};
Expand Down

0 comments on commit bef99f1

Please sign in to comment.