From a87e60333ae1e4344d33231a041efc7cb66e095f Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Fri, 26 Apr 2019 02:39:28 +0200 Subject: [PATCH] Fix readme formatting --- Readme.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.org b/Readme.org index abe3fa5..0c7b4d0 100644 --- a/Readme.org +++ b/Readme.org @@ -39,7 +39,7 @@ For a specific version of GHC (warning: If you need multiple versions, use the a } #+END_SRC -For a specific set of GHC versions (note: The ~hie~/~hie-wrapper~ binaries will both be a HIE wrapper that chooses the correct version out of the given ones): +For a specific set of GHC versions (note: The ~hie~ / ~hie-wrapper~ binaries will both be a HIE wrapper that chooses the correct version out of the given ones): #+BEGIN_SRC nix { environment.systemPackages = [ @@ -68,7 +68,7 @@ For a specific version of GHC (warning: If you need multiple versions, use the a $ nix-env -iA versions.ghc864 -f https://github.com/infinisil/all-hies/tarball/master #+END_SRC -For a specific set of GHC versions (note: The ~hie~/~hie-wrapper~ binaries will both be a HIE wrapper that chooses the correct version out of the given ones): +For a specific set of GHC versions (note: The ~hie~ / ~hie-wrapper~ binaries will both be a HIE wrapper that chooses the correct version out of the given ones): #+BEGIN_SRC bash $ nix-env -iA selection --arg selector 'p: { inherit (p) ghc864 ghc863 ghc843; }' -f https://github.com/infinisil/all-hies/tarball/master #+END_SRC