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