Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tchoutri/horizon-platform
  • raoulhc/horizon-platform
  • jonge/horizon-platform
  • package-sets/horizon-platform
Show changes
{ mkDerivation
, base
, binary
, blaze-html
, bytestring
, containers
, lib
, pretty-show
, skylighting-core
, skylighting-format-ansi
, skylighting-format-blaze-html
, skylighting-format-latex
, text
{ mkDerivation, base, binary, blaze-html, bytestring, containers
, lib, pretty-show, skylighting-core, skylighting-format-ansi
, skylighting-format-blaze-html, skylighting-format-context
, skylighting-format-latex, text
}:
mkDerivation {
pname = "skylighting";
version = "0.13.1.1";
sha256 = "8bd0c8ec6572aed659718be82d9038f82a8a70de4f67ade5f3f1884f4e585c05";
version = "0.14.1.2";
sha256 = "178f7421bb661000722d3894ec2d07560ab73d04ae53fd4d838c3721ecb2ed8b";
configureFlags = [ "-fexecutable" ];
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
binary
containers
skylighting-core
skylighting-format-ansi
skylighting-format-blaze-html
base binary containers skylighting-core skylighting-format-ansi
skylighting-format-blaze-html skylighting-format-context
skylighting-format-latex
];
executableHaskellDepends = [
base
blaze-html
bytestring
containers
pretty-show
text
base blaze-html bytestring containers pretty-show text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -48,4 +30,4 @@ mkDerivation {
description = "syntax highlighting library";
license = lib.licenses.gpl2Only;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, hspec
, hspec-discover
, lib
, text
{ mkDerivation, QuickCheck, base, hspec, hspec-discover, lib, text
, unicode-transforms
}:
mkDerivation {
......@@ -19,7 +13,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -28,4 +22,4 @@ mkDerivation {
description = "Convert text into slugs";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, lib, logict, mtl, pretty }:
mkDerivation {
pname = "smallcheck";
version = "1.2.1";
sha256 = "e41f9d11b50e0526dd28c9bc6cf6dddf98cebd782911a00c3e5cbe4ce53fc869";
revision = "1";
editedCabalFile = "141lvb58hy94gywchaaf2dbh1dncnj951q5l6xkg1drvm94dvj1b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base logict mtl pretty ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/smallcheck";
description = "A property-based testing library";
license = lib.licenses.bsd3;
broken = false;
}