hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.4.1-5-g0ed67c9 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/a355eb34ee90af46ae711efcb472a05107ea9f0f.

Changed files
+646 -127
pkgs
development
haskell-modules
+646 -127
pkgs/development/haskell-modules/hackage-packages.nix
···
}:
mkDerivation {
pname = "DeepDarkFantasy";
-
version = "0.2017.8.18";
-
sha256 = "1gm86c03b06hjv83g4mmyilhcryz2gqygbcwlkg5mibvi1wixqqf";
+
version = "0.2017.8.19";
+
sha256 = "1hsmxb961jvlv77y3ajrd2gjfr84z2kq451fwwm4q6p28grjvj8l";
libraryHaskellDepends = [
base bimap constraints containers mtl random recursion-schemes
template-haskell
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"HDBC_2_4_0_2" = callPackage
+
({ mkDerivation, base, bytestring, containers, convertible, mtl
+
, old-time, text, time, utf8-string
+
}:
+
mkDerivation {
+
pname = "HDBC";
+
version = "2.4.0.2";
+
sha256 = "0nnvfyivmw5pykbna953yb6z4al1ak5vsd308lpsyv2bczymf1v7";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
base bytestring containers convertible mtl old-time text time
+
utf8-string
+
];
+
homepage = "https://github.com/hdbc/hdbc";
+
description = "Haskell Database Connectivity";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"HDBC-mysql" = callPackage
({ mkDerivation, base, bytestring, Cabal, HDBC, mysqlclient
, openssl, time, utf8-string, zlib
···
}:
mkDerivation {
pname = "HDBC-postgresql";
-
version = "2.3.2.4";
-
sha256 = "1zb8q44rvyykd6yfsmiqm9bl7fv1dks4383jh8z7gz1fvy18963i";
+
version = "2.3.2.5";
+
sha256 = "0l9i7mkdcch7f1ajl0fma7rra3dc0llmlia0iqhqb4k0gcrpy7l8";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"IPv6DB_0_2_2" = callPackage
+
({ mkDerivation, aeson, attoparsec, base, bytestring, fast-logger
+
, hedis, hspec, http-client, http-types, IPv6Addr, mtl
+
, optparse-applicative, text, unordered-containers, vector, wai
+
, wai-logger, warp
+
}:
+
mkDerivation {
+
pname = "IPv6DB";
+
version = "0.2.2";
+
sha256 = "117qn9h25wi0q8nnj10yj33spqizcsf0inb7n4xpbccg60x9i51k";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
aeson attoparsec base bytestring hedis http-types IPv6Addr mtl text
+
unordered-containers vector
+
];
+
executableHaskellDepends = [
+
aeson base bytestring fast-logger hedis http-types IPv6Addr mtl
+
optparse-applicative text unordered-containers vector wai
+
wai-logger warp
+
];
+
testHaskellDepends = [
+
aeson base hspec http-client http-types vector
+
];
+
homepage = "http://ipv6db.cybervisible.com";
+
description = "A RESTful Web Service for IPv6-related data";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"IcoGrid" = callPackage
({ mkDerivation, array, base, GlomeVec }:
mkDerivation {
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"JuicyPixels_3_2_8_3" = callPackage
+
({ mkDerivation, base, binary, bytestring, containers, deepseq, mtl
+
, primitive, transformers, vector, zlib
+
}:
+
mkDerivation {
+
pname = "JuicyPixels";
+
version = "3.2.8.3";
+
sha256 = "1g4cjldlncll6snykgm4qwkryqq66m5a3a5jrxq79nzfizvwsl4c";
+
libraryHaskellDepends = [
+
base binary bytestring containers deepseq mtl primitive
+
transformers vector zlib
+
];
+
homepage = "https://github.com/Twinside/Juicy.Pixels";
+
description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"JuicyPixels-canvas" = callPackage
({ mkDerivation, base, containers, JuicyPixels }:
mkDerivation {
···
}) {};
"Villefort" = callPackage
-
({ mkDerivation, base, directory, filepath, FindBin, HDBC
-
, HDBC-sqlite3, mtl, process, QuickCheck, random, scotty, split
-
, strict, text, time, transformers, unix
+
({ mkDerivation, base, bytestring, directory, filepath, FindBin
+
, HDBC, HDBC-sqlite3, mtl, process, random, scotty, split, strict
+
, text, time, transformers, unix
mkDerivation {
pname = "Villefort";
-
version = "0.1.1.4";
-
sha256 = "0rdklpqa0g7fv2ah8khbgjngaxp8lfvf9i4wlmbg1755r6irhz9a";
+
version = "0.1.1.5";
+
sha256 = "1rp624kdrc8gx0zsxa5q68n458mdbjr0qf94s7dc7030rgvqs8l6";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
-
base directory filepath FindBin HDBC HDBC-sqlite3 mtl process
-
random scotty split strict text time transformers unix
+
base bytestring directory filepath FindBin HDBC HDBC-sqlite3 mtl
+
process random scotty split strict text time transformers unix
executableHaskellDepends = [
base HDBC HDBC-sqlite3 random scotty split text time
-
testHaskellDepends = [ base HDBC HDBC-sqlite3 QuickCheck ];
+
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;
···
mkDerivation {
pname = "aivika-distributed";
-
version = "0.6";
-
sha256 = "02i557qians780vzi6fvffwm967j4k2p0iphvj423lk6qywyvdy5";
+
version = "0.7";
+
sha256 = "0f1vb7948p7xn1x4ayzjpr222349bp70wsix384nhwsrksk2fiwp";
libraryHaskellDepends = [
aivika aivika-transformers base binary containers
distributed-process exceptions mtl mwc-random random stm time
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"ansi-terminal_0_7" = callPackage
+
({ mkDerivation, base, colour }:
+
mkDerivation {
+
pname = "ansi-terminal";
+
version = "0.7";
+
sha256 = "1p66w12i2nr653ixdxly98q4g895a4nav8afmgq6yifm96shf89f";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [ base colour ];
+
executableHaskellDepends = [ base ];
+
homepage = "https://github.com/feuerbach/ansi-terminal";
+
description = "Simple ANSI terminal support, with Windows compatibility";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"ansi-wl-pprint" = callPackage
({ mkDerivation, ansi-terminal, base }:
mkDerivation {
···
homepage = "http://www.haskell.org/arrows/";
description = "quasiquoter translating arrow notation into Haskell 98";
+
license = "GPL";
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
+
"arrowp-qq_0_2_0_1" = callPackage
+
({ mkDerivation, arrows, base, containers, data-default
+
, haskell-src-exts, haskell-src-exts-util, haskell-src-meta, NoHoed
+
, template-haskell, transformers, uniplate
+
}:
+
mkDerivation {
+
pname = "arrowp-qq";
+
version = "0.2.0.1";
+
sha256 = "18m9h5v1c3w0f5f0iw2vxmdms73d4w9s1z7aa301h2c43fv0iym8";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
base containers data-default haskell-src-exts haskell-src-exts-util
+
haskell-src-meta NoHoed template-haskell transformers uniplate
+
];
+
executableHaskellDepends = [ base haskell-src-exts NoHoed ];
+
testHaskellDepends = [ arrows base template-haskell ];
+
homepage = "https://github.com/pepeiborra/arrowp";
+
description = "A preprocessor and quasiquoter for translating arrow notation";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"base-orphans_0_5_4" = callPackage
+
({ mkDerivation, base, ghc-prim, hspec, QuickCheck }:
+
mkDerivation {
+
pname = "base-orphans";
+
version = "0.5.4";
+
sha256 = "0qv20n4yabg7sc3rs2dd46a53c7idnd88by7n3s36dkbc21m41q4";
+
libraryHaskellDepends = [ base ghc-prim ];
+
testHaskellDepends = [ base hspec QuickCheck ];
+
homepage = "https://github.com/haskell-compat/base-orphans#readme";
+
description = "Backwards-compatible orphan instances for base";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"base-orphans" = callPackage
({ mkDerivation, base, ghc-prim, hspec, QuickCheck }:
mkDerivation {
···
license = stdenv.lib.licenses.bsd3;
}) {};
-
"brick_0_23" = callPackage
+
"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
···
mkDerivation {
pname = "brick";
-
version = "0.23";
-
sha256 = "1izw1gj38z6d8wnakpdqvsqx49gpgg5wm95hkbc75fvxshngxiwm";
+
version = "0.24";
+
sha256 = "1zlzxbbsan14n7vnhs1250zq8d504br8grni4vlzk2dp21rikasn";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
homepage = "https://github.com/alunduil/collection-json.hs";
description = "Collection+JSON—Hypermedia Type Tools";
license = stdenv.lib.licenses.mit;
-
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"collections" = callPackage
···
"colonnade" = callPackage
({ mkDerivation, base, bytestring, contravariant, doctest
-
, profunctors, text, vector
+
, profunctors, semigroups, text, vector
mkDerivation {
pname = "colonnade";
-
version = "1.1.0";
-
sha256 = "1z7a4c4yim89yqsb1jnhml115lfri8j1nrdq2q4km64fxgi90vp8";
+
version = "1.1.1";
+
sha256 = "1qivzd143lk68k6dp8flj1265x8gw9zhs76bsvmhx6kq139qldhf";
libraryHaskellDepends = [
-
base bytestring contravariant profunctors text vector
+
base bytestring contravariant profunctors semigroups text vector
testHaskellDepends = [ base doctest ];
homepage = "https://github.com/andrewthad/colonnade#readme";
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"crypto-enigma_0_0_2_9" = callPackage
+
({ mkDerivation, base, containers, HUnit, MissingH, mtl, QuickCheck
+
, split
+
}:
+
mkDerivation {
+
pname = "crypto-enigma";
+
version = "0.0.2.9";
+
sha256 = "18nc5gqsy4dsm22van6iz96lqq45f7jqik4fljczgp6n1knyig9z";
+
libraryHaskellDepends = [ base containers MissingH mtl split ];
+
testHaskellDepends = [ base HUnit QuickCheck ];
+
homepage = "https://github.com/orome/crypto-enigma-hs";
+
description = "An Enigma machine simulator with display";
+
license = stdenv.lib.licenses.bsd3;
+
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";
license = "unknown";
+
}) {};
+
+
"currencies" = callPackage
+
({ mkDerivation, base, hspec, text }:
+
mkDerivation {
+
pname = "currencies";
+
version = "0.1.1.0";
+
sha256 = "07mkzn12rwlgfv7l0b507sqhl2hw56clmj6sfj0cmdyq9i75lj55";
+
libraryHaskellDepends = [ base text ];
+
testHaskellDepends = [ base hspec text ];
+
homepage = "https://github.com/alx741/currencies#readme";
+
description = "Currencies representation, pretty printing and conversion";
+
license = stdenv.lib.licenses.bsd3;
}) {};
"currency" = callPackage
···
({ mkDerivation, base, doctest }:
mkDerivation {
pname = "data-forest";
-
version = "0.1.0.4";
-
sha256 = "0nq0y7s4lciaghf0d3xcpy13na7cv3irvr07gq7k3f75lzjj4309";
+
version = "0.1.0.5";
+
sha256 = "05hpi0xr4bp7jigb6qa48n02widxxcn9npjh1y876mkgsdpd4x01";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest ];
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
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;
+
}) {};
+
+
"dejafu_0_7_1_2" = callPackage
+
({ mkDerivation, base, concurrency, containers, deepseq, exceptions
+
, leancheck, mtl, random, ref-fd, semigroups, transformers
+
, transformers-base
+
}:
+
mkDerivation {
+
pname = "dejafu";
+
version = "0.7.1.2";
+
sha256 = "07ilcx6j4y587vda3y6maqjzn00zx9lz7mlgp2c1rhikbyk5dn03";
+
libraryHaskellDepends = [
+
base concurrency containers deepseq exceptions leancheck mtl random
+
ref-fd semigroups transformers transformers-base
+
];
+
homepage = "https://github.com/barrucadu/dejafu";
+
description = "Systematic testing for Haskell concurrency";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"deka" = callPackage
···
mkDerivation {
pname = "distributed-process";
-
version = "0.6.6";
-
sha256 = "1l5png3jwsqa5m63szz4x669nz6qmjiwhhh26z9wql7amdfpg0g8";
-
revision = "1";
-
editedCabalFile = "1rx1igg8rf0qgdnkfx2az011308winjji67bx4w8zcff9cg6cn2r";
+
version = "0.7.0";
+
sha256 = "1haasdwmp475crdrqz6krvwn31rq3xl8fp6ihdmq65js4hbd2w02";
libraryHaskellDepends = [
base binary bytestring containers data-accessor deepseq
distributed-static exceptions hashable mtl network-transport random
···
mkDerivation {
pname = "distributed-process-tests";
-
version = "0.4.7";
-
sha256 = "1c8pd7288978fjym4cw0f47xkwr0myss2pvh4mwralspyynx3rwb";
+
version = "0.4.9";
+
sha256 = "1vpg01klz6yq5jp5wbf4x3608yq5270r5icds3wfn83qxwwpnhd7";
libraryHaskellDepends = [
ansi-terminal base binary bytestring distributed-process
distributed-static HUnit network network-transport random rematch
···
mkDerivation {
pname = "ekg-bosun";
-
version = "1.0.9";
-
sha256 = "04j65wxdwbyfay0a40kfx0lnzph3k32jidaqks48g2nxjxqn8gvh";
+
version = "1.0.10";
+
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;
}) {};
+
"executor" = callPackage
+
({ mkDerivation, async, base, process }:
+
mkDerivation {
+
pname = "executor";
+
version = "0.0.3";
+
sha256 = "01whn23ycgm59zim6knna43p2dafh0bjwrmfwg3xq169im79n1zq";
+
libraryHaskellDepends = [ async base process ];
+
testHaskellDepends = [ async base process ];
+
homepage = "https://github.com/GianlucaGuarini/executor";
+
description = "Shell helpers";
+
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 }:
mkDerivation {
pname = "extrapolate";
-
version = "0.2.1";
-
sha256 = "0bb02q5pb3lx5ass9265qb25fn0g30drv0b5250njagc1gi69nrl";
+
version = "0.2.2";
+
sha256 = "0187ifx48dlm6grq9bkkavrwrblc5yncj4pd1lq436dwa7b0c4b5";
libraryHaskellDepends = [
base leancheck speculate template-haskell
-
testHaskellDepends = [ base leancheck speculate template-haskell ];
+
testHaskellDepends = [ base leancheck speculate ];
homepage = "https://github.com/rudymatela/extrapolate#readme";
description = "generalize counter-examples of test properties";
license = stdenv.lib.licenses.bsd3;
···
mkDerivation {
pname = "fizzbuzz-as-a-service";
-
version = "0.1.0.0";
-
sha256 = "1h7spka2igi1yz1dwl1192i4g74wlxp3m011mi6s6j35xpvll99l";
+
version = "0.1.0.1";
+
sha256 = "1m2pyvhdj8phj2f1zka6v1p72hzhmaigw2v0n1zwkh3k4hkq90kg";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
async base bytestring network-simple optparse-applicative
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
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;
}) {};
-
"fmt_0_4_0_0" = callPackage
+
"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
···
mkDerivation {
pname = "fmt";
-
version = "0.4.0.0";
-
sha256 = "0ksc8nx3v26y7k25a4x0knbmy9f5c9sa7j54b6fp4xb93bcdn76h";
+
version = "0.5.0.0";
+
sha256 = "156iv5c5aqlc6mmc5qcnsa4plhp99n4mzmm8rspxrc84gkl1agnf";
libraryHaskellDepends = [
base base16-bytestring base64-bytestring bytestring containers
microlens text text-format time time-locale-compat
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"fswatch" = callPackage
+
({ mkDerivation, base, directory, fsnotify, haskeline
+
, optparse-applicative, process
+
}:
+
mkDerivation {
+
pname = "fswatch";
+
version = "0.1.0.0";
+
sha256 = "13mrpz99sky3m2wfgxqxv475q0mnlpamhak1z20ycg7wdm3k13zw";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
base directory fsnotify haskeline optparse-applicative process
+
];
+
executableHaskellDepends = [
+
base directory fsnotify haskeline optparse-applicative process
+
];
+
homepage = "https://github.com/kelemzol/watch";
+
description = "File System watching tool with cli and slave functionalities";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"fswatcher" = callPackage
({ mkDerivation, base, directory, fsnotify, optparse-applicative
, process, regex-pcre-builtin, system-filepath, unix
···
mkDerivation {
pname = "generic-lens";
-
version = "0.3.0.1";
-
sha256 = "0wkshjzwvlpmxbfr96l1c485rwn21zfgcngkchj2c04amq1fiqs8";
+
version = "0.4.0.0";
+
sha256 = "0gqw9wdz2kf0jsx42l49f16xkb6yh741sv3kzss4d5laznmyh2v2";
libraryHaskellDepends = [ base profunctors ];
testHaskellDepends = [ base hspec QuickCheck ];
benchmarkHaskellDepends = [
···
({ mkDerivation, base, cpphs, ghc, happy }:
mkDerivation {
pname = "ghc-parser";
-
version = "0.1.8.0";
-
sha256 = "0ljizdzrgn64s70li3yp273ib323jkpflcf305zfgia277vrskj9";
+
version = "0.2.0.0";
+
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;
+
}) {inherit (pkgs) glib;};
+
+
"gi-gobject_2_0_15" = callPackage
+
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib, glib
+
, haskell-gi, haskell-gi-base, haskell-gi-overloading, text
+
, transformers
+
}:
+
mkDerivation {
+
pname = "gi-gobject";
+
version = "2.0.15";
+
sha256 = "0h98lld62dhdbw7s0c833jw15wxajy6nmvr69604px3saf4mjrrl";
+
setupHaskellDepends = [ base Cabal haskell-gi ];
+
libraryHaskellDepends = [
+
base bytestring containers gi-glib haskell-gi haskell-gi-base
+
haskell-gi-overloading text transformers
+
];
+
libraryPkgconfigDepends = [ glib ];
+
doHaddock = false;
+
homepage = "https://github.com/haskell-gi/haskell-gi";
+
description = "GObject bindings";
+
license = stdenv.lib.licenses.lgpl21;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) glib;};
"gi-gst" = callPackage
···
pname = "glirc";
version = "2.23";
sha256 = "0iv4n6i63f1x1808a3dvrbxyibi7jd1c8barsqbf9h1bqwazgsah";
-
revision = "1";
-
editedCabalFile = "1grjnv2krrncm6swf53mkvfvsd5qwrn2ixpfzwqvkrfy17bjskp9";
+
revision = "2";
+
editedCabalFile = "14jk02g995qpa1amkngy7vqyxjfxmmwr0585sjg2d6jw2wrzydal";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal filepath ];
···
pname = "gloss-examples";
version = "1.11.1.1";
sha256 = "0m5xyr5q6kfb2h5pfd5nj4x39nhhsnr7h8vxghvhvw1khsbh5gj1";
-
revision = "1";
-
editedCabalFile = "1l7hkyrl535wmw8afafsq3hj6b02zmm4skv1739h8wbpdc6255al";
+
revision = "2";
+
editedCabalFile = "0ldnhqmxs03040m5ym0qw1ig217j893rm1sq7rnjsmvh15ziw4yh";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
···
pname = "gloss-rendering";
version = "1.11.1.1";
sha256 = "1x2a8w49ik4w03wzf31icqbpr7fds9a1c7w263xwpm1445nrl2hz";
+
revision = "1";
+
editedCabalFile = "1z580vh4idsbndjjla6gniz8cacxwj9206llyafl83brrqjhm14b";
libraryHaskellDepends = [
base bmp bytestring containers GLUT OpenGL
···
license = stdenv.lib.licenses.mit;
}) {};
+
"haskell-src-exts-util" = callPackage
+
({ mkDerivation, base, containers, data-default, haskell-src-exts
+
, transformers, uniplate
+
}:
+
mkDerivation {
+
pname = "haskell-src-exts-util";
+
version = "0.1.0";
+
sha256 = "0paqb9k7p7vnykrzmiwkmah50523svsifc7wjy1xc5c2cc19597m";
+
libraryHaskellDepends = [
+
base containers data-default haskell-src-exts transformers uniplate
+
];
+
homepage = "https://github.com/pepeiborra/haskell-src-exts-util";
+
description = "Helper functions for working with haskell-src-exts trees";
+
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;
}) {};
+
"hdevtools_0_1_6_0" = callPackage
+
({ mkDerivation, base, Cabal, cmdargs, directory, filepath, ghc
+
, ghc-boot, ghc-paths, network, process, syb, time, transformers
+
, unix
+
}:
+
mkDerivation {
+
pname = "hdevtools";
+
version = "0.1.6.0";
+
sha256 = "0yp270sbz501vla87nhzv53ag0b64ny9gza6chr8mbjqkj86d5j5";
+
isLibrary = false;
+
isExecutable = true;
+
executableHaskellDepends = [
+
base Cabal cmdargs directory filepath ghc ghc-boot ghc-paths
+
network process syb time transformers unix
+
];
+
homepage = "https://github.com/hdevtools/hdevtools/";
+
description = "Persistent GHC powered background server for FAST haskell development tools";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"hdf" = callPackage
({ mkDerivation, base, directory, fgl, fgl-visualize, filepath
, hosc, hsc3, murmur-hash, process, split, transformers
···
pname = "heist";
version = "1.0.1.0";
sha256 = "1jwbqr2n7jv8cykjgg1a0bdwjszmrbg5qflikvmkyiy1pz0z6kzx";
-
revision = "5";
-
editedCabalFile = "02vsrjfcbzfi27992dv60cakb2s1z6ci13x01cvgdskcm8w81yl6";
+
revision = "6";
+
editedCabalFile = "1r0gqv2y2sar3j4vwnvc6gsdbs9813gviiaa348j9jyc0j6dy4qw";
libraryHaskellDepends = [
aeson attoparsec base blaze-builder blaze-html bytestring
containers directory directory-tree dlist filepath hashable
···
maintainers = with stdenv.lib.maintainers; [ peti ];
}) {};
+
"hsyslog-tcp" = callPackage
+
({ mkDerivation, base, bytestring, hsyslog, hsyslog-udp, network
+
, text, time
+
}:
+
mkDerivation {
+
pname = "hsyslog-tcp";
+
version = "0.1.0.0";
+
sha256 = "06qlpxl5cf45a2y9ncjcngrghbhgf624a6s1yczx1pfx7zqda6i6";
+
libraryHaskellDepends = [
+
base bytestring hsyslog hsyslog-udp network text time
+
];
+
homepage = "https://github.com/osa1/hsyslog-tcp#readme";
+
description = "syslog over TCP";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"hsyslog-udp" = callPackage
({ mkDerivation, base, bytestring, hspec, hsyslog, network, text
, time, unix
···
pname = "html-conduit";
version = "1.2.1.1";
sha256 = "1a5878axl1w65rv3g76d8fwgzbwazikna885jz5156zrrdq79hlq";
-
revision = "1";
-
editedCabalFile = "0hqkhbg3lq988pr26nanw37pq6pg68p1pnqig817qjprdm6wlcny";
+
revision = "2";
+
editedCabalFile = "1fhna6ck1v05zpf4c715phz102v8vz0p7lsjk3fljmxblamc8kn6";
libraryHaskellDepends = [
base bytestring conduit conduit-extra containers resourcet
tagstream-conduit text transformers xml-conduit xml-types
···
mkDerivation {
pname = "http2-client";
-
version = "0.2.0.1";
-
sha256 = "14w56b2lzjqwyh2vfqp3q27wsh6yzldrk073msszn0af0wrjv39p";
+
version = "0.2.0.2";
+
sha256 = "07mhaqjlvivk93wia9hlvn9nxfxsqnrbhga0k5jwsgldk229y02p";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
({ mkDerivation, base, text }:
mkDerivation {
pname = "human-parse";
-
version = "0.1.0.0";
-
sha256 = "00jngz0v32jd90hq22zshp3ldfrjfkdik9pf6ab4n2bd2mql3va5";
+
version = "0.1.0.2";
+
sha256 = "1p7r26b3845fbdp2lxv6pqbqrlfzna8qsh7k3b1rkj3qlbw64rym";
libraryHaskellDepends = [ base text ];
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
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 }:
mkDerivation {
pname = "human-text";
-
version = "0.1.0.1";
-
sha256 = "0i3z7hmlq7d3kcbx81rkm828l8wv7bv8q9la7cx0l7df9anri7za";
+
version = "0.1.0.2";
+
sha256 = "1jq9ksszwiy0bddw5c0zx037ig0gvsc5k030h6znkvmkpcvg096q";
libraryHaskellDepends = [ base text ];
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
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;
}) {};
-
"hw-bits_0_6_0_0" = callPackage
+
"hw-bits_0_7_0_0" = callPackage
({ mkDerivation, base, bytestring, criterion, hspec, hw-int
, hw-prim, hw-string-parse, QuickCheck, safe, vector
mkDerivation {
pname = "hw-bits";
-
version = "0.6.0.0";
-
sha256 = "1w6kr5brkw78a0x82r34aivbbh4bhrng2hzh7hycia7291vysbbw";
+
version = "0.7.0.0";
+
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;
+
}) {};
+
+
"hw-prim_0_5_0_0" = callPackage
+
({ mkDerivation, base, bytestring, hspec, QuickCheck, vector }:
+
mkDerivation {
+
pname = "hw-prim";
+
version = "0.5.0.0";
+
sha256 = "00sivy11g7haafpqy12sxgslffw841bx0i25phaz5vcfwp5xrp9j";
+
libraryHaskellDepends = [ base bytestring vector ];
+
testHaskellDepends = [ base bytestring hspec QuickCheck vector ];
+
homepage = "http://github.com/haskell-works/hw-prim#readme";
+
description = "Primitive functions and data types";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hw-rankselect" = callPackage
···
"ihaskell" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring, cereal
-
, cmdargs, containers, directory, filepath, ghc, ghc-parser
-
, ghc-paths, haskeline, haskell-src-exts, hlint, hspec, http-client
-
, http-client-tls, HUnit, ipython-kernel, mtl, parsec, process
-
, random, setenv, shelly, split, stm, strict, system-argv0, text
-
, transformers, unix, unordered-containers, utf8-string, uuid
-
, vector
+
, cmdargs, containers, directory, filepath, ghc, ghc-boot
+
, ghc-parser, ghc-paths, haskeline, haskell-src-exts, here, hlint
+
, hspec, hspec-contrib, http-client, http-client-tls, HUnit
+
, ipython-kernel, mtl, parsec, process, random, setenv, shelly
+
, split, stm, strict, system-argv0, text, transformers, unix
+
, unordered-containers, utf8-string, uuid, vector
mkDerivation {
pname = "ihaskell";
-
version = "0.8.4.0";
-
sha256 = "09vzwbxc8hnm7cwhs1nfpd6abwmlld495h304iwv1j653zrhjygp";
+
version = "0.9.0.1";
+
sha256 = "1xfp0pzxsfcz8h4f27fqvbc6pprwz45cgq5sa393z3wqy17ni4lq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson base base64-bytestring bytestring cereal cmdargs containers
-
directory filepath ghc ghc-parser ghc-paths haskeline
+
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
testHaskellDepends = [
-
aeson base base64-bytestring bytestring cereal cmdargs containers
-
directory filepath ghc ghc-parser ghc-paths haskeline
-
haskell-src-exts hlint hspec http-client http-client-tls HUnit
-
ipython-kernel mtl parsec process random setenv shelly split stm
-
strict system-argv0 text transformers unix unordered-containers
-
utf8-string uuid vector
+
base directory ghc ghc-paths here hspec hspec-contrib HUnit setenv
+
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;};
-
"inline-c_0_6_0_4" = callPackage
+
"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
···
mkDerivation {
pname = "inline-c";
-
version = "0.6.0.4";
-
sha256 = "0ram4gixghck1ydqjfymm0ks7yfig2cn3iq40iid2ppvam5kmsgc";
+
version = "0.6.0.5";
+
sha256 = "0fy19z3r6xyzhkkagi050rasc4ak8xmvdgidy4wplayck9fr3z47";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
mkDerivation {
pname = "ipython-kernel";
-
version = "0.8.4.0";
-
sha256 = "0r426gbvr5k019v49gmw32fv0xnq5viizin4gb7wxcnm6ql84k5c";
+
version = "0.9.0.0";
+
sha256 = "04byvmf4n55sdanw2lg5hicp2h7ivn2620wybd8i43hgcckx1ach";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
mkDerivation {
pname = "keystore";
-
version = "0.8.0.1";
-
sha256 = "0mfq4i1bn4zbfvxi45d7k8g3xiljv24vicc62535csdp68i5sh3i";
+
version = "0.8.0.2";
+
sha256 = "0n5d94wkasrb834j7jvh7fh3a2dshqb21g3a9kpsqjmsjy76bq3g";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"language-elm" = callPackage
+
({ mkDerivation, base, HUnit, MissingH, pretty }:
+
mkDerivation {
+
pname = "language-elm";
+
version = "0.0.10.1";
+
sha256 = "1kp2mwl1hngpvl2hfzlf7dghcvcr407f7qc86b3zz2vgxfac0n07";
+
libraryHaskellDepends = [ base MissingH pretty ];
+
testHaskellDepends = [ base HUnit pretty ];
+
homepage = "https://github.com/eliaslfox/language-elm#readme";
+
description = "Generate elm code";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"language-fortran" = callPackage
({ mkDerivation, alex, array, base, happy, haskell-src, parsec, syb
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"leancheck_0_6_5" = callPackage
+
({ mkDerivation, base, template-haskell }:
+
mkDerivation {
+
pname = "leancheck";
+
version = "0.6.5";
+
sha256 = "05mda73v91y951fc8lph2fq8nhq3q12d30xjwj5h7xqwi2c8sdiy";
+
libraryHaskellDepends = [ base template-haskell ];
+
testHaskellDepends = [ base ];
+
homepage = "https://github.com/rudymatela/leancheck#readme";
+
description = "Cholesterol-free property-based testing";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"leankit-api" = callPackage
({ mkDerivation, aeson, base, bytestring, colour, curl, split }:
mkDerivation {
···
mkDerivation {
pname = "libgraph";
-
version = "1.12";
-
sha256 = "04mm5va8dzxhp65q404dq44zma9x069sw9hyqmz1xj7b9cwkigwn";
+
version = "1.13";
+
sha256 = "0h4sas34nfql5w3mxds1j68qv4mcfjrrawxssd3rr23d1icavw2c";
libraryHaskellDepends = [
array base containers monads-tf process union-find
···
, io-streams, scientific, transformers, zlib-bindings
mkDerivation {
, io-streams, scientific, transformers, zlib-bindings
-
version = "0.1.3.0";
-
, io-streams, scientific, transformers, zlib-bindings
+
version = "0.1.3.1";
+
sha256 = "0irwsh3ib9rb1h6chs060vzr7bhczqb3qxrizxvsqiymgd1yjjgx";
libraryHaskellDepends = [ base containers ];
, io-streams, scientific, transformers, zlib-bindings
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
homepage = "https://github.com/chris-martin/loc";
, io-streams, scientific, transformers, zlib-bindings
license = stdenv.lib.licenses.asl20;
}) {};
···
, io-streams, scientific, transformers, zlib-bindings
mkDerivation {
, io-streams, scientific, transformers, zlib-bindings
-
version = "0.1.3.0";
-
, io-streams, scientific, transformers, zlib-bindings
+
version = "0.1.3.1";
+
sha256 = "0z2d1fi77msbgzipz87q32z5fmfb6aj923j2wh1565qbjaf7qjxx";
, io-streams, scientific, transformers, zlib-bindings
-
homepage = "https://github.com/chris-martin/haskell-libraries";
+
homepage = "https://github.com/chris-martin/loc";
, io-streams, scientific, transformers, zlib-bindings
license = stdenv.lib.licenses.asl20;
}) {};
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"morte_1_6_10" = callPackage
+
({ mkDerivation, alex, array, base, binary, code-page, containers
+
, criterion, deepseq, Earley, http-client, http-client-tls
+
, microlens, microlens-mtl, mtl, optparse-applicative, pipes
+
, QuickCheck, system-fileio, system-filepath, tasty, tasty-hunit
+
, tasty-quickcheck, text, text-format, transformers
+
}:
+
mkDerivation {
+
pname = "morte";
+
version = "1.6.10";
+
sha256 = "0wlcizw6kfbir18mqplnyap76gslbzia6ni25z2r4jb8mxrh5z6d";
+
isLibrary = true;
+
isExecutable = true;
+
enableSeparateDataOutput = true;
+
libraryHaskellDepends = [
+
array base binary containers deepseq Earley http-client
+
http-client-tls microlens microlens-mtl pipes system-fileio
+
system-filepath text text-format transformers
+
];
+
libraryToolDepends = [ alex ];
+
executableHaskellDepends = [
+
base code-page optparse-applicative text text-format
+
];
+
testHaskellDepends = [
+
base mtl QuickCheck system-filepath tasty tasty-hunit
+
tasty-quickcheck text transformers
+
];
+
benchmarkHaskellDepends = [ base criterion system-filepath text ];
+
description = "A bare-bones calculus of constructions";
+
license = stdenv.lib.licenses.bsd3;
+
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
···
mkDerivation {
pname = "mvc";
-
version = "1.1.4";
-
sha256 = "0nx66swbca3c481abzbpgxfhs93y6bsm897dbk56v0dfdqn0inw4";
+
version = "1.1.5";
+
sha256 = "18izqidmhiw2b3xs0q8w7dv73v3300d2xqk3prnk70326bsrvrid";
libraryHaskellDepends = [
async base contravariant foldl managed mmorph pipes
pipes-concurrency transformers
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"naperian" = callPackage
+
({ mkDerivation, adjunctions, base, comonad, distributive, free
+
, streams, transformers
+
}:
+
mkDerivation {
+
pname = "naperian";
+
version = "0.1.0.0";
+
sha256 = "0ydlwk1m3xi12bv2rylay4lrz5j5aj1lz95ivilnh89qg4ahrnlb";
+
libraryHaskellDepends = [
+
adjunctions base comonad distributive free streams transformers
+
];
+
homepage = "https://github.com/aaronvargo/naperian#readme";
+
description = "Efficient representable functors";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"naqsha" = callPackage
({ mkDerivation, base, bytestring, groups, hspec, HUnit, QuickCheck
, vector
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"network-transport-tcp_0_6_0" = callPackage
+
({ mkDerivation, base, bytestring, containers, data-accessor
+
, network, network-transport, network-transport-tests
+
}:
+
mkDerivation {
+
pname = "network-transport-tcp";
+
version = "0.6.0";
+
sha256 = "15p6y91gnk0xvysr3abcicwl343bq9bi1liaxcrwh2ffwws02kvp";
+
libraryHaskellDepends = [
+
base bytestring containers data-accessor network network-transport
+
];
+
testHaskellDepends = [
+
base bytestring network network-transport network-transport-tests
+
];
+
homepage = "http://haskell-distributed.github.com";
+
description = "TCP instantiation of Network.Transport";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"network-transport-tests" = callPackage
({ mkDerivation, ansi-terminal, base, bytestring, containers, mtl
, network-transport, random
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"network-transport-tests_0_2_4_1" = callPackage
+
({ mkDerivation, ansi-terminal, base, bytestring, containers, mtl
+
, network-transport, random
+
}:
+
mkDerivation {
+
pname = "network-transport-tests";
+
version = "0.2.4.1";
+
sha256 = "1j3sfr8d0fjp7qiqw94rcfwk8hrb55w8vz7cmw891cjjdlf00nb3";
+
libraryHaskellDepends = [
+
ansi-terminal base bytestring containers mtl network-transport
+
random
+
];
+
homepage = "http://haskell-distributed.github.com";
+
description = "Unit tests for Network.Transport implementations";
+
license = stdenv.lib.licenses.bsd3;
+
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;
}) {};
+
"pandoc-types_1_17_1" = callPackage
+
({ mkDerivation, aeson, base, bytestring, containers, deepseq
+
, ghc-prim, HUnit, QuickCheck, string-qq, syb, test-framework
+
, test-framework-hunit, test-framework-quickcheck2
+
}:
+
mkDerivation {
+
pname = "pandoc-types";
+
version = "1.17.1";
+
sha256 = "0sqk4sjpyl9k54kaxrk52in2sqhy62cakhca9k5i9c6gjhqh0rrb";
+
libraryHaskellDepends = [
+
aeson base bytestring containers deepseq ghc-prim QuickCheck syb
+
];
+
testHaskellDepends = [
+
aeson base bytestring containers HUnit QuickCheck string-qq syb
+
test-framework test-framework-hunit test-framework-quickcheck2
+
];
+
homepage = "http://johnmacfarlane.net/pandoc";
+
description = "Types for representing a structured document";
+
license = stdenv.lib.licenses.bsd3;
+
hydraPlatforms = stdenv.lib.platforms.none;
+
}) {};
+
"pandoc-unlit" = callPackage
({ mkDerivation, base, pandoc }:
mkDerivation {
···
mkDerivation {
pname = "pretty-compact";
-
version = "2.1";
-
sha256 = "0723zp6577vwfrhr2hnn439hc90h6qh6sgrshywhd5yks673vgf5";
+
version = "3.0";
+
sha256 = "06m8n5rx1d62hwd017ss8nlxas5ia57lgxddm2hv2046938a5wm8";
libraryHaskellDepends = [ base base-compat containers ];
benchmarkHaskellDepends = [
aeson base base-compat bytestring criterion deepseq pretty text
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"reflex-sdl2" = callPackage
+
({ mkDerivation, base, dependent-sum, mtl, ref-tf, reflex, sdl2 }:
+
mkDerivation {
+
pname = "reflex-sdl2";
+
version = "0.1.0.0";
+
sha256 = "1k18lb7aa440i76yd6x4bh3sz6wsqv1cq1l93wpac1673bvxicll";
+
isLibrary = true;
+
isExecutable = true;
+
libraryHaskellDepends = [
+
base dependent-sum mtl ref-tf reflex sdl2
+
];
+
executableHaskellDepends = [ base ];
+
homepage = "https://github.com/schell/reflex-sdl2#readme";
+
description = "SDL2 and reflex FRP";
+
license = stdenv.lib.licenses.mit;
+
}) {};
+
"reflex-transformers" = callPackage
({ mkDerivation, base, containers, lens, mtl, reflex, semigroups
, stateWriter, transformers
···
mkDerivation {
pname = "repa";
-
version = "3.4.1.2";
-
sha256 = "0myw05dicby7dhkmjvv9wphfnnx2jj3dxaa50357n76zysxhpy2p";
-
revision = "1";
-
editedCabalFile = "0pagab03fw7xp1vvgrc87g6g6zdr60plqhjjxk3fwwm1gs0jj61k";
+
version = "3.4.1.3";
+
sha256 = "0w3swrv5rdzkngcv1b6lndsg93y0y0wcxg7asgnxd529jsrdfciy";
libraryHaskellDepends = [
base bytestring ghc-prim QuickCheck template-haskell vector
···
({ mkDerivation, base, repa, vector }:
mkDerivation {
pname = "repa-algorithms";
-
version = "3.4.1.1";
-
sha256 = "0a3yhia6wb4blc8zyzd2pw6k7hfpamv08d64qplq181dp887kl64";
+
version = "3.4.1.2";
+
sha256 = "11lqq5j4g7p1dd47y65mfhzfsj8r27h7qj6qpc43g7kmf7h9gd87";
libraryHaskellDepends = [ base repa vector ];
homepage = "http://repa.ouroborus.net";
description = "Algorithms using the Repa array library";
···
pname = "repa-examples";
version = "3.4.1.1";
sha256 = "16jg56021r7974z66rhfyp246cj0r7h6wabnpl590q3fljwh5039";
+
revision = "1";
+
editedCabalFile = "0acl57w635zi1il4r4jxzp3r1kd0zdqdiihinpbla5vnp3a5zg13";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
···
pname = "repa-io";
version = "3.4.1.1";
sha256 = "1nm9kfin6fv016r02l74c9hf8pr1rz7s33i833cqpyw8m6bcmnxm";
+
revision = "1";
+
editedCabalFile = "0z0wbaz7svqdzjpmx7d9wwfjl31w0i29pcc1v11r26f9avw3g9qi";
libraryHaskellDepends = [
base binary bmp bytestring old-time repa vector
···
({ mkDerivation, base, doctest, Glob, hspec, QuickCheck, yaml }:
mkDerivation {
pname = "servant-auth";
-
version = "0.2.7.0";
-
sha256 = "0j0hfal64qjdbif9a6vy7dv4zn0pmkspn0pwafhsyh5adgqkrhxa";
+
version = "0.3.0.0";
+
sha256 = "085xfhrim0y067yab3pwgiilk7zzdg8b7dz3i08f4cfd633an8km";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest Glob hspec QuickCheck yaml ];
homepage = "http://github.com/plow-technologies/servant-auth#readme";
···
mkDerivation {
pname = "servant-auth-client";
-
version = "0.2.7.1";
-
sha256 = "1y5ha76j81biyzzgl9r26i0hkx1j3yslidzyl5h8xz55y712m16d";
+
version = "0.3.0.0";
+
sha256 = "048rrakd4v9nhgnqdwk4hwdb4mrailpkmf0ip1zmav18rg9ij3c7";
libraryHaskellDepends = [
base bytestring servant servant-auth servant-client text
···
pname = "servant-auth-server";
version = "0.3.0.0";
sha256 = "1rs51w929hlwsgrg5ajcv3cp09hnk37p1n5s2ydmja22m4ba93ak";
+
revision = "1";
+
editedCabalFile = "077qvaxqcnhvyl1d1318hyx9ckjd3z5n48vq0bqma0z7wqlzqs2v";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
···
pname = "snap";
version = "1.0.0.2";
sha256 = "0jx2prq0lxq9jqxqk8f059lwjm2yqxzwb9lx6iviq57flx4zxyqq";
+
revision = "1";
+
editedCabalFile = "1df44l26sxfk2qprs2vcfigzyzkxxwxi8siaaikbvmjzyjm0mby1";
libraryHaskellDepends = [
aeson attoparsec base bytestring cereal clientsession configurator
containers directory directory-tree dlist filepath hashable heist
···
pname = "snap-loader-dynamic";
version = "1.0.0.0";
sha256 = "12zvmdkypwflmc81i0sxbfmb3ja0vydycmaliyvrw0z32kg705wg";
-
revision = "1";
-
editedCabalFile = "0zgnlfp4rlj5c40ma75fdc7csbjn9p84x6a7fiwc7lqd1iqk4rbj";
+
revision = "2";
+
editedCabalFile = "1q5lal77sgxwcwbabw5rqwlrx84xv1c24zs2ry2gz57ccdr6n9qm";
libraryHaskellDepends = [
base directory directory-tree hint mtl snap-core template-haskell
time unix
···
"stratux" = callPackage
({ mkDerivation, base, directory, doctest, filepath, QuickCheck
, stratux-http, stratux-types, stratux-websockets, template-haskell
-
, text
mkDerivation {
pname = "stratux";
-
version = "0.0.8";
-
sha256 = "0awksbs58vvzf21747bcnhhf15px7nw99nnrd2kx220fa62fd9qh";
+
version = "0.0.9";
+
sha256 = "17jy7svf74k3r87p8xlp0hi9z95f5npmnn28jlwx4rb68dn63aly";
libraryHaskellDepends = [
-
base stratux-http stratux-types stratux-websockets text
+
base stratux-http stratux-types stratux-websockets
testHaskellDepends = [
base directory doctest filepath QuickCheck template-haskell
···
mkDerivation {
pname = "stratux-http";
-
version = "0.0.8";
-
sha256 = "0p9wcp8rby3mdxy1xs4wfx9cyc1yx16x2r4k964brv9vh6h615y7";
+
version = "0.0.9";
+
sha256 = "121pansnd8pdhv9ki2qdav93cwldmnxnykjldhbkb2bkyr0skdyb";
libraryHaskellDepends = [
aeson base either HTTP network-uri stratux-types utf8-string
···
mkDerivation {
pname = "stratux-types";
-
version = "0.0.8";
-
sha256 = "1jf633w4pzhqmpmwpxiq49l0as85c6sj6wyvs3gjp0cik5g3m0q5";
+
version = "0.0.9";
+
sha256 = "06d4qagcmzch25zkxpnvw04h5aav5wbdrfyi6xvzvndj12hvayza";
libraryHaskellDepends = [
aeson base bytestring lens scientific text time
···
mkDerivation {
pname = "stratux-websockets";
-
version = "0.0.8";
-
sha256 = "1rq0v6hyjc3s28zkdssm1my8k4lwbpqv0hv119w5j5i51l8zhgj8";
+
version = "0.0.9";
+
sha256 = "0076n4i250frv71w9sysw935g5aq0py8shwaqrhjrv4jp6mb2k3q";
libraryHaskellDepends = [
aeson base either network stratux-types text transformers
websockets
···
mkDerivation {
pname = "swish";
-
version = "0.9.1.9";
-
sha256 = "173qvx46als9ar63j6hqynnwnkvs12pb2qv3gbfjm8mla5i7sjym";
+
version = "0.9.1.10";
+
sha256 = "10nx8vx6vprsdchqd726vx3cfzxy0jkz9ylw4p2mkcam9s72dd7c";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
···
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+
"ticker" = callPackage
+
({ mkDerivation, async, base, deepseq, doctest, Glob, hspec
+
, safe-exceptions
+
}:
+
mkDerivation {
+
pname = "ticker";
+
version = "1.0.0";
+
sha256 = "16n1qxhp6i14h636n7r427s89v7z4kmfi7ivc6a0sz6jzh4h5c0d";
+
libraryHaskellDepends = [ async base safe-exceptions ];
+
testHaskellDepends = [ async base deepseq doctest Glob hspec ];
+
homepage = "https://github.com/kazeula/ticker-hs";
+
description = "A concurrent utility inspired by Ticker in golang";
+
license = stdenv.lib.licenses.bsd3;
+
}) {};
+
"tickle" = callPackage
({ mkDerivation, base, bifunctors, bytestring, directory, doctest
, filepath, lens, mtl, QuickCheck, semigroupoids, semigroups
···
pname = "trifecta";
version = "1.7.1.1";
sha256 = "13n6a3fdxngnzsjnhfrzigv1c2g0xm6lqkjcnirpc37sd0rpby31";
+
revision = "1";
+
editedCabalFile = "17i9137mqcm74s8zwdnkcg5kj583zzwqjyyz1z0af4anxfs1hvng";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
···
license = stdenv.lib.licenses.bsd3;
}) {};
+
"twitter-conduit_0_2_2_2" = callPackage
+
({ mkDerivation, aeson, attoparsec, authenticate-oauth, base
+
, bytestring, Cabal, cabal-doctest, case-insensitive, conduit
+
, conduit-extra, containers, data-default, doctest, exceptions
+
, hlint, hspec, http-client, http-conduit, http-types, lens
+
, lens-aeson, network-uri, resourcet, template-haskell, text, time
+
, transformers, transformers-base, twitter-types
+
, twitter-types-lens
+
}:
+
mkDerivation {
+
pname = "twitter-conduit";
+
version = "0.2.2.2";
+
sha256 = "00bxqd77ccxa0cbbrgwhnivyi8jvmm5w0xx7fnx592yn7y9kgfip";
+
setupHaskellDepends = [ base Cabal cabal-doctest ];
+
libraryHaskellDepends = [
+
aeson attoparsec authenticate-oauth base bytestring conduit
+
conduit-extra containers data-default exceptions http-client
+
http-conduit http-types lens lens-aeson resourcet template-haskell
+
text time transformers transformers-base twitter-types
+
twitter-types-lens
+
];
+
testHaskellDepends = [
+
aeson attoparsec authenticate-oauth base bytestring
+
case-insensitive conduit conduit-extra containers data-default
+
doctest hlint hspec http-client http-conduit http-types lens
+
lens-aeson network-uri resourcet template-haskell text time
+
twitter-types twitter-types-lens
+
];
+
homepage = "https://github.com/himura/twitter-conduit";
+
description = "Twitter API package with conduit interface and Streaming API support";
+
license = stdenv.lib.licenses.bsd3;
+
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;
+
}) {};
+
+
"typed-process_0_1_0_1" = callPackage
+
({ mkDerivation, async, base, base64-bytestring, bytestring
+
, conduit, conduit-extra, exceptions, hspec, http-conduit, process
+
, stm, temporary, transformers
+
}:
+
mkDerivation {
+
pname = "typed-process";
+
version = "0.1.0.1";
+
sha256 = "05pwpis2vm63qxg8kkqd52whbgkgf5k5sy0w1z1am7jsm6fiychc";
+
libraryHaskellDepends = [
+
async base bytestring conduit conduit-extra exceptions process stm
+
transformers
+
];
+
testHaskellDepends = [
+
async base base64-bytestring bytestring conduit conduit-extra hspec
+
http-conduit temporary
+
];
+
homepage = "https://haskell-lang.org/library/typed-process";
+
description = "Run external processes, with strong typing of streams";
+
license = stdenv.lib.licenses.mit;
+
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"typed-spreadsheet" = callPackage
···
pname = "xml-hamlet";
version = "0.4.1";
sha256 = "1fy29sxby4z6dby518x4za9bpgnh7aqwpwn365lb384rjpsr1wvx";
-
revision = "1";
-
editedCabalFile = "0cs0pmz3hlm09nrcdkr8cnj7s9phqi0y1gfvldcqzw6l4h9557aw";
+
revision = "2";
+
editedCabalFile = "1qlhn3lir1b534mqwxvx5ndnmn4h4qvmd809zapadx8s1q0i0f53";
libraryHaskellDepends = [
base containers parsec shakespeare template-haskell text
xml-conduit
···
mkDerivation {
pname = "zifter-stack";
-
version = "0.0.0.5";
-
sha256 = "01j6gm276xwlclkanai1hb93q83ml62njw8nsnnjk313jwds6151";
+
version = "0.0.0.6";
+
sha256 = "0z2y77fd9ij8s9qqyjik1syh5ry169bda6wlsa4lj658f8yghggc";
libraryHaskellDepends = [
base Cabal directory filepath path path-io process safe zifter