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