haskell-file-embed: update to version 0.0.4.7
This commit is contained in:
parent
7465fcb13f
commit
02362d7064
|
@ -1,9 +1,10 @@
|
||||||
{ cabal }:
|
{ cabal, filepath }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "file-embed";
|
pname = "file-embed";
|
||||||
version = "0.0.4.6";
|
version = "0.0.4.7";
|
||||||
sha256 = "0p2vs56s1jy5xaw3axzfsir925z2a46624n32x797lga9khm3qvp";
|
sha256 = "1hn08499kay0y6ik5z1s58s8r9h1nzf116avgi6ia4b565wpzkvi";
|
||||||
|
buildDepends = [ filepath ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/file-embed";
|
homepage = "https://github.com/snoyberg/file-embed";
|
||||||
description = "Use Template Haskell to embed file contents directly";
|
description = "Use Template Haskell to embed file contents directly";
|
||||||
|
|
Loading…
Reference in New Issue