2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, filepath, HUnit }:
|
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";
|
2014-05-23 14:00:09 +00:00
|
|
|
version = "0.0.7";
|
|
|
|
sha256 = "0mj8f70f9k78wjzcx59w68szajafmm119rcrsspmxsygglh8ji2g";
|
2013-01-04 18:17:21 +00:00
|
|
|
buildDepends = [ filepath ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ filepath HUnit ];
|
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;
|
2011-08-07 22:51:22 +00:00
|
|
|
};
|
|
|
|
})
|