about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-05-25 16:26:26 +0200
committerPeter Simons <simons@cryp.to>2016-05-25 16:26:26 +0200
commit94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54 (patch)
treef69a925eb5960caffd1d3101b0b9659710e557fc /pkgs/development/compilers/ghc
parent3bf1348bf797c60e0f07d82a38ad8076461996cd (diff)
downloadnixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar.gz
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar.bz2
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar.lz
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar.xz
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.tar.zst
nixlib-94b6127f8e8dbb8e61d93c3ccf055fe5985b9d54.zip
ghc-8.0.1.nix: cosmetic
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.0.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.0.1.nix b/pkgs/development/compilers/ghc/8.0.1.nix
index dcbdee46da89..f129e8503673 100644
--- a/pkgs/development/compilers/ghc/8.0.1.nix
+++ b/pkgs/development/compilers/ghc/8.0.1.nix
@@ -5,7 +5,7 @@
 let
   inherit (bootPkgs) ghc;
 
-in 
+in
 stdenv.mkDerivation rec {
   version = "8.0.1";
   name = "ghc-${version}";