mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
hackage-packages.nix: downgrade blaze-html and haddock-library to fix Pandoc build
This commit is contained in:
parent
e568408367
commit
179f1b788f
1 changed files with 58 additions and 16 deletions
|
@ -19127,7 +19127,6 @@ self: {
|
|||
apiary base blaze-builder blaze-html bytestring cookie time
|
||||
types-compat wai web-routing
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/philopon/apiary";
|
||||
description = "Cookie support for apiary web framework";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -24899,7 +24898,6 @@ self: {
|
|||
version = "0.1.0.0";
|
||||
sha256 = "1q1gwjg8xfp20lrlrlkdprny7j437fsnm5c9p5rv4549nyam7prw";
|
||||
buildDepends = [ base blaze-html text ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/agrafix/blaze-bootstrap";
|
||||
description = "Blaze helper functions for bootstrap pages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -24979,6 +24977,26 @@ self: {
|
|||
}) {};
|
||||
|
||||
"blaze-html" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, blaze-markup, bytestring
|
||||
, containers, HUnit, QuickCheck, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blaze-html";
|
||||
version = "0.7.1.0";
|
||||
sha256 = "0krvyik9hdizvyx3r499vah34b1jnnv4ivm9h1ij7rgh9xjw34ja";
|
||||
buildDepends = [ base blaze-builder blaze-markup bytestring text ];
|
||||
testDepends = [
|
||||
base blaze-builder blaze-markup bytestring containers HUnit
|
||||
QuickCheck test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 text
|
||||
];
|
||||
homepage = "http://jaspervdj.be/blaze";
|
||||
description = "A blazingly fast HTML combinator library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"blaze-html_0_8_0_2" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, blaze-markup, bytestring
|
||||
, containers, HUnit, QuickCheck, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, text
|
||||
|
@ -24993,6 +25011,7 @@ self: {
|
|||
QuickCheck test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://jaspervdj.be/blaze";
|
||||
description = "A blazingly fast HTML combinator library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -25046,6 +25065,25 @@ self: {
|
|||
}) {};
|
||||
|
||||
"blaze-markup" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, bytestring, containers, HUnit
|
||||
, QuickCheck, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "blaze-markup";
|
||||
version = "0.6.3.0";
|
||||
sha256 = "1x057jlp89js6xbbyp4ky7xf5wq1ckl516b8bzp4y3knz50jshll";
|
||||
buildDepends = [ base blaze-builder bytestring text ];
|
||||
testDepends = [
|
||||
base blaze-builder bytestring containers HUnit QuickCheck
|
||||
test-framework test-framework-hunit test-framework-quickcheck2 text
|
||||
];
|
||||
homepage = "http://jaspervdj.be/blaze";
|
||||
description = "A blazingly fast markup combinator library for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"blaze-markup_0_7_0_2" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, bytestring, containers, HUnit
|
||||
, QuickCheck, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, text
|
||||
|
@ -29299,7 +29337,6 @@ self: {
|
|||
aeson base blaze-html bytestring containers data-default http-types
|
||||
mtl syb text uniplate wai wai-extra xss-sanitize
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jgm/cheapskate";
|
||||
description = "Experimental markdown processor";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -39364,7 +39401,6 @@ self: {
|
|||
base blaze-bootstrap blaze-html digestive-functors
|
||||
digestive-functors-blaze http-types text
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Speed up form designing using digestive functors and bootstrap";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
@ -54562,6 +54598,23 @@ self: {
|
|||
}) {};
|
||||
|
||||
"haddock-library" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, deepseq, hspec
|
||||
, QuickCheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock-library";
|
||||
version = "1.1.1";
|
||||
sha256 = "0sjnmbmq1pss9ikcqnhvpf57rv78lzi1r99ywpmmvj1gyva2s31m";
|
||||
buildDepends = [ base bytestring deepseq ];
|
||||
testDepends = [
|
||||
base base-compat bytestring deepseq hspec QuickCheck
|
||||
];
|
||||
homepage = "http://www.haskell.org/haddock/";
|
||||
description = "Library exposing some functionality of Haddock";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haddock-library_1_2_0" = callPackage
|
||||
({ mkDerivation, base, base-compat, bytestring, deepseq, hspec
|
||||
, QuickCheck, transformers
|
||||
}:
|
||||
|
@ -55588,7 +55641,6 @@ self: {
|
|||
safecopy text time unordered-containers web-routes
|
||||
web-routes-happstack
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.happstack.com/";
|
||||
description = "Happstack Authentication Library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -58713,7 +58765,6 @@ self: {
|
|||
base blaze-html directory filepath HaTeX parsec text time
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "HaTeX User's Guide";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -59613,6 +59664,7 @@ self: {
|
|||
network process text transformers
|
||||
];
|
||||
testDepends = [ base containers mtl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/mvoidex/hdocs";
|
||||
description = "Haskell docs tool";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -70328,7 +70380,6 @@ self: {
|
|||
base base64-bytestring blaze-html bytestring directory filepath
|
||||
ihaskell ihaskell-blaze Rlang-QQ split stm template-haskell xformat
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "a rDisp quasiquote to show plots from Rlang-QQ in IHaskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -78525,7 +78576,6 @@ self: {
|
|||
base blaze-html blaze-markup cheapskate directory filepath
|
||||
highlighting-kate parsec text time unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/cdosborn/lit";
|
||||
description = "A simple tool for literate programming";
|
||||
license = "GPL";
|
||||
|
@ -90112,7 +90162,6 @@ self: {
|
|||
test-framework-quickcheck2 text zip-archive
|
||||
];
|
||||
configureFlags = [ "-fhttps" "-fmake-pandoc-man-pages" ];
|
||||
jailbreak = true;
|
||||
homepage = "http://johnmacfarlane.net/pandoc";
|
||||
description = "Conversion between markup formats";
|
||||
license = "GPL";
|
||||
|
@ -95504,7 +95553,6 @@ self: {
|
|||
multiset QuickCheck quickcheck-instances template-haskell text
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Web graphic applications with processing.js.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -98969,7 +99017,6 @@ self: {
|
|||
version = "0.2.3";
|
||||
sha256 = "1bbmmvrprbig4ic1vq8jjhb4nxxkn0a4dxxaa62i02ms3wb1vsf5";
|
||||
buildDepends = [ base blaze-html blaze-markup reform text ];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.happstack.com/";
|
||||
description = "Add support for using blaze-html with Reform";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -98982,7 +99029,6 @@ self: {
|
|||
version = "0.0.4";
|
||||
sha256 = "1f8rh9wiax6g7kh1j0j2zmqr7n1ll9ijn2xqp1shhsq8vp30f8fg";
|
||||
buildDepends = [ base blaze-markup reform shakespeare text ];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.happstack.com/";
|
||||
description = "Add support for using Hamlet with Reform";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -107277,7 +107323,6 @@ self: {
|
|||
version = "0.2.1.2";
|
||||
sha256 = "136i5q9ipfqrh7fw8rgn1ws6zkjdrfwfq9wpccrm8dg3l61380wh";
|
||||
buildDepends = [ base blaze-html snap-core ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/jaspervdj/snap-blaze";
|
||||
description = "blaze-html integration for Snap";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -117894,7 +117939,6 @@ self: {
|
|||
testDepends = [
|
||||
base directory doctest filepath parsers QuickCheck
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/ekmett/trifecta/";
|
||||
description = "A modern parser combinator library with convenient diagnostics";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -126348,7 +126392,6 @@ self: {
|
|||
testDepends = [
|
||||
base blaze-markup bytestring old-locale text time zip-archive
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Streaming Excel file generation and parsing";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -128610,7 +128653,6 @@ self: {
|
|||
base blaze-html blaze-markup bytestring directory pandoc persistent
|
||||
shakespeare texmath text xss-sanitize yesod-core yesod-form
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/pbrisbin/yesod-markdown";
|
||||
description = "Tools for using markdown in a yesod application";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue