me
/
guix
Archived
1
0
Fork 0

gnu: ghc-file-embed: Update to 0.0.11.

* gnu/packages/haskell-xyz.scm (ghc-file-embed): Update to 0.0.11.
master
Timothy Sample 2019-10-31 00:40:49 -04:00
parent 90e7b0e4c9
commit b5920d5040
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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")