mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-blaze-html: updated to version 0.4.2.1
svn path=/nixpkgs/trunk/; revision=30265
This commit is contained in:
parent
5e5dd16842
commit
ff21c3f5b5
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "blaze-html";
|
pname = "blaze-html";
|
||||||
version = "0.4.2.0";
|
version = "0.4.2.1";
|
||||||
sha256 = "098y9mzq6jr73lavv7ky58bl3aajvdg72y12varpf3v3rr4l0lb2";
|
sha256 = "0hm2jnz9n68njdrrq73a558qxl2jwcvxmy62mvf2v9q96wyp07yj";
|
||||||
buildDepends = [ blazeBuilder text ];
|
buildDepends = [ blazeBuilder text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/blaze";
|
homepage = "http://jaspervdj.be/blaze";
|
||||||
|
description = "A blazingly fast HTML combinator library for Haskell";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
|
Loading…
Reference in a new issue