gnu: ghc-clock: Update to 0.8.
* gnu/packages/haskell-xyz.scm (ghc-clock): Update to 0.8.
This commit is contained in:
		
							parent
							
								
									28049c2ac8
								
							
						
					
					
						commit
						0841b6f248
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1662,7 +1662,7 @@ classy-prelude.")
 | 
				
			||||||
(define-public ghc-clock
 | 
					(define-public ghc-clock
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-clock")
 | 
					    (name "ghc-clock")
 | 
				
			||||||
    (version "0.7.2")
 | 
					    (version "0.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1671,7 +1671,7 @@ classy-prelude.")
 | 
				
			||||||
             "clock/"
 | 
					             "clock/"
 | 
				
			||||||
             "clock-" version ".tar.gz"))
 | 
					             "clock-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "07v91s20halsqjmziqb1sqjp2sjpckl9by7y28aaklwqi2bh2rl8"))))
 | 
					        (base32 "0539w9bjw6xbfv9v6aq9hijszxqdnqhilwpbwpql1400ji95r8q8"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-tasty" ,ghc-tasty)
 | 
					     `(("ghc-tasty" ,ghc-tasty)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue