gnu: ghc-fast-logger: Update to 2.4.11.
* gnu/packages/haskell.scm (ghc-fast-logger): Update to 2.4.11. [inputs]: Add ghc-easy-file and ghc-unix-time; remove ghc-bytestring-builder.
This commit is contained in:
		
							parent
							
								
									9656e6e862
								
							
						
					
					
						commit
						05c08ec9f6
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -4427,7 +4427,7 @@ monad transformer (instead of the IO monad).")
 | 
				
			||||||
(define-public ghc-fast-logger
 | 
					(define-public ghc-fast-logger
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-fast-logger")
 | 
					    (name "ghc-fast-logger")
 | 
				
			||||||
    (version "2.4.1")
 | 
					    (version "2.4.11")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4437,12 +4437,13 @@ monad transformer (instead of the IO monad).")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0kjk1861qcls8m8y7i55msfpprws5wk6c5mxzi35g2qbl2sih4p5"))))
 | 
					         "1ad2vq4nifdxshqk9yrmghqizhkgybfz134kpr6padglb2mxxrdv"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-bytestring-builder" ,ghc-bytestring-builder)
 | 
					     `(("ghc-auto-update" ,ghc-auto-update)
 | 
				
			||||||
       ("ghc-auto-update" ,ghc-auto-update)
 | 
					       ("ghc-easy-file" ,ghc-easy-file)
 | 
				
			||||||
       ("ghc-text" ,ghc-text)))
 | 
					       ("ghc-text" ,ghc-text)
 | 
				
			||||||
 | 
					       ("ghc-unix-time" ,ghc-unix-time)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("hspec-discover" ,hspec-discover)
 | 
					     `(("hspec-discover" ,hspec-discover)
 | 
				
			||||||
       ("ghc-hspec" ,ghc-hspec)))
 | 
					       ("ghc-hspec" ,ghc-hspec)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue