Merge pull request #2638 from sevanspowell/update-nix-shell-interpreter-haskell-instructions
Update instructions for Haskell script using nix-shell interpreter
This commit is contained in:
		
						commit
						df03430586
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -337,7 +337,7 @@ following Haskell script uses a specific branch of Nixpkgs/NixOS (the
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<programlisting><![CDATA[
 | 
					<programlisting><![CDATA[
 | 
				
			||||||
#! /usr/bin/env nix-shell
 | 
					#! /usr/bin/env nix-shell
 | 
				
			||||||
#! nix-shell -i runghc -p haskellPackages.ghc haskellPackages.HTTP haskellPackages.tagsoup
 | 
					#! nix-shell -i runghc -p "haskellPackages.ghcWithPackages (ps: [ps.HTTP ps.tagsoup])"
 | 
				
			||||||
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz
 | 
					#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import Network.HTTP
 | 
					import Network.HTTP
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue