gnu: ghc-prelude-extras: Update to 0.4.0.3.
* gnu/packages/haskell.scm (ghc-prelude-extras): Update to 0.4.0.3.
This commit is contained in:
		
							parent
							
								
									24857542bd
								
							
						
					
					
						commit
						29466a9b34
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -474,7 +474,7 @@ determine the hostname.")
 | 
				
			||||||
(define-public ghc-prelude-extras
 | 
					(define-public ghc-prelude-extras
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-prelude-extras")
 | 
					    (name "ghc-prelude-extras")
 | 
				
			||||||
    (version "0.4.0.2")
 | 
					    (version "0.4.0.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -484,7 +484,7 @@ determine the hostname.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1q7mj9hysy747vimnlyrwsk1wb2axymxixa76fwcbcnmz3fi4llp"))))
 | 
					         "0xzqdf3nl2h0ra4gnslm1m1nsxlsgc0hh6ky3vn578vh11zhifq9"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (home-page "https://github.com/ekmett/prelude-extras")
 | 
					    (home-page "https://github.com/ekmett/prelude-extras")
 | 
				
			||||||
    (synopsis "Higher order versions of Prelude classes")
 | 
					    (synopsis "Higher order versions of Prelude classes")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue