hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.12-5-g7b287a8 from Hackage revision
47cd70c536.
This commit is contained in:
Peter Simons 2018-12-05 02:31:16 +01:00
parent 7faa6723d6
commit 0325f01d31

View File

@ -7240,8 +7240,8 @@ self: {
}:
mkDerivation {
pname = "HCL";
version = "1.7";
sha256 = "0f61kj9c58s06w882zxmv0s5yc0zxh3f5nx7gnx2dx8p7d3f4y34";
version = "1.7.1";
sha256 = "1rwg7sqm16rszv7grw2d7cnhllnrifnd9jjxn0p8n5qznv8m8vkp";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -15289,8 +15289,8 @@ self: {
({ mkDerivation, base, binary, bytestring, hspec }:
mkDerivation {
pname = "RLP";
version = "1.0.0";
sha256 = "15m872ys5jzn21psqccgz24f5zchvj5hcz1kll18v0pivh2c4hd0";
version = "1.0.1";
sha256 = "0xxhd2whz8q3zxrk37pwbhjayfhq9dv89068q0qlfwwg6aby0k6s";
libraryHaskellDepends = [ base binary bytestring ];
testHaskellDepends = [ base binary bytestring hspec ];
description = "RLP serialization as defined in Ethereum Yellow Paper";
@ -21619,6 +21619,22 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"advent-of-code-api" = callPackage
({ mkDerivation, base, containers, curl, deepseq, directory
, filepath, finite-typelits, mtl, taggy, text, time, uri-encode
}:
mkDerivation {
pname = "advent-of-code-api";
version = "0.1.0.0";
sha256 = "15dn78scm0hj1dqcd4xm4gmdvbmjd7afkrh64pnwfbldy74smfxy";
libraryHaskellDepends = [
base containers curl deepseq directory filepath finite-typelits mtl
taggy text time uri-encode
];
description = "Advent of Code REST API bindings";
license = stdenv.lib.licenses.bsd3;
}) {};
"aern2-mp" = callPackage
({ mkDerivation, base, convertible, hspec, integer-logarithms, lens
, mixed-types-num, QuickCheck, regex-tdfa, rounded
@ -28533,8 +28549,8 @@ self: {
}:
mkDerivation {
pname = "arbor-monad-metric";
version = "0.0.2";
sha256 = "0c8734nf8zgkwqgjphdqb0fa6p3qvc6cj0n16k22v8ri5ziyha76";
version = "0.0.4";
sha256 = "1g5d5a0lcx255002a02i0zc987pyimhm34h0vrbqaibapbp98yi0";
libraryHaskellDepends = [
base containers generic-lens lens mtl resourcet stm transformers
];
@ -28542,28 +28558,31 @@ self: {
arbor-datadog base bytestring containers generic-lens hedgehog
hspec hw-hspec-hedgehog lens mtl network resourcet stm transformers
];
description = "Core metric library for publishing metrics";
license = stdenv.lib.licenses.mit;
}) {};
"arbor-monad-metric-datadog" = callPackage
({ mkDerivation, arbor-datadog, arbor-monad-metric, base
, bytestring, containers, generic-lens, hedgehog, hspec
, hw-hspec-hedgehog, lens, mtl, network, resourcet, stm, text
, transformers
, bytestring, containers, exceptions, fast-logger, generic-lens
, hedgehog, hspec, hw-hspec-hedgehog, lens, monad-logger, mtl
, network, resourcet, stm, text, transformers
}:
mkDerivation {
pname = "arbor-monad-metric-datadog";
version = "0.0.1";
sha256 = "0padn66j6hxpndnakkd1hvf2jkhab1djr20c2hvp1m9kim5c3cz9";
version = "0.0.3";
sha256 = "0dqidvn3nblnnnsiq0zqhg3d9b09bv1ksnrfyyibyi75mhvx3d3r";
libraryHaskellDepends = [
arbor-datadog arbor-monad-metric base bytestring containers
generic-lens lens mtl network resourcet stm text transformers
];
testHaskellDepends = [
arbor-datadog arbor-monad-metric base bytestring containers
generic-lens hedgehog hspec hw-hspec-hedgehog lens mtl network
resourcet stm text transformers
exceptions fast-logger generic-lens hedgehog hspec
hw-hspec-hedgehog lens monad-logger mtl network resourcet stm text
transformers
];
description = "Metric library backend for datadog";
license = stdenv.lib.licenses.mit;
}) {};
@ -32730,8 +32749,8 @@ self: {
}:
mkDerivation {
pname = "b9";
version = "0.5.50";
sha256 = "1wsspzkcydad9akqj6n8s9xpm7id49dll5h12vv3xbmgjgj0pdhr";
version = "0.5.51";
sha256 = "1mjylfxw7ivmxma7kskjs7plcd9wxknfd9slxb7zjgawzksdv3bq";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -33589,6 +33608,28 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"base64-bytestring_1_0_0_2" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq
, HUnit, QuickCheck, split, test-framework, test-framework-hunit
, test-framework-quickcheck2
}:
mkDerivation {
pname = "base64-bytestring";
version = "1.0.0.2";
sha256 = "13305brzlac24pifiqd5a2z10c6k6amhpdy9cc0z5ryrkgnm8dhr";
libraryHaskellDepends = [ base bytestring ];
testHaskellDepends = [
base bytestring containers HUnit QuickCheck split test-framework
test-framework-hunit test-framework-quickcheck2
];
benchmarkHaskellDepends = [
base bytestring containers criterion deepseq
];
description = "Fast base64 encoding and decoding for ByteStrings";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"base64-bytestring-type" = callPackage
({ mkDerivation, aeson, base, base-compat, base64-bytestring
, binary, bytestring, cereal, deepseq, hashable, QuickCheck, tasty
@ -39562,7 +39603,7 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"brick_0_42" = callPackage
"brick_0_42_1" = callPackage
({ mkDerivation, base, config-ini, containers, contravariant
, data-clist, deepseq, directory, dlist, filepath, microlens
, microlens-mtl, microlens-th, QuickCheck, stm, template-haskell
@ -39570,8 +39611,8 @@ self: {
}:
mkDerivation {
pname = "brick";
version = "0.42";
sha256 = "1hrfw10zy1450slj79d432zi6wiy11jr1ciz3xh0fx27zns4yqyy";
version = "0.42.1";
sha256 = "1ckisdvq0n5j35abz8as36jhp872yp3vjyxq1wbpf4lc1bnplw8k";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -45570,6 +45611,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"chan_0_0_4_1" = callPackage
({ mkDerivation, async, base, stm }:
mkDerivation {
pname = "chan";
version = "0.0.4.1";
sha256 = "1ks74njh8fj9dh8qhydwjyqdx8lrdj5fif455cxfshvdbwhcnvwj";
libraryHaskellDepends = [ async base stm ];
testHaskellDepends = [ async base stm ];
description = "Some extra kit for Chans";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"chan-split" = callPackage
({ mkDerivation, base, stm }:
mkDerivation {
@ -67501,14 +67555,15 @@ self: {
}) {};
"drmaa" = callPackage
({ mkDerivation, base, directory, drmaa, inline-c }:
({ mkDerivation, base, c2hs, directory, drmaa, exceptions }:
mkDerivation {
pname = "drmaa";
version = "0.2.0";
sha256 = "0hmyzlwqdj3cjnhjc4bk35wzxzzknl0fapqz119yahc03jrpcpg6";
libraryHaskellDepends = [ base directory inline-c ];
version = "0.3.0";
sha256 = "1x1r3m1gqikm6n5m006zy3c9z106qa4ykl7qa90pa29wg03475z5";
libraryHaskellDepends = [ base directory exceptions ];
librarySystemDepends = [ drmaa ];
description = "A minimal Haskell bindings to DRMAA C library";
libraryToolDepends = [ c2hs ];
description = "A Haskell bindings to the DRMAA C library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {drmaa = null;};
@ -85653,8 +85708,8 @@ self: {
({ mkDerivation, base, transformers }:
mkDerivation {
pname = "ghcjs-perch";
version = "0.3.3.2";
sha256 = "1ng6wpx6kp8rxmxwf0ns0q0jas2gl2s2mv1dlq59xbsikdly3km7";
version = "0.3.3.3";
sha256 = "0b3hj0gm9gcgwpg8f7vxy87fasgpgn27ciyafhmy6b4fnnmn41kn";
libraryHaskellDepends = [ base transformers ];
description = "GHCJS version of Perch library";
license = stdenv.lib.licenses.mit;
@ -101200,8 +101255,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-core";
version = "0.8.2";
sha256 = "1scd87ivzmrf8ar44wkijcgpr40c996dvq5rx1py2bxw0zdd1ibq";
version = "0.8.4";
sha256 = "0hpabz26wyxvpkvc2xv1xscmbvn0yfj2nnd41ysaf4xgfnh4c9sw";
libraryHaskellDepends = [
aeson array base base16-bytestring bytestring cereal conduit
containers cryptonite entropy hashable memory mtl murmur3 network
@ -101210,7 +101265,7 @@ self: {
];
testHaskellDepends = [
aeson base bytestring cereal containers hspec HUnit mtl QuickCheck
safe split string-conversions text vector
safe split string-conversions text unordered-containers vector
];
testToolDepends = [ hspec-discover ];
description = "Bitcoin & Bitcoin Cash library for Haskell";
@ -101322,8 +101377,8 @@ self: {
}:
mkDerivation {
pname = "haskoin-store";
version = "0.9.0";
sha256 = "0351kjfykh94lpf6kpdw18vzpdn13k0zak99n72hl2ybpy8d1yk6";
version = "0.9.1";
sha256 = "099fng9wy9qhcxn14m1mlpq004bl51xas3rk6jkspqv32d4rr6zs";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -102039,6 +102094,8 @@ self: {
pname = "hasmin";
version = "1.0.2.1";
sha256 = "0dwamjpqwikl8qh5zcxhrm7x80k35zw29xh83yfnwnsa41incylb";
revision = "1";
editedCabalFile = "05naxdaglbz8grzz399dkra9y3f1k75661397flbgrwbxkyadz2z";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -104305,6 +104362,31 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"hedis_0_10_9" = callPackage
({ mkDerivation, async, base, bytestring, bytestring-lexing
, deepseq, doctest, errors, HTTP, HUnit, mtl, network, network-uri
, resource-pool, scanner, stm, test-framework, test-framework-hunit
, text, time, tls, unordered-containers, vector
}:
mkDerivation {
pname = "hedis";
version = "0.10.9";
sha256 = "0y64h61w78pn3yn2hi3q41bbp5zwjlycjz2w23x6sh2w5b2xphw3";
libraryHaskellDepends = [
async base bytestring bytestring-lexing deepseq errors HTTP mtl
network network-uri resource-pool scanner stm text time tls
unordered-containers vector
];
testHaskellDepends = [
async base bytestring doctest HUnit mtl stm test-framework
test-framework-hunit text time
];
benchmarkHaskellDepends = [ base mtl time ];
description = "Client library for the Redis datastore: supports full command set, pipelining";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hedis-config" = callPackage
({ mkDerivation, aeson, base, bytestring, hedis, scientific, text
, time
@ -127341,8 +127423,8 @@ self: {
}:
mkDerivation {
pname = "json-autotype";
version = "3.0.0";
sha256 = "1ryk896kg2bs0w430zsg235h861nf43qn9hl1r285dh53jgj6mnw";
version = "3.0.1";
sha256 = "0nir4nx4wchl10zs753a3ayg9lgixg2ap3liwz9xpz191c8rkbka";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -132344,7 +132426,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"language-puppet_1_4_1" = callPackage
"language-puppet_1_4_2" = callPackage
({ mkDerivation, aeson, ansi-wl-pprint, async, attoparsec, base
, base16-bytestring, bytestring, case-insensitive, containers
, cryptonite, directory, filecache, filepath, formatting, Glob
@ -132358,8 +132440,8 @@ self: {
}:
mkDerivation {
pname = "language-puppet";
version = "1.4.1";
sha256 = "1az4lalx2qb9wf0n99zjd9agy20x8369f80411mhj11rcnnl1a66";
version = "1.4.2";
sha256 = "0bdi51cjl8m48clkqj6lb9vyxdagx2a4q6f48a1q4b50mpinx5qq";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -139204,8 +139286,8 @@ self: {
}:
mkDerivation {
pname = "lsp-test";
version = "0.5.0.1";
sha256 = "0rswd308ngrl2ii13j2pl09cddh6pycm7skiyilsk54j395wy2ky";
version = "0.5.0.2";
sha256 = "0g5kw8y59bdyzj7zzwif1810q7wk87d7q53idpw250g6s4dwycxa";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal base bytestring conduit
conduit-parse containers data-default Diff directory filepath
@ -141827,15 +141909,15 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"massiv_0_2_4_1" = callPackage
"massiv_0_2_5_0" = callPackage
({ mkDerivation, base, bytestring, data-default, data-default-class
, deepseq, ghc-prim, hspec, primitive, QuickCheck, safe-exceptions
, vector
}:
mkDerivation {
pname = "massiv";
version = "0.2.4.1";
sha256 = "198xik64fw3n4wk3gy1rrxl2l3jwzn8b8h1yskg71mlvpv598lwk";
version = "0.2.5.0";
sha256 = "0r7556mxsqzxg1kp4hrbv3c07xzkf08sycaqbfyy2xrzzczgiy9z";
libraryHaskellDepends = [
base bytestring data-default-class deepseq ghc-prim primitive
vector
@ -141903,6 +141985,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"matchable" = callPackage
({ mkDerivation, base, containers, doctest, doctest-discover, Glob
, hashable, hspec, tagged, unordered-containers, vector
}:
mkDerivation {
pname = "matchable";
version = "0.1.1.1";
sha256 = "0sd661pp54hyg6igkr90cdjlnx8widl2yxkf0ggyqfna6ak5ml53";
libraryHaskellDepends = [
base containers hashable tagged unordered-containers vector
];
testHaskellDepends = [
base containers doctest doctest-discover Glob hashable hspec tagged
unordered-containers vector
];
description = "A type class for Matchable Functors";
license = stdenv.lib.licenses.bsd3;
}) {};
"matcher" = callPackage
({ mkDerivation, base, base-prelude, profunctors, success, text
, transformers
@ -142262,30 +142363,31 @@ self: {
"matterhorn" = callPackage
({ mkDerivation, aeson, aspell-pipe, async, base, base-compat
, brick, brick-skylighting, bytestring, cheapskate, checkers
, config-ini, connection, containers, directory, filepath, gitrev
, hashable, Hclip, mattermost-api, mattermost-api-qc
, microlens-platform, mtl, process, quickcheck-text, random
, semigroups, skylighting-core, stm, stm-delay, strict
, string-conversions, tasty, tasty-hunit, tasty-quickcheck
, temporary, text, text-zipper, time, timezone-olson
, timezone-series, transformers, Unique, unix, unordered-containers
, utf8-string, uuid, vector, vty, word-wrap, xdg-basedir
, config-ini, connection, containers, data-clist, directory
, filepath, gitrev, hashable, Hclip, mattermost-api
, mattermost-api-qc, microlens-platform, mtl, process
, quickcheck-text, random, semigroups, skylighting-core, stm
, stm-delay, strict, string-conversions, tasty, tasty-hunit
, tasty-quickcheck, temporary, text, text-zipper, time
, timezone-olson, timezone-series, transformers, Unique, unix
, unordered-containers, utf8-string, uuid, vector, vty, word-wrap
, xdg-basedir
}:
mkDerivation {
pname = "matterhorn";
version = "50200.0.0";
sha256 = "07zbkkbn5cn8rcbc0xznlldcflhfp4szx6phlh7xpgf2hrcyc3g6";
version = "50200.1.0";
sha256 = "02rwxq42my7347p1wb0jh50z1m6fqkifgxg2hd2vrxiwzblyz0qc";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
executableHaskellDepends = [
aeson aspell-pipe async base base-compat brick brick-skylighting
bytestring cheapskate config-ini connection containers directory
filepath gitrev hashable Hclip mattermost-api microlens-platform
mtl process random semigroups skylighting-core stm stm-delay strict
temporary text text-zipper time timezone-olson timezone-series
transformers unix unordered-containers utf8-string uuid vector vty
word-wrap xdg-basedir
bytestring cheapskate config-ini connection containers data-clist
directory filepath gitrev hashable Hclip mattermost-api
microlens-platform mtl process random semigroups skylighting-core
stm stm-delay strict temporary text text-zipper time timezone-olson
timezone-series transformers unix unordered-containers utf8-string
uuid vector vty word-wrap xdg-basedir
];
testHaskellDepends = [
base base-compat brick bytestring cheapskate checkers config-ini
@ -142310,8 +142412,8 @@ self: {
}:
mkDerivation {
pname = "mattermost-api";
version = "50200.0.1";
sha256 = "1snb51nw71cqjxanaf443dixz8b8vk99a8a4b1yya1xvikvdxf7c";
version = "50200.1.0";
sha256 = "1adqh3s34zw74x4idjy1ln8qq9qlqq146kb9b4gd2lijrr8zrjn7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -142335,8 +142437,8 @@ self: {
}:
mkDerivation {
pname = "mattermost-api-qc";
version = "50200.0.1";
sha256 = "02ashys70857a5s7zx26zx6vdlybsdk9bil2bqawfkf6xcjhwq13";
version = "50200.1.0";
sha256 = "1rlzq0dqpqqnwzz1sknf8zfnsbqpz1w51ik9k4hi8qydkpbf3sdz";
libraryHaskellDepends = [
base containers mattermost-api QuickCheck text time
];
@ -153897,8 +153999,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export";
version = "1.6.1";
sha256 = "1nzhfarz42b6arqndynp4zp4sq87g8ya9xh3zpyhsw8a3wz5idr0";
version = "1.6.2";
sha256 = "1wvh33raci7s4hczcfn5sj2kk1g61ry6xwn3lg7g3yy5bn7azv73";
libraryHaskellDepends = [
async base binary bytestring deepseq monad-loops template-haskell
unix
@ -153913,8 +154015,8 @@ self: {
}:
mkDerivation {
pname = "ngx-export-tools";
version = "0.3.2.0";
sha256 = "12c1g6712v8m6mnysiq9pm5g4178vmrxq3j4v50fm02njj4rdpnb";
version = "0.3.3.0";
sha256 = "06bi9vzq8alb4wylmq9npisnnpsc0r96srbmq68hmy6pjrva6rlg";
libraryHaskellDepends = [
aeson base binary bytestring ngx-export safe template-haskell
];
@ -159564,6 +159666,8 @@ self: {
pname = "pandoc";
version = "2.5";
sha256 = "0bi26r2qljdfxq26gaxj1xnhrawrfndfavs3f3g098x0g3dwazfm";
revision = "1";
editedCabalFile = "15jzrlf1qnn3qkzy1zk5f300y7748qdz8yk0zg0zy7ygi36b403v";
configureFlags = [ "-fhttps" "-f-trypandoc" ];
isLibrary = true;
isExecutable = true;
@ -183267,19 +183371,19 @@ self: {
"ron" = callPackage
({ mkDerivation, aeson, attoparsec, base, binary, bytestring
, containers, criterion, data-default, deepseq, Diff, directory
, errors, extra, filepath, hashable, mtl, network-info, safe
, stringsearch, template-haskell, text, time, unordered-containers
, errors, extra, filepath, hashable, hedn, mtl, network-info, safe
, template-haskell, text, time, transformers, unordered-containers
, vector
}:
mkDerivation {
pname = "ron";
version = "0.2";
sha256 = "1dv1lfz9v31k817cby0252jy08sd9c01l1jrlhqf243w25a6zp41";
version = "0.3";
sha256 = "09mpv535rahaclj5yppzkg4n083d0rpqkr3r2zrmj1ywg5nw5h0i";
libraryHaskellDepends = [
aeson attoparsec base binary bytestring containers data-default
deepseq Diff directory errors extra filepath hashable mtl
network-info safe stringsearch template-haskell text time
unordered-containers vector
Diff directory errors extra filepath hashable hedn mtl network-info
safe template-haskell text time transformers unordered-containers
vector
];
benchmarkHaskellDepends = [ base criterion deepseq ];
description = "RON, RON-RDT, and RON-Schema";
@ -184039,8 +184143,8 @@ self: {
}:
mkDerivation {
pname = "rtcm";
version = "0.2.17";
sha256 = "0g40krmbjy4irrxs3iabbr296l8hr98driz75j3s0dhqqzdxv4vm";
version = "0.2.36";
sha256 = "0gvkah51mnqpy20v2f3n1gvad1abmbkxljm4pz3yh3x9mkscnc2m";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -190423,6 +190527,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"servant-ruby_0_9_0_0" = callPackage
({ mkDerivation, base, casing, doctest, QuickCheck, servant-foreign
, text
}:
mkDerivation {
pname = "servant-ruby";
version = "0.9.0.0";
sha256 = "1x1746k97i3y836mr5h29l70ldzrg8akhfmg2qicwbwz6qs7hy33";
libraryHaskellDepends = [ base casing servant-foreign text ];
testHaskellDepends = [ base doctest QuickCheck ];
description = "Generate a Ruby client from a Servant API with Net::HTTP";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"servant-scotty" = callPackage
({ mkDerivation, aeson, base, http-types, scotty, servant
, servant-response, text, transformers
@ -192047,8 +192166,8 @@ self: {
}:
mkDerivation {
pname = "shake";
version = "0.17.2";
sha256 = "1wl837d89b0zl0fzhh51y718p9dv99qid0gr3rkqyvbvhayj5dcm";
version = "0.17.3";
sha256 = "0k0r44csgrlw9y80m88npvanw5ddqm634799qjiab39gvbd3p6kw";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
@ -202729,15 +202848,15 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"stratosphere_0_28_0" = callPackage
"stratosphere_0_28_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
, hashable, hspec, hspec-discover, lens, template-haskell, text
, unordered-containers
}:
mkDerivation {
pname = "stratosphere";
version = "0.28.0";
sha256 = "1rb138h9w34qvdjc3zddz4gm169ddiv690cwq0mpbfwv28v6j1fg";
version = "0.28.1";
sha256 = "1brypavqh8049adidzgsjsrfd2sxbv387cckwxl4kkm4s49zrx18";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -232363,8 +232482,8 @@ self: {
}:
mkDerivation {
pname = "xmobar";
version = "0.29";
sha256 = "136sqbfcwp1l7ynmmayihar25qa5kn04axy4mwzf7a6nc5b3zzxf";
version = "0.29.1";
sha256 = "0q8ssd51r1bdm6rr5frlq0v00c4af8xgc3zgs4sa23yy3yf9gzrm";
configureFlags = [
"-fwith_alsa" "-fwith_conduit" "-fwith_datezone" "-fwith_dbus"
"-fwith_inotify" "-fwith_iwlib" "-fwith_mpd" "-fwith_mpris"