3
0
Fork 0
forked from mirrors/nixpkgs

haskell: add lts 3.8

This commit is contained in:
Peter Simons 2015-10-05 12:39:15 +02:00
parent 4a3ac50e73
commit 416adb79cb

View file

@ -320,5 +320,9 @@ rec {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.7.nix { };
};
lts-3_8 = packages.ghc7102.override {
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.8.nix { };
};
};
}