hackage-packages.nix: re-generate from Hackage 2015-01-29T10:57:55+0100

This commit is contained in:
Peter Simons 2015-01-29 10:57:35 +01:00
parent bbea8de994
commit a065319173

View File

@ -26514,12 +26514,12 @@ self: {
({ mkDerivation, base, Cabal, QuickCheck }: ({ mkDerivation, base, Cabal, QuickCheck }:
mkDerivation { mkDerivation {
pname = "cabal-test-quickcheck"; pname = "cabal-test-quickcheck";
version = "0.1.2"; version = "0.1.3";
sha256 = "1fs5fciplzrlxykn3kbxdyij9vjzs1vq2n5f72vadg9c33961agv"; sha256 = "1q1zl15xfr1id3w5ih5843fdxrmf595ri1hhxg2r9kwyy48hhh2r";
buildDepends = [ base Cabal QuickCheck ]; buildDepends = [ base Cabal QuickCheck ];
testDepends = [ base Cabal ]; testDepends = [ base Cabal ];
jailbreak = true; jailbreak = true;
homepage = "https://github.com/zimothy/cabal-test-quickcheck"; homepage = "https://github.com/zmthy/cabal-test-quickcheck";
description = "QuickCheck for Cabal"; description = "QuickCheck for Cabal";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
@ -36071,9 +36071,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "dbus"; pname = "dbus";
version = "0.10.9.1"; version = "0.10.9.2";
sha256 = "08p1688yb3gjal20szida2x99wv2j6gkmmhwpl3qkzswifrz51ar"; sha256 = "0xz1iajg8rmv1n21b0iifp3c6gywm75m4x4bir991m9j7v88ij6l";
editedCabalFile = "a94be78b7288d04401d2734e451826fd064bcfa31a77252a2c2e15a883522f92";
buildDepends = [ buildDepends = [
base bytestring cereal containers libxml-sax network parsec random base bytestring cereal containers libxml-sax network parsec random
text transformers unix vector xml-types text transformers unix vector xml-types
@ -37258,8 +37257,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "descriptive"; pname = "descriptive";
version = "0.7.0"; version = "0.8.0";
sha256 = "1mwym78ba1wcqzzmjy9azvwzqjkwvykkh6m9bnvid9hq6mqycw3q"; sha256 = "12hgidfvdqfi35abl66yz3sbsprq2ggnl22b0y85fsqd4bb5izrv";
buildDepends = [ buildDepends = [
aeson base bifunctors containers mtl scientific text transformers aeson base bifunctors containers mtl scientific text transformers
vector vector
@ -46345,6 +46344,18 @@ self: {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
}) {}; }) {};
"frp-arduino" = callPackage
({ mkDerivation, base, containers, mtl }:
mkDerivation {
pname = "frp-arduino";
version = "0.1.0.1";
sha256 = "1a0rz2n6vk640vx4127dg60v09ryhni9djg6xw6vy5i5npgxcyvb";
buildDepends = [ base containers mtl ];
homepage = "http://github.com/frp-arduino/frp-arduino";
description = "Arduino programming without the hassle of C";
license = stdenv.lib.licenses.gpl3;
}) {};
"frquotes" = callPackage "frquotes" = callPackage
({ mkDerivation, base }: ({ mkDerivation, base }:
mkDerivation { mkDerivation {
@ -49167,8 +49178,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "gl"; pname = "gl";
version = "0.7"; version = "0.7.1";
sha256 = "0s9xvsainfl1g40ifzzz4rl9mp5z3apw79sz80n7lidch30i2ccs"; sha256 = "07qqmsjy0yv6v0fjkf131inzlaa8sfhznd1a4s4w4kgdfjcwn1c0";
buildDepends = [ buildDepends = [
base containers directory filepath fixed half hxt split base containers directory filepath fixed half hxt split
transformers transformers
@ -59264,8 +59275,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hindent"; pname = "hindent";
version = "4.3.4"; version = "4.3.5";
sha256 = "0w914nknki9yal49xhdk0fhbfrrhlbrjg3m3q3z6dkbnszc6c1id"; sha256 = "1pg3qx0pm34x5awcqdnkdiwxy5qldy1hqyqclxgsgixb9zidcknp";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -64190,8 +64201,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hspec"; pname = "hspec";
version = "2.1.2"; version = "2.1.3";
sha256 = "04n34g7gbmbkyqzp9by4qdcf87m1gasmc2hnm8i0dqpcnssv05py"; sha256 = "11m2piy7j4vb5y7rws9cj64nmjw89mj4nkgmdvprp1rrp3wijgf2";
buildDepends = [ buildDepends = [
base hspec-core hspec-discover hspec-expectations HUnit QuickCheck base hspec-core hspec-discover hspec-expectations HUnit QuickCheck
transformers transformers
@ -64257,8 +64268,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "hspec-core"; pname = "hspec-core";
version = "2.1.2"; version = "2.1.3";
sha256 = "1mvsfr175g5dbk1xz48d0p4lv4gvv4z3ss3n2s7d2h83i25bmjvh"; sha256 = "0l1z6m5ir4ky667hsdk4b3gfdxm08k19kgkqfsv9b382lnx93y5b";
buildDepends = [ buildDepends = [
ansi-terminal async base deepseq hspec-expectations HUnit ansi-terminal async base deepseq hspec-expectations HUnit
QuickCheck quickcheck-io random setenv tf-random time transformers QuickCheck quickcheck-io random setenv tf-random time transformers
@ -64277,8 +64288,8 @@ self: {
({ mkDerivation, base, directory, filepath, hspec-meta }: ({ mkDerivation, base, directory, filepath, hspec-meta }:
mkDerivation { mkDerivation {
pname = "hspec-discover"; pname = "hspec-discover";
version = "2.1.2"; version = "2.1.3";
sha256 = "0zv215br94agvg8dbz0f5az5cahgnw8gdx0z84zlrpjxkzf3rb19"; sha256 = "0778n76vhd5nk4bnh5bvhcfmyyk8q14p4yl00lspwc082hqkbyv0";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base directory filepath ]; buildDepends = [ base directory filepath ];
@ -70616,19 +70627,20 @@ self: {
"jose-jwt" = callPackage "jose-jwt" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, byteable ({ mkDerivation, aeson, base, base64-bytestring, byteable
, bytestring, cereal, cipher-aes, containers, cprng-aes , bytestring, cereal, cipher-aes, containers, cprng-aes
, crypto-cipher-types, crypto-numbers, crypto-pubkey, crypto-random , crypto-cipher-types, crypto-numbers, crypto-pubkey
, cryptohash, doctest, either, errors, hspec, HUnit, mtl , crypto-pubkey-types, crypto-random, cryptohash, doctest, either
, QuickCheck, text, time, unordered-containers, vector , errors, hspec, HUnit, mtl, QuickCheck, text, time
, unordered-containers, vector
}: }:
mkDerivation { mkDerivation {
pname = "jose-jwt"; pname = "jose-jwt";
version = "0.2"; version = "0.3";
sha256 = "1143sbniyzcpgxhjrb5nmmxynb9l446r5dyiyl5hnqlim129qwil"; sha256 = "15harxg4zdvm0ffwls74grjlf9942sy5hl37plamc7iriln4w1ic";
buildDepends = [ buildDepends = [
aeson base base64-bytestring byteable bytestring cereal cipher-aes aeson base base64-bytestring byteable bytestring cereal cipher-aes
containers crypto-cipher-types crypto-numbers crypto-pubkey containers crypto-cipher-types crypto-numbers crypto-pubkey
crypto-random cryptohash errors mtl text time unordered-containers crypto-pubkey-types crypto-random cryptohash errors mtl text time
vector unordered-containers vector
]; ];
testDepends = [ testDepends = [
aeson base base64-bytestring bytestring cipher-aes cprng-aes aeson base base64-bytestring bytestring cipher-aes cprng-aes
@ -71730,8 +71742,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "keyword-args"; pname = "keyword-args";
version = "0.1.0.2"; version = "0.1.0.3";
sha256 = "0c3kxppbny8c1vbc96sxwgvc021gfrsqylibyrdn1w9kg398jcr8"; sha256 = "0axl2wc01jgqd6jirkl69zr099nc6sp0wlkmb597983yvagbvgjv";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ base bytestring cassava containers parsec ]; buildDepends = [ base bytestring cassava containers parsec ];
@ -73066,8 +73078,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "language-javascript"; pname = "language-javascript";
version = "0.5.13"; version = "0.5.13.1";
sha256 = "0h46wfh5xi3gbiaplx3ikmj7mfcwm1d37i5c9n3qfsmmkac29n2w"; sha256 = "00ja4n8s9yfncwvxgpf7ipazk97zxwrlmpki2r3w3vk6r7hvg8l0";
buildDepends = [ buildDepends = [
array base blaze-builder bytestring containers mtl utf8-string array base blaze-builder bytestring containers mtl utf8-string
]; ];
@ -73077,6 +73089,7 @@ self: {
utf8-string utf8-string
]; ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
jailbreak = true;
homepage = "http://github.com/alanz/language-javascript"; homepage = "http://github.com/alanz/language-javascript";
description = "Parser for JavaScript"; description = "Parser for JavaScript";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -73667,7 +73680,7 @@ self: {
pname = "leaky"; pname = "leaky";
version = "0.2.1.0"; version = "0.2.1.0";
sha256 = "1byp6vrisb423cnlwbd211k8d85df8mwiqvl22w3wxv36dnvpah1"; sha256 = "1byp6vrisb423cnlwbd211k8d85df8mwiqvl22w3wxv36dnvpah1";
editedCabalFile = "d611cb7f5ce8d16bed7f49ac17145b958dccd2e774089fc88bdfbe45ffe6751b"; editedCabalFile = "ffa60eac7cd683bbd27c5b8ec4ba9d9d2d1cc07e3b38bd6a2b062229200fc8e5";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -78309,17 +78322,16 @@ self: {
"markup-preview" = callPackage "markup-preview" = callPackage
({ mkDerivation, base, cmdargs, directory, glib, gtk, MissingH, mtl ({ mkDerivation, base, cmdargs, directory, glib, gtk, MissingH, mtl
, pandoc, temporary, transformers, webkit , pandoc, temporary, text, transformers, webkit
}: }:
mkDerivation { mkDerivation {
pname = "markup-preview"; pname = "markup-preview";
version = "0.2.0.2"; version = "0.2.2.0";
sha256 = "1y4ha8wn2v7rw9v3sy0faxnmi0g623bnvyj05gha2nnxrzif9pdd"; sha256 = "0b2rll29qsr3cqq4vfaqjr4b5b1a9b4rg9cxbs98sspmpxka88m2";
editedCabalFile = "30a8c286edef81656077ebeab2d8896d3a09db2b8304d68d80461172ab92e25b";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base cmdargs directory glib gtk MissingH mtl pandoc temporary base cmdargs directory glib gtk MissingH mtl pandoc temporary text
transformers webkit transformers webkit
]; ];
jailbreak = true; jailbreak = true;
@ -81154,8 +81166,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "monoid-subclasses"; pname = "monoid-subclasses";
version = "0.4.0.2"; version = "0.4.0.3";
sha256 = "17f8mixdxdqbv6dr1l249pyd587z8g9nr3xy4ja81yhj2zqm1n3c"; sha256 = "1ia6rraqg8c437hn0zppkhcwvk9zjq1msxw0y105l5ipr0ydwgq3";
buildDepends = [ base bytestring containers primes text vector ]; buildDepends = [ base bytestring containers primes text vector ];
testDepends = [ testDepends = [
base bytestring containers primes QuickCheck quickcheck-instances base bytestring containers primes QuickCheck quickcheck-instances
@ -85356,21 +85368,20 @@ self: {
}) {}; }) {};
"objective" = callPackage "objective" = callPackage
({ mkDerivation, adjunctions, base, clean-unions, comonad ({ mkDerivation, adjunctions, base, comonad, containers, either
, containers, either, elevator, free, hashable, kan-extensions , elevator, extensible, free, hashable, kan-extensions
, minioperational, profunctors, transformers, unordered-containers , minioperational, profunctors, transformers, unordered-containers
, void, witherable , void, witherable
}: }:
mkDerivation { mkDerivation {
pname = "objective"; pname = "objective";
version = "0.6.3.3"; version = "0.6.5";
sha256 = "02219hrd2kbj5ynsp8hg1m3xi9ba0y0vkhmcm37h4wb2mhzqiamx"; sha256 = "1mp77mfi7fng0iixpj77dap62cc7j0mrwbsjld8r67788k4jd6gh";
buildDepends = [ buildDepends = [
adjunctions base clean-unions comonad containers either elevator adjunctions base comonad containers either elevator extensible free
free hashable kan-extensions minioperational profunctors hashable kan-extensions minioperational profunctors transformers
transformers unordered-containers void witherable unordered-containers void witherable
]; ];
jailbreak = true;
homepage = "https://github.com/fumieval/objective"; homepage = "https://github.com/fumieval/objective";
description = "Extensible objects"; description = "Extensible objects";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -86725,20 +86736,18 @@ self: {
({ mkDerivation, aeson, base, bifunctors, bytestring ({ mkDerivation, aeson, base, bifunctors, bytestring
, bytestring-conversion, conduit, data-default-class, exceptions , bytestring-conversion, conduit, data-default-class, exceptions
, generics-sop, http-client, http-types, lens, lens-aeson, mmorph , generics-sop, http-client, http-types, lens, lens-aeson, mmorph
, monad-control, mtl, old-locale, template-haskell, text, time , monad-control, mtl, template-haskell, text, time, transformers
, transformers, transformers-base, unordered-containers , transformers-base, unordered-containers
}: }:
mkDerivation { mkDerivation {
pname = "pagerduty"; pname = "pagerduty";
version = "0.0.0"; version = "0.0.1";
sha256 = "0g14xnk0a210fzfxyxviqnrfgl6bxvvf5ikgqsjmifjv1h9pj6b8"; sha256 = "1cd7zwqbbm3vhzjjydsipwdb9kzync5zxpbsb2kf11gwrcwdcsss";
editedCabalFile = "5dfdd3a9c0061cce3b681ba03b0a0637e60f6bfebd9239516f37be4cbd467e7d";
buildDepends = [ buildDepends = [
aeson base bifunctors bytestring bytestring-conversion conduit aeson base bifunctors bytestring bytestring-conversion conduit
data-default-class exceptions generics-sop http-client http-types data-default-class exceptions generics-sop http-client http-types
lens lens-aeson mmorph monad-control mtl old-locale lens lens-aeson mmorph monad-control mtl template-haskell text time
template-haskell text time transformers transformers-base transformers transformers-base unordered-containers
unordered-containers
]; ];
jailbreak = true; jailbreak = true;
homepage = "http://github.com/brendanhay/pagerduty"; homepage = "http://github.com/brendanhay/pagerduty";
@ -94859,8 +94868,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "record"; pname = "record";
version = "0.2.0"; version = "0.2.1";
sha256 = "1qq336gfplzi5jnjwzpby773imian8qb1fxy133brcsa677xb044"; sha256 = "12swkcpzcif5bzfp961fx75a7bi0x79z6f16qh7im41amy2zpg19";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -103223,18 +103232,18 @@ self: {
({ mkDerivation, attoparsec, base, base16-bytestring ({ mkDerivation, attoparsec, base, base16-bytestring
, base64-bytestring, bytestring, crypto-random, cryptohash , base64-bytestring, bytestring, crypto-random, cryptohash
, filepath, haskeline, mime-mail, mtl, network, stringsearch, text , filepath, haskeline, mime-mail, mtl, network, stringsearch, text
, tls, transformers, x509-store, x509-system , tls, transformers, transformers-compat, x509-store, x509-system
}: }:
mkDerivation { mkDerivation {
pname = "smtp-mail-ng"; pname = "smtp-mail-ng";
version = "0.1.0.0"; version = "0.1.0.1";
sha256 = "0xcd0v7cvkz9vpwdynn9f3rb1n4zsvs7vqh5zrmmkbkd4mnh8xkl"; sha256 = "1r177mpyjr3bdnzghfwjamin6jna7qs33b9kfl36qg2l959qn49n";
buildDepends = [ buildDepends = [
attoparsec base base16-bytestring base64-bytestring bytestring attoparsec base base16-bytestring base64-bytestring bytestring
crypto-random cryptohash filepath haskeline mime-mail mtl network crypto-random cryptohash filepath haskeline mime-mail mtl network
stringsearch text tls transformers x509-store x509-system stringsearch text tls transformers transformers-compat x509-store
x509-system
]; ];
jailbreak = true;
homepage = "https://github.com/avieth/smtp-mail-ng"; homepage = "https://github.com/avieth/smtp-mail-ng";
description = "An SMTP client EDSL"; description = "An SMTP client EDSL";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -104102,12 +104111,11 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "snaplet-redis"; pname = "snaplet-redis";
version = "0.1.4.1"; version = "0.1.4.2";
sha256 = "0vrsvmgrds7l4q88q7gmy1bz36z5ba45rib2vm5z6v2cf0x22qz2"; sha256 = "0ri5cj3gjz5c1snh7kbncb08ijs1551ixr06v3nxjsb03hrl4hhh";
buildDepends = [ buildDepends = [
base configurator hedis lens mtl network snap text transformers base configurator hedis lens mtl network snap text transformers
]; ];
jailbreak = true;
homepage = "https://github.com/dzhus/snaplet-redis/"; homepage = "https://github.com/dzhus/snaplet-redis/";
description = "Redis support for Snap Framework"; description = "Redis support for Snap Framework";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -107520,8 +107528,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "structured-haskell-mode"; pname = "structured-haskell-mode";
version = "1.0.14"; version = "1.0.15";
sha256 = "0qhkbkz2g7gq74ap4sn349l58da76y36ymvv7y1r2g7f5x4q5alv"; sha256 = "127bpxfpcchkarsi4xckgj49ypyz7ll94ad5nrfrs8928jsaw73p";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ base descriptive haskell-src-exts text ]; buildDepends = [ base descriptive haskell-src-exts text ];
@ -111076,16 +111084,17 @@ self: {
"text-show" = callPackage "text-show" = callPackage
({ mkDerivation, array, base, bytestring, ghc-prim, nats ({ mkDerivation, array, base, bytestring, ghc-prim, nats
, quickcheck-instances, tasty, tasty-hunit, tasty-quickcheck , quickcheck-instances, semigroups, tasty, tasty-hunit
, template-haskell, text, transformers, transformers-compat, void , tasty-quickcheck, template-haskell, text, transformers
, transformers-compat, void
}: }:
mkDerivation { mkDerivation {
pname = "text-show"; pname = "text-show";
version = "0.5"; version = "0.6";
sha256 = "1j7y8g7ayw9npqics68r8w67733hn216l4j76swxpisiwlg70jrx"; sha256 = "0pw081v81bv1m0s5i3q2l1nawlcz238n0hc86f6kh1dlqdwxkp0s";
buildDepends = [ buildDepends = [
array base bytestring ghc-prim nats template-haskell text array base bytestring ghc-prim nats semigroups template-haskell
transformers transformers-compat void text transformers void
]; ];
testDepends = [ testDepends = [
array base bytestring nats quickcheck-instances tasty tasty-hunit array base bytestring nats quickcheck-instances tasty tasty-hunit
@ -111097,28 +111106,31 @@ self: {
}) {}; }) {};
"text-show-instances" = callPackage "text-show-instances" = callPackage
({ mkDerivation, base, containers, directory, hpc, old-locale ({ mkDerivation, base, binary, bytestring, containers, directory
, old-time, pretty, quickcheck-instances, random, semigroups , haskeline, hoopl, hpc, old-locale, old-time, pretty
, tagged, tasty, tasty-quickcheck, template-haskell, text , quickcheck-instances, random, semigroups, tagged, tasty
, text-show, time, transformers, unix, unordered-containers, vector , tasty-hunit, tasty-quickcheck, template-haskell, terminfo, text
, xhtml , text-show, time, transformers, transformers-compat, unix
, unordered-containers, utf8-string, vector, xhtml
}: }:
mkDerivation { mkDerivation {
pname = "text-show-instances"; pname = "text-show-instances";
version = "0.1.0.1"; version = "0.2";
sha256 = "16bj8wl7zph701797j856jpcf0xca55mcd4bjkz278d6cjj23w55"; sha256 = "1zmjv5l5a60iir5w6w9jhb22ywid680s7k1xhw6jmd5d0bml27jk";
buildDepends = [ buildDepends = [
base containers directory hpc old-locale old-time pretty random base binary bytestring containers directory haskeline hoopl hpc
semigroups tagged template-haskell text text-show time transformers old-locale old-time pretty random semigroups tagged
unix unordered-containers vector xhtml template-haskell terminfo text text-show time transformers
transformers-compat unix unordered-containers utf8-string vector
xhtml
]; ];
testDepends = [ testDepends = [
base containers directory hpc old-locale old-time pretty base binary bytestring containers directory haskeline hoopl hpc
quickcheck-instances random semigroups tagged tasty old-locale old-time pretty quickcheck-instances random semigroups
tasty-quickcheck template-haskell text-show time transformers unix tagged tasty tasty-hunit tasty-quickcheck template-haskell terminfo
unordered-containers vector xhtml text-show time transformers transformers-compat unix
unordered-containers utf8-string vector xhtml
]; ];
jailbreak = true;
homepage = "https://github.com/RyanGlScott/text-show-instances"; homepage = "https://github.com/RyanGlScott/text-show-instances";
description = "Additional instances for text-show"; description = "Additional instances for text-show";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
@ -113719,19 +113731,21 @@ self: {
}) {}; }) {};
"tttool" = callPackage "tttool" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, containers ({ mkDerivation, aeson, base, binary, bytestring
, directory, filepath, ghc-prim, JuicyPixels, mtl, old-locale , bytestring-builder, containers, directory, filepath, ghc-prim
, parsec, text, time, yaml , hashable, JuicyPixels, mtl, old-locale, parsec, process
, template-haskell, text, time, vector, yaml
}: }:
mkDerivation { mkDerivation {
pname = "tttool"; pname = "tttool";
version = "0.1"; version = "1.0";
sha256 = "1fp65wdbynrszzy73d7whxj8m75gp7jxq3j0330yqsd36nlqh2kg"; sha256 = "1hxisx8j9i415zysls1pfnwsb6f3vgx96rfn2xgwvzsirsbj4mai";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson base binary bytestring containers directory filepath ghc-prim aeson base binary bytestring bytestring-builder containers
JuicyPixels mtl old-locale parsec text time yaml directory filepath ghc-prim hashable JuicyPixels mtl old-locale
parsec process template-haskell text time vector yaml
]; ];
homepage = "https://github.com/entropia/tip-toi-reveng"; homepage = "https://github.com/entropia/tip-toi-reveng";
description = "Working with files for the Tiptoi® pen"; description = "Working with files for the Tiptoi® pen";
@ -120375,8 +120389,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "wl-pprint-extras"; pname = "wl-pprint-extras";
version = "3.5.0.3"; version = "3.5.0.4";
sha256 = "124wb4hqd97f3naha0589v18lvi9xbn39bmn8jwaylvyg6s5fyyp"; sha256 = "0mvg5vff574xvrdbdwnyy71kxv0cp0q5vv8fb12fbgydnvsy3mbl";
buildDepends = [ buildDepends = [
base containers nats semigroupoids semigroups text utf8-string base containers nats semigroupoids semigroups text utf8-string
]; ];