gnu: ghc-file-embed: Update to 0.0.11.
* gnu/packages/haskell-xyz.scm (ghc-file-embed): Update to 0.0.11.
This commit is contained in:
		
							parent
							
								
									90e7b0e4c9
								
							
						
					
					
						commit
						b5920d5040
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3469,7 +3469,7 @@ for generating graph-like data structures.")
 | 
			
		|||
(define-public ghc-file-embed
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ghc-file-embed")
 | 
			
		||||
    (version "0.0.10.1")
 | 
			
		||||
    (version "0.0.11")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -3477,7 +3477,7 @@ for generating graph-like data structures.")
 | 
			
		|||
                           "file-embed-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0lj164cnzqyd487mli91nnr7137a4h4qsasfwsnsh77sx12fpk9k"))))
 | 
			
		||||
         "0l6dkwccbzzyx8rcav03lya2334dgi3vfwk96h7l93l0fc4x19gf"))))
 | 
			
		||||
    (build-system haskell-build-system)
 | 
			
		||||
    (home-page "https://github.com/snoyberg/file-embed")
 | 
			
		||||
    (synopsis "Use Template Haskell to embed file contents directly")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue