mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
deb25ca305
.
This commit is contained in:
parent
2c5e1c003a
commit
fd02cfd3ba
414
pkgs/development/haskell-modules/hackage-packages.nix
generated
414
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -23426,6 +23426,8 @@ self: {
|
||||
pname = "alphachar";
|
||||
version = "0.0.3";
|
||||
sha256 = "1wrd881kwzzfnjkp9ajy1gaxizd17zb60f7sbalwg4n38lk7qvhx";
|
||||
revision = "1";
|
||||
editedCabalFile = "06pnq2fvz02i6dhx2rq1p63jp3pqvxy15n2vs6696ry5mkq1zjkc";
|
||||
libraryHaskellDepends = [ base lens parsers semigroups ];
|
||||
testHaskellDepends = [
|
||||
ansi-wl-pprint base hedgehog lens parsec parsers pretty tasty
|
||||
@ -29225,41 +29227,40 @@ self: {
|
||||
}) {};
|
||||
|
||||
"asif" = callPackage
|
||||
({ mkDerivation, arbor-ip, attoparsec, base, binary, bytestring
|
||||
, conduit, conduit-combinators, conduit-extra, containers, cpu
|
||||
, directory, either, exceptions, generic-lens, hedgehog, hspec
|
||||
, hw-bits, hw-hspec-hedgehog, iproute, lens, old-locale
|
||||
({ mkDerivation, attoparsec, base, binary, bytestring, conduit
|
||||
, conduit-combinators, conduit-extra, containers, cpu, directory
|
||||
, either, exceptions, generic-lens, hedgehog, hspec, hw-bits
|
||||
, hw-hspec-hedgehog, hw-ip, iproute, lens, old-locale
|
||||
, optparse-applicative, resourcet, temporary-resourcet, text, thyme
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "asif";
|
||||
version = "2.0.0";
|
||||
sha256 = "1wp3g3nmymw9zkfyhi2jc7qqcb14v9pp788xg77acsx4i83ca5fm";
|
||||
version = "3.0.0";
|
||||
sha256 = "01ic071i7cgc888xqdjjq3srihnjxcqx33f9m97ilsp7dxi7a03q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base binary bytestring conduit conduit-combinators
|
||||
conduit-extra containers cpu either exceptions generic-lens hw-bits
|
||||
iproute lens old-locale resourcet temporary-resourcet text thyme
|
||||
vector
|
||||
hw-ip iproute lens old-locale resourcet temporary-resourcet text
|
||||
thyme vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
attoparsec base binary bytestring conduit conduit-combinators
|
||||
conduit-extra containers cpu directory either exceptions
|
||||
generic-lens hw-bits iproute lens old-locale optparse-applicative
|
||||
resourcet temporary-resourcet text thyme vector
|
||||
generic-lens hw-bits hw-ip iproute lens old-locale
|
||||
optparse-applicative resourcet temporary-resourcet text thyme
|
||||
vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
arbor-ip attoparsec base binary bytestring conduit
|
||||
conduit-combinators conduit-extra containers cpu either exceptions
|
||||
generic-lens hedgehog hspec hw-bits hw-hspec-hedgehog iproute lens
|
||||
attoparsec base binary bytestring conduit conduit-combinators
|
||||
conduit-extra containers cpu either exceptions generic-lens
|
||||
hedgehog hspec hw-bits hw-hspec-hedgehog hw-ip iproute lens
|
||||
old-locale resourcet temporary-resourcet text thyme vector
|
||||
];
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {arbor-ip = null;};
|
||||
}) {};
|
||||
|
||||
"asil" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
@ -32097,28 +32098,29 @@ self: {
|
||||
|
||||
"axel" = callPackage
|
||||
({ mkDerivation, base, bytestring, directory, filepath
|
||||
, haskell-src-exts, hedgehog, lens, lens-aeson, mtl
|
||||
, optparse-applicative, parsec, process, regex-pcre, split, strict
|
||||
, tasty, tasty-discover, tasty-golden, tasty-hedgehog, tasty-hspec
|
||||
, template-haskell, text, transformers, typed-process, vector, yaml
|
||||
, freer-simple, haskell-src-exts, hedgehog, lens, lens-aeson
|
||||
, optparse-applicative, parsec, process, regex-pcre, singletons
|
||||
, split, strict, tasty, tasty-discover, tasty-golden
|
||||
, tasty-hedgehog, tasty-hspec, template-haskell, text, transformers
|
||||
, typed-process, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "axel";
|
||||
version = "0.0.5";
|
||||
sha256 = "0xkkb78wjggv5vnrzxgfxfirsfzazdbhjsb8bg9xsl9jgafbz6fq";
|
||||
revision = "1";
|
||||
editedCabalFile = "0cyygds6277zbm01b8x7sx700c83z20hdimlnk4wzhm1v2zya3a4";
|
||||
version = "0.0.6";
|
||||
sha256 = "17601gv4rjdxmg2qqp2y9b5lk9ia0z1izhympmwf6zs7wkjs6fyh";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base bytestring directory filepath haskell-src-exts lens lens-aeson
|
||||
mtl optparse-applicative parsec process regex-pcre strict text
|
||||
transformers typed-process vector yaml
|
||||
base bytestring directory filepath freer-simple haskell-src-exts
|
||||
lens lens-aeson optparse-applicative parsec process regex-pcre
|
||||
singletons strict text typed-process vector yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base freer-simple optparse-applicative
|
||||
];
|
||||
executableHaskellDepends = [ base mtl optparse-applicative ];
|
||||
testHaskellDepends = [
|
||||
base bytestring filepath hedgehog lens mtl split tasty
|
||||
base bytestring filepath freer-simple hedgehog lens split tasty
|
||||
tasty-discover tasty-golden tasty-hedgehog tasty-hspec
|
||||
template-haskell transformers
|
||||
];
|
||||
@ -38684,6 +38686,8 @@ self: {
|
||||
pname = "boring";
|
||||
version = "0.1";
|
||||
sha256 = "0r263cc8bdwsaw33x96fgd8npsma9a2ffv6mfz9z72d7qclhimkk";
|
||||
revision = "1";
|
||||
editedCabalFile = "0hdvr4rkkj2mapqha335rhncfmrw70qzjmfis2w9l4iqx617fv9m";
|
||||
libraryHaskellDepends = [
|
||||
adjunctions base base-compat constraints fin generics-sop streams
|
||||
tagged transformers transformers-compat vec
|
||||
@ -42363,6 +42367,59 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cachix_0_1_2" = callPackage
|
||||
({ mkDerivation, async, base, base16-bytestring, base64-bytestring
|
||||
, bifunctors, bytestring, cachix-api, conduit, conduit-extra
|
||||
, cookie, cryptonite, dhall, directory, ed25519, filepath, fsnotify
|
||||
, here, hspec, hspec-discover, http-client, http-client-tls
|
||||
, http-conduit, http-types, lzma-conduit, megaparsec, memory
|
||||
, mmorph, optparse-applicative, process, protolude, resourcet
|
||||
, safe-exceptions, servant, servant-auth, servant-auth-client
|
||||
, servant-client, servant-client-core, servant-streaming-client
|
||||
, streaming, text, unix, uri-bytestring, versions
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix";
|
||||
version = "0.1.2";
|
||||
sha256 = "1pm2cjlllg1sq7vkig8lr9y1gsxa9w4h61rzq47w1mnhn476gv67";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
async base base16-bytestring base64-bytestring bifunctors
|
||||
bytestring cachix-api conduit conduit-extra cookie cryptonite dhall
|
||||
directory ed25519 filepath fsnotify here http-client
|
||||
http-client-tls http-conduit http-types lzma-conduit megaparsec
|
||||
memory mmorph optparse-applicative process protolude resourcet
|
||||
safe-exceptions servant servant-auth servant-auth-client
|
||||
servant-client servant-client-core servant-streaming-client
|
||||
streaming text unix uri-bytestring versions
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
async base base16-bytestring base64-bytestring bifunctors
|
||||
bytestring cachix-api conduit conduit-extra cookie cryptonite dhall
|
||||
directory ed25519 filepath fsnotify here http-client
|
||||
http-client-tls http-conduit http-types lzma-conduit megaparsec
|
||||
memory mmorph optparse-applicative process protolude resourcet
|
||||
safe-exceptions servant servant-auth servant-auth-client
|
||||
servant-client servant-client-core servant-streaming-client
|
||||
streaming text unix uri-bytestring versions
|
||||
];
|
||||
executableToolDepends = [ hspec-discover ];
|
||||
testHaskellDepends = [
|
||||
async base base16-bytestring base64-bytestring bifunctors
|
||||
bytestring cachix-api conduit conduit-extra cookie cryptonite dhall
|
||||
directory ed25519 filepath fsnotify here hspec http-client
|
||||
http-client-tls http-conduit http-types lzma-conduit megaparsec
|
||||
memory mmorph optparse-applicative process protolude resourcet
|
||||
safe-exceptions servant servant-auth servant-auth-client
|
||||
servant-client servant-client-core servant-streaming-client
|
||||
streaming text unix uri-bytestring versions
|
||||
];
|
||||
description = "Command line client for Nix binary cache hosting https://cachix.org";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cachix-api" = callPackage
|
||||
({ mkDerivation, aeson, amazonka, base, base16-bytestring
|
||||
, bytestring, conduit, conduit-combinators, cookie, cryptonite
|
||||
@ -42405,6 +42462,47 @@ self: {
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"cachix-api_0_1_0_2" = callPackage
|
||||
({ mkDerivation, aeson, amazonka, base, base16-bytestring
|
||||
, bytestring, conduit, cookie, cryptonite, hspec, hspec-discover
|
||||
, http-api-data, http-media, lens, memory, protolude, servant
|
||||
, servant-auth, servant-auth-server, servant-auth-swagger
|
||||
, servant-streaming, servant-swagger, servant-swagger-ui-core
|
||||
, string-conv, swagger2, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix-api";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0jqak93ixqzr76lm0mgn9fqfsmkz1ik41j5l629d3hbl7sah15gn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson amazonka base base16-bytestring bytestring conduit cookie
|
||||
cryptonite http-api-data http-media lens memory servant
|
||||
servant-auth servant-auth-server servant-auth-swagger
|
||||
servant-streaming servant-swagger servant-swagger-ui-core
|
||||
string-conv swagger2 text transformers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson amazonka base base16-bytestring bytestring conduit cookie
|
||||
cryptonite http-api-data http-media lens memory servant
|
||||
servant-auth servant-auth-server servant-auth-swagger
|
||||
servant-streaming servant-swagger servant-swagger-ui-core
|
||||
string-conv swagger2 text transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson amazonka base base16-bytestring bytestring conduit cookie
|
||||
cryptonite hspec http-api-data http-media lens memory protolude
|
||||
servant servant-auth servant-auth-server servant-auth-swagger
|
||||
servant-streaming servant-swagger servant-swagger-ui-core
|
||||
string-conv swagger2 text transformers
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Servant HTTP API specification for https://cachix.org";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cacophony" = callPackage
|
||||
({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring
|
||||
, bytestring, criterion, cryptonite, deepseq, directory, exceptions
|
||||
@ -43821,18 +43919,15 @@ self: {
|
||||
}) {};
|
||||
|
||||
"cassava-megaparsec" = callPackage
|
||||
({ mkDerivation, base, bytestring, cassava, containers, hspec
|
||||
, hspec-megaparsec, megaparsec, unordered-containers, vector
|
||||
({ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
|
||||
, megaparsec, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cassava-megaparsec";
|
||||
version = "1.0.0";
|
||||
sha256 = "14d1idyw4pm8gq41383sy6cid6v1dr9zc7wviy4vd786406j2n28";
|
||||
revision = "1";
|
||||
editedCabalFile = "0dk6bxyvlg0iq83m81cbyysiydcj3dsvhlishjc119hzpy8g8xd6";
|
||||
version = "2.0.0";
|
||||
sha256 = "0jwhvgfkgxpxp6cci9ahp3kryr4vaxbpqgjzf8ylr2592dm2irnf";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cassava containers megaparsec unordered-containers
|
||||
vector
|
||||
base bytestring cassava megaparsec unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring cassava hspec hspec-megaparsec vector
|
||||
@ -51230,6 +51325,42 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"conduit-algorithms_0_0_8_2" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, bzlib-conduit, conduit
|
||||
, conduit-combinators, conduit-extra, containers, criterion
|
||||
, deepseq, directory, exceptions, HUnit, lzma-conduit
|
||||
, monad-control, mtl, pqueue, resourcet, stm, stm-conduit
|
||||
, streaming-commons, test-framework, test-framework-hunit
|
||||
, test-framework-th, transformers, unliftio-core, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conduit-algorithms";
|
||||
version = "0.0.8.2";
|
||||
sha256 = "1s423n2hybxdsady7spi4iy9s5lm07dsl0rjxn400y09faizm5x8";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring bzlib-conduit conduit conduit-combinators
|
||||
conduit-extra containers deepseq exceptions lzma-conduit
|
||||
monad-control mtl pqueue resourcet stm stm-conduit
|
||||
streaming-commons transformers unliftio-core vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base bytestring bzlib-conduit conduit conduit-combinators
|
||||
conduit-extra containers deepseq directory exceptions HUnit
|
||||
lzma-conduit monad-control mtl pqueue resourcet stm stm-conduit
|
||||
streaming-commons test-framework test-framework-hunit
|
||||
test-framework-th transformers unliftio-core vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
async base bytestring bzlib-conduit conduit conduit-combinators
|
||||
conduit-extra containers criterion deepseq exceptions lzma-conduit
|
||||
monad-control mtl pqueue resourcet stm stm-conduit
|
||||
streaming-commons transformers unliftio-core vector
|
||||
];
|
||||
description = "Conduit-based algorithms";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"conduit-audio" = callPackage
|
||||
({ mkDerivation, base, conduit, vector }:
|
||||
mkDerivation {
|
||||
@ -60944,8 +61075,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dense-int-set";
|
||||
version = "0.1.5";
|
||||
sha256 = "0xhr7iyhh38nipqb0dkxflh4xr5a10i8zsf8vv11pfqy62irhj6g";
|
||||
version = "0.2";
|
||||
sha256 = "02gfghbpgfcr8vnbahz9y025cb5cvh4ns5xwz9gavpbi8vbcbyv9";
|
||||
libraryHaskellDepends = [
|
||||
base cereal cereal-vector deferred-folds hashable vector
|
||||
vector-algorithms
|
||||
@ -72280,8 +72411,8 @@ self: {
|
||||
pname = "exitcode";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1h4qv29g59dxwsb2i4qrnf2f96xsmzngc9rnrqfkh8nkkcr71br5";
|
||||
revision = "1";
|
||||
editedCabalFile = "0p2kmkgqbfcf5za5n210a6ra6758dkmkwvs516aj3y895na6j14z";
|
||||
revision = "2";
|
||||
editedCabalFile = "0g30lnsl947bsxcw53swl0vv3qg8c7vqf8axpdnhl28mdrxa0ax9";
|
||||
libraryHaskellDepends = [
|
||||
base lens mmorph mtl semigroupoids semigroups transformers
|
||||
];
|
||||
@ -116148,37 +116279,37 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hw-dsv" = callPackage
|
||||
({ mkDerivation, base, bits-extra, bytestring, cassava, criterion
|
||||
, deepseq, directory, hedgehog, hspec, hspec-discover, hw-bits
|
||||
({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava
|
||||
, criterion, deepseq, directory, ghc-prim, hedgehog, hspec, hw-bits
|
||||
, hw-hspec-hedgehog, hw-prim, hw-rankselect, hw-rankselect-base
|
||||
, lens, mmap, optparse-applicative, resourcet, text, vector, weigh
|
||||
, hw-simd, lens, mmap, optparse-applicative, resourcet, text
|
||||
, vector, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-dsv";
|
||||
version = "0.2.1";
|
||||
sha256 = "1kb8dc05dfslpqnjw42qnnxg16xfd2jz17ag9vgmci88rnsanaxv";
|
||||
revision = "1";
|
||||
editedCabalFile = "1di1vdj6c0s0n2zjhjhy8iszlgk29gbh7a46pc4q0hp587avff04";
|
||||
version = "0.3.0";
|
||||
sha256 = "0cpnzf8f4mk28jpxx66q8mv0gm3rassjp48r17hwzkalvw3ng3ni";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
|
||||
hw-rankselect-base vector
|
||||
base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim
|
||||
hw-rankselect hw-rankselect-base hw-simd vector
|
||||
];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
executableHaskellDepends = [
|
||||
base bits-extra bytestring deepseq hedgehog hw-bits hw-prim
|
||||
hw-rankselect hw-rankselect-base lens optparse-applicative
|
||||
resourcet vector
|
||||
base bits-extra bytestring deepseq ghc-prim hedgehog hw-bits
|
||||
hw-prim hw-rankselect hw-rankselect-base hw-simd lens
|
||||
optparse-applicative resourcet vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bits-extra bytestring cassava deepseq directory hedgehog hspec
|
||||
hw-bits hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base
|
||||
text vector weigh
|
||||
base bits-extra bytestring cassava deepseq directory ghc-prim
|
||||
hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim hw-rankselect
|
||||
hw-rankselect-base hw-simd text vector weigh
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
benchmarkHaskellDepends = [
|
||||
base bits-extra bytestring cassava criterion deepseq directory
|
||||
hw-bits hw-prim hw-rankselect hw-rankselect-base mmap vector
|
||||
ghc-prim hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd
|
||||
mmap vector
|
||||
];
|
||||
description = "Unbelievably fast streaming DSV file parser";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -116310,14 +116441,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hw-ip_0_2_1_0" = callPackage
|
||||
"hw-ip_0_2_1_1" = callPackage
|
||||
({ mkDerivation, attoparsec, base, generic-lens, hedgehog, hspec
|
||||
, hw-bits, hw-hspec-hedgehog, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hw-ip";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "09qfimmf8dsp1pf0vxjpf5v9ih8rk414jkh50inc83zygzp9if29";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "1vcg2n0ar5j5w02caswjxi549qfkgy7p63vfasbq3a8w3d109931";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base generic-lens hw-bits text
|
||||
];
|
||||
@ -128774,8 +128905,8 @@ self: {
|
||||
pname = "language-c";
|
||||
version = "0.8.1";
|
||||
sha256 = "0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d";
|
||||
revision = "1";
|
||||
editedCabalFile = "087h653v6074ax47hr3pqnp78jrs7as9hqfrjyf97m5i5c49fi9l";
|
||||
revision = "2";
|
||||
editedCabalFile = "08h8a747k68nbv2mmbjlq2y2pqs738v8z54glrrh94963b2bh4h1";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers deepseq directory filepath pretty
|
||||
process syb
|
||||
@ -128794,6 +128925,8 @@ self: {
|
||||
pname = "language-c";
|
||||
version = "0.8.2";
|
||||
sha256 = "05ff3ywh2lpxgd00nv6y3jnqpdl6bg0f2yn3csd043rv4srd6adp";
|
||||
revision = "1";
|
||||
editedCabalFile = "1xg49j4bykgdm6l14m65wyz8r3s4v4dqc7a9zjcsr12ffkiv8nam";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers deepseq directory filepath pretty
|
||||
process syb
|
||||
@ -131124,6 +131257,22 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lens-family_1_2_3" = callPackage
|
||||
({ mkDerivation, base, containers, lens-family-core, mtl
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lens-family";
|
||||
version = "1.2.3";
|
||||
sha256 = "0a8fvvc3fsi5fzk5bnqvbgdz22xvvw55nyfac6411q0pm6vy4nc0";
|
||||
libraryHaskellDepends = [
|
||||
base containers lens-family-core mtl transformers
|
||||
];
|
||||
description = "Lens Families";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lens-family-core" = callPackage
|
||||
({ mkDerivation, base, containers, transformers }:
|
||||
mkDerivation {
|
||||
@ -131135,6 +131284,18 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lens-family-core_1_2_3" = callPackage
|
||||
({ mkDerivation, base, containers, transformers }:
|
||||
mkDerivation {
|
||||
pname = "lens-family-core";
|
||||
version = "1.2.3";
|
||||
sha256 = "009rf10pj1cb50v44cc1pq7qvfrmkkk9dikahs9qmvbvgl3mykwi";
|
||||
libraryHaskellDepends = [ base containers transformers ];
|
||||
description = "Haskell 98 Lens Families";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lens-family-th" = callPackage
|
||||
({ mkDerivation, base, hspec, template-haskell, transformers }:
|
||||
mkDerivation {
|
||||
@ -157959,6 +158120,8 @@ self: {
|
||||
pname = "passman-cli";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0l0cbhngg2dxsy95a24x1g19cpnmngcgdkxklzjymmcnqmxp7jd8";
|
||||
revision = "1";
|
||||
editedCabalFile = "197mlc2v7azdgdnvr2pxm2whhpqj4v2czwn5vi6ksrax82xswcnc";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -157972,25 +158135,23 @@ self: {
|
||||
|
||||
"passman-core" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bcrypt, bytestring, conduit
|
||||
, conduit-extra, containers, cryptohash-md5, csv-conduit
|
||||
, data-ordlist, directory, filepath, int-cast, memory, QuickCheck
|
||||
, quickcheck-unicode, resourcet, template-haskell, temporary, text
|
||||
, containers, cryptohash-md5, csv-conduit, data-ordlist, directory
|
||||
, filepath, int-cast, memory, QuickCheck, quickcheck-instances
|
||||
, quickcheck-unicode, template-haskell, temporary, text
|
||||
, unix-compat, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "passman-core";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "03l43n8r0jdxbc07qjdazkanzd7lj1kp814ylhvn0ri9zzyfcgm7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1840hm9wiym9jlgij1b2d8fa90pdscg2rqhzhvrl7qawd3jjxq5x";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1j258waghli2ahg25ihc13qjwz8zmy6ppld0y6sz3jphpg2azybs";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bcrypt bytestring conduit conduit-extra containers
|
||||
cryptohash-md5 csv-conduit data-ordlist directory filepath int-cast
|
||||
memory resourcet text unix-compat yaml
|
||||
aeson base bcrypt bytestring conduit containers cryptohash-md5
|
||||
csv-conduit data-ordlist directory filepath int-cast memory text
|
||||
unix-compat yaml
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base conduit filepath QuickCheck quickcheck-unicode
|
||||
template-haskell temporary text yaml
|
||||
async base conduit filepath QuickCheck quickcheck-instances
|
||||
quickcheck-unicode template-haskell temporary text yaml
|
||||
];
|
||||
doHaddock = false;
|
||||
description = "Deterministic password generator core";
|
||||
@ -175664,20 +175825,20 @@ self: {
|
||||
|
||||
"registry" = callPackage
|
||||
({ mkDerivation, async, base, exceptions, hedgehog, hedgehog-corpus
|
||||
, io-memoize, protolude, resourcet, tasty, tasty-discover
|
||||
, tasty-hedgehog, tasty-th, text, transformers-base
|
||||
, io-memoize, MonadRandom, protolude, random, resourcet, tasty
|
||||
, tasty-discover, tasty-hedgehog, tasty-th, text, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "registry";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "0yqv58ra2h7cmnwvbpbdxma69qr1n44gw8mckrr0sq38rah9dxg3";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0in2kb12848g4ggph2m2h2csc3j0jg9572vi25pdlvr5xrlvxm0m";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions protolude resourcet text transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base exceptions hedgehog hedgehog-corpus io-memoize protolude
|
||||
resourcet tasty tasty-discover tasty-hedgehog tasty-th text
|
||||
transformers-base
|
||||
async base exceptions hedgehog hedgehog-corpus io-memoize
|
||||
MonadRandom protolude random resourcet tasty tasty-discover
|
||||
tasty-hedgehog tasty-th text transformers-base
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "data structure for assembling \"components\"";
|
||||
@ -176111,6 +176272,8 @@ self: {
|
||||
pname = "relude";
|
||||
version = "0.3.0";
|
||||
sha256 = "10cbgz1xzw67q3y9fw8px7wwxblv5qym51qpdljmjz4ilpy0k35j";
|
||||
revision = "1";
|
||||
editedCabalFile = "04jfgc38pwrqir1j91l8jfzsp0hzggxr7kmbnfqcgrlpqidpj7mh";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers deepseq ghc-prim hashable mtl stm text
|
||||
transformers unordered-containers utf8-string
|
||||
@ -178188,14 +178351,14 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"rhine_0_5_0_0" = callPackage
|
||||
"rhine_0_5_0_1" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, dunai, free, time
|
||||
, transformers, vector-sized
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rhine";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "0cc4f51h9plgd790ix1skja3k06dzc55rqhv17521vb9cw0k2lzy";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0mxqr441bav2gs856qmvivl9cd53gh28ycary112vxinalijjh23";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq dunai free time transformers vector-sized
|
||||
];
|
||||
@ -178208,8 +178371,8 @@ self: {
|
||||
({ mkDerivation, base, dunai, gloss, rhine }:
|
||||
mkDerivation {
|
||||
pname = "rhine-gloss";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "1hhn23lxcdck0h124i1k2fhrn184ih9v8jpf6yhrin6arwbzpchx";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0pj0in2xyz3g81rf175m65gwbwndabd0k2icsdcp3jcyqakzwari";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base dunai gloss rhine ];
|
||||
@ -184141,8 +184304,8 @@ self: {
|
||||
pname = "separated";
|
||||
version = "0.3.2.1";
|
||||
sha256 = "0xnpxaz9qr2qqg7kmgv1qsbd4943r54m1vva3xivn4cxf1gnxcaw";
|
||||
revision = "1";
|
||||
editedCabalFile = "0d0721vf4lcixbrm24jlrvjjc1m1w1638ds7pkgz7hy4armznik1";
|
||||
revision = "2";
|
||||
editedCabalFile = "1q501zsxf5kl65aqp8cdaxj2y61jq3480r31cnr81w14ikrd5wdy";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors deriving-compat lens semigroupoids semigroups
|
||||
@ -187481,6 +187644,8 @@ self: {
|
||||
pname = "shake-ats";
|
||||
version = "1.10.0.1";
|
||||
sha256 = "1p95r4ksfrb4hs9v75iq9iz565qz43k3cw63sz32nphqn204dbxz";
|
||||
revision = "1";
|
||||
editedCabalFile = "0x23r58i4yhf9rcaxfdy09nr93cpkr0cmxrwcn11hgcr1nkzaa0d";
|
||||
libraryHaskellDepends = [
|
||||
base binary dependency directory hs2ats language-ats microlens
|
||||
shake shake-c shake-cabal shake-ext text
|
||||
@ -187507,8 +187672,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shake-cabal";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "1h8a3c3fwg2jz1p6k5253hjfaqbwwwdygrj2hdsgwn6laq75kd6s";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "13fzc57jl52c6j1wjmp4z39jwbqrnlwl5l8vxqk6hz814apsd555";
|
||||
libraryHaskellDepends = [
|
||||
base Cabal composition-prelude directory filepath shake
|
||||
];
|
||||
@ -190761,15 +190926,15 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"slave-thread_1_0_2_1" = callPackage
|
||||
"slave-thread_1_0_2_2" = callPackage
|
||||
({ mkDerivation, base, deferred-folds, foldl, HTF, mmorph
|
||||
, partial-handler, QuickCheck, quickcheck-instances, rerebase
|
||||
, SafeSemaphore, stm-containers, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "slave-thread";
|
||||
version = "1.0.2.1";
|
||||
sha256 = "1bnx07zy89ym45bs1dhnwgxls7jz8yv64j5j0wsym3qqzqdk04dh";
|
||||
version = "1.0.2.2";
|
||||
sha256 = "1jf8n989gsxbqkyxj8kd523dxp5bxs9cs4s6jd4j95mvij6pgpgl";
|
||||
libraryHaskellDepends = [
|
||||
base deferred-folds foldl mmorph partial-handler stm-containers
|
||||
transformers
|
||||
@ -197306,6 +197471,32 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"stm-conduit_4_0_1" = callPackage
|
||||
({ mkDerivation, async, base, cereal, cereal-conduit, conduit
|
||||
, conduit-extra, directory, doctest, exceptions, HUnit, monad-loops
|
||||
, QuickCheck, resourcet, stm, stm-chans, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, transformers
|
||||
, unliftio
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stm-conduit";
|
||||
version = "4.0.1";
|
||||
sha256 = "0hhlxvpp7mah8dcvkknh6skx44jfk3092zz2w52zlr255bkmn3p8";
|
||||
libraryHaskellDepends = [
|
||||
async base cereal cereal-conduit conduit conduit-extra directory
|
||||
exceptions monad-loops resourcet stm stm-chans transformers
|
||||
unliftio
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base conduit directory doctest HUnit QuickCheck resourcet stm
|
||||
stm-chans test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 transformers unliftio
|
||||
];
|
||||
description = "Introduces conduits to channels, and promotes using conduits concurrently";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"stm-containers" = callPackage
|
||||
({ mkDerivation, async, base, base-prelude, containers, criterion
|
||||
, focus, free, hashable, hashtables, HTF, list-t, loch-th, mtl
|
||||
@ -200416,8 +200607,8 @@ self: {
|
||||
pname = "sv";
|
||||
version = "1.2";
|
||||
sha256 = "148d8jircfyrp0y2rqchs1k3kfmis3bdvc6rib39fkbj699pyw2s";
|
||||
revision = "1";
|
||||
editedCabalFile = "14cs2wh9g0hq48rb8ngxhyw9bindm23c9xbw4w2nayh1j4db5a76";
|
||||
revision = "2";
|
||||
editedCabalFile = "1aa4pxzqyk3xqqadi52aa257h7440jawws9mh9l02qswypn87jq4";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bifunctors bytestring contravariant hw-dsv
|
||||
semigroupoids sv-core transformers utf8-string validation
|
||||
@ -216016,6 +216207,20 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"unliftio-streams" = callPackage
|
||||
({ mkDerivation, base, bytestring, io-streams, text, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "unliftio-streams";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0ylyk1g00isqzr7nbhrkf3m0yc36lfjb020lb1ip4s3ymlvkkp22";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring io-streams text unliftio-core
|
||||
];
|
||||
description = "Generalization of io-streams to MonadUnliftIO";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"unlit" = callPackage
|
||||
({ mkDerivation, base, directory, text }:
|
||||
mkDerivation {
|
||||
@ -218771,6 +218976,21 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"vector-extras" = callPackage
|
||||
({ mkDerivation, base, containers, deferred-folds, hashable
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-extras";
|
||||
version = "0.2";
|
||||
sha256 = "0c0wq7ymjhfhxdwkgjd7iwp4vb22495ajrv2ddq6iihc4svakzlw";
|
||||
libraryHaskellDepends = [
|
||||
base containers deferred-folds hashable unordered-containers vector
|
||||
];
|
||||
description = "Utilities for the \"vector\" library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"vector-fftw" = callPackage
|
||||
({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
|
||||
mkDerivation {
|
||||
@ -227291,6 +227511,8 @@ self: {
|
||||
pname = "xmonad-contrib";
|
||||
version = "0.14";
|
||||
sha256 = "1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y";
|
||||
revision = "2";
|
||||
editedCabalFile = "0412lfkq9y2s7avzm7ajx5fmyacqrad3yzv9cz9xp5dg66dn5h60";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers directory extensible-exceptions filepath
|
||||
mtl old-locale old-time process random semigroups unix utf8-string
|
||||
|
Loading…
Reference in New Issue
Block a user