gnu: ghc-lifted-base: Update to 0.2.3.8.
* gnu/packages/haskell.scm (ghc-lifted-base): Update to 0.2.3.8.
This commit is contained in:
		
							parent
							
								
									e0894701ee
								
							
						
					
					
						commit
						2e67886e03
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -4512,7 +4512,7 @@ It is modeled after doctest for Python, see
 | 
				
			||||||
(define-public ghc-lifted-base
 | 
					(define-public ghc-lifted-base
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-lifted-base")
 | 
					    (name "ghc-lifted-base")
 | 
				
			||||||
    (version "0.2.3.6")
 | 
					    (version "0.2.3.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4522,7 +4522,7 @@ It is modeled after doctest for Python, see
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1yz14a1rsgknwyl08n4kxrlc26hfwmb95a3c2drbnsgmhdyq7iap"))))
 | 
					         "17yz4n7q96x4cp8vxai8csn2vmpigxvipkfh48arahf91f0xy18n"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
 | 
					    (arguments `(#:tests? #f)) ; FIXME: Missing testing libraries.
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue