gnu: ghc-primitive: Update to 0.6.1.0.
* gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.1.0.
This commit is contained in:
		
							parent
							
								
									87a25ccd04
								
							
						
					
					
						commit
						4c116c6aed
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -824,7 +824,7 @@ library, including the ability to split random number generators.")
 | 
				
			||||||
(define-public ghc-primitive
 | 
					(define-public ghc-primitive
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-primitive")
 | 
					    (name "ghc-primitive")
 | 
				
			||||||
    (version "0.5.4.0")
 | 
					    (version "0.6.1.0")
 | 
				
			||||||
    (outputs '("out" "doc"))
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -835,7 +835,7 @@ library, including the ability to split random number generators.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "05gdgj383xdrdkhxh26imlvs8ji0z28ny38ms9snpvv5i8l2lg10"))))
 | 
					         "1j1q7l21rdm8kfs93vibr3xwkkhqis181w2k6klfhx5g5skiywwk"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (home-page
 | 
					    (home-page
 | 
				
			||||||
     "https://github.com/haskell/primitive")
 | 
					     "https://github.com/haskell/primitive")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue