2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-08-07 22:51:22 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 22:51:22 +00:00
|
|
|
pname = "file-embed";
|
2012-10-08 09:25:24 +00:00
|
|
|
version = "0.0.4.6";
|
|
|
|
sha256 = "0p2vs56s1jy5xaw3axzfsir925z2a46624n32x797lga9khm3qvp";
|
2011-08-07 22:51:22 +00:00
|
|
|
meta = {
|
2012-05-08 10:08:16 +00:00
|
|
|
homepage = "https://github.com/snoyberg/file-embed";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Use Template Haskell to embed file contents directly";
|
2011-08-07 22:51:22 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 10:21:28 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-07 22:51:22 +00:00
|
|
|
};
|
|
|
|
})
|