hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-27-g11a103b from Hackage revision
aadf840b5e.
This commit is contained in:
Peter Simons 2020-11-16 02:30:24 +01:00
parent 878beaf507
commit 045f6ba1b3

View file

@ -35304,23 +35304,21 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"base64-bytestring_1_2_0_0" = callPackage "base64-bytestring_1_2_0_1" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq ({ mkDerivation, base, bytestring, criterion, deepseq, HUnit
, HUnit, QuickCheck, split, test-framework, test-framework-hunit , QuickCheck, test-framework, test-framework-hunit
, test-framework-quickcheck2 , test-framework-quickcheck2
}: }:
mkDerivation { mkDerivation {
pname = "base64-bytestring"; pname = "base64-bytestring";
version = "1.2.0.0"; version = "1.2.0.1";
sha256 = "1vz4dbbsymjrw5dmb62yw41v126narlb3dpa037hgldlw1fw2iip"; sha256 = "0f66mzsyik3zrn72cygg8w3375qpvn3422z3j4fkkc9f0xyv22dg";
libraryHaskellDepends = [ base bytestring ]; libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [ testHaskellDepends = [
base bytestring containers HUnit QuickCheck split test-framework base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 test-framework-hunit test-framework-quickcheck2
]; ];
benchmarkHaskellDepends = [ benchmarkHaskellDepends = [ base bytestring criterion deepseq ];
base bytestring containers criterion deepseq
];
description = "Fast base64 encoding and decoding for ByteStrings"; description = "Fast base64 encoding and decoding for ByteStrings";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -42008,6 +42006,8 @@ self: {
pname = "brick"; pname = "brick";
version = "0.57"; version = "0.57";
sha256 = "15481cmm208gxcs96rcvg6qgx87b2fk7ws82675viasw64mhvmg1"; sha256 = "15481cmm208gxcs96rcvg6qgx87b2fk7ws82675viasw64mhvmg1";
revision = "1";
editedCabalFile = "0vi6a3m6i4x6pndmcc39x37pyd9ar7m6z7b0lahnw6ayssxiq3pq";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -42034,6 +42034,8 @@ self: {
pname = "brick"; pname = "brick";
version = "0.57.1"; version = "0.57.1";
sha256 = "0amqh0xjgylndz0wp23r5m7w8m7j280dyf1j1mybmmb93s8yz269"; sha256 = "0amqh0xjgylndz0wp23r5m7w8m7j280dyf1j1mybmmb93s8yz269";
revision = "1";
editedCabalFile = "00jg403q7aaah9hr37n8wa11lljf2909hpmxz7qf4c9ck79pcaj0";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -42244,38 +42246,29 @@ self: {
({ mkDerivation, aeson, base, butcher, bytestring, cmdargs ({ mkDerivation, aeson, base, butcher, bytestring, cmdargs
, containers, czipwith, data-tree-print, deepseq, directory, extra , containers, czipwith, data-tree-print, deepseq, directory, extra
, filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, hspec , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths, hspec
, monad-memo, mtl, multistate, neat-interpolation, parsec, pretty , monad-memo, mtl, multistate, parsec, pretty, random, safe
, random, safe, semigroups, strict, syb, text, transformers , semigroups, strict, syb, text, transformers, uniplate, unsafe
, uniplate, unsafe, yaml , yaml
}: }:
mkDerivation { mkDerivation {
pname = "brittany"; pname = "brittany";
version = "0.12.1.1"; version = "0.12.2.0";
sha256 = "0nw7ymdb7xam634w42l1xjgyvpla8grcg02aj19fscw2fn9gfh7z"; sha256 = "03v7lhy6i7fk3sskimzb3hs9qi1g9b9w7zfvmc9m4606673ysdzl";
revision = "2";
editedCabalFile = "0pfrm5vvh7x94f8gy8ka6rmq6yk6xxxgba68rd91bk8lbjxsmkxl";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base butcher bytestring cmdargs containers czipwith aeson base butcher bytestring cmdargs containers czipwith
data-tree-print deepseq directory extra filepath ghc ghc-boot-th data-tree-print deepseq directory extra filepath ghc ghc-boot-th
ghc-exactprint ghc-paths monad-memo mtl multistate ghc-exactprint ghc-paths monad-memo mtl multistate pretty random
neat-interpolation pretty random safe semigroups strict syb text safe semigroups strict syb text transformers uniplate unsafe yaml
transformers uniplate unsafe yaml
];
executableHaskellDepends = [
aeson base butcher bytestring cmdargs containers czipwith
data-tree-print deepseq directory extra filepath ghc ghc-boot-th
ghc-exactprint ghc-paths monad-memo mtl multistate
neat-interpolation pretty safe semigroups strict syb text
transformers uniplate unsafe yaml
]; ];
executableHaskellDepends = [ base ];
testHaskellDepends = [ testHaskellDepends = [
aeson base butcher bytestring cmdargs containers czipwith aeson base butcher bytestring cmdargs containers czipwith
data-tree-print deepseq directory extra filepath ghc ghc-boot-th data-tree-print deepseq directory extra filepath ghc ghc-boot-th
ghc-exactprint ghc-paths hspec monad-memo mtl multistate ghc-exactprint ghc-paths hspec monad-memo mtl multistate parsec
neat-interpolation parsec pretty safe semigroups strict syb text pretty safe semigroups strict syb text transformers uniplate unsafe
transformers uniplate unsafe yaml yaml
]; ];
description = "Haskell source code formatter"; description = "Haskell source code formatter";
license = stdenv.lib.licenses.agpl3; license = stdenv.lib.licenses.agpl3;
@ -46259,8 +46252,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "calamity"; pname = "calamity";
version = "0.1.21.0"; version = "0.1.22.0";
sha256 = "0hh3kfcs2wjmkz8ggzshb1535rz13nl1d9yaa73rm2arn73jfsi1"; sha256 = "0cmv24r5ay34v50rfdp7rakhzrs0fx079nncfq4xi5j4mm484dna";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson async base bytestring colour concurrent-extra containers aeson async base bytestring colour concurrent-extra containers
data-default-class data-flags deepseq deque df1 di-core di-polysemy data-default-class data-flags deepseq deque df1 di-core di-polysemy
@ -57486,17 +57479,15 @@ self: {
}) {}; }) {};
"constrained-categories" = callPackage "constrained-categories" = callPackage
({ mkDerivation, base, contravariant, semigroups, tagged ({ mkDerivation, base, contravariant, fail, semigroups, tagged
, trivial-constraint, void , trivial-constraint, void
}: }:
mkDerivation { mkDerivation {
pname = "constrained-categories"; pname = "constrained-categories";
version = "0.4.0.0"; version = "0.4.1.0";
sha256 = "1wq4ivkgxbwxxrfk5lwn2psbbiaq87dr8zf1z9b9yhw2hi75lsgw"; sha256 = "0n9xi24jc590hmhz8b8g6rhfkbapq62h74mjkhs4mcsj58inx90p";
revision = "1";
editedCabalFile = "0f96xmq5j03f9ks9cjlgbc5wq0azdbrbj2lh3kr3ybz658dli3j7";
libraryHaskellDepends = [ libraryHaskellDepends = [
base contravariant semigroups tagged trivial-constraint void base contravariant fail semigroups tagged trivial-constraint void
]; ];
description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; description = "Constrained clones of the category-theory type classes, using ConstraintKinds";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
@ -105800,8 +105791,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hakyll-convert"; pname = "hakyll-convert";
version = "0.3.0.2"; version = "0.3.0.3";
sha256 = "19jihf6hkn11bn1s44kjmi4szjw68f1brmh1n7py5s7f01235djv"; sha256 = "0i5g4xs0az8znisl8vm60r3m2y3s9dhh8cdb0bl8c5ikqcrlscjf";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -119228,8 +119219,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hlint"; pname = "hlint";
version = "3.2.1"; version = "3.2.2";
sha256 = "16r2s65238yaqkiqhc31zwgv5r9743d5qrdwkahn9zpwj0x0sp5f"; sha256 = "1jb4yr9piyq2l4d6xxn6vywa1ghvws97qkzymnmldzxpyqiixnl8";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -145694,6 +145685,8 @@ self: {
pname = "lapack"; pname = "lapack";
version = "0.3.2"; version = "0.3.2";
sha256 = "12h9k8hx3qpfa3ma24glngpk1x9m8h17qzv86sfq54br19ikz5y0"; sha256 = "12h9k8hx3qpfa3ma24glngpk1x9m8h17qzv86sfq54br19ikz5y0";
revision = "1";
editedCabalFile = "1ji3cj8ggj6prxcn9z0678x1i5j25cwxj3bxnv4s9nn8qayyflpn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -173923,8 +173916,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "oidc-client"; pname = "oidc-client";
version = "0.5.1.0"; version = "0.6.0.0";
sha256 = "1qp69bdfam86y90vrm3z1nlk4kh03pnyzc5k06w9xvaq6i0965z6"; sha256 = "0r359hwx4zh5mjh2p4abfkgnkkhzbhdn6fn5dlja8pvyvi18a3kk";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -176622,7 +176615,7 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"ormolu_0_1_4_0" = callPackage "ormolu_0_1_4_1" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, containers, Diff ({ mkDerivation, ansi-terminal, base, bytestring, containers, Diff
, dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec , dlist, exceptions, filepath, ghc-lib-parser, gitrev, hspec
, hspec-discover, mtl, optparse-applicative, path, path-io, syb , hspec-discover, mtl, optparse-applicative, path, path-io, syb
@ -176630,8 +176623,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ormolu"; pname = "ormolu";
version = "0.1.4.0"; version = "0.1.4.1";
sha256 = "0v4yzhn38jzlcdc7p807nv6ndf3nmmmqvmw6j817iirvkck9n0fk"; sha256 = "1aamgzimjn9h7kwby9ajfgbj5dx08nmxyalwvpg9rs4xd8pbpd9s";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -176640,7 +176633,7 @@ self: {
ghc-lib-parser mtl syb text ghc-lib-parser mtl syb text
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
base ghc-lib-parser gitrev optparse-applicative text base filepath ghc-lib-parser gitrev optparse-applicative text
]; ];
testHaskellDepends = [ testHaskellDepends = [
base containers filepath hspec path path-io text base containers filepath hspec path path-io text
@ -188510,6 +188503,35 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"postgresql-simple_0_6_3" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, bytestring, bytestring-builder, case-insensitive, containers
, cryptohash-md5, filepath, hashable, HUnit, inspection-testing
, Only, postgresql-libpq, scientific, tasty, tasty-golden
, tasty-hunit, template-haskell, text, time, transformers
, uuid-types, vector
}:
mkDerivation {
pname = "postgresql-simple";
version = "0.6.3";
sha256 = "193rh38gzgpy41y6826hs4zdp01xw2fpjncwm281cm1ibrmh68pq";
libraryHaskellDepends = [
aeson attoparsec base bytestring bytestring-builder
case-insensitive containers hashable Only postgresql-libpq
scientific template-haskell text time transformers uuid-types
vector
];
testHaskellDepends = [
aeson base base16-bytestring bytestring case-insensitive containers
cryptohash-md5 filepath HUnit inspection-testing postgresql-libpq
tasty tasty-golden tasty-hunit text time vector
];
benchmarkHaskellDepends = [ base vector ];
description = "Mid-Level PostgreSQL client library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple-bind" = callPackage "postgresql-simple-bind" = callPackage
({ mkDerivation, attoparsec, base, bytestring, data-default ({ mkDerivation, attoparsec, base, bytestring, data-default
, exceptions, heredoc, hspec, postgresql-simple, template-haskell , exceptions, heredoc, hspec, postgresql-simple, template-haskell
@ -195355,8 +195377,8 @@ self: {
pname = "quickcheck-instances"; pname = "quickcheck-instances";
version = "0.3.23"; version = "0.3.23";
sha256 = "1gig5dwgsahpgdz0cm06wf9lbjnh0qmr5qrlk9bc3v72pa8knc0i"; sha256 = "1gig5dwgsahpgdz0cm06wf9lbjnh0qmr5qrlk9bc3v72pa8knc0i";
revision = "1"; revision = "2";
editedCabalFile = "1lir5ryv2b1hn5n5fbgs9syram71zv4p4chb9xzkxvbszl5inw8k"; editedCabalFile = "195l3a41gw34kviqbsa4pg8h92y3gmhvq4x7znrm1h7zlqw2jbb0";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base base-compat bytestring case-insensitive containers array base base-compat bytestring case-insensitive containers
hashable old-time QuickCheck scientific splitmix tagged text these hashable old-time QuickCheck scientific splitmix tagged text these
@ -195371,7 +195393,7 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"quickcheck-instances_0_3_25" = callPackage "quickcheck-instances_0_3_25_1" = callPackage
({ mkDerivation, array, base, bytestring, case-insensitive ({ mkDerivation, array, base, bytestring, case-insensitive
, containers, data-fix, hashable, integer-logarithms, old-time , containers, data-fix, hashable, integer-logarithms, old-time
, QuickCheck, scientific, splitmix, strict, tagged, text, these , QuickCheck, scientific, splitmix, strict, tagged, text, these
@ -195380,8 +195402,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "quickcheck-instances"; pname = "quickcheck-instances";
version = "0.3.25"; version = "0.3.25.1";
sha256 = "08lp5fwmhj1ld9zmhxv6aiqc7668nlkz0ckykgp57bv0i6sh4n7q"; sha256 = "06gg3y56ws1bc9yz00fmm0i5vrmqd2mqlxnbxp676yksfyr80qxd";
libraryHaskellDepends = [ libraryHaskellDepends = [
array base bytestring case-insensitive containers data-fix hashable array base bytestring case-insensitive containers data-fix hashable
integer-logarithms old-time QuickCheck scientific splitmix strict integer-logarithms old-time QuickCheck scientific splitmix strict
@ -214702,15 +214724,14 @@ self: {
"shake" = callPackage "shake" = callPackage
({ mkDerivation, base, binary, bytestring, deepseq, directory ({ mkDerivation, base, binary, bytestring, deepseq, directory
, extra, file-embed, filepath, filepattern, hashable, heaps , extra, filepath, filepattern, hashable, heaps, js-dgtable
, js-dgtable, js-flot, js-jquery, primitive, process, QuickCheck , js-flot, js-jquery, primitive, process, QuickCheck, random, time
, random, template-haskell, time, transformers, unix , transformers, unix, unordered-containers, utf8-string
, unordered-containers, utf8-string
}: }:
mkDerivation { mkDerivation {
pname = "shake"; pname = "shake";
version = "0.19.1"; version = "0.19.2";
sha256 = "14znwscqdhac421igz26r0p1im9p0zawxzmi3hh1lhmxc5fprk2n"; sha256 = "0s34c40zvr0ny5n0p2g85rzkx3789r20627gykkpsn5cvnc7pj5s";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -214720,10 +214741,9 @@ self: {
random time transformers unix unordered-containers utf8-string random time transformers unix unordered-containers utf8-string
]; ];
executableHaskellDepends = [ executableHaskellDepends = [
base binary bytestring deepseq directory extra file-embed filepath base binary bytestring deepseq directory extra filepath filepattern
filepattern hashable heaps js-dgtable js-flot js-jquery primitive hashable heaps js-dgtable js-flot js-jquery primitive process
process random template-haskell time transformers unix random time transformers unix unordered-containers utf8-string
unordered-containers utf8-string
]; ];
testHaskellDepends = [ testHaskellDepends = [
base binary bytestring deepseq directory extra filepath filepattern base binary bytestring deepseq directory extra filepath filepattern
@ -228530,8 +228550,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "stylist"; pname = "stylist";
version = "2.2.0.0"; version = "2.3.0.0";
sha256 = "0pmyjxdg7m0fh9m0nrimi02q4lqk47kfbws65mb22rj7ckm7gw68"; sha256 = "04nxhsv4v6qlr19fw29jf925b7qhp5777mn0q55sm0jhn7r4v6lv";
libraryHaskellDepends = [ libraryHaskellDepends = [
async base css-syntax hashable network-uri text async base css-syntax hashable network-uri text
unordered-containers unordered-containers
@ -229873,8 +229893,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "swiss-ephemeris"; pname = "swiss-ephemeris";
version = "1.2.0.0"; version = "1.2.1.0";
sha256 = "1inzvwm7z562q07r5h8prxpn4g1ywza88a7rv95yx8634fcy1bsl"; sha256 = "0mbq3mzplxnnpr1zqbgg6k1ggh0fw4xlzvyg74rid863dxcldjpm";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
testHaskellDepends = [ base directory hspec QuickCheck ]; testHaskellDepends = [ base directory hspec QuickCheck ];
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];