3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.3.1-4-gaa50929-dirty from Hackage revision
da393a1dae.
This commit is contained in:
Peter Simons 2017-07-05 03:01:17 +02:00
parent 1f779011e9
commit ab8af93b26

View file

@ -5462,6 +5462,23 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"FontyFruity_0_5_3_3" = callPackage
({ mkDerivation, base, binary, bytestring, containers, deepseq
, directory, filepath, text, vector, xml
}:
mkDerivation {
pname = "FontyFruity";
version = "0.5.3.3";
sha256 = "0p02w0v93y11f7rzsc1im2rvld6h0pgrhmd827ypzamibry6xl5h";
libraryHaskellDepends = [
base binary bytestring containers deepseq directory filepath text
vector xml
];
description = "A true type file format loader";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ForSyDe" = callPackage "ForSyDe" = callPackage
({ mkDerivation, array, base, containers, directory, filepath, mtl ({ mkDerivation, array, base, containers, directory, filepath, mtl
, old-time, parameterized-data, pretty, process, random , old-time, parameterized-data, pretty, process, random
@ -37571,8 +37588,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "cabal-debian"; pname = "cabal-debian";
version = "4.35.6"; version = "4.35.9";
sha256 = "1pp4wyii4gb585nvy8zzylpaxbmhxw6r0v28qdsm825kqldhvy4f"; sha256 = "1d7xd9v8gc0ahyx557470dw01s3zs6vz594a4hy95bgx5d45s357";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -42405,12 +42422,16 @@ self: {
}) {}; }) {};
"clash-multisignal" = callPackage "clash-multisignal" = callPackage
({ mkDerivation, base, clash-prelude, QuickCheck }: ({ mkDerivation, base, clash-prelude, deepseq
, ghc-typelits-knownnat, QuickCheck
}:
mkDerivation { mkDerivation {
pname = "clash-multisignal"; pname = "clash-multisignal";
version = "0.1.0.0"; version = "0.2.0.0";
sha256 = "0hb9pxggdw8sg5g4227sghf366b2psl7l83c9mcy5dcxlng3znl4"; sha256 = "0jqlz3h226ql641z4kzwf921f5sb0zf9zh2c9gli4bbw7csn93nd";
libraryHaskellDepends = [ base clash-prelude QuickCheck ]; libraryHaskellDepends = [
base clash-prelude deepseq ghc-typelits-knownnat QuickCheck
];
homepage = "https://github.com/ra1u/clash-multisignal"; homepage = "https://github.com/ra1u/clash-multisignal";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -51835,8 +51856,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "data-basic"; pname = "data-basic";
version = "0.2.0.1"; version = "0.2.0.3";
sha256 = "16j5jvry7hfgnyz4bsi1a2kja7q7a0sfafswa942pqby6dzcgxz1"; sha256 = "0xmc9cj22nw90c4l9ava7da14d2y3pvip81admgjx8cqgz93255k";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base binary bytestring cases containers hssqlppp lens aeson base binary bytestring cases containers hssqlppp lens
lens-aeson mtl overload postgresql-simple simple-effects lens-aeson mtl overload postgresql-simple simple-effects
@ -52225,8 +52246,8 @@ self: {
({ mkDerivation, base, containers, ghc-prim, hspec, lens, tagged }: ({ mkDerivation, base, containers, ghc-prim, hspec, lens, tagged }:
mkDerivation { mkDerivation {
pname = "data-diverse"; pname = "data-diverse";
version = "0.4.0.0"; version = "0.5.0.0";
sha256 = "0jqyn4jwdvzijqwrb5j0052h95vxdwgixfb5a7cgwa574yipks09"; sha256 = "0cr67dpfbzayw2hhg8zf4yqwgbkjn5dislh7r96fjz1mkif6m0zz";
libraryHaskellDepends = [ base containers ghc-prim lens tagged ]; libraryHaskellDepends = [ base containers ghc-prim lens tagged ];
testHaskellDepends = [ base hspec lens tagged ]; testHaskellDepends = [ base hspec lens tagged ];
homepage = "https://github.com/louispan/data-diverse#readme"; homepage = "https://github.com/louispan/data-diverse#readme";
@ -58514,6 +58535,24 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"dlist_0_8_0_3" = callPackage
({ mkDerivation, base, Cabal, deepseq, QuickCheck
, quickcheck-instances
}:
mkDerivation {
pname = "dlist";
version = "0.8.0.3";
sha256 = "0brgai4vs7xz29p06kd6gzg5bpa8iy3k7yzgcc44izspd74q4rw7";
libraryHaskellDepends = [ base deepseq ];
testHaskellDepends = [
base Cabal QuickCheck quickcheck-instances
];
homepage = "https://github.com/spl/dlist";
description = "Difference lists";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dlist-instances" = callPackage "dlist-instances" = callPackage
({ mkDerivation, base, dlist, semigroups }: ({ mkDerivation, base, dlist, semigroups }:
mkDerivation { mkDerivation {
@ -64534,8 +64573,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "eventloop"; pname = "eventloop";
version = "0.8.2.4"; version = "0.8.2.5";
sha256 = "01zzvd751bxy1mbfimqxn5ck172cc54lp7ch7p0yxln9ss2ngzj2"; sha256 = "0vl9kc0grhp72rlx922khvf5833qshyx4danismf8n5r3i9f7qr0";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson base bytestring concurrent-utilities deepseq network stm aeson base bytestring concurrent-utilities deepseq network stm
suspend text timers websockets suspend text timers websockets
@ -66128,13 +66167,13 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "fast-tagsoup"; pname = "fast-tagsoup";
version = "1.0.13"; version = "1.0.14";
sha256 = "11h9d9a3wk87vw1xwc309cxhind1xbwhbvrqx6648dxf3nj5h1i5"; sha256 = "08vxz22iilai542h4g5c8xdawib9b0r7jlfmiga8ys7aq7nvgcsj";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring containers tagsoup text text-icu base bytestring containers tagsoup text text-icu
]; ];
homepage = "https://github.com/vshabanov/fast-tagsoup"; homepage = "https://github.com/vshabanov/fast-tagsoup";
description = "Fast parser for tagsoup package"; description = "Fast parsing and extracting information from (possibly malformed) HTML/XML documents";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
@ -69017,8 +69056,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "fltkhs"; pname = "fltkhs";
version = "0.5.3.3"; version = "0.5.3.4";
sha256 = "0rl6zwamkwdjnlmn2rr0mh16idci5xqgr70qsvqarj34h1ax2idb"; sha256 = "066czbpbjk893q3npghmz94w9pqd0k89p8xxrmgd4g8gqqr1fii6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
setupHaskellDepends = [ base Cabal directory filepath ]; setupHaskellDepends = [ base Cabal directory filepath ];
@ -92963,6 +93002,8 @@ self: {
pname = "heap"; pname = "heap";
version = "1.0.3"; version = "1.0.3";
sha256 = "00plmd5b8dlgb8324h1dbd168apfcx3hkv65rhi463a8lff7xmcv"; sha256 = "00plmd5b8dlgb8324h1dbd168apfcx3hkv65rhi463a8lff7xmcv";
revision = "1";
editedCabalFile = "0j1f0xl3y2vqiyh3m9w5vssxyi62s6qic3zmpkm429vawyh4yad5";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
testHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base QuickCheck ];
description = "Heaps in Haskell"; description = "Heaps in Haskell";
@ -97567,8 +97608,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hnormalise"; pname = "hnormalise";
version = "0.4.1.1"; version = "0.4.2.0";
sha256 = "0q25mds552c87f2xs7s82b749drg3r41qswy0k8jmyz5dsc9wcir"; sha256 = "1h38qr8d8dbn81bghh3imb7jink6b06wadbpyg4axfr39s21xvkg";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -119093,8 +119134,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ldap-client"; pname = "ldap-client";
version = "0.1.0"; version = "0.2.0";
sha256 = "18c33jfgwa7vdickxshyhmrqdpndy7ayjd3z0zqkjqa7awd0zcf4"; sha256 = "0vs6n3q9svwhcp6853ipxmw1anmy8qfy3xajjsf7h4pjnqzy7g88";
libraryHaskellDepends = [ libraryHaskellDepends = [
asn1-encoding asn1-types async base bytestring connection asn1-encoding asn1-types async base bytestring connection
containers network semigroups stm text containers network semigroups stm text
@ -125511,21 +125552,21 @@ self: {
}) {}; }) {};
"madlang" = callPackage "madlang" = callPackage
({ mkDerivation, ansi-wl-pprint, base, composition, containers ({ mkDerivation, ansi-wl-pprint, base, composition
, criterion, directory, file-embed, hspec, hspec-megaparsec , composition-extra, containers, criterion, directory, file-embed
, megaparsec, microlens, MonadRandom, mtl, optparse-applicative , hspec, hspec-megaparsec, megaparsec, microlens, MonadRandom, mtl
, random-shuffle, template-haskell, text , optparse-applicative, random-shuffle, template-haskell, text
}: }:
mkDerivation { mkDerivation {
pname = "madlang"; pname = "madlang";
version = "2.3.1.1"; version = "2.3.2.0";
sha256 = "1ybbf281kpmdwggjvmhpilip0pficsqqg1m1nizgwwlgg76kwnj3"; sha256 = "0cg38m9ji0l8kv3sqqhwbvn57all0h9652acjdhhcg3n98hxpam6";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
ansi-wl-pprint base composition containers directory file-embed ansi-wl-pprint base composition composition-extra containers
megaparsec microlens MonadRandom mtl optparse-applicative directory file-embed megaparsec microlens MonadRandom mtl
random-shuffle template-haskell text optparse-applicative random-shuffle template-haskell text
]; ];
executableHaskellDepends = [ base ]; executableHaskellDepends = [ base ];
testHaskellDepends = [ testHaskellDepends = [
@ -127792,7 +127833,7 @@ self: {
hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ]; hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ];
}) {}; }) {};
"mediabus_0_4_0_0" = callPackage "mediabus_0_4_0_1" = callPackage
({ mkDerivation, array, async, base, binary, bytestring, cereal ({ mkDerivation, array, async, base, binary, bytestring, cereal
, conduit, conduit-combinators, conduit-extra, containers , conduit, conduit-combinators, conduit-extra, containers
, data-default, deepseq, hspec, lens, lifted-async, monad-control , data-default, deepseq, hspec, lens, lifted-async, monad-control
@ -127803,8 +127844,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mediabus"; pname = "mediabus";
version = "0.4.0.0"; version = "0.4.0.1";
sha256 = "00aps3hlml830ws4czpabzndwh2dvmyih1hy6k841zj7kzpvmg73"; sha256 = "0f0ip2l87a7divqp580iziskx3fkvv6f6vny42vz7v4p77i05p20";
libraryHaskellDepends = [ libraryHaskellDepends = [
array async base bytestring cereal conduit conduit-combinators array async base bytestring cereal conduit conduit-combinators
conduit-extra containers data-default deepseq lens lifted-async conduit-extra containers data-default deepseq lens lifted-async
@ -127818,7 +127859,7 @@ self: {
monad-control mtl QuickCheck singletons spool stm tagged monad-control mtl QuickCheck singletons spool stm tagged
template-haskell text time transformers type-spec vector template-haskell text time transformers type-spec vector
]; ];
homepage = "https://github.com/lindenbaum/mediabus"; homepage = "https://github.com/sheyll/mediabus";
description = "Multimedia streaming on top of Conduit"; description = "Multimedia streaming on top of Conduit";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -127892,7 +127933,7 @@ self: {
hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ]; hydraPlatforms = [ "x86_64-darwin" "x86_64-linux" ];
}) {}; }) {};
"mediabus-rtp_0_4_0_0" = callPackage "mediabus-rtp_0_4_0_1" = callPackage
({ mkDerivation, array, async, base, binary, bytestring, cereal ({ mkDerivation, array, async, base, binary, bytestring, cereal
, conduit, conduit-combinators, conduit-extra, containers , conduit, conduit-combinators, conduit-extra, containers
, data-default, deepseq, hspec, lens, lifted-async, mediabus , data-default, deepseq, hspec, lens, lifted-async, mediabus
@ -127903,8 +127944,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mediabus-rtp"; pname = "mediabus-rtp";
version = "0.4.0.0"; version = "0.4.0.1";
sha256 = "0b8nhyb072nqcikq40la226da30vg343cjmp4qjpsr714i2sd3rk"; sha256 = "1yfy8aak1z9bbwy676qyfxa7hmk1n94f3dn1x070hvpbvgpgmijb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -127925,7 +127966,7 @@ self: {
monad-control monad-logger mtl QuickCheck singletons spool stm monad-control monad-logger mtl QuickCheck singletons spool stm
tagged template-haskell text time transformers type-spec vector tagged template-haskell text time transformers type-spec vector
]; ];
homepage = "https://github.com/lindenbaum/mediabus-rtp"; homepage = "https://github.com/sheyll/mediabus-rtp";
description = "Receive and Send RTP Packets"; description = "Receive and Send RTP Packets";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
@ -129958,8 +129999,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "miso"; pname = "miso";
version = "0.1.1.0"; version = "0.1.2.0";
sha256 = "16ww5nbjdkjlwsr3dapv3px12dvi9dxbmz9z62n3hfpz5c4v5864"; sha256 = "1f9gs5lmcg86gs35fsdjq7bdhxyawdfna5lp84chsxl5fqa44wjs";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -137490,8 +137531,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ngx-export"; pname = "ngx-export";
version = "0.4.0.0"; version = "0.4.1.0";
sha256 = "1cp77flxddnxiln2x1iy9f0ijrim9ai7xry87h23y8xn1zgwvyh4"; sha256 = "0vlcvvgl6sncgw03ks20b115jlznlv4f1n9fnzwzignws09hyf6y";
libraryHaskellDepends = [ libraryHaskellDepends = [
async base binary bytestring template-haskell unix async base binary bytestring template-haskell unix
]; ];
@ -139951,6 +139992,18 @@ self: {
license = "GPL"; license = "GPL";
}) {}; }) {};
"onpartitions" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "onpartitions";
version = "0.1.0.0";
sha256 = "0iy4hpibiz6v93kz8jv5phb96sh6ygcdakf9vqss5d5622s5pgf1";
libraryHaskellDepends = [ base ];
homepage = "https://github.com/paolino/onpartitions";
description = "partition lenses";
license = stdenv.lib.licenses.bsd3;
}) {};
"onu-course" = callPackage "onu-course" = callPackage
({ mkDerivation, base, smallcheck }: ({ mkDerivation, base, smallcheck }:
mkDerivation { mkDerivation {
@ -144667,8 +144720,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "pcgen"; pname = "pcgen";
version = "1.0.0"; version = "2.0.1";
sha256 = "1nh05bf7xd0l9jrjzvvmng64q5wc6j7iz856g8z3d20mcv2q1lza"; sha256 = "15116krysjvp3if7rdqcfjgqappfybjzwmgrkd5v5x8w62izhnla";
libraryHaskellDepends = [ base random ]; libraryHaskellDepends = [ base random ];
testHaskellDepends = [ base hspec QuickCheck random ]; testHaskellDepends = [ base hspec QuickCheck random ];
benchmarkHaskellDepends = [ base criterion deepseq random ]; benchmarkHaskellDepends = [ base criterion deepseq random ];
@ -146154,8 +146207,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "pg-store"; pname = "pg-store";
version = "0.4.2"; version = "0.4.3";
sha256 = "1i1ma0m7qmn2v2qswv5kj1rbbfscqirkcvyr5nf07czbghwpx1v6"; sha256 = "1qqy79yqhwjw094p8i4qanmjwlvym7lndnqiw10mgp0xn63rznid";
libraryHaskellDepends = [ libraryHaskellDepends = [
aeson attoparsec base blaze-builder bytestring hashable aeson attoparsec base blaze-builder bytestring hashable
haskell-src-meta mtl postgresql-libpq scientific tagged haskell-src-meta mtl postgresql-libpq scientific tagged
@ -152683,8 +152736,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "propellor"; pname = "propellor";
version = "4.0.6"; version = "4.3.0";
sha256 = "0w8n7l4ws3awccqf6g12bk09l10s4scmdvr5vkxhhpm5cmawd0fq"; sha256 = "1walyz9x0rxa9n77kr0w7gpm2vnydxq70ii782ygzy0izymhnx39";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -153017,6 +153070,24 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"protocol-buffers_2_4_2" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers
, directory, filepath, mtl, parsec, syb, utf8-string
}:
mkDerivation {
pname = "protocol-buffers";
version = "2.4.2";
sha256 = "13z1sh8z5b3nlscqnzw137k3979d4war3yzhxclljqq2z88rm1bv";
libraryHaskellDepends = [
array base binary bytestring containers directory filepath mtl
parsec syb utf8-string
];
homepage = "https://github.com/k-bx/protocol-buffers";
description = "Parse Google Protocol Buffer specifications";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"protocol-buffers-descriptor" = callPackage "protocol-buffers-descriptor" = callPackage
({ mkDerivation, base, bytestring, containers, protocol-buffers }: ({ mkDerivation, base, bytestring, containers, protocol-buffers }:
mkDerivation { mkDerivation {
@ -163902,6 +163973,22 @@ self: {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
"safe-exceptions_0_1_6_0" = callPackage
({ mkDerivation, base, deepseq, exceptions, hspec, transformers
, void
}:
mkDerivation {
pname = "safe-exceptions";
version = "0.1.6.0";
sha256 = "074dy2f9fbhnh59clpz8c1ljplm1wwqjj7r3i4nv0rcl0khprm3i";
libraryHaskellDepends = [ base deepseq exceptions transformers ];
testHaskellDepends = [ base hspec void ];
homepage = "https://github.com/fpco/safe-exceptions#readme";
description = "Safe, consistent, and easy exception handling";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"safe-exceptions-checked" = callPackage "safe-exceptions-checked" = callPackage
({ mkDerivation, base, deepseq, hspec, safe-exceptions ({ mkDerivation, base, deepseq, hspec, safe-exceptions
, transformers , transformers
@ -163910,8 +163997,8 @@ self: {
pname = "safe-exceptions-checked"; pname = "safe-exceptions-checked";
version = "0.1.0"; version = "0.1.0";
sha256 = "0gyaq2pf87dqn0l6n3mi0qamf99y3zj5xxh513c0iqwdh8mma1yq"; sha256 = "0gyaq2pf87dqn0l6n3mi0qamf99y3zj5xxh513c0iqwdh8mma1yq";
revision = "1"; revision = "2";
editedCabalFile = "1nnnljp0l70zafgfl09kskf965p993plmk52pv2wqhjj94xdnwzb"; editedCabalFile = "18fwk5yr8zm4y215vbsl149jkn9pxyv3m8mgq3979pvs1c4kqivz";
libraryHaskellDepends = [ libraryHaskellDepends = [
base deepseq safe-exceptions transformers base deepseq safe-exceptions transformers
]; ];
@ -171779,6 +171866,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none; hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"simple-logging" = callPackage
({ mkDerivation, aeson, base, bytestring, exceptions, iso8601-time
, lens, mtl, simple-effects, string-conv, text, time, vector
}:
mkDerivation {
pname = "simple-logging";
version = "0.2.0.1";
sha256 = "1x0vclb2an4mbwxqk44z0rpw1ai0pq2kc9ak0chyzijbk1vivwmx";
libraryHaskellDepends = [
aeson base bytestring exceptions iso8601-time lens mtl
simple-effects string-conv text time vector
];
testHaskellDepends = [ base simple-effects ];
homepage = "https://gitlab.com/haskell-hr/logging";
description = "Logging effect to plug into the simple-effects framework";
license = stdenv.lib.licenses.mit;
}) {};
"simple-money" = callPackage "simple-money" = callPackage
({ mkDerivation, base, containers }: ({ mkDerivation, base, containers }:
mkDerivation { mkDerivation {
@ -172447,9 +172552,11 @@ self: {
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
pname = "singnal"; pname = "singnal";
version = "0.1.0.0"; version = "0.1.1.0";
sha256 = "099akvb0j6a7hh4g5pm8i8hy8pmsc6i33jg957zsbnbh72s0ck3d"; sha256 = "16f0grf63wgkaab64mmqhxwwk50pzzy354i3v23lzw7s5x0bk8sj";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
homepage = "https://github.com/zaoqi/Signal.hs";
description = "Singnal";
license = stdenv.lib.licenses.agpl3; license = stdenv.lib.licenses.agpl3;
}) {}; }) {};
@ -179953,21 +180060,20 @@ self: {
}) {}; }) {};
"streaming-concurrency" = callPackage "streaming-concurrency" = callPackage
({ mkDerivation, base, bytestring, exceptions, hspec, lifted-async ({ mkDerivation, base, exceptions, hspec, lifted-async
, monad-control, QuickCheck, quickcheck-instances, stm, streaming , monad-control, QuickCheck, quickcheck-instances, stm, streaming
, streaming-bytestring, streaming-with, transformers-base , streaming-with, transformers-base
}: }:
mkDerivation { mkDerivation {
pname = "streaming-concurrency"; pname = "streaming-concurrency";
version = "0.1.0.0"; version = "0.3.0.0";
sha256 = "1g2p928mvkwwdy0xbm8c6ph2cdqswj1gpi0zq6ln1bl4f3xd98rz"; sha256 = "1dnlnm57rlk900n148xnfihx917rc9lggx6fdzhf7cjbi1n2ibn2";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring exceptions lifted-async monad-control stm streaming base exceptions lifted-async monad-control stm streaming
streaming-bytestring streaming-with transformers-base streaming-with transformers-base
]; ];
testHaskellDepends = [ testHaskellDepends = [
base bytestring hspec QuickCheck quickcheck-instances streaming base hspec QuickCheck quickcheck-instances streaming
streaming-bytestring
]; ];
description = "Concurrency support for the streaming ecosystem"; description = "Concurrency support for the streaming ecosystem";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
@ -185136,16 +185242,16 @@ self: {
}) {}; }) {};
"teardown" = callPackage "teardown" = callPackage
({ mkDerivation, ansi-wl-pprint, base, criterion, doctest, Glob ({ mkDerivation, ansi-wl-pprint, base, criterion, deepseq, doctest
, protolude, QuickCheck, tasty, tasty-hspec, tasty-hunit , Glob, protolude, QuickCheck, tasty, tasty-hspec, tasty-hunit
, tasty-rerun, tasty-smallcheck, text, time , tasty-rerun, tasty-smallcheck, text, time
}: }:
mkDerivation { mkDerivation {
pname = "teardown"; pname = "teardown";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "0sg113khwlb56x0rgb47lm0hf0cfsr9wc31w98nav9zcw5gndm33"; sha256 = "0jxhr73dq4gvbzrwhbqsrwg1v8qa2mj1nfygb44kj60diwa4cwj2";
libraryHaskellDepends = [ libraryHaskellDepends = [
ansi-wl-pprint base protolude text time ansi-wl-pprint base deepseq protolude text time
]; ];
testHaskellDepends = [ testHaskellDepends = [
base doctest Glob protolude QuickCheck tasty tasty-hspec base doctest Glob protolude QuickCheck tasty tasty-hspec
@ -188788,19 +188894,16 @@ self: {
}) {}; }) {};
"throwable-exceptions" = callPackage "throwable-exceptions" = callPackage
({ mkDerivation, base, doctest, either, safe-exceptions, tasty ({ mkDerivation, base, doctest, either, safe-exceptions, silently
, tasty-discover, tasty-hunit, template-haskell, text , tasty, tasty-discover, tasty-hunit, template-haskell, text
}: }:
mkDerivation { mkDerivation {
pname = "throwable-exceptions"; pname = "throwable-exceptions";
version = "0.1.0.7"; version = "0.1.0.8";
sha256 = "1afxzk9xvxlvi13ysda9gcv6zzr7njcvi5p15lbn9bg68nrwqazj"; sha256 = "0d8dxrd922rxnn417yn2ij71v6vb9c5i37qvcmdixfh773p9sm8r";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base safe-exceptions template-haskell ]; libraryHaskellDepends = [ base safe-exceptions template-haskell ];
executableHaskellDepends = [ base safe-exceptions ];
testHaskellDepends = [ testHaskellDepends = [
base doctest either safe-exceptions tasty tasty-discover base doctest either safe-exceptions silently tasty tasty-discover
tasty-hunit text tasty-hunit text
]; ];
homepage = "https://github.com/aiya000/hs-throwable-exceptions#README.md"; homepage = "https://github.com/aiya000/hs-throwable-exceptions#README.md";
@ -192797,14 +192900,13 @@ self: {
"tweet-hs" = callPackage "tweet-hs" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, authenticate-oauth, base ({ mkDerivation, aeson, ansi-wl-pprint, authenticate-oauth, base
, bytestring, composition, containers, criterion, data-default , bytestring, composition, containers, criterion, data-default
, directory, extra, hspec, hspec-megaparsec, http-client , directory, extra, hspec, http-client, http-client-tls, http-types
, http-client-tls, http-types, lens, megaparsec , lens, megaparsec, optparse-applicative, split, text
, optparse-applicative, split, text
}: }:
mkDerivation { mkDerivation {
pname = "tweet-hs"; pname = "tweet-hs";
version = "0.6.0.1"; version = "0.6.1.2";
sha256 = "1rd1isvbia2cvxbfxx6sxk8vz3vjckpwa7ci0sgpbmb6qcm0ddyr"; sha256 = "17nvm7xnb5gvmq977bz812gd6s3dfvvkxd2zwcdayczdmnz06gyz";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -192813,10 +192915,8 @@ self: {
http-types lens megaparsec optparse-applicative split text http-types lens megaparsec optparse-applicative split text
]; ];
executableHaskellDepends = [ base ]; executableHaskellDepends = [ base ];
testHaskellDepends = [ testHaskellDepends = [ base bytestring hspec ];
base bytestring hspec hspec-megaparsec megaparsec benchmarkHaskellDepends = [ base bytestring criterion ];
];
benchmarkHaskellDepends = [ base bytestring criterion megaparsec ];
homepage = "https://github.com/vmchale/command-line-tweeter#readme"; homepage = "https://github.com/vmchale/command-line-tweeter#readme";
description = "Command-line tool for twitter"; description = "Command-line tool for twitter";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -195799,8 +195899,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "universum"; pname = "universum";
version = "0.4.3"; version = "0.5";
sha256 = "17rrikfid54z8h95qns5q7bdxadnnggv1pl2d9ilz9pz9hi7a9g6"; sha256 = "0i444yzxn4g8khjj8m2n4507qwvdvsypsb4qkylkz23214c6qax4";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring containers deepseq exceptions ghc-prim hashable base bytestring containers deepseq exceptions ghc-prim hashable
microlens microlens-mtl mtl safe stm text text-format transformers microlens microlens-mtl mtl safe stm text text-format transformers