Add LTS Haskell 3.7.
This commit is contained in:
parent
0139c51f1b
commit
e23d69c6f3
@ -315,5 +315,9 @@ rec {
|
|||||||
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.6.nix { };
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.6.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lts-3_7 = packages.ghc7102.override {
|
||||||
|
packageSetConfig = callPackage ../development/haskell-modules/configuration-lts-3.7.nix { };
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user