haskell-xmlgen: add version 0.6.2.0
This commit is contained in:
parent
be4d957a9c
commit
5efa7019c7
2 changed files with 17 additions and 0 deletions
15
pkgs/development/libraries/haskell/xmlgen/default.nix
Normal file
15
pkgs/development/libraries/haskell/xmlgen/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ cabal, blazeBuilder, filepath, HUnit, hxt, mtl, QuickCheck, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xmlgen";
|
||||
version = "0.6.2.0";
|
||||
sha256 = "0b6fyg6mlm068f2jjmil52az4hk144pryf1c0wr1gx6ddx9yzjy4";
|
||||
buildDepends = [ blazeBuilder mtl text ];
|
||||
testDepends = [ filepath HUnit hxt QuickCheck text ];
|
||||
meta = {
|
||||
description = "Fast XML generation library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -2278,6 +2278,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||
|
||||
xmlConduit = callPackage ../development/libraries/haskell/xml-conduit {};
|
||||
|
||||
xmlgen = callPackage ../development/libraries/haskell/xmlgen {};
|
||||
|
||||
xmlHamlet = callPackage ../development/libraries/haskell/xml-hamlet {};
|
||||
|
||||
xmlhtml = callPackage ../development/libraries/haskell/xmlhtml {};
|
||||
|
|
Loading…
Reference in a new issue