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-07-14 09:54:20 +01:00
|
|
|
version = "0.4.0.9";
|
|
|
|
sha256 = "0vm4jhvjf53a33sisnhghg0m9pcv2fx676rl90vbm2xcd9rqlj82";
|
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;
|
|
|
|
};
|
|
|
|
})
|