From 4b32ac2ffe22fd47214aeca538f2b6250ebf582d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 25 Aug 2015 21:07:42 +0200 Subject: [PATCH] hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-hashes/commit/ba6c1396e121586665af82bc1f390b1d4d78c401 with hackage2nix v20150824 --- .../haskell-modules/hackage-packages.nix | 341 +++++++++++------- 1 file changed, 211 insertions(+), 130 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 1f04d3a3355b..55ffe105b4ef 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -7195,8 +7195,8 @@ self: { }: mkDerivation { pname = "HPDF"; - version = "1.4.6"; - sha256 = "c97e3a1cc0e67f0036526897eade5b4e70371cc55214f7222c4261878aab6197"; + version = "1.4.7"; + sha256 = "13476b1e0d4d2a2f88255d0928fd11d884f2a3f9f5288f31cef73610f37a6b72"; libraryHaskellDepends = [ array base binary bytestring containers mtl random vector zlib ]; @@ -9451,9 +9451,12 @@ self: { pname = "JuicyPixels-repa"; version = "0.7"; sha256 = "a556109f053d1dfd1eebd23080d5f285816a03f73e37fdc1f32e0a8df888c93a"; + revision = "1"; + editedCabalFile = "b0dcd6dae60b506057721d2732aebbece6ce380b5d7df4b2ba64592e6e3a88a8"; libraryHaskellDepends = [ base bytestring JuicyPixels repa vector ]; + jailbreak = true; description = "Convenience functions to obtain array representations of images"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -13641,6 +13644,8 @@ self: { pname = "SDL-mixer"; version = "0.6.1.1"; sha256 = "5ff4e4b795aa04a8979610c88d2be948b4b1c69b83d0a3d2ea359d0ed110a355"; + revision = "1"; + editedCabalFile = "53f7f1e750f01e8095a95548c76a8ac1fef8298aa197dbc08bf82e939a4bbe64"; libraryHaskellDepends = [ base SDL ]; description = "Binding to libSDL_mixer"; license = stdenv.lib.licenses.bsd3; @@ -14594,8 +14599,8 @@ self: { }: mkDerivation { pname = "Spock"; - version = "0.9.0.0"; - sha256 = "f12419a63f9d0324c0338b05b3f44f0ec6c8790c3b21bfaff7c1ad154cb8fea6"; + version = "0.9.0.1"; + sha256 = "0d6c97a3ca3ab56e01e4a21f6b2f3ce5a210ea9c6f64c2c1c2d2775295dee56c"; libraryHaskellDepends = [ aeson base base64-bytestring bytestring case-insensitive containers crypto-random directory focus hashable http-types hvect list-t @@ -16156,8 +16161,8 @@ self: { ({ mkDerivation, base, text, Win32, Win32-errors }: mkDerivation { pname = "Win32-dhcp-server"; - version = "0.3.1"; - sha256 = "3236a2353c0d8c4647c55d6ce41ba92a14e5bd4a9817c782c9e1b127049a7d56"; + version = "0.3.2"; + sha256 = "3f6fd5dcd65f0883f40a5e3ee9467df0039abf7fc4f5cf0a119c56696d120664"; libraryHaskellDepends = [ base text Win32 Win32-errors ]; homepage = "http://github.com/mikesteele81/win32-dhcp-server"; description = "Win32 DHCP Server Management API"; @@ -18445,8 +18450,8 @@ self: { }: mkDerivation { pname = "aeson-schema"; - version = "0.3.0.7"; - sha256 = "af50aa3ff6974d021aeeb90e7f43d0b4082a3a81972843e1a0ee5bb8068c04e5"; + version = "0.4.0.0"; + sha256 = "2b8f58f3539644527c4ab3ff5c07742c9aa2250281b7b3cba8e2c39b88f148a8"; libraryHaskellDepends = [ aeson attoparsec base bytestring containers ghc-prim mtl QuickCheck regex-base regex-compat regex-pcre scientific syb template-haskell @@ -18458,7 +18463,7 @@ self: { template-haskell temporary test-framework test-framework-hunit test-framework-quickcheck2 text unordered-containers vector ]; - homepage = "https://github.com/timjb/aeson-schema"; + homepage = "https://github.com/Fuuzetsu/aeson-schema"; description = "Haskell JSON schema validator and parser generator"; license = stdenv.lib.licenses.mit; }) {}; @@ -22166,24 +22171,25 @@ self: { "arithmetic" = callPackage ({ mkDerivation, base, opentheory, opentheory-bits - , opentheory-divides, opentheory-primitive, QuickCheck, random + , opentheory-divides, opentheory-prime, opentheory-primitive + , QuickCheck, random }: mkDerivation { pname = "arithmetic"; - version = "1.0"; - sha256 = "1af6acf13de40f36d95b8d34e3ba47be559f32dd0f00f1f161b2aa0536b6d5a0"; + version = "1.1"; + sha256 = "37b1ddc85799ae996df95d401a74254ea4fe78b22ab2fe51652debd4e36f1a10"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base opentheory opentheory-bits opentheory-divides + base opentheory opentheory-bits opentheory-divides opentheory-prime opentheory-primitive QuickCheck random ]; executableHaskellDepends = [ - base opentheory opentheory-bits opentheory-divides + base opentheory opentheory-bits opentheory-divides opentheory-prime opentheory-primitive QuickCheck random ]; testHaskellDepends = [ - base opentheory opentheory-bits opentheory-divides + base opentheory opentheory-bits opentheory-divides opentheory-prime opentheory-primitive QuickCheck random ]; description = "Natural number arithmetic"; @@ -41955,8 +41961,8 @@ self: { }: mkDerivation { pname = "dbmigrations"; - version = "0.8.2"; - sha256 = "3c08e5b321e6b60d0abf5f9f20ca4466c2556759aa7866d85c1ffb28c45c310c"; + version = "0.9"; + sha256 = "2e9d9d971a2a8f771148a4b19ea8226e4fa2ac2eefb11c93afa4c9983838435c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -41964,11 +41970,7 @@ self: { HDBC-postgresql HDBC-sqlite3 mtl random template-haskell text time yaml-light ]; - executableHaskellDepends = [ - base bytestring configurator containers directory fgl filepath HDBC - HDBC-postgresql HDBC-sqlite3 mtl random template-haskell text time - yaml-light - ]; + executableHaskellDepends = [ base configurator ]; testHaskellDepends = [ base bytestring containers directory fgl filepath HDBC HDBC-postgresql HDBC-sqlite3 HUnit mtl process template-haskell @@ -53233,6 +53235,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "foldl-transduce" = callPackage + ({ mkDerivation, base, bytestring, comonad, containers, doctest + , foldl, semigroupoids, tasty, tasty-hunit, text, transformers + }: + mkDerivation { + pname = "foldl-transduce"; + version = "0.1.0.1"; + sha256 = "0cd71afa3ed822a01a23c9ea3ba7a4477ff75c4c2fff26d810941b3c4666e267"; + libraryHaskellDepends = [ + base bytestring comonad containers foldl semigroupoids text + transformers + ]; + testHaskellDepends = [ base doctest foldl tasty tasty-hunit text ]; + description = "Transducers for folds from foldl"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "folds" = callPackage ({ mkDerivation, base, bytestring, comonad, contravariant, deepseq , directory, doctest, filepath, lens, mtl, pointed, profunctors @@ -54277,8 +54296,8 @@ self: { ({ mkDerivation, base, containers, mtl, transformers }: mkDerivation { pname = "frpnow"; - version = "0.17"; - sha256 = "93da2b38fd2a597b2338e7fa132b207c690ad8c3edd26f1dda2fdcac29908b35"; + version = "0.18"; + sha256 = "1fafa04d5ec57b49380ad23675075acf03ba63bcf92d52d1341bad265c64b0c7"; libraryHaskellDepends = [ base containers mtl transformers ]; homepage = "https://github.com/atzeus/FRPNow"; description = "Principled practical FRP"; @@ -56921,8 +56940,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "5.20150812"; - sha256 = "0c6f8cd802b38313739b4a5c5fd8ca51493643d60f9290321039c5c0e33546f4"; + version = "5.20150824"; + sha256 = "45088dd5ff5a63ca38965e60843e42c1b8424b3437b58af68929cf61ef0819e4"; configureFlags = [ "-fassistant" "-fproduction" ]; isLibrary = false; isExecutable = true; @@ -58091,13 +58110,13 @@ self: { }: mkDerivation { pname = "glue"; - version = "0.1.3"; - sha256 = "4668671d2ebeb32c567c8fa6f2ca46f352695e63f17fb45162837b5889f1dde7"; + version = "0.2.0"; + sha256 = "784692e29ea1f5effe4ca98732431b77b2595baa5220394c1561b803e4309b2a"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base ekg-core hashable lifted-base monad-control monad-loops text - time transformers transformers-base unordered-containers + base ekg-core hashable lifted-base monad-control text time + transformers transformers-base unordered-containers ]; executableHaskellDepends = [ async base ekg-core hashable lifted-base monad-control monad-loops @@ -58105,7 +58124,7 @@ self: { ]; testHaskellDepends = [ async base ekg-core hashable hspec lifted-base monad-control - monad-loops QuickCheck quickcheck-instances text time transformers + QuickCheck quickcheck-instances text time transformers transformers-base unordered-containers ]; description = "Make better services"; @@ -58331,6 +58350,23 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "google-cloud" = callPackage + ({ mkDerivation, aeson, base, bytestring, http-client + , http-client-tls, http-types, mtl, scientific, stm, text, time + , unordered-containers + }: + mkDerivation { + pname = "google-cloud"; + version = "0.0.2"; + sha256 = "2c178a6f82932266e5aacced28ce146a69d4d202c855511ad993c3ce30974437"; + libraryHaskellDepends = [ + aeson base bytestring http-client http-client-tls http-types mtl + scientific stm text time unordered-containers + ]; + description = "Client for the Google Cloud APIs"; + license = stdenv.lib.licenses.mit; + }) {}; + "google-dictionary" = callPackage ({ mkDerivation, aeson, base, bytestring, HTTP, lens, mtl }: mkDerivation { @@ -61245,8 +61281,8 @@ self: { }: mkDerivation { pname = "hackage-repo-tool"; - version = "0.1.0.0"; - sha256 = "421eed1316a7f54d5e5d5895ff70129a7efaf0d4d2e10b27bc293ba3786c496b"; + version = "0.1.0.1"; + sha256 = "fc8863c28ca2cba3e7ae96bac4cc20376666eeb803b8911749a983f762c325f2"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -61266,8 +61302,8 @@ self: { }: mkDerivation { pname = "hackage-security"; - version = "0.2.0.0"; - sha256 = "db1abeb34db8ecabc4e70db7a71f49789a0a1839b78dbc813f09d25973aea8d4"; + version = "0.3.0.0"; + sha256 = "7cbc4e0d7338af2d8cec5235c60270df487ef56bb2cd653a7987b1bc672a2fb6"; libraryHaskellDepends = [ base base64-bytestring bytestring Cabal containers cryptohash directory ed25519 filepath ghc-prim mtl network network-uri parsec @@ -61283,8 +61319,8 @@ self: { }: mkDerivation { pname = "hackage-security-HTTP"; - version = "0.1.0.1"; - sha256 = "56b526b2ed23201474f111f3b7ad6d77fa5359acd27498ab4a95b451617612fa"; + version = "0.1.0.2"; + sha256 = "094cc357668437e5a2ac86168fdfdd5f1784d779a706929d676d8e4d430244dc"; libraryHaskellDepends = [ base bytestring hackage-security HTTP mtl network network-uri zlib ]; @@ -66250,10 +66286,8 @@ self: { }: mkDerivation { pname = "haxy"; - version = "1.0"; - sha256 = "da1d3f638daff80fa82365d02fd6e5dbd1208e3391f6d7c21ced1ebac1ecedbb"; - revision = "2"; - editedCabalFile = "1dfd6805d921438c33b5388de37716d320af9aff2d8067837f510d43c3cf5940"; + version = "1.0.1"; + sha256 = "6db58fd3433a7c92d660f1c21b11edb739f5cdbe21b47d99336fab2928cd8f4c"; libraryHaskellDepends = [ base bytestring data-default-class hostname HTTP http-server mtl url @@ -69576,8 +69610,8 @@ self: { }: mkDerivation { pname = "hjsmin"; - version = "0.1.5.0"; - sha256 = "f4d81fd8a1cbe65642ff749aeb5866ed9487613a54d7efe6566805fe3f3bf1d7"; + version = "0.1.5.1"; + sha256 = "d1e36c8fe5dfd46819425877ca7fc6a5b422fce138de9787b7409850252decff"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -72205,8 +72239,8 @@ self: { }: mkDerivation { pname = "hprotoc"; - version = "2.1.4"; - sha256 = "124d310f0a541b2267483f05e60dc3edd65933abfc51fbe67320deaab5470405"; + version = "2.1.5"; + sha256 = "463ce252cbcf6246bb80cc30efa14580b5370e8e5c5c83debfe1b24833b52353"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -72592,6 +72626,27 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { ole32 = null; oleaut32 = null;}; + "hs-duktape" = callPackage + ({ mkDerivation, aeson, aeson-qq, base, bytestring, hspec + , hspec-expectations-pretty-diff, template-haskell, text + , transformers + }: + mkDerivation { + pname = "hs-duktape"; + version = "0.1.0"; + sha256 = "4627845867a5b00022b22b0f90355a7f0e9b5b703883f74a6a226507972bf429"; + libraryHaskellDepends = [ + aeson base bytestring text transformers + ]; + testHaskellDepends = [ + aeson aeson-qq base bytestring hspec hspec-expectations-pretty-diff + template-haskell text + ]; + homepage = "https://github.com/myfreeweb/hs-duktape"; + description = "Haskell bindings for a very compact embedded ECMAScript (JavaScript) engine"; + license = stdenv.lib.licenses.mit; + }) {}; + "hs-excelx" = callPackage ({ mkDerivation, base, bytestring, containers, mtl, text, time , xml-conduit, zip-archive @@ -78813,8 +78868,8 @@ self: { }: mkDerivation { pname = "ihaskell"; - version = "0.6.5.0"; - sha256 = "e634513efa47aa3e369c3d7fb0ad038b1cba308186d4c50268641a97a727ddbb"; + version = "0.7.0.3"; + sha256 = "f2df05336dae36d05ffb25f993fab51ccb727f83adb290b83ab251384e8b2e80"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78827,7 +78882,7 @@ self: { ]; executableHaskellDepends = [ aeson base bin-package-db bytestring containers directory ghc here - ipython-kernel strict text transformers unix + ipython-kernel process strict text transformers unix ]; testHaskellDepends = [ aeson base base64-bytestring bin-package-db bytestring cereal @@ -79639,6 +79694,32 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "indieweb-algorithms" = callPackage + ({ mkDerivation, aeson, aeson-qq, base, bytestring, containers + , data-default, either, hspec, hspec-expectations-pretty-diff + , http-link-header, lens, lens-aeson, microformats2-parser, mtl + , network-uri, raw-strings-qq, safe, template-haskell, text, time + , transformers, unordered-containers, vector + }: + mkDerivation { + pname = "indieweb-algorithms"; + version = "0.1.0"; + sha256 = "3417c4dc270ca59b7731319e7e4009a0f5f464d038814a2db2ceac079dcc80b2"; + libraryHaskellDepends = [ + aeson base bytestring containers data-default either + http-link-header lens lens-aeson microformats2-parser network-uri + safe text time transformers unordered-containers vector + ]; + testHaskellDepends = [ + aeson aeson-qq base bytestring data-default hspec + hspec-expectations-pretty-diff microformats2-parser mtl network-uri + raw-strings-qq template-haskell text time + ]; + homepage = "https://github.com/myfreeweb/indieweb-algorithms"; + description = "A collection of implementations of IndieWeb algorithms"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "infer-upstream" = callPackage ({ mkDerivation, ansi-wl-pprint, base, github, optparse-applicative , parsec, process, text @@ -80834,8 +80915,8 @@ self: { }: mkDerivation { pname = "ipython-kernel"; - version = "0.6.1.2"; - sha256 = "1431c7442b9081dd9169348b36f0befafeedca8a773b8d5349518b39fde1e4e2"; + version = "0.7.0.0"; + sha256 = "17acfb6ac18e23a85b3fe3324af946439bf0bd886eaf5613d94c027a903174d7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -80845,7 +80926,6 @@ self: { executableHaskellDepends = [ base filepath mtl parsec text transformers ]; - jailbreak = true; homepage = "http://github.com/gibiansky/IHaskell"; description = "A library for creating kernels for IPython frontends"; license = stdenv.lib.licenses.mit; @@ -87966,8 +88046,8 @@ self: { ({ mkDerivation, base, containers, ghc-prim, mtl, transformers }: mkDerivation { pname = "linearscan"; - version = "0.7.0"; - sha256 = "37f2f77ad17b40fbf62dd823f40ef88ab8db516ced17de1d3d0493f4e4e44e8f"; + version = "0.8.0"; + sha256 = "108c26b493f21a47e171435053feef2d0fb178bb6be82baa6be5ea122b137829"; libraryHaskellDepends = [ base containers ghc-prim mtl transformers ]; @@ -87978,22 +88058,21 @@ self: { }) {}; "linearscan-hoopl" = callPackage - ({ mkDerivation, base, containers, deepseq, free, fuzzcheck, hoopl - , hspec, hspec-expectations, lens-family-core, linearscan - , QuickCheck, transformers + ({ mkDerivation, base, containers, deepseq, free, hoopl, hspec + , hspec-expectations, lens-family-core, linearscan, QuickCheck + , transformers }: mkDerivation { pname = "linearscan-hoopl"; - version = "0.7.0"; - sha256 = "db7ac77ef994fd40c1a11c9ff662d4710b29aff4ec498aeb78c6525f247b7fff"; + version = "0.8.1"; + sha256 = "cdd53114005aecb15ade491e8f662f651d91a166ab6929f73a081d9613991765"; libraryHaskellDepends = [ base containers free hoopl linearscan QuickCheck transformers ]; testHaskellDepends = [ - base containers deepseq fuzzcheck hoopl hspec hspec-expectations + base containers deepseq hoopl hspec hspec-expectations lens-family-core linearscan QuickCheck transformers ]; - jailbreak = true; homepage = "http://github.com/jwiegley/linearscan-hoopl"; description = "Makes it easy to use the linearscan register allocator with Hoopl"; license = stdenv.lib.licenses.bsd3; @@ -90403,8 +90482,8 @@ self: { ({ mkDerivation, base, network, transformers }: mkDerivation { pname = "mac"; - version = "0.1.0.0"; - sha256 = "71a14d4c4682d9d9d21eee66bc1471d28b2801517c870bbbacc57872ce84a5fa"; + version = "0.1.2.0"; + sha256 = "8ac8188429cb9e20aefa83e3943f7b4f2713248160bcbeb9080784e637e5789d"; libraryHaskellDepends = [ base network transformers ]; description = "Static Mandatory Access Control in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -91332,6 +91411,8 @@ self: { pname = "manifolds"; version = "0.1.3.1"; sha256 = "f2d286ecbcf0d391fecb61e8be56b56737d9f26d53cc68e815fc2f73766330b4"; + revision = "1"; + editedCabalFile = "078a790a2e462108e5d1ed6314f264d40b3fd1b063f56595e3874fcb5137eeea"; libraryHaskellDepends = [ base comonad constrained-categories containers deepseq hmatrix MemoTrie semigroups tagged transformers vector vector-algorithms @@ -92751,8 +92832,8 @@ self: { }: mkDerivation { pname = "microformats2-parser"; - version = "1.0.1.1"; - sha256 = "281212dd0fb8d61af7c4eaf4b0fa57d31b0267c8e8e1dea12cede8a6efc1a2e9"; + version = "1.0.1.2"; + sha256 = "94c220abb5bfd065e492f138bb72466f37cb2ecf4c53e830226b64e950a061b9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -92796,8 +92877,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "microlens"; - version = "0.3.2.0"; - sha256 = "a20e1082261e08b258e964484b2df4557a135832f18cd424eb8c030fbe62d402"; + version = "0.3.3.0"; + sha256 = "42a4b7c40a02a500419cf4b18df97ca76f31db06b1947d9c7d7434daf6434eab"; libraryHaskellDepends = [ base ]; homepage = "http://github.com/aelve/microlens"; description = "A tiny part of the lens library which you can depend upon"; @@ -92821,8 +92902,8 @@ self: { ({ mkDerivation, array, base, bytestring, containers, microlens }: mkDerivation { pname = "microlens-ghc"; - version = "0.2.0.0"; - sha256 = "d848f874c5af94c64ee8e6e0912fca305687acd5ec2b5353297943a3f5fcbf04"; + version = "0.2.1.0"; + sha256 = "0f9544e355d4c262ee94eacc893b57ad54666e473a5e4b7cd7db236fcfdd9ea3"; libraryHaskellDepends = [ array base bytestring containers microlens ]; @@ -92837,8 +92918,8 @@ self: { }: mkDerivation { pname = "microlens-mtl"; - version = "0.1.4.1"; - sha256 = "5a9a54d7804ece4bc4ab45c1784ce91df7681e2742b301754a212c7ccc2d7e70"; + version = "0.1.5.0"; + sha256 = "0f456e058d034e517eed53756d3b70438fcd91a818c93980053ab6ac86213028"; libraryHaskellDepends = [ base microlens mtl transformers transformers-compat ]; @@ -92853,8 +92934,8 @@ self: { }: mkDerivation { pname = "microlens-platform"; - version = "0.1.2.0"; - sha256 = "5a44b16b764fae1de9b29a114784abbb7aaa75270c2c4a21a026656ab1e24471"; + version = "0.1.3.0"; + sha256 = "8f2c08879fb484df0e1f2564dfa2e1fd6dd4745fefae02678e569803db97ad80"; libraryHaskellDepends = [ base hashable microlens microlens-ghc microlens-mtl microlens-th text unordered-containers vector @@ -93118,18 +93199,20 @@ self: { "milena" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, digest - , either, hspec, lens, mtl, network, QuickCheck, random - , resource-pool, transformers + , either, hspec, lens, lifted-base, listsafe, mtl, murmur-hash + , network, QuickCheck, random, resource-pool, transformers }: mkDerivation { pname = "milena"; - version = "0.2.0.0"; - sha256 = "35ef8dfd4c1b5302c55f5cd3e6df87f64937be72317f24f58c96252b4393ce22"; + version = "0.3.0.0"; + sha256 = "924fc92ec94da73dcd5d9a0505247cc77106fd8757016a9ebc1cfc574d96c753"; libraryHaskellDepends = [ - base bytestring cereal containers digest either lens mtl network - random resource-pool transformers + base bytestring cereal containers digest either lens lifted-base + listsafe mtl murmur-hash network random resource-pool transformers + ]; + testHaskellDepends = [ + base bytestring hspec mtl network QuickCheck ]; - testHaskellDepends = [ base bytestring hspec network QuickCheck ]; jailbreak = true; description = "A Kafka client for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -93931,8 +94014,8 @@ self: { }: mkDerivation { pname = "moesocks"; - version = "0.1.0.24"; - sha256 = "0a95707996c4c6f68a222063fa22008b038865ea8a8cb57bcbedd9a5bba72ba6"; + version = "0.1.0.25"; + sha256 = "c80dc33b2f5be9f4826ce51aa047b078c22d47a0900aa2fe294232c588f251a8"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -101941,8 +102024,8 @@ self: { }: mkDerivation { pname = "os-release"; - version = "0.2.1"; - sha256 = "8a9237966475d4178a266479d0dd9a834bd59349116528539eab66717d884646"; + version = "0.2.2"; + sha256 = "a91357fec161695ca6868d27c150f2de05666a6a7708114b3e06ff100f4d2ca7"; libraryHaskellDepends = [ base containers parsec transformers ]; testHaskellDepends = [ base containers hlint hspec parsec process regex-compat temporary @@ -103664,8 +103747,8 @@ self: { }: mkDerivation { pname = "pcg-random"; - version = "0.1.3.1"; - sha256 = "917be65fa6f917ba3e8b1ae98774356559ff6239f0b806ac0943cf160a455d0b"; + version = "0.1.3.2"; + sha256 = "288db42bb77ffef6e57007b893b41df5a3ac8f252d5a519306448cb5802ebe71"; libraryHaskellDepends = [ base bytestring entropy primitive random time ]; @@ -105518,8 +105601,8 @@ self: { }: mkDerivation { pname = "pipes-csv"; - version = "1.4.0"; - sha256 = "d2041b32b683d1a3a74fddd09ca0f572cc21c6c9ca434a394573d23dadb32fe0"; + version = "1.4.1"; + sha256 = "9a18f4c24281e87136ea17bc73a37199333da25532a5ffed8d268eb080f5d9c4"; libraryHaskellDepends = [ base blaze-builder bytestring cassava pipes unordered-containers vector @@ -105528,7 +105611,6 @@ self: { base bytestring cassava HUnit pipes pipes-bytestring test-framework test-framework-hunit vector ]; - jailbreak = true; description = "Fast, streaming csv parser"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -108461,12 +108543,12 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; - "process_1_2_3_0" = callPackage + "process_1_3_0_0" = callPackage ({ mkDerivation, base, deepseq, directory, filepath, unix }: mkDerivation { pname = "process"; - version = "1.2.3.0"; - sha256 = "619e04157183631bd16fa921589bd4125b7db12c45287e962a7b8402a70d60c5"; + version = "1.3.0.0"; + sha256 = "709b77b7a2a5768c61759fdd000e3b9c47e05cbee7987abf82954fd15d80c3f8"; libraryHaskellDepends = [ base deepseq directory filepath unix ]; testHaskellDepends = [ base ]; description = "Process libraries"; @@ -109085,8 +109167,8 @@ self: { }: mkDerivation { pname = "propellor"; - version = "2.7.1"; - sha256 = "31e6b0463f36a6241eaadd980648afe487061e213582b457f29e045ee4ea862f"; + version = "2.7.2"; + sha256 = "9c1cc565bfdea30d58c5306ef2dda9d4e86984f9f9004c0fe43011b481ce4db8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -109248,8 +109330,8 @@ self: { }: mkDerivation { pname = "protocol-buffers"; - version = "2.1.4"; - sha256 = "ad92eb27e09c70a26353377a09b5d61715aa452215e6221e33fcd0065c15c96a"; + version = "2.1.5"; + sha256 = "1028200fcef97d76f28e9ff22100066ad6b797c56fbf0222735b1ed4ece060dd"; libraryHaskellDepends = [ array base binary bytestring containers directory filepath mtl parsec syb utf8-string @@ -109263,8 +109345,8 @@ self: { ({ mkDerivation, base, bytestring, containers, protocol-buffers }: mkDerivation { pname = "protocol-buffers-descriptor"; - version = "2.1.4"; - sha256 = "7e7ff115ed7fefcaa00917ba76052d50d4f5dd786956a646d1b3180212a207d4"; + version = "2.1.5"; + sha256 = "cd653ce9ad16eadb080d6e19647da5fe5ccde7e3e2fb85464cbc460d44ca44f0"; libraryHaskellDepends = [ base bytestring containers protocol-buffers ]; @@ -113138,8 +113220,8 @@ self: { ({ mkDerivation, base, regex-tdfa, template-haskell }: mkDerivation { pname = "regex-tdfa-quasiquoter"; - version = "0.1.0.0"; - sha256 = "acafaa4c7a536483cc75952cdb9a8e7ae0bc1b76deb5170f405c0194e64859fc"; + version = "0.2.0.0"; + sha256 = "8ae16a6297b7357ef3d9f8d2e09d006e74f67b889ec7d86296eb0ac6fb2c8361"; libraryHaskellDepends = [ base regex-tdfa template-haskell ]; jailbreak = true; homepage = "http://github.com/erisco/regex-tdfa-quasiquoter"; @@ -114803,8 +114885,8 @@ self: { }: mkDerivation { pname = "rethinkdb"; - version = "2.1.0.1"; - sha256 = "3d8a61d33361e8fd90d3ac3f63f57d1f660f9102c09b406b2ac2ff571711a5cb"; + version = "2.1.0.2"; + sha256 = "80689203aafcbf26b555952953012fc1a1272d2e28cd5dcc30fcceb50951fd07"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -114814,7 +114896,6 @@ self: { ]; executableHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ base doctest ]; - jailbreak = true; homepage = "http://github.com/atnnn/haskell-rethinkdb"; description = "A driver for RethinkDB 2.1"; license = stdenv.lib.licenses.asl20; @@ -119055,8 +119136,8 @@ self: { }: mkDerivation { pname = "servant-JuicyPixels"; - version = "0.1.0.0"; - sha256 = "12914a3047b8e0e00db4f2d37a4d6f3aee0d1aa93bb76e815fdf2282ccf4d4ba"; + version = "0.2.0.0"; + sha256 = "3b2da6980c0c35ef5f9dcce145b7d59f3134b418ee659b84794d6bb6c503e4b5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -119851,13 +119932,12 @@ self: { ({ mkDerivation, base, binary, bytestring, io-streams, SHA }: mkDerivation { pname = "sha-streams"; - version = "0.1.1"; - sha256 = "5134e20354eb38b5b2b5a3eebe78b618ad70970c255b38e03fb91122ea6d5ae1"; + version = "0.2.0"; + sha256 = "de53ff3189b191d2217fe61b6c2142888e501eb0f9a35a4205d8528fcd648191"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base binary bytestring io-streams SHA ]; executableHaskellDepends = [ base io-streams SHA ]; - jailbreak = true; homepage = "https://github.com/noteed/sha-streams"; description = "SHA hashes for io-streams"; license = stdenv.lib.licenses.bsd3; @@ -125191,8 +125271,8 @@ self: { }: mkDerivation { pname = "squeeze"; - version = "1.0.4.4"; - sha256 = "c4865b707eeda4e8a8588a1ce7aa835128c7dc1c0506b9f4689ced5f5852d1a2"; + version = "1.0.4.5"; + sha256 = "9079a9e9163b27612c4625542bcd530766576e1d43e496c21cc42ffdbf3c6231"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -128196,8 +128276,8 @@ self: { }: mkDerivation { pname = "sws"; - version = "0.3.1.1"; - sha256 = "8dc76a7b25543ea8006553817d19ad8217fca38f7fa037213fcb304e0b2cd42a"; + version = "0.3.1.2"; + sha256 = "e86be4df4f505f7f6eab69957ae3843455fbce9e13dd211ee65cff034449240c"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -132325,19 +132405,21 @@ self: { "these" = callPackage ({ mkDerivation, base, bifunctors, containers, mtl, profunctors - , semigroupoids, semigroups, transformers, vector + , QuickCheck, semigroupoids, semigroups, tasty, tasty-quickcheck + , transformers, vector }: mkDerivation { pname = "these"; - version = "0.4.2"; - sha256 = "e732b9c0af7bfc7ae2aad97383d560d909b503ddb2fadbb6f5938679404c4543"; - revision = "1"; - editedCabalFile = "02eb71fed8c848cc4f94f1181f09a6f9667caac38746f757bd57ca881aa47629"; + version = "0.6.0.0"; + sha256 = "c8e94f28561e87a1c51498a8529a74983fe68d785b250c118d02a9a25d1b9383"; libraryHaskellDepends = [ base bifunctors containers mtl profunctors semigroupoids semigroups transformers vector ]; - jailbreak = true; + testHaskellDepends = [ + base bifunctors QuickCheck tasty tasty-quickcheck transformers + vector + ]; homepage = "https://github.com/isomorphism/these"; description = "An either-or-both data type, with corresponding hybrid error/writer monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -134927,8 +135009,8 @@ self: { }: mkDerivation { pname = "tttool"; - version = "1.4.0.3"; - sha256 = "2de9817bfeee47ea168194862a2fa27c86bff3c7f5063537394c38851f7ed757"; + version = "1.4.0.4"; + sha256 = "b3e15148fa1090cdffaa91094aadedb6f80ad70ebcf9740e27d2c5256147a260"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -141134,8 +141216,8 @@ self: { }: mkDerivation { pname = "wai-routes"; - version = "0.8.0"; - sha256 = "3b0b8ccb5853d830c0feaad5cbb5db8e7f3499af18b027e052e169199b89959d"; + version = "0.8.1"; + sha256 = "0ebdf952830d550a6f56bf048ae7f554c88ab8fa0f3a3b613569f620133d41d2"; libraryHaskellDepends = [ aeson base blaze-builder bytestring case-insensitive containers cookie data-default-class filepath http-types mime-types @@ -141144,7 +141226,6 @@ self: { testHaskellDepends = [ aeson base hspec hspec-wai hspec-wai-json wai ]; - jailbreak = true; homepage = "https://ajnsit.github.io/wai-routes/"; description = "Typesafe URLs for Wai applications"; license = stdenv.lib.licenses.mit; @@ -145761,8 +145842,8 @@ self: { }: mkDerivation { pname = "yesod"; - version = "1.4.1.5"; - sha256 = "a1160d366cf2c91502bcd5c8f251041ec8a1bc962729c95d5bc572dbe9f8296b"; + version = "1.4.2"; + sha256 = "d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757"; libraryHaskellDepends = [ aeson base blaze-html blaze-markup bytestring conduit-extra data-default directory fast-logger monad-control monad-logger safe @@ -147158,8 +147239,8 @@ self: { }: mkDerivation { pname = "yesod-test"; - version = "1.5"; - sha256 = "437a76419c94030c3c3d8b8a88a52f0ff9c416d56894bc4b825c62faa9a1be07"; + version = "1.5.0.1"; + sha256 = "9b19fb51e901935f8b0926e3b9bbae772d45967a747fb3a1bf9cb893724c29a4"; libraryHaskellDepends = [ attoparsec base blaze-builder blaze-html blaze-markup bytestring case-insensitive containers cookie hspec-core html-conduit @@ -147167,8 +147248,8 @@ self: { transformers wai wai-extra xml-conduit xml-types yesod-core ]; testHaskellDepends = [ - base bytestring containers hspec html-conduit HUnit text wai - xml-conduit yesod-core yesod-form + base bytestring containers hspec html-conduit http-types HUnit text + wai xml-conduit yesod-core yesod-form ]; homepage = "http://www.yesodweb.com"; description = "integration testing for WAI/Yesod Applications"; @@ -148338,8 +148419,8 @@ self: { ({ mkDerivation, base, binary, bytestring, containers }: mkDerivation { pname = "zmidi-core"; - version = "0.8.0"; - sha256 = "aa8e7f0d0068f75f38347beb85de7716811018e8fa5b42fb5a1a3c9a11fbbada"; + version = "0.8.1"; + sha256 = "5bfb08b41d20ea1d0520dac48fefe07fc4f174bcfa9de6d7eb613234e962cbd8"; libraryHaskellDepends = [ base binary bytestring containers ]; homepage = "https://github.com/stephentetley/zmidi-core"; description = "Read and write MIDI files";