mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-5-g7c30584 from Hackage revision
a4534198c9
.
This commit is contained in:
parent
008570968c
commit
160faaa061
@ -52948,6 +52948,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"circular" = callPackage
|
||||
({ mkDerivation, aeson, base, hspec, hspec-discover, QuickCheck
|
||||
, quickcheck-instances, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "circular";
|
||||
version = "0.1.0";
|
||||
sha256 = "106kfb45dp8ys739g0k69n66j1wydfzhj6vhxy9fgzkajcc0q37b";
|
||||
libraryHaskellDepends = [ aeson base vector ];
|
||||
testHaskellDepends = [
|
||||
aeson base hspec hspec-discover QuickCheck quickcheck-instances
|
||||
vector
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Circular fixed-sized mutable vectors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cirru-parser" = callPackage
|
||||
({ mkDerivation, aeson, base, text, vector }:
|
||||
mkDerivation {
|
||||
@ -61937,8 +61955,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cpkg";
|
||||
version = "0.2.5.4";
|
||||
sha256 = "1269zgvcvd18zdmg4rf73mh89a3gcph91fqm46p5h05wz500179w";
|
||||
version = "0.2.5.6";
|
||||
sha256 = "1fvwvaqd9nn4pnblyi874kwb450h85gg2afa6khp4vsz1bybc8ch";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -116174,8 +116192,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.32.1";
|
||||
sha256 = "1b79z6jngz1rwaah41fndp37isrydzgmjv0vc92hqrsl7j4xm0zl";
|
||||
version = "0.32.2";
|
||||
sha256 = "08skvs3b6yfrz78g49m6c70i06wcs2ihfr5p1wq98fg11vk7xvla";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -227038,6 +227056,24 @@ self: {
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
}) {};
|
||||
|
||||
"skylighting_0_8_5" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers
|
||||
, skylighting-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting";
|
||||
version = "0.8.5";
|
||||
sha256 = "1b8m0spspp060p5hkl2qxarh3cwji0shq5kdwz2w93kiyl8hk8sv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers skylighting-core
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-core" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
@ -227070,6 +227106,39 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"skylighting-core_0_8_5" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, attoparsec, base
|
||||
, base64-bytestring, binary, blaze-html, bytestring
|
||||
, case-insensitive, colour, containers, criterion, Diff, directory
|
||||
, filepath, HUnit, hxt, mtl, pretty-show, QuickCheck, random
|
||||
, regex-pcre-builtin, safe, tasty, tasty-golden, tasty-hunit
|
||||
, tasty-quickcheck, text, transformers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "skylighting-core";
|
||||
version = "0.8.5";
|
||||
sha256 = "1azcq7g8c4p18q4akk7rl0bczjvp0vl4mnqvsfmzcdf7sdjlg9f7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal attoparsec base base64-bytestring binary
|
||||
blaze-html bytestring case-insensitive colour containers directory
|
||||
filepath hxt mtl regex-pcre-builtin safe text transformers
|
||||
utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers Diff directory filepath HUnit
|
||||
pretty-show QuickCheck random tasty tasty-golden tasty-hunit
|
||||
tasty-quickcheck text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base containers criterion directory filepath text
|
||||
];
|
||||
description = "syntax highlighting library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"skylighting-extensions" = callPackage
|
||||
({ mkDerivation, base, containers, skylighting, skylighting-modding
|
||||
, text
|
||||
|
Loading…
Reference in New Issue
Block a user