mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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 New Issue
Block a user