forked from mirrors/nixpkgs
haskell-xml-hamlet: add version 0.4.0.3
This commit is contained in:
parent
afc41f2278
commit
4ea0f76ffc
14
pkgs/development/libraries/haskell/xml-hamlet/default.nix
Normal file
14
pkgs/development/libraries/haskell/xml-hamlet/default.nix
Normal 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;
|
||||
};
|
||||
})
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue