summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-01-31 16:57:44 +0100
committerPeter Simons <simons@cryp.to>2018-02-04 10:52:48 +0100
commit77e074829bef0b55725de030dbd78c9c556dbdd9 (patch)
tree3ab3e756703a99c0352b07d9b44d6721e5029a61 /pkgs
parent3ac304963c162688a4f9ca79a1daa2b60636bd92 (diff)
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.8-24-g7642d25 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/2499b1e31fd364f303b96ddcbe0bfff55410ea51.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2455
1 files changed, 2154 insertions, 301 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index d2e3281bbba8..796cc5262dc2 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -1825,8 +1825,8 @@ self: {
}:
mkDerivation {
pname = "BlogLiterately";
- version = "0.8.5";
- sha256 = "0xcliysj78z51vapjbndwdh39gn3vcwqxnylqb3501i15rmsfm63";
+ version = "0.8.6.1";
+ sha256 = "1hnw8lzbrhpjwjvy19ppkybxmw9v88rgc8y0sp4z056i2fki09jw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -3554,6 +3554,37 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "DAV_1_3_2" = callPackage
+ ({ mkDerivation, base, bytestring, case-insensitive, containers
+ , data-default, exceptions, haskeline, http-client, http-client-tls
+ , http-types, lens, mtl, network, network-uri, optparse-applicative
+ , transformers, transformers-base, transformers-compat, utf8-string
+ , xml-conduit, xml-hamlet
+ }:
+ mkDerivation {
+ pname = "DAV";
+ version = "1.3.2";
+ sha256 = "0sai0b7bxwif5czmmdik5dx318drx18inid87wfrxckrflsi8cv1";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring case-insensitive containers data-default exceptions
+ http-client http-client-tls http-types lens mtl transformers
+ transformers-base transformers-compat utf8-string xml-conduit
+ xml-hamlet
+ ];
+ executableHaskellDepends = [
+ base bytestring case-insensitive containers data-default exceptions
+ haskeline http-client http-client-tls http-types lens mtl network
+ network-uri optparse-applicative transformers transformers-base
+ transformers-compat utf8-string xml-conduit xml-hamlet
+ ];
+ homepage = "http://floss.scru.org/hDAV";
+ description = "RFC 4918 WebDAV support";
+ license = stdenv.lib.licenses.gpl3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"DBlimited" = callPackage
({ mkDerivation, base, containers, parsec }:
mkDerivation {
@@ -11502,6 +11533,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "Learning" = callPackage
+ ({ mkDerivation, base, hmatrix, vector }:
+ mkDerivation {
+ pname = "Learning";
+ version = "0.0.0";
+ sha256 = "18fh7gbpb4pm3cfsz3sxynippg6khf9cj4ijbk6q0xa107czy9w6";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [ base hmatrix vector ];
+ executableHaskellDepends = [ base hmatrix vector ];
+ testHaskellDepends = [ base hmatrix vector ];
+ homepage = "https://github.com/masterdezign/Learning#readme";
+ description = "Most frequently used machine learning tools";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"Level0" = callPackage
({ mkDerivation, base, directory, random, SDL, SDL-ttf }:
mkDerivation {
@@ -12359,6 +12406,8 @@ self: {
pname = "MiniAgda";
version = "0.2017.2.18";
sha256 = "0s3xp18y4kcjd1qq87vbhijbbpi9d1p08dgxw7521xlr3gmxkqxw";
+ revision = "1";
+ editedCabalFile = "0n4sd1b0c9fmgn7xqbhbms6y3ffkdgpa4fw7xcx31vgql2adxb0n";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -14608,8 +14657,8 @@ self: {
}:
mkDerivation {
pname = "Plot-ho-matic";
- version = "0.12.1.0";
- sha256 = "08210lfmbzaazk5d0j9gw81m7416hk0ldiyahp7g9kpj49nhpmrg";
+ version = "0.12.2.0";
+ sha256 = "1hy641q1qjjlig5xs2v3l2nj3mc10zrxsipr24x6b2750lhakbr4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -15121,12 +15170,13 @@ self: {
}) {};
"QuickCheckVariant" = callPackage
- ({ mkDerivation, base, QuickCheck }:
+ ({ mkDerivation, base, hspec, QuickCheck }:
mkDerivation {
pname = "QuickCheckVariant";
- version = "0.2.0.0";
- sha256 = "10nnwyks1gx9claaagljrplgsyyxkvmz7a17rkx00gbrd5x5bn2s";
+ version = "1.0.0.0";
+ sha256 = "0gxq90fh1bgy2vcpyzbdgnly7q88bbqx06dq44rmv3fwjs61rc82";
libraryHaskellDepends = [ base QuickCheck ];
+ testHaskellDepends = [ base hspec QuickCheck ];
homepage = "https://github.com/sanjorgek/QuickCheckVariant";
description = "Generator of \"valid\" and \"invalid\" data in a type class";
license = stdenv.lib.licenses.gpl3;
@@ -16847,17 +16897,22 @@ self: {
}) {};
"Sit" = callPackage
- ({ mkDerivation, array, base, containers, data-lens-light, mtl }:
+ ({ mkDerivation, alex, array, base, containers, data-lens-light
+ , happy, mtl
+ }:
mkDerivation {
pname = "Sit";
version = "0.2017.5.2";
sha256 = "1hal35bp7jw2dwmnd68p27hn19mgpdf28lpf8nh0qja59gxk4lff";
+ revision = "2";
+ editedCabalFile = "1chbiyvp02yn03pvqd4r4z3yprb7yiwmxmw2kl6gr5aml9923w41";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
array base containers data-lens-light mtl
];
+ executableToolDepends = [ alex happy ];
homepage = "https://github.com/andreasabel/Sit";
description = "Prototypical type checker for Type Theory with Sized Natural Numbers";
license = "unknown";
@@ -21755,6 +21810,40 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "aeson_1_2_4_0" = callPackage
+ ({ mkDerivation, attoparsec, base, base-compat, base-orphans
+ , base16-bytestring, bytestring, containers, deepseq, directory
+ , dlist, filepath, generic-deriving, ghc-prim, hashable
+ , hashable-time, HUnit, integer-logarithms, QuickCheck
+ , quickcheck-instances, scientific, tagged, template-haskell
+ , test-framework, test-framework-hunit, test-framework-quickcheck2
+ , text, th-abstraction, time, time-locale-compat
+ , unordered-containers, uuid-types, vector
+ }:
+ mkDerivation {
+ pname = "aeson";
+ version = "1.2.4.0";
+ sha256 = "16zwpd07cmhs58wwsqbhxy3b58gqw8w5nr7nf6lwi4nvznjdn09l";
+ libraryHaskellDepends = [
+ attoparsec base base-compat bytestring containers deepseq dlist
+ ghc-prim hashable scientific tagged template-haskell text
+ th-abstraction time time-locale-compat unordered-containers
+ uuid-types vector
+ ];
+ testHaskellDepends = [
+ attoparsec base base-compat base-orphans base16-bytestring
+ bytestring containers directory dlist filepath generic-deriving
+ ghc-prim hashable hashable-time HUnit integer-logarithms QuickCheck
+ quickcheck-instances scientific tagged template-haskell
+ test-framework test-framework-hunit test-framework-quickcheck2 text
+ time time-locale-compat unordered-containers uuid-types vector
+ ];
+ homepage = "https://github.com/bos/aeson";
+ description = "Fast JSON parsing and encoding";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"aeson-applicative" = callPackage
({ mkDerivation, aeson, base, text, unordered-containers }:
mkDerivation {
@@ -22854,8 +22943,8 @@ self: {
}:
mkDerivation {
pname = "aivika-distributed";
- version = "1.0";
- sha256 = "1nc0qhmkh75jda3id4wndhs5gmjiqcqi0gwpmwafm5czzg3g6lch";
+ version = "1.1.1";
+ sha256 = "0xwbyh1q32xl6xcv8fl49n98b40ma0ycfls21x0l9fjx15wk95ac";
libraryHaskellDepends = [
aivika aivika-transformers array base binary containers
distributed-process exceptions mtl mwc-random random stm time
@@ -29450,8 +29539,8 @@ self: {
}:
mkDerivation {
pname = "ats-format";
- version = "0.2.0.5";
- sha256 = "1b5sawd2i890cnj5wkp99psfgk0l52wv82xa00vr25nb708k8pkw";
+ version = "0.2.0.9";
+ sha256 = "07vbqwdlhnbqman07yh53s3fsdvpvphbj6s5cr9cr7pb6l3s3m13";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@@ -29462,33 +29551,33 @@ self: {
];
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [ base ];
- homepage = "https://hub.darcs.net/vmchale/ats-format#readme";
description = "A source-code formatter for ATS";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"ats-pkg" = callPackage
- ({ mkDerivation, ansi-wl-pprint, base, bytestring, Cabal, cli-setup
- , composition-prelude, dhall, directory, filemanip, http-client
- , http-client-tls, lens, optparse-applicative, parallel-io, process
- , shake, shake-ats, shake-ext, tar, temporary, text, unix, zlib
+ ({ mkDerivation, ansi-wl-pprint, base, binary, bytestring, Cabal
+ , cli-setup, composition-prelude, dhall, directory, filemanip
+ , http-client, http-client-tls, lens, optparse-applicative
+ , parallel-io, process, shake, shake-ats, shake-ext, tar, temporary
+ , text, unix, zlib
}:
mkDerivation {
pname = "ats-pkg";
- version = "1.4.0.6";
- sha256 = "0lh6blxawz9crx7sgb2ih9ls7ca9z0lid15viczrzws44d6s3s2g";
+ version = "2.1.0.8";
+ sha256 = "05ipwj3ihds2q8amvxxj02jzqpbmyjvd55a69z7bmx9vmz8j3pal";
isLibrary = true;
isExecutable = true;
setupHaskellDepends = [ base Cabal cli-setup ];
libraryHaskellDepends = [
- ansi-wl-pprint base bytestring composition-prelude dhall directory
- filemanip http-client http-client-tls lens optparse-applicative
- parallel-io process shake shake-ats shake-ext tar temporary text
- unix zlib
+ ansi-wl-pprint base binary bytestring composition-prelude dhall
+ directory filemanip http-client http-client-tls lens
+ optparse-applicative parallel-io process shake shake-ats shake-ext
+ tar temporary text unix zlib
];
executableHaskellDepends = [ base ];
- homepage = "https://github.com/vmchale/ats-pkg#readme";
+ homepage = "https://github.com/vmchale/atspkg#readme";
description = "Package manager for ATS";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -29499,8 +29588,8 @@ self: {
}:
mkDerivation {
pname = "ats-setup";
- version = "0.1.0.2";
- sha256 = "0si95yvwmjxy79z1ifqqxmps289l8xfqdzm9y430s341638ajivj";
+ version = "0.2.0.0";
+ sha256 = "1jkavd5dvsk6nbkik9xcdnlp3ry6jcmvkdk0lhm94f53cwz23xi5";
libraryHaskellDepends = [
base Cabal directory http-client http-client-tls parallel-io tar
zlib
@@ -32334,6 +32423,30 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "battleship-combinatorics" = callPackage
+ ({ mkDerivation, base, combinatorial, containers, deepseq
+ , directory, filepath, non-empty, pooled-io, prelude-compat
+ , QuickCheck, random, set-cover, storable-record, storablevector
+ , temporary, transformers, utility-ht
+ }:
+ mkDerivation {
+ pname = "battleship-combinatorics";
+ version = "0.0";
+ sha256 = "19yc53w1n2clml8gv6h48235kgjzxmg98d8bkjm33k6hcfbx6897";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base combinatorial containers deepseq directory filepath non-empty
+ pooled-io prelude-compat QuickCheck random set-cover
+ storable-record storablevector temporary transformers utility-ht
+ ];
+ executableHaskellDepends = [ base containers ];
+ testHaskellDepends = [ base QuickCheck ];
+ homepage = "http://hub.darcs.net/thielema/battleship-combinatorics/";
+ description = "Compute number of possible arrangements in the battleship game";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"battleships" = callPackage
({ mkDerivation, aeson, array, attoparsec, base, base64-bytestring
, blaze-svg, bytestring, cereal, colour, containers, cookie
@@ -32532,6 +32645,8 @@ self: {
pname = "beam";
version = "0.3.2.0";
sha256 = "0nkbn87i6pk2cmmcmzlcydlqwk95b7znncsyn135nl8r07vsqvqs";
+ revision = "1";
+ editedCabalFile = "1nh4hh7cslr75jwsj3dwfdphqm51bl7v0k1qvbaxkiac7wh3f19p";
libraryHaskellDepends = [
base conduit containers convertible HDBC HDBC-sqlite3 microlens mtl
pretty semigroups tagged text time uniplate
@@ -33080,15 +33195,15 @@ self: {
}:
mkDerivation {
pname = "bhoogle";
- version = "0.1.2.4";
- sha256 = "0r19z0ywxnzymd23kr9skl287w1d0g4420rxwdpq087gw77a67wl";
+ version = "0.1.2.5";
+ sha256 = "16i5gf8iv0l10zira8wi9lgbz0q1f7lxp35ml9yz4j8cihn7z7ji";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base brick bytestring containers directory filepath hoogle lens
process protolude text time vector vty
];
- homepage = "https://github.com/githubuser/bhoogle#readme";
+ homepage = "https://github.com/andrevdm/bhoogle#readme";
description = "Simple terminal GUI for local hoogle";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -33490,6 +33605,29 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "binary-conduit_1_3" = callPackage
+ ({ mkDerivation, base, binary, bytestring, conduit, exceptions
+ , hspec, QuickCheck, quickcheck-assertions, resourcet, vector
+ }:
+ mkDerivation {
+ pname = "binary-conduit";
+ version = "1.3";
+ sha256 = "1kfc421r8p0zxn5dkm9kzj4n9pharnl809hkjnr55dbrnr3vvya3";
+ revision = "1";
+ editedCabalFile = "0y08nw3y5jgrw5waa25b75iwsibnd1m9rbpqrvz5j4xq6baqw6kx";
+ libraryHaskellDepends = [
+ base binary bytestring conduit exceptions vector
+ ];
+ testHaskellDepends = [
+ base binary bytestring conduit hspec QuickCheck
+ quickcheck-assertions resourcet
+ ];
+ homepage = "http://github.com/qnikst/binary-conduit/";
+ description = "data serialization/deserialization conduit library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"binary-derive" = callPackage
({ mkDerivation, base, binary, ghc-prim }:
mkDerivation {
@@ -36190,8 +36328,8 @@ self: {
}:
mkDerivation {
pname = "blaze-colonnade";
- version = "1.1.0";
- sha256 = "0yxkb5qmlgrkz5fciac9qfrznfg7j1xz77929x5vw7ci7n7d2kqr";
+ version = "1.2.1";
+ sha256 = "0bsax9fw3bmj32a0dsrmp7zrpfp2pgilq3nss6qfa1zh1kdyj1xy";
libraryHaskellDepends = [
base blaze-html blaze-markup colonnade text
];
@@ -41143,8 +41281,8 @@ self: {
}:
mkDerivation {
pname = "canteven-log";
- version = "2.0.1.0";
- sha256 = "0w7hzhb13g62l08ggld3rj9aamw1jhjkir1bpzc73bl59ls4gdgy";
+ version = "2.0.2.1";
+ sha256 = "0i4lf46rj4yy8j7xr311kypi1kmmpldh914glzyp2gim08fwy10c";
libraryHaskellDepends = [
aeson base bytestring directory fast-logger filepath monad-logger
template-haskell text time transformers yaml
@@ -41251,21 +41389,22 @@ self: {
}) {};
"capataz" = callPackage
- ({ mkDerivation, async, base, bytestring, data-default, pretty-show
- , protolude, safe-exceptions, stm, tasty, tasty-hunit, tasty-rerun
- , tasty-smallcheck, teardown, text, time, unordered-containers
- , uuid, vector
+ ({ mkDerivation, async, base, bytestring, data-default, microlens
+ , pretty-show, protolude, safe-exceptions, stm, tasty, tasty-hunit
+ , tasty-rerun, tasty-smallcheck, teardown, text, time
+ , unordered-containers, uuid, vector
}:
mkDerivation {
pname = "capataz";
- version = "0.0.0.2";
- sha256 = "0d6k13qqm30rcs27qr6q8p0a4wlqw75qyfmk9x2s6zhydl4cwb85";
+ version = "0.1.0.0";
+ sha256 = "1bz9yazxwdasbdbr9hrfpvjaqd4lax8kqinlj4rxyiq1517rsqrk";
libraryHaskellDepends = [
- async base bytestring data-default protolude safe-exceptions stm
- teardown text time unordered-containers uuid vector
+ async base bytestring data-default microlens protolude
+ safe-exceptions stm teardown text time unordered-containers uuid
+ vector
];
testHaskellDepends = [
- async base bytestring data-default pretty-show protolude
+ async base bytestring data-default microlens pretty-show protolude
safe-exceptions stm tasty tasty-hunit tasty-rerun tasty-smallcheck
teardown text time unordered-containers uuid vector
];
@@ -42684,6 +42823,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "cereal-conduit_0_8_0" = callPackage
+ ({ mkDerivation, base, bytestring, cereal, conduit, HUnit, mtl
+ , resourcet, transformers
+ }:
+ mkDerivation {
+ pname = "cereal-conduit";
+ version = "0.8.0";
+ sha256 = "1srr7agvgfw78q5s1npjq5sgynvhjgllpihiv37ylkwqm4c4ap6r";
+ libraryHaskellDepends = [
+ base bytestring cereal conduit resourcet transformers
+ ];
+ testHaskellDepends = [
+ base bytestring cereal conduit HUnit mtl transformers
+ ];
+ homepage = "https://github.com/snoyberg/conduit";
+ description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"cereal-derive" = callPackage
({ mkDerivation, base, cereal, ghc-prim }:
mkDerivation {
@@ -44960,6 +45119,34 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "classy-prelude_1_4_0" = callPackage
+ ({ mkDerivation, async, base, basic-prelude, bifunctors, bytestring
+ , chunked-data, containers, deepseq, dlist, ghc-prim, hashable
+ , hspec, mono-traversable, mono-traversable-instances, mtl
+ , mutable-containers, primitive, QuickCheck, say, semigroups, stm
+ , stm-chans, text, time, transformers, unliftio
+ , unordered-containers, vector, vector-instances
+ }:
+ mkDerivation {
+ pname = "classy-prelude";
+ version = "1.4.0";
+ sha256 = "1q7r4lnrxjsh7rj5nr0cs22ddp9m6maa7bzbkarxw3xbfrb2afrb";
+ libraryHaskellDepends = [
+ async base basic-prelude bifunctors bytestring chunked-data
+ containers deepseq dlist ghc-prim hashable mono-traversable
+ mono-traversable-instances mtl mutable-containers primitive say
+ semigroups stm stm-chans text time transformers unliftio
+ unordered-containers vector vector-instances
+ ];
+ testHaskellDepends = [
+ base containers hspec QuickCheck transformers unordered-containers
+ ];
+ homepage = "https://github.com/snoyberg/mono-traversable#readme";
+ description = "A typeclass-based Prelude";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"classy-prelude-conduit" = callPackage
({ mkDerivation, base, bytestring, classy-prelude, conduit
, conduit-combinators, hspec, monad-control, QuickCheck, resourcet
@@ -44981,6 +45168,27 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "classy-prelude-conduit_1_4_0" = callPackage
+ ({ mkDerivation, base, bytestring, classy-prelude, conduit, hspec
+ , monad-control, QuickCheck, resourcet, transformers, void
+ }:
+ mkDerivation {
+ pname = "classy-prelude-conduit";
+ version = "1.4.0";
+ sha256 = "096466cyyxxmg3jpq705xjjc4r7v9b607hgbys8vybjlldkjbvrr";
+ libraryHaskellDepends = [
+ base bytestring classy-prelude conduit monad-control resourcet
+ transformers void
+ ];
+ testHaskellDepends = [
+ base bytestring conduit hspec QuickCheck transformers
+ ];
+ homepage = "https://github.com/snoyberg/mono-traversable#readme";
+ description = "classy-prelude together with conduit functions";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"classy-prelude-yesod" = callPackage
({ mkDerivation, aeson, base, classy-prelude
, classy-prelude-conduit, data-default, http-conduit, http-types
@@ -45000,6 +45208,26 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "classy-prelude-yesod_1_4_0" = callPackage
+ ({ mkDerivation, aeson, base, classy-prelude
+ , classy-prelude-conduit, data-default, http-conduit, http-types
+ , persistent, yesod, yesod-newsfeed, yesod-static
+ }:
+ mkDerivation {
+ pname = "classy-prelude-yesod";
+ version = "1.4.0";
+ sha256 = "0a4y9fipcikndzqqna5694f1wcwwin5ir076pjj1nm638a7silhc";
+ libraryHaskellDepends = [
+ aeson base classy-prelude classy-prelude-conduit data-default
+ http-conduit http-types persistent yesod yesod-newsfeed
+ yesod-static
+ ];
+ homepage = "https://github.com/snoyberg/mono-traversable#readme";
+ description = "Provide a classy prelude including common Yesod functionality";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"classyplate" = callPackage
({ mkDerivation, base, criterion, parallel, template-haskell
, uniplate
@@ -45041,8 +45269,8 @@ self: {
}:
mkDerivation {
pname = "clckwrks";
- version = "0.24.0.4";
- sha256 = "0xpv3qb7w1bzszbnmzriai9dv9qfajnv1pv9y3jdaih4gj73c9ny";
+ version = "0.24.0.6";
+ sha256 = "0yswcldqwrpk7z5ww95nyvsb6qdpl2171zxy4fkpnqscma3sf54r";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
acid-state aeson aeson-qq attoparsec base blaze-html bytestring
@@ -45403,12 +45631,15 @@ self: {
}) {};
"cli-setup" = callPackage
- ({ mkDerivation, base, bytestring, directory, process }:
+ ({ mkDerivation, base, bytestring, directory, file-embed, process
+ }:
mkDerivation {
pname = "cli-setup";
- version = "0.1.0.3";
- sha256 = "1w41pdprifdgp7h2z08m78jg058i49530pfvgmr53lmch5dkk4vf";
- libraryHaskellDepends = [ base bytestring directory process ];
+ version = "0.2.0.1";
+ sha256 = "056y5sphj2zn455wyhjxcr0c6hb502bhrazhd7nij9mg8d8761dk";
+ libraryHaskellDepends = [
+ base bytestring directory file-embed process
+ ];
homepage = "https://github.com/vmchale/cli-setup#readme";
description = "Helper setup scripts for packaging command-line tools";
license = stdenv.lib.licenses.bsd3;
@@ -46031,20 +46262,20 @@ self: {
"clustering" = callPackage
({ mkDerivation, base, binary, containers, criterion
- , hierarchical-clustering, matrices, mwc-random, parallel
- , primitive, Rlang-QQ, split, tasty, tasty-hunit, tasty-quickcheck
+ , hierarchical-clustering, inline-r, matrices, mwc-random, parallel
+ , primitive, split, tasty, tasty-hunit, tasty-quickcheck
, unordered-containers, vector
}:
mkDerivation {
pname = "clustering";
- version = "0.3.1";
- sha256 = "11kzx27m7r58zq2izg781vyi895530frgw5i6bnzgiylhf028sdw";
+ version = "0.4.0";
+ sha256 = "16zhg2jb4a823gf8pdbm9y9yknpf1w6l3983563vk3wjna3ypfcn";
libraryHaskellDepends = [
base binary containers matrices mwc-random parallel primitive
unordered-containers vector
];
testHaskellDepends = [
- base binary hierarchical-clustering matrices mwc-random Rlang-QQ
+ base binary hierarchical-clustering inline-r matrices mwc-random
split tasty tasty-hunit tasty-quickcheck vector
];
benchmarkHaskellDepends = [
@@ -47022,8 +47253,8 @@ self: {
}:
mkDerivation {
pname = "colonnade";
- version = "1.1.1";
- sha256 = "1qivzd143lk68k6dp8flj1265x8gw9zhs76bsvmhx6kq139qldhf";
+ version = "1.2.0";
+ sha256 = "0a9xh1vg64wyby370djsdcvrhg0vx2bdrwdh7csqri9nbxpzj8jn";
libraryHaskellDepends = [
base bytestring contravariant profunctors semigroups text vector
];
@@ -49045,6 +49276,36 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "conduit_1_3_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, deepseq, directory
+ , exceptions, filepath, gauge, hspec, kan-extensions
+ , mono-traversable, mtl, mwc-random, primitive, QuickCheck
+ , resourcet, safe, silently, split, text, transformers, unix
+ , unliftio, unliftio-core, vector
+ }:
+ mkDerivation {
+ pname = "conduit";
+ version = "1.3.0";
+ sha256 = "1520pdyb8lawcbqapr1v8lj9zzxnm6d20zfgawa6ds0dxskz1kyp";
+ libraryHaskellDepends = [
+ base bytestring directory exceptions filepath mono-traversable mtl
+ primitive resourcet text transformers unix unliftio-core vector
+ ];
+ testHaskellDepends = [
+ base bytestring containers directory exceptions filepath hspec
+ mono-traversable mtl QuickCheck resourcet safe silently split text
+ transformers unliftio vector
+ ];
+ benchmarkHaskellDepends = [
+ base containers deepseq gauge hspec kan-extensions mwc-random
+ transformers vector
+ ];
+ homepage = "http://github.com/snoyberg/conduit";
+ description = "Streaming data processing library";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"conduit-algorithms" = callPackage
({ mkDerivation, async, base, bytestring, bzlib-conduit, conduit
, conduit-combinators, conduit-extra, containers, deepseq
@@ -49167,6 +49428,20 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "conduit-combinators_1_3_0" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "conduit-combinators";
+ version = "1.3.0";
+ sha256 = "1lz70vwp4y4lpsivxl0cshq7aq3968rh48r6rjvpyaj2l0bdj5wp";
+ libraryHaskellDepends = [ base ];
+ doHaddock = false;
+ homepage = "https://github.com/snoyberg/mono-traversable#readme";
+ description = "DEPRECATED Functionality merged into the conduit package itself";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"conduit-connection" = callPackage
({ mkDerivation, base, bytestring, conduit, connection, HUnit
, network, resourcet, test-framework, test-framework-hunit
@@ -49219,6 +49494,36 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "conduit-extra_1_3_0" = callPackage
+ ({ mkDerivation, async, attoparsec, base, bytestring
+ , bytestring-builder, conduit, directory, exceptions, filepath
+ , gauge, hspec, network, primitive, process, QuickCheck, resourcet
+ , stm, streaming-commons, text, transformers, transformers-base
+ , typed-process, unliftio-core
+ }:
+ mkDerivation {
+ pname = "conduit-extra";
+ version = "1.3.0";
+ sha256 = "1bi2b6kdzy5f9glq46jzsk02has95jkxqz0cchpbmnakzhjwjh9c";
+ libraryHaskellDepends = [
+ async attoparsec base bytestring conduit directory filepath network
+ primitive process resourcet stm streaming-commons text transformers
+ typed-process unliftio-core
+ ];
+ testHaskellDepends = [
+ async attoparsec base bytestring bytestring-builder conduit
+ directory exceptions hspec process QuickCheck resourcet stm
+ streaming-commons text transformers transformers-base
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring bytestring-builder conduit gauge transformers
+ ];
+ homepage = "http://github.com/snoyberg/conduit";
+ description = "Batteries included conduit: adapters for common libraries";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"conduit-find" = callPackage
({ mkDerivation, attoparsec, base, conduit, conduit-combinators
, conduit-extra, directory, doctest, either, exceptions, filepath
@@ -59094,26 +59399,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "dhall_1_9_0" = callPackage
+ "dhall_1_9_1" = callPackage
({ mkDerivation, ansi-wl-pprint, base, base16-bytestring
, bytestring, case-insensitive, charset, containers, contravariant
, cryptohash, deepseq, exceptions, http-client, http-client-tls
- , lens, optparse-generic, parsers, prettyprinter, system-fileio
- , system-filepath, tasty, tasty-hunit, text, text-format
- , transformers, trifecta, unordered-containers, vector
+ , lens-family-core, optparse-generic, parsers, prettyprinter
+ , system-fileio, system-filepath, tasty, tasty-hunit, text
+ , text-format, transformers, trifecta, unordered-containers, vector
}:
mkDerivation {
pname = "dhall";
- version = "1.9.0";
- sha256 = "1i59rvjjkqikz964kzrnbxfwjhwvnwqwvaw9m03yq540qi4kmiaz";
+ version = "1.9.1";
+ sha256 = "1kwv5mhcabg3bwnp9j7z01xxv1a0xnpc6n0yw02k8xhrhdz60hdq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-wl-pprint base base16-bytestring bytestring case-insensitive
charset containers contravariant cryptohash exceptions http-client
- http-client-tls lens parsers prettyprinter system-fileio
- system-filepath text text-format transformers trifecta
- unordered-containers vector
+ http-client-tls lens-family-core parsers prettyprinter
+ system-fileio system-filepath text text-format transformers
+ trifecta unordered-containers vector
];
executableHaskellDepends = [
base optparse-generic prettyprinter system-filepath text trifecta
@@ -60289,8 +60594,8 @@ self: {
}:
mkDerivation {
pname = "digestive-functors-aeson";
- version = "1.1.22";
- sha256 = "1gsvv8kgjjjq7nlpixq3gz6d1j90l83pmh2r3h18019369fcv3ip";
+ version = "1.1.23";
+ sha256 = "14mzv2bc7ndqqkx1nqb3km78h1ysjmry9d6s40nic8r2qgf9y2an";
libraryHaskellDepends = [
aeson base containers digestive-functors lens lens-aeson safe text
vector
@@ -60810,12 +61115,12 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "directory_1_3_1_5" = callPackage
+ "directory_1_3_2_0" = callPackage
({ mkDerivation, base, filepath, time, unix }:
mkDerivation {
pname = "directory";
- version = "1.3.1.5";
- sha256 = "0zkqihmdfz7bzv3sxh1p9ijl4vra880kfy3qy9h96flq7d2if0f2";
+ version = "1.3.2.0";
+ sha256 = "0ffhanigxrx5wpin8l0wfp7d24lpgsjwj0hxrfp8bpy2wj1snxny";
libraryHaskellDepends = [ base filepath time unix ];
testHaskellDepends = [ base filepath time unix ];
description = "Platform-agnostic library for filesystem operations";
@@ -61283,6 +61588,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "distributed-closure_0_3_5" = callPackage
+ ({ mkDerivation, base, binary, bytestring, constraints, hspec
+ , QuickCheck, syb, template-haskell
+ }:
+ mkDerivation {
+ pname = "distributed-closure";
+ version = "0.3.5";
+ sha256 = "0mm3w8l63n9lbifrj32kv5xbb79fiwd4swi2kv2lbnc67b6ig43h";
+ libraryHaskellDepends = [
+ base binary bytestring constraints syb template-haskell
+ ];
+ testHaskellDepends = [ base binary hspec QuickCheck ];
+ homepage = "https://github.com/tweag/distributed-closure";
+ description = "Serializable closures for distributed programming";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"distributed-process" = callPackage
({ mkDerivation, base, binary, bytestring, containers
, data-accessor, deepseq, distributed-static, exceptions, hashable
@@ -65445,8 +65768,8 @@ self: {
}:
mkDerivation {
pname = "ekg-bosun";
- version = "1.0.10";
- sha256 = "18108haj2gpgbn3lbsgzb1ixbycijjns1h780hllsb3nbcmqv0gw";
+ version = "1.0.11";
+ sha256 = "0663m2riq23dwhsvgqi0mcy6h7hb24fgk315h7mi656bj5lzllx6";
libraryHaskellDepends = [
aeson base ekg-core http-client lens network network-uri old-locale
text time unordered-containers vector wreq
@@ -65462,8 +65785,8 @@ self: {
}:
mkDerivation {
pname = "ekg-carbon";
- version = "1.0.8";
- sha256 = "0n65c6yv43gckxlckl9bmmf0ags3pp055lvxpi5rbq1d95b29xqd";
+ version = "1.0.9";
+ sha256 = "00xdyrvwmd9jp59awh9i1yzbnywndzmjmz8qsn87hrcd2848fdnm";
libraryHaskellDepends = [
base ekg-core network network-carbon text time unordered-containers
vector
@@ -66672,15 +66995,15 @@ self: {
"engine-io" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, base64-bytestring
- , bytestring, either, free, monad-loops, mwc-random, stm, stm-delay
+ , bytestring, errors, free, monad-loops, mwc-random, stm, stm-delay
, text, transformers, unordered-containers, vector, websockets
}:
mkDerivation {
pname = "engine-io";
- version = "1.2.17";
- sha256 = "0m5nr1qk15p332dhmiyrpfdm91cf3al2nah6rja55y6gpc2vvvbv";
+ version = "1.2.19";
+ sha256 = "1z3gnd3cfgp3mlbxlbaqv5m21fv0qqjyzzqi3qkrrggy0y71yq0b";
libraryHaskellDepends = [
- aeson async attoparsec base base64-bytestring bytestring either
+ aeson async attoparsec base base64-bytestring bytestring errors
free monad-loops mwc-random stm stm-delay text transformers
unordered-containers vector websockets
];
@@ -67093,6 +67416,26 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "envy_1_5_0_0" = callPackage
+ ({ mkDerivation, base, bytestring, containers, hspec, mtl
+ , QuickCheck, quickcheck-instances, text, time, transformers
+ }:
+ mkDerivation {
+ pname = "envy";
+ version = "1.5.0.0";
+ sha256 = "1gqzfjgy58833vi9b5dlfwwzx7fj2548wb340xyh0q8cmsrrkh6d";
+ libraryHaskellDepends = [
+ base bytestring containers mtl text time transformers
+ ];
+ testHaskellDepends = [
+ base bytestring hspec mtl QuickCheck quickcheck-instances text time
+ transformers
+ ];
+ description = "An environmentally friendly way to deal with environment variables";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"epanet-haskell" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -68489,7 +68832,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
- "eventsource-api_1_2_0" = callPackage
+ "eventsource-api_1_3_0" = callPackage
({ mkDerivation, aeson, base, bytestring, containers
, enclosed-exceptions, lifted-async, lifted-base, monad-control
, monad-loops, mtl, stm, stm-chans, string-conversions, text
@@ -68497,8 +68840,8 @@ self: {
}:
mkDerivation {
pname = "eventsource-api";
- version = "1.2.0";
- sha256 = "1hiigk22f5w1bgnvmpi2gs8s1c80x2ddd44rczj5dfrfawvm8jr2";
+ version = "1.3.0";
+ sha256 = "1xv1j0dyvbl319513ycyl8857jy3gh0dcjvwxfxz4ddsw0sld3bx";
libraryHaskellDepends = [
aeson base bytestring containers enclosed-exceptions lifted-async
lifted-base monad-control monad-loops mtl stm stm-chans
@@ -68532,15 +68875,15 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "eventsource-geteventstore-store_1_0_6" = callPackage
+ "eventsource-geteventstore-store_1_1_0" = callPackage
({ mkDerivation, aeson, base, eventsource-api
, eventsource-store-specs, eventstore, mtl, protolude
, string-conversions, tasty, tasty-hspec, transformers-base
}:
mkDerivation {
pname = "eventsource-geteventstore-store";
- version = "1.0.6";
- sha256 = "0fy1sgc43a6d4hrwyc3kawcnvpm4zlmwnznw27zd40hrbzkkkzw2";
+ version = "1.1.0";
+ sha256 = "00siad63vciymkdql9b3bszb2qfcylb9y32x04ndd19mvpixhdi3";
libraryHaskellDepends = [
aeson base eventsource-api eventstore mtl string-conversions
transformers-base
@@ -68571,14 +68914,14 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};