mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 15:21:07 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3-4-g5a23331 from Hackage revision
85d71d5231
.
This commit is contained in:
parent
b93138e174
commit
c85fe3c330
1 changed files with 152 additions and 34 deletions
186
pkgs/development/haskell-modules/hackage-packages.nix
generated
186
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -9630,6 +9630,8 @@ self: {
|
||||||
testHaskellDepends = [ base hspec QuickCheck ];
|
testHaskellDepends = [ base hspec QuickCheck ];
|
||||||
description = "A library for arbitrary precision decimal numbers";
|
description = "A library for arbitrary precision decimal numbers";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"HasCacBDD" = callPackage
|
"HasCacBDD" = callPackage
|
||||||
|
@ -10563,6 +10565,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "JSON to YAML Adapter";
|
description = "JSON to YAML Adapter";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Hsed" = callPackage
|
"Hsed" = callPackage
|
||||||
|
@ -23143,6 +23147,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Extra goodies for aeson";
|
description = "Extra goodies for aeson";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aeson-filthy" = callPackage
|
"aeson-filthy" = callPackage
|
||||||
|
@ -24146,6 +24152,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Cairo-based charting backend for the Aivika simulation library";
|
description = "Cairo-based charting backend for the Aivika simulation library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aivika-experiment-chart" = callPackage
|
"aivika-experiment-chart" = callPackage
|
||||||
|
@ -24163,6 +24171,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Simulation experiments with charting for the Aivika library";
|
description = "Simulation experiments with charting for the Aivika library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aivika-experiment-diagrams" = callPackage
|
"aivika-experiment-diagrams" = callPackage
|
||||||
|
@ -24179,6 +24189,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Diagrams-based charting backend for the Aivika simulation library";
|
description = "Diagrams-based charting backend for the Aivika simulation library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aivika-gpss" = callPackage
|
"aivika-gpss" = callPackage
|
||||||
|
@ -25751,6 +25763,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Amazon Cognito Identity SDK";
|
description = "Amazon Cognito Identity SDK";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"amazonka-cognito-idp" = callPackage
|
"amazonka-cognito-idp" = callPackage
|
||||||
|
@ -26104,6 +26118,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Amazon EC2 Container Service SDK";
|
description = "Amazon EC2 Container Service SDK";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"amazonka-efs" = callPackage
|
"amazonka-efs" = callPackage
|
||||||
|
@ -32210,6 +32226,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).";
|
description = "Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).";
|
||||||
license = stdenv.lib.licenses.cc0;
|
license = stdenv.lib.licenses.cc0;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"atom-msp430" = callPackage
|
"atom-msp430" = callPackage
|
||||||
|
@ -34373,6 +34391,8 @@ self: {
|
||||||
testToolDepends = [ tasty-discover ];
|
testToolDepends = [ tasty-discover ];
|
||||||
description = "The Axel programming language";
|
description = "The Axel programming language";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"axiom" = callPackage
|
"axiom" = callPackage
|
||||||
|
@ -35914,16 +35934,21 @@ self: {
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bbi" = callPackage
|
"bbi" = callPackage
|
||||||
({ mkDerivation, base, bytestring, cereal, conduit, containers, mtl
|
({ mkDerivation, base, bioinformatics-toolkit, bytestring, cereal
|
||||||
, zlib
|
, conduit, containers, mtl, random, tasty, tasty-golden
|
||||||
|
, tasty-hunit, vector, zlib
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bbi";
|
pname = "bbi";
|
||||||
version = "0.1.0";
|
version = "0.1.1";
|
||||||
sha256 = "0y18lc7h5sljzvcbfa69n22p0l12a1rjymp4x24wlz25jbq9bm2g";
|
sha256 = "1m9rhng6kpqzsgmyr5ilq7brvx9jpkvqgqaixbdlx79ijxkw7dz3";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring cereal conduit containers mtl zlib
|
base bytestring cereal conduit containers mtl zlib
|
||||||
];
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bioinformatics-toolkit bytestring conduit mtl random tasty
|
||||||
|
tasty-golden tasty-hunit vector
|
||||||
|
];
|
||||||
description = "Tools for reading Big Binary Indexed files, e.g., bigBed, bigWig";
|
description = "Tools for reading Big Binary Indexed files, e.g., bigBed, bigWig";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
@ -37107,8 +37132,8 @@ self: {
|
||||||
pname = "binary";
|
pname = "binary";
|
||||||
version = "0.7.6.1";
|
version = "0.7.6.1";
|
||||||
sha256 = "0rqhz349w72h1bi79lga5x1d95g59h15srlahxbhfrmy2pycm1cg";
|
sha256 = "0rqhz349w72h1bi79lga5x1d95g59h15srlahxbhfrmy2pycm1cg";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "0lq4zn0wzfh7pwc163l2fain297njpd82jgjwkylbza3qs0nfx9m";
|
editedCabalFile = "0kk10dhawx3lravnlxi2f3n430k0qz3i5p8mpmi0bi6j72ihlddw";
|
||||||
libraryHaskellDepends = [ array base bytestring containers ];
|
libraryHaskellDepends = [ array base bytestring containers ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
array base bytestring Cabal containers directory filepath HUnit
|
array base bytestring Cabal containers directory filepath HUnit
|
||||||
|
@ -38782,8 +38807,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bioinformatics-toolkit";
|
pname = "bioinformatics-toolkit";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
sha256 = "1wdxlpi24c5axy8d0b9hq8wqr58ikbqy9cwrixi9dc1yya6c2mxg";
|
sha256 = "0mkcxqnszkr9r8w2rqb79501wxfpgd2g17rn2lrjcqllmxdvkgwk";
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty attoparsec base bytestring bytestring-lexing
|
aeson aeson-pretty attoparsec base bytestring bytestring-lexing
|
||||||
|
@ -39982,8 +40007,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "blas-comfort-array";
|
pname = "blas-comfort-array";
|
||||||
version = "0.0.0.1";
|
version = "0.0.0.2";
|
||||||
sha256 = "1m6kq46sz4chjfc5kh1vqvdfzvn0c46iq93hv9d5rrc9adhma7gb";
|
sha256 = "1n9w905ppb08w0d8xbxvgipr9fv1iapwq3ybvk0dbj009w341kd1";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base blas-ffi comfort-array netlib-comfort-array netlib-ffi
|
base blas-ffi comfort-array netlib-comfort-array netlib-ffi
|
||||||
storable-complex transformers
|
storable-complex transformers
|
||||||
|
@ -52150,6 +52175,8 @@ self: {
|
||||||
executableToolDepends = [ markdown-unlit ];
|
executableToolDepends = [ markdown-unlit ];
|
||||||
description = "Composable Contravariant Comonadic Logging Library";
|
description = "Composable Contravariant Comonadic Logging Library";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"co-log_0_3_0_0" = callPackage
|
"co-log_0_3_0_0" = callPackage
|
||||||
|
@ -52179,6 +52206,7 @@ self: {
|
||||||
description = "Composable Contravariant Comonadic Logging Library";
|
description = "Composable Contravariant Comonadic Logging Library";
|
||||||
license = stdenv.lib.licenses.mpl20;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"co-log-core" = callPackage
|
"co-log-core" = callPackage
|
||||||
|
@ -53409,6 +53437,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Arrays where the index type is a function of the shape type";
|
description = "Arrays where the index type is a function of the shape type";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"comfort-graph" = callPackage
|
"comfort-graph" = callPackage
|
||||||
|
@ -56801,6 +56831,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Unified interface for primitive arrays";
|
description = "Unified interface for primitive arrays";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"contiguous-checked" = callPackage
|
"contiguous-checked" = callPackage
|
||||||
|
@ -76087,6 +76119,8 @@ self: {
|
||||||
testHaskellDepends = [ base ];
|
testHaskellDepends = [ base ];
|
||||||
description = "Error code functions";
|
description = "Error code functions";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"error-context" = callPackage
|
"error-context" = callPackage
|
||||||
|
@ -92726,6 +92760,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Git remote helper to store git objects on IPFS";
|
description = "Git remote helper to store git objects on IPFS";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"git-repair" = callPackage
|
"git-repair" = callPackage
|
||||||
|
@ -111685,6 +111721,8 @@ self: {
|
||||||
libraryHaskellDepends = [ base hedgehog QuickCheck transformers ];
|
libraryHaskellDepends = [ base hedgehog QuickCheck transformers ];
|
||||||
description = "Use QuickCheck generators in Hedgehog and vice versa";
|
description = "Use QuickCheck generators in Hedgehog and vice versa";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hedis" = callPackage
|
"hedis" = callPackage
|
||||||
|
@ -116663,19 +116701,17 @@ self: {
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hmm-lapack" = callPackage
|
"hmm-lapack" = callPackage
|
||||||
({ mkDerivation, base, boxes, comfort-array, containers, deepseq
|
({ mkDerivation, base, comfort-array, containers, deepseq
|
||||||
, explicit-exception, fixed-length, lapack, lazy-csv, netlib-ffi
|
, explicit-exception, fixed-length, lapack, lazy-csv, netlib-ffi
|
||||||
, non-empty, prelude-compat, QuickCheck, random, semigroups, tfp
|
, non-empty, prelude-compat, QuickCheck, random, semigroups, tfp
|
||||||
, transformers, utility-ht
|
, transformers, utility-ht
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hmm-lapack";
|
pname = "hmm-lapack";
|
||||||
version = "0.3.0.3";
|
version = "0.4";
|
||||||
sha256 = "0ng5nayyqcjd10ai1bgksavsy2ndmr3qyv32qpvz9yslds8d73xk";
|
sha256 = "0f0xf1fjsqqfimxx7skdwddw8zbdmas3l31y6921mxzy1syys30w";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "02m92qv8jg9xl489x177l9bnrz3nqxbcv4936xa4xhgmfgyfs7fg";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base boxes comfort-array containers deepseq explicit-exception
|
base comfort-array containers deepseq explicit-exception
|
||||||
fixed-length lapack lazy-csv netlib-ffi non-empty prelude-compat
|
fixed-length lapack lazy-csv netlib-ffi non-empty prelude-compat
|
||||||
QuickCheck random semigroups tfp transformers utility-ht
|
QuickCheck random semigroups tfp transformers utility-ht
|
||||||
];
|
];
|
||||||
|
@ -126682,6 +126718,31 @@ self: {
|
||||||
broken = true;
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"hw-balancedparens_0_2_0_3" = callPackage
|
||||||
|
({ mkDerivation, base, criterion, deepseq, hspec, hspec-discover
|
||||||
|
, hw-bits, hw-excess, hw-prim, hw-rankselect-base, QuickCheck
|
||||||
|
, vector
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "hw-balancedparens";
|
||||||
|
version = "0.2.0.3";
|
||||||
|
sha256 = "18hr2knvmy0jg0w5z73hsjnqcl3804chykr81wg82dx21snd6vmi";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base deepseq hw-bits hw-excess hw-prim hw-rankselect-base vector
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base hspec hw-bits hw-prim hw-rankselect-base QuickCheck vector
|
||||||
|
];
|
||||||
|
testToolDepends = [ hspec-discover ];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
base criterion hw-bits hw-prim vector
|
||||||
|
];
|
||||||
|
description = "Balanced parentheses";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"hw-bits" = callPackage
|
"hw-bits" = callPackage
|
||||||
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
|
({ mkDerivation, base, bytestring, criterion, hedgehog, hspec
|
||||||
, hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim
|
, hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim
|
||||||
|
@ -127612,6 +127673,8 @@ self: {
|
||||||
testToolDepends = [ hspec-discover ];
|
testToolDepends = [ hspec-discover ];
|
||||||
description = "CI Assistant for Haskell projects";
|
description = "CI Assistant for Haskell projects";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hw-vector" = callPackage
|
"hw-vector" = callPackage
|
||||||
|
@ -129026,6 +129089,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Base i3blocks written in haskell";
|
description = "Base i3blocks written in haskell";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"i3ipc" = callPackage
|
"i3ipc" = callPackage
|
||||||
|
@ -133393,6 +133458,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "IPLD Content-IDentifiers <https://github.com/ipld/cid>";
|
description = "IPLD Content-IDentifiers <https://github.com/ipld/cid>";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ipopt-hs" = callPackage
|
"ipopt-hs" = callPackage
|
||||||
|
@ -138713,6 +138780,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Manage and abstract your packer configurations";
|
description = "Manage and abstract your packer configurations";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"keter" = callPackage
|
"keter" = callPackage
|
||||||
|
@ -141998,8 +142067,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lapack";
|
pname = "lapack";
|
||||||
version = "0.3";
|
version = "0.3.0.1";
|
||||||
sha256 = "1dgm8c46jl5r8584l1qr99jmc7wdi4yh5cw7q6fzmfg678k0jh78";
|
sha256 = "0i7zzsw7rdb2hja0rdmw0l45x8svv5dxmnmrjdfs52gxzqmq621g";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base blas-ffi blaze-html boxes comfort-array deepseq fixed-length
|
base blas-ffi blaze-html boxes comfort-array deepseq fixed-length
|
||||||
guarded-allocation hyper lapack-ffi lazyio netlib-ffi non-empty
|
guarded-allocation hyper lapack-ffi lazyio netlib-ffi non-empty
|
||||||
|
@ -142038,14 +142107,16 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "lapack-comfort-array";
|
pname = "lapack-comfort-array";
|
||||||
version = "0.0";
|
version = "0.0.0.1";
|
||||||
sha256 = "06pzjr9n5pn0aqgf1p7njls65m10zfryzld3sxlr9ybailmnsa2j";
|
sha256 = "0kn9bb3q772sbzm54rdqbqrmp21kck2gvc0xagi974dq7b1wilh1";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base comfort-array lapack-ffi netlib-comfort-array netlib-ffi
|
base comfort-array lapack-ffi netlib-comfort-array netlib-ffi
|
||||||
storable-complex transformers
|
storable-complex transformers
|
||||||
];
|
];
|
||||||
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
|
description = "Auto-generated interface to Fortran LAPACK via comfort-array";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"lapack-ffi" = callPackage
|
"lapack-ffi" = callPackage
|
||||||
|
@ -145603,8 +145674,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "linear-circuit";
|
pname = "linear-circuit";
|
||||||
version = "0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "0rvmnk8fwyns645rs8s0nwyfcyk2nc0z8jk03raasrk4kv3f26z3";
|
sha256 = "1pm2pvx9ds1x9cb85n9b2km6ypmqqv5d3rwxyyszy10vcymypns4";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base comfort-array comfort-graph containers lapack netlib-ffi
|
base comfort-array comfort-graph containers lapack netlib-ffi
|
||||||
transformers utility-ht
|
transformers utility-ht
|
||||||
|
@ -150269,8 +150340,8 @@ self: {
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "magic-wormhole";
|
pname = "magic-wormhole";
|
||||||
version = "0.2.1";
|
version = "0.3.2";
|
||||||
sha256 = "1wdn5nykn4wqb65xdhkpy8gpz216a5wi3nngadf58c7acym60gyx";
|
sha256 = "1fn9z92ckyq1zl7n83v8qcaawmgy4zbjjwihhy117m7nh4cl38hk";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
|
@ -159979,6 +160050,8 @@ self: {
|
||||||
testHaskellDepends = [ base doctest QuickCheck template-haskell ];
|
testHaskellDepends = [ base doctest QuickCheck template-haskell ];
|
||||||
description = "Self-identifying base encodings, implementation of <https://github.com/multiformats/multihash>";
|
description = "Self-identifying base encodings, implementation of <https://github.com/multiformats/multihash>";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"multifile" = callPackage
|
"multifile" = callPackage
|
||||||
|
@ -160087,6 +160160,8 @@ self: {
|
||||||
testHaskellDepends = [ base cryptonite hedgehog serialise ];
|
testHaskellDepends = [ base cryptonite hedgehog serialise ];
|
||||||
description = "CBOR encoding of multihashes";
|
description = "CBOR encoding of multihashes";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"multihashmap" = callPackage
|
"multihashmap" = callPackage
|
||||||
|
@ -163191,13 +163266,15 @@ self: {
|
||||||
({ mkDerivation, base, comfort-array, netlib-ffi, transformers }:
|
({ mkDerivation, base, comfort-array, netlib-ffi, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "netlib-comfort-array";
|
pname = "netlib-comfort-array";
|
||||||
version = "0.0";
|
version = "0.0.0.1";
|
||||||
sha256 = "1lr28jpv4yznkfak9jvcmjnxfy6334bplvq8rkf7nsqs6jbjx3al";
|
sha256 = "0v4p1l8gjqkxncjrp6bv664x6xs3y6n5h76pvgccsja5rammwbp3";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base comfort-array netlib-ffi transformers
|
base comfort-array netlib-ffi transformers
|
||||||
];
|
];
|
||||||
description = "Helper modules for comfort-array wrappers to BLAS and LAPACK";
|
description = "Helper modules for comfort-array wrappers to BLAS and LAPACK";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"netlib-ffi" = callPackage
|
"netlib-ffi" = callPackage
|
||||||
|
@ -166953,6 +167030,8 @@ self: {
|
||||||
testHaskellDepends = [ base hedgehog numhask numhask-prelude ];
|
testHaskellDepends = [ base hedgehog numhask numhask-prelude ];
|
||||||
description = "Laws and tests for numhask";
|
description = "Laws and tests for numhask";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"numhask-histogram" = callPackage
|
"numhask-histogram" = callPackage
|
||||||
|
@ -167023,6 +167102,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "numerical spaces";
|
description = "numerical spaces";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"numhask-test" = callPackage
|
"numhask-test" = callPackage
|
||||||
|
@ -182841,6 +182922,8 @@ self: {
|
||||||
libraryHaskellDepends = [ base primitive ];
|
libraryHaskellDepends = [ base primitive ];
|
||||||
description = "Addresses to unmanaged memory";
|
description = "Addresses to unmanaged memory";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"primitive-atomic" = callPackage
|
"primitive-atomic" = callPackage
|
||||||
|
@ -182853,6 +182936,8 @@ self: {
|
||||||
testHaskellDepends = [ base primitive primitive-unlifted ];
|
testHaskellDepends = [ base primitive primitive-unlifted ];
|
||||||
description = "Wrappers for primops around atomic operations";
|
description = "Wrappers for primops around atomic operations";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"primitive-checked" = callPackage
|
"primitive-checked" = callPackage
|
||||||
|
@ -183020,6 +183105,8 @@ self: {
|
||||||
testHaskellDepends = [ base primitive stm ];
|
testHaskellDepends = [ base primitive stm ];
|
||||||
description = "Primitive GHC types with unlifted types inside";
|
description = "Primitive GHC types with unlifted types inside";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"primula-board" = callPackage
|
"primula-board" = callPackage
|
||||||
|
@ -196430,6 +196517,8 @@ self: {
|
||||||
benchmarkHaskellDepends = [ base criterion ];
|
benchmarkHaskellDepends = [ base criterion ];
|
||||||
description = "RNG within an IORef for convenient concurrent use";
|
description = "RNG within an IORef for convenient concurrent use";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"rob" = callPackage
|
"rob" = callPackage
|
||||||
|
@ -196603,6 +196692,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "RocksDB database querying library for Haskell";
|
description = "RocksDB database querying library for Haskell";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"roguestar" = callPackage
|
"roguestar" = callPackage
|
||||||
|
@ -201864,6 +201955,8 @@ self: {
|
||||||
pname = "semigroups";
|
pname = "semigroups";
|
||||||
version = "0.18.5";
|
version = "0.18.5";
|
||||||
sha256 = "17g29h62g1k51ghhvzkw72zksjgi6vs6bfipkj81pqw1dsprcamb";
|
sha256 = "17g29h62g1k51ghhvzkw72zksjgi6vs6bfipkj81pqw1dsprcamb";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1inqcxrzzs8xz60pvbmznyi6g6xwzpxv7p6dqlcwariz31grzvs1";
|
||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
description = "Anything that associates";
|
description = "Anything that associates";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
@ -206030,20 +206123,26 @@ self: {
|
||||||
}) {inherit (pkgs) zlib;};
|
}) {inherit (pkgs) zlib;};
|
||||||
|
|
||||||
"sgd" = callPackage
|
"sgd" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, containers, data-default
|
({ mkDerivation, ad, base, binary, bytestring, containers
|
||||||
, deepseq, filepath, hmatrix, logfloat, monad-par, mtl, parallel
|
, data-default, deepseq, filepath, hmatrix, logfloat, monad-par
|
||||||
, pipes, primitive, random, random-shuffle, temporary, vector
|
, mtl, parallel, pipes, primitive, random, random-shuffle, tasty
|
||||||
|
, tasty-hunit, temporary, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sgd";
|
pname = "sgd";
|
||||||
version = "0.7.0.1";
|
version = "0.8.0.2";
|
||||||
sha256 = "1bfj74i9m1989wav6irlfiwgq8mgyf9g49cpdipgdiqqb4qmhv13";
|
sha256 = "1lzfnzk2iqjrsp6xksfa4qm7a2qh4q1y10mdqigl8slr5nsy9045";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary bytestring containers data-default deepseq filepath
|
base binary bytestring containers data-default deepseq filepath
|
||||||
hmatrix logfloat monad-par mtl parallel pipes primitive random
|
hmatrix logfloat monad-par mtl parallel pipes primitive random
|
||||||
random-shuffle temporary vector
|
random-shuffle temporary vector
|
||||||
];
|
];
|
||||||
description = "Stochastic gradient descent";
|
testHaskellDepends = [
|
||||||
|
ad base binary bytestring containers data-default deepseq filepath
|
||||||
|
hmatrix logfloat monad-par mtl parallel pipes primitive random
|
||||||
|
random-shuffle tasty tasty-hunit temporary vector
|
||||||
|
];
|
||||||
|
description = "Stochastic gradient descent library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
@ -208031,6 +208130,18 @@ self: {
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"simple-cmd-args_0_1_2" = callPackage
|
||||||
|
({ mkDerivation, base, optparse-applicative }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "simple-cmd-args";
|
||||||
|
version = "0.1.2";
|
||||||
|
sha256 = "1vj5yvqvch8ckf1jzp77d7l6g89wxzb8ngqn6iw3m215f8xl77p8";
|
||||||
|
libraryHaskellDepends = [ base optparse-applicative ];
|
||||||
|
description = "Simple command args parsing and execution";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"simple-conduit" = callPackage
|
"simple-conduit" = callPackage
|
||||||
({ mkDerivation, base, bifunctors, bytestring, CC-delcont
|
({ mkDerivation, base, bifunctors, bytestring, CC-delcont
|
||||||
, chunked-data, conduit, conduit-combinators, conduit-extra
|
, chunked-data, conduit, conduit-combinators, conduit-extra
|
||||||
|
@ -223871,6 +223982,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Coverage tracking for Hedgehog Property-Based Testing via Tasty";
|
description = "Coverage tracking for Hedgehog Property-Based Testing via Tasty";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"tasty-hspec" = callPackage
|
"tasty-hspec" = callPackage
|
||||||
|
@ -226489,8 +226602,8 @@ self: {
|
||||||
pname = "text";
|
pname = "text";
|
||||||
version = "1.2.3.1";
|
version = "1.2.3.1";
|
||||||
sha256 = "19j725g8xma1811avl3nz2vndwynsmpx3sqf6bd7iwh1bm6n4q43";
|
sha256 = "19j725g8xma1811avl3nz2vndwynsmpx3sqf6bd7iwh1bm6n4q43";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "1bvfb180m3c9jwmxldmg3h742fj9x2kfjclqr1c71clc3zxd65fn";
|
editedCabalFile = "0ax6h9mvs4567nzi936jkd8f94bi8jnxis4wikjzyaxqfwm5zc6f";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base binary bytestring deepseq ghc-prim integer-gmp
|
array base binary bytestring deepseq ghc-prim integer-gmp
|
||||||
];
|
];
|
||||||
|
@ -235428,6 +235541,8 @@ self: {
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
description = "Efficient implementation of a dependent map with types as keys";
|
description = "Efficient implementation of a dependent map with types as keys";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"typerep-map_0_3_2" = callPackage
|
"typerep-map_0_3_2" = callPackage
|
||||||
|
@ -235458,6 +235573,7 @@ self: {
|
||||||
description = "Efficient implementation of a dependent map with types as keys";
|
description = "Efficient implementation of a dependent map with types as keys";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"types-compat" = callPackage
|
"types-compat" = callPackage
|
||||||
|
@ -241134,6 +241250,8 @@ self: {
|
||||||
];
|
];
|
||||||
description = "types for ingesting vflow data with aeson";
|
description = "types for ingesting vflow data with aeson";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"vfr-waypoints" = callPackage
|
"vfr-waypoints" = callPackage
|
||||||
|
|
Loading…
Add table
Reference in a new issue