gnu: ghc-ansi-wl-pprint: Update to 0.6.9.
* gnu/packages/haskell-xyz.scm (ghc-ansi-wl-pprint): Update to 0.6.9.
This commit is contained in:
		
							parent
							
								
									24fc8daea3
								
							
						
					
					
						commit
						c38746eb7b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -313,7 +313,7 @@ cursor, and changing the title.")
 | 
				
			||||||
(define-public ghc-ansi-wl-pprint
 | 
					(define-public ghc-ansi-wl-pprint
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-ansi-wl-pprint")
 | 
					    (name "ghc-ansi-wl-pprint")
 | 
				
			||||||
    (version "0.6.8.2")
 | 
					    (version "0.6.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -322,7 +322,7 @@ cursor, and changing the title.")
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56"))))
 | 
					         "1b2fg8px98dzbaqyns10kvs8kn6cl1hdq5wb9saz40izrpkyicm7"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
 | 
					     `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue