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, hspec, HUnit, parsec, shakespeare, text, xmlConduit }:
|
2012-11-21 11:23:29 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "xml-hamlet";
|
2014-04-28 18:18:19 +01:00
|
|
|
version = "0.4.0.8";
|
|
|
|
sha256 = "10hc4a6lqifiinm9rf1ziw35bjnjgkd5mhagg9anvz35hhr7bbrr";
|
2012-11-21 11:23:29 +00:00
|
|
|
buildDepends = [ parsec shakespeare text xmlConduit ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ hspec HUnit parsec shakespeare text xmlConduit ];
|
2012-11-21 11:23:29 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.yesodweb.com/";
|
|
|
|
description = "Hamlet-style quasiquoter for XML content";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|