···
pname = "DeepDarkFantasy";
3978
-
version = "0.2017.8.18";
3979
-
sha256 = "1gm86c03b06hjv83g4mmyilhcryz2gqygbcwlkg5mibvi1wixqqf";
3978
+
version = "0.2017.8.19";
3979
+
sha256 = "1hsmxb961jvlv77y3ajrd2gjfr84z2kq451fwwm4q6p28grjvj8l";
libraryHaskellDepends = [
base bimap constraints containers mtl random recursion-schemes
···
license = stdenv.lib.licenses.bsd3;
7129
+
"HDBC_2_4_0_2" = callPackage
7130
+
({ mkDerivation, base, bytestring, containers, convertible, mtl
7131
+
, old-time, text, time, utf8-string
7135
+
version = "2.4.0.2";
7136
+
sha256 = "0nnvfyivmw5pykbna953yb6z4al1ak5vsd308lpsyv2bczymf1v7";
7138
+
isExecutable = true;
7139
+
libraryHaskellDepends = [
7140
+
base bytestring containers convertible mtl old-time text time
7143
+
homepage = "https://github.com/hdbc/hdbc";
7144
+
description = "Haskell Database Connectivity";
7145
+
license = stdenv.lib.licenses.bsd3;
7146
+
hydraPlatforms = stdenv.lib.platforms.none;
"HDBC-mysql" = callPackage
({ mkDerivation, base, bytestring, Cabal, HDBC, mysqlclient
, openssl, time, utf8-string, zlib
···
pname = "HDBC-postgresql";
7172
-
version = "2.3.2.4";
7173
-
sha256 = "1zb8q44rvyykd6yfsmiqm9bl7fv1dks4383jh8z7gz1fvy18963i";
7192
+
version = "2.3.2.5";
7193
+
sha256 = "0l9i7mkdcch7f1ajl0fma7rra3dc0llmlia0iqhqb4k0gcrpy7l8";
libraryHaskellDepends = [
···
hydraPlatforms = stdenv.lib.platforms.none;
10225
+
"IPv6DB_0_2_2" = callPackage
10226
+
({ mkDerivation, aeson, attoparsec, base, bytestring, fast-logger
10227
+
, hedis, hspec, http-client, http-types, IPv6Addr, mtl
10228
+
, optparse-applicative, text, unordered-containers, vector, wai
10229
+
, wai-logger, warp
10232
+
pname = "IPv6DB";
10233
+
version = "0.2.2";
10234
+
sha256 = "117qn9h25wi0q8nnj10yj33spqizcsf0inb7n4xpbccg60x9i51k";
10235
+
isLibrary = true;
10236
+
isExecutable = true;
10237
+
libraryHaskellDepends = [
10238
+
aeson attoparsec base bytestring hedis http-types IPv6Addr mtl text
10239
+
unordered-containers vector
10241
+
executableHaskellDepends = [
10242
+
aeson base bytestring fast-logger hedis http-types IPv6Addr mtl
10243
+
optparse-applicative text unordered-containers vector wai
10246
+
testHaskellDepends = [
10247
+
aeson base hspec http-client http-types vector
10249
+
homepage = "http://ipv6db.cybervisible.com";
10250
+
description = "A RESTful Web Service for IPv6-related data";
10251
+
license = stdenv.lib.licenses.bsd3;
10252
+
hydraPlatforms = stdenv.lib.platforms.none;
({ mkDerivation, array, base, GlomeVec }:
···
license = stdenv.lib.licenses.bsd3;
10644
+
"JuicyPixels_3_2_8_3" = callPackage
10645
+
({ mkDerivation, base, binary, bytestring, containers, deepseq, mtl
10646
+
, primitive, transformers, vector, zlib
10649
+
pname = "JuicyPixels";
10650
+
version = "3.2.8.3";
10651
+
sha256 = "1g4cjldlncll6snykgm4qwkryqq66m5a3a5jrxq79nzfizvwsl4c";
10652
+
libraryHaskellDepends = [
10653
+
base binary bytestring containers deepseq mtl primitive
10654
+
transformers vector zlib
10656
+
homepage = "https://github.com/Twinside/Juicy.Pixels";
10657
+
description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)";
10658
+
license = stdenv.lib.licenses.bsd3;
10659
+
hydraPlatforms = stdenv.lib.platforms.none;
"JuicyPixels-canvas" = callPackage
({ mkDerivation, base, containers, JuicyPixels }:
···
"Villefort" = callPackage
18193
-
({ mkDerivation, base, directory, filepath, FindBin, HDBC
18194
-
, HDBC-sqlite3, mtl, process, QuickCheck, random, scotty, split
18195
-
, strict, text, time, transformers, unix
18261
+
({ mkDerivation, base, bytestring, directory, filepath, FindBin
18262
+
, HDBC, HDBC-sqlite3, mtl, process, random, scotty, split, strict
18263
+
, text, time, transformers, unix
18199
-
version = "0.1.1.4";
18200
-
sha256 = "0rdklpqa0g7fv2ah8khbgjngaxp8lfvf9i4wlmbg1755r6irhz9a";
18267
+
version = "0.1.1.5";
18268
+
sha256 = "1rp624kdrc8gx0zsxa5q68n458mdbjr0qf94s7dc7030rgvqs8l6";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
18205
-
base directory filepath FindBin HDBC HDBC-sqlite3 mtl process
18206
-
random scotty split strict text time transformers unix
18273
+
base bytestring directory filepath FindBin HDBC HDBC-sqlite3 mtl
18274
+
process random scotty split strict text time transformers unix
executableHaskellDepends = [
base HDBC HDBC-sqlite3 random scotty split text time
18211
-
testHaskellDepends = [ base HDBC HDBC-sqlite3 QuickCheck ];
18279
+
testHaskellDepends = [ base HDBC HDBC-sqlite3 ];
homepage = "https://github.com/Chrisr850/Villefort#readme";
description = "Villefort is a task manager and time tracker written in haskell";
license = stdenv.lib.licenses.bsd3;
···
pname = "aivika-distributed";
22247
-
sha256 = "02i557qians780vzi6fvffwm967j4k2p0iphvj423lk6qywyvdy5";
22315
+
sha256 = "0f1vb7948p7xn1x4ayzjpr222349bp70wsix384nhwsrksk2fiwp";
libraryHaskellDepends = [
aivika aivika-transformers base binary containers
distributed-process exceptions mtl mwc-random random stm time
···
license = stdenv.lib.licenses.bsd3;
25470
+
"ansi-terminal_0_7" = callPackage
25471
+
({ mkDerivation, base, colour }:
25473
+
pname = "ansi-terminal";
25475
+
sha256 = "1p66w12i2nr653ixdxly98q4g895a4nav8afmgq6yifm96shf89f";
25476
+
isLibrary = true;
25477
+
isExecutable = true;
25478
+
libraryHaskellDepends = [ base colour ];
25479
+
executableHaskellDepends = [ base ];
25480
+
homepage = "https://github.com/feuerbach/ansi-terminal";
25481
+
description = "Simple ANSI terminal support, with Windows compatibility";
25482
+
license = stdenv.lib.licenses.bsd3;
25483
+
hydraPlatforms = stdenv.lib.platforms.none;
"ansi-wl-pprint" = callPackage
({ mkDerivation, ansi-terminal, base }:
···
homepage = "http://www.haskell.org/arrows/";
description = "quasiquoter translating arrow notation into Haskell 98";
27265
+
hydraPlatforms = stdenv.lib.platforms.none;
27268
+
"arrowp-qq_0_2_0_1" = callPackage
27269
+
({ mkDerivation, arrows, base, containers, data-default
27270
+
, haskell-src-exts, haskell-src-exts-util, haskell-src-meta, NoHoed
27271
+
, template-haskell, transformers, uniplate
27274
+
pname = "arrowp-qq";
27275
+
version = "0.2.0.1";
27276
+
sha256 = "18m9h5v1c3w0f5f0iw2vxmdms73d4w9s1z7aa301h2c43fv0iym8";
27277
+
isLibrary = true;
27278
+
isExecutable = true;
27279
+
libraryHaskellDepends = [
27280
+
base containers data-default haskell-src-exts haskell-src-exts-util
27281
+
haskell-src-meta NoHoed template-haskell transformers uniplate
27283
+
executableHaskellDepends = [ base haskell-src-exts NoHoed ];
27284
+
testHaskellDepends = [ arrows base template-haskell ];
27285
+
homepage = "https://github.com/pepeiborra/arrowp";
27286
+
description = "A preprocessor and quasiquoter for translating arrow notation";
hydraPlatforms = stdenv.lib.platforms.none;
···
hydraPlatforms = stdenv.lib.platforms.none;
30761
+
"base-orphans_0_5_4" = callPackage
30762
+
({ mkDerivation, base, ghc-prim, hspec, QuickCheck }:
30764
+
pname = "base-orphans";
30765
+
version = "0.5.4";
30766
+
sha256 = "0qv20n4yabg7sc3rs2dd46a53c7idnd88by7n3s36dkbc21m41q4";
30767
+
libraryHaskellDepends = [ base ghc-prim ];
30768
+
testHaskellDepends = [ base hspec QuickCheck ];
30769
+
homepage = "https://github.com/haskell-compat/base-orphans#readme";
30770
+
description = "Backwards-compatible orphan instances for base";
30771
+
license = stdenv.lib.licenses.mit;
30772
+
hydraPlatforms = stdenv.lib.platforms.none;
"base-orphans" = callPackage
({ mkDerivation, base, ghc-prim, hspec, QuickCheck }:
···
license = stdenv.lib.licenses.bsd3;
36129
-
"brick_0_23" = callPackage
36250
+
"brick_0_24" = callPackage
({ mkDerivation, base, containers, contravariant, data-clist
, deepseq, dlist, microlens, microlens-mtl, microlens-th, stm
, template-haskell, text, text-zipper, transformers, vector, vty
···
36137
-
version = "0.23";
36138
-
sha256 = "1izw1gj38z6d8wnakpdqvsqx49gpgg5wm95hkbc75fvxshngxiwm";
36258
+
version = "0.24";
36259
+
sha256 = "1zlzxbbsan14n7vnhs1250zq8d504br8grni4vlzk2dp21rikasn";
libraryHaskellDepends = [
···
homepage = "https://github.com/alunduil/collection-json.hs";
description = "Collection+JSON—Hypermedia Type Tools";
license = stdenv.lib.licenses.mit;
44931
-
hydraPlatforms = stdenv.lib.platforms.none;
"collections" = callPackage
···
"colonnade" = callPackage
({ mkDerivation, base, bytestring, contravariant, doctest
44993
-
, profunctors, text, vector
45113
+
, profunctors, semigroups, text, vector
44997
-
version = "1.1.0";
44998
-
sha256 = "1z7a4c4yim89yqsb1jnhml115lfri8j1nrdq2q4km64fxgi90vp8";
45117
+
version = "1.1.1";
45118
+
sha256 = "1qivzd143lk68k6dp8flj1265x8gw9zhs76bsvmhx6kq139qldhf";
libraryHaskellDepends = [
45000
-
base bytestring contravariant profunctors text vector
45120
+
base bytestring contravariant profunctors semigroups text vector
testHaskellDepends = [ base doctest ];
homepage = "https://github.com/andrewthad/colonnade#readme";
···
license = stdenv.lib.licenses.bsd3;
50500
+
"crypto-enigma_0_0_2_9" = callPackage
50501
+
({ mkDerivation, base, containers, HUnit, MissingH, mtl, QuickCheck
50505
+
pname = "crypto-enigma";
50506
+
version = "0.0.2.9";
50507
+
sha256 = "18nc5gqsy4dsm22van6iz96lqq45f7jqik4fljczgp6n1knyig9z";
50508
+
libraryHaskellDepends = [ base containers MissingH mtl split ];
50509
+
testHaskellDepends = [ base HUnit QuickCheck ];
50510
+
homepage = "https://github.com/orome/crypto-enigma-hs";
50511
+
description = "An Enigma machine simulator with display";
50512
+
license = stdenv.lib.licenses.bsd3;
50513
+
hydraPlatforms = stdenv.lib.platforms.none;
"crypto-multihash" = callPackage
({ mkDerivation, base, base58-bytestring, bytestring, containers
, cryptonite, hspec, memory, QuickCheck, string-conversions
···
homepage = "https://github.com/kkardzis/curlhs";
description = "bindings to libcurl, the multiprotocol file transfer library";
51674
+
"currencies" = callPackage
51675
+
({ mkDerivation, base, hspec, text }:
51677
+
pname = "currencies";
51678
+
version = "0.1.1.0";
51679
+
sha256 = "07mkzn12rwlgfv7l0b507sqhl2hw56clmj6sfj0cmdyq9i75lj55";
51680
+
libraryHaskellDepends = [ base text ];
51681
+
testHaskellDepends = [ base hspec text ];
51682
+
homepage = "https://github.com/alx741/currencies#readme";
51683
+
description = "Currencies representation, pretty printing and conversion";
51684
+
license = stdenv.lib.licenses.bsd3;
···
({ mkDerivation, base, doctest }:
53208
-
version = "0.1.0.4";
53209
-
sha256 = "0nq0y7s4lciaghf0d3xcpy13na7cv3irvr07gq7k3f75lzjj4309";
53357
+
version = "0.1.0.5";
53358
+
sha256 = "05hpi0xr4bp7jigb6qa48n02widxxcn9npjh1y876mkgsdpd4x01";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest ];
53212
-
homepage = "https://github.com/chris-martin/haskell-libraries";
53361
+
homepage = "https://github.com/chris-martin/data-forest";
description = "A simple multi-way tree data structure";
license = stdenv.lib.licenses.asl20;
···
homepage = "https://github.com/barrucadu/dejafu";
description = "Systematic testing for Haskell concurrency";
license = stdenv.lib.licenses.mit;
55764
+
"dejafu_0_7_1_2" = callPackage
55765
+
({ mkDerivation, base, concurrency, containers, deepseq, exceptions
55766
+
, leancheck, mtl, random, ref-fd, semigroups, transformers
55767
+
, transformers-base
55770
+
pname = "dejafu";
55771
+
version = "0.7.1.2";
55772
+
sha256 = "07ilcx6j4y587vda3y6maqjzn00zx9lz7mlgp2c1rhikbyk5dn03";
55773
+
libraryHaskellDepends = [
55774
+
base concurrency containers deepseq exceptions leancheck mtl random
55775
+
ref-fd semigroups transformers transformers-base
55777
+
homepage = "https://github.com/barrucadu/dejafu";
55778
+
description = "Systematic testing for Haskell concurrency";
55779
+
license = stdenv.lib.licenses.mit;
55780
+
hydraPlatforms = stdenv.lib.platforms.none;
···
pname = "distributed-process";
58406
-
version = "0.6.6";
58407
-
sha256 = "1l5png3jwsqa5m63szz4x669nz6qmjiwhhh26z9wql7amdfpg0g8";
58409
-
editedCabalFile = "1rx1igg8rf0qgdnkfx2az011308winjji67bx4w8zcff9cg6cn2r";
58574
+
version = "0.7.0";
58575
+
sha256 = "1haasdwmp475crdrqz6krvwn31rq3xl8fp6ihdmq65js4hbd2w02";
libraryHaskellDepends = [
base binary bytestring containers data-accessor deepseq
distributed-static exceptions hashable mtl network-transport random
···
pname = "distributed-process-tests";
58888
-
version = "0.4.7";
58889
-
sha256 = "1c8pd7288978fjym4cw0f47xkwr0myss2pvh4mwralspyynx3rwb";
59054
+
version = "0.4.9";
59055
+
sha256 = "1vpg01klz6yq5jp5wbf4x3608yq5270r5icds3wfn83qxwwpnhd7";
libraryHaskellDepends = [
ansi-terminal base binary bytestring distributed-process
distributed-static HUnit network network-transport random rematch
···
62413
-
version = "1.0.9";
62414
-
sha256 = "04j65wxdwbyfay0a40kfx0lnzph3k32jidaqks48g2nxjxqn8gvh";
62579
+
version = "1.0.10";
62580
+
sha256 = "18108haj2gpgbn3lbsgzb1ixbycijjns1h780hllsb3nbcmqv0gw";
libraryHaskellDepends = [
aeson base ekg-core http-client lens network network-uri old-locale
text time unordered-containers vector wreq
···
license = stdenv.lib.licenses.publicDomain;
66028
+
"executor" = callPackage
66029
+
({ mkDerivation, async, base, process }:
66031
+
pname = "executor";
66032
+
version = "0.0.3";
66033
+
sha256 = "01whn23ycgm59zim6knna43p2dafh0bjwrmfwg3xq169im79n1zq";
66034
+
libraryHaskellDepends = [ async base process ];
66035
+
testHaskellDepends = [ async base process ];
66036
+
homepage = "https://github.com/GianlucaGuarini/executor";
66037
+
description = "Shell helpers";
66038
+
license = stdenv.lib.licenses.mit;
"exference" = callPackage
({ mkDerivation, base, base-orphans, bifunctors, containers
, data-pprint, deepseq, deepseq-generics, directory, either
···
({ mkDerivation, base, leancheck, speculate, template-haskell }:
66627
-
version = "0.2.1";
66628
-
sha256 = "0bb02q5pb3lx5ass9265qb25fn0g30drv0b5250njagc1gi69nrl";
66806
+
version = "0.2.2";
66807
+
sha256 = "0187ifx48dlm6grq9bkkavrwrblc5yncj4pd1lq436dwa7b0c4b5";
libraryHaskellDepends = [
base leancheck speculate template-haskell
66632
-
testHaskellDepends = [ base leancheck speculate template-haskell ];
66811
+
testHaskellDepends = [ base leancheck speculate ];
homepage = "https://github.com/rudymatela/extrapolate#readme";
description = "generalize counter-examples of test properties";
license = stdenv.lib.licenses.bsd3;
···
pname = "fizzbuzz-as-a-service";
69426
-
version = "0.1.0.0";
69427
-
sha256 = "1h7spka2igi1yz1dwl1192i4g74wlxp3m011mi6s6j35xpvll99l";
69605
+
version = "0.1.0.1";
69606
+
sha256 = "1m2pyvhdj8phj2f1zka6v1p72hzhmaigw2v0n1zwkh3k4hkq90kg";
executableHaskellDepends = [
async base bytestring network-simple optparse-applicative
69433
-
homepage = "https://github.com/chris-martin/haskell-libraries";
69612
+
homepage = "https://github.com/chris-martin/fizzbuzz-as-a-service";
description = "FizzBuzz as a service";
license = stdenv.lib.licenses.asl20;
···
license = stdenv.lib.licenses.bsd3;
70212
-
"fmt_0_4_0_0" = callPackage
70391
+
"fmt_0_5_0_0" = callPackage
({ mkDerivation, base, base16-bytestring, base64-bytestring
, bytestring, containers, criterion, deepseq, formatting, hspec
, interpolate, microlens, neat-interpolation, text, text-format
···
70220
-
version = "0.4.0.0";
70221
-
sha256 = "0ksc8nx3v26y7k25a4x0knbmy9f5c9sa7j54b6fp4xb93bcdn76h";
70399
+
version = "0.5.0.0";
70400
+
sha256 = "156iv5c5aqlc6mmc5qcnsa4plhp99n4mzmm8rspxrc84gkl1agnf";
libraryHaskellDepends = [
base base16-bytestring base64-bytestring bytestring containers
microlens text text-format time time-locale-compat
···
license = stdenv.lib.licenses.bsd3;
72426
+
"fswatch" = callPackage
72427
+
({ mkDerivation, base, directory, fsnotify, haskeline
72428
+
, optparse-applicative, process
72431
+
pname = "fswatch";
72432
+
version = "0.1.0.0";
72433
+
sha256 = "13mrpz99sky3m2wfgxqxv475q0mnlpamhak1z20ycg7wdm3k13zw";
72434
+
isLibrary = true;
72435
+
isExecutable = true;
72436
+
libraryHaskellDepends = [
72437
+
base directory fsnotify haskeline optparse-applicative process
72439
+
executableHaskellDepends = [
72440
+
base directory fsnotify haskeline optparse-applicative process
72442
+
homepage = "https://github.com/kelemzol/watch";
72443
+
description = "File System watching tool with cli and slave functionalities";
72444
+
license = stdenv.lib.licenses.bsd3;
"fswatcher" = callPackage
({ mkDerivation, base, directory, fsnotify, optparse-applicative
, process, regex-pcre-builtin, system-filepath, unix
···
73744
-
version = "0.3.0.1";
73745
-
sha256 = "0wkshjzwvlpmxbfr96l1c485rwn21zfgcngkchj2c04amq1fiqs8";
73944
+
version = "0.4.0.0";
73945
+
sha256 = "0gqw9wdz2kf0jsx42l49f16xkb6yh741sv3kzss4d5laznmyh2v2";
libraryHaskellDepends = [ base profunctors ];
testHaskellDepends = [ base hspec QuickCheck ];
benchmarkHaskellDepends = [
···
({ mkDerivation, base, cpphs, ghc, happy }:
75295
-
version = "0.1.8.0";
75296
-
sha256 = "0ljizdzrgn64s70li3yp273ib323jkpflcf305zfgia277vrskj9";
75495
+
version = "0.2.0.0";
75496
+
sha256 = "0jd02qgjs529ac0jvg59rgrjvpm541j993lyfpqr9aqwqj1n3ylp";
libraryHaskellDepends = [ base ghc ];
libraryToolDepends = [ cpphs happy ];
homepage = "https://github.com/gibiansky/IHaskell";
···
homepage = "https://github.com/haskell-gi/haskell-gi";
description = "GObject bindings";
license = stdenv.lib.licenses.lgpl21;
76495
+
}) {inherit (pkgs) glib;};
76497
+
"gi-gobject_2_0_15" = callPackage
76498
+
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
76499
+
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
76503
+
pname = "gi-gobject";
76504
+
version = "2.0.15";
76505
+
sha256 = "0h98lld62dhdbw7s0c833jw15wxajy6nmvr69604px3saf4mjrrl";
76506
+
setupHaskellDepends = [ base Cabal haskell-gi ];
76507
+
libraryHaskellDepends = [
76508
+
base bytestring containers gi-glib haskell-gi haskell-gi-base
76509
+
haskell-gi-overloading text transformers
76511
+
libraryPkgconfigDepends = [ glib ];
76512
+
doHaddock = false;
76513
+
homepage = "https://github.com/haskell-gi/haskell-gi";
76514
+
description = "GObject bindings";
76515
+
license = stdenv.lib.licenses.lgpl21;
76516
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) glib;};
···
sha256 = "0iv4n6i63f1x1808a3dvrbxyibi7jd1c8barsqbf9h1bqwazgsah";
78421
-
editedCabalFile = "1grjnv2krrncm6swf53mkvfvsd5qwrn2ixpfzwqvkrfy17bjskp9";
78643
+
editedCabalFile = "14jk02g995qpa1amkngy7vqyxjfxmmwr0585sjg2d6jw2wrzydal";
setupHaskellDepends = [ base Cabal filepath ];
···
pname = "gloss-examples";
sha256 = "0m5xyr5q6kfb2h5pfd5nj4x39nhhsnr7h8vxghvhvw1khsbh5gj1";
78662
-
editedCabalFile = "1l7hkyrl535wmw8afafsq3hj6b02zmm4skv1739h8wbpdc6255al";
78884
+
editedCabalFile = "0ldnhqmxs03040m5ym0qw1ig217j893rm1sq7rnjsmvh15ziw4yh";
executableHaskellDepends = [
···
pname = "gloss-rendering";
sha256 = "1x2a8w49ik4w03wzf31icqbpr7fds9a1c7w263xwpm1445nrl2hz";
78972
+
editedCabalFile = "1z580vh4idsbndjjla6gniz8cacxwj9206llyafl83brrqjhm14b";
libraryHaskellDepends = [
base bmp bytestring containers GLUT OpenGL
···
license = stdenv.lib.licenses.mit;
89468
+
"haskell-src-exts-util" = callPackage
89469
+
({ mkDerivation, base, containers, data-default, haskell-src-exts
89470
+
, transformers, uniplate
89473
+
pname = "haskell-src-exts-util";
89474
+
version = "0.1.0";
89475
+
sha256 = "0paqb9k7p7vnykrzmiwkmah50523svsifc7wjy1xc5c2cc19597m";
89476
+
libraryHaskellDepends = [
89477
+
base containers data-default haskell-src-exts transformers uniplate
89479
+
homepage = "https://github.com/pepeiborra/haskell-src-exts-util";
89480
+
description = "Helper functions for working with haskell-src-exts trees";
89481
+
license = stdenv.lib.licenses.bsd3;
"haskell-src-meta" = callPackage
({ mkDerivation, base, haskell-src-exts, HUnit, pretty, syb
, template-haskell, test-framework, test-framework-hunit
···
license = stdenv.lib.licenses.mit;
92638
+
"hdevtools_0_1_6_0" = callPackage
92639
+
({ mkDerivation, base, Cabal, cmdargs, directory, filepath, ghc
92640
+
, ghc-boot, ghc-paths, network, process, syb, time, transformers
92644
+
pname = "hdevtools";
92645
+
version = "0.1.6.0";
92646
+
sha256 = "0yp270sbz501vla87nhzv53ag0b64ny9gza6chr8mbjqkj86d5j5";
92647
+
isLibrary = false;
92648
+
isExecutable = true;
92649
+
executableHaskellDepends = [
92650
+
base Cabal cmdargs directory filepath ghc ghc-boot ghc-paths
92651
+
network process syb time transformers unix
92653
+
homepage = "https://github.com/hdevtools/hdevtools/";
92654
+
description = "Persistent GHC powered background server for FAST haskell development tools";
92655
+
license = stdenv.lib.licenses.mit;
92656
+
hydraPlatforms = stdenv.lib.platforms.none;
({ mkDerivation, base, directory, fgl, fgl-visualize, filepath
, hosc, hsc3, murmur-hash, process, split, transformers
···
sha256 = "1jwbqr2n7jv8cykjgg1a0bdwjszmrbg5qflikvmkyiy1pz0z6kzx";
92969
-
editedCabalFile = "02vsrjfcbzfi27992dv60cakb2s1z6ci13x01cvgdskcm8w81yl6";
93230
+
editedCabalFile = "1r0gqv2y2sar3j4vwnvc6gsdbs9813gviiaa348j9jyc0j6dy4qw";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html bytestring
containers directory directory-tree dlist filepath hashable
···
maintainers = with stdenv.lib.maintainers; [ peti ];
103778
+
"hsyslog-tcp" = callPackage
103779
+
({ mkDerivation, base, bytestring, hsyslog, hsyslog-udp, network
103783
+
pname = "hsyslog-tcp";
103784
+
version = "0.1.0.0";
103785
+
sha256 = "06qlpxl5cf45a2y9ncjcngrghbhgf624a6s1yczx1pfx7zqda6i6";
103786
+
libraryHaskellDepends = [
103787
+
base bytestring hsyslog hsyslog-udp network text time
103789
+
homepage = "https://github.com/osa1/hsyslog-tcp#readme";
103790
+
description = "syslog over TCP";
103791
+
license = stdenv.lib.licenses.bsd3;
"hsyslog-udp" = callPackage
({ mkDerivation, base, bytestring, hspec, hsyslog, network, text
···
sha256 = "1a5878axl1w65rv3g76d8fwgzbwazikna885jz5156zrrdq79hlq";
103704
-
editedCabalFile = "0hqkhbg3lq988pr26nanw37pq6pg68p1pnqig817qjprdm6wlcny";
103981
+
editedCabalFile = "1fhna6ck1v05zpf4c715phz102v8vz0p7lsjk3fljmxblamc8kn6";
libraryHaskellDepends = [
base bytestring conduit conduit-extra containers resourcet
tagstream-conduit text transformers xml-conduit xml-types
···
104977
-
version = "0.2.0.1";
104978
-
sha256 = "14w56b2lzjqwyh2vfqp3q27wsh6yzldrk073msszn0af0wrjv39p";
105254
+
version = "0.2.0.2";
105255
+
sha256 = "07mhaqjlvivk93wia9hlvn9nxfxsqnrbhga0k5jwsgldk229y02p";
libraryHaskellDepends = [
···
({ mkDerivation, base, text }:
105245
-
version = "0.1.0.0";
105246
-
sha256 = "00jngz0v32jd90hq22zshp3ldfrjfkdik9pf6ab4n2bd2mql3va5";
105522
+
version = "0.1.0.2";
105523
+
sha256 = "1p7r26b3845fbdp2lxv6pqbqrlfzna8qsh7k3b1rkj3qlbw64rym";
libraryHaskellDepends = [ base text ];
105248
-
homepage = "https://github.com/chris-martin/haskell-libraries";
105525
+
homepage = "https://github.com/chris-martin/human";
description = "A lawless typeclass for parsing text entered by humans";
license = stdenv.lib.licenses.asl20;
···
({ mkDerivation, base, text }:
105271
-
version = "0.1.0.1";
105272
-
sha256 = "0i3z7hmlq7d3kcbx81rkm828l8wv7bv8q9la7cx0l7df9anri7za";
105548
+
version = "0.1.0.2";
105549
+
sha256 = "1jq9ksszwiy0bddw5c0zx037ig0gvsc5k030h6znkvmkpcvg096q";
libraryHaskellDepends = [ base text ];
105274
-
homepage = "https://github.com/chris-martin/haskell-libraries";
105551
+
homepage = "https://github.com/chris-martin/human";
description = "A lawless typeclass for converting values to human-friendly text";
license = stdenv.lib.licenses.asl20;
···
license = stdenv.lib.licenses.bsd3;
105752
-
"hw-bits_0_6_0_0" = callPackage
106029
+
"hw-bits_0_7_0_0" = callPackage
({ mkDerivation, base, bytestring, criterion, hspec, hw-int
, hw-prim, hw-string-parse, QuickCheck, safe, vector
105758
-
version = "0.6.0.0";
105759
-
sha256 = "1w6kr5brkw78a0x82r34aivbbh4bhrng2hzh7hycia7291vysbbw";
106035
+
version = "0.7.0.0";
106036
+
sha256 = "18vqxkdzq42186k9ynrhlhk5wigg302y0xcpmgwah6is6hng1mxw";
libraryHaskellDepends = [
base bytestring hw-int hw-prim hw-string-parse safe vector
···
homepage = "http://github.com/haskell-works/hw-prim#readme";
description = "Primitive functions and data types";
license = stdenv.lib.licenses.bsd3;
106408
+
"hw-prim_0_5_0_0" = callPackage
106409
+
({ mkDerivation, base, bytestring, hspec, QuickCheck, vector }:
106411
+
pname = "hw-prim";
106412
+
version = "0.5.0.0";
106413
+
sha256 = "00sivy11g7haafpqy12sxgslffw841bx0i25phaz5vcfwp5xrp9j";
106414
+
libraryHaskellDepends = [ base bytestring vector ];
106415
+
testHaskellDepends = [ base bytestring hspec QuickCheck vector ];
106416
+
homepage = "http://github.com/haskell-works/hw-prim#readme";
106417
+
description = "Primitive functions and data types";
106418
+
license = stdenv.lib.licenses.bsd3;
106419
+
hydraPlatforms = stdenv.lib.platforms.none;
"hw-rankselect" = callPackage
···
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
108221
-
, cmdargs, containers, directory, filepath, ghc, ghc-parser
108222
-
, ghc-paths, haskeline, haskell-src-exts, hlint, hspec, http-client
108223
-
, http-client-tls, HUnit, ipython-kernel, mtl, parsec, process
108224
-
, random, setenv, shelly, split, stm, strict, system-argv0, text
108225
-
, transformers, unix, unordered-containers, utf8-string, uuid
108512
+
, cmdargs, containers, directory, filepath, ghc, ghc-boot
108513
+
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
108514
+
, hspec, hspec-contrib, http-client, http-client-tls, HUnit
108515
+
, ipython-kernel, mtl, parsec, process, random, setenv, shelly
108516
+
, split, stm, strict, system-argv0, text, transformers, unix
108517
+
, unordered-containers, utf8-string, uuid, vector
108230
-
version = "0.8.4.0";
108231
-
sha256 = "09vzwbxc8hnm7cwhs1nfpd6abwmlld495h304iwv1j653zrhjygp";
108521
+
version = "0.9.0.1";
108522
+
sha256 = "1xfp0pzxsfcz8h4f27fqvbc6pprwz45cgq5sa393z3wqy17ni4lq";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base base64-bytestring bytestring cereal cmdargs containers
108237
-
directory filepath ghc ghc-parser ghc-paths haskeline
108528
+
directory filepath ghc ghc-boot ghc-parser ghc-paths haskeline
haskell-src-exts hlint http-client http-client-tls ipython-kernel
mtl parsec process random shelly split stm strict system-argv0 text
transformers unix unordered-containers utf8-string uuid vector
···
process strict text transformers unix
108247
-
aeson base base64-bytestring bytestring cereal cmdargs containers
108248
-
directory filepath ghc ghc-parser ghc-paths haskeline
108249
-
haskell-src-exts hlint hspec http-client http-client-tls HUnit
108250
-
ipython-kernel mtl parsec process random setenv shelly split stm
108251
-
strict system-argv0 text transformers unix unordered-containers
108252
-
utf8-string uuid vector
108538
+
base directory ghc ghc-paths here hspec hspec-contrib HUnit setenv
108539
+
shelly text transformers
homepage = "http://github.com/gibiansky/IHaskell";
description = "A Haskell backend kernel for the IPython project";
···
license = stdenv.lib.licenses.mit;
}) {inherit (pkgs) gsl; gslcblas = null;};
109728
-
"inline-c_0_6_0_4" = callPackage
110015
+
"inline-c_0_6_0_5" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, containers, gsl
, gslcblas, hashable, hspec, mtl, parsec, parsers, QuickCheck
, raw-strings-qq, regex-posix, template-haskell, transformers
···
109736
-
version = "0.6.0.4";
109737
-
sha256 = "0ram4gixghck1ydqjfymm0ks7yfig2cn3iq40iid2ppvam5kmsgc";
110023
+
version = "0.6.0.5";
110024
+
sha256 = "0fy19z3r6xyzhkkagi050rasc4ak8xmvdgidy4wplayck9fr3z47";
libraryHaskellDepends = [
···
pname = "ipython-kernel";
111254
-
version = "0.8.4.0";
111255
-
sha256 = "0r426gbvr5k019v49gmw32fv0xnq5viizin4gb7wxcnm6ql84k5c";
111541
+
version = "0.9.0.0";
111542
+
sha256 = "04byvmf4n55sdanw2lg5hicp2h7ivn2620wybd8i43hgcckx1ach";
enableSeparateDataOutput = true;
···
115760
-
version = "0.8.0.1";
115761
-
sha256 = "0mfq4i1bn4zbfvxi45d7k8g3xiljv24vicc62535csdp68i5sh3i";
116047
+
version = "0.8.0.2";
116048
+
sha256 = "0n5d94wkasrb834j7jvh7fh3a2dshqb21g3a9kpsqjmsjy76bq3g";
enableSeparateDataOutput = true;
···
hydraPlatforms = stdenv.lib.platforms.none;
117939
+
"language-elm" = callPackage
117940
+
({ mkDerivation, base, HUnit, MissingH, pretty }:
117942
+
pname = "language-elm";
117943
+
version = "0.0.10.1";
117944
+
sha256 = "1kp2mwl1hngpvl2hfzlf7dghcvcr407f7qc86b3zz2vgxfac0n07";
117945
+
libraryHaskellDepends = [ base MissingH pretty ];
117946
+
testHaskellDepends = [ base HUnit pretty ];
117947
+
homepage = "https://github.com/eliaslfox/language-elm#readme";
117948
+
description = "Generate elm code";
117949
+
license = stdenv.lib.licenses.bsd3;
"language-fortran" = callPackage
({ mkDerivation, alex, array, base, happy, haskell-src, parsec, syb
···
license = stdenv.lib.licenses.bsd3;
119326
+
"leancheck_0_6_5" = callPackage
119327
+
({ mkDerivation, base, template-haskell }:
119329
+
pname = "leancheck";
119330
+
version = "0.6.5";
119331
+
sha256 = "05mda73v91y951fc8lph2fq8nhq3q12d30xjwj5h7xqwi2c8sdiy";
119332
+
libraryHaskellDepends = [ base template-haskell ];
119333
+
testHaskellDepends = [ base ];
119334
+
homepage = "https://github.com/rudymatela/leancheck#readme";
119335
+
description = "Cholesterol-free property-based testing";
119336
+
license = stdenv.lib.licenses.bsd3;
119337
+
hydraPlatforms = stdenv.lib.platforms.none;
"leankit-api" = callPackage
({ mkDerivation, aeson, base, bytestring, colour, curl, split }:
···
120182
-
version = "1.12";
120183
-
sha256 = "04mm5va8dzxhp65q404dq44zma9x069sw9hyqmz1xj7b9cwkigwn";
120496
+
version = "1.13";
120497
+
sha256 = "0h4sas34nfql5w3mxds1j68qv4mcfjrrawxssd3rr23d1icavw2c";
libraryHaskellDepends = [
array base containers monads-tf process union-find
···
, io-streams, scientific, transformers, zlib-bindings
, io-streams, scientific, transformers, zlib-bindings
123001
-
version = "0.1.3.0";
123002
-
, io-streams, scientific, transformers, zlib-bindings
123315
+
version = "0.1.3.1";
123316
+
sha256 = "0irwsh3ib9rb1h6chs060vzr7bhczqb3qxrizxvsqiymgd1yjjgx";
libraryHaskellDepends = [ base containers ];
, io-streams, scientific, transformers, zlib-bindings
123005
-
homepage = "https://github.com/chris-martin/haskell-libraries";
123319
+
homepage = "https://github.com/chris-martin/loc";
, io-streams, scientific, transformers, zlib-bindings
license = stdenv.lib.licenses.asl20;
···
, io-streams, scientific, transformers, zlib-bindings
, io-streams, scientific, transformers, zlib-bindings
123014
-
version = "0.1.3.0";
123015
-
, io-streams, scientific, transformers, zlib-bindings
123328
+
version = "0.1.3.1";
123329
+
sha256 = "0z2d1fi77msbgzipz87q32z5fmfb6aj923j2wh1565qbjaf7qjxx";
, io-streams, scientific, transformers, zlib-bindings
123017
-
homepage = "https://github.com/chris-martin/haskell-libraries";
123331
+
homepage = "https://github.com/chris-martin/loc";
, io-streams, scientific, transformers, zlib-bindings
license = stdenv.lib.licenses.asl20;
···
license = stdenv.lib.licenses.bsd3;
132627
+
"morte_1_6_10" = callPackage
132628
+
({ mkDerivation, alex, array, base, binary, code-page, containers
132629
+
, criterion, deepseq, Earley, http-client, http-client-tls
132630
+
, microlens, microlens-mtl, mtl, optparse-applicative, pipes
132631
+
, QuickCheck, system-fileio, system-filepath, tasty, tasty-hunit
132632
+
, tasty-quickcheck, text, text-format, transformers
132635
+
pname = "morte";
132636
+
version = "1.6.10";
132637
+
sha256 = "0wlcizw6kfbir18mqplnyap76gslbzia6ni25z2r4jb8mxrh5z6d";
132638
+
isLibrary = true;
132639
+
isExecutable = true;
132640
+
enableSeparateDataOutput = true;
132641
+
libraryHaskellDepends = [
132642
+
array base binary containers deepseq Earley http-client
132643
+
http-client-tls microlens microlens-mtl pipes system-fileio
132644
+
system-filepath text text-format transformers
132646
+
libraryToolDepends = [ alex ];
132647
+
executableHaskellDepends = [
132648
+
base code-page optparse-applicative text text-format
132650
+
testHaskellDepends = [
132651
+
base mtl QuickCheck system-filepath tasty tasty-hunit
132652
+
tasty-quickcheck text transformers
132654
+
benchmarkHaskellDepends = [ base criterion system-filepath text ];
132655
+
description = "A bare-bones calculus of constructions";
132656
+
license = stdenv.lib.licenses.bsd3;
132657
+
hydraPlatforms = stdenv.lib.platforms.none;
"mosaico-lib" = callPackage
({ mkDerivation, base, base-unicode-symbols, colour, diagrams-cairo
, diagrams-core, diagrams-gtk, diagrams-lib, glib, gtk, JuicyPixels
···
134114
-
version = "1.1.4";
134115
-
sha256 = "0nx66swbca3c481abzbpgxfhs93y6bsm897dbk56v0dfdqn0inw4";
134461
+
version = "1.1.5";
134462
+
sha256 = "18izqidmhiw2b3xs0q8w7dv73v3300d2xqk3prnk70326bsrvrid";
libraryHaskellDepends = [
async base contravariant foldl managed mmorph pipes
pipes-concurrency transformers
···
hydraPlatforms = stdenv.lib.platforms.none;
135324
+
"naperian" = callPackage
135325
+
({ mkDerivation, adjunctions, base, comonad, distributive, free
135326
+
, streams, transformers
135329
+
pname = "naperian";
135330
+
version = "0.1.0.0";
135331
+
sha256 = "0ydlwk1m3xi12bv2rylay4lrz5j5aj1lz95ivilnh89qg4ahrnlb";
135332
+
libraryHaskellDepends = [
135333
+
adjunctions base comonad distributive free streams transformers
135335
+
homepage = "https://github.com/aaronvargo/naperian#readme";
135336
+
description = "Efficient representable functors";
135337
+
license = stdenv.lib.licenses.bsd3;
({ mkDerivation, base, bytestring, groups, hspec, HUnit, QuickCheck
···
license = stdenv.lib.licenses.bsd3;
137189
+
"network-transport-tcp_0_6_0" = callPackage
137190
+
({ mkDerivation, base, bytestring, containers, data-accessor
137191
+
, network, network-transport, network-transport-tests
137194
+
pname = "network-transport-tcp";
137195
+
version = "0.6.0";
137196
+
sha256 = "15p6y91gnk0xvysr3abcicwl343bq9bi1liaxcrwh2ffwws02kvp";
137197
+
libraryHaskellDepends = [
137198
+
base bytestring containers data-accessor network network-transport
137200
+
testHaskellDepends = [
137201
+
base bytestring network network-transport network-transport-tests
137203
+
homepage = "http://haskell-distributed.github.com";
137204
+
description = "TCP instantiation of Network.Transport";
137205
+
license = stdenv.lib.licenses.bsd3;
137206
+
hydraPlatforms = stdenv.lib.platforms.none;
"network-transport-tests" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, containers, mtl
, network-transport, random
···
license = stdenv.lib.licenses.bsd3;
137226
+
"network-transport-tests_0_2_4_1" = callPackage
137227
+
({ mkDerivation, ansi-terminal, base, bytestring, containers, mtl
137228
+
, network-transport, random
137231
+
pname = "network-transport-tests";
137232
+
version = "0.2.4.1";
137233
+
sha256 = "1j3sfr8d0fjp7qiqw94rcfwk8hrb55w8vz7cmw891cjjdlf00nb3";
137234
+
libraryHaskellDepends = [
137235
+
ansi-terminal base bytestring containers mtl network-transport
137238
+
homepage = "http://haskell-distributed.github.com";
137239
+
description = "Unit tests for Network.Transport implementations";
137240
+
license = stdenv.lib.licenses.bsd3;
137241
+
hydraPlatforms = stdenv.lib.platforms.none;
"network-transport-zeromq" = callPackage
({ mkDerivation, async, base, binary, bytestring, containers
, criterion, data-accessor, distributed-process
···
license = stdenv.lib.licenses.bsd3;
142913
+
"pandoc-types_1_17_1" = callPackage
142914
+
({ mkDerivation, aeson, base, bytestring, containers, deepseq
142915
+
, ghc-prim, HUnit, QuickCheck, string-qq, syb, test-framework
142916
+
, test-framework-hunit, test-framework-quickcheck2
142919
+
pname = "pandoc-types";
142920
+
version = "1.17.1";
142921
+
sha256 = "0sqk4sjpyl9k54kaxrk52in2sqhy62cakhca9k5i9c6gjhqh0rrb";
142922
+
libraryHaskellDepends = [
142923
+
aeson base bytestring containers deepseq ghc-prim QuickCheck syb
142925
+
testHaskellDepends = [
142926
+
aeson base bytestring containers HUnit QuickCheck string-qq syb
142927
+
test-framework test-framework-hunit test-framework-quickcheck2
142929
+
homepage = "http://johnmacfarlane.net/pandoc";
142930
+
description = "Types for representing a structured document";
142931
+
license = stdenv.lib.licenses.bsd3;
142932
+
hydraPlatforms = stdenv.lib.platforms.none;
"pandoc-unlit" = callPackage
({ mkDerivation, base, pandoc }:
···
pname = "pretty-compact";
151284
-
version = "2.1";
151285
-
sha256 = "0723zp6577vwfrhr2hnn439hc90h6qh6sgrshywhd5yks673vgf5";
151707
+
version = "3.0";
151708
+
sha256 = "06m8n5rx1d62hwd017ss8nlxas5ia57lgxddm2hv2046938a5wm8";
libraryHaskellDepends = [ base base-compat containers ];
benchmarkHaskellDepends = [
aeson base base-compat bytestring criterion deepseq pretty text
···
hydraPlatforms = stdenv.lib.platforms.none;
159533
+
"reflex-sdl2" = callPackage
159534
+
({ mkDerivation, base, dependent-sum, mtl, ref-tf, reflex, sdl2 }:
159536
+
pname = "reflex-sdl2";
159537
+
version = "0.1.0.0";
159538
+
sha256 = "1k18lb7aa440i76yd6x4bh3sz6wsqv1cq1l93wpac1673bvxicll";
159539
+
isLibrary = true;
159540
+
isExecutable = true;
159541
+
libraryHaskellDepends = [
159542
+
base dependent-sum mtl ref-tf reflex sdl2
159544
+
executableHaskellDepends = [ base ];
159545
+
homepage = "https://github.com/schell/reflex-sdl2#readme";
159546
+
description = "SDL2 and reflex FRP";
159547
+
license = stdenv.lib.licenses.mit;
"reflex-transformers" = callPackage
({ mkDerivation, base, containers, lens, mtl, reflex, semigroups
, stateWriter, transformers
···
160598
-
version = "3.4.1.2";
160599
-
sha256 = "0myw05dicby7dhkmjvv9wphfnnx2jj3dxaa50357n76zysxhpy2p";
160601
-
editedCabalFile = "0pagab03fw7xp1vvgrc87g6g6zdr60plqhjjxk3fwwm1gs0jj61k";
161038
+
version = "3.4.1.3";
161039
+
sha256 = "0w3swrv5rdzkngcv1b6lndsg93y0y0wcxg7asgnxd529jsrdfciy";
libraryHaskellDepends = [
base bytestring ghc-prim QuickCheck template-haskell vector
···
({ mkDerivation, base, repa, vector }:
pname = "repa-algorithms";
160614
-
version = "3.4.1.1";
160615
-
sha256 = "0a3yhia6wb4blc8zyzd2pw6k7hfpamv08d64qplq181dp887kl64";
161052
+
version = "3.4.1.2";
161053
+
sha256 = "11lqq5j4g7p1dd47y65mfhzfsj8r27h7qj6qpc43g7kmf7h9gd87";
libraryHaskellDepends = [ base repa vector ];
homepage = "http://repa.ouroborus.net";
description = "Algorithms using the Repa array library";
···
sha256 = "16jg56021r7974z66rhfyp246cj0r7h6wabnpl590q3fljwh5039";
161146
+
editedCabalFile = "0acl57w635zi1il4r4jxzp3r1kd0zdqdiihinpbla5vnp3a5zg13";
executableHaskellDepends = [
···
sha256 = "1nm9kfin6fv016r02l74c9hf8pr1rz7s33i833cqpyw8m6bcmnxm";
161208
+
editedCabalFile = "0z0wbaz7svqdzjpmx7d9wwfjl31w0i29pcc1v11r26f9avw3g9qi";
libraryHaskellDepends = [
base binary bmp bytestring old-time repa vector
···
({ mkDerivation, base, doctest, Glob, hspec, QuickCheck, yaml }:
167827
-
version = "0.2.7.0";
167828
-
sha256 = "0j0hfal64qjdbif9a6vy7dv4zn0pmkspn0pwafhsyh5adgqkrhxa";
168269
+
version = "0.3.0.0";
168270
+
sha256 = "085xfhrim0y067yab3pwgiilk7zzdg8b7dz3i08f4cfd633an8km";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob hspec QuickCheck yaml ];
homepage = "http://github.com/plow-technologies/servant-auth#readme";
···
pname = "servant-auth-client";
167844
-
version = "0.2.7.1";
167845
-
sha256 = "1y5ha76j81biyzzgl9r26i0hkx1j3yslidzyl5h8xz55y712m16d";
168286
+
version = "0.3.0.0";
168287
+
sha256 = "048rrakd4v9nhgnqdwk4hwdb4mrailpkmf0ip1zmav18rg9ij3c7";
libraryHaskellDepends = [
base bytestring servant servant-auth servant-client text
···
pname = "servant-auth-server";
sha256 = "1rs51w929hlwsgrg5ajcv3cp09hnk37p1n5s2ydmja22m4ba93ak";
168401
+
editedCabalFile = "077qvaxqcnhvyl1d1318hyx9ckjd3z5n48vq0bqma0z7wqlzqs2v";
libraryHaskellDepends = [
···
sha256 = "0jx2prq0lxq9jqxqk8f059lwjm2yqxzwb9lx6iviq57flx4zxyqq";
174228
+
editedCabalFile = "1df44l26sxfk2qprs2vcfigzyzkxxwxi8siaaikbvmjzyjm0mby1";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal clientsession configurator
containers directory directory-tree dlist filepath hashable heist
···
pname = "snap-loader-dynamic";
sha256 = "12zvmdkypwflmc81i0sxbfmb3ja0vydycmaliyvrw0z32kg705wg";
174037
-
editedCabalFile = "0zgnlfp4rlj5c40ma75fdc7csbjn9p84x6a7fiwc7lqd1iqk4rbj";
174483
+
editedCabalFile = "1q5lal77sgxwcwbabw5rqwlrx84xv1c24zs2ry2gz57ccdr6n9qm";
libraryHaskellDepends = [
base directory directory-tree hint mtl snap-core template-haskell
···
({ mkDerivation, base, directory, doctest, filepath, QuickCheck
, stratux-http, stratux-types, stratux-websockets, template-haskell
179775
-
version = "0.0.8";
179776
-
sha256 = "0awksbs58vvzf21747bcnhhf15px7nw99nnrd2kx220fa62fd9qh";
180220
+
version = "0.0.9";
180221
+
sha256 = "17jy7svf74k3r87p8xlp0hi9z95f5npmnn28jlwx4rb68dn63aly";
libraryHaskellDepends = [
179778
-
base stratux-http stratux-types stratux-websockets text
180223
+
base stratux-http stratux-types stratux-websockets
base directory doctest filepath QuickCheck template-haskell
···
179796
-
version = "0.0.8";
179797
-
sha256 = "0p9wcp8rby3mdxy1xs4wfx9cyc1yx16x2r4k964brv9vh6h615y7";
180241
+
version = "0.0.9";
180242
+
sha256 = "121pansnd8pdhv9ki2qdav93cwldmnxnykjldhbkb2bkyr0skdyb";
libraryHaskellDepends = [
aeson base either HTTP network-uri stratux-types utf8-string
···
179817
-
version = "0.0.8";
179818
-
sha256 = "1jf633w4pzhqmpmwpxiq49l0as85c6sj6wyvs3gjp0cik5g3m0q5";
180262
+
version = "0.0.9";
180263
+
sha256 = "06d4qagcmzch25zkxpnvw04h5aav5wbdrfyi6xvzvndj12hvayza";
libraryHaskellDepends = [
aeson base bytestring lens scientific text time
···
pname = "stratux-websockets";
179838
-
version = "0.0.8";
179839
-
sha256 = "1rq0v6hyjc3s28zkdssm1my8k4lwbpqv0hv119w5j5i51l8zhgj8";
180283
+
version = "0.0.9";
180284
+
sha256 = "0076n4i250frv71w9sysw935g5aq0py8shwaqrhjrv4jp6mb2k3q";
libraryHaskellDepends = [
aeson base either network stratux-types text transformers
···
182045
-
version = "0.9.1.9";
182046
-
sha256 = "173qvx46als9ar63j6hqynnwnkvs12pb2qv3gbfjm8mla5i7sjym";
182490
+
version = "0.9.1.10";
182491
+
sha256 = "10nx8vx6vprsdchqd726vx3cfzxy0jkz9ylw4p2mkcam9s72dd7c";
enableSeparateDataOutput = true;
···
hydraPlatforms = stdenv.lib.platforms.none;
189397
+
"ticker" = callPackage
189398
+
({ mkDerivation, async, base, deepseq, doctest, Glob, hspec
189399
+
, safe-exceptions
189402
+
pname = "ticker";
189403
+
version = "1.0.0";
189404
+
sha256 = "16n1qxhp6i14h636n7r427s89v7z4kmfi7ivc6a0sz6jzh4h5c0d";
189405
+
libraryHaskellDepends = [ async base safe-exceptions ];
189406
+
testHaskellDepends = [ async base deepseq doctest Glob hspec ];
189407
+
homepage = "https://github.com/kazeula/ticker-hs";
189408
+
description = "A concurrent utility inspired by Ticker in golang";
189409
+
license = stdenv.lib.licenses.bsd3;
({ mkDerivation, base, bifunctors, bytestring, directory, doctest
, filepath, lens, mtl, QuickCheck, semigroupoids, semigroups
···
sha256 = "13n6a3fdxngnzsjnhfrzigv1c2g0xm6lqkjcnirpc37sd0rpby31";
192462
+
editedCabalFile = "17i9137mqcm74s8zwdnkcg5kj583zzwqjyyz1z0af4anxfs1hvng";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
···
license = stdenv.lib.licenses.bsd3;
193680
+
"twitter-conduit_0_2_2_2" = callPackage
193681
+
({ mkDerivation, aeson, attoparsec, authenticate-oauth, base
193682
+
, bytestring, Cabal, cabal-doctest, case-insensitive, conduit
193683
+
, conduit-extra, containers, data-default, doctest, exceptions
193684
+
, hlint, hspec, http-client, http-conduit, http-types, lens
193685
+
, lens-aeson, network-uri, resourcet, template-haskell, text, time
193686
+
, transformers, transformers-base, twitter-types
193687
+
, twitter-types-lens
193690
+
pname = "twitter-conduit";
193691
+
version = "0.2.2.2";
193692
+
sha256 = "00bxqd77ccxa0cbbrgwhnivyi8jvmm5w0xx7fnx592yn7y9kgfip";
193693
+
setupHaskellDepends = [ base Cabal cabal-doctest ];
193694
+
libraryHaskellDepends = [
193695
+
aeson attoparsec authenticate-oauth base bytestring conduit
193696
+
conduit-extra containers data-default exceptions http-client
193697
+
http-conduit http-types lens lens-aeson resourcet template-haskell
193698
+
text time transformers transformers-base twitter-types
193699
+
twitter-types-lens
193701
+
testHaskellDepends = [
193702
+
aeson attoparsec authenticate-oauth base bytestring
193703
+
case-insensitive conduit conduit-extra containers data-default
193704
+
doctest hlint hspec http-client http-conduit http-types lens
193705
+
lens-aeson network-uri resourcet template-haskell text time
193706
+
twitter-types twitter-types-lens
193708
+
homepage = "https://github.com/himura/twitter-conduit";
193709
+
description = "Twitter API package with conduit interface and Streaming API support";
193710
+
license = stdenv.lib.licenses.bsd3;
193711
+
hydraPlatforms = stdenv.lib.platforms.none;
"twitter-enumerator" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-enumerator
, authenticate, base, bytestring, containers, enumerator
···
homepage = "https://github.com/fpco/typed-process#readme";
description = "Run external processes, with strong typing of streams";
license = stdenv.lib.licenses.mit;
194540
+
"typed-process_0_1_0_1" = callPackage
194541
+
({ mkDerivation, async, base, base64-bytestring, bytestring
194542
+
, conduit, conduit-extra, exceptions, hspec, http-conduit, process
194543
+
, stm, temporary, transformers
194546
+
pname = "typed-process";
194547
+
version = "0.1.0.1";
194548
+
sha256 = "05pwpis2vm63qxg8kkqd52whbgkgf5k5sy0w1z1am7jsm6fiychc";
194549
+
libraryHaskellDepends = [
194550
+
async base bytestring conduit conduit-extra exceptions process stm
194553
+
testHaskellDepends = [
194554
+
async base base64-bytestring bytestring conduit conduit-extra hspec
194555
+
http-conduit temporary
194557
+
homepage = "https://haskell-lang.org/library/typed-process";
194558
+
description = "Run external processes, with strong typing of streams";
194559
+
license = stdenv.lib.licenses.mit;
194560
+
hydraPlatforms = stdenv.lib.platforms.none;
"typed-spreadsheet" = callPackage
···
sha256 = "1fy29sxby4z6dby518x4za9bpgnh7aqwpwn365lb384rjpsr1wvx";
205786
-
editedCabalFile = "0cs0pmz3hlm09nrcdkr8cnj7s9phqi0y1gfvldcqzw6l4h9557aw";
206305
+
editedCabalFile = "1qlhn3lir1b534mqwxvx5ndnmn4h4qvmd809zapadx8s1q0i0f53";
libraryHaskellDepends = [
base containers parsec shakespeare template-haskell text
···
210766
-
version = "0.0.0.5";
210767
-
sha256 = "01j6gm276xwlclkanai1hb93q83ml62njw8nsnnjk313jwds6151";
211285
+
version = "0.0.0.6";
211286
+
sha256 = "0z2y77fd9ij8s9qqyjik1syh5ry169bda6wlsa4lj658f8yghggc";
libraryHaskellDepends = [
base Cabal directory filepath path path-io process safe zifter