mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
ghc-8.0.1.nix: cosmetic
This commit is contained in:
parent
3bf1348bf7
commit
94b6127f8e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
let
|
||||
inherit (bootPkgs) ghc;
|
||||
|
||||
in
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
version = "8.0.1";
|
||||
name = "ghc-${version}";
|
||||
|
|
Loading…
Reference in a new issue