haskell-markdown: update to version 0.1.13
This commit is contained in:
parent
d5f53419e0
commit
c6678cdb7c
@ -1,17 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, attoparsec, blazeHtml, conduit, conduitExtra, dataDefault
|
{ cabal, attoparsec, blazeHtml, blazeMarkup, conduit, conduitExtra
|
||||||
, hspec, systemFileio, systemFilepath, text, transformers
|
, dataDefault, hspec, systemFileio, systemFilepath, text
|
||||||
, xssSanitize
|
, transformers, xssSanitize
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "markdown";
|
pname = "markdown";
|
||||||
version = "0.1.12";
|
version = "0.1.13";
|
||||||
sha256 = "19qpr9k3yz5c77i4y4qldq4ak0m8iy6ca5wjx6mix9krlnwxkrid";
|
sha256 = "1r04h641d9y8p88h59isrz9g42gq7vdykx3n8bhk499ici800134";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeHtml conduit conduitExtra dataDefault text
|
attoparsec blazeHtml blazeMarkup conduit conduitExtra dataDefault
|
||||||
transformers xssSanitize
|
text transformers xssSanitize
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeHtml conduit conduitExtra hspec systemFileio systemFilepath
|
blazeHtml conduit conduitExtra hspec systemFileio systemFilepath
|
||||||
|
Loading…
Reference in New Issue
Block a user