gnu: ghc-sandi: Update to 0.5.
* gnu/packages/haskell-xyz.scm (ghc-sandi): Update to 0.5.
This commit is contained in:
		
							parent
							
								
									7c4ac0ad0d
								
							
						
					
					
						commit
						b867c2b051
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -9204,7 +9204,7 @@ are not exception safe and can be broken by @code{killThread}.")
 | 
				
			||||||
(define-public ghc-sandi
 | 
					(define-public ghc-sandi
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-sandi")
 | 
					    (name "ghc-sandi")
 | 
				
			||||||
    (version "0.4.2")
 | 
					    (version "0.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -9213,7 +9213,7 @@ are not exception safe and can be broken by @code{killThread}.")
 | 
				
			||||||
             version ".tar.gz"))
 | 
					             version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0dvkpk91n9kz2ha04rvp231ra9sgd1ilyc1qkzf9l03iir7zrh9b"))))
 | 
					         "1ndgai8idlxyccvkz5zsgq06v58blc30i6hkky5b1sf5x6gs2h29"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-stringsearch" ,ghc-stringsearch)
 | 
					     `(("ghc-stringsearch" ,ghc-stringsearch)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue