forked from mirrors/nixpkgs
haskell: add lts 3.8
This commit is contained in:
parent
4a3ac50e73
commit
416adb79cb
|
@ -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 { };
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue