mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
bbe9c77121
.
This commit is contained in:
parent
7313fac88d
commit
4ee54f160b
298
pkgs/development/haskell-modules/hackage-packages.nix
generated
298
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -6543,18 +6543,24 @@ self: {
|
|||
}) {};
|
||||
|
||||
"Frames-streamly" = callPackage
|
||||
({ mkDerivation, base, exceptions, Frames, primitive, streamly
|
||||
, text, vinyl
|
||||
({ mkDerivation, base, binary, bytestring
|
||||
, bytestring-strict-builder, cereal, clock, exceptions
|
||||
, fast-builder, foldl, Frames, mtl, primitive, relude, streamly
|
||||
, streamly-bytestring, strict, text, vector, vinyl
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Frames-streamly";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0i007clm5q2rjmj7qfyig4sajk2bi1fc57w132j4vrvgp3p9p4rr";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "10dzkkacf25fz2g26c21g1plag252hlcanpyx9m9bmkla8n0ggmv";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base exceptions Frames primitive streamly text vinyl
|
||||
base exceptions Frames primitive relude streamly strict text vinyl
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring bytestring-strict-builder cereal clock
|
||||
fast-builder foldl Frames mtl primitive relude streamly
|
||||
streamly-bytestring strict text vector vinyl
|
||||
];
|
||||
testHaskellDepends = [ base Frames streamly text vinyl ];
|
||||
description = "A streamly layer for Frames I/O";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -38777,19 +38783,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"basement" = callPackage
|
||||
({ mkDerivation, base, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "basement";
|
||||
version = "0.0.11";
|
||||
sha256 = "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37";
|
||||
revision = "3";
|
||||
editedCabalFile = "1indgsrk0yhkbqlxj39qqb5xqicwkmcliggb8wn87vgfswxpi1dn";
|
||||
libraryHaskellDepends = [ base ghc-prim ];
|
||||
description = "Foundation scrap box of array & string";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"basement_0_0_12" = callPackage
|
||||
({ mkDerivation, base, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "basement";
|
||||
|
@ -38798,7 +38791,6 @@ self: {
|
|||
libraryHaskellDepends = [ base ghc-prim ];
|
||||
description = "Foundation scrap box of array & string";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"basen" = callPackage
|
||||
|
@ -88247,19 +88239,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"express" = callPackage
|
||||
({ mkDerivation, base, leancheck, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "express";
|
||||
version = "0.1.4";
|
||||
sha256 = "0rhrlynb950n2c79s3gz0vyd6b34crlhzlva0w91qbzn9dpfrays";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base leancheck ];
|
||||
benchmarkHaskellDepends = [ base leancheck ];
|
||||
description = "Dynamically-typed expressions involving applications and variables";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"express_0_1_6" = callPackage
|
||||
({ mkDerivation, base, leancheck, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "express";
|
||||
|
@ -88270,7 +88249,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base leancheck ];
|
||||
description = "Dynamically-typed expressions involving applications and variables";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"expression-parser" = callPackage
|
||||
|
@ -88736,22 +88714,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"extrapolate" = callPackage
|
||||
({ mkDerivation, base, express, leancheck, speculate
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "extrapolate";
|
||||
version = "0.4.2";
|
||||
sha256 = "1dhljcsqahpyn3khxjbxc15ih1r6kgqcagr5gbpg1d705ji7y3j0";
|
||||
libraryHaskellDepends = [
|
||||
base express leancheck speculate template-haskell
|
||||
];
|
||||
testHaskellDepends = [ base express leancheck speculate ];
|
||||
description = "generalize counter-examples of test properties";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"extrapolate_0_4_4" = callPackage
|
||||
({ mkDerivation, base, express, leancheck, speculate
|
||||
, template-haskell
|
||||
}:
|
||||
|
@ -88765,7 +88727,6 @@ self: {
|
|||
testHaskellDepends = [ base express leancheck speculate ];
|
||||
description = "generalize counter-examples of test properties";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ez-couch" = callPackage
|
||||
|
@ -89463,6 +89424,27 @@ self: {
|
|||
maintainers = with lib.maintainers; [ sternenseemann ];
|
||||
}) {};
|
||||
|
||||
"fast-logger_3_0_4" = callPackage
|
||||
({ mkDerivation, array, auto-update, base, bytestring, directory
|
||||
, easy-file, filepath, hspec, hspec-discover, text, unix-compat
|
||||
, unix-time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fast-logger";
|
||||
version = "3.0.4";
|
||||
sha256 = "1a6h7mn34lw732ajlyc6bf7cybw2khs1cr4gj9dg2dd571q00rx1";
|
||||
libraryHaskellDepends = [
|
||||
array auto-update base bytestring directory easy-file filepath text
|
||||
unix-compat unix-time
|
||||
];
|
||||
testHaskellDepends = [ base bytestring directory hspec ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A fast logging system";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ sternenseemann ];
|
||||
}) {};
|
||||
|
||||
"fast-math" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -95250,21 +95232,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"foundation" = callPackage
|
||||
({ mkDerivation, base, basement, gauge, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "foundation";
|
||||
version = "0.0.25";
|
||||
sha256 = "0q6kx57ygmznlpf8n499hid4x6mj3180paijx0a8dgi9hh7man61";
|
||||
revision = "1";
|
||||
editedCabalFile = "1ps5sk50sf4b5hd87k3jqykqrwcw2wzyp50rcy6pghd61h83cjg2";
|
||||
libraryHaskellDepends = [ base basement ghc-prim ];
|
||||
testHaskellDepends = [ base basement ];
|
||||
benchmarkHaskellDepends = [ base basement gauge ];
|
||||
description = "Alternative prelude with batteries and no dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"foundation_0_0_26_1" = callPackage
|
||||
({ mkDerivation, base, basement, gauge, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "foundation";
|
||||
|
@ -95275,7 +95242,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base basement gauge ];
|
||||
description = "Alternative prelude with batteries and no dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"foundation-edge" = callPackage
|
||||
|
@ -102122,18 +102088,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"ghc-parser" = callPackage
|
||||
({ mkDerivation, base, cpphs, ghc, happy }:
|
||||
mkDerivation {
|
||||
pname = "ghc-parser";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "1pygg0538nah42ll0zai081y8hv8z7lwl0vr9l2k273i4fdif7hb";
|
||||
libraryHaskellDepends = [ base ghc ];
|
||||
libraryToolDepends = [ cpphs happy ];
|
||||
description = "Haskell source parser from GHC";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ghc-parser_0_2_3_0" = callPackage
|
||||
({ mkDerivation, base, cpphs, ghc, happy }:
|
||||
mkDerivation {
|
||||
pname = "ghc-parser";
|
||||
|
@ -102143,7 +102097,6 @@ self: {
|
|||
libraryToolDepends = [ cpphs happy ];
|
||||
description = "Haskell source parser from GHC";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-paths" = callPackage
|
||||
|
@ -143259,25 +143212,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"hvega" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, filepath, tasty, tasty-golden, text, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hvega";
|
||||
version = "0.11.0.0";
|
||||
sha256 = "1lz5f04yi97wkqhyxvav262ayyvvl96xrgvgzyk1ca1g299dw866";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ aeson base text unordered-containers ];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring containers filepath tasty
|
||||
tasty-golden text unordered-containers
|
||||
];
|
||||
description = "Create Vega-Lite visualizations (version 4) in Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hvega_0_11_0_1" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, filepath, tasty, tasty-golden, text, unordered-containers
|
||||
}:
|
||||
|
@ -143294,7 +143228,6 @@ self: {
|
|||
];
|
||||
description = "Create Vega-Lite visualizations (version 4) in Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hvega-theme" = callPackage
|
||||
|
@ -146756,43 +146689,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"ihaskell" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
||||
, cmdargs, containers, directory, filepath, ghc, ghc-boot
|
||||
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
|
||||
, hspec, hspec-contrib, http-client, http-client-tls, HUnit
|
||||
, ipython-kernel, mtl, parsec, process, random, raw-strings-qq
|
||||
, setenv, shelly, split, stm, strict, text, time, transformers
|
||||
, unix, unordered-containers, utf8-string, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ihaskell";
|
||||
version = "0.10.1.2";
|
||||
sha256 = "1gs2j0qgxzf346nlnq0zx12yj528ykxia5r3rlldpf6f01zs89v8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64-bytestring bytestring cereal cmdargs containers
|
||||
directory filepath ghc ghc-boot ghc-parser ghc-paths haskeline
|
||||
haskell-src-exts hlint http-client http-client-tls ipython-kernel
|
||||
mtl parsec process random shelly split stm strict text time
|
||||
transformers unix unordered-containers utf8-string vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base bytestring containers directory ghc ipython-kernel
|
||||
process strict text transformers unix unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base directory ghc ghc-paths here hspec hspec-contrib HUnit
|
||||
raw-strings-qq setenv shelly text transformers
|
||||
];
|
||||
description = "A Haskell backend kernel for the IPython project";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell_0_10_2_0" = callPackage
|
||||
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
|
||||
, cmdargs, containers, directory, exceptions, filepath, ghc
|
||||
, ghc-boot, ghc-parser, ghc-paths, haskeline, here, hlint, hspec
|
||||
|
@ -149125,6 +149021,23 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"inspection-testing_0_4_5_0" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, mtl, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "inspection-testing";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "1d8bi60m97yw4vxmajclg66xhaap8nj4dli8bxni0mf4mcm0px01";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc mtl template-haskell transformers
|
||||
];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "GHC plugin to do inspection testing";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"inspector-wrecker" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, case-insensitive
|
||||
, connection, data-default, http-client, http-client-tls
|
||||
|
@ -161642,18 +161555,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"leancheck" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "leancheck";
|
||||
version = "0.9.3";
|
||||
sha256 = "14wi7h07pipd56grhaqmhb8wmr52llgd3xb7fm8hi9fb1sfzmvg0";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Enumerative property-based testing";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"leancheck_0_9_4" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "leancheck";
|
||||
|
@ -161663,7 +161564,6 @@ self: {
|
|||
testHaskellDepends = [ base ];
|
||||
description = "Enumerative property-based testing";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"leancheck-enum-instances" = callPackage
|
||||
|
@ -184095,21 +183995,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"mysql" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, hspec, mysql
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mysql";
|
||||
version = "0.2";
|
||||
sha256 = "09b1rhv16g8npjblq9jfi29bffsplvq4hnksdhknd39anr5gpqzc";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring containers ];
|
||||
librarySystemDepends = [ mysql ];
|
||||
testHaskellDepends = [ base bytestring hspec ];
|
||||
description = "A low-level MySQL client library";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) mysql;};
|
||||
|
||||
"mysql_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, hspec, mysql
|
||||
}:
|
||||
mkDerivation {
|
||||
|
@ -184122,7 +184007,6 @@ self: {
|
|||
testHaskellDepends = [ base bytestring hspec ];
|
||||
description = "A low-level MySQL client library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) mysql;};
|
||||
|
||||
"mysql-effect" = callPackage
|
||||
|
@ -218193,28 +218077,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"rattletrap" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, containers, filepath, http-client, http-client-tls, HUnit, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rattletrap";
|
||||
version = "11.0.1";
|
||||
sha256 = "1s9n89i6mh3lw9mni5lgs8qnq5c1981hrz5bv0n9cffnnp45av6a";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty array base bytestring containers filepath
|
||||
http-client http-client-tls text
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base bytestring filepath HUnit ];
|
||||
description = "Parse and generate Rocket League replays";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rattletrap_11_1_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base, bytestring
|
||||
, containers, filepath, http-client, http-client-tls, HUnit, text
|
||||
}:
|
||||
|
@ -235004,8 +234866,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-polysemy";
|
||||
version = "0.1.2";
|
||||
sha256 = "05qk2kl90lqszwhi1yqnj63zkx3qvd6jbaxsxjw68k7ppsjvnyks";
|
||||
version = "0.1.3";
|
||||
sha256 = "132yf6fp0hl6k3859sywkfzsca8xsaqd3a4ca4vdqqjrllk0m88i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -244836,28 +244698,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"sourcemap" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
|
||||
, process, random, text, unordered-containers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sourcemap";
|
||||
version = "0.1.6";
|
||||
sha256 = "0ynfm44ym8y592wnzdwa0d05dbkffyyg5sm26y5ylzpynk64r85r";
|
||||
revision = "1";
|
||||
editedCabalFile = "1f7q44ar6qfip8fsllg43jyn7r15ifn2r0vz32cbmx0sb0d38dax";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring process text unordered-containers
|
||||
utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring process text unordered-containers utf8-string
|
||||
];
|
||||
benchmarkHaskellDepends = [ base bytestring criterion random ];
|
||||
description = "Implementation of source maps as proposed by Google and Mozilla";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"sourcemap_0_1_6_1" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, criterion
|
||||
, process, random, text, unordered-containers, utf8-string
|
||||
}:
|
||||
|
@ -244875,7 +244715,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base bytestring criterion random ];
|
||||
description = "Implementation of source maps as proposed by Google and Mozilla";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sousit" = callPackage
|
||||
|
@ -245562,21 +245401,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"speculate" = callPackage
|
||||
({ mkDerivation, base, cmdargs, containers, express, leancheck }:
|
||||
mkDerivation {
|
||||
pname = "speculate";
|
||||
version = "0.4.4";
|
||||
sha256 = "0vmxi8rapbld7b3llw2v6fz1v6vqyv90rpbnzjdfa29kdza4m5sf";
|
||||
libraryHaskellDepends = [
|
||||
base cmdargs containers express leancheck
|
||||
];
|
||||
testHaskellDepends = [ base express leancheck ];
|
||||
benchmarkHaskellDepends = [ base express leancheck ];
|
||||
description = "discovery of properties about Haskell functions";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"speculate_0_4_6" = callPackage
|
||||
({ mkDerivation, base, cmdargs, containers, express, leancheck }:
|
||||
mkDerivation {
|
||||
pname = "speculate";
|
||||
|
@ -245589,7 +245413,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base express leancheck ];
|
||||
description = "discovery of properties about Haskell functions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"speculation" = callPackage
|
||||
|
@ -282734,22 +282557,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"witch" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hspec
|
||||
, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witch";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1i9c6fgmr1awcrkb01rs4rbfhmz51bnbqxc2piyvjc23pjl3x6np";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers template-haskell text
|
||||
];
|
||||
testHaskellDepends = [ base bytestring containers hspec text ];
|
||||
description = "Convert values from one type into another";
|
||||
license = lib.licenses.isc;
|
||||
}) {};
|
||||
|
||||
"witch_0_2_0_2" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, hspec
|
||||
, template-haskell, text
|
||||
}:
|
||||
|
@ -282763,7 +282570,6 @@ self: {
|
|||
testHaskellDepends = [ base bytestring containers hspec text ];
|
||||
description = "Convert values from one type into another";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"with-index" = callPackage
|
||||
|
|
Loading…
Reference in a new issue