mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
1facbe37c6
commit
a2e87226ae
|
@ -137730,6 +137730,60 @@ self: {
|
||||||
}) {inherit (pkgs) netcdf;};
|
}) {inherit (pkgs) netcdf;};
|
||||||
|
|
||||||
"hnix" = callPackage
|
"hnix" = callPackage
|
||||||
|
({ mkDerivation, aeson, array, base, base16-bytestring, binary
|
||||||
|
, bytestring, comonad, containers, criterion, cryptonite, data-fix
|
||||||
|
, deepseq, deriving-compat, Diff, directory, exceptions, filepath
|
||||||
|
, free, gitrev, Glob, hashable, hashing, haskeline, hedgehog
|
||||||
|
, hnix-store-core, hnix-store-remote, http-client, http-client-tls
|
||||||
|
, http-types, lens-family, lens-family-core, lens-family-th, logict
|
||||||
|
, megaparsec, monad-control, monadlist, mtl, neat-interpolation
|
||||||
|
, optparse-applicative, parser-combinators, pretty-show
|
||||||
|
, prettyprinter, process, ref-tf, regex-tdfa, relude, repline
|
||||||
|
, scientific, semialign, serialise, some, split, syb, tasty
|
||||||
|
, tasty-hedgehog, tasty-hunit, tasty-th, template-haskell, text
|
||||||
|
, th-lift-instances, these, time, transformers, transformers-base
|
||||||
|
, unix, unordered-containers, vector, xml
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "hnix";
|
||||||
|
version = "0.14.0.8";
|
||||||
|
sha256 = "101zbbrqs3fv1kxp428r97pq59fa6g0qkj1bqnsfchv4mxizg8jc";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
enableSeparateDataOutput = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson array base base16-bytestring binary bytestring comonad
|
||||||
|
containers cryptonite data-fix deepseq deriving-compat directory
|
||||||
|
exceptions filepath free gitrev hashable hashing hnix-store-core
|
||||||
|
hnix-store-remote http-client http-client-tls http-types
|
||||||
|
lens-family lens-family-core lens-family-th logict megaparsec
|
||||||
|
monad-control monadlist mtl neat-interpolation optparse-applicative
|
||||||
|
parser-combinators pretty-show prettyprinter process ref-tf
|
||||||
|
regex-tdfa relude scientific semialign serialise some split syb
|
||||||
|
template-haskell text th-lift-instances these time transformers
|
||||||
|
transformers-base unix unordered-containers vector xml
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [
|
||||||
|
aeson base comonad containers data-fix deepseq exceptions filepath
|
||||||
|
free haskeline optparse-applicative pretty-show prettyprinter
|
||||||
|
ref-tf relude repline serialise template-haskell time
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base containers data-fix Diff directory exceptions filepath Glob
|
||||||
|
hedgehog megaparsec neat-interpolation optparse-applicative
|
||||||
|
pretty-show prettyprinter process relude serialise split tasty
|
||||||
|
tasty-hedgehog tasty-hunit tasty-th template-haskell time unix
|
||||||
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
base criterion data-fix exceptions filepath optparse-applicative
|
||||||
|
relude serialise template-haskell time
|
||||||
|
];
|
||||||
|
description = "Haskell implementation of the Nix language";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
maintainers = with lib.maintainers; [ Anton-Latukha ];
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"hnix_0_16_0" = callPackage
|
||||||
({ mkDerivation, aeson, array, base, base16-bytestring, binary
|
({ mkDerivation, aeson, array, base, base16-bytestring, binary
|
||||||
, bytestring, comonad, containers, criterion, cryptonite, data-fix
|
, bytestring, comonad, containers, criterion, cryptonite, data-fix
|
||||||
, deepseq, deriving-compat, Diff, directory, exceptions, filepath
|
, deepseq, deriving-compat, Diff, directory, exceptions, filepath
|
||||||
|
@ -137780,6 +137834,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Haskell implementation of the Nix language";
|
description = "Haskell implementation of the Nix language";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
maintainers = with lib.maintainers; [ Anton-Latukha ];
|
maintainers = with lib.maintainers; [ Anton-Latukha ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue