{ mkDerivation, base, bytestring, containers, lib, parsec, tasty , tasty-bench, tasty-hunit, tasty-quickcheck, text, transformers , unicode-data, unicode-transforms }: mkDerivation { pname = "commonmark"; version = "0.2.4"; sha256 = "557fcef92671eec142068c7772734d41c727659c51eb93db09acca693f9a1d56"; isLibrary = true; isExecutable = false; enableSeparateDataOutput = false; libraryHaskellDepends = [ base bytestring containers parsec text transformers unicode-data unicode-transforms ]; testHaskellDepends = [ base parsec tasty tasty-hunit tasty-quickcheck text unicode-transforms ]; benchmarkHaskellDepends = [ base tasty-bench text ]; enableLibraryProfiling = true; enableExecutableProfiling = true; doHaddock = true; jailbreak = true; doCheck = false; doBenchmark = false; hyperlinkSource = false; homepage = "https://github.com/jgm/commonmark-hs"; description = "Pure Haskell commonmark parser"; license = lib.licenses.bsd3; broken = false; }