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!
|
||||
|
||||
{ cabal, attoparsec, blazeHtml, conduit, conduitExtra, dataDefault
|
||||
, hspec, systemFileio, systemFilepath, text, transformers
|
||||
, xssSanitize
|
||||
{ cabal, attoparsec, blazeHtml, blazeMarkup, conduit, conduitExtra
|
||||
, dataDefault, hspec, systemFileio, systemFilepath, text
|
||||
, transformers, xssSanitize
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "markdown";
|
||||
version = "0.1.12";
|
||||
sha256 = "19qpr9k3yz5c77i4y4qldq4ak0m8iy6ca5wjx6mix9krlnwxkrid";
|
||||
version = "0.1.13";
|
||||
sha256 = "1r04h641d9y8p88h59isrz9g42gq7vdykx3n8bhk499ici800134";
|
||||
buildDepends = [
|
||||
attoparsec blazeHtml conduit conduitExtra dataDefault text
|
||||
transformers xssSanitize
|
||||
attoparsec blazeHtml blazeMarkup conduit conduitExtra dataDefault
|
||||
text transformers xssSanitize
|
||||
];
|
||||
testDepends = [
|
||||
blazeHtml conduit conduitExtra hspec systemFileio systemFilepath
|
||||
|
Loading…
Reference in New Issue
Block a user