ghc-8.0.1.nix: cosmetic

This commit is contained in:
Peter Simons 2016-05-25 16:26:26 +02:00
parent 3bf1348bf7
commit 94b6127f8e

View file

@ -5,7 +5,7 @@
let
inherit (bootPkgs) ghc;
in
in
stdenv.mkDerivation rec {
version = "8.0.1";
name = "ghc-${version}";