3
0
Fork 0
forked from mirrors/nixpkgs

haskell-xml-hamlet: add version 0.4.0.3

This commit is contained in:
Peter Simons 2012-11-21 12:23:29 +01:00
parent afc41f2278
commit 4ea0f76ffc
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ cabal, parsec, shakespeare, text, xmlConduit }:
cabal.mkDerivation (self: {
pname = "xml-hamlet";
version = "0.4.0.3";
sha256 = "1923c2jg162jab01mcbpy52xs1pzxkrgny6sq8v0p758n8hjazwc";
buildDepends = [ parsec shakespeare text xmlConduit ];
meta = {
homepage = "http://www.yesodweb.com/";
description = "Hamlet-style quasiquoter for XML content";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1777,6 +1777,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
xmlConduit = callPackage ../development/libraries/haskell/xml-conduit {};
xmlHamlet = callPackage ../development/libraries/haskell/xml-hamlet {};
xmlhtml = callPackage ../development/libraries/haskell/xmlhtml {};
xmlTypes = callPackage ../development/libraries/haskell/xml-types {};