hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.0 from Hackage revision
47b2f92d3c.
This commit is contained in:
Peter Simons 2019-09-28 02:30:34 +02:00
parent f439dcd5c8
commit ece7ad556f

View file

@ -7761,6 +7761,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"HDBC_2_4_0_3" = callPackage
({ mkDerivation, base, bytestring, containers, convertible, mtl
, old-time, text, time, utf8-string
}:
mkDerivation {
pname = "HDBC";
version = "2.4.0.3";
sha256 = "0vv2l99wpm2azm1wmbiqvra5aw708rsldd8y4fdf660q7lgvqqqy";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring containers convertible mtl old-time text time
utf8-string
];
description = "Haskell Database Connectivity";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"HDBC-mysql" = callPackage
({ mkDerivation, base, bytestring, Cabal, HDBC, mysqlclient
, openssl, time, utf8-string, zlib
@ -7798,15 +7817,16 @@ self: {
}) {inherit (pkgs) unixODBC;};
"HDBC-postgresql" = callPackage
({ mkDerivation, base, bytestring, convertible, HDBC, mtl, old-time
, parsec, postgresql, time, utf8-string
({ mkDerivation, base, bytestring, Cabal, convertible, HDBC, mtl
, old-time, parsec, postgresql, time, utf8-string
}:
mkDerivation {
pname = "HDBC-postgresql";
version = "2.3.2.6";
sha256 = "1kas80zv3vbqq9cd73w87fj4mwxcphfmf7ycfnl4jwdzpqjzr0yj";
version = "2.3.2.7";
sha256 = "0mfx172lrhwxx6gbqfqji8m14llng76x0mxksm3s556kakvv1cgg";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [
base bytestring convertible HDBC mtl old-time parsec time
utf8-string
@ -23570,6 +23590,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"aeson-pretty_0_8_8" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
, cmdargs, scientific, text, unordered-containers, vector
}:
mkDerivation {
pname = "aeson-pretty";
version = "0.8.8";
sha256 = "09n7gs91y1fbw6gjszrd2na3isnvk3y5rsi90lzjrwywnqfadkl1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base base-compat bytestring scientific text
unordered-containers vector
];
executableHaskellDepends = [
aeson attoparsec base bytestring cmdargs
];
description = "JSON pretty-printing library and command-line tool";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"aeson-qq" = callPackage
({ mkDerivation, aeson, attoparsec, base, base-compat, ghc-prim
, haskell-src-meta, hspec, parsec, scientific, template-haskell
@ -23649,8 +23691,8 @@ self: {
}:
mkDerivation {
pname = "aeson-schemas";
version = "1.0.2";
sha256 = "1f75fk4775gri6qvgkcsfx9v7f832zy76z61wl63q8h0yh6lapxl";
version = "1.0.3";
sha256 = "0fmhqibw6mw9shxh94riqq465njbgjsv539xb6sx7qpkhcck2csi";
libraryHaskellDepends = [
aeson base bytestring first-class-families megaparsec
template-haskell text unordered-containers
@ -33498,8 +33540,8 @@ self: {
pname = "avers";
version = "0.0.17.1";
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
revision = "32";
editedCabalFile = "0p4jhc8rxvm82cp3zaibazb5jnjs33vl4f71pvgvzf31xd7immyy";
revision = "34";
editedCabalFile = "0mj6881npk0xdkf4nkcy52sn6y4414wdpysbw03kkb5vx6cgjws9";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock containers cryptonite
filepath inflections memory MonadRandom mtl network network-uri
@ -35665,6 +35707,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"base62" = callPackage
({ mkDerivation, base, byteslice, doctest, natural-arithmetic
, primitive, small-bytearray-builder, tasty, tasty-hunit
, tasty-quickcheck, wide-word
}:
mkDerivation {
pname = "base62";
version = "0.1.0.0";
sha256 = "1ns8hr9xjmrlq5lgi47630gpn8xdglk33ncqw4kjvdrb1x90iz0p";
libraryHaskellDepends = [
base byteslice natural-arithmetic primitive small-bytearray-builder
wide-word
];
testHaskellDepends = [
base byteslice doctest primitive tasty tasty-hunit tasty-quickcheck
wide-word
];
description = "Base62 encoding and decoding";
license = stdenv.lib.licenses.bsd3;
}) {};
"base64-bytestring" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq
, HUnit, QuickCheck, split, test-framework, test-framework-hunit
@ -41511,8 +41574,8 @@ self: {
}:
mkDerivation {
pname = "boolector";
version = "0.0.0.8";
sha256 = "09zhrg6zrf3viigjdw4q4c1i0x4ww467m9ghapdfwq4d01cr0c43";
version = "0.0.0.9";
sha256 = "1f4lnshc4b3r9qyc6y476qpkcl3hkripqsd2vfyg9q0xbyg9pxq6";
libraryHaskellDepends = [
base containers directory mtl temporary time
];
@ -59851,6 +59914,44 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"criterion_1_5_6_1" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, base, base-compat
, base-compat-batteries, binary, binary-orphans, bytestring
, cassava, code-page, containers, criterion-measurement, deepseq
, directory, exceptions, filepath, Glob, HUnit, js-flot, js-jquery
, microstache, mtl, mwc-random, optparse-applicative, parsec
, QuickCheck, statistics, tasty, tasty-hunit, tasty-quickcheck
, text, time, transformers, transformers-compat, vector
, vector-algorithms
}:
mkDerivation {
pname = "criterion";
version = "1.5.6.1";
sha256 = "0m2k323r00q3x5fk8gfcd2y39kmj35nzb8fwqmxjlg7kiz3nkyx5";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-wl-pprint base base-compat-batteries binary
binary-orphans bytestring cassava code-page containers
criterion-measurement deepseq directory exceptions filepath Glob
js-flot js-jquery microstache mtl mwc-random optparse-applicative
parsec statistics text time transformers transformers-compat vector
vector-algorithms
];
executableHaskellDepends = [
base base-compat-batteries optparse-applicative
];
testHaskellDepends = [
aeson base base-compat base-compat-batteries bytestring deepseq
directory HUnit QuickCheck statistics tasty tasty-hunit
tasty-quickcheck vector
];
description = "Robust, reliable performance measurement and analysis";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"criterion-compare" = callPackage
({ mkDerivation, base, bytestring, cassava, Chart, Chart-diagrams
, clay, colour, containers, data-default, filepath, lens, lucid
@ -69738,8 +69839,8 @@ self: {
}:
mkDerivation {
pname = "dirtree";
version = "0.1.0";
sha256 = "0hyvaf17rfaqjag6qg3pfhbhjnhrd4xdknvn0k494vi3wd1ddzap";
version = "0.1.1";
sha256 = "18iahbw6hzjxsnmr3yi80w0xvf6iphdxb2yg5kpnww26lmlgk6dc";
libraryHaskellDepends = [
base bytestring containers deepseq directory filepath lens unix
zip-archive
@ -75446,25 +75547,25 @@ self: {
}) {};
"elliptic-curve" = callPackage
({ mkDerivation, arithmoi, base, criterion, galois-field
, MonadRandom, protolude, tasty, tasty-hunit, tasty-quickcheck
, text, wl-pprint-text
({ mkDerivation, base, criterion, galois-field, groups, MonadRandom
, protolude, tasty, tasty-hunit, tasty-quickcheck, text
, wl-pprint-text
}:
mkDerivation {
pname = "elliptic-curve";
version = "0.2.2";
sha256 = "082q01xqfqa73c0wasmh8v0hgf76gsfg8jzd78n9vgrp69zali1n";
version = "0.3.0";
sha256 = "1rvil4va3dy04474kiihadsplhqbpbrkjsqnmaykw23lqgzp32iq";
libraryHaskellDepends = [
base galois-field MonadRandom protolude tasty-quickcheck text
wl-pprint-text
base galois-field groups MonadRandom protolude tasty-quickcheck
text wl-pprint-text
];
testHaskellDepends = [
arithmoi base galois-field MonadRandom protolude tasty tasty-hunit
base galois-field groups MonadRandom protolude tasty tasty-hunit
tasty-quickcheck text wl-pprint-text
];
benchmarkHaskellDepends = [
base criterion galois-field MonadRandom protolude tasty-quickcheck
text wl-pprint-text
base criterion galois-field groups MonadRandom protolude
tasty-quickcheck text wl-pprint-text
];
description = "Elliptic curve library";
license = stdenv.lib.licenses.mit;
@ -85527,6 +85628,32 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"folds_0_7_5" = callPackage
({ mkDerivation, adjunctions, base, bifunctors, bytestring, Cabal
, cabal-doctest, comonad, constraints, contravariant, data-reify
, deepseq, directory, distributive, doctest, filepath, lens, mtl
, pointed, profunctors, reflection, semigroupoids, semigroups
, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "folds";
version = "0.7.5";
sha256 = "17a8xggx17m59hiwd2lxd2379sw4xblgyv1pk9g5h93w3m8wgq1r";
configureFlags = [ "-f-test-hlint" ];
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
adjunctions base bifunctors comonad constraints contravariant
data-reify distributive lens mtl pointed profunctors reflection
semigroupoids transformers unordered-containers vector
];
testHaskellDepends = [
base bytestring deepseq directory doctest filepath mtl semigroups
];
description = "Beautiful Folding";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"folds-common" = callPackage
({ mkDerivation, base, containers, folds, tasty, tasty-quickcheck
}:
@ -89067,26 +89194,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"galois-field_0_4_1" = callPackage
({ mkDerivation, base, criterion, integer-gmp, MonadRandom, poly
, protolude, semirings, tasty, tasty-quickcheck, vector
"galois-field_1_0_0" = callPackage
({ mkDerivation, base, criterion, groups, integer-gmp, MonadRandom
, poly, protolude, semirings, tasty, tasty-quickcheck, vector
, wl-pprint-text
}:
mkDerivation {
pname = "galois-field";
version = "0.4.1";
sha256 = "1q577m518gb3q7z7l84pf2ghw786p86sjx7b5mr3xhrvplwdvhcl";
version = "1.0.0";
sha256 = "0afmqavxca8p1zfmqibn9kh1xigq9y1s8wail6rdmq9ci1gzd90y";
libraryHaskellDepends = [
base integer-gmp MonadRandom poly protolude semirings
base groups integer-gmp MonadRandom poly protolude semirings
tasty-quickcheck vector wl-pprint-text
];
testHaskellDepends = [
base integer-gmp MonadRandom poly protolude semirings tasty
base groups integer-gmp MonadRandom poly protolude semirings tasty
tasty-quickcheck vector wl-pprint-text
];
benchmarkHaskellDepends = [
base criterion integer-gmp MonadRandom poly protolude semirings
tasty-quickcheck vector wl-pprint-text
base criterion groups integer-gmp MonadRandom poly protolude
semirings tasty-quickcheck vector wl-pprint-text
];
description = "Galois field library";
license = stdenv.lib.licenses.mit;
@ -90262,6 +90389,8 @@ self: {
pname = "generic-monoid";
version = "0.1.0.0";
sha256 = "0jzhmy6vi38p3cnlvi4hw59zga239y67nszzl7zscx263wsk7q0w";
revision = "1";
editedCabalFile = "1xsgnb87k80p3gn0jyiv3a1c6g77q8sqml6bmbpppfa24z8paa1p";
libraryHaskellDepends = [ base ];
description = "Derive monoid instances for product types";
license = stdenv.lib.licenses.bsd3;
@ -90460,8 +90589,8 @@ self: {
({ mkDerivation, base, generics-mrsop }:
mkDerivation {
pname = "generics-mrsop-gdiff";
version = "0.0.0";
sha256 = "0a60q7g5x7kwd864dc7yz83kz83fxf4gpj7q5lj4f2fg69ih0ybm";
version = "0.0.1";
sha256 = "0r5i9m07bl3m0m0vkzf38dddp0bjwg4lpyiyhjysb0s5sw4djrnh";
libraryHaskellDepends = [ base generics-mrsop ];
description = "Reimplementation of the `gdiff` algorithm for `generics-mrsop`";
license = stdenv.lib.licenses.bsd3;
@ -90775,12 +90904,12 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"genvalidity_0_9_0_0" = callPackage
"genvalidity_0_9_0_1" = callPackage
({ mkDerivation, base, hspec, hspec-core, QuickCheck, validity }:
mkDerivation {
pname = "genvalidity";
version = "0.9.0.0";
sha256 = "1q2ylz0id5b85ycqymrybpgczqmm9cc9yqzlg9lilhq8rnp0na0x";
version = "0.9.0.1";
sha256 = "1f0jhahgh0kyyk74g2vmjb3vcv4qvg2xhib1n92r8yyggxih3msl";
libraryHaskellDepends = [ base QuickCheck validity ];
testHaskellDepends = [ base hspec hspec-core QuickCheck ];
description = "Testing utilities for the validity library";
@ -92612,6 +92741,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"ghc-syntax-highlighter_0_0_4_1" = callPackage
({ mkDerivation, base, ghc, ghc-boot, hspec, hspec-discover, text
}:
mkDerivation {
pname = "ghc-syntax-highlighter";
version = "0.0.4.1";
sha256 = "0glsfz2sn6a161m3sy08nf739ndgslqd8s7fawyas9ziqg06lvjg";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base ghc ghc-boot text ];
testHaskellDepends = [ base hspec text ];
testToolDepends = [ hspec-discover ];
description = "Syntax highlighter for Haskell using lexer of GHC itself";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ghc-tcplugins-extra" = callPackage
({ mkDerivation, base, ghc }:
mkDerivation {
@ -113603,8 +113748,8 @@ self: {
}:
mkDerivation {
pname = "hdiff";
version = "0.0.0";
sha256 = "0vs55wrcip9djhdwd5wz44d8w5hfafdck4abhc488b23chdxxxi9";
version = "0.0.1";
sha256 = "09a4vp80ik7fza2qzv9n3zddkk1phm0yd3f9v1r5zp3i8s38aa89";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -130673,8 +130818,8 @@ self: {
}:
mkDerivation {
pname = "hw-xml";
version = "0.4.0.0";
sha256 = "07mv58bwzafzcaddnahj6p1qvblm4fjrydrq1adi7slydmsxa61z";
version = "0.4.0.1";
sha256 = "07xjdn2wzcvlhfbf3jlvrmw8mcbl1g5sc62xk6s73figs26gjm6z";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -139884,6 +140029,33 @@ self: {
broken = true;
}) {};
"json-tokens" = callPackage
({ mkDerivation, array-builder, array-chunks, base, byteslice
, bytesmith, bytestring, gauge, neat-interpolation, primitive
, QuickCheck, scientific-notation, small-bytearray-builder, tasty
, tasty-hunit, text, text-short, vector
}:
mkDerivation {
pname = "json-tokens";
version = "0.1.0.0";
sha256 = "18kshh9g7pm68lqn4k89jy36xblk2gi37zfvla3l1kavcjcf15jd";
libraryHaskellDepends = [
array-builder array-chunks base byteslice bytesmith bytestring
primitive scientific-notation text-short
];
testHaskellDepends = [
base byteslice bytestring neat-interpolation primitive QuickCheck
scientific-notation small-bytearray-builder tasty tasty-hunit text
vector
];
benchmarkHaskellDepends = [
base byteslice bytestring gauge neat-interpolation primitive
scientific-notation text
];
description = "Tokenize JSON";
license = stdenv.lib.licenses.bsd3;
}) {};
"json-tools" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, process, tar, text, unordered-containers, vector
@ -159934,10 +160106,10 @@ self: {
({ mkDerivation, base, vector }:
mkDerivation {
pname = "mmsyn2";
version = "0.1.2.0";
sha256 = "04ryfj058z6vkbfmvg4vvza36zj5m1akb64bfm61l4g2rxj7s3nv";
version = "0.1.4.0";
sha256 = "0v33fby4bynnij875sq09qv71w74lp18ga6wpaki5xw76ak9qvxm";
libraryHaskellDepends = [ base vector ];
description = "The library that can be used for optimization of multiple (Ord a) => a -> b transformations";
description = "The library that can be used for multiple (Ord a) => a -> b transformations";
license = stdenv.lib.licenses.mit;
}) {};
@ -160118,6 +160290,8 @@ self: {
pname = "modern-uri";
version = "0.3.1.0";
sha256 = "1pi7la2rrpfa9qszz7zm4dd7dihakm4kjrhjzvxpbp4n34ihl8h5";
revision = "1";
editedCabalFile = "09fwv2sx49kbabkllag01g1g85m92fmz60k5lf0w8qnr7hkxv3rd";
libraryHaskellDepends = [
base bytestring containers contravariant deepseq exceptions
megaparsec mtl profunctors QuickCheck reflection tagged
@ -169077,15 +169251,16 @@ self: {
}) {};
"newtype-zoo" = callPackage
({ mkDerivation, base, data-default, deepseq, pointed, profunctors
, QuickCheck, random
({ mkDerivation, base, comonad, data-default, deepseq, pointed
, profunctors, QuickCheck, random
}:
mkDerivation {
pname = "newtype-zoo";
version = "1.1.0.0";
sha256 = "0sw476mmczq6gfgbbbrybrna472p5bjrimsbblw9rlyzcg2szqrp";
version = "1.2.0.0";
sha256 = "12p2nyjpvbqjc7p6jd59ggl37jlg5rh9z8y1bxy4w98m47p8lj31";
libraryHaskellDepends = [
base data-default deepseq pointed profunctors QuickCheck random
base comonad data-default deepseq pointed profunctors QuickCheck
random
];
description = "Newtype Wrapper Zoo";
license = stdenv.lib.licenses.bsd3;
@ -175371,29 +175546,27 @@ self: {
broken = true;
}) {};
"pairing_0_5_0" = callPackage
"pairing_1_0_0" = callPackage
({ mkDerivation, base, bytestring, criterion, elliptic-curve
, errors, galois-field, MonadRandom, protolude, QuickCheck
, errors, galois-field, groups, MonadRandom, protolude, QuickCheck
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck
, wl-pprint-text
}:
mkDerivation {
pname = "pairing";
version = "0.5.0";
sha256 = "0qnwkkfzd1jiqg4b989knvzzf05aljqjfqv1z35nl2ms46sqdv1b";
version = "1.0.0";
sha256 = "0mcjd463ffgq2ghvbi2h02dxy0p40ilhazznn2zqzqp7gksrhvfd";
libraryHaskellDepends = [
base bytestring elliptic-curve errors galois-field MonadRandom
protolude QuickCheck wl-pprint-text
base bytestring elliptic-curve errors galois-field groups
MonadRandom protolude tasty-quickcheck
];
testHaskellDepends = [
base bytestring elliptic-curve errors galois-field MonadRandom
protolude QuickCheck quickcheck-instances tasty tasty-hunit
tasty-quickcheck wl-pprint-text
base bytestring elliptic-curve errors galois-field groups
MonadRandom protolude QuickCheck quickcheck-instances tasty
tasty-hunit tasty-quickcheck
];
benchmarkHaskellDepends = [
base bytestring criterion elliptic-curve errors galois-field
MonadRandom protolude QuickCheck quickcheck-instances tasty
tasty-hunit tasty-quickcheck wl-pprint-text
base bytestring criterion elliptic-curve errors galois-field groups
MonadRandom protolude tasty-quickcheck
];
description = "Bilinear pairings";
license = stdenv.lib.licenses.mit;
@ -190381,8 +190554,8 @@ self: {
}:
mkDerivation {
pname = "publicsuffix";
version = "0.20190826";
sha256 = "1z6apxnp88jjpf5q7zg04r18lja7rafwlx1w2cy7d74qfrh1v2b7";
version = "0.20190927";
sha256 = "1yvv9yjpaj9f4ck1g7qdcglm7xli2h30nbrcc8s9vnl8im4gmy25";
libraryHaskellDepends = [ base filepath template-haskell ];
testHaskellDepends = [ base hspec ];
benchmarkHaskellDepends = [ base criterion random ];
@ -191252,6 +191425,31 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"pusher-http-haskell_1_5_1_11" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bytestring
, cryptonite, hashable, hspec, http-client, http-types, memory
, QuickCheck, scientific, text, time, transformers
, unordered-containers, vector
}:
mkDerivation {
pname = "pusher-http-haskell";
version = "1.5.1.11";
sha256 = "02r6w64ll7gka1zgvv6yqalbzpjmw0rx2ji84fmbnk0f7c1793sq";
libraryHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite hashable
http-client http-types memory text time transformers
unordered-containers vector
];
testHaskellDepends = [
aeson base base16-bytestring bytestring cryptonite hspec
http-client http-types QuickCheck scientific text time transformers
unordered-containers vector
];
description = "Haskell client library for the Pusher HTTP API";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pusher-ws" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, deepseq
, hashable, http-conduit, lens, lens-aeson, network, scientific
@ -192763,8 +192961,8 @@ self: {
}:
mkDerivation {
pname = "quickcheck-string-random";
version = "0.1.2.0";
sha256 = "0n5h7nlicgm8xn23pvrsxrw4y2f4j1ammpbccl6z1c37yasf1xm7";
version = "0.1.3.0";
sha256 = "0pyh2xa68d6jhca1lr5ymmxqs19m17hjxdlrplyl0pww65mfrj8d";
libraryHaskellDepends = [ base QuickCheck string-random text ];
testHaskellDepends = [
base QuickCheck tasty tasty-quickcheck text
@ -199413,8 +199611,8 @@ self: {
}:
mkDerivation {
pname = "reqcatcher";
version = "0.2.0.0";
sha256 = "1wg4sfhzsl0dkwl5ldm9fk2y44jvbbagk34hgyh4dn5qc08rygw9";
version = "0.2.1.0";
sha256 = "1fh9p7437czn7rw5jmpxlmg0zhrkkj5hwd0kzlr2jainxzvlw2b3";
libraryHaskellDepends = [ base http-types network text wai warp ];
testHaskellDepends = [
base http-client http-types HUnit lens tasty tasty-hunit wai wreq
@ -200155,8 +200353,8 @@ self: {
pname = "rethinkdb-client-driver";
version = "0.0.25";
sha256 = "15l9z7ki81cv97lajxcbddavbd254c5adcdi8yw6df31rmbc378g";
revision = "3";
editedCabalFile = "1g4shgl944fd3qbqkd68jv6vh65plaivci4vjzfs4py7a2p62db1";
revision = "4";
editedCabalFile = "1fjavc5gmz15za1yzj4b23gd50b2jj83l0d5pc2kmz8f6bs5nx9f";
libraryHaskellDepends = [
aeson base binary bytestring containers hashable mtl network
old-locale scientific stm template-haskell text time
@ -200233,6 +200431,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"retry_0_8_0_2" = callPackage
({ mkDerivation, base, exceptions, ghc-prim, hedgehog, HUnit, mtl
, random, stm, tasty, tasty-hedgehog, tasty-hunit, time
, transformers
}:
mkDerivation {
pname = "retry";
version = "0.8.0.2";
sha256 = "1i98a5pp37fcny28wfp002bc16m9jf793jicbp83ffwlk0g123v5";
libraryHaskellDepends = [
base exceptions ghc-prim random transformers
];
testHaskellDepends = [
base exceptions ghc-prim hedgehog HUnit mtl random stm tasty
tasty-hedgehog tasty-hunit time transformers
];
description = "Retry combinators for monadic actions that may fail";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"retryer" = callPackage
({ mkDerivation, base, optparse-applicative, process }:
mkDerivation {
@ -208925,8 +209144,8 @@ self: {
}:
mkDerivation {
pname = "servant-errors";
version = "0.1.0.3";
sha256 = "0dgl30k5fz0q15y6msa5qdc2sj28n8fdddiw835q3kp6wy2dzpc1";
version = "0.1.2.0";
sha256 = "0w3adlvysybc9dv3qf00ja0gx86y47n4lz8p6dypzmvs598h6rxs";
libraryHaskellDepends = [
aeson base bytestring http-api-data http-media http-types
scientific servant string-conversions text unordered-containers wai
@ -220685,8 +220904,8 @@ self: {
pname = "stache";
version = "2.0.1";
sha256 = "0awyh8zjvly18s4gnqy4970fj1hr4zpb38lisfy6px42m38g17vk";
revision = "2";
editedCabalFile = "17da7jih43nl3zqgpmlk3n2kpwjmb2np4w8ldpq2vyi9ab8p6vjm";
revision = "3";
editedCabalFile = "1y1wff5mdcin3wc9pbj3agsircrf1pxjjm8j90n8g40l7acnf63c";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@ -220714,6 +220933,8 @@ self: {
pname = "stache";
version = "2.1.0";
sha256 = "1q34h46px7miy2kx1yzaj785ai70mkchmijpdq2iih1fffir8kvk";
revision = "1";
editedCabalFile = "19vkvp6gkhld4lm8d87sicw63cd6d5awphyjpsdg9iha44j6sh11";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base bytestring containers deepseq directory filepath
@ -233813,6 +234034,8 @@ self: {
pname = "th-test-utils";
version = "1.0.0";
sha256 = "1kpkf6h0vr06z7iphkcjva9x28mfjg967hrih4im527g9vw5mdq6";
revision = "2";
editedCabalFile = "1m2fh0js7cyqr8g0yn0222jjc62bib4lvb1lq570p0c4zd508dpn";
libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [
base tasty tasty-hunit template-haskell transformers
@ -233821,6 +234044,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"th-test-utils_1_0_1" = callPackage
({ mkDerivation, base, tasty, tasty-hunit, template-haskell
, transformers
}:
mkDerivation {
pname = "th-test-utils";
version = "1.0.1";
sha256 = "1qbxj4zarw1nm0c2shrr4wrrkmqlxx2qdh9q3q9arkic4lwgsxcx";
libraryHaskellDepends = [ base template-haskell transformers ];
testHaskellDepends = [
base tasty tasty-hunit template-haskell transformers
];
description = "Utility functions for testing Template Haskell code";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"th-to-exp" = callPackage
({ mkDerivation, base, hspec, template-haskell }:
mkDerivation {
@ -238517,16 +238757,16 @@ self: {
"tree-sitter" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, directory
, filepath, fused-effects, hedgehog, split, template-haskell, text
, unordered-containers
, filepath, fused-effects, hedgehog, semantic-source, split
, template-haskell, text, unordered-containers
}:
mkDerivation {
pname = "tree-sitter";
version = "0.3.0.0";
sha256 = "1ai587a8m67j0rjg1gbhxnv1kl4awpcr7jvh4qnlvx91g7s1gq2g";
version = "0.4.0.0";
sha256 = "0iqyqj2wavm4qrnmls4nwcnr0y8lgxsj42jbm22riwfh3wlg4dnf";
libraryHaskellDepends = [
aeson base bytestring containers directory filepath fused-effects
split template-haskell text unordered-containers
semantic-source split template-haskell text unordered-containers
];
testHaskellDepends = [ base hedgehog ];
description = "Unstable bindings for the tree-sitter parsing library";
@ -238539,8 +238779,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-go";
version = "0.2.0.0";
sha256 = "1yrhn025rdllfcmlcaiz6idxhxqh02qjpw71dm3zynmnmgmpqcc0";
version = "0.2.0.1";
sha256 = "1l1phqnsfsi47pqcjn84i8pqxfyslnrhw8an9g6fxx21gc6sdn45";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Go";
@ -238553,10 +238793,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-haskell";
version = "0.2.0.0";
sha256 = "0cds6xmps88vx3x7ifkpjbbbgvnbc22hxam6qdwy2m1njbff3wad";
revision = "1";
editedCabalFile = "07kgsp70bwggcnxh9229dvbfysc9s4ykzir4973pn02qs5l7kb6y";
version = "0.2.0.1";
sha256 = "0c02sv4hzlyfdpk7s8ykgm9cr6xwmjw8npy356v2vgbr0l238bgw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base template-haskell tree-sitter ];
@ -238571,8 +238809,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-java";
version = "0.2.0.0";
sha256 = "1gayg7ln4iy56a4pl3dqrl2iq689b1a8z2n59dnrhmzhq87lzx7y";
version = "0.2.0.1";
sha256 = "17dpqd3ddhgaiav332wzgiqzlx8rbnzziv7gal3mvjbz0nv78rk6";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Java";
@ -238585,8 +238823,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-json";
version = "0.2.0.0";
sha256 = "0x30pwmganjabzkgqgrkk249r8v4frag9ww64j4sfq6r2vbfc7l3";
version = "0.2.0.1";
sha256 = "107ymwb1fyff8b5qvvrg7rm32xnvzfh6mz2mr1nq3yjdqp6rz3n9";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for JSON";
@ -238599,8 +238837,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-php";
version = "0.2.0.0";
sha256 = "0wdyppjp879wb3m73kczsa78c0lyqvpnkvsh13bh22vw66jypj6x";
version = "0.2.0.1";
sha256 = "0dxszds10fr3zp1vjcj18b44mv6hmbzskmai14x03zgimxgwwaqm";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for PHP";
@ -238611,15 +238849,16 @@ self: {
"tree-sitter-python" = callPackage
({ mkDerivation, aeson, base, bytestring, directory, filepath
, hedgehog, template-haskell, tree-sitter
, hedgehog, semantic-source, template-haskell, tree-sitter
}:
mkDerivation {
pname = "tree-sitter-python";
version = "0.4.0.0";
sha256 = "02i12ys845j4n0j7a1qpdlbx9ia51m7ab9lhk7d4028ysx82crn9";
version = "0.5.0.0";
sha256 = "1ikl7r2lmcynb4ahbmzjlq04s0ydnv8jixwgcihywnfn410w82sx";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base directory filepath template-haskell tree-sitter
aeson base directory filepath semantic-source template-haskell
tree-sitter
];
testHaskellDepends = [ base bytestring hedgehog tree-sitter ];
doHaddock = false;
@ -238633,8 +238872,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-ruby";
version = "0.2.0.0";
sha256 = "0n2ls3mkinqv0h2h05pmi8scmgr70bpg3pdg9wnid1gdpcwn07qx";
version = "0.2.0.1";
sha256 = "1rk49pm93avr9fap8xim7zl26wms50q2f5x2yp9nq5w3mbm3j3sc";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for Ruby";
@ -238647,8 +238886,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-tsx";
version = "0.2.1.0";
sha256 = "1lj2mmgqkswn8n5p4j4zdd0fw3syvg8v4d0ahnipvv1b05g1y1f4";
version = "0.2.1.1";
sha256 = "1r4kr4c0vslw3j2hanzf8wifabfynz5brayd6kz1hpczg8icandm";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for TSX";
@ -238661,8 +238900,8 @@ self: {
({ mkDerivation, base, template-haskell, tree-sitter }:
mkDerivation {
pname = "tree-sitter-typescript";
version = "0.2.1.0";
sha256 = "1dgb5b1yhpwrr8qd18l4jlxx3g5c34zaxffh934pssyldckfbid6";
version = "0.2.1.1";
sha256 = "0i8vnc0afqnf8lnl8rmsax6b9pfx3s14s8q35f0h3ghpv9b38bs6";
libraryHaskellDepends = [ base template-haskell tree-sitter ];
doHaddock = false;
description = "Tree-sitter grammar/parser for TypeScript";
@ -245998,6 +246237,19 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"validity_0_9_0_2" = callPackage
({ mkDerivation, base, hspec }:
mkDerivation {
pname = "validity";
version = "0.9.0.2";
sha256 = "1aa93lp1pqwv7vhx19nazlig8qhbp3psblbz360s5lii3s5rli2v";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec ];
description = "Validity typeclass";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"validity-aeson" = callPackage
({ mkDerivation, aeson, base, validity, validity-scientific
, validity-text, validity-unordered-containers, validity-vector
@ -246064,6 +246316,23 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"validity-path_0_4_0_0" = callPackage
({ mkDerivation, base, filepath, genvalidity-hspec, hspec, path
, validity
}:
mkDerivation {
pname = "validity-path";
version = "0.4.0.0";
sha256 = "1clma6ll0n5biaci0bsi0zzf8xr2xnc1ff5vmbxyr98pz1wy6yn4";
libraryHaskellDepends = [ base filepath path validity ];
testHaskellDepends = [
base filepath genvalidity-hspec hspec path validity
];
description = "Validity instances for Path";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"validity-primitive" = callPackage
({ mkDerivation, base, primitive, validity }:
mkDerivation {