2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 13:09:07 -08:00
|
|
|
{ cabal, filepath, HUnit }:
|
2011-08-07 15:51:22 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:51:22 -07:00
|
|
|
pname = "file-embed";
|
2014-05-23 07:00:09 -07:00
|
|
|
version = "0.0.7";
|
|
|
|
sha256 = "0mj8f70f9k78wjzcx59w68szajafmm119rcrsspmxsygglh8ji2g";
|
2013-01-04 10:17:21 -08:00
|
|
|
buildDepends = [ filepath ];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [ filepath HUnit ];
|
2011-08-07 15:51:22 -07:00
|
|
|
meta = {
|
2012-05-08 03:08:16 -07:00
|
|
|
homepage = "https://github.com/snoyberg/file-embed";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Use Template Haskell to embed file contents directly";
|
2011-08-07 15:51:22 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 15:51:22 -07:00
|
|
|
};
|
|
|
|
})
|