2014-07-14 12:21:41 +01: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 23:51:22 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 23:51:22 +01:00
|
|
|
pname = "file-embed";
|
2014-05-23 15:00:09 +01: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 23:51:22 +01:00
|
|
|
meta = {
|
2012-05-08 11:08:16 +01:00
|
|
|
homepage = "https://github.com/snoyberg/file-embed";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Use Template Haskell to embed file contents directly";
|
2011-08-07 23:51:22 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 23:51:22 +01:00
|
|
|
};
|
|
|
|
})
|