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";
|
pname = "alphachar";
|
||||||
version = "0.0.3";
|
version = "0.0.3";
|
||||||
sha256 = "1wrd881kwzzfnjkp9ajy1gaxizd17zb60f7sbalwg4n38lk7qvhx";
|
sha256 = "1wrd881kwzzfnjkp9ajy1gaxizd17zb60f7sbalwg4n38lk7qvhx";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "06pnq2fvz02i6dhx2rq1p63jp3pqvxy15n2vs6696ry5mkq1zjkc";
|
||||||
libraryHaskellDepends = [ base lens parsers semigroups ];
|
libraryHaskellDepends = [ base lens parsers semigroups ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
ansi-wl-pprint base hedgehog lens parsec parsers pretty tasty
|
ansi-wl-pprint base hedgehog lens parsec parsers pretty tasty
|
||||||
@ -29225,41 +29227,40 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"asif" = callPackage
|
"asif" = callPackage
|
||||||
({ mkDerivation, arbor-ip, attoparsec, base, binary, bytestring
|
({ mkDerivation, attoparsec, base, binary, bytestring, conduit
|
||||||
, conduit, conduit-combinators, conduit-extra, containers, cpu
|
, conduit-combinators, conduit-extra, containers, cpu, directory
|
||||||
, directory, either, exceptions, generic-lens, hedgehog, hspec
|
, either, exceptions, generic-lens, hedgehog, hspec, hw-bits
|
||||||
, hw-bits, hw-hspec-hedgehog, iproute, lens, old-locale
|
, hw-hspec-hedgehog, hw-ip, iproute, lens, old-locale
|
||||||
, optparse-applicative, resourcet, temporary-resourcet, text, thyme
|
, optparse-applicative, resourcet, temporary-resourcet, text, thyme
|
||||||
, vector
|
, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "asif";
|
pname = "asif";
|
||||||
version = "2.0.0";
|
version = "3.0.0";
|
||||||
sha256 = "1wp3g3nmymw9zkfyhi2jc7qqcb14v9pp788xg77acsx4i83ca5fm";
|
sha256 = "01ic071i7cgc888xqdjjq3srihnjxcqx33f9m97ilsp7dxi7a03q";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base binary bytestring conduit conduit-combinators
|
attoparsec base binary bytestring conduit conduit-combinators
|
||||||
conduit-extra containers cpu either exceptions generic-lens hw-bits
|
conduit-extra containers cpu either exceptions generic-lens hw-bits
|
||||||
iproute lens old-locale resourcet temporary-resourcet text thyme
|
hw-ip iproute lens old-locale resourcet temporary-resourcet text
|
||||||
vector
|
thyme vector
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
attoparsec base binary bytestring conduit conduit-combinators
|
attoparsec base binary bytestring conduit conduit-combinators
|
||||||
conduit-extra containers cpu directory either exceptions
|
conduit-extra containers cpu directory either exceptions
|
||||||
generic-lens hw-bits iproute lens old-locale optparse-applicative
|
generic-lens hw-bits hw-ip iproute lens old-locale
|
||||||
resourcet temporary-resourcet text thyme vector
|
optparse-applicative resourcet temporary-resourcet text thyme
|
||||||
|
vector
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
arbor-ip attoparsec base binary bytestring conduit
|
attoparsec base binary bytestring conduit conduit-combinators
|
||||||
conduit-combinators conduit-extra containers cpu either exceptions
|
conduit-extra containers cpu either exceptions generic-lens
|
||||||
generic-lens hedgehog hspec hw-bits hw-hspec-hedgehog iproute lens
|
hedgehog hspec hw-bits hw-hspec-hedgehog hw-ip iproute lens
|
||||||
old-locale resourcet temporary-resourcet text thyme vector
|
old-locale resourcet temporary-resourcet text thyme vector
|
||||||
];
|
];
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
}) {};
|
||||||
broken = true;
|
|
||||||
}) {arbor-ip = null;};
|
|
||||||
|
|
||||||
"asil" = callPackage
|
"asil" = callPackage
|
||||||
({ mkDerivation, array, base, binary, bytestring, containers
|
({ mkDerivation, array, base, binary, bytestring, containers
|
||||||
@ -32097,28 +32098,29 @@ self: {
|
|||||||
|
|
||||||
"axel" = callPackage
|
"axel" = callPackage
|
||||||
({ mkDerivation, base, bytestring, directory, filepath
|
({ mkDerivation, base, bytestring, directory, filepath
|
||||||
, haskell-src-exts, hedgehog, lens, lens-aeson, mtl
|
, freer-simple, haskell-src-exts, hedgehog, lens, lens-aeson
|
||||||
, optparse-applicative, parsec, process, regex-pcre, split, strict
|
, optparse-applicative, parsec, process, regex-pcre, singletons
|
||||||
, tasty, tasty-discover, tasty-golden, tasty-hedgehog, tasty-hspec
|
, split, strict, tasty, tasty-discover, tasty-golden
|
||||||
, template-haskell, text, transformers, typed-process, vector, yaml
|
, tasty-hedgehog, tasty-hspec, template-haskell, text, transformers
|
||||||
|
, typed-process, vector, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "axel";
|
pname = "axel";
|
||||||
version = "0.0.5";
|
version = "0.0.6";
|
||||||
sha256 = "0xkkb78wjggv5vnrzxgfxfirsfzazdbhjsb8bg9xsl9jgafbz6fq";
|
sha256 = "17601gv4rjdxmg2qqp2y9b5lk9ia0z1izhympmwf6zs7wkjs6fyh";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "0cyygds6277zbm01b8x7sx700c83z20hdimlnk4wzhm1v2zya3a4";
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
enableSeparateDataOutput = true;
|
enableSeparateDataOutput = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring directory filepath haskell-src-exts lens lens-aeson
|
base bytestring directory filepath freer-simple haskell-src-exts
|
||||||
mtl optparse-applicative parsec process regex-pcre strict text
|
lens lens-aeson optparse-applicative parsec process regex-pcre
|
||||||
transformers typed-process vector yaml
|
singletons strict text typed-process vector yaml
|
||||||
|
];
|
||||||
|
executableHaskellDepends = [
|
||||||
|
base freer-simple optparse-applicative
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [ base mtl optparse-applicative ];
|
|
||||||
testHaskellDepends = [
|
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
|
tasty-discover tasty-golden tasty-hedgehog tasty-hspec
|
||||||
template-haskell transformers
|
template-haskell transformers
|
||||||
];
|
];
|
||||||
@ -38684,6 +38686,8 @@ self: {
|
|||||||
pname = "boring";
|
pname = "boring";
|
||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "0r263cc8bdwsaw33x96fgd8npsma9a2ffv6mfz9z72d7qclhimkk";
|
sha256 = "0r263cc8bdwsaw33x96fgd8npsma9a2ffv6mfz9z72d7qclhimkk";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0hdvr4rkkj2mapqha335rhncfmrw70qzjmfis2w9l4iqx617fv9m";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
adjunctions base base-compat constraints fin generics-sop streams
|
adjunctions base base-compat constraints fin generics-sop streams
|
||||||
tagged transformers transformers-compat vec
|
tagged transformers transformers-compat vec
|
||||||
@ -42363,6 +42367,59 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
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
|
"cachix-api" = callPackage
|
||||||
({ mkDerivation, aeson, amazonka, base, base16-bytestring
|
({ mkDerivation, aeson, amazonka, base, base16-bytestring
|
||||||
, bytestring, conduit, conduit-combinators, cookie, cryptonite
|
, bytestring, conduit, conduit-combinators, cookie, cryptonite
|
||||||
@ -42405,6 +42462,47 @@ self: {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
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
|
"cacophony" = callPackage
|
||||||
({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring
|
({ mkDerivation, aeson, async, attoparsec, base, base16-bytestring
|
||||||
, bytestring, criterion, cryptonite, deepseq, directory, exceptions
|
, bytestring, criterion, cryptonite, deepseq, directory, exceptions
|
||||||
@ -43821,18 +43919,15 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"cassava-megaparsec" = callPackage
|
"cassava-megaparsec" = callPackage
|
||||||
({ mkDerivation, base, bytestring, cassava, containers, hspec
|
({ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec
|
||||||
, hspec-megaparsec, megaparsec, unordered-containers, vector
|
, megaparsec, unordered-containers, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cassava-megaparsec";
|
pname = "cassava-megaparsec";
|
||||||
version = "1.0.0";
|
version = "2.0.0";
|
||||||
sha256 = "14d1idyw4pm8gq41383sy6cid6v1dr9zc7wviy4vd786406j2n28";
|
sha256 = "0jwhvgfkgxpxp6cci9ahp3kryr4vaxbpqgjzf8ylr2592dm2irnf";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "0dk6bxyvlg0iq83m81cbyysiydcj3dsvhlishjc119hzpy8g8xd6";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring cassava containers megaparsec unordered-containers
|
base bytestring cassava megaparsec unordered-containers vector
|
||||||
vector
|
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base bytestring cassava hspec hspec-megaparsec vector
|
base bytestring cassava hspec hspec-megaparsec vector
|
||||||
@ -51230,6 +51325,42 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
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
|
"conduit-audio" = callPackage
|
||||||
({ mkDerivation, base, conduit, vector }:
|
({ mkDerivation, base, conduit, vector }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -60944,8 +61075,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "dense-int-set";
|
pname = "dense-int-set";
|
||||||
version = "0.1.5";
|
version = "0.2";
|
||||||
sha256 = "0xhr7iyhh38nipqb0dkxflh4xr5a10i8zsf8vv11pfqy62irhj6g";
|
sha256 = "02gfghbpgfcr8vnbahz9y025cb5cvh4ns5xwz9gavpbi8vbcbyv9";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base cereal cereal-vector deferred-folds hashable vector
|
base cereal cereal-vector deferred-folds hashable vector
|
||||||
vector-algorithms
|
vector-algorithms
|
||||||
@ -72280,8 +72411,8 @@ self: {
|
|||||||
pname = "exitcode";
|
pname = "exitcode";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "1h4qv29g59dxwsb2i4qrnf2f96xsmzngc9rnrqfkh8nkkcr71br5";
|
sha256 = "1h4qv29g59dxwsb2i4qrnf2f96xsmzngc9rnrqfkh8nkkcr71br5";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "0p2kmkgqbfcf5za5n210a6ra6758dkmkwvs516aj3y895na6j14z";
|
editedCabalFile = "0g30lnsl947bsxcw53swl0vv3qg8c7vqf8axpdnhl28mdrxa0ax9";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base lens mmorph mtl semigroupoids semigroups transformers
|
base lens mmorph mtl semigroupoids semigroups transformers
|
||||||
];
|
];
|
||||||
@ -116148,37 +116279,37 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hw-dsv" = callPackage
|
"hw-dsv" = callPackage
|
||||||
({ mkDerivation, base, bits-extra, bytestring, cassava, criterion
|
({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava
|
||||||
, deepseq, directory, hedgehog, hspec, hspec-discover, hw-bits
|
, criterion, deepseq, directory, ghc-prim, hedgehog, hspec, hw-bits
|
||||||
, hw-hspec-hedgehog, hw-prim, hw-rankselect, hw-rankselect-base
|
, 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 {
|
mkDerivation {
|
||||||
pname = "hw-dsv";
|
pname = "hw-dsv";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
sha256 = "1kb8dc05dfslpqnjw42qnnxg16xfd2jz17ag9vgmci88rnsanaxv";
|
sha256 = "0cpnzf8f4mk28jpxx66q8mv0gm3rassjp48r17hwzkalvw3ng3ni";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1di1vdj6c0s0n2zjhjhy8iszlgk29gbh7a46pc4q0hp587avff04";
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect
|
base bits-extra bytestring deepseq ghc-prim hw-bits hw-prim
|
||||||
hw-rankselect-base vector
|
hw-rankselect hw-rankselect-base hw-simd vector
|
||||||
];
|
];
|
||||||
|
libraryToolDepends = [ c2hs ];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base bits-extra bytestring deepseq hedgehog hw-bits hw-prim
|
base bits-extra bytestring deepseq ghc-prim hedgehog hw-bits
|
||||||
hw-rankselect hw-rankselect-base lens optparse-applicative
|
hw-prim hw-rankselect hw-rankselect-base hw-simd lens
|
||||||
resourcet vector
|
optparse-applicative resourcet vector
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base bits-extra bytestring cassava deepseq directory hedgehog hspec
|
base bits-extra bytestring cassava deepseq directory ghc-prim
|
||||||
hw-bits hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base
|
hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim hw-rankselect
|
||||||
text vector weigh
|
hw-rankselect-base hw-simd text vector weigh
|
||||||
];
|
];
|
||||||
testToolDepends = [ hspec-discover ];
|
|
||||||
benchmarkHaskellDepends = [
|
benchmarkHaskellDepends = [
|
||||||
base bits-extra bytestring cassava criterion deepseq directory
|
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";
|
description = "Unbelievably fast streaming DSV file parser";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -116310,14 +116441,14 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
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
|
({ mkDerivation, attoparsec, base, generic-lens, hedgehog, hspec
|
||||||
, hw-bits, hw-hspec-hedgehog, text
|
, hw-bits, hw-hspec-hedgehog, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hw-ip";
|
pname = "hw-ip";
|
||||||
version = "0.2.1.0";
|
version = "0.2.1.1";
|
||||||
sha256 = "09qfimmf8dsp1pf0vxjpf5v9ih8rk414jkh50inc83zygzp9if29";
|
sha256 = "1vcg2n0ar5j5w02caswjxi549qfkgy7p63vfasbq3a8w3d109931";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base generic-lens hw-bits text
|
attoparsec base generic-lens hw-bits text
|
||||||
];
|
];
|
||||||
@ -128774,8 +128905,8 @@ self: {
|
|||||||
pname = "language-c";
|
pname = "language-c";
|
||||||
version = "0.8.1";
|
version = "0.8.1";
|
||||||
sha256 = "0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d";
|
sha256 = "0sdkjj0hq8p69fcdm6ljbjkjvrsrb8a6rl5dq6dj6byj32ajrm3d";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "087h653v6074ax47hr3pqnp78jrs7as9hqfrjyf97m5i5c49fi9l";
|
editedCabalFile = "08h8a747k68nbv2mmbjlq2y2pqs738v8z54glrrh94963b2bh4h1";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring containers deepseq directory filepath pretty
|
array base bytestring containers deepseq directory filepath pretty
|
||||||
process syb
|
process syb
|
||||||
@ -128794,6 +128925,8 @@ self: {
|
|||||||
pname = "language-c";
|
pname = "language-c";
|
||||||
version = "0.8.2";
|
version = "0.8.2";
|
||||||
sha256 = "05ff3ywh2lpxgd00nv6y3jnqpdl6bg0f2yn3csd043rv4srd6adp";
|
sha256 = "05ff3ywh2lpxgd00nv6y3jnqpdl6bg0f2yn3csd043rv4srd6adp";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1xg49j4bykgdm6l14m65wyz8r3s4v4dqc7a9zjcsr12ffkiv8nam";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring containers deepseq directory filepath pretty
|
array base bytestring containers deepseq directory filepath pretty
|
||||||
process syb
|
process syb
|
||||||
@ -131124,6 +131257,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
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
|
"lens-family-core" = callPackage
|
||||||
({ mkDerivation, base, containers, transformers }:
|
({ mkDerivation, base, containers, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -131135,6 +131284,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
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
|
"lens-family-th" = callPackage
|
||||||
({ mkDerivation, base, hspec, template-haskell, transformers }:
|
({ mkDerivation, base, hspec, template-haskell, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -157959,6 +158120,8 @@ self: {
|
|||||||
pname = "passman-cli";
|
pname = "passman-cli";
|
||||||
version = "0.2.0.0";
|
version = "0.2.0.0";
|
||||||
sha256 = "0l0cbhngg2dxsy95a24x1g19cpnmngcgdkxklzjymmcnqmxp7jd8";
|
sha256 = "0l0cbhngg2dxsy95a24x1g19cpnmngcgdkxklzjymmcnqmxp7jd8";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "197mlc2v7azdgdnvr2pxm2whhpqj4v2czwn5vi6ksrax82xswcnc";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
@ -157972,25 +158135,23 @@ self: {
|
|||||||
|
|
||||||
"passman-core" = callPackage
|
"passman-core" = callPackage
|
||||||
({ mkDerivation, aeson, async, base, bcrypt, bytestring, conduit
|
({ mkDerivation, aeson, async, base, bcrypt, bytestring, conduit
|
||||||
, conduit-extra, containers, cryptohash-md5, csv-conduit
|
, containers, cryptohash-md5, csv-conduit, data-ordlist, directory
|
||||||
, data-ordlist, directory, filepath, int-cast, memory, QuickCheck
|
, filepath, int-cast, memory, QuickCheck, quickcheck-instances
|
||||||
, quickcheck-unicode, resourcet, template-haskell, temporary, text
|
, quickcheck-unicode, template-haskell, temporary, text
|
||||||
, unix-compat, yaml
|
, unix-compat, yaml
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "passman-core";
|
pname = "passman-core";
|
||||||
version = "0.2.0.0";
|
version = "0.2.0.1";
|
||||||
sha256 = "03l43n8r0jdxbc07qjdazkanzd7lj1kp814ylhvn0ri9zzyfcgm7";
|
sha256 = "1j258waghli2ahg25ihc13qjwz8zmy6ppld0y6sz3jphpg2azybs";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1840hm9wiym9jlgij1b2d8fa90pdscg2rqhzhvrl7qawd3jjxq5x";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bcrypt bytestring conduit conduit-extra containers
|
aeson base bcrypt bytestring conduit containers cryptohash-md5
|
||||||
cryptohash-md5 csv-conduit data-ordlist directory filepath int-cast
|
csv-conduit data-ordlist directory filepath int-cast memory text
|
||||||
memory resourcet text unix-compat yaml
|
unix-compat yaml
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
async base conduit filepath QuickCheck quickcheck-unicode
|
async base conduit filepath QuickCheck quickcheck-instances
|
||||||
template-haskell temporary text yaml
|
quickcheck-unicode template-haskell temporary text yaml
|
||||||
];
|
];
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
description = "Deterministic password generator core";
|
description = "Deterministic password generator core";
|
||||||
@ -175664,20 +175825,20 @@ self: {
|
|||||||
|
|
||||||
"registry" = callPackage
|
"registry" = callPackage
|
||||||
({ mkDerivation, async, base, exceptions, hedgehog, hedgehog-corpus
|
({ mkDerivation, async, base, exceptions, hedgehog, hedgehog-corpus
|
||||||
, io-memoize, protolude, resourcet, tasty, tasty-discover
|
, io-memoize, MonadRandom, protolude, random, resourcet, tasty
|
||||||
, tasty-hedgehog, tasty-th, text, transformers-base
|
, tasty-discover, tasty-hedgehog, tasty-th, text, transformers-base
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "registry";
|
pname = "registry";
|
||||||
version = "0.1.0.5";
|
version = "0.1.1.0";
|
||||||
sha256 = "0yqv58ra2h7cmnwvbpbdxma69qr1n44gw8mckrr0sq38rah9dxg3";
|
sha256 = "0in2kb12848g4ggph2m2h2csc3j0jg9572vi25pdlvr5xrlvxm0m";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base exceptions protolude resourcet text transformers-base
|
base exceptions protolude resourcet text transformers-base
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
async base exceptions hedgehog hedgehog-corpus io-memoize protolude
|
async base exceptions hedgehog hedgehog-corpus io-memoize
|
||||||
resourcet tasty tasty-discover tasty-hedgehog tasty-th text
|
MonadRandom protolude random resourcet tasty tasty-discover
|
||||||
transformers-base
|
tasty-hedgehog tasty-th text transformers-base
|
||||||
];
|
];
|
||||||
testToolDepends = [ tasty-discover ];
|
testToolDepends = [ tasty-discover ];
|
||||||
description = "data structure for assembling \"components\"";
|
description = "data structure for assembling \"components\"";
|
||||||
@ -176111,6 +176272,8 @@ self: {
|
|||||||
pname = "relude";
|
pname = "relude";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
sha256 = "10cbgz1xzw67q3y9fw8px7wwxblv5qym51qpdljmjz4ilpy0k35j";
|
sha256 = "10cbgz1xzw67q3y9fw8px7wwxblv5qym51qpdljmjz4ilpy0k35j";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "04jfgc38pwrqir1j91l8jfzsp0hzggxr7kmbnfqcgrlpqidpj7mh";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers deepseq ghc-prim hashable mtl stm text
|
base bytestring containers deepseq ghc-prim hashable mtl stm text
|
||||||
transformers unordered-containers utf8-string
|
transformers unordered-containers utf8-string
|
||||||
@ -178188,14 +178351,14 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"rhine_0_5_0_0" = callPackage
|
"rhine_0_5_0_1" = callPackage
|
||||||
({ mkDerivation, base, containers, deepseq, dunai, free, time
|
({ mkDerivation, base, containers, deepseq, dunai, free, time
|
||||||
, transformers, vector-sized
|
, transformers, vector-sized
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "rhine";
|
pname = "rhine";
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.1";
|
||||||
sha256 = "0cc4f51h9plgd790ix1skja3k06dzc55rqhv17521vb9cw0k2lzy";
|
sha256 = "0mxqr441bav2gs856qmvivl9cd53gh28ycary112vxinalijjh23";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers deepseq dunai free time transformers vector-sized
|
base containers deepseq dunai free time transformers vector-sized
|
||||||
];
|
];
|
||||||
@ -178208,8 +178371,8 @@ self: {
|
|||||||
({ mkDerivation, base, dunai, gloss, rhine }:
|
({ mkDerivation, base, dunai, gloss, rhine }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "rhine-gloss";
|
pname = "rhine-gloss";
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.1";
|
||||||
sha256 = "1hhn23lxcdck0h124i1k2fhrn184ih9v8jpf6yhrin6arwbzpchx";
|
sha256 = "0pj0in2xyz3g81rf175m65gwbwndabd0k2icsdcp3jcyqakzwari";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [ base dunai gloss rhine ];
|
libraryHaskellDepends = [ base dunai gloss rhine ];
|
||||||
@ -184141,8 +184304,8 @@ self: {
|
|||||||
pname = "separated";
|
pname = "separated";
|
||||||
version = "0.3.2.1";
|
version = "0.3.2.1";
|
||||||
sha256 = "0xnpxaz9qr2qqg7kmgv1qsbd4943r54m1vva3xivn4cxf1gnxcaw";
|
sha256 = "0xnpxaz9qr2qqg7kmgv1qsbd4943r54m1vva3xivn4cxf1gnxcaw";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "0d0721vf4lcixbrm24jlrvjjc1m1w1638ds7pkgz7hy4armznik1";
|
editedCabalFile = "1q501zsxf5kl65aqp8cdaxj2y61jq3480r31cnr81w14ikrd5wdy";
|
||||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bifunctors deriving-compat lens semigroupoids semigroups
|
base bifunctors deriving-compat lens semigroupoids semigroups
|
||||||
@ -187481,6 +187644,8 @@ self: {
|
|||||||
pname = "shake-ats";
|
pname = "shake-ats";
|
||||||
version = "1.10.0.1";
|
version = "1.10.0.1";
|
||||||
sha256 = "1p95r4ksfrb4hs9v75iq9iz565qz43k3cw63sz32nphqn204dbxz";
|
sha256 = "1p95r4ksfrb4hs9v75iq9iz565qz43k3cw63sz32nphqn204dbxz";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0x23r58i4yhf9rcaxfdy09nr93cpkr0cmxrwcn11hgcr1nkzaa0d";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary dependency directory hs2ats language-ats microlens
|
base binary dependency directory hs2ats language-ats microlens
|
||||||
shake shake-c shake-cabal shake-ext text
|
shake shake-c shake-cabal shake-ext text
|
||||||
@ -187507,8 +187672,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "shake-cabal";
|
pname = "shake-cabal";
|
||||||
version = "0.1.0.5";
|
version = "0.2.0.0";
|
||||||
sha256 = "1h8a3c3fwg2jz1p6k5253hjfaqbwwwdygrj2hdsgwn6laq75kd6s";
|
sha256 = "13fzc57jl52c6j1wjmp4z39jwbqrnlwl5l8vxqk6hz814apsd555";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base Cabal composition-prelude directory filepath shake
|
base Cabal composition-prelude directory filepath shake
|
||||||
];
|
];
|
||||||
@ -190761,15 +190926,15 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
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
|
({ mkDerivation, base, deferred-folds, foldl, HTF, mmorph
|
||||||
, partial-handler, QuickCheck, quickcheck-instances, rerebase
|
, partial-handler, QuickCheck, quickcheck-instances, rerebase
|
||||||
, SafeSemaphore, stm-containers, transformers
|
, SafeSemaphore, stm-containers, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "slave-thread";
|
pname = "slave-thread";
|
||||||
version = "1.0.2.1";
|
version = "1.0.2.2";
|
||||||
sha256 = "1bnx07zy89ym45bs1dhnwgxls7jz8yv64j5j0wsym3qqzqdk04dh";
|
sha256 = "1jf8n989gsxbqkyxj8kd523dxp5bxs9cs4s6jd4j95mvij6pgpgl";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base deferred-folds foldl mmorph partial-handler stm-containers
|
base deferred-folds foldl mmorph partial-handler stm-containers
|
||||||
transformers
|
transformers
|
||||||
@ -197306,6 +197471,32 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
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
|
"stm-containers" = callPackage
|
||||||
({ mkDerivation, async, base, base-prelude, containers, criterion
|
({ mkDerivation, async, base, base-prelude, containers, criterion
|
||||||
, focus, free, hashable, hashtables, HTF, list-t, loch-th, mtl
|
, focus, free, hashable, hashtables, HTF, list-t, loch-th, mtl
|
||||||
@ -200416,8 +200607,8 @@ self: {
|
|||||||
pname = "sv";
|
pname = "sv";
|
||||||
version = "1.2";
|
version = "1.2";
|
||||||
sha256 = "148d8jircfyrp0y2rqchs1k3kfmis3bdvc6rib39fkbj699pyw2s";
|
sha256 = "148d8jircfyrp0y2rqchs1k3kfmis3bdvc6rib39fkbj699pyw2s";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "14cs2wh9g0hq48rb8ngxhyw9bindm23c9xbw4w2nayh1j4db5a76";
|
editedCabalFile = "1aa4pxzqyk3xqqadi52aa257h7440jawws9mh9l02qswypn87jq4";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base bifunctors bytestring contravariant hw-dsv
|
attoparsec base bifunctors bytestring contravariant hw-dsv
|
||||||
semigroupoids sv-core transformers utf8-string validation
|
semigroupoids sv-core transformers utf8-string validation
|
||||||
@ -216016,6 +216207,20 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
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
|
"unlit" = callPackage
|
||||||
({ mkDerivation, base, directory, text }:
|
({ mkDerivation, base, directory, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -218771,6 +218976,21 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
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
|
"vector-fftw" = callPackage
|
||||||
({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
|
({ mkDerivation, base, fftw, primitive, storable-complex, vector }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -227291,6 +227511,8 @@ self: {
|
|||||||
pname = "xmonad-contrib";
|
pname = "xmonad-contrib";
|
||||||
version = "0.14";
|
version = "0.14";
|
||||||
sha256 = "1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y";
|
sha256 = "1660w3xhbfrlq8b8s1rviq2mcn1vyqpypli4023gqxwry52brk6y";
|
||||||
|
revision = "2";
|
||||||
|
editedCabalFile = "0412lfkq9y2s7avzm7ajx5fmyacqrad3yzv9cz9xp5dg66dn5h60";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring containers directory extensible-exceptions filepath
|
base bytestring containers directory extensible-exceptions filepath
|
||||||
mtl old-locale old-time process random semigroups unix utf8-string
|
mtl old-locale old-time process random semigroups unix utf8-string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user