hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.11.1 from Hackage revision
35d90c5e25.
This commit is contained in:
Peter Simons 2018-09-26 02:30:48 +02:00
parent 424f6b9341
commit b70f4ff218

View file

@ -21563,6 +21563,8 @@ self: {
pname = "aeson";
version = "1.4.1.0";
sha256 = "1mf29mxdqkpgbvqx1acbbv75wpzhwpnnf4iapmm5v3zg2k7g3hyi";
revision = "1";
editedCabalFile = "12zvcm121dc0fpyzm1wr0b9k5lwyca298vgvf192sp2dykxkj9m7";
libraryHaskellDepends = [
attoparsec base base-compat bytestring containers deepseq dlist
ghc-prim hashable primitive scientific tagged template-haskell text
@ -21799,8 +21801,8 @@ self: {
pname = "aeson-extra";
version = "0.4.1.1";
sha256 = "1y7xss382hdxrv4jzprsm3b7ij7wiw8jgjg9wp49dx6bfvcnb2nl";
revision = "1";
editedCabalFile = "14blp4jmcd81ipxany6q7x706xj8fhy019a73c391n767r1nwpq1";
revision = "2";
editedCabalFile = "1iiibpr8pcdr0bjp0rhf1sxvs0kv66jm01nwlhj4243864qx476r";
libraryHaskellDepends = [
aeson aeson-compat attoparsec attoparsec-iso8601 base
base-compat-batteries bytestring containers deepseq exceptions
@ -22322,16 +22324,17 @@ self: {
"affection" = callPackage
({ mkDerivation, base, bytestring, clock, containers, glib, linear
, monad-loops, monad-parallel, mtl, OpenGL, sdl2, stm, text, uuid
, vector
}:
mkDerivation {
pname = "affection";
version = "0.0.0.7";
sha256 = "0qnlh1ny4cysxzh45vsh1d49gk4kc2kzpdjrqnn3mh66wz2fc177";
version = "0.0.0.9";
sha256 = "0knb8j96nn2gh1dbyavcqi6wnn8rfvw0lmmw3vk2mbalxlzfvznr";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring clock containers glib linear monad-loops
monad-parallel mtl OpenGL sdl2 stm text uuid
monad-parallel mtl OpenGL sdl2 stm text uuid vector
];
description = "A simple Game Engine using SDL";
license = stdenv.lib.licenses.lgpl3;
@ -30195,8 +30198,8 @@ self: {
}:
mkDerivation {
pname = "ats-format";
version = "0.2.0.29";
sha256 = "02zk3qbg2h14wc5x7sizllgj39zprgx63j8rbf2lk9nd3yiqc4va";
version = "0.2.0.30";
sha256 = "19i3g3njmmhkhyx02q37r7n373n6h0yha6g5hrx0ix5nn8bp4k4w";
isLibrary = false;
isExecutable = true;
setupHaskellDepends = [ base Cabal cli-setup filepath ];
@ -31193,8 +31196,8 @@ self: {
pname = "avers";
version = "0.0.17.1";
sha256 = "1x96fvx0z7z75c39qcggw70qvqnw7kzjf0qqxb3jwg3b0fmdhi8v";
revision = "22";
editedCabalFile = "040kvq16wknnjq0kr5j6y17xvjfh87y22hska3whs3ci6zw1fr30";
revision = "24";
editedCabalFile = "02n8p020d3p52ddsh38w5ih9kmx7qlp7axvxanli945fybjb2m5b";
libraryHaskellDepends = [
aeson attoparsec base bytestring clock containers cryptonite
filepath inflections memory MonadRandom mtl network network-uri
@ -37547,6 +37550,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"blaze-markup_0_8_2_2" = callPackage
({ mkDerivation, base, blaze-builder, bytestring, containers, HUnit
, QuickCheck, tasty, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "blaze-markup";
version = "0.8.2.2";
sha256 = "1qc2mn2zb2sdj3xvv73asibqnb11l7b5l30ff05qrfh7sy7wzw66";
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base blaze-builder bytestring containers HUnit QuickCheck tasty
tasty-hunit tasty-quickcheck text
];
description = "A blazingly fast markup combinator library for Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blaze-shields" = callPackage
({ mkDerivation, base, blaze-html, blaze-markup, blaze-svg, text }:
mkDerivation {
@ -40413,6 +40434,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"bytestring-builder_0_10_8_2_0" = callPackage
({ mkDerivation, base, bytestring, deepseq }:
mkDerivation {
pname = "bytestring-builder";
version = "0.10.8.2.0";
sha256 = "0grcrgwwwcvwrs9az7l4d3kf0lsqfa9qpmjzf6iyanvwn9nyzyi7";
libraryHaskellDepends = [ base bytestring deepseq ];
doHaddock = false;
description = "The new bytestring builder, packaged outside of GHC";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"bytestring-builder-varword" = callPackage
({ mkDerivation, attoparsec, attoparsec-varword, base, bytestring
, hspec, QuickCheck
@ -42968,8 +43002,8 @@ self: {
}:
mkDerivation {
pname = "capnp";
version = "0.2.0.0";
sha256 = "06frfg1dl2cxbksy07pp9njfdgmyamyywd9wn2izpgixpxhv6d7d";
version = "0.3.0.0";
sha256 = "17i7m168bqp57m5lb04sbfh2amc1sicv2jajkl61jb1gsidwdkrz";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -48278,6 +48312,40 @@ self: {
license = stdenv.lib.licenses.publicDomain;
}) {};
"co-log" = callPackage
({ mkDerivation, ansi-terminal, base-noprelude, bytestring
, co-log-core, containers, contravariant, markdown-unlit, mtl
, relude, text, time, transformers, typerep-map
}:
mkDerivation {
pname = "co-log";
version = "0.0.0";
sha256 = "0bx45ffb1d7sdxcc7srx8sxb6qwjjs8gf90mnr3q1b76b2iczklp";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-terminal base-noprelude bytestring co-log-core containers
contravariant mtl relude text time transformers typerep-map
];
executableHaskellDepends = [
base-noprelude relude text typerep-map
];
executableToolDepends = [ markdown-unlit ];
description = "Logging library";
license = stdenv.lib.licenses.mpl20;
}) {};
"co-log-core" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "co-log-core";
version = "0.0.0";
sha256 = "1xml4qbvjlgcqvh0kmgqm2wr50bzd252a40zpc84sk6kg8a3x734";
libraryHaskellDepends = [ base ];
description = "Logging library";
license = stdenv.lib.licenses.mpl20;
}) {};
"coalpit" = callPackage
({ mkDerivation, base, generic-random, megaparsec, network-uri
, scientific, tasty, tasty-quickcheck, tasty-travis, time
@ -49762,8 +49830,8 @@ self: {
}:
mkDerivation {
pname = "compdata-automata";
version = "0.9.1";
sha256 = "1d4q6ssck7jknkxarkz3zcgc5mk60f16wp58kzf1dgv2ar42w4cy";
version = "0.9.2";
sha256 = "0yb0mlkvk25fmypad4pmg31vk6v5xqi2sqz1jpnjkgn9jhcn8p19";
libraryHaskellDepends = [ base compdata containers projection ];
benchmarkHaskellDepends = [
base compdata containers criterion projection
@ -49780,8 +49848,8 @@ self: {
}:
mkDerivation {
pname = "compdata-dags";
version = "0.2";
sha256 = "0z5vjfm0c4bcixnh951mzc06977l3lcs0v8mz6pbn65qbvv0d27c";
version = "0.2.1";
sha256 = "0h2ijhwpxv4bzfz81zhvhi7f42slzqsxawgqd9swk4kmqqzlfr58";
libraryHaskellDepends = [
base compdata containers mtl unordered-containers vector
];
@ -49817,8 +49885,8 @@ self: {
}:
mkDerivation {
pname = "compdata-param";
version = "0.9.1";
sha256 = "079pnr11y2ra1p236h7hlwgm7az7094h2s3g5x43r4q9kzdym5zc";
version = "0.9.2";
sha256 = "1cfs7q6pw642dg1xjibrsvpkw1bg15g9lmj70y25xka192d9c2w2";
libraryHaskellDepends = [
base compdata mtl template-haskell transformers
];
@ -61541,28 +61609,33 @@ self: {
}) {};
"dfinity-radix-tree" = callPackage
({ mkDerivation, aeson, base, base16-bytestring, bloomfilter
, BoundedChan, bytestring, cmdargs, concurrent-extra, conduit
, containers, cryptohash-sha256, data-default-class, deepseq
, ghc-prim, lens-simple, leveldb-haskell, lrucaching, mtl
, resourcet, semigroups, serialise, text, unordered-containers
({ mkDerivation, aeson, base, base16-bytestring, blake2
, bloomfilter, BoundedChan, bytestring, cmdargs, concurrent-extra
, conduit, containers, criterion, data-default-class, deepseq
, ghc-prim, lens-simple, leveldb-haskell, lmdb-simple, lrucaching
, mtl, QuickCheck, resourcet, semigroups, serialise, tasty
, tasty-hunit, tasty-quickcheck, temporary, text
, unordered-containers
}:
mkDerivation {
pname = "dfinity-radix-tree";
version = "0.3.1";
sha256 = "0fzkhibixdzf4wm7kia224r6bqz8mks9m2c25b5qw31sf7m70zx1";
version = "0.4.0";
sha256 = "1bx82andqa7jd682ky0ga14jzfidkcsbgcb6md0wjyy8qgh18sg8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base base16-bytestring bloomfilter BoundedChan bytestring
concurrent-extra conduit containers cryptohash-sha256
data-default-class deepseq ghc-prim lens-simple leveldb-haskell
lrucaching mtl resourcet semigroups serialise
base base16-bytestring blake2 bloomfilter BoundedChan bytestring
concurrent-extra conduit containers data-default-class deepseq
ghc-prim lens-simple leveldb-haskell lmdb-simple lrucaching mtl
resourcet semigroups serialise
];
executableHaskellDepends = [
aeson base base16-bytestring bytestring cmdargs containers
cryptohash-sha256 data-default-class leveldb-haskell mtl resourcet
text unordered-containers
base blake2 bytestring cmdargs criterion data-default-class
leveldb-haskell lmdb-simple resourcet temporary
];
testHaskellDepends = [
aeson base base16-bytestring bytestring containers mtl QuickCheck
tasty tasty-hunit tasty-quickcheck text unordered-containers
];
description = "A generic data integrity layer";
license = stdenv.lib.licenses.gpl3;
@ -72896,6 +72969,8 @@ self: {
pname = "facts";
version = "0.0.1.0";
sha256 = "12ifja6vgm8hafs23fzb2jfk0jiz4nss1if5b86950y3mc995rfx";
revision = "1";
editedCabalFile = "03v6p3vlilz6vk5xlvw3r31cqicx3m1xjii9shcqpacxvlh2zzlp";
libraryHaskellDepends = [ base exceptions mtl template-haskell ];
description = "Refined types";
license = stdenv.lib.licenses.bsd3;
@ -73864,8 +73939,8 @@ self: {
pname = "fclabels";
version = "2.0.3.3";
sha256 = "1q62p41bj991s7i15ciayw1v1xq8szn4bls50p65lfy2dnj7554s";
revision = "2";
editedCabalFile = "0mn82r0h9zhdsaf7qz45fcps6y1kdkqi8xf8dsz8419by2x5ygfx";
revision = "3";
editedCabalFile = "1wncfnvh4mv87gh0ddhiqf839d63rqs1qzi3y386y6r8hfnvra0l";
libraryHaskellDepends = [ base mtl template-haskell transformers ];
testHaskellDepends = [
base HUnit mtl template-haskell transformers
@ -76001,8 +76076,8 @@ self: {
pname = "flac";
version = "0.1.2";
sha256 = "0adc88h5dmazf9m2xah0qkcav3pm0l3jiy8wbg9fxjv1qpgv74jn";
revision = "3";
editedCabalFile = "09xml5mv63q0wzw09s0ssjdzgnq041gr6gjhk63dr252rydnn4zh";
revision = "4";
editedCabalFile = "0bmhd56fg4idz62maig3kykk7dyqy9dpm27fdljqg8jccl0vbwbm";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring containers data-default-class directory exceptions
@ -77044,6 +77119,8 @@ self: {
pname = "foldl";
version = "1.4.4";
sha256 = "0dy8dhpys2bq6pn0m6klsykk4mfxi6q8hr8gqbfcvqk6g4i5wyn7";
revision = "1";
editedCabalFile = "1qdllf16djf7w5h8jq1f8sb5a0k5ihr9psai8wgkvnhd9addsk0f";
libraryHaskellDepends = [
base bytestring comonad containers contravariant hashable
mwc-random primitive profunctors semigroupoids semigroups text
@ -77083,8 +77160,8 @@ self: {
}:
mkDerivation {
pname = "foldl-statistics";
version = "0.1.5.0";
sha256 = "1z9qx7kiaidl3icz6g3rd6pyycwnvyv7xyw8g6p1n7rpvz60633b";
version = "0.1.5.1";
sha256 = "196vkbgj6c5dhwfw6l73z8dw505hsjsrx4w1f3zfczm0jfc4fsxl";
libraryHaskellDepends = [
base containers foldl hashable math-functions profunctors
unordered-containers
@ -77536,8 +77613,8 @@ self: {
pname = "forma";
version = "1.1.0";
sha256 = "09f377ak1208lr8sskdga3nq47a151whd7z982pwv552w1q75p5p";
revision = "1";
editedCabalFile = "0yn650g1x3v56d45iqks1x7bz6ji8454ppr0qx48bmjnlbb34s1q";
revision = "2";
editedCabalFile = "1yc9gv1rjbl4lsxscp5idfpn7jp27c38j6gm9v7isxgyaih0j4v4";
libraryHaskellDepends = [
aeson base containers mtl text unordered-containers
];
@ -77642,6 +77719,8 @@ self: {
pname = "formatting";
version = "6.3.6";
sha256 = "06nkm9scy3a41v4m7npgkl9lvy5py6v7chsx0yhdy4pr4mvdna3a";
revision = "1";
editedCabalFile = "0vw77ji2d7rhwhq2g7dmln9ifsghgzdlnxg4wjipb128f6gwclh7";
libraryHaskellDepends = [
array base bytestring clock ghc-prim integer-gmp old-locale
scientific semigroups text time transformers
@ -82049,21 +82128,21 @@ self: {
}) {};
"geojson" = callPackage
({ mkDerivation, aeson, base, bytestring, deepseq, hlint, lens
, scientific, semigroups, tasty, tasty-hspec, tasty-quickcheck
, text, transformers, validation, vector
({ mkDerivation, aeson, base, bytestring, containers, deepseq
, hlint, lens, scientific, semigroups, tasty, tasty-hspec
, tasty-quickcheck, text, transformers, validation, vector
}:
mkDerivation {
pname = "geojson";
version = "2.0.0";
sha256 = "0pbdd34z09l7z4alqs92x6aw0s74rcv6hs5nr7gqrhc0wzrsmi5q";
version = "3.0.0";
sha256 = "0mhvb72cm2xnq2lfdwnabfh3vjkrdlpywh4k846m73birdn1vmx4";
libraryHaskellDepends = [
aeson base deepseq lens scientific semigroups text transformers
validation vector
aeson base containers deepseq lens scientific semigroups text
transformers validation vector
];
testHaskellDepends = [
aeson base bytestring hlint tasty tasty-hspec tasty-quickcheck text
validation vector
aeson base bytestring containers hlint tasty tasty-hspec
tasty-quickcheck text validation vector
];
description = "A thin GeoJSON Layer above the aeson library";
license = stdenv.lib.licenses.bsd3;
@ -97195,6 +97274,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"haskell-lexer_1_0_2" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "haskell-lexer";
version = "1.0.2";
sha256 = "1wyxd8x33x4v5vxyzkhm610pl86gbkc8y439092fr1735q9g7kfq";
libraryHaskellDepends = [ base ];
description = "A fully compliant Haskell 98 lexer";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haskell-lsp" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, data-default
, directory, filepath, hashable, haskell-lsp-types, hslogger, hspec
@ -109120,6 +109211,8 @@ self: {
pname = "hreader";
version = "1.1.0";
sha256 = "0fkxk9sz9hnnacnsv8dq7xb0sfq0b9abch6ky1zsnhxkb7004ara";
revision = "1";
editedCabalFile = "0kz3yzah7m4c2r9yaawhljcgb579masx3lx4mrr4lmqy39kmsvcb";
libraryHaskellDepends = [
base exceptions hset mmorph monad-control mtl tagged transformers
transformers-base
@ -109205,6 +109298,29 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) ruby;};
"hruby_0_3_6" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal
, process, QuickCheck, ruby, scientific, stm, text
, unordered-containers, vector
}:
mkDerivation {
pname = "hruby";
version = "0.3.6";
sha256 = "068mvb6bf583bldx07whc3cc0s3xbjlibi55r0ajjq9v4kxv98yx";
setupHaskellDepends = [ base Cabal process ];
libraryHaskellDepends = [
aeson attoparsec base bytestring scientific stm text
unordered-containers vector
];
librarySystemDepends = [ ruby ];
testHaskellDepends = [
aeson attoparsec base QuickCheck text vector
];
description = "Embed a Ruby intepreter in your Haskell program !";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) ruby;};
"hs-GeoIP" = callPackage
({ mkDerivation, base, bytestring, deepseq, GeoIP }:
mkDerivation {
@ -112271,6 +112387,8 @@ self: {
pname = "hspec-megaparsec";
version = "2.0.0";
sha256 = "0c4vb0c2y8yar0jjhh24wkkp1g7pbg2wc8h8nw3avfznbil6zyd8";
revision = "1";
editedCabalFile = "15hpf1v1d4dwzdvk7xhgj37yd37pcyj6yzw750k1fcj6j0hk4rb7";
libraryHaskellDepends = [
base containers hspec-expectations megaparsec
];
@ -119677,8 +119795,8 @@ self: {
}:
mkDerivation {
pname = "indexation";
version = "0.6.3";
sha256 = "17d375lzpg8vf1yr58llnr8l0diakpz1lns34vg6hwpayyjd5yk2";
version = "0.6.4";
sha256 = "1lm5ahr57lhwnfvz7kawl211chs4wjkykyicrrg748g4f03sm5a2";
libraryHaskellDepends = [
base bitvec bytestring cereal cereal-vector contravariant deepseq
deferred-folds dense-int-set focus foldl hashable list-t mmorph
@ -126994,6 +127112,8 @@ self: {
pname = "kleene";
version = "0";
sha256 = "00hbrmsm19azxxql14y6k7h7z8k4azlmy4y0gimyqbx4nb7swln6";
revision = "1";
editedCabalFile = "1izdmr7a2d7qssnj732m2qc02inm3hrc882x9nyvz68648pvwwsx";
libraryHaskellDepends = [
base base-compat-batteries containers lattices MemoTrie QuickCheck
range-set-list regex-applicative step-function text transformers
@ -130323,6 +130443,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"leancheck_0_7_5" = callPackage
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "leancheck";
version = "0.7.5";
sha256 = "01hmbcp5kn4k0mgv7y5jap54d65ljdd3sm954s5y28h4xvk6dn7g";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base ];
description = "Enumerative property-based testing";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"leankit-api" = callPackage
({ mkDerivation, aeson, base, bytestring, colour, curl, split }:
mkDerivation {
@ -132245,6 +132378,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"lifted-async_0_10_0_3" = callPackage
({ mkDerivation, async, base, constraints, criterion, deepseq
, HUnit, lifted-base, monad-control, mtl, tasty
, tasty-expected-failure, tasty-hunit, tasty-th, transformers-base
}:
mkDerivation {
pname = "lifted-async";
version = "0.10.0.3";
sha256 = "131bh83yc3jhy0hwgslvs9p9clgl4i2hhvwz2xgx7igpbhsrrl43";
libraryHaskellDepends = [
async base constraints lifted-base monad-control transformers-base
];
testHaskellDepends = [
async base HUnit lifted-base monad-control mtl tasty
tasty-expected-failure tasty-hunit tasty-th
];
benchmarkHaskellDepends = [ async base criterion deepseq ];
description = "Run lifted IO operations asynchronously and wait for their results";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"lifted-base" = callPackage
({ mkDerivation, base, criterion, HUnit, monad-control, monad-peel
, test-framework, test-framework-hunit, transformers
@ -145995,6 +146150,8 @@ self: {
pname = "multiset";
version = "0.3.4";
sha256 = "0kdmf0ba946pxq1m8q0x5bk2my2fd5frhaw3cj2i3x88nc9f0ycp";
revision = "1";
editedCabalFile = "0m7xk2217a5zpwb1hwp5j5r6yzlf0f4lmlnln2lb9bqihjl3j9x8";
libraryHaskellDepends = [ base containers deepseq ];
testHaskellDepends = [ base doctest Glob ];
description = "The Data.MultiSet container type";
@ -151942,6 +152099,8 @@ self: {
pname = "numtype-dk";
version = "0.5.0.2";
sha256 = "0avkdbhxijcja9i9g3cqh699mys8nhsxgrrpkknycmqpvp07sy4q";
revision = "1";
editedCabalFile = "0892xm8vyyvl1glg4vniz8r5ydg1nz3zmbpgk5mxdih6wi6nmpy4";
libraryHaskellDepends = [ base ];
description = "Type-level integers, using TypeNats, Data Kinds, and Closed Type Families";
license = stdenv.lib.licenses.bsd3;
@ -155149,12 +155308,12 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"packcheck_0_4_0" = callPackage
"packcheck_0_4_1" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "packcheck";
version = "0.4.0";
sha256 = "1dlvrad746ns76ah07wr9jgw454srag1wjrfp39pld26i70isif6";
version = "0.4.1";
sha256 = "056sjs771gdfvbyynb3vaxgabqj747hyhnbfjq83d0nnqyks8rdy";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
benchmarkHaskellDepends = [ base ];
@ -156856,17 +157015,18 @@ self: {
}) {};
"parconc-examples" = callPackage
({ mkDerivation, abstract-par, accelerate, array, async, base
({ mkDerivation, abstract-par, accelerate, alex, array, async, base
, binary, bytestring, containers, deepseq, directory
, distributed-process, distributed-process-simplelocalnet
, distributed-static, filepath, http-conduit, monad-par, network
, network-uri, normaldistribution, parallel, random, repa, stm
, template-haskell, time, transformers, utf8-string, vector, xml
, distributed-static, filepath, happy, http-conduit, monad-par
, network, network-uri, normaldistribution, parallel, random, repa
, stm, template-haskell, time, transformers, utf8-string, vector
, xml
}:
mkDerivation {
pname = "parconc-examples";
version = "0.4.5";
sha256 = "172y33s74jx4cs0fykn5qg2c5s95kg5lngrins9ql9n97rb63pwh";
version = "0.4.7";
sha256 = "1r05ai6n6dgkqlcv4qlb10yzrjj86408ybz5zlh63qi2y34h9ga7";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -156877,6 +157037,7 @@ self: {
parallel random repa stm template-haskell time transformers
utf8-string vector xml
];
executableToolDepends = [ alex happy ];
description = "Examples to accompany the book \"Parallel and Concurrent Programming in Haskell\"";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -157930,6 +158091,8 @@ self: {
pname = "patience";
version = "0.1.1";
sha256 = "0qyv20gqy9pb1acy700ahv70lc6vprcwb26cc7fcpcs4scsc7irm";
revision = "1";
editedCabalFile = "0xj4hypjnhsn5jhs66l9wwhpkn5pbd8xmx7pgcy2ib08cz1087y7";
libraryHaskellDepends = [ base containers ];
description = "Patience diff and longest increasing subsequence";
license = stdenv.lib.licenses.bsd3;
@ -164364,6 +164527,8 @@ self: {
pname = "postgresql-query";
version = "3.5.0";
sha256 = "1sh8kgfqy1kipz99v74xkxzfggbxxjq2gwswa94m1spy6r7k7avp";
revision = "1";
editedCabalFile = "11clkx7j4k3wgk6h1g0flq7frvkfxhh4dhbjjrchc5f7rd5gmjbp";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder bytestring containers
data-default exceptions file-embed haskell-src-meta hreader hset
@ -164811,10 +164976,8 @@ self: {
({ mkDerivation, potoki-core }:
mkDerivation {
pname = "potoki";
version = "2.1.2";
sha256 = "1f4yf50zawxm6z2lidwrgcvc71f71aichqjihycibkrhp0s34ppj";
revision = "1";
editedCabalFile = "1qg6s7ppmz505r63k13qvm2ig6lknypji4jlkzpacricmkr3lymm";
version = "2.1.3";
sha256 = "1cg89jh2s2dim874h8vv52ab2dzvq01zvjn45fwdzs3j6815nlj4";
libraryHaskellDepends = [ potoki-core ];
description = "Simple streaming in IO";
license = stdenv.lib.licenses.mit;
@ -164829,8 +164992,8 @@ self: {
}:
mkDerivation {
pname = "potoki-cereal";
version = "0.3.1";
sha256 = "1y6sgfafhnbgaifspli90ww4aj4r69vhkgl9v1jvspgrk67nzssj";
version = "0.3.2";
sha256 = "1fq36ahdrr16mxas2xh4qiwcagy61z2zfvc68p7r5hgdf36yz4d9";
libraryHaskellDepends = [
acquire attoparsec base base-prelude bytestring cereal potoki-core
profunctors text
@ -164846,24 +165009,25 @@ self: {
"potoki-core" = callPackage
({ mkDerivation, acquire, attoparsec, base, bytestring, criterion
, deepseq, directory, foldl, hashable, ilist, primitive
, profunctors, ptr, QuickCheck, quickcheck-instances, random
, rerebase, scanner, split, stm, tasty, tasty-hunit
, deepseq, deferred-folds, directory, foldl, hashable, ilist
, primitive, profunctors, ptr, QuickCheck, quickcheck-instances
, random, rerebase, scanner, split, stm, tasty, tasty-hunit
, tasty-quickcheck, text, text-builder, time, transformers
, unordered-containers, vector
}:
mkDerivation {
pname = "potoki-core";
version = "2.3.2";
sha256 = "1438wvf81zx208l1sqxcly4rvvgw14vwhlmrh4zbkkn7pgxqlnky";
version = "2.3.3";
sha256 = "1f6rr75h4cqgy1qjh5qplcq1qz2pwc11mi4k61z691clz5yfmbm0";
libraryHaskellDepends = [
acquire attoparsec base bytestring deepseq directory foldl hashable
primitive profunctors ptr scanner stm text text-builder time
transformers unordered-containers vector
acquire attoparsec base bytestring deepseq deferred-folds directory
foldl hashable primitive profunctors ptr scanner stm text
text-builder time transformers unordered-containers vector
];
testHaskellDepends = [
acquire attoparsec foldl ilist QuickCheck quickcheck-instances
random rerebase split tasty tasty-hunit tasty-quickcheck
acquire attoparsec deferred-folds foldl ilist QuickCheck
quickcheck-instances random rerebase split tasty tasty-hunit
tasty-quickcheck
];
benchmarkHaskellDepends = [ criterion rerebase ];
description = "Low-level components of \"potoki\"";
@ -169766,8 +169930,8 @@ self: {
}:
mkDerivation {
pname = "qr-imager";
version = "2.0.0.1";
sha256 = "0n3f5zhyp0pvrb4ixvrvzs9af2x1mjprlnyjbhhldb3rc64jl7yd";
version = "2.0.0.2";
sha256 = "18fhvvnmd7nv9ls5jy4ng807q01m2dr4m0znjav57v9mc37vspqk";
libraryHaskellDepends = [
base binary bytestring cryptonite directory haskell-qrencode
jose-jwt JuicyPixels microlens process split vector
@ -170367,8 +170531,8 @@ self: {
}:
mkDerivation {
pname = "quickcheck-classes";
version = "0.4.14.3";
sha256 = "1vzn20bci14hlkbdrgjqzb16yyqg332rb1aspsdh19grj0cvr4l8";
version = "0.5.0.0";
sha256 = "1jg4wkysz2hdfkl9ah9lyvasnr01dvp3lfzzn1cin2ac6b1inj6v";
libraryHaskellDepends = [
aeson base bifunctors containers primitive QuickCheck semigroupoids
semigroups semirings tagged transformers
@ -171934,6 +172098,8 @@ self: {
pname = "range-set-list";
version = "0.1.3";
sha256 = "1pwnriv5r093qvqzzg9s868613nf92d3h8qmqaqc5qq95hykj6z5";
revision = "1";
editedCabalFile = "00ddj7if8lcrqf5c882m4slm15sdwcghz7d2fz222c7jcw1ahvdr";
libraryHaskellDepends = [ base containers deepseq hashable ];
testHaskellDepends = [
base containers deepseq hashable tasty tasty-quickcheck
@ -177755,19 +177921,17 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"rhine_0_4_0_4" = callPackage
({ mkDerivation, base, containers, dunai, free, time, transformers
"rhine_0_5_0_0" = callPackage
({ mkDerivation, base, containers, deepseq, dunai, free, time
, transformers, vector-sized
}:
mkDerivation {
pname = "rhine";
version = "0.4.0.4";
sha256 = "00s2rsj3h7wamlrh2p7a600pwqlrrishxy2q2f6av0pzyc8dkc89";
isLibrary = true;
isExecutable = true;
version = "0.5.0.0";
sha256 = "0cc4f51h9plgd790ix1skja3k06dzc55rqhv17521vb9cw0k2lzy";
libraryHaskellDepends = [
base containers dunai free time transformers
base containers deepseq dunai free time transformers vector-sized
];
executableHaskellDepends = [ base ];
description = "Functional Reactive Programming with type-level clocks";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
@ -187048,8 +187212,8 @@ self: {
}:
mkDerivation {
pname = "shake-ats";
version = "1.9.0.5";
sha256 = "1j417h6nkwkjgprcaf59lilv6d151qhc8ibzd0jimkx08pv414rz";
version = "1.10.0.1";
sha256 = "1p95r4ksfrb4hs9v75iq9iz565qz43k3cw63sz32nphqn204dbxz";
libraryHaskellDepends = [
base binary dependency directory hs2ats language-ats microlens
shake shake-c shake-cabal shake-ext text
@ -187313,7 +187477,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ psibi ];
}) {};
"shakespeare_2_0_17" = callPackage
"shakespeare_2_0_18" = callPackage
({ mkDerivation, aeson, base, blaze-html, blaze-markup, bytestring
, containers, directory, exceptions, ghc-prim, hspec, HUnit, parsec
, process, scientific, template-haskell, text, time, transformers
@ -187321,8 +187485,8 @@ self: {
}:
mkDerivation {
pname = "shakespeare";
version = "2.0.17";
sha256 = "1j6habv4glf8bvxiil9f59b553lfsi7mr7i30r63sy3g85qi09jg";
version = "2.0.18";
sha256 = "1ny9j1p12c134q5y7k2lg8qgf8sqa328vrb8md9ib44w3xwy6wjr";
libraryHaskellDepends = [
aeson base blaze-html blaze-markup bytestring containers directory
exceptions ghc-prim parsec process scientific template-haskell text
@ -194181,6 +194345,8 @@ self: {
pname = "splitmix";
version = "0.0.1";
sha256 = "0bvpx3hnyhz449s2c2mi5h78024yysnqldfwp7m0qr21m41q0v1a";
revision = "1";
editedCabalFile = "0c38sajdpqcmicdh4lfy6vpg8wnzpiyamvbximdsqs605frs3mqs";
libraryHaskellDepends = [ base deepseq random time ];
testHaskellDepends = [
async base base-compat-batteries bytestring deepseq process random
@ -197510,15 +197676,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"stratosphere_0_25_0" = callPackage
"stratosphere_0_26_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
version = "0.25.0";
sha256 = "0blrdrqhjh3cfddx8y3ra3vzicrcp8zin8fxnjk8hpz546d3a5a4";
version = "0.26.0";
sha256 = "126fhymf1n96z40lima2kyh2sm68v63f1b7agmdpp6ihjd96xy0i";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -203040,6 +203206,8 @@ self: {
pname = "tasty-expected-failure";
version = "0.11.1.1";
sha256 = "1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji";
revision = "1";
editedCabalFile = "1b3fn7d3zwhhwm3gp8cmmsdcrvn9dhshd665xrx1mk6cmy4m8k16";
libraryHaskellDepends = [ base tagged tasty ];
description = "Mark tasty tests as failure expected";
license = stdenv.lib.licenses.mit;
@ -203109,8 +203277,8 @@ self: {
pname = "tasty-hedgehog";
version = "0.2.0.0";
sha256 = "10m1akbiblnjq9ljk469725k30b254d36d267rk51z2f171py42s";
revision = "4";
editedCabalFile = "04d7lhn0dlqna0pqz7wxmz2y6vq7qar2m2g432z38cvm5na9w4y0";
revision = "5";
editedCabalFile = "1ykmjb00whqq1hap4l8d4187qflxi6xdnm86czxrzmz4l3lj33gr";
libraryHaskellDepends = [ base hedgehog tagged tasty ];
testHaskellDepends = [
base hedgehog tasty tasty-expected-failure
@ -205463,6 +205631,8 @@ self: {
pname = "texmath";
version = "0.11.1";
sha256 = "169jp9y6azpkkcbx0h03kbjg7f58wsk7bs18dn3h9m3sia6bnw99";
revision = "1";
editedCabalFile = "0szpd2kbwb9yqial0q583czy21dnkgyrhizmi7hp38kkhqp7vr9y";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -206345,10 +206515,8 @@ self: {
}:
mkDerivation {
pname = "text1";
version = "0.0.6";
sha256 = "105y6dbmc3bdbh02v5m6bjsm932d68i262csii1n8kls6rggnfy2";
revision = "1";
editedCabalFile = "0qlgv9aabmj7lky55ah8qq7x2w0w6j3m1kykq8iy2d3ymss2jasw";
version = "0.0.6.1";
sha256 = "10kzl1gwi08pxzs8flr5bhfcwqgcl0jz9cadw3hqmbmynpij95ij";
libraryHaskellDepends = [ base binary lens semigroups text ];
testHaskellDepends = [
base HUnit lens QuickCheck semigroups text
@ -207692,6 +207860,8 @@ self: {
pname = "thumbnail-plus";
version = "1.0.5";
sha256 = "0320yfgnsazl7bxm9zf077mi4dgfmlcfnzy1qpdl9w3jl5i7z441";
revision = "1";
editedCabalFile = "0ghmlvcwy8klfq2f0brsg0zyqd0rbclfb990b50clmd2dsmx83wl";
libraryHaskellDepends = [
base bytestring conduit conduit-extra data-default directory either
gd imagesize-conduit resourcet temporary transformers
@ -217399,6 +217569,8 @@ self: {
pname = "validate-input";
version = "0.4.0.0";
sha256 = "1yd187xa762b6zwjsyh3qp11sn3cnwh8g5imp0izk7a22x5y5yi0";
revision = "1";
editedCabalFile = "0qfwr05111adjfy6j0cbhrzyxgl3ngfpm0irf1hcgmfxnb8psqli";
libraryHaskellDepends = [
base bytestring either mtl pcre-heavy semigroups string-conversions
text
@ -222797,6 +222969,41 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"websockets_0_12_5_2" = callPackage
({ mkDerivation, attoparsec, base, base64-bytestring, binary
, bytestring, bytestring-builder, case-insensitive, containers
, criterion, entropy, HUnit, network, QuickCheck, random, SHA
, streaming-commons, test-framework, test-framework-hunit
, test-framework-quickcheck2, text
}:
mkDerivation {
pname = "websockets";
version = "0.12.5.2";
sha256 = "0wacifjbskkfv6xq1sbmc8p60wn767xcjhz8hn8hyijxrrmjabci";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
attoparsec base base64-bytestring binary bytestring
bytestring-builder case-insensitive containers entropy network
random SHA streaming-commons text
];
testHaskellDepends = [
attoparsec base base64-bytestring binary bytestring
bytestring-builder case-insensitive containers entropy HUnit
network QuickCheck random SHA streaming-commons test-framework
test-framework-hunit test-framework-quickcheck2 text
];
benchmarkHaskellDepends = [
attoparsec base base64-bytestring binary bytestring
bytestring-builder case-insensitive containers criterion entropy
network random SHA text
];
doCheck = false;
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"websockets-rpc" = callPackage
({ mkDerivation, aeson, async, base, bytestring, containers
, exceptions, hashable, monad-control, mtl, QuickCheck
@ -226976,6 +227183,8 @@ self: {
pname = "xmonad-volume";
version = "0.1.0.1";
sha256 = "0lv1009d8w2xyx98c6g65z4mxp31jz79lqayvdw26a02kq63cild";
revision = "1";
editedCabalFile = "0wj87ijsfdzibx0k6m1pq2m47gkaddbdy282hcqiishfibkqrig5";
libraryHaskellDepends = [
alsa-mixer base composition-prelude containers X11
];