hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.15.5-13-g52041eb from Hackage revision
6fc474c82c.
This commit is contained in:
Peter Simons 2020-08-14 02:30:31 +02:00
parent a6cfe5246a
commit 8a1661d73f

View File

@ -24310,6 +24310,19 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"aeson-helper" = callPackage
({ mkDerivation, aeson, base, text, unordered-containers, vector }:
mkDerivation {
pname = "aeson-helper";
version = "0.1.0.0";
sha256 = "0s4gq827i2wyflcaxbhlr8f8svlw8szzmwax9d7vnxk9wy9fw8w0";
libraryHaskellDepends = [
aeson base text unordered-containers vector
];
description = "Aeson helper func";
license = stdenv.lib.licenses.bsd3;
}) {};
"aeson-injector" = callPackage "aeson-injector" = callPackage
({ mkDerivation, aeson, base, bifunctors, containers, deepseq ({ mkDerivation, aeson, base, bifunctors, containers, deepseq
, hashable, HUnit, lens, QuickCheck, quickcheck-text, scientific , hashable, HUnit, lens, QuickCheck, quickcheck-text, scientific
@ -24581,6 +24594,17 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"aeson-result" = callPackage
({ mkDerivation, aeson, aeson-helper, base, text }:
mkDerivation {
pname = "aeson-result";
version = "0.1.0.0";
sha256 = "10bnzh7vlh42sip0z7mvx5jxrsi7p2s3vqy55pfg2pb17czzly2y";
libraryHaskellDepends = [ aeson aeson-helper base text ];
description = "API Result for aeson";
license = stdenv.lib.licenses.bsd3;
}) {};
"aeson-schema" = callPackage "aeson-schema" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring, containers ({ mkDerivation, aeson, attoparsec, base, bytestring, containers
, directory, fail, filepath, ghc-prim, hashable, hint, HUnit, mtl , directory, fail, filepath, ghc-prim, hashable, hint, HUnit, mtl
@ -36271,8 +36295,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "azimuth-hs"; pname = "azimuth-hs";
version = "0.1.1"; version = "0.2.0";
sha256 = "123an5smr2kzxaagnpshh3vcz51p3njkp5hrjcm3x37vr8qrla3x"; sha256 = "11mmvis4z7vmvghm47vgsghw7kj9skixcyffg68hqm3cfzncj2wm";
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
base data-default-class exceptions haskoin-core memory mtl text base data-default-class exceptions haskoin-core memory mtl text
@ -88043,10 +88067,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "ffunctor"; pname = "ffunctor";
version = "1.2.0"; version = "1.2.1";
sha256 = "0rq60a7ximvqdxqvijw1isd1d5gwqbjagmws91y0jvxlwmsgzf6w"; sha256 = "0143i0l4153k1pkql50hb158hcx9iqjj59zwqlhbqq0rr43nza3f";
revision = "2";
editedCabalFile = "1mwddp63jdgfzhdcyqs77nv5lsbaw4gj63gcihimfmj5qxlx7zpk";
libraryHaskellDepends = [ base transformers ]; libraryHaskellDepends = [ base transformers ];
testHaskellDepends = [ testHaskellDepends = [
aeson base exceptions generic-lens http-client mtl servant aeson base exceptions generic-lens http-client mtl servant
@ -112974,6 +112996,38 @@ self: {
broken = true; broken = true;
}) {}; }) {};
"hapistrano_0_4_1_1" = callPackage
({ mkDerivation, aeson, ansi-terminal, async, base, directory
, filepath, formatting, gitrev, hspec, hspec-discover, mtl
, optparse-applicative, path, path-io, process, QuickCheck
, silently, stm, temporary, time, transformers, typed-process, yaml
}:
mkDerivation {
pname = "hapistrano";
version = "0.4.1.1";
sha256 = "1cxb0bf96jd707h3acxq70jl8bamb7dhbrkr9ils44y3r4kb32kz";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
aeson ansi-terminal base filepath formatting gitrev mtl path
process stm time transformers typed-process yaml
];
executableHaskellDepends = [
aeson async base formatting gitrev optparse-applicative path
path-io stm yaml
];
testHaskellDepends = [
base directory filepath hspec mtl path path-io process QuickCheck
silently temporary yaml
];
testToolDepends = [ hspec-discover ];
description = "A deployment library for Haskell applications";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"happindicator" = callPackage "happindicator" = callPackage
({ mkDerivation, array, base, bytestring, containers, glib, gtk ({ mkDerivation, array, base, bytestring, containers, glib, gtk
, gtk2hs-buildtools, libappindicator-gtk2, mtl , gtk2hs-buildtools, libappindicator-gtk2, mtl
@ -150524,8 +150578,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-i18n"; pname = "keera-hails-i18n";
version = "0.6.0"; version = "0.7.0";
sha256 = "0xal6xq60yljn53qrxcgsm4jc630za8jfcqxxvlrr9g53kganmpc"; sha256 = "0k5cvnkc5r99r4361hn5jrmslvb21y3k2pj0dryiwbs21jwyv213";
libraryHaskellDepends = [ libraryHaskellDepends = [
base directory filepath glib hgettext MissingK setlocale base directory filepath glib hgettext MissingK setlocale
utf8-string utf8-string
@ -150540,8 +150594,8 @@ self: {
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
pname = "keera-hails-mvc-controller"; pname = "keera-hails-mvc-controller";
version = "0.6.0"; version = "0.7.0";
sha256 = "0k1i443mmw2lrpsrh8dzfzcydfzs305b4np45bfc0hlb6czkc4p6"; sha256 = "1j7vhkghdh4hrap7g2xshpd2fw3acgwvi68f2c01mqmfi5dl4z2n";
libraryHaskellDepends = [ base ]; libraryHaskellDepends = [ base ];
description = "Haskell on Gtk rails - Gtk-based controller for MVC applications"; description = "Haskell on Gtk rails - Gtk-based controller for MVC applications";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -150553,8 +150607,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-mvc-environment-gtk"; pname = "keera-hails-mvc-environment-gtk";
version = "0.6.0"; version = "0.7.0";
sha256 = "0acrafqcjq01qbd68c8ch510ggz3x581jrfx411xh8y0ngk3ydjv"; sha256 = "0px1f9jpdgkd253bhgalxk5rxx971s0s2a845h81x6hy9wi7n6mf";
libraryHaskellDepends = [ libraryHaskellDepends = [
base keera-hails-mvc-model-protectedmodel keera-hails-mvc-view base keera-hails-mvc-model-protectedmodel keera-hails-mvc-view
keera-hails-mvc-view-gtk keera-hails-mvc-view-gtk
@ -150571,8 +150625,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-mvc-model-lightmodel"; pname = "keera-hails-mvc-model-lightmodel";
version = "0.6.0"; version = "0.7.0";
sha256 = "0m2v5dsvjrx42m5psb2yw9jgwzn14yw4l3yswpm469wfdyli88n4"; sha256 = "0nklcgsadm2h62jwp8i419dwrsfs885cmglr5n39b7r1zy7dsa0f";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers keera-hails-reactivevalues MissingK stm base containers keera-hails-reactivevalues MissingK stm
template-haskell template-haskell
@ -150589,8 +150643,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-mvc-model-protectedmodel"; pname = "keera-hails-mvc-model-protectedmodel";
version = "0.6.0"; version = "0.7.0";
sha256 = "19lb7yxfgrv074z0qcdqa7fdpjx1mgl1djcl6vaz8ydf69qqdyfn"; sha256 = "0vz4bcnm2p03c3x6qspii9kylcv4d0qlmzawm6x1f148srrwidi7";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers keera-hails-reactivevalues MissingK stm base containers keera-hails-reactivevalues MissingK stm
template-haskell template-haskell
@ -150665,8 +150719,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-cbmvar"; pname = "keera-hails-reactive-cbmvar";
version = "0.6.0"; version = "0.7.0";
sha256 = "0g9fb8h1japh0hp6bn02lcsm5cls1lk4hhyk7rbxfkrfiln1khqi"; sha256 = "085zli0s7p8f2ib2882q4qpqlh6czw62626fnrjiks4sff3f31c7";
libraryHaskellDepends = [ libraryHaskellDepends = [
base keera-callbacks keera-hails-reactivevalues lens base keera-callbacks keera-hails-reactivevalues lens
]; ];
@ -150702,8 +150756,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-gtk"; pname = "keera-hails-reactive-gtk";
version = "0.6.0"; version = "0.7.0";
sha256 = "1vr0dy8a44fdh4ilwgzm8g5vjdcq9ll145v47ghpn7z7dhlmbgki"; sha256 = "1xn5ar20x8kpiv1z6i5gcvm09xjgrdppjyxd2si8nyv7gw173scr";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring cairo glib gtk gtk-helpers base bytestring cairo glib gtk gtk-helpers
keera-hails-reactivevalues mtl transformers keera-hails-reactivevalues mtl transformers
@ -150721,8 +150775,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-htmldom"; pname = "keera-hails-reactive-htmldom";
version = "0.6.0"; version = "0.7.0";
sha256 = "1hpkmxdhvvwjly860n4kk4ghw47a0yc92dn1ajkz0fc849zp2mpa"; sha256 = "05lz38pffm6k3kbw3g6gkslixq4nc764n1i4dxz9p6zwj27f6svc";
libraryHaskellDepends = [ libraryHaskellDepends = [
base ghcjs-dom keera-callbacks keera-hails-reactive-cbmvar base ghcjs-dom keera-callbacks keera-hails-reactive-cbmvar
keera-hails-reactivevalues mtl transformers keera-hails-reactivevalues mtl transformers
@ -150739,8 +150793,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-network"; pname = "keera-hails-reactive-network";
version = "0.6.0"; version = "0.7.0";
sha256 = "0k0qfh10wv4rabvi2zgwsv97mz7nbvg3rvxfddh6i2hsa48cjvcf"; sha256 = "0qn1vz55fpvrx4l3lak0lkx0ggli8smf3r4za3zypgfv3a1q3rxm";
libraryHaskellDepends = [ libraryHaskellDepends = [
base bytestring keera-hails-reactivevalues network network-bsd base bytestring keera-hails-reactivevalues network network-bsd
]; ];
@ -150770,8 +150824,8 @@ self: {
({ mkDerivation, base, keera-hails-reactivevalues, wx, wxcore }: ({ mkDerivation, base, keera-hails-reactivevalues, wx, wxcore }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-wx"; pname = "keera-hails-reactive-wx";
version = "0.6.0"; version = "0.7.0";
sha256 = "1yspys7vqg3xm86j4k0wcih5f9iqi0n7f6vnc83gjl84c8w8zac1"; sha256 = "1cpwyqqcdnxc30qmny0rq0ww51vv8g241jwjis1sbs47hvwgvi27";
libraryHaskellDepends = [ libraryHaskellDepends = [
base keera-hails-reactivevalues wx wxcore base keera-hails-reactivevalues wx wxcore
]; ];
@ -150787,8 +150841,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactive-yampa"; pname = "keera-hails-reactive-yampa";
version = "0.6.0"; version = "0.7.0";
sha256 = "19zxpl9wypy31nwn2ghjcbkvn5xwqfpp9rprkx5ilax3rjagcqcc"; sha256 = "178r5igwnvkbpz1hypiy4l61s3amr4j8bk1yvqc7jvs40cldiw1x";
libraryHaskellDepends = [ libraryHaskellDepends = [
base keera-callbacks keera-hails-reactivevalues time Yampa base keera-callbacks keera-hails-reactivevalues time Yampa
]; ];
@ -150818,8 +150872,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keera-hails-reactivevalues"; pname = "keera-hails-reactivevalues";
version = "0.6.0"; version = "0.7.0";
sha256 = "1fji0axzj0558dczvzgkwpxnkszfdk3zgky933pdkpcq1cnjz0d3"; sha256 = "1dmsjyvrzh8rdp9kcc8ysar0zw9gaxqh231xaqy17ndfhlmp2nzq";
libraryHaskellDepends = [ base contravariant ]; libraryHaskellDepends = [ base contravariant ];
testHaskellDepends = [ testHaskellDepends = [
base directory filepath hlint HUnit mtl process QuickCheck base directory filepath hlint HUnit mtl process QuickCheck
@ -165788,6 +165842,30 @@ self: {
license = stdenv.lib.licenses.bsd2; license = stdenv.lib.licenses.bsd2;
}) {}; }) {};
"math-functions_0_3_4_1" = callPackage
({ mkDerivation, base, data-default-class, deepseq, erf, gauge
, primitive, QuickCheck, random, tasty, tasty-hunit
, tasty-quickcheck, vector, vector-th-unbox
}:
mkDerivation {
pname = "math-functions";
version = "0.3.4.1";
sha256 = "13x4whrnacqvmprfi665n5nby8hqlz1pxrglsl81chyk0gy0l2p2";
libraryHaskellDepends = [
base data-default-class deepseq primitive vector
];
testHaskellDepends = [
base data-default-class deepseq erf primitive QuickCheck tasty
tasty-hunit tasty-quickcheck vector vector-th-unbox
];
benchmarkHaskellDepends = [
base data-default-class gauge random vector
];
description = "Collection of tools for numeric computations";
license = stdenv.lib.licenses.bsd2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"math-grads" = callPackage "math-grads" = callPackage
({ mkDerivation, aeson, array, base, bimap, containers, hspec ({ mkDerivation, aeson, array, base, bimap, containers, hspec
, ilist, lens, linear, matrix, mtl, random, vector , ilist, lens, linear, matrix, mtl, random, vector
@ -166253,8 +166331,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "matterhorn"; pname = "matterhorn";
version = "50200.9.0"; version = "50200.10.0";
sha256 = "1ky022msmh1ashhw8kwxwj4lcswa6xin2537q4bx8miii07cfvaw"; sha256 = "0wj1bsqmlzb7q92h3hj5gwgwknwqh5p487mgbcd82rgflp4sq5rx";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -166292,8 +166370,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mattermost-api"; pname = "mattermost-api";
version = "50200.6.0"; version = "50200.7.0";
sha256 = "0p03r9hss1xrg4a542l2pyacm49ahkkqkr3afcwgdyb0m65ra620"; sha256 = "1zqvfp0miql9ha9fcvr84p7yhli5br9kmsn080h058zknyabrl8p";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [
@ -166317,8 +166395,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "mattermost-api-qc"; pname = "mattermost-api-qc";
version = "50200.6.0"; version = "50200.7.0";
sha256 = "11j1bli553n59j54qn9ka1a5d37jk1ijgbwaa3001gmxhj526r62"; sha256 = "0gzrbgzynzr5g234dm1qbs9xkddfvm08rv1n12qx0191fzicbf25";
libraryHaskellDepends = [ libraryHaskellDepends = [
base containers mattermost-api QuickCheck text time base containers mattermost-api QuickCheck text time
]; ];
@ -181181,8 +181259,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "niv"; pname = "niv";
version = "0.2.14"; version = "0.2.15";
sha256 = "10iyddplwwfbvj8m3fv0kzjbjnv8yhp17b3xi23dv5pyxzmacp6l"; sha256 = "1ygjz5yjfb4g583m6cp2dpxzpyj9pvz82i08m33m99nn39w2x105";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
enableSeparateDataOutput = true; enableSeparateDataOutput = true;
@ -186610,6 +186688,23 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"optparse-applicative_0_16_0_0" = callPackage
({ mkDerivation, ansi-wl-pprint, base, bytestring, process
, QuickCheck, transformers, transformers-compat
}:
mkDerivation {
pname = "optparse-applicative";
version = "0.16.0.0";
sha256 = "0aybamakg9zjac0b78lhfa1bvilkb76yryis6h0pf5j1khrkri89";
libraryHaskellDepends = [
ansi-wl-pprint base process transformers transformers-compat
];
testHaskellDepends = [ base bytestring QuickCheck ];
description = "Utilities and combinators for parsing command line options";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"optparse-applicative-simple" = callPackage "optparse-applicative-simple" = callPackage
({ mkDerivation, attoparsec, attoparsec-data, base-prelude ({ mkDerivation, attoparsec, attoparsec-data, base-prelude
, optparse-applicative, rerebase, text , optparse-applicative, rerebase, text
@ -243915,6 +244010,19 @@ self: {
license = stdenv.lib.licenses.lgpl21; license = stdenv.lib.licenses.lgpl21;
}) {}; }) {};
"swiss-ephemeris" = callPackage
({ mkDerivation, base, directory, hspec, hspec-discover }:
mkDerivation {
pname = "swiss-ephemeris";
version = "0.1.0.2";
sha256 = "0kjph3dy7ii767zpjdqi2ya08vgahhwkbf1fp48n26vfilcwppc9";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base directory hspec ];
testToolDepends = [ hspec-discover ];
description = "Haskell bindings for the Swiss Ephemeris C library";
license = stdenv.lib.licenses.gpl2;
}) {};
"sws" = callPackage "sws" = callPackage
({ mkDerivation, asn1-encoding, asn1-types, base, bytestring ({ mkDerivation, asn1-encoding, asn1-types, base, bytestring
, containers, cryptonite, directory, filepath, hourglass , containers, cryptonite, directory, filepath, hourglass
@ -280370,8 +280478,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "zenacy-html"; pname = "zenacy-html";
version = "2.0.0"; version = "2.0.1";
sha256 = "09rg0l5w4yszdf6qy6m58lz4dkpfgalajd1amiwh6a3550vl71rg"; sha256 = "074iidhiwzajz207q4k7f8sdg6w4421qfwr2s905226jd2xm1680";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
libraryHaskellDepends = [ libraryHaskellDepends = [