summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix498
1 files changed, 417 insertions, 81 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 27d44116ad61..b5c94e2305d4 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -23461,6 +23461,8 @@ self: {
pname = "aeson";
version = "1.4.7.0";
sha256 = "15ykkxa636jnx1zcyq4yxgjz78m5fp315gg0llbjf44jk4fbhndh";
+ revision = "1";
+ editedCabalFile = "0m07083y4x6zxfr9np5dqvbxg0lijzz9m0am36sgxlwfcrl287xd";
libraryHaskellDepends = [
attoparsec base base-compat-batteries bytestring containers deepseq
dlist ghc-prim hashable primitive scientific tagged
@@ -32634,6 +32636,8 @@ self: {
pname = "assoc";
version = "1.0.1";
sha256 = "1m9n4vp190bvn2wcrd4ggfwa9pi93jp0zgx02mdgywn2zfidw020";
+ revision = "1";
+ editedCabalFile = "1q6sc9v79p2pdm7aa6mfbn824vc01wj267saf2gp86b3wzgp0mrh";
libraryHaskellDepends = [ base bifunctors tagged ];
description = "swap and assoc: Symmetric and Semigroupy Bifunctors";
license = stdenv.lib.licenses.bsd3;
@@ -32852,6 +32856,8 @@ self: {
pname = "async";
version = "2.2.2";
sha256 = "1zxvfcyy4sg8lmzphi5dgnavksj5pav6rbvd5kc48lf4hanb2jjb";
+ revision = "1";
+ editedCabalFile = "1kg9xmby0wkx31998h2r43yr8bl1aixk6025zqigz9vdhmkc2y51";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base hashable stm ];
@@ -34656,6 +34662,44 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "avro_0_5_0_0" = callPackage
+ ({ mkDerivation, aeson, array, base, base16-bytestring, bifunctors
+ , binary, bytestring, containers, data-binary-ieee754, deepseq
+ , directory, doctest, doctest-discover, extra, fail, gauge
+ , generic-lens, HasBigDecimal, hashable, hedgehog, hspec
+ , hspec-discover, hw-hspec-hedgehog, lens, lens-aeson, mtl
+ , QuickCheck, random, raw-strings-qq, scientific, semigroups
+ , tagged, template-haskell, text, tf-random, time, transformers
+ , unordered-containers, uuid, vector, zlib
+ }:
+ mkDerivation {
+ pname = "avro";
+ version = "0.5.0.0";
+ sha256 = "01p7a56w7vg9q4ybfxyprw5cnnprava3nlay2vwq360ixw6m0s5z";
+ libraryHaskellDepends = [
+ aeson array base base16-bytestring bifunctors binary bytestring
+ containers data-binary-ieee754 deepseq fail HasBigDecimal hashable
+ mtl raw-strings-qq scientific semigroups tagged template-haskell
+ text tf-random time unordered-containers uuid vector zlib
+ ];
+ testHaskellDepends = [
+ aeson array base base16-bytestring bifunctors binary bytestring
+ containers directory doctest doctest-discover extra fail
+ generic-lens HasBigDecimal hashable hedgehog hspec
+ hw-hspec-hedgehog lens lens-aeson mtl QuickCheck raw-strings-qq
+ scientific semigroups tagged text tf-random time transformers
+ unordered-containers uuid vector zlib
+ ];
+ testToolDepends = [ doctest-discover hspec-discover ];
+ benchmarkHaskellDepends = [
+ aeson base binary bytestring containers deepseq gauge hashable mtl
+ random raw-strings-qq text transformers unordered-containers vector
+ ];
+ description = "Avro serialization support for Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"avro-piper" = callPackage
({ mkDerivation, aeson, avro, base, bytestring, conduit
, conduit-combinators, conduit-extra, hedgehog, hspec
@@ -36391,8 +36435,8 @@ self: {
({ mkDerivation, base, base-compat }:
mkDerivation {
pname = "base-compat-migrate";
- version = "0.2.0.0";
- sha256 = "0xc9fjdv4bx5isw39l9aknvwvi46zpc4930wxvsx0v4qa8yhfpaa";
+ version = "0.2.0.1";
+ sha256 = "18nyacdji89ys6h7hw28b6rz6p9gkasd4c0l7awz79wp0w8a0cdm";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base base-compat ];
@@ -38614,6 +38658,8 @@ self: {
pname = "bin";
version = "0.1";
sha256 = "008i0yxvg9v05gby6ysq3f7ygh125p9xa5vwrcrbq5xw79igyzq5";
+ revision = "1";
+ editedCabalFile = "1v62ca89qdzcm03ziwaq335cwd66mwl854c6gf61vnplrbznqm33";
libraryHaskellDepends = [
base dec deepseq fin hashable QuickCheck
];
@@ -38840,10 +38886,8 @@ self: {
}:
mkDerivation {
pname = "binary-instances";
- version = "1";
- sha256 = "07y9582vsw94ks8whkd3dcmf4wdwlq8riyk2shmxxprkq0gsv3z0";
- revision = "2";
- editedCabalFile = "0yawdwm086gk51y5s5zbybiwiv386cx8xyj6kcgj9wwdidcnaxdi";
+ version = "1.0.0.1";
+ sha256 = "0f8ilzpwj7gbyvlswlkd48dzpj9m13ipinw55lvjag0ir52idk9a";
libraryHaskellDepends = [
aeson base binary binary-orphans case-insensitive hashable
scientific tagged text text-binary time-compat unordered-containers
@@ -41206,6 +41250,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) gmp;};
+ "bitvec_1_0_3_0" = callPackage
+ ({ mkDerivation, base, containers, deepseq, gauge, ghc-prim, gmp
+ , integer-gmp, primitive, quickcheck-classes, random, tasty
+ , tasty-hunit, tasty-quickcheck, vector
+ }:
+ mkDerivation {
+ pname = "bitvec";
+ version = "1.0.3.0";
+ sha256 = "0s3gdh2rgz9wdnin5h2yhvnr8gy3sgcl9sbb1k4069ap4svrg8hd";
+ libraryHaskellDepends = [
+ base deepseq ghc-prim integer-gmp primitive vector
+ ];
+ librarySystemDepends = [ gmp ];
+ testHaskellDepends = [
+ base integer-gmp primitive quickcheck-classes tasty tasty-hunit
+ tasty-quickcheck vector
+ ];
+ benchmarkHaskellDepends = [
+ base containers gauge integer-gmp random vector
+ ];
+ description = "Space-efficient bit vectors";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) gmp;};
+
"bitwise" = callPackage
({ mkDerivation, array, base, bytestring, criterion, QuickCheck }:
mkDerivation {
@@ -49199,6 +49268,8 @@ self: {
pname = "cassava";
version = "0.5.2.0";
sha256 = "01h1zrdqb313cjd4rqm1107azzx4czqi018c2djf66a5i7ajl3dk";
+ revision = "1";
+ editedCabalFile = "1ph8rf91z4nf1ryrh9s4gd1kq98jlgk2manwddkpch8k0n9xvfk4";
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
libraryHaskellDepends = [
array attoparsec base bytestring containers deepseq hashable Only
@@ -51243,6 +51314,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "chimera_0_3_1_0" = callPackage
+ ({ mkDerivation, adjunctions, base, distributive, gauge, mtl
+ , QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck
+ , tasty-smallcheck, vector
+ }:
+ mkDerivation {
+ pname = "chimera";
+ version = "0.3.1.0";
+ sha256 = "09dk9x2har2k6apm1wlm2k5k97jf3qxy4rzx94rbfmhs5fhz0i99";
+ libraryHaskellDepends = [
+ adjunctions base distributive mtl vector
+ ];
+ testHaskellDepends = [
+ base QuickCheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck
+ vector
+ ];
+ benchmarkHaskellDepends = [ base gauge mtl random ];
+ description = "Lazy infinite streams with O(1) indexing";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"chiphunk" = callPackage
({ mkDerivation, base, c2hs, hashable, safe-exceptions, StateVar
, vector-space
@@ -62754,8 +62847,8 @@ self: {
}:
mkDerivation {
pname = "cryptoconditions";
- version = "0.2.4";
- sha256 = "1mbi3h21xfzsripixkvakw4kp36n8jzwsyajjxwllq3nxq3lwgp0";
+ version = "0.2.5";
+ sha256 = "0p4y5irjqvd79qr1gq5v57pnyg1z4vm9pmlv9dx3v59vakz0yfcf";
libraryHaskellDepends = [
aeson asn1-encoding asn1-parse asn1-types base base64-bytestring
bytestring containers cryptonite memory text
@@ -62872,8 +62965,8 @@ self: {
pname = "cryptohash-sha256";
version = "0.11.101.0";
sha256 = "1p85vajcgw9hmq8zsz9krzx0vxh7aggwbg5w9ws8w97avcsn8xaj";
- revision = "3";
- editedCabalFile = "1arhz4y792kx439s2zv9x291gvvl2zxcfx9sq0nxsjlz7c3hpyp1";
+ revision = "4";
+ editedCabalFile = "00p6sx2n1pzykm3my68hjfk8l66g66rh7inrfcnkd5mhilqdcqxr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base bytestring ];
@@ -63326,6 +63419,22 @@ self: {
broken = true;
}) {};
+ "css-easings" = callPackage
+ ({ mkDerivation, aeson, base, blaze-markup, data-default
+ , QuickCheck, scientific, shakespeare, text
+ }:
+ mkDerivation {
+ pname = "css-easings";
+ version = "0.2.0.0";
+ sha256 = "0i969cp4j154ddq7x2821p53qh8dnsr7f74rsdi4y9rbbls1fnpv";
+ libraryHaskellDepends = [
+ aeson base blaze-markup data-default QuickCheck scientific
+ shakespeare text
+ ];
+ description = "Defining and manipulating css easing strings";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"css-selectors" = callPackage
({ mkDerivation, aeson, alex, array, base, blaze-markup
, data-default, Decimal, happy, QuickCheck, shakespeare
@@ -68184,8 +68293,8 @@ self: {
pname = "dec";
version = "0.0.3";
sha256 = "1y8bvlm2371dq2v0jv1srki98nbhbz091wh0g2x58wz78h971f6r";
- revision = "1";
- editedCabalFile = "09dkybwqmayf2a1sn94vmmma2xfvf07bw7grhcyjm7lq9jpxv8y0";
+ revision = "2";
+ editedCabalFile = "1v5f5yby0cld1ziqqgkcx8b50qkpviplspm82a6wl7lw28cjm0hs";
libraryHaskellDepends = [ base ];
description = "Decidable propositions";
license = stdenv.lib.licenses.bsd3;
@@ -69039,8 +69148,8 @@ self: {
({ mkDerivation, base, constraints-extras, some }:
mkDerivation {
pname = "dependent-sum";
- version = "0.7.0.0";
- sha256 = "1i36l5qx98nwpmil3r9hi1rs0jczv6fydis4bnvkniyiqrjq6m04";
+ version = "0.7.1.0";
+ sha256 = "0aj63gvak0y4mgxndykqfg5w958hf7lp5blml2z647rjgy85bjw1";
libraryHaskellDepends = [ base constraints-extras some ];
description = "Dependent sum type";
license = stdenv.lib.licenses.publicDomain;
@@ -73725,8 +73834,8 @@ self: {
}:
mkDerivation {
pname = "dobutokO2";
- version = "0.16.0.0";
- sha256 = "1cl3ybyhak2qnmqqgf8vhj7lks6nkyi2qx4md9cx6vc73mwms1g9";
+ version = "0.17.1.0";
+ sha256 = "0z3w604qvn8dp1acwyi3b80gcjj0jsm8b58gzxhs2b2v99v62l93";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -78040,6 +78149,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "eliminators_0_7" = callPackage
+ ({ mkDerivation, base, extra, hspec, hspec-discover, singleton-nats
+ , singletons, template-haskell, th-abstraction, th-desugar
+ }:
+ mkDerivation {
+ pname = "eliminators";
+ version = "0.7";
+ sha256 = "1h3h0f7s0gjbza7lij8y2pg5hl6zrf8cqslh5f0hpwnfxh3yls6v";
+ libraryHaskellDepends = [
+ base extra singleton-nats singletons template-haskell
+ th-abstraction th-desugar
+ ];
+ testHaskellDepends = [ base hspec singleton-nats singletons ];
+ testToolDepends = [ hspec-discover ];
+ description = "Dependently typed elimination functions using singletons";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"elision" = callPackage
({ mkDerivation, base, profunctors }:
mkDerivation {
@@ -85942,8 +86070,8 @@ self: {
pname = "filesystem-abstractions";
version = "0";
sha256 = "1qrxc8q10fqd7b0ss84nykz8vmyjwwxw5ywxp11xabad966shl18";
- revision = "1";
- editedCabalFile = "0qfkiify5jgclzdz2gyml5d7rn0vinilwxgfvk0h7743lj2vj167";
+ revision = "2";
+ editedCabalFile = "1mj9ipsycs70jdgi722z04cvw7va09cr7fv78w9995pdf2n33gl0";
libraryHaskellDepends = [
base bytestring list-tries posix-paths semigroups
];
@@ -86069,6 +86197,8 @@ self: {
pname = "fin";
version = "0.1.1";
sha256 = "0zwc8x2ilbk1bhsk85brf6g300cx4w2j3602gjh6rv900961gqri";
+ revision = "1";
+ editedCabalFile = "0q2g83rs0zk8gbdnbqyzy42vqfyalsb8pgq3z0lwjpzaqkxmgvcc";
libraryHaskellDepends = [ base dec deepseq hashable QuickCheck ];
testHaskellDepends = [ base inspection-testing tagged ];
description = "Nat and Fin: peano naturals and finite numbers";
@@ -90478,8 +90608,8 @@ self: {
}:
mkDerivation {
pname = "front";
- version = "0.0.0.5";
- sha256 = "0gn5lrh817r9ky8j4kzrqdlisiy85gr6v7nyd2sj1psa8syrjfzk";
+ version = "0.0.0.6";
+ sha256 = "0380d9c9mv8jp04igjm4h9njijgc18x34xg13d5pgm7f5yz8aipk";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -91783,8 +91913,8 @@ self: {
}:
mkDerivation {
pname = "futhark";
- version = "0.15.1";
- sha256 = "181kgqbdqxcim16ld68wx09lr4gh0j9440lnn2lyzrzmn8a9567w";
+ version = "0.15.2";
+ sha256 = "064mvm52iklxzxymd3r563vw05001051zkcffc9wd3jwlwqbffg2";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -93409,6 +93539,8 @@ self: {
pname = "generic-lens-lite";
version = "0.1";
sha256 = "07z00phy6h50bb4axlr57kin9l5fygi4q4j33rj5180ai2cbcpc6";
+ revision = "1";
+ editedCabalFile = "1gbl0kmc77yjvn63cgdsifhzyd54g1v1qq1pjsrhhn0hb4c8jszz";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "Monomorphic field lens like with generic-lens";
@@ -110903,6 +111035,8 @@ self: {
pname = "hashable";
version = "1.3.0.0";
sha256 = "1d4sn4xjf0swrfg8pl93ipavbj12ch3a9aykhkl6mjnczc9m8bl2";
+ revision = "1";
+ editedCabalFile = "1c8z7vxlh4whpm1ag4xp6wknnaal28cl4dqdan9rw1c1g10g2w2c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -110981,8 +111115,8 @@ self: {
pname = "hashable-time";
version = "0.2.0.2";
sha256 = "1q7y4plqqwy5286hhx2fygn12h8lqk0y047b597sbdckskxzfqgs";
- revision = "2";
- editedCabalFile = "006phc5y9rrvsshdcmjmhxzxh8dpgs685mpqbkjm9c40xb1ydjbz";
+ revision = "3";
+ editedCabalFile = "1dr7ak803ngrhpv43dy25jm18gfzn02gzd3hm31dzcjv3mxsmbrk";
libraryHaskellDepends = [ base hashable time ];
description = "Hashable instances for Data.Time";
license = stdenv.lib.licenses.bsd3;
@@ -127786,6 +127920,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hsc2hs_0_68_7" = callPackage
+ ({ mkDerivation, base, containers, directory, filepath, process
+ , tasty, tasty-hspec
+ }:
+ mkDerivation {
+ pname = "hsc2hs";
+ version = "0.68.7";
+ sha256 = "0jl94cr2jhjmvz7l9idpr352vwxlsanyiq7ya1vvrlry3vj1aygx";
+ isLibrary = false;
+ isExecutable = true;
+ enableSeparateDataOutput = true;
+ executableHaskellDepends = [
+ base containers directory filepath process
+ ];
+ testHaskellDepends = [ base tasty tasty-hspec ];
+ description = "A preprocessor that helps with writing Haskell bindings to C code";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hsc3" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, data-ordlist, directory, filepath, hosc, murmur-hash, network
@@ -129104,6 +129258,30 @@ self: {
license = stdenv.lib.licenses.mit;
}) {inherit (pkgs) lua5_3;};
+ "hslua_1_1_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, criterion, deepseq
+ , exceptions, lua5_3, mtl, QuickCheck, quickcheck-instances, tasty
+ , tasty-hunit, tasty-quickcheck, text
+ }:
+ mkDerivation {
+ pname = "hslua";
+ version = "1.1.0";
+ sha256 = "04xf5xp5iyf6y0das661pbzw6z2zx63phidg9mqhwbn79wk2mwwh";
+ configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ];
+ libraryHaskellDepends = [
+ base bytestring containers exceptions mtl text
+ ];
+ librarySystemDepends = [ lua5_3 ];
+ testHaskellDepends = [
+ base bytestring containers exceptions mtl QuickCheck
+ quickcheck-instances tasty tasty-hunit tasty-quickcheck text
+ ];
+ benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
+ description = "Bindings to Lua, an embeddable scripting language";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) lua5_3;};
+
"hslua-aeson" = callPackage
({ mkDerivation, aeson, base, bytestring, hashable, hslua, hspec
, HUnit, ieee754, QuickCheck, quickcheck-instances, scientific
@@ -133613,17 +133791,18 @@ self: {
}) {};
"hurl" = callPackage
- ({ mkDerivation, base, base64-bytestring, bytestring, directory
- , filepath, http-client, http-client-tls, http-types, network-uri
- , process, text
+ ({ mkDerivation, base, base64-bytestring, bytestring, containers
+ , directory, filepath, http-client, http-client-tls, http-types
+ , network-uri, process, text, xml-conduit, zlib
}:
mkDerivation {
pname = "hurl";
- version = "1.2.0.0";
- sha256 = "07abw78ds4fb4y8c7x94fpwcab58b2k613b3dk8hh9qqplhgl8ms";
+ version = "1.3.0.0";
+ sha256 = "1fb70wsqpy5jq5w8vrd0qszrpg670mfh25kw4ldapiw652az7w69";
libraryHaskellDepends = [
- base base64-bytestring bytestring directory filepath http-client
- http-client-tls http-types network-uri process text
+ base base64-bytestring bytestring containers directory filepath
+ http-client http-client-tls http-types network-uri process text
+ xml-conduit zlib
];
description = "Haskell URL resolver";
license = stdenv.lib.licenses.gpl3;
@@ -134401,6 +134580,8 @@ self: {
pname = "hw-kafka-avro";
version = "4.0.1";
sha256 = "1x0mq3sn05iwrn444kzyl66056xm8203hq0ajx9f8r85faq3v1ir";
+ revision = "1";
+ editedCabalFile = "1409nxw5hfl09dcphcjfx580smd0q2dnp8s4xj6r03w706826zhi";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -143595,8 +143776,8 @@ self: {
}:
mkDerivation {
pname = "json-api-lib";
- version = "0.1.3.0";
- sha256 = "17qlyiv4gg2np0ir9gbfcxqpr79f1s3klgs1701i5hqpkc43gpx5";
+ version = "0.2.0.0";
+ sha256 = "0cay3yrzfbd0vnfq1a2f74nnqwbiwribhnfy90nhvbi6dxxp14a1";
libraryHaskellDepends = [
aeson base containers data-default deepseq lens lens-aeson text
unordered-containers uri-encode
@@ -150149,6 +150330,8 @@ self: {
pname = "lattices";
version = "2.0.2";
sha256 = "108rhpax72j6xdl0yqdmg7n32l1j805861f3q9wd3jh8nc67avix";
+ revision = "1";
+ editedCabalFile = "0mgwil55q4a5dy6r8pyf7jj7z378n1hvsm79nkkz69zjd80wi2mw";
libraryHaskellDepends = [
base base-compat containers deepseq hashable integer-logarithms
QuickCheck semigroupoids tagged transformers universe-base
@@ -157960,8 +158143,8 @@ self: {
}:
mkDerivation {
pname = "lukko";
- version = "0.1.1.1";
- sha256 = "13wf2vgi3bq48h757qs0zi1sxa6ip9pk8fxfiq7qrrb9p5silcpj";
+ version = "0.1.1.2";
+ sha256 = "1lh7cv0fqbrn8sf54xz74wq991bl8p67jcyq4ing3khcvh9x2yca";
libraryHaskellDepends = [ base ];
testHaskellDepends = [
async base bytestring filepath singleton-bool tasty
@@ -163477,8 +163660,8 @@ self: {
pname = "microstache";
version = "1.0.1.1";
sha256 = "0851sqr1ppdj6m822635pa3j6qzdf25gyrhkjs25zdry6518bsax";
- revision = "5";
- editedCabalFile = "1dr1yqn42j6im1x333rpsqj57nhmagmhwkdfwx832cdsw9ry2gjz";
+ revision = "6";
+ editedCabalFile = "054ny1rsqz682k4x36dqj6wqbj6arwxp75xpsss8lc7j145d0qn3";
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath parsec
text transformers unordered-containers vector
@@ -164619,6 +164802,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "miso_1_5_0_0" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, containers, http-api-data
+ , http-types, lucid, network-uri, servant, servant-lucid, text
+ , transformers, vector
+ }:
+ mkDerivation {
+ pname = "miso";
+ version = "1.5.0.0";
+ sha256 = "08843wyd41hs38vrixcfdnmar9vkvayk11323kav4qq85s3yhsd3";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring containers http-api-data http-types lucid
+ network-uri servant servant-lucid text transformers vector
+ ];
+ description = "A tasty Haskell front-end framework";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"miso-action-logger" = callPackage
({ mkDerivation, aeson, base, ghcjs-base, miso }:
mkDerivation {
@@ -164636,8 +164839,8 @@ self: {
({ mkDerivation }:
mkDerivation {
pname = "miso-examples";
- version = "1.3.0.0";
- sha256 = "1nwiznlhvnr7jcaqp1w0l2wwci9jbs56jrdiz79mpxrqq79h1icg";
+ version = "1.5.0.0";
+ sha256 = "0k0rf7kb65nqckmz8gc27rssnn3ja0nswmrbslfmm0nz7293jaiw";
isLibrary = false;
isExecutable = true;
description = "A tasty Haskell front-end framework";
@@ -165132,15 +165335,17 @@ self: {
}) {};
"mmsyn7l" = callPackage
- ({ mkDerivation, base, mmsyn2, mmsyn7ukr, vector }:
+ ({ mkDerivation, base, directory, mmsyn2, mmsyn7ukr, vector }:
mkDerivation {
pname = "mmsyn7l";
- version = "0.3.2.0";
- sha256 = "0h3j7y6k9zagw0djj8hrnlhfdqg60hb52h9xb3ni326ijshw2qil";
+ version = "0.4.2.0";
+ sha256 = "1dpilwaffrkihfgbpq7p1095qpx9qgcpzbs8q3kld948hliihix7";
isLibrary = true;
isExecutable = true;
- libraryHaskellDepends = [ base mmsyn2 mmsyn7ukr vector ];
- executableHaskellDepends = [ base mmsyn2 mmsyn7ukr vector ];
+ libraryHaskellDepends = [ base directory mmsyn2 mmsyn7ukr vector ];
+ executableHaskellDepends = [
+ base directory mmsyn2 mmsyn7ukr vector
+ ];
description = "Modifies the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package";
license = stdenv.lib.licenses.mit;
}) {};
@@ -165844,8 +166049,8 @@ self: {
pname = "monad-chronicle";
version = "1";
sha256 = "03x19683pm99zcw7gkipmdkrqwaspcyvy7yv68nlh6g4swl31a0l";
- revision = "1";
- editedCabalFile = "059qa4kb6x3vqw0pahbkp3i6v33cyaiizzkgxd1n36l9ybchwr4l";
+ revision = "2";
+ editedCabalFile = "0ajjcv8h6104k2xlzlqkhvy7hmv6p4ldca3jdsa9ns38sxy8j6ld";
libraryHaskellDepends = [
base data-default-class mtl semigroupoids these transformers
transformers-compat
@@ -179099,6 +179304,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "openid-connect" = callPackage
+ ({ mkDerivation, aeson, base, bytestring, case-insensitive, cookie
+ , cryptonite, http-client, http-types, jose, lens, memory, mtl
+ , network-uri, tasty, tasty-hunit, text, time, unordered-containers
+ }:
+ mkDerivation {
+ pname = "openid-connect";
+ version = "0.1.0.0";
+ sha256 = "12qp155dazycypv0fvw8mbh3rl5j5ybd2vyfga8wi55n16v1w8mv";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson base bytestring case-insensitive cookie cryptonite
+ http-client http-types jose lens memory mtl network-uri text time
+ unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson base bytestring case-insensitive cookie cryptonite
+ http-client http-types jose lens memory mtl network-uri tasty
+ tasty-hunit text time unordered-containers
+ ];
+ description = "An OpenID Connect library that does all the heavy lifting for you";
+ license = stdenv.lib.licenses.bsd2;
+ }) {};
+
"openpgp" = callPackage
({ mkDerivation, base, binary, bytestring, bzlib, HUnit, QuickCheck
, quickcheck-instances, test-framework, test-framework-hunit
@@ -179834,6 +180064,8 @@ self: {
pname = "optics-core";
version = "0.2";
sha256 = "19hsax8wxxgr28rjz6p9afb06f338xnyvws7salmm1dsik1ghzr8";
+ revision = "1";
+ editedCabalFile = "1sghrm6xyflzkv350phcm344ljv82wk2vjnwhwyvcqwirkwg8rk9";
libraryHaskellDepends = [
array base containers indexed-profunctors transformers
];
@@ -182990,8 +183222,8 @@ self: {
pname = "parallel";
version = "3.2.2.0";
sha256 = "1xkfi96w6yfpppd0nw1rnszdxmvifwzm699ilv6332ra3akm610p";
- revision = "1";
- editedCabalFile = "0a3kn7arck8f2gwm8cwfkplsw4q9v9j6ifbhj1l3bmclmkwcckcj";
+ revision = "2";
+ editedCabalFile = "0shw96f4fc3vbr2vrnsk794qcsxyv3ra3snhw4wng81rkapp54y6";
libraryHaskellDepends = [ array base containers deepseq ghc-prim ];
description = "Parallel programming library";
license = stdenv.lib.licenses.bsd3;
@@ -199170,8 +199402,8 @@ self: {
pname = "quickcheck-instances";
version = "0.3.22";
sha256 = "14asr9r7da3w7p4hjj51w2yb002nz8x0np8hdz9z4yjvi60vyrax";
- revision = "2";
- editedCabalFile = "1ia5fjhpg7rz793552v88gv2iqx7hl9mi2g09m0llasy1cpzc9jr";
+ revision = "3";
+ editedCabalFile = "0i5z5c55668hcw7xk3cgvn13qflznc5d81rd97jxn712x82d7y14";
libraryHaskellDepends = [
array base base-compat bytestring case-insensitive containers
hashable old-time QuickCheck scientific splitmix tagged text time
@@ -200542,6 +200774,8 @@ self: {
pname = "ral";
version = "0.1";
sha256 = "0h8jqaapagrp9faixq817lib8l4nq4ycjj6ppl1ra8llnfsz5304";
+ revision = "1";
+ editedCabalFile = "1cazlravv7d4r5qsk9px9vrgr4rndhg43k3rbskk6p3hahigkjfd";
libraryHaskellDepends = [
adjunctions base bin deepseq distributive fin hashable QuickCheck
semigroupoids
@@ -200557,6 +200791,8 @@ self: {
pname = "ral-lens";
version = "0.1";
sha256 = "0hm8mzj51hdql8rp3v0yvmcvmgha4ys8zsgbbx93mlp2b4rfhzpv";
+ revision = "1";
+ editedCabalFile = "0j7lxlbj2klhcx12xixp3glhbvc9k1pccaiqm2kqr5l3lkrcnirv";
libraryHaskellDepends = [ base bin fin lens ral ];
description = "Length-indexed random access lists: lens utilities";
license = stdenv.lib.licenses.gpl2Plus;
@@ -204504,6 +204740,8 @@ self: {
pname = "regex-base";
version = "0.94.0.0";
sha256 = "055rlq67xnbqv43fgrlw6d7s8nhyavahrp6blihwjmqizksq47y4";
+ revision = "1";
+ editedCabalFile = "13lnky4ps9as73jqrwz4aqn5sfyrcz2zj2ng52xzz512fv59baj4";
libraryHaskellDepends = [
array base bytestring containers mtl text
];
@@ -204764,6 +205002,8 @@ self: {
pname = "regex-posix";
version = "0.96.0.0";
sha256 = "08a584jabmmn5gmaqrcar5wsp3qzk0hklldzp2mr2bmvlvqh04r5";
+ revision = "1";
+ editedCabalFile = "1cy39n1928wv55i7k4wm7zd3xijk7p54kbrxxlfzfvgax5k163b9";
libraryHaskellDepends = [
array base bytestring containers regex-base
];
@@ -206030,8 +206270,8 @@ self: {
pname = "repa";
version = "3.4.1.4";
sha256 = "17m3wl4hvf04fxwm4fflhnv41yl9bm263hnbpxc8x6xqwifplq23";
- revision = "3";
- editedCabalFile = "17hxj42cm82sac42by78jgbjjn5r3qv7n4919llaq17a2k1np0sw";
+ revision = "4";
+ editedCabalFile = "0bay8j0fm7l2nhrbdvy9fvrb6hgkrk5qx9y03az2kakvjdc4gvvh";
libraryHaskellDepends = [
base bytestring ghc-prim QuickCheck template-haskell vector
];
@@ -212761,6 +213001,8 @@ self: {
pname = "scidb-hquery";
version = "2.8.0.437";
sha256 = "1nxcxfr55rf6ds0hvgbnss5hjf059rdd7y613yc485w8bfmv5cil";
+ revision = "1";
+ editedCabalFile = "1xbiiaa5rj5nc4if69d97f5spbrsa8jv1mhcrgjkwff6a879274q";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
@@ -214534,6 +214776,8 @@ self: {
pname = "semialign";
version = "1.1";
sha256 = "1n47w9c6i6azb4w65rzhci00v6p9c0s1w1givd2q3smkgyziiqpk";
+ revision = "1";
+ editedCabalFile = "0rfnjzbzzclzh2a1m5wpzzsqf8hrkrqnc90pflshb40i7rwkm6xf";
libraryHaskellDepends = [
base base-compat containers hashable semigroupoids tagged these
transformers unordered-containers vector
@@ -214568,6 +214812,8 @@ self: {
pname = "semialign-indexed";
version = "1.1";
sha256 = "1b6amfhwk968ah56w8vala3hbpzf9mfza2ajhdnvzcdiyqyxvwb0";
+ revision = "1";
+ editedCabalFile = "1g7b15xki938vljmkcwnz1hvqfp77ja39cxnfnwd5j507a0qp800";
libraryHaskellDepends = [
base containers hashable lens semialign these unordered-containers
vector
@@ -221144,6 +221390,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "simple-cmd-args_0_1_6" = callPackage
+ ({ mkDerivation, base, optparse-applicative }:
+ mkDerivation {
+ pname = "simple-cmd-args";
+ version = "0.1.6";
+ sha256 = "18dikz7hy61wgrbpgnxmgfp1i485hkhgrdnqbkzl2mrmmjn8p1zd";
+ libraryHaskellDepends = [ base optparse-applicative ];
+ description = "Simple command args parsing and execution";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"simple-conduit" = callPackage
({ mkDerivation, base, bifunctors, bytestring, CC-delcont
, chunked-data, conduit, conduit-combinators, conduit-extra
@@ -222168,8 +222426,8 @@ self: {
pname = "singleton-bool";
version = "0.1.5";
sha256 = "17w9vv6arn7vvc7kykqcx81q2364ji43khrryl27r1cjx9yxapa0";
- revision = "1";
- editedCabalFile = "1g2dchvp5clg3hfdrp7hf5pbl9kcyhqhnqxqxd7n861nfd661wqd";
+ revision = "2";
+ editedCabalFile = "118j0h29nqg2acqbzif2ffqnanjbwnqmv2kch9z7xiwqkz6iq8an";
libraryHaskellDepends = [ base dec ];
description = "Type level booleans";
license = stdenv.lib.licenses.bsd3;
@@ -222199,6 +222457,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "singleton-nats_0_4_4" = callPackage
+ ({ mkDerivation, base, singletons }:
+ mkDerivation {
+ pname = "singleton-nats";
+ version = "0.4.4";
+ sha256 = "14am0aggfrnd2w5g8cjljx0vmmrhy6r36xpkfrxpralhkr7h52m8";
+ libraryHaskellDepends = [ base singletons ];
+ description = "Unary natural numbers relying on the singletons infrastructure";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"singleton-typelits" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -222233,6 +222503,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "singletons_2_7" = callPackage
+ ({ mkDerivation, base, bytestring, Cabal, containers, deepseq
+ , directory, filepath, ghc-boot-th, mtl, pretty, process, syb
+ , tasty, tasty-golden, template-haskell, text, th-desugar
+ , transformers, turtle
+ }:
+ mkDerivation {
+ pname = "singletons";
+ version = "2.7";
+ sha256 = "0az22as3rbzkfzv6a4m779qgibwah5r77l0zdgml9x7ajpkdcaz1";
+ setupHaskellDepends = [ base Cabal directory filepath ];
+ libraryHaskellDepends = [
+ base containers ghc-boot-th mtl pretty syb template-haskell text
+ th-desugar transformers
+ ];
+ testHaskellDepends = [
+ base bytestring deepseq filepath process tasty tasty-golden text
+ turtle
+ ];
+ description = "A framework for generating singleton types";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"singletons-presburger" = callPackage
({ mkDerivation, base, ghc, ghc-typelits-presburger, reflection
, singletons
@@ -226129,6 +226423,8 @@ self: {
pname = "some";
version = "1.0.1";
sha256 = "13dpvxswjcsmic8h2vayp77qzl820gg4g29g5n2xcja8gnzjkkii";
+ revision = "1";
+ editedCabalFile = "0gpr24rf427l82d8gb3x97yj03vc2v8ky3b6m1gb4j3g4yvvmr96";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [ base ];
description = "Existential type: Some";
@@ -226163,6 +226459,8 @@ self: {
pname = "sop-core";
version = "0.5.0.0";
sha256 = "12zqdr0g4s3fr6710ngph0fr06lbc12c849izcl4cjj4g9w3v3zz";
+ revision = "1";
+ editedCabalFile = "050z7a0k9m0q416cqnxx0gaqrfdjpqangnfhlpdkv3nsxndffv6v";
libraryHaskellDepends = [ base deepseq ];
description = "True Sums of Products";
license = stdenv.lib.licenses.bsd3;
@@ -228128,20 +228426,21 @@ self: {
, network-uri, pretty, process, process-extras, pureMD5, QuickCheck
, random, safecopy, show-combinators, show-please, syb
, template-haskell, text, th-lift, th-lift-instances, th-orphans
- , time, unix, Unixutils, userid, uuid, uuid-orphans, uuid-types
- , zlib
+ , time, transformers, unexceptionalio-trans, unix, Unixutils
+ , userid, uuid, uuid-orphans, uuid-types, zlib
}:
mkDerivation {
pname = "sr-extra";
- version = "1.64";
- sha256 = "18yrl19dzjwfp56xam7m4d61wrxl224lz8jhi198j78pq6b4d1vl";
+ version = "1.72.1";
+ sha256 = "0s9csc9w0hr3jwlr0knkgpghbnyp5kmnsywx19046n265rszf1sh";
libraryHaskellDepends = [
base bytestring bzlib Cabal cereal containers Diff directory
exceptions fgl filemanip filepath generic-data hslogger HUnit lens
ListLike mmorph mtl network-uri pretty process process-extras
pureMD5 QuickCheck random safecopy show-combinators show-please syb
template-haskell text th-lift th-lift-instances th-orphans time
- unix Unixutils userid uuid uuid-orphans uuid-types zlib
+ transformers unexceptionalio-trans unix Unixutils userid uuid
+ uuid-orphans uuid-types zlib
];
description = "Module limbo";
license = stdenv.lib.licenses.bsd3;
@@ -237150,8 +237449,8 @@ self: {
pname = "tar";
version = "0.5.1.1";
sha256 = "1ppim7cgmn7ng8zbdrwkxhhizc30h15h1c9cdlzamc5jcagl915k";
- revision = "1";
- editedCabalFile = "1ni8zym7k6f1hg6wfvnnf3xcs2ar3z8xaabkgjg8q329arjcm8wp";
+ revision = "2";
+ editedCabalFile = "131f369a2vjzr26r7f2c2p534xvyw0s7cvgvih2ck56lqha58wbs";
libraryHaskellDepends = [
array base bytestring containers deepseq directory filepath time
];
@@ -237991,8 +238290,8 @@ self: {
pname = "tasty-test-vector";
version = "0";
sha256 = "1kgz9mp1h391rqj9n78bfvxl8pd3bxanbnwkc5l9gvlygly3fz8j";
- revision = "1";
- editedCabalFile = "13z7fj49hsxs79brh0jrncx5qcqicgzcif9gnbx8y3hbh6qw4bv0";
+ revision = "2";
+ editedCabalFile = "131ldlbp4ji1m8wayl8h28ykcda29bsvifa3mw8513mnqnndgahc";
libraryHaskellDepends = [ base tasty ];
description = "Test vector support for tasty";
license = stdenv.lib.licenses.bsd3;
@@ -240989,8 +241288,8 @@ self: {
pname = "text-short";
version = "0.1.3";
sha256 = "0xyrxlb602z8bc9sr2y1fag0x56a20yj5qrkvy7iwc6hnznrynxz";
- revision = "1";
- editedCabalFile = "0lb4papn54fbgjdqj4ladaf5q12dhlwkg5z2vc5qxlh35x82sw4a";
+ revision = "2";
+ editedCabalFile = "17cb7p0qywf2dsrq3g8qb3ssknd9wl5k0nc2pxz9gc3l8rxpkw51";
libraryHaskellDepends = [
base binary bytestring deepseq ghc-prim hashable text
];
@@ -241014,6 +241313,8 @@ self: {
pname = "text-show";
version = "3.8.5";
sha256 = "0xc2269v0bfcvlwm60l2zs6l6lwljfnq5n05n9kp580qybvynzjg";
+ revision = "1";
+ editedCabalFile = "1610wjf52hlkkxwavz0gwi3bxszwv1cmnglbvspj1raxysinhgdj";
libraryHaskellDepends = [
array base base-compat-batteries bifunctors bytestring
bytestring-builder containers generic-deriving ghc-boot-th ghc-prim
@@ -241045,8 +241346,8 @@ self: {
pname = "text-show-instances";
version = "3.8.3";
sha256 = "11v335p3wzf9ijqlkls5mk4m16dfak8fckn4gj7mahs8c7l9lm5d";
- revision = "2";
- editedCabalFile = "001xn2aq5k8hhn5iwhmxv1s3mnxyg630klmmdhbp3lxdb2yq8rha";
+ revision = "3";
+ editedCabalFile = "08hdil68nn7ly82d8dk31lv4wdgrl725wkx4qfmp6kbcd2plrwvq";
libraryHaskellDepends = [
base base-compat-batteries bifunctors binary containers directory
ghc-boot-th haskeline hpc old-locale old-time pretty random
@@ -241556,6 +241857,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "th-desugar_1_11" = callPackage
+ ({ mkDerivation, base, containers, fail, ghc-prim, hspec, HUnit
+ , mtl, ordered-containers, semigroups, syb, template-haskell
+ , th-abstraction, th-lift, th-orphans, transformers-compat
+ }:
+ mkDerivation {
+ pname = "th-desugar";
+ version = "1.11";
+ sha256 = "0ap8dk1a1wl62ggqkg9rb7vna131drrjcd2hn5dw7mwnbc1rxqhl";
+ libraryHaskellDepends = [
+ base containers fail ghc-prim mtl ordered-containers semigroups syb
+ template-haskell th-abstraction th-lift th-orphans
+ transformers-compat
+ ];
+ testHaskellDepends = [
+ base containers hspec HUnit mtl syb template-haskell th-lift
+ th-orphans
+ ];
+ description = "Functions to desugar Template Haskell";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"th-dict-discovery" = callPackage
({ mkDerivation, base, constraints, template-haskell }:
mkDerivation {
@@ -242166,8 +242490,8 @@ self: {
pname = "these";
version = "1.0.1";
sha256 = "1k0pi65g7cm9hzdw6my6bzz2zvddkmj1qs45ymqmi316bpiixk3r";
- revision = "1";
- editedCabalFile = "0923r86fnmgpx0msm68aszirh2n19nn5bccgjxfh2146jw4z7w3z";
+ revision = "2";
+ editedCabalFile = "1dk8rpm814k7fmkcff7qf2y0s7idnfswd6674kd12bs6ywmgf89n";
libraryHaskellDepends = [
aeson assoc base base-compat binary deepseq hashable QuickCheck
semigroupoids unordered-containers
@@ -242182,8 +242506,8 @@ self: {
pname = "these-lens";
version = "1";
sha256 = "144ly13qng95mwnfis8dm7n3843z3w2vp4212qawbpw8hw921c7y";
- revision = "1";
- editedCabalFile = "1lrpq5a8ldddmsi7ckaqinamn2f7kkijq5jq05yzdx818b2563wn";
+ revision = "2";
+ editedCabalFile = "0krnf1arsr05ygqcpfd7p34k7319fwjbg59fqhilrjl6jzzpyaka";
libraryHaskellDepends = [ base base-compat lens these ];
description = "Lenses for These";
license = stdenv.lib.licenses.bsd3;
@@ -251751,8 +252075,8 @@ self: {
pname = "universe-base";
version = "1.1.1";
sha256 = "1a6yyvrzkz7jnjz4lyp8aw0r5hci1nx8c06v3dicgfqs3frk1v8x";
- revision = "1";
- editedCabalFile = "1l6vxapfjhm5mb6w25ah8sl78hdw1ia5s18cf40lm0vzb6ip4bkk";
+ revision = "2";
+ editedCabalFile = "0601hqv5h2274i11j1ai2yqb7zk2fkqkiqlpwnq5awbgdkwb10i8";
libraryHaskellDepends = [ base containers tagged transformers ];
testHaskellDepends = [ base containers QuickCheck ];
description = "A class for finite and recursively enumerable types";
@@ -251765,8 +252089,8 @@ self: {
}:
mkDerivation {
pname = "universe-dependent-sum";
- version = "1.2";
- sha256 = "1xjw6mhlj1vyw6m4b4j0k81p86hls9031sfv59zgiq5y0ngm1f07";
+ version = "1.2.0.1";
+ sha256 = "0002wc68z803jys90s7sdh5nzdx1dk2jl49d19sjylk1cf18n5fi";
libraryHaskellDepends = [
base dependent-sum some universe-base universe-some
];
@@ -251795,6 +252119,8 @@ self: {
pname = "universe-instances-extended";
version = "1.1.1";
sha256 = "1ppklq2rjcryld9d9kdzz55vfllfpxxgsvvkhpd1jrvhyj51yahh";
+ revision = "1";
+ editedCabalFile = "0g3qpvgw304yml1n9ly78qrsrrw53f6zpkciyk1xc0nmlm0dkwih";
libraryHaskellDepends = [
adjunctions base comonad containers contravariant universe-base
];
@@ -251821,8 +252147,8 @@ self: {
pname = "universe-reverse-instances";
version = "1.1";
sha256 = "0pdmv146ap0dh38mxhjf11jx3fbr9im7mc0zxb3bsnwpfrv1kfqd";
- revision = "2";
- editedCabalFile = "1ls6hss9mrdk535k9ssy4lv01gbw11pbqiikpv2m8sjmh65fjilx";
+ revision = "3";
+ editedCabalFile = "1zkpcipbzhxricr94pkhn4cqmjcnsxx301kxarx798qr9il37qzw";
libraryHaskellDepends = [ base containers universe-base ];
description = "Instances of standard classes that are made possible by enumerations";
license = stdenv.lib.licenses.bsd3;
@@ -251836,6 +252162,8 @@ self: {
pname = "universe-some";
version = "1.2";
sha256 = "1c9pdk682xdzscq77c006x052c9jizpgja3xk0ym8n421h0k8zlh";
+ revision = "1";
+ editedCabalFile = "1rx1cw40clsla3sixm0gzdbni9f13ngncl02fm9fl8kgf23w9q73";
libraryHaskellDepends = [
base some template-haskell th-abstraction transformers
universe-base
@@ -254993,6 +255321,8 @@ self: {
pname = "vec";
version = "0.3";
sha256 = "0r2jk3jqwn0r4wnpgc8k8i664g3rrs6dkyfsysysn4w10j22j5sr";
+ revision = "1";
+ editedCabalFile = "1i43p5x4j2h3rza2aaz2b7cdll0mrany1g6pgsgzbqq8m92j7mhs";
libraryHaskellDepends = [
adjunctions base deepseq distributive fin hashable QuickCheck
semigroupoids transformers
@@ -255011,6 +255341,8 @@ self: {
pname = "vec-lens";
version = "0.3";
sha256 = "0i08p7rfmivf03mir7hcbkr7rarji95icsyvi6diclav1jd6fa7q";
+ revision = "1";
+ editedCabalFile = "0grj1abb7gjbzw06672464r75wjnmra9d12yvlmdm1qyj9zya0ph";
libraryHaskellDepends = [ base fin lens vec ];
description = "Vec: length-indexed (sized) list: lens support";
license = stdenv.lib.licenses.bsd3;
@@ -255145,8 +255477,8 @@ self: {
pname = "vector-binary-instances";
version = "0.2.5.1";
sha256 = "04n5cqm1v95pw1bp68l9drjkxqiy2vswxdq0fy1rqcgxisgvji9r";
- revision = "1";
- editedCabalFile = "1p7cbxdpix0rakvggnnb06kcrb787fyyqlzric6i4s3rn34547q8";
+ revision = "2";
+ editedCabalFile = "0ia9i7q7jrk3ab3nq2368glr69vl6fwvh42zlwvdmxn4xd861qfx";
libraryHaskellDepends = [ base binary vector ];
testHaskellDepends = [ base binary tasty tasty-quickcheck vector ];
benchmarkHaskellDepends = [
@@ -255569,6 +255901,8 @@ self: {
pname = "vector-th-unbox";
version = "0.2.1.7";
sha256 = "0q8dqnbv1c2gi7jjdhqj14abj1vik23ki6lq4iz2sz18yc7q69fi";
+ revision = "1";
+ editedCabalFile = "11qhhir9cdy3x7pd0z0xk8vi4nzr9fn9q3ggwbhhc43jglngw1x7";
libraryHaskellDepends = [ base template-haskell vector ];
testHaskellDepends = [ base data-default vector ];
description = "Deriver for Data.Vector.Unboxed using Template Haskell";
@@ -259021,8 +259355,8 @@ self: {
}:
mkDerivation {
pname = "warp-grpc";
- version = "0.4.0.0";
- sha256 = "1isi0xd6vvavvr4m3gfiqj2cmmpa3jn9py61m0ksrarxwmsw8s1g";
+ version = "0.4.0.1";
+ sha256 = "0dajbs3gxibnllzs134wa7vqclnyfj2r3hc70dci51wgnmi4b7xr";
libraryHaskellDepends = [
async base binary bytestring case-insensitive http-types http2
http2-grpc-types unliftio-core wai warp warp-tls
@@ -270739,6 +271073,8 @@ self: {
pname = "zlib";
version = "0.6.2.1";
sha256 = "1l11jraslcrp9d4wnhwfyhwk4fsiq1aq8i6vj81vcq1m2zzi1y7h";
+ revision = "1";
+ editedCabalFile = "0i9g71jvdw22bi9bi8dm5khwzcsv6cv8yadmf7afklg4xigxykfk";
libraryHaskellDepends = [ base bytestring ];
librarySystemDepends = [ zlib ];
testHaskellDepends = [