From a85d1c9e340c78f500d0b8c282b335375c413ebe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 3 Apr 2019 02:30:51 +0200 Subject: [PATCH] hackage-packages.nix: automatic Haskell package set update This update was generated by hackage2nix v2.14.2-5-g11c68fd from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/3d5bbe3d81925a6a1ba927b1deeb81ce2d94475b. --- .../haskell-modules/hackage-packages.nix | 2095 ++++++++++------- 1 file changed, 1222 insertions(+), 873 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index d839b73cfc5a..94793c0be598 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -942,6 +942,35 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "Allure_0_9_3_0" = callPackage + ({ mkDerivation, async, base, enummapset, filepath, ghc-compact + , LambdaHack, optparse-applicative, primitive, random + , template-haskell, text, transformers + }: + mkDerivation { + pname = "Allure"; + version = "0.9.3.0"; + sha256 = "0yfy8ygcm3aayi1vdsl3wy7kma0x50b7rw0b7ykzgcjkjwb3x45i"; + isLibrary = false; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + async base enummapset filepath ghc-compact LambdaHack + optparse-applicative primitive random template-haskell text + transformers + ]; + executableHaskellDepends = [ + async base filepath LambdaHack optparse-applicative + ]; + testHaskellDepends = [ + async base filepath LambdaHack optparse-applicative + ]; + doHaddock = false; + description = "Near-future Sci-Fi roguelike and tactical squad combat game"; + license = stdenv.lib.licenses.agpl3Plus; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "AndroidViewHierarchyImporter" = callPackage ({ mkDerivation, base, bytestring, cmdtheline, containers, mtl , network, opml, pretty, process, QuickCheck, split, transformers @@ -2827,8 +2856,8 @@ self: { }: mkDerivation { pname = "Chart-diagrams"; - version = "1.9.1"; - sha256 = "188zy20ahz51c8jwp41ij1pp8vanpmfv77bjzafwcib6gjbjlp77"; + version = "1.9.2"; + sha256 = "0am51ck84apijwwvpkwhnpmsr4047svzdi7g5nbf5yprsb8vzd4n"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base blaze-markup bytestring Chart colour containers @@ -7678,8 +7707,8 @@ self: { }: mkDerivation { pname = "HDBC-odbc"; - version = "2.5.0.1"; - sha256 = "16fywv2jzh0cxfmcxikydp47wk8czz279y89r8qx4wz8ffahl04n"; + version = "2.6.0.0"; + sha256 = "0nmma7z7r9rgibiwi3m7zkx90val4qqvljidlyiw6ysw20s3gbs3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -10898,8 +10927,8 @@ self: { }: mkDerivation { pname = "IntervalMap"; - version = "0.6.1.0"; - sha256 = "0g47mf4m0vwbibk8hi9k78xwbgdaa4zvypgbpzcvj20hw2wpcdhk"; + version = "0.6.1.1"; + sha256 = "0vdlvxvhf7vjyv0mfn6jaj2i2gclqv8419ck32s2jxfcmki5m5g8"; libraryHaskellDepends = [ base containers deepseq ]; testHaskellDepends = [ base Cabal containers deepseq QuickCheck ]; benchmarkHaskellDepends = [ @@ -11761,6 +11790,39 @@ self: { broken = true; }) {}; + "LambdaHack_0_9_3_0" = callPackage + ({ mkDerivation, assert-failure, async, base, base-compat, binary + , bytestring, containers, deepseq, directory, enummapset, filepath + , ghc-compact, ghc-prim, hashable, hsini, keys, miniutter + , optparse-applicative, pretty-show, primitive, random, sdl2 + , sdl2-ttf, stm, template-haskell, text, time, transformers + , unordered-containers, vector, vector-binary-instances, zlib + }: + mkDerivation { + pname = "LambdaHack"; + version = "0.9.3.0"; + sha256 = "1qhx4jm36s5rbxy76ii1s61ykaisfmxzm6j0pbdx8aa2yayvmm9d"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + assert-failure async base base-compat binary bytestring containers + deepseq directory enummapset filepath ghc-compact ghc-prim hashable + hsini keys miniutter optparse-applicative pretty-show primitive + random sdl2 sdl2-ttf stm template-haskell text time transformers + unordered-containers vector vector-binary-instances zlib + ]; + executableHaskellDepends = [ + async base filepath optparse-applicative + ]; + testHaskellDepends = [ async base filepath optparse-applicative ]; + doHaddock = false; + description = "A game engine library for tactical squad ASCII roguelike dungeon crawlers"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; + }) {}; + "LambdaINet" = callPackage ({ mkDerivation, base, containers, GLFW, GLFW-task, monad-task, mtl , OpenGL, transformers, vector @@ -22190,6 +22252,29 @@ self: { broken = true; }) {}; + "acousticbrainz-client" = callPackage + ({ mkDerivation, aeson, base-compat-batteries, base-noprelude + , bytestring, exceptions, filepath, microlens-aeson + , microlens-platform, pretty-simple, relude, scientific + , streaming-bytestring, streaming-utils, tasty, tasty-golden, text + }: + mkDerivation { + pname = "acousticbrainz-client"; + version = "0.1.0.0"; + sha256 = "03bzfxv1d7bgsp6bm15h2a8h573id4nyb7xd4y52gbkzyblbz58c"; + libraryHaskellDepends = [ + aeson base-compat-batteries base-noprelude bytestring exceptions + microlens-aeson microlens-platform relude scientific + streaming-bytestring streaming-utils text + ]; + testHaskellDepends = [ + aeson base-compat-batteries base-noprelude filepath pretty-simple + relude tasty tasty-golden text + ]; + description = "AcousticBrainz API client"; + license = stdenv.lib.licenses.cc0; + }) {}; + "acquire" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -23266,8 +23351,8 @@ self: { }: mkDerivation { pname = "aeson-quick"; - version = "0.1.2.1"; - sha256 = "135mnzh56za992p8083yr3yx96q7zh5h50l7y8c5jm7qla32n2b4"; + version = "0.1.3"; + sha256 = "07xkiakl2zhknpj6sxjicyrcq4lishnyv645mq3fg9lls463fhm1"; libraryHaskellDepends = [ aeson attoparsec base deepseq text unordered-containers vector ]; @@ -24502,8 +24587,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "alist"; - version = "0.1.0.6"; - sha256 = "19r7g8ghpiklam6pv081sh60d7lrlznpwbp5yqlm5h7ah1m284jh"; + version = "0.1.1.6"; + sha256 = "0shfvjakcq2cmqizqvsqdvc7mnxkbalj6drp289lqqcmy4nxszin"; libraryHaskellDepends = [ base ]; description = "lists with O(1) append"; license = stdenv.lib.licenses.bsd3; @@ -30998,7 +31083,7 @@ self: { broken = true; }) {}; - "asif_5_0_2" = callPackage + "asif_6_0_0" = callPackage ({ mkDerivation, attoparsec, base, binary, bytestring, conduit , conduit-combinators, conduit-extra, containers, cpu, directory , either, exceptions, foldl, generic-lens, hedgehog, hspec, hw-bits @@ -31008,8 +31093,8 @@ self: { }: mkDerivation { pname = "asif"; - version = "5.0.2"; - sha256 = "19wsjpk3jnij6b4ap84g5jaka734za2381yz4x5ahm4f1nvc6gdf"; + version = "6.0.0"; + sha256 = "1kiafpfr1xgbsp2j0fdyiavp6b8lbnrfcfvczbhbwm6vy0w0l4bq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -31746,8 +31831,8 @@ self: { }: mkDerivation { pname = "atlassian-connect-descriptor"; - version = "0.4.7.0"; - sha256 = "0n9a0bkf525gw1fcik6gmaarf5l7zmn29whiyrcp3dv7afqdfhwa"; + version = "0.4.8.0"; + sha256 = "0vqwrzr9axhxc2mvbwv4qzk5jgf9wplh2ss1hkbaqc9zp7wb4j7f"; libraryHaskellDepends = [ aeson base cases network network-uri text time-units unordered-containers @@ -33212,8 +33297,8 @@ self: { }: mkDerivation { pname = "avro"; - version = "0.4.3.0"; - sha256 = "0sv1l51gv6yf4zr4xv5icksmj59qxfzz80y0k5y10mzh7qgyxf88"; + version = "0.4.4.1"; + sha256 = "12mrgjhms4m9zjax6zqlzn9cisdr482sa642xh5p9h6hdp86ay59"; libraryHaskellDepends = [ aeson array base base16-bytestring bifunctors binary bytestring containers data-binary-ieee754 deepseq fail hashable mtl scientific @@ -34242,8 +34327,8 @@ self: { }: mkDerivation { pname = "b9"; - version = "0.5.68.2"; - sha256 = "1frinivjzyyjn9w3xqyr659wrjniv5598frdf9526g7ab484di8w"; + version = "0.5.68.3"; + sha256 = "1373ymh25ybaszfb0d6vs11zh9hw41a0x1gw9wxi18f5hk5jmbsk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -34338,6 +34423,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "backprop_0_2_6_2" = callPackage + ({ mkDerivation, base, containers, criterion, deepseq, directory + , hmatrix, microlens, microlens-th, mwc-random, primitive + , reflection, time, transformers, vector, vinyl + }: + mkDerivation { + pname = "backprop"; + version = "0.2.6.2"; + sha256 = "10w3fb25jw7s3bal6hd0a7g5hzbdd4b3whzxkm9b3g0y36i713dm"; + libraryHaskellDepends = [ + base containers deepseq microlens primitive reflection transformers + vector vinyl + ]; + benchmarkHaskellDepends = [ + base criterion deepseq directory hmatrix microlens microlens-th + mwc-random time vector + ]; + description = "Heterogeneous automatic differentation"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "backtracking-exceptions" = callPackage ({ mkDerivation, base, either, free, kan-extensions, mtl , semigroupoids, semigroups, transformers @@ -34665,22 +34772,6 @@ self: { }) {}; "barbies" = callPackage - ({ mkDerivation, base, bifunctors, QuickCheck, tasty, tasty-hunit - , tasty-quickcheck - }: - mkDerivation { - pname = "barbies"; - version = "1.1.1.0"; - sha256 = "1rlrsxddnlrhx15ki3pwh2hpvcawl5gd6x6i8n9n716ra2p6ca90"; - libraryHaskellDepends = [ base bifunctors ]; - testHaskellDepends = [ - base QuickCheck tasty tasty-hunit tasty-quickcheck - ]; - description = "Classes for working with types that can change clothes"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "barbies_1_1_2_1" = callPackage ({ mkDerivation, base, bifunctors, QuickCheck, tasty, tasty-hunit , tasty-quickcheck }: @@ -34694,7 +34785,6 @@ self: { ]; description = "Classes for working with types that can change clothes"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "barchart" = callPackage @@ -34939,20 +35029,6 @@ self: { }) {}; "base-orphans" = callPackage - ({ mkDerivation, base, ghc-prim, hspec, hspec-discover, QuickCheck - }: - mkDerivation { - pname = "base-orphans"; - version = "0.8"; - sha256 = "05s8s9zbnvcwnnd8z23jbdcjpd1h07c8fgaw0g9jl8mlpxbcdvmc"; - libraryHaskellDepends = [ base ghc-prim ]; - testHaskellDepends = [ base hspec QuickCheck ]; - testToolDepends = [ hspec-discover ]; - description = "Backwards-compatible orphan instances for base"; - license = stdenv.lib.licenses.mit; - }) {}; - - "base-orphans_0_8_1" = callPackage ({ mkDerivation, base, ghc-prim, hspec, hspec-discover, QuickCheck }: mkDerivation { @@ -34964,7 +35040,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backwards-compatible orphan instances for base"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "base-prelude" = callPackage @@ -35015,6 +35090,28 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "base32-z-bytestring" = callPackage + ({ mkDerivation, base, bytestring, cpu, criterion, hedgehog, tasty + , tasty-fail-fast, tasty-hedgehog, tasty-hspec, z-base32-bytestring + }: + mkDerivation { + pname = "base32-z-bytestring"; + version = "1.0.0.0"; + sha256 = "1r0235a2qqnavsm7jl807m555yd2k2vi2kfacw878v83zdr5qyix"; + libraryHaskellDepends = [ base bytestring cpu ]; + testHaskellDepends = [ + base bytestring hedgehog tasty tasty-fail-fast tasty-hedgehog + tasty-hspec z-base32-bytestring + ]; + benchmarkHaskellDepends = [ + base bytestring criterion z-base32-bytestring + ]; + description = "Fast z-base32 and z-base32hex codec for ByteStrings"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; + }) {z-base32-bytestring = null;}; + "base32string" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, hspec, text }: mkDerivation { @@ -35101,30 +35198,6 @@ self: { }) {}; "base64-bytestring-type" = callPackage - ({ mkDerivation, aeson, base, base-compat, base64-bytestring - , binary, bytestring, cereal, deepseq, hashable, QuickCheck, tasty - , tasty-quickcheck, text - }: - mkDerivation { - pname = "base64-bytestring-type"; - version = "1"; - sha256 = "0h74c0qhf4n0pamrl29ha5hgf940bay0dhl8rifaw4l03z8rn0bl"; - revision = "4"; - editedCabalFile = "0yfhy4a9n67l9w3amqrzzy79q47yyj6qbv5i5lqym5z7ygwmlzn6"; - libraryHaskellDepends = [ - aeson base base-compat base64-bytestring binary bytestring cereal - deepseq hashable QuickCheck text - ]; - testHaskellDepends = [ - aeson base binary bytestring cereal tasty tasty-quickcheck - ]; - description = "A newtype around ByteString, for base64 encoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - broken = true; - }) {}; - - "base64-bytestring-type_1_0_1" = callPackage ({ mkDerivation, aeson, base, base-compat, base64-bytestring , binary, bytestring, cereal, deepseq, hashable, http-api-data , QuickCheck, serialise, tasty, tasty-quickcheck, text @@ -38499,8 +38572,8 @@ self: { }: mkDerivation { pname = "birch-beer"; - version = "0.1.0.1"; - sha256 = "1xnv6zg9rc8klsjvaqf524pvplhizydjdrfybxnfjsi4d3kp612g"; + version = "0.1.1.1"; + sha256 = "0gr7hqjdv9c5adghzf6jakwkhhpmza9a28bdcgrll02lsz8yb44g"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -38513,9 +38586,9 @@ self: { text-show typed-spreadsheet vector ]; executableHaskellDepends = [ - aeson base cassava colour diagrams diagrams-cairo diagrams-lib - hierarchical-spectral-clustering lens optparse-generic - sparse-linear-algebra text text-show vector + aeson base bytestring cassava colour containers diagrams + diagrams-cairo diagrams-lib hierarchical-spectral-clustering lens + optparse-generic sparse-linear-algebra text text-show vector ]; description = "Plot a colorful tree"; license = stdenv.lib.licenses.gpl3; @@ -39241,8 +39314,8 @@ self: { }: mkDerivation { pname = "bitvec"; - version = "0.2.0.0"; - sha256 = "024g2177c7br7spqqk6y61b3b7svyl9ghikx0rfydm0sl2dd9rii"; + version = "0.2.0.1"; + sha256 = "0mgmf60gy3nzp66mf4bydls46bddk76rz40zkdfp0hhsspasia9b"; libraryHaskellDepends = [ base primitive vector ]; testHaskellDepends = [ base HUnit primitive QuickCheck quickcheck-classes test-framework @@ -42746,8 +42819,8 @@ self: { }: mkDerivation { pname = "bv-sized"; - version = "0.6.0"; - sha256 = "0bhci00l4946z3b6ynzpi3k17bnawir88kqpp36jai8filb0znc5"; + version = "0.7.0"; + sha256 = "04fiqpd5kcq7lyas40axqn6mcngr1yymi1aiqgzip519qmdg73vl"; libraryHaskellDepends = [ base containers lens mtl parameterized-utils pretty QuickCheck random @@ -44292,15 +44365,15 @@ self: { license = stdenv.lib.licenses.gpl3; }) {}; - "cabal-rpm_0_13_1" = callPackage + "cabal-rpm_0_13_2" = callPackage ({ mkDerivation, base, bytestring, Cabal, directory, filepath , http-client, http-client-tls, http-conduit, process, simple-cmd , time, unix }: mkDerivation { pname = "cabal-rpm"; - version = "0.13.1"; - sha256 = "1k61jknk99hrw1h4kfkpl0905lgybidvlqn5ny6d54kr5f7fn9d3"; + version = "0.13.2"; + sha256 = "1q4nqmxd0cn023nm8dnlh40wqk3n7cd5v873bawhv6gmysgyxhn7"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -45049,8 +45122,8 @@ self: { }: mkDerivation { pname = "cairo-core"; - version = "1.16.6"; - sha256 = "1rm3n46qlilnwxddnlz6gd3gglp7068h2fi90wm6xm6s9gpff2p8"; + version = "1.16.7"; + sha256 = "1v3zdhvhn5iv2i7k2pmwd6jfdb7h1zsa8px7xjlhar5n0p131vzr"; setupHaskellDepends = [ base bytestring Cabal directory filepath haskell-src-exts http-client http-client-tls hxt hxt-xpath @@ -46698,8 +46771,8 @@ self: { ({ mkDerivation, alg, base, transformers }: mkDerivation { pname = "category"; - version = "0.2.2.0"; - sha256 = "1a01i1jxvgwcvmg3n4zpsp1f9pfaj3h6kzv3as0l3dyrky7ma8r3"; + version = "0.2.4.0"; + sha256 = "0c1507vl3r91f401ccsnphhis8krrzj789vzx9ynlg2lfalkvnni"; libraryHaskellDepends = [ alg base transformers ]; description = "Categorical types and classes"; license = stdenv.lib.licenses.bsd3; @@ -48302,8 +48375,8 @@ self: { }: mkDerivation { pname = "chessIO"; - version = "0.1.0.0"; - sha256 = "1rxna3jy50fddw33cjg603gdcmq89qr21q8syz60lm8rri0rg6bh"; + version = "0.2.0.0"; + sha256 = "01vgr2h1m5ww9j0239lv4k75sshhaa42kzi0bg8134j64i5k8ghd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -51140,6 +51213,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "cmark_0_6" = callPackage + ({ mkDerivation, base, blaze-html, bytestring, cheapskate + , criterion, discount, HUnit, markdown, sundown, text + }: + mkDerivation { + pname = "cmark"; + version = "0.6"; + sha256 = "1p41z6z8dqxk62287lvhhg4ayy9laai9ljh4azsnzb029v6mbv0d"; + libraryHaskellDepends = [ base bytestring text ]; + testHaskellDepends = [ base HUnit text ]; + benchmarkHaskellDepends = [ + base blaze-html cheapskate criterion discount markdown sundown text + ]; + description = "Fast, accurate CommonMark (Markdown) parser and renderer"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "cmark-gfm" = callPackage ({ mkDerivation, base, blaze-html, bytestring, cheapskate , criterion, discount, HUnit, markdown, sundown, text @@ -51157,6 +51248,24 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "cmark-gfm_0_2_0" = callPackage + ({ mkDerivation, base, blaze-html, bytestring, cheapskate + , criterion, discount, HUnit, markdown, sundown, text + }: + mkDerivation { + pname = "cmark-gfm"; + version = "0.2.0"; + sha256 = "03xflrkyw84qv3yjly5iks9311bqv5cmrmsylr763v4ph0fn7rjq"; + libraryHaskellDepends = [ base bytestring text ]; + testHaskellDepends = [ base HUnit text ]; + benchmarkHaskellDepends = [ + base blaze-html cheapskate criterion discount markdown sundown text + ]; + description = "Fast, accurate GitHub Flavored Markdown parser and renderer"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "cmark-highlight" = callPackage ({ mkDerivation, base, blaze-html, cmark, highlighting-kate, text }: @@ -53593,6 +53702,18 @@ self: { broken = true; }) {}; + "comprehensions-ghc" = callPackage + ({ mkDerivation, base, base-unicode-symbols, ghc, syb, util }: + mkDerivation { + pname = "comprehensions-ghc"; + version = "0.1.0.1"; + sha256 = "04s83q9mvsdnxy9glc15n1nbqk6imbdzi40skvvhasjppgb9ysbm"; + libraryHaskellDepends = [ base base-unicode-symbols ghc syb util ]; + testHaskellDepends = [ base ]; + description = "Plugin to generalize comprehensions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "compressed" = callPackage ({ mkDerivation, base, comonad, containers, fingertree, hashable , keys, pointed, reducers, semigroupoids, semigroups @@ -56647,8 +56768,8 @@ self: { }: mkDerivation { pname = "copilot"; - version = "3.0"; - sha256 = "0i28vqzg7pgff0y8ill8zj8qbf1vqk3yfscvhrv5mcywp2fm6f31"; + version = "3.0.1"; + sha256 = "0sfvrk8ik6zaim6xlkvlnz3rnrqbiqvq7i6yxjiba74qx5w8yv4m"; libraryHaskellDepends = [ base copilot-c99 copilot-core copilot-language copilot-libraries copilot-theorem directory filepath optparse-applicative @@ -56666,8 +56787,8 @@ self: { }: mkDerivation { pname = "copilot-c99"; - version = "3.0"; - sha256 = "11v8py8hgp76dlp2n3nw4gqw4s0jnq51vd26y8vi5k71jiwwp0k9"; + version = "3.0.1"; + sha256 = "11vrin2d0zfqzn3c9ikn1ra76m2083nlrk3l8j4hk0pnssy9kjvp"; libraryHaskellDepends = [ base containers copilot-core directory filepath language-c99 language-c99-simple language-c99-util mtl pretty @@ -56700,8 +56821,8 @@ self: { ({ mkDerivation, base, containers, dlist, mtl, pretty, random }: mkDerivation { pname = "copilot-core"; - version = "3.0"; - sha256 = "0n6vczrc56hlgkya53apg0g64mvm648xhqqi174gxs45zlb23n9y"; + version = "3.0.1"; + sha256 = "0gq55db39fsg3kim83s86nw58f9wbg59nlrhi4ic70864iv55zs8"; libraryHaskellDepends = [ base containers dlist mtl pretty random ]; @@ -56717,8 +56838,8 @@ self: { }: mkDerivation { pname = "copilot-language"; - version = "3.0"; - sha256 = "094yfrg0szfmskznznlsiqi8ms6pbny7agc2w2qvsmlxn6rdhsk9"; + version = "3.0.1"; + sha256 = "1vx656vdjvdbsd3zv5cpb9xjvj85ylfqbbk8iibkbdgbq6sm11f6"; libraryHaskellDepends = [ array base containers copilot-core copilot-theorem data-reify ghc-prim mtl @@ -57289,6 +57410,8 @@ self: { pname = "cpkg"; version = "0.1.1.1"; sha256 = "06nwkys90i0rdhg1nvwzii88z5f3ijn9kjwrg6lgy2m973zr8668"; + revision = "1"; + editedCabalFile = "0dqfgr06mv9xmqs2whzklzgj9ny17ncm6202bhykh9xp8qvzfbyy"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -59112,7 +59235,6 @@ self: { ]; description = "Cryptol: The Language of Cryptography"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "cryptonite" = callPackage @@ -62766,16 +62888,17 @@ self: { }) {}; "datadog-tracing" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, ffunctor - , generic-random, hspec-golden-aeson, http-media, msgpack, mtl - , prettyprinter, QuickCheck, quickcheck-text, refined, scientific - , servant, servant-client, servant-server, tasty, tasty-discover - , tasty-hspec, text, time, unordered-containers, vector, warp + ({ mkDerivation, aeson, base, bytestring, containers, data-default + , ffunctor, generic-random, hspec-golden-aeson, http-media, msgpack + , mtl, prettyprinter, QuickCheck, quickcheck-text, refined + , scientific, servant, servant-client, servant-server, tasty + , tasty-discover, tasty-hspec, text, time, unordered-containers + , vector, wai-extra, warp }: mkDerivation { pname = "datadog-tracing"; - version = "1.3.2"; - sha256 = "0gag5cga8an4hd63n3vyjxrvgw309a8iw5if22j1dlc972qrzgs1"; + version = "1.4.0"; + sha256 = "02gdkh7yxjh2lnjjm4cgpabl0ywwqs145gd5in6s22999chf0hif"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -62785,8 +62908,8 @@ self: { vector ]; executableHaskellDepends = [ - aeson base bytestring containers mtl servant servant-server text - warp + aeson base bytestring containers data-default mtl servant + servant-server text wai-extra warp ]; testHaskellDepends = [ aeson base bytestring containers hspec-golden-aeson mtl servant @@ -67453,6 +67576,26 @@ self: { broken = true; }) {}; + "dino" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, containers, errors + , exceptions, hashable, monad-loops, mtl, tasty, tasty-quickcheck + , tasty-th, text, transformers, tree-view, unordered-containers + }: + mkDerivation { + pname = "dino"; + version = "0.1.1"; + sha256 = "05n0zsl9wvwilnmh28s89cda8a72qfbnhwkbbnw9yihpbamx59z9"; + libraryHaskellDepends = [ + ansi-wl-pprint base containers errors exceptions hashable + monad-loops mtl text transformers tree-view unordered-containers + ]; + testHaskellDepends = [ + base tasty tasty-quickcheck tasty-th text unordered-containers + ]; + description = "A convenient tagless EDSL"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "diophantine" = callPackage ({ mkDerivation, array, base, happy }: mkDerivation { @@ -68995,18 +69138,6 @@ self: { }) {}; "dlist" = callPackage - ({ mkDerivation, base, Cabal, deepseq, QuickCheck }: - mkDerivation { - pname = "dlist"; - version = "0.8.0.5"; - sha256 = "0hqvjld86vna9m0za4g37nv2gml2s8q01208igp4l3dl76l8ma4q"; - libraryHaskellDepends = [ base deepseq ]; - testHaskellDepends = [ base Cabal QuickCheck ]; - description = "Difference lists"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "dlist_0_8_0_6" = callPackage ({ mkDerivation, base, Cabal, deepseq, QuickCheck }: mkDerivation { pname = "dlist"; @@ -69016,7 +69147,6 @@ self: { testHaskellDepends = [ base Cabal QuickCheck ]; description = "Difference lists"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "dlist-instances" = callPackage @@ -71353,8 +71483,8 @@ self: { }: mkDerivation { pname = "dynamic"; - version = "0.0.6"; - sha256 = "0z2mc09iffwh2wxp8j0kqpfh5nflnf3wzk554rx0l54sbszvxvw1"; + version = "0.1.0"; + sha256 = "186c1y2qh6fdc72icf3pcqcyp8g3yz4shsch24zfz0r7zhya5xza"; libraryHaskellDepends = [ aeson aeson-pretty base bytestring cassava containers http-conduit text unordered-containers vector @@ -73707,22 +73837,6 @@ self: { }) {}; "email-validate" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec - , QuickCheck, template-haskell - }: - mkDerivation { - pname = "email-validate"; - version = "2.3.2.10"; - sha256 = "0wfk5dkpaw0gk4p0vwdpb24c6kz4gjx0z4am79v5c3k38gmb3rak"; - libraryHaskellDepends = [ - attoparsec base bytestring template-haskell - ]; - testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; - description = "Email address validation"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "email-validate_2_3_2_11" = callPackage ({ mkDerivation, attoparsec, base, bytestring, doctest, hspec , QuickCheck, template-haskell }: @@ -73736,7 +73850,6 @@ self: { testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; description = "Email address validation"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "email-validate-json" = callPackage @@ -76372,8 +76485,8 @@ self: { }: mkDerivation { pname = "eventstore"; - version = "1.2.2"; - sha256 = "0p2qz8z44mdlswan9cp9xpxwbbq345g9r4kh777q18x1k5jbf61j"; + version = "1.2.4"; + sha256 = "057nxlq78v3fzby9b0506gb85rlsv3j7q98y5asnv92n5i2barxm"; libraryHaskellDepends = [ aeson array base bifunctors bytestring cereal clock connection containers dns dotnet-timespan ekg-core exceptions fast-logger @@ -76651,29 +76764,6 @@ self: { }) {}; "exceptions" = callPackage - ({ mkDerivation, base, mtl, QuickCheck, stm, template-haskell - , test-framework, test-framework-hunit, test-framework-quickcheck2 - , transformers, transformers-compat - }: - mkDerivation { - pname = "exceptions"; - version = "0.10.0"; - sha256 = "1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y"; - revision = "2"; - editedCabalFile = "0aiihbjfrlmxzw9q8idvr6mihhs7kbx9s3w1vj8x3pz27p0ncq7g"; - libraryHaskellDepends = [ - base mtl stm template-haskell transformers transformers-compat - ]; - testHaskellDepends = [ - base mtl QuickCheck stm template-haskell test-framework - test-framework-hunit test-framework-quickcheck2 transformers - transformers-compat - ]; - description = "Extensible optionally-pure exceptions"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "exceptions_0_10_1" = callPackage ({ mkDerivation, base, mtl, QuickCheck, stm, template-haskell , test-framework, test-framework-hunit, test-framework-quickcheck2 , transformers, transformers-compat @@ -76692,7 +76782,6 @@ self: { ]; description = "Extensible optionally-pure exceptions"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "exchangerates" = callPackage @@ -77517,8 +77606,8 @@ self: { pname = "extended-reals"; version = "0.2.3.0"; sha256 = "170nxxza6lkczh05qi2qxr8nbr3gmdjpfvl1m703gjq9xwrwg2kw"; - revision = "2"; - editedCabalFile = "020aliazf97zrhkcdpblmh9xakabdd8wdxg0667j4553rsijwqcy"; + revision = "3"; + editedCabalFile = "0v80m6cnpx1d43cfykz5jbiqkk7l51vmrd48sb8s1h8f2pp9v3dq"; libraryHaskellDepends = [ base deepseq hashable ]; testHaskellDepends = [ base deepseq HUnit QuickCheck tasty tasty-hunit tasty-quickcheck @@ -77595,21 +77684,22 @@ self: { "extensible-effects-concurrent" = callPackage ({ mkDerivation, async, base, containers, data-default, deepseq - , directory, exceptions, extensible-effects, filepath, HUnit, lens - , monad-control, mtl, parallel, process, QuickCheck + , directory, exceptions, extensible-effects, filepath, hostname + , HUnit, lens, monad-control, mtl, parallel, process, QuickCheck , safe-exceptions, stm, tasty, tasty-discover, tasty-hunit, time , transformers-base }: mkDerivation { pname = "extensible-effects-concurrent"; - version = "0.18.1"; - sha256 = "14kx3ipwz51g2qvdmz97v4mckglh6hajw6yzbzllqysgljs243cl"; + version = "0.20.0"; + sha256 = "0x3ml6c110jzf6rj4c3kmamqjznx3g507ykgabrmzggdgw2xhskx"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - async base containers data-default deepseq exceptions - extensible-effects filepath lens monad-control mtl parallel process - QuickCheck safe-exceptions stm time transformers-base + async base containers data-default deepseq directory exceptions + extensible-effects filepath hostname lens monad-control mtl + parallel process QuickCheck safe-exceptions stm time + transformers-base ]; executableHaskellDepends = [ base data-default deepseq directory extensible-effects filepath @@ -77968,8 +78058,8 @@ self: { ({ mkDerivation, base, mtl, transformers }: mkDerivation { pname = "failable"; - version = "1.2.0.1"; - sha256 = "18lb0g4fi02mffhi61wd4rfcfx2ilrbrpl5wkyianw5mixjqlxms"; + version = "1.2.2.0"; + sha256 = "0cwnqipq23mhcadhxgqghsh5br8lrny7r3zlxiz05l7s3in5vsdk"; libraryHaskellDepends = [ base mtl transformers ]; description = "A 'Failable' error monad class to unify failure across monads that can fail"; license = stdenv.lib.licenses.bsd3; @@ -78339,6 +78429,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "fast-logger_2_4_15" = callPackage + ({ mkDerivation, array, auto-update, base, bytestring, directory + , easy-file, filepath, hspec, hspec-discover, text, unix-compat + , unix-time + }: + mkDerivation { + pname = "fast-logger"; + version = "2.4.15"; + sha256 = "1mf2awyvc336wmcjr7v99zvx6spz8fw5xzpn19x0fldy33dr89yf"; + libraryHaskellDepends = [ + array auto-update base bytestring directory easy-file filepath text + unix-compat unix-time + ]; + testHaskellDepends = [ base bytestring directory hspec ]; + testToolDepends = [ hspec-discover ]; + description = "A fast logging system"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "fast-math" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -79068,6 +79178,17 @@ self: { broken = true; }) {}; + "feather" = callPackage + ({ mkDerivation, base, containers, microlens-platform, mtl }: + mkDerivation { + pname = "feather"; + version = "0.1.0.0"; + sha256 = "03jpdg50g43lb3akfyfs0yh630igqfm0dg62bk4s5yv23cmbn8vf"; + libraryHaskellDepends = [ base containers microlens-platform mtl ]; + testHaskellDepends = [ base containers microlens-platform mtl ]; + license = stdenv.lib.licenses.bsd3; + }) {}; + "feature-flags" = callPackage ({ mkDerivation, base, text }: mkDerivation { @@ -79181,6 +79302,27 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "fedora-img-dl" = callPackage + ({ mkDerivation, base, bytestring, directory, filepath + , html-conduit, http-client, http-client-tls, http-types, hxt + , network-uri, optparse-applicative, simple-cmd, simple-cmd-args + , text, unix, xdg-userdirs, xml-conduit + }: + mkDerivation { + pname = "fedora-img-dl"; + version = "0.1"; + sha256 = "1img0scy9m5dahg4kz8gadd5x9hxh2fm6l06shf88n6bqjg9pwbh"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base bytestring directory filepath html-conduit http-client + http-client-tls http-types hxt network-uri optparse-applicative + simple-cmd simple-cmd-args text unix xdg-userdirs xml-conduit + ]; + description = "Fedora image download tool"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "fedora-packages" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hlint , HsOpenSSL, hspec, http-streams, io-streams, lens, text @@ -79246,6 +79388,31 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "feed_1_1_0_0" = callPackage + ({ mkDerivation, base, base-compat, bytestring, HUnit + , markdown-unlit, old-locale, old-time, safe, test-framework + , test-framework-hunit, text, time, time-locale-compat, utf8-string + , xml-conduit, xml-types + }: + mkDerivation { + pname = "feed"; + version = "1.1.0.0"; + sha256 = "05hiasa6k13v1pzp9cs991zh04njda0ax9868rc7k906b19qqkjg"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base base-compat bytestring old-locale old-time safe text time + time-locale-compat utf8-string xml-conduit xml-types + ]; + testHaskellDepends = [ + base base-compat HUnit old-time test-framework test-framework-hunit + text time xml-conduit xml-types + ]; + testToolDepends = [ markdown-unlit ]; + description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "feed-cli" = callPackage ({ mkDerivation, base, directory, feed, old-locale, old-time, time , xml @@ -81768,18 +81935,6 @@ self: { }) {}; "flow" = callPackage - ({ mkDerivation, base, doctest, QuickCheck, template-haskell }: - mkDerivation { - pname = "flow"; - version = "1.0.17"; - sha256 = "06adx3drx4b283v0aawhzyigvjizbhig8lqxw9cgqfn1pvc1kv46"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base doctest QuickCheck template-haskell ]; - description = "Write more understandable Haskell"; - license = stdenv.lib.licenses.mit; - }) {}; - - "flow_1_0_18" = callPackage ({ mkDerivation, base, doctest, QuickCheck, template-haskell }: mkDerivation { pname = "flow"; @@ -81789,7 +81944,6 @@ self: { testHaskellDepends = [ base doctest QuickCheck template-haskell ]; description = "Write more understandable Haskell"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "flow-er" = callPackage @@ -81973,8 +82127,8 @@ self: { }: mkDerivation { pname = "fltkhs"; - version = "0.7.0.4"; - sha256 = "1v130jcya7qhm29byfz8wazbi4yvv5pmmwp07fhpaffm1hq8v03k"; + version = "0.8.0.0"; + sha256 = "0gidczc4d3gi97w7ck3xp7q4amvnhkyzfpksyxc8r6cyfz29n9ic"; configureFlags = [ "-fopengl" ]; isLibrary = true; isExecutable = true; @@ -82057,8 +82211,8 @@ self: { }: mkDerivation { pname = "fltkhs-themes"; - version = "0.1.0.7"; - sha256 = "1x6250avaa14dqnhf6gzbgvxqvb1gpsx279aazgn7rjaz5r018d3"; + version = "0.2.0.0"; + sha256 = "1hmyr5vnv7inkjnffadfjiwp9fwsw9jr0c45dcbk5gs9kwpa77zz"; enableSeparateDataOutput = true; setupHaskellDepends = [ base Cabal ]; libraryHaskellDepends = [ @@ -82356,12 +82510,18 @@ self: { }) {}; "focus" = callPackage - ({ mkDerivation, base, transformers }: + ({ mkDerivation, base, QuickCheck, quickcheck-instances, rerebase + , tasty, tasty-hunit, tasty-quickcheck, transformers + }: mkDerivation { pname = "focus"; - version = "1.0.1.2"; - sha256 = "00kfc71cvkrpckmhn8qi90vzc4x0mqdqha088n558hd44kyygx5d"; + version = "1.0.1.3"; + sha256 = "1g10fzy76k5bjn8ysym8ywvrqrvxvhdi4b99wabhzznhzmankddx"; libraryHaskellDepends = [ base transformers ]; + testHaskellDepends = [ + QuickCheck quickcheck-instances rerebase tasty tasty-hunit + tasty-quickcheck + ]; description = "A general abstraction for manipulating elements of container data structures"; license = stdenv.lib.licenses.mit; }) {}; @@ -85629,13 +85789,13 @@ self: { , megaparsec, mtl, neat-interpolation, parallel, parser-combinators , process, process-extras, QuickCheck, random, regex-tdfa, srcloc , tasty, tasty-hunit, tasty-quickcheck, template-haskell, temporary - , text, time, transformers, utf8-string, vector + , terminal-size, text, time, transformers, utf8-string, vector , vector-binary-instances, versions, zip-archive, zlib }: mkDerivation { pname = "futhark"; - version = "0.10.1"; - sha256 = "03lmzl9z75vfy0phr1vkcxjkqhl1n9avkib7awflib90a6jhpl15"; + version = "0.10.2"; + sha256 = "0mff8kdjihakaf2gmy3a1ln9ghnqis72gqldssp9b4ahn2xni1v8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -85645,8 +85805,9 @@ self: { http-client-tls http-conduit language-c-quote mainland-pretty markdown megaparsec mtl neat-interpolation parallel parser-combinators process process-extras random regex-tdfa srcloc - template-haskell temporary text time transformers utf8-string - vector vector-binary-instances versions zip-archive zlib + template-haskell temporary terminal-size text time transformers + utf8-string vector vector-binary-instances versions zip-archive + zlib ]; libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base text ]; @@ -88562,14 +88723,15 @@ self: { }) {}; "ghc-dump-core" = callPackage - ({ mkDerivation, base, bytestring, filepath, ghc, serialise, text + ({ mkDerivation, base, bytestring, directory, filepath, ghc + , serialise, text }: mkDerivation { pname = "ghc-dump-core"; - version = "0.1.0.0"; - sha256 = "036hpykq1ibnnb4sm0k4ljcqj2m7qf8kdycdmids9qfhz3kldms2"; + version = "0.1.1.0"; + sha256 = "0mksk6qhsnjd19yx79nw3dygfsfkyq52mdywikg21s67j8d4dxv5"; libraryHaskellDepends = [ - base bytestring filepath ghc serialise text + base bytestring directory filepath ghc serialise text ]; description = "An AST and compiler plugin for dumping GHC's Core representation"; license = stdenv.lib.licenses.bsd3; @@ -88610,8 +88772,8 @@ self: { }: mkDerivation { pname = "ghc-dump-util"; - version = "0.1.0.0"; - sha256 = "0d8d5nc9nnfk0qnxjg7mdfc1cfalycwi1bb8x3m1f9ndy29hzrb1"; + version = "0.1.1.0"; + sha256 = "0x93y0ymf3fl977j3c3liz1c52q5b2fw5h1ivsw3dazpmrm62n7m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -88890,19 +89052,19 @@ self: { "ghc-lib" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers - , deepseq, directory, filepath, ghc-prim, happy, haskeline, hpc - , pretty, process, time, transformers, unix + , deepseq, directory, filepath, ghc-lib-parser, ghc-prim, happy + , haskeline, hpc, pretty, process, time, transformers, unix }: mkDerivation { pname = "ghc-lib"; - version = "0.20190204"; - sha256 = "1983wg1in81b2wvqgl8431rgfdzzafqzl2x5bzlanvhiv0vjwcqy"; + version = "0.20190402"; + sha256 = "1w91n0bh5xyfgzk4kgn43s3wnx4a0h2la9phwf11327ajiacch4l"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory filepath - ghc-prim hpc pretty process time transformers unix + ghc-lib-parser ghc-prim hpc pretty process time transformers unix ]; libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ @@ -88913,6 +89075,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "ghc-lib-parser" = callPackage + ({ mkDerivation, alex, array, base, binary, bytestring, containers + , deepseq, directory, filepath, ghc-prim, happy, hpc, pretty + , process, time, transformers, unix + }: + mkDerivation { + pname = "ghc-lib-parser"; + version = "0.20190402"; + sha256 = "0ppp7grcmbml472yi766hsmzlnwvb6dawr4f72k41s3xwkfpjmpg"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + array base binary bytestring containers deepseq directory filepath + ghc-prim hpc pretty process time transformers unix + ]; + libraryToolDepends = [ alex happy ]; + description = "The GHC API, decoupled from GHC versions"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "ghc-make" = callPackage ({ mkDerivation, base, process, shake, unordered-containers }: mkDerivation { @@ -89299,20 +89480,6 @@ self: { }) {}; "ghc-syntax-highlighter" = callPackage - ({ mkDerivation, base, ghc, hspec, hspec-discover, text }: - mkDerivation { - pname = "ghc-syntax-highlighter"; - version = "0.0.3.0"; - sha256 = "077cvrx25qdl04qgp3wl7c3jxrakw1k873dwgybfwkhgfj2g8dx1"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ base ghc text ]; - testHaskellDepends = [ base hspec text ]; - testToolDepends = [ hspec-discover ]; - description = "Syntax highlighter for Haskell using lexer of GHC itself"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "ghc-syntax-highlighter_0_0_3_1" = callPackage ({ mkDerivation, base, ghc, hspec, hspec-discover, text }: mkDerivation { pname = "ghc-syntax-highlighter"; @@ -89324,7 +89491,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Syntax highlighter for Haskell using lexer of GHC itself"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "ghc-tcplugins-extra" = callPackage @@ -89525,8 +89691,8 @@ self: { }: mkDerivation { pname = "ghci-dap"; - version = "0.0.11.0"; - sha256 = "19skxwhv5lgm4vs53y7gckrdrqhcsp7p47gc3lxfkdjqrvskvzks"; + version = "0.0.12.0"; + sha256 = "1a5jcwvxw7fsjdn3p8lrn3ww24bwdjj6x09zi0pc6fzwwjrjkk2d"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -89743,15 +89909,16 @@ self: { }) {}; "ghcjs-dom" = callPackage - ({ mkDerivation, base, ghcjs-dom-jsaddle, text, transformers }: + ({ mkDerivation, base, containers, ghcjs-dom-jsaddle, text + , transformers + }: mkDerivation { pname = "ghcjs-dom"; - version = "0.9.2.0"; - sha256 = "0yhvnxrh68rc33h3m6zg6vzc4byr1yg09zfxn7g39skzn1mrj0aa"; + version = "0.9.4.0"; + sha256 = "0vw3b45shbj1xvx729rrzjanb2wy49l182j11kv8hid1jcb9mwnl"; libraryHaskellDepends = [ - base ghcjs-dom-jsaddle text transformers + base containers ghcjs-dom-jsaddle text transformers ]; - doHaddock = false; description = "DOM library that supports both GHCJS and GHC"; license = stdenv.lib.licenses.mit; }) {}; @@ -89782,8 +89949,8 @@ self: { ({ mkDerivation, jsaddle-dom }: mkDerivation { pname = "ghcjs-dom-jsaddle"; - version = "0.9.2.0"; - sha256 = "05ings3n2zlgnwg9a17s21yzh4pnag1cz62yyddaxbqpxn4xkj6l"; + version = "0.9.4.0"; + sha256 = "059qhv1y0q5cgk72fl9spc2l2mxwyw8wzkbmhyliwr6869az48f7"; libraryHaskellDepends = [ jsaddle-dom ]; doHaddock = false; description = "DOM library that supports both GHCJS and GHC using jsaddle"; @@ -89794,8 +89961,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "ghcjs-dom-jsffi"; - version = "0.9.2.0"; - sha256 = "1xj94izrypxnb91lgsq0lfzqqs11sxbs24nkw8sn2wkmmh5pd8vd"; + version = "0.9.4.0"; + sha256 = "02m0qszdl3kxyhjrzj1ph9gwbr9jkzak2v1b47v6ywsm7hmjgn7w"; description = "DOM library using JSFFI and GHCJS"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; @@ -90510,8 +90677,8 @@ self: { }: mkDerivation { pname = "gi-gtkosxapplication"; - version = "2.0.15"; - sha256 = "1znsrbzin2fxdb7gkip0qhr335f9pinaszn2r320j05sz6k8qdfw"; + version = "2.0.16"; + sha256 = "11wfmvjgl6lmmdanz5jmmvf4289c9jiylxfn006shc4pby7ay6i8"; setupHaskellDepends = [ base Cabal haskell-gi ]; libraryHaskellDepends = [ base bytestring containers gi-gdkpixbuf gi-gobject gi-gtk @@ -91873,6 +92040,26 @@ self: { broken = true; }) {}; + "gitlab-haskell" = callPackage + ({ mkDerivation, aeson, array, async, base, bytestring, connection + , containers, http-conduit, http-types, random, text, time + , transformers, unliftio, unliftio-core + }: + mkDerivation { + pname = "gitlab-haskell"; + version = "0.1.0.0"; + sha256 = "0arpjw5dj275vajprhavcmdjpwfqph8278mzbb0c1riq0vfrkmhz"; + revision = "1"; + editedCabalFile = "048ifsl8hmb11hzs0fn2yd742qniqd6splk7lf17ga108xprh4kb"; + libraryHaskellDepends = [ + aeson array async base bytestring connection containers + http-conduit http-types random text time transformers unliftio + unliftio-core + ]; + description = "A Haskell library for the GitLab web API"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "gitlib" = callPackage ({ mkDerivation, base, base16-bytestring, bytestring, conduit , conduit-combinators, containers, directory, exceptions, filepath @@ -97396,27 +97583,6 @@ self: { }) {}; "greskell-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, doctest - , doctest-discover, hashable, hspec, QuickCheck, scientific - , semigroups, text, unordered-containers, uuid, vector - }: - mkDerivation { - pname = "greskell-core"; - version = "0.1.2.4"; - sha256 = "11agvhvpv94rnylc5ch5cg90w5z1i0ywdw47yca83503lmv3y790"; - libraryHaskellDepends = [ - aeson base containers hashable scientific semigroups text - unordered-containers uuid vector - ]; - testHaskellDepends = [ - aeson base bytestring doctest doctest-discover hspec QuickCheck - text unordered-containers vector - ]; - description = "Haskell binding for Gremlin graph query language - core data types and tools"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "greskell-core_0_1_2_5" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, doctest , doctest-discover, hashable, hspec, QuickCheck, scientific , semigroups, text, unordered-containers, uuid, vector @@ -97435,7 +97601,6 @@ self: { ]; description = "Haskell binding for Gremlin graph query language - core data types and tools"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "greskell-websocket" = callPackage @@ -100798,8 +100963,8 @@ self: { }: mkDerivation { pname = "haiji"; - version = "0.2.1.2"; - sha256 = "0jzyf5mqmigsjmif1nxysqk2rg1ad9d3590qmw71gx6d83qm4w2z"; + version = "0.2.2.3"; + sha256 = "1490pyg5vk07y0nq8pjgz8347zj0npfy2a6psy9mzkckidcr2zd7"; libraryHaskellDepends = [ aeson attoparsec base data-default mtl scientific tagged template-haskell text transformers unordered-containers vector @@ -104372,8 +104537,8 @@ self: { }: mkDerivation { pname = "haskell-debug-adapter"; - version = "0.0.29.0"; - sha256 = "1m4lirrlgw1vavk1rnr22lcbzasa0sd90mn1ghzwhij86dmfxldr"; + version = "0.0.30.0"; + sha256 = "0vr5bc3qkd0h6rb3s4bihg4m9g9z0vzjz6w4m4m2gkw7c1pnirvs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -106875,8 +107040,8 @@ self: { }: mkDerivation { pname = "haskoin-store"; - version = "0.13.0"; - sha256 = "0b34x0z44dw7k9dqn9qx66sy33jfgg7ky1ysh7cv25g1w6v7slqy"; + version = "0.13.1"; + sha256 = "1ci3ia7y8v679d0hwig8acd6anl35l19mas48730w4jrmhcw8ki4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -108006,6 +108171,25 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "hasql-transaction_0_7_1" = callPackage + ({ mkDerivation, async, base, bytestring, bytestring-tree-builder + , contravariant, contravariant-extras, hasql, mtl, rebase + , transformers + }: + mkDerivation { + pname = "hasql-transaction"; + version = "0.7.1"; + sha256 = "02isgjzx3dhp5a7zgz2pbvm6fwmgbnwbqz7k01argf4pawckb8s9"; + libraryHaskellDepends = [ + base bytestring bytestring-tree-builder contravariant + contravariant-extras hasql mtl transformers + ]; + testHaskellDepends = [ async hasql rebase ]; + description = "A composable abstraction over the retryable transactions for Hasql"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "hastache" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, containers , directory, filepath, HUnit, ieee754, mtl, process, syb, text @@ -109786,6 +109970,21 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "heavy-log-shortcuts" = callPackage + ({ mkDerivation, base, fast-logger, heavy-logger, monad-control + , text, text-format-heavy + }: + mkDerivation { + pname = "heavy-log-shortcuts"; + version = "1.0.0"; + sha256 = "1bmc3mzczahb0k4zpvxw641bmv5aa3vqqip93nqikj5c261mmaw2"; + libraryHaskellDepends = [ + base fast-logger heavy-logger monad-control text text-format-heavy + ]; + description = "Simle api for heavy logger"; + license = stdenv.lib.licenses.mit; + }) {}; + "heavy-logger" = callPackage ({ mkDerivation, attoparsec, base, bytestring, containers , data-default, fast-logger, hsyslog, lifted-base, monad-control @@ -110055,7 +110254,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "hedis_0_12_0" = callPackage + "hedis_0_12_1" = 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 @@ -110063,8 +110262,8 @@ self: { }: mkDerivation { pname = "hedis"; - version = "0.12.0"; - sha256 = "0p4blmyilc4piw9riripsix5v61r24y4ikr58b9gwwnvxdm99190"; + version = "0.12.1"; + sha256 = "01l8fmwwanw00bj3rzyv8k9swgvvzbvh920li67w10w5qlwvmgri"; libraryHaskellDepends = [ async base bytestring bytestring-lexing deepseq errors HTTP mtl network network-uri resource-pool scanner stm text time tls @@ -113947,6 +114146,27 @@ self: { license = stdenv.lib.licenses.gpl3; }) {}; + "hledger-flow" = callPackage + ({ mkDerivation, base, containers, foldl, HUnit, stm, text, time + , turtle + }: + mkDerivation { + pname = "hledger-flow"; + version = "0.11.0.0"; + sha256 = "1zjmy80r7iifj4cw53jskxqnnhrn8ysall5nx7xxhzfx4mwixq6f"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers foldl stm text time turtle + ]; + executableHaskellDepends = [ base text turtle ]; + testHaskellDepends = [ + base containers foldl HUnit stm text turtle + ]; + description = "An hledger workflow focusing on automated statement import and classification"; + license = stdenv.lib.licenses.gpl3; + }) {}; + "hledger-iadd" = callPackage ({ mkDerivation, base, brick, containers, directory, free , hledger-lib, hspec, hspec-discover, megaparsec, microlens @@ -114058,8 +114278,8 @@ self: { }: mkDerivation { pname = "hledger-makeitso"; - version = "0.9.0.1"; - sha256 = "1114yxv9n7zpay1yn962jjrdmaryv3f4p4aiqph1h0b2zj4bli0r"; + version = "0.10.0.0"; + sha256 = "1gwlrh248vd9m07388ijvd1dxrsbhlf6jj5s0715ph9h1hrlb1jq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -118077,17 +118297,6 @@ self: { }) {inherit (pkgs) fltk; fltk_images = null;}; "hs-functors" = callPackage - ({ mkDerivation, base, transformers }: - mkDerivation { - pname = "hs-functors"; - version = "0.1.3.0"; - sha256 = "1j7g5s82f8c1j4hans28m63bwi612j8kfrb7n9cdqqzlc1r804ik"; - libraryHaskellDepends = [ base transformers ]; - description = "Functors from products of Haskell and its dual to Haskell"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "hs-functors_0_1_4_0" = callPackage ({ mkDerivation, base, transformers }: mkDerivation { pname = "hs-functors"; @@ -118096,7 +118305,6 @@ self: { libraryHaskellDepends = [ base transformers ]; description = "Functors from products of Haskell and its dual to Haskell"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hs-gchart" = callPackage @@ -123027,7 +123235,7 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "http-client_0_6_2" = callPackage + "http-client_0_6_3" = callPackage ({ mkDerivation, array, async, base, blaze-builder, bytestring , case-insensitive, containers, cookie, deepseq, directory , exceptions, filepath, ghc-prim, hspec, http-types, memory @@ -123036,8 +123244,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.6.2"; - sha256 = "1w22n2jqbwwzgljaw9frhhmkm7bq6xzdcmd4z6mhx35n3a4nshlv"; + version = "0.6.3"; + sha256 = "1bcaya0a2p8q3hjrz14d94agvissj1p5vrsj1kw5yx864fx391pg"; libraryHaskellDepends = [ array base blaze-builder bytestring case-insensitive containers cookie deepseq exceptions filepath ghc-prim http-types memory @@ -123299,7 +123507,7 @@ self: { }) {}; "http-conduit" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring + ({ mkDerivation, aeson, attoparsec, base, blaze-builder, bytestring , case-insensitive, conduit, conduit-extra, connection, cookie , data-default-class, hspec, http-client, http-client-tls , http-types, HUnit, mtl, network, resourcet, streaming-commons @@ -123308,10 +123516,10 @@ self: { }: mkDerivation { pname = "http-conduit"; - version = "2.3.6.1"; - sha256 = "0rjrs6kx9dzgln5k0rfjlrwvrk7ixfppmq1qaq574kxw3ry3snj4"; + version = "2.3.7"; + sha256 = "18pj7f5gl72ry2mq2dqbm21spacn5ig14yr0xsdyq7yzs64kq17y"; libraryHaskellDepends = [ - aeson base bytestring conduit conduit-extra http-client + aeson attoparsec base bytestring conduit conduit-extra http-client http-client-tls http-types mtl resourcet transformers unliftio-core ]; testHaskellDepends = [ @@ -123695,8 +123903,8 @@ self: { }: mkDerivation { pname = "http-proxy"; - version = "0.1.0.6"; - sha256 = "0ixj9bcz8pw6rgdlzbp7p12v43vrkajbmr5b8fnsmzwcz6s3i3zg"; + version = "0.1.1.0"; + sha256 = "1nzihn2qxm066avzgill1nxa0174ggv54bacsn871a0ai7n03079"; libraryHaskellDepends = [ async base blaze-builder bytestring bytestring-lexing case-insensitive conduit conduit-extra http-client http-conduit @@ -123910,15 +124118,16 @@ self: { }) {}; "http2" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring - , case-insensitive, containers, criterion, directory, doctest - , filepath, Glob, heaps, hex, hspec, mwc-random, network-byte-order - , psqueues, stm, text, unordered-containers, vector, word8 + ({ mkDerivation, aeson, aeson-pretty, array, base + , base16-bytestring, bytestring, case-insensitive, containers + , criterion, directory, doctest, filepath, Glob, heaps, hspec + , mwc-random, network-byte-order, psqueues, stm, text + , unordered-containers, vector, word8 }: mkDerivation { pname = "http2"; - version = "1.6.4"; - sha256 = "0rhy7z67bmbb15kxq9fmpgvqmc3npsbf1ym04cg07ymq9ihxvjig"; + version = "1.6.5"; + sha256 = "1vlmy8vnp6ml2n2pr11aa5fzigldsscgzmibrni64ykgfvpd3sqn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -123926,8 +124135,8 @@ self: { network-byte-order psqueues stm ]; testHaskellDepends = [ - aeson aeson-pretty array base bytestring case-insensitive - containers directory doctest filepath Glob hex hspec + aeson aeson-pretty array base base16-bytestring bytestring + case-insensitive containers directory doctest filepath Glob hspec network-byte-order psqueues stm text unordered-containers vector word8 ]; @@ -124838,29 +125047,6 @@ self: { }) {}; "hw-bits" = callPackage - ({ mkDerivation, base, bytestring, criterion, hedgehog, hspec - , hw-hspec-hedgehog, hw-int, hw-prim, hw-string-parse, QuickCheck - , safe, vector - }: - mkDerivation { - pname = "hw-bits"; - version = "0.7.0.5"; - sha256 = "1p3bqkzsmmz66chrwykj8pawgg7m5dvzsqmr9lrsdxldgqq62i8s"; - libraryHaskellDepends = [ - base bytestring hw-int hw-prim hw-string-parse safe vector - ]; - testHaskellDepends = [ - base bytestring hedgehog hspec hw-hspec-hedgehog hw-prim QuickCheck - vector - ]; - benchmarkHaskellDepends = [ base criterion hw-prim vector ]; - description = "Bit manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - broken = true; - }) {}; - - "hw-bits_0_7_0_6" = callPackage ({ mkDerivation, base, bytestring, criterion, hedgehog, hspec , hspec-discover, hw-hspec-hedgehog, hw-int, hw-prim , hw-string-parse, QuickCheck, safe, vector @@ -124884,6 +125070,27 @@ self: { broken = true; }) {}; + "hw-ci-assist" = callPackage + ({ mkDerivation, base, hedgehog, hspec, hspec-discover, hw-hedgehog + , hw-hspec-hedgehog, optparse-applicative + }: + mkDerivation { + pname = "hw-ci-assist"; + version = "0.1.0.0"; + sha256 = "0r7ng4is9y2d9bh2fmww2b66zc7m7a8k98g9nw7fwbvb5z02q8yd"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base ]; + executableHaskellDepends = [ base optparse-applicative ]; + testHaskellDepends = [ + base hedgehog hspec hw-hedgehog hw-hspec-hedgehog + ]; + testToolDepends = [ hspec-discover ]; + doHaddock = false; + description = "CI Assistant for Haskell projects"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "hw-conduit" = callPackage ({ mkDerivation, array, base, bytestring, conduit , conduit-combinators, criterion, hspec, mmap, time, transformers @@ -124936,15 +125143,15 @@ self: { "hw-dsv" = callPackage ({ mkDerivation, base, bits-extra, bytestring, cassava, criterion - , deepseq, directory, ghc-prim, hedgehog, hspec, hw-bits - , hw-hspec-hedgehog, hw-prim, hw-rankselect, hw-rankselect-base - , hw-simd, lens, mmap, optparse-applicative, resourcet, text - , vector, weigh + , deepseq, directory, generic-lens, ghc-prim, hedgehog, hspec + , hspec-discover, hw-bits, hw-hspec-hedgehog, hw-prim + , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap + , optparse-applicative, resourcet, text, vector, weigh }: mkDerivation { pname = "hw-dsv"; - version = "0.3.4"; - sha256 = "0bp9c2023iyalsgf5ih9aray1ifbmarqkl88whwrkh333lys946f"; + version = "0.3.5"; + sha256 = "15dy96ah7frs79g102vvsrihzlk2qc5c773y7bqdcm66mjhin3x2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -124952,8 +125159,8 @@ self: { hw-rankselect hw-rankselect-base hw-simd vector ]; executableHaskellDepends = [ - base bits-extra bytestring deepseq ghc-prim hedgehog hw-bits - hw-prim hw-rankselect hw-rankselect-base hw-simd lens + base bits-extra bytestring deepseq generic-lens ghc-prim hedgehog + hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd lens optparse-applicative resourcet vector ]; testHaskellDepends = [ @@ -124961,6 +125168,7 @@ self: { hedgehog hspec hw-bits hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base hw-simd text vector weigh ]; + testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base bits-extra bytestring cassava criterion deepseq directory ghc-prim hw-bits hw-prim hw-rankselect hw-rankselect-base hw-simd @@ -125213,18 +125421,18 @@ self: { broken = true; }) {}; - "hw-json_1_0_0_1" = callPackage + "hw-json_1_0_0_2" = callPackage ({ mkDerivation, ansi-wl-pprint, array, attoparsec, base - , bits-extra, bytestring, criterion, directory, dlist, hedgehog - , hspec, hspec-discover, hw-balancedparens, hw-bits + , bits-extra, bytestring, criterion, directory, dlist, generic-lens + , hedgehog, hspec, hspec-discover, hw-balancedparens, hw-bits , hw-hspec-hedgehog, hw-json-simd, hw-mquery, hw-parser, hw-prim , hw-rankselect, hw-rankselect-base, hw-simd, lens, mmap , optparse-applicative, text, transformers, vector, word8 }: mkDerivation { pname = "hw-json"; - version = "1.0.0.1"; - sha256 = "1svynix1vilp6w5azm0nlkx3b92m5x8plnj8jnw4k6ybr4mdw32b"; + version = "1.0.0.2"; + sha256 = "0lb38kfxhamvdhp6z3aw4as57nc6jxf6wj7nr3lmiry6h2gx15js"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -125233,8 +125441,8 @@ self: { hw-rankselect-base hw-simd mmap text vector word8 ]; executableHaskellDepends = [ - base bytestring dlist hw-balancedparens hw-json-simd hw-mquery - hw-prim hw-rankselect hw-rankselect-base lens mmap + base bytestring dlist generic-lens hw-balancedparens hw-json-simd + hw-mquery hw-prim hw-rankselect hw-rankselect-base lens mmap optparse-applicative vector ]; testHaskellDepends = [ @@ -125278,8 +125486,8 @@ self: { }: mkDerivation { pname = "hw-json-simd"; - version = "0.1.0.1"; - sha256 = "0pi67lyx9ysvgfsk75a4yzmfrn65f7i65pp2m6z5hd5svali37sw"; + version = "0.1.0.2"; + sha256 = "13i41ppi3ncisfyl3jvpgf4cbx86gyy0maq1xm0jipplkr78844w"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base bytestring hw-prim lens vector ]; @@ -125450,31 +125658,6 @@ self: { }) {}; "hw-prim" = callPackage - ({ mkDerivation, base, bytestring, criterion, directory, exceptions - , hedgehog, hspec, hw-hspec-hedgehog, mmap, QuickCheck, semigroups - , transformers, vector - }: - mkDerivation { - pname = "hw-prim"; - version = "0.6.2.22"; - sha256 = "16dfajzylki7g7p8q2a79dvx3xymxkrpckajdks9k3q4rxsc6k0i"; - libraryHaskellDepends = [ - base bytestring mmap semigroups transformers vector - ]; - testHaskellDepends = [ - base bytestring directory exceptions hedgehog hspec - hw-hspec-hedgehog mmap QuickCheck semigroups transformers vector - ]; - benchmarkHaskellDepends = [ - base bytestring criterion mmap semigroups transformers vector - ]; - description = "Primitive functions and data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - broken = true; - }) {}; - - "hw-prim_0_6_2_23" = callPackage ({ mkDerivation, base, bytestring, criterion, directory, exceptions , hedgehog, hspec, hspec-discover, hw-hspec-hedgehog, mmap , QuickCheck, semigroups, transformers, vector @@ -125621,13 +125804,13 @@ self: { "hw-simd" = callPackage ({ mkDerivation, base, bits-extra, bytestring, c2hs, cassava , containers, criterion, deepseq, directory, hedgehog, hspec - , hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-prim, hw-rankselect - , hw-rankselect-base, lens, mmap, text, vector + , hspec-discover, hw-bits, hw-hedgehog, hw-hspec-hedgehog, hw-prim + , hw-rankselect, hw-rankselect-base, lens, mmap, text, vector }: mkDerivation { pname = "hw-simd"; - version = "0.1.1.3"; - sha256 = "0wryx86ycpcyw1dyp2ks1j0rk7pk6yqihmwsa1sij1pf36qdkbrq"; + version = "0.1.1.4"; + sha256 = "1rc4zzp3h87zqrdsgwvc9vxydv200jk7q02vcqfk23wqg0sxvpw0"; libraryHaskellDepends = [ base bits-extra bytestring deepseq hw-bits hw-prim hw-rankselect hw-rankselect-base vector @@ -125638,6 +125821,7 @@ self: { hw-hedgehog hw-hspec-hedgehog hw-prim hw-rankselect hw-rankselect-base lens text vector ]; + testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base bits-extra bytestring cassava containers criterion deepseq directory hw-bits hw-prim hw-rankselect hw-rankselect-base mmap @@ -128946,25 +129130,6 @@ self: { }) {}; "incremental-parser" = callPackage - ({ mkDerivation, base, bytestring, checkers, criterion, deepseq - , monoid-subclasses, QuickCheck, tasty, tasty-quickcheck, text - }: - mkDerivation { - pname = "incremental-parser"; - version = "0.3.2.1"; - sha256 = "07banm2lnrhjvihs0iaij0kqgff198qcbah02s3cjyyl70cmllfr"; - libraryHaskellDepends = [ base monoid-subclasses ]; - testHaskellDepends = [ - base checkers monoid-subclasses QuickCheck tasty tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - base bytestring criterion deepseq monoid-subclasses text - ]; - description = "Generic parser library capable of providing partial results from partial input"; - license = stdenv.lib.licenses.gpl3; - }) {}; - - "incremental-parser_0_3_2_2" = callPackage ({ mkDerivation, base, bytestring, checkers, criterion, deepseq , monoid-subclasses, QuickCheck, tasty, tasty-quickcheck, text }: @@ -128981,7 +129146,6 @@ self: { ]; description = "Generic parser library capable of providing partial results from partial input"; license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "incremental-sat-solver" = callPackage @@ -129412,30 +129576,6 @@ self: { }) {}; "influxdb" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal - , cabal-doctest, clock, containers, doctest, foldl, http-client - , http-types, lens, network, optional-args, QuickCheck, scientific - , tagged, template-haskell, text, time, unordered-containers - , vector - }: - mkDerivation { - pname = "influxdb"; - version = "1.6.1.2"; - sha256 = "1bzy78amw6k02bi2fjm2i8vah9lwxpy2fdlq35gdsffhwrif29mg"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - aeson attoparsec base bytestring clock containers foldl http-client - http-types lens network optional-args scientific tagged text time - unordered-containers vector - ]; - testHaskellDepends = [ base doctest QuickCheck template-haskell ]; - description = "Haskell client library for InfluxDB"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "influxdb_1_6_1_3" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal , cabal-doctest, clock, containers, doctest, foldl, http-client , http-types, lens, network, optional-args, scientific, tagged @@ -129456,7 +129596,6 @@ self: { testHaskellDepends = [ base doctest template-haskell ]; description = "Haskell client library for InfluxDB"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "informative" = callPackage @@ -132443,8 +132582,8 @@ self: { }: mkDerivation { pname = "ivory"; - version = "0.1.0.8"; - sha256 = "0nwn5h1fnnh9a6fkznscix50yvzqpw50hai7rslfzgizpbnzckrk"; + version = "0.1.0.9"; + sha256 = "1gml49dhjjciw71h0g7pn9bw5irghs5kkl6zgabyk4isfh9dllr1"; libraryHaskellDepends = [ array base base-compat containers dlist filepath monadLib pretty template-haskell text th-abstraction th-lift @@ -132519,8 +132658,8 @@ self: { }: mkDerivation { pname = "ivory-eval"; - version = "0.1.0.5"; - sha256 = "0qpn6iaixispg6fzhmpx63fl859skacr05n2nm5prxz1ryl13605"; + version = "0.1.0.6"; + sha256 = "0009sndrv9m672wzkd8klmi10yc8ckzcszx1d224xm0qs2hhy0v3"; libraryHaskellDepends = [ base base-compat containers ivory monadLib ]; @@ -132618,8 +132757,8 @@ self: { }: mkDerivation { pname = "ivory-serialize"; - version = "0.1.0.5"; - sha256 = "16hsvfrcrvqwcj75d1xdpb9njh0j66wy7vf4yv7q6vk7papvrwsf"; + version = "0.1.0.6"; + sha256 = "1v8gf92z7g8ihcbnqalpjbbsm1z24242ysar9cg0dfq8n5if226a"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base base-compat filepath ivory ivory-artifact monadLib @@ -136693,14 +136832,13 @@ self: { }: mkDerivation { pname = "keycloak-hs"; - version = "0.0.0.4"; - sha256 = "1b4h0qn5gmc3h7k301f6fg4dh56w91fbi6jmk06mh8mqwg15qbdl"; + version = "0.1.1"; + sha256 = "1ags7q66g37qr2l3cd5bzhvy4i2q1knwjaswx49v2r50klqxbzyd"; libraryHaskellDepends = [ aeson aeson-casing base base64-bytestring bytestring containers exceptions hslogger http-api-data http-client http-types jwt lens mtl string-conversions text word8 wreq ]; - testHaskellDepends = [ base ]; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; broken = true; @@ -138584,15 +138722,16 @@ self: { }) {}; "language-asn" = callPackage - ({ mkDerivation, base, bytestring, contravariant, hashable, pretty - , primitive, text, vector + ({ mkDerivation, aeson, base, bytestring, contravariant, hashable + , pretty, primitive, text, vector }: mkDerivation { pname = "language-asn"; - version = "0.1.0.0"; - sha256 = "0pjzcnw5d9j8nif0w8ibh3rnsgpv710ng8w8hsrcsbq7qm02sp7f"; + version = "0.1.1.0"; + sha256 = "0ynqpfws2ga2v79cmlxxg1nl7w228mz9znbxj4mxpsbqyc9j25zg"; libraryHaskellDepends = [ - base bytestring contravariant hashable pretty primitive text vector + aeson base bytestring contravariant hashable pretty primitive text + vector ]; description = "ASN.1 encoding and decoding"; license = stdenv.lib.licenses.bsd3; @@ -143149,16 +143288,16 @@ self: { "line-bot-sdk" = callPackage ({ mkDerivation, aeson, aeson-qq, base, base64-bytestring - , bytestring, cryptohash-sha256, errors, hspec, hspec-expectations - , hspec-wai, http-api-data, http-client, http-client-tls - , http-types, scientific, servant, servant-client + , bytestring, cryptohash-sha256, errors, free, hspec + , hspec-expectations, hspec-wai, http-api-data, http-client + , http-client-tls, http-types, scientific, servant, servant-client , servant-client-core, servant-server, string-conversions, text , time, transformers, wai, wai-extra, warp }: mkDerivation { pname = "line-bot-sdk"; - version = "0.4.0.0"; - sha256 = "0gi3k6wlcp6q01nxwrsamqkwqfl42sa11nf7bg37kdw0xqsam68s"; + version = "0.5.0.0"; + sha256 = "135l32xf28ric12ya9mfis6rixd4cyfp3801dr6q8di4vvfgblm4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -143173,9 +143312,9 @@ self: { ]; testHaskellDepends = [ aeson aeson-qq base base64-bytestring bytestring cryptohash-sha256 - hspec hspec-expectations hspec-wai http-client http-types servant - servant-client servant-client-core servant-server text transformers - wai warp + free hspec hspec-expectations hspec-wai http-client http-types + servant servant-client servant-client-core servant-server text time + transformers wai warp ]; description = "Haskell SDK for LINE Messaging API"; license = stdenv.lib.licenses.bsd3; @@ -144049,23 +144188,24 @@ self: { ({ mkDerivation, base, Cabal, filepath }: mkDerivation { pname = "liquidhaskell-cabal"; - version = "0.1.1.0"; - sha256 = "0qwpssjq2xiajhkx4jdmzkcvlhi6921dkgplih5jiq4i64av50zy"; + version = "0.2.0.0"; + sha256 = "1kxdl46m4fzv9d1c74b4xqgbw4qqah4sm4z296kb5cz2fmij4hmk"; libraryHaskellDepends = [ base Cabal filepath ]; - description = "Liquid Haskell integration for Cabal and stack"; + description = "Liquid Haskell integration for Cabal and Stack"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; broken = true; }) {}; "liquidhaskell-cabal-demo" = callPackage - ({ mkDerivation, base, liquidhaskell-cabal }: + ({ mkDerivation, base, Cabal, liquidhaskell-cabal }: mkDerivation { pname = "liquidhaskell-cabal-demo"; - version = "0.1.1.0"; - sha256 = "08hyyh2sjamb7qsmy85j4dg0szvifkzazhi8v9qi1pxw1mivc727"; + version = "0.2.0.0"; + sha256 = "0y3cvgagf4iipjzwicax6214rpam88rs6m3c9z75zfkxypv09fqk"; isLibrary = true; isExecutable = true; + setupHaskellDepends = [ base Cabal liquidhaskell-cabal ]; libraryHaskellDepends = [ base liquidhaskell-cabal ]; executableHaskellDepends = [ base liquidhaskell-cabal ]; description = "Demo of Liquid Haskell integration for Cabal and stack"; @@ -145497,6 +145637,26 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "log-base_0_8_0_0" = callPackage + ({ mkDerivation, aeson, aeson-pretty, base, bytestring, deepseq + , exceptions, mmorph, monad-control, monad-time, mtl, semigroups + , stm, text, time, transformers-base, unliftio-core + , unordered-containers + }: + mkDerivation { + pname = "log-base"; + version = "0.8.0.0"; + sha256 = "15539v6y6s46kgb86ns13rh17c1qnidwdajk26yaxyqky58yx2m6"; + libraryHaskellDepends = [ + aeson aeson-pretty base bytestring deepseq exceptions mmorph + monad-control monad-time mtl semigroups stm text time + transformers-base unliftio-core unordered-containers + ]; + description = "Structured logging solution (base package)"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "log-domain" = callPackage ({ mkDerivation, base, binary, bytes, Cabal, cabal-doctest, cereal , comonad, deepseq, distributive, doctest, generic-deriving @@ -146696,6 +146856,33 @@ self: { broken = true; }) {}; + "lsp-test_0_5_1_0" = callPackage + ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, base + , bytestring, conduit, conduit-parse, containers, data-default + , Diff, directory, filepath, haskell-lsp, hspec, lens, mtl + , parser-combinators, process, text, transformers, unix + , unordered-containers, yi-rope + }: + mkDerivation { + pname = "lsp-test"; + version = "0.5.1.0"; + sha256 = "1kmffpfq6cnby3gij5sd1p2fp8hhn7gjk1nm5a4hs2gfhlyik57y"; + libraryHaskellDepends = [ + aeson aeson-pretty ansi-terminal base bytestring conduit + conduit-parse containers data-default Diff directory filepath + haskell-lsp lens mtl parser-combinators process text transformers + unix unordered-containers yi-rope + ]; + testHaskellDepends = [ + aeson base data-default haskell-lsp hspec lens text + unordered-containers + ]; + description = "Functional test framework for LSP servers"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; + }) {}; + "lss" = callPackage ({ mkDerivation, attoparsec, base, containers, directory, filepath , hspec2, language-css, language-css-attoparsec, text, xmlhtml @@ -149412,7 +149599,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "massiv_0_3_0_0" = callPackage + "massiv_0_3_0_1" = callPackage ({ mkDerivation, async, base, bytestring, Cabal, cabal-doctest , containers, data-default, data-default-class, deepseq, doctest , exceptions, hspec, primitive, QuickCheck, scheduler @@ -149420,8 +149607,8 @@ self: { }: mkDerivation { pname = "massiv"; - version = "0.3.0.0"; - sha256 = "17hi5n8jg15kljnhbl3crqpkqfm4wj2rdz6r9fyqqh2ky8l50c6j"; + version = "0.3.0.1"; + sha256 = "175dhcpv9gki3rb9vr1xig1sw6hams20clxql9y61xfhv0hryj0v"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base bytestring data-default-class deepseq exceptions primitive @@ -149429,7 +149616,7 @@ self: { ]; testHaskellDepends = [ async base bytestring containers data-default deepseq doctest hspec - QuickCheck scheduler template-haskell unliftio vector + QuickCheck template-haskell unliftio vector ]; description = "Massiv (Массив) is an Array Library"; license = stdenv.lib.licenses.bsd3; @@ -149437,22 +149624,6 @@ self: { }) {}; "massiv-io" = callPackage - ({ mkDerivation, base, bytestring, data-default, deepseq, directory - , filepath, JuicyPixels, massiv, netpbm, process, vector - }: - mkDerivation { - pname = "massiv-io"; - version = "0.1.5.0"; - sha256 = "1vgq6rdmnh3v2rgch9k46sw9jfwhfpngxxl4cz0w1pjsjq7sp2fw"; - libraryHaskellDepends = [ - base bytestring data-default deepseq directory filepath JuicyPixels - massiv netpbm process vector - ]; - description = "Import/export of Image files into massiv Arrays"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "massiv-io_0_1_6_0" = callPackage ({ mkDerivation, base, bytestring, data-default, deepseq, directory , filepath, JuicyPixels, massiv, netpbm, process, vector }: @@ -149466,7 +149637,6 @@ self: { ]; description = "Import/export of Image files into massiv Arrays"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "massiv-scheduler" = callPackage @@ -149953,8 +150123,8 @@ self: { }: mkDerivation { pname = "matterhorn"; - version = "50200.2.0"; - sha256 = "04nw298cv880svk211gf5lzbv2wmr5cz01h0qwzdgjg4v43s49kp"; + version = "50200.3.1"; + sha256 = "0szcdiva6b4xkgjpxyvm200n8y5bdc3lk1yw06y3i907fz573q2i"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -149984,22 +150154,22 @@ self: { "mattermost-api" = callPackage ({ mkDerivation, aeson, base, binary, bytestring, connection - , containers, gitrev, hashable, HTTP, HUnit, memory, microlens - , microlens-th, mtl, network-uri, pretty-show, process + , containers, gitrev, hashable, HTTP, http-media, HUnit, memory + , microlens, microlens-th, mtl, network-uri, pretty-show, process , resource-pool, stm, tasty, tasty-hunit, template-haskell, text , time, unordered-containers, websockets }: mkDerivation { pname = "mattermost-api"; - version = "50200.1.2"; - sha256 = "130cv44ajyraxxf41llydmnfzybl747ly1gip31xsrkicrzm20bs"; + version = "50200.1.4"; + sha256 = "10z6h0d629i89yrlx7rww6j274dr57y6inlay3211k1vbfp25b62"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base binary bytestring connection containers gitrev hashable - HTTP memory microlens microlens-th network-uri pretty-show process - resource-pool stm template-haskell text time unordered-containers - websockets + HTTP http-media memory microlens microlens-th network-uri + pretty-show process resource-pool stm template-haskell text time + unordered-containers websockets ]; testHaskellDepends = [ aeson base containers HUnit mtl pretty-show stm tasty tasty-hunit @@ -150015,8 +150185,8 @@ self: { }: mkDerivation { pname = "mattermost-api-qc"; - version = "50200.1.2"; - sha256 = "1r11n7zkqi6ph58zhgcrxjjapawmhlk4dcg4ixs420qkdpr45q11"; + version = "50200.1.4"; + sha256 = "057m7i55bp1d5fs9imcfqbzwb54q8pqz7pvmjwkbf0w5kd111kly"; libraryHaskellDepends = [ base containers mattermost-api QuickCheck text time ]; @@ -151271,22 +151441,6 @@ self: { }) {menoh = null;}; "menshen" = callPackage - ({ mkDerivation, aeson, base, hspec, QuickCheck, regex-tdfa - , scientific, text - }: - mkDerivation { - pname = "menshen"; - version = "0.0.2"; - sha256 = "05z6vmxgxfsl4s5bsxrkd929mfml0yk51gwinhwv9c090f5yvbli"; - libraryHaskellDepends = [ base regex-tdfa scientific text ]; - testHaskellDepends = [ - aeson base hspec QuickCheck regex-tdfa scientific text - ]; - description = "Data Validation"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "menshen_0_0_3" = callPackage ({ mkDerivation, aeson, base, hspec, QuickCheck, regex-tdfa , scientific, text }: @@ -151300,7 +151454,6 @@ self: { ]; description = "Data Validation"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "mercury-api" = callPackage @@ -152534,6 +152687,24 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "mime-mail_0_5_0" = callPackage + ({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring + , filepath, hspec, process, random, text + }: + mkDerivation { + pname = "mime-mail"; + version = "0.5.0"; + sha256 = "0vs302vbdf8y58nxky0m2w7cbqs4laljk969sfnbxl8zq7k3ic0h"; + libraryHaskellDepends = [ + base base64-bytestring blaze-builder bytestring filepath process + random text + ]; + testHaskellDepends = [ base blaze-builder bytestring hspec text ]; + description = "Compose MIME email messages"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "mime-mail-ses" = callPackage ({ mkDerivation, base, base64-bytestring, byteable, bytestring , conduit, cryptohash, http-client, http-client-tls, http-conduit @@ -153276,16 +153447,16 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "mixed-types-num_0_3_2" = callPackage - ({ mkDerivation, base, convertible, hspec, hspec-smallcheck - , QuickCheck, smallcheck, template-haskell + "mixed-types-num_0_4_0_1" = callPackage + ({ mkDerivation, base, hspec, hspec-smallcheck, mtl, QuickCheck + , smallcheck, template-haskell }: mkDerivation { pname = "mixed-types-num"; - version = "0.3.2"; - sha256 = "1jr9kdsrv90laspiy5l99apd1rd197jzlvlsz8xdgcm8rpffizs9"; + version = "0.4.0.1"; + sha256 = "10fkqb4d534nr5yqdybmvrbg3alfjvki4qxg20ma8mwxyiz4wc5g"; libraryHaskellDepends = [ - base convertible hspec hspec-smallcheck QuickCheck smallcheck + base hspec hspec-smallcheck mtl QuickCheck smallcheck template-haskell ]; testHaskellDepends = [ base hspec hspec-smallcheck QuickCheck ]; @@ -156056,24 +156227,26 @@ self: { ({ mkDerivation, aeson, aeson-options, aeson-pretty, base-noprelude , base16-bytestring, base58-bytestring, bifunctors, bytestring , containers, cryptonite, data-default, directory, filepath, fmt - , formatting, hspec, hspec-golden-aeson, HUnit, lens, megaparsec - , memory, morley-prelude, mtl, named, optparse-applicative - , parser-combinators, pretty-simple, QuickCheck - , quickcheck-arbitrary-adt, quickcheck-instances, singletons, text - , time, timerep, transformers-compat, universum, vinyl + , formatting, hex-text, hspec, hspec-golden-aeson, HUnit, lens + , megaparsec, memory, morley-prelude, mtl, named + , optparse-applicative, parser-combinators, pretty-simple + , QuickCheck, quickcheck-arbitrary-adt, quickcheck-instances + , singletons, text, time, timerep, transformers-compat, universum + , vinyl, wl-pprint-text }: mkDerivation { pname = "morley"; - version = "0.1.0.5"; - sha256 = "1ymkr805wmwd3vpsyjwbfwryvixz3lpl8g24ygsv1ipc4v3cvxj4"; + version = "0.2.0.1"; + sha256 = "1mkc3hfhm9isnw2m2zvdpmjcxw8fh2s7gzcp5r532spy2pv82wiz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson aeson-options aeson-pretty base-noprelude base16-bytestring base58-bytestring bifunctors bytestring containers cryptonite - data-default directory fmt formatting hspec lens megaparsec memory - morley-prelude mtl named parser-combinators QuickCheck singletons - text time timerep transformers-compat vinyl + data-default directory fmt formatting hex-text hspec lens + megaparsec memory morley-prelude mtl named parser-combinators + QuickCheck singletons text time timerep transformers-compat vinyl + wl-pprint-text ]; executableHaskellDepends = [ base-noprelude fmt megaparsec morley-prelude named @@ -156095,8 +156268,8 @@ self: { ({ mkDerivation, base-noprelude, universum }: mkDerivation { pname = "morley-prelude"; - version = "0.1.0.3"; - sha256 = "0rrh3zdrdyxi8hhf4iw6rxgz4cfbfm25a906k9lfxlp668nbn2si"; + version = "0.1.0.4"; + sha256 = "0k96m27ix80awh6cg7qncps6nn2gd0yr423b5gc22rw4ayqsdlr1"; libraryHaskellDepends = [ base-noprelude universum ]; description = "A custom prelude used in Morley"; license = stdenv.lib.licenses.agpl3Plus; @@ -157557,8 +157730,8 @@ self: { }: mkDerivation { pname = "multipool"; - version = "0.1.0.1"; - sha256 = "1mcdsn4ja9w8bnxrz4dglwbzq6bxg5xq2iik8da49n8l8ah2xq78"; + version = "0.2.0.0"; + sha256 = "18yqwwys9rf65zshc7wzxzs5x3viq6a9cvdx09k40sxywj5253xx"; libraryHaskellDepends = [ base bytestring hashable monad-logger mtl persistent resource-pool text unordered-containers @@ -157572,18 +157745,20 @@ self: { }) {}; "multipool-persistent" = callPackage - ({ mkDerivation, base, mtl, multipool, persistent, unliftio-core - , unordered-containers + ({ mkDerivation, base, mtl, multipool, persistent, resource-pool + , unliftio-core, unordered-containers }: mkDerivation { pname = "multipool-persistent"; - version = "0.1.0.1"; - sha256 = "0nw56wpgwvzk8ib3av42zkpj5xviw3m3qlig791rl4074yj60wn2"; + version = "0.2.0.0"; + sha256 = "0n5q2yhyf2w6v1abxlaqai8i62r1vxjcka1lnq50ci9b2l9q7sdm"; libraryHaskellDepends = [ - base mtl multipool persistent unliftio-core unordered-containers + base mtl multipool persistent resource-pool unliftio-core + unordered-containers ]; testHaskellDepends = [ - base mtl multipool persistent unliftio-core unordered-containers + base mtl multipool persistent resource-pool unliftio-core + unordered-containers ]; description = "Read and write from appropriate persistent sql instances in replicated environments"; license = stdenv.lib.licenses.bsd3; @@ -157597,8 +157772,8 @@ self: { }: mkDerivation { pname = "multipool-persistent-postgresql"; - version = "0.1.1.0"; - sha256 = "0hna597qbsa81rly8cmxj45ix6iyw83w9v4ai9gpm5yb5g21bdf9"; + version = "0.2.0.0"; + sha256 = "1wc4wl471lnz0v04jzl3f8kdx59bw0ylb1hp544afxvpmp44q1gr"; libraryHaskellDepends = [ base monad-logger mtl multipool multipool-persistent persistent persistent-postgresql persistent-qq postgresql-common-persistent @@ -157620,8 +157795,8 @@ self: { }: mkDerivation { pname = "multipool-postgresql-simple"; - version = "0.1.0.2"; - sha256 = "0hm31i06pvx0yj5in44wqsxrghjb4m1rkf9ccmdy0x2g7643rlv5"; + version = "0.2.0.0"; + sha256 = "05l8a06jjdz8j789axpf5w9mpzv1q2jpjvsi4sf75ysrkgaqbwyh"; libraryHaskellDepends = [ base bytestring mtl multipool postgresql-simple resource-pool unliftio-core unordered-containers @@ -165739,8 +165914,8 @@ self: { ({ mkDerivation, aeson, base, data-default, text, time }: mkDerivation { pname = "opench-meteo"; - version = "0.2.0.2"; - sha256 = "0xj9v7xl11j6p4kk5dz64kqpmyc5d68sldakiaby0j8qvyw7sf9r"; + version = "0.2.0.3"; + sha256 = "1cvcqv6fx9jszrlv46xn7b3rfxk4bymzc42ndzzvnpwj592yd55i"; libraryHaskellDepends = [ aeson base data-default text time ]; description = "A Haskell implementation of the Swiss Meteo Net data API"; license = stdenv.lib.licenses.bsd3; @@ -167193,6 +167368,25 @@ self: { broken = true; }) {}; + "orion-hs" = callPackage + ({ mkDerivation, aeson, aeson-better-errors, aeson-casing, base + , base64-bytestring, bytestring, containers, exceptions, hslogger + , http-api-data, http-client, http-types, iso8601-time, lens, mtl + , string-conversions, text, time, unordered-containers, word8, wreq + }: + mkDerivation { + pname = "orion-hs"; + version = "0.1.3"; + sha256 = "1q99s1yd4qk51lxv6ahbcw9wmy1asd9aymw2yw2802c3yvzyypx4"; + libraryHaskellDepends = [ + aeson aeson-better-errors aeson-casing base base64-bytestring + bytestring containers exceptions hslogger http-api-data http-client + http-types iso8601-time lens mtl string-conversions text time + unordered-containers word8 wreq + ]; + license = stdenv.lib.licenses.bsd3; + }) {}; + "orizentic" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hspec, jwt , mtl, optparse-applicative, random, text, time, uuid @@ -168116,37 +168310,40 @@ self: { maintainers = with stdenv.lib.maintainers; [ peti ]; }) {}; - "pandoc_2_7_1" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring - , binary, blaze-html, blaze-markup, bytestring, case-insensitive - , cmark-gfm, containers, criterion, data-default, deepseq, Diff - , directory, doctemplates, exceptions, executable-path, filepath - , Glob, haddock-library, hslua, hslua-module-text, HsYAML, HTTP - , http-client, http-client-tls, http-types, ipynb, JuicyPixels, mtl - , network, network-uri, pandoc-types, parsec, process, QuickCheck - , random, safe, SHA, skylighting, split, syb, tagsoup, tasty + "pandoc_2_7_2" = callPackage + ({ mkDerivation, aeson, aeson-pretty, attoparsec, base + , base64-bytestring, binary, blaze-html, blaze-markup, bytestring + , case-insensitive, cmark-gfm, containers, criterion, data-default + , deepseq, Diff, directory, doctemplates, exceptions + , executable-path, filepath, Glob, haddock-library, hslua + , hslua-module-text, HsYAML, HTTP, http-client, http-client-tls + , http-types, ipynb, JuicyPixels, mtl, network, network-uri + , pandoc-types, parsec, process, QuickCheck, random, safe + , scientific, SHA, skylighting, split, syb, tagsoup, tasty , tasty-golden, tasty-hunit, tasty-quickcheck, temporary, texmath , text, time, unicode-transforms, unix, unordered-containers , vector, weigh, xml, zip-archive, zlib }: mkDerivation { pname = "pandoc"; - version = "2.7.1"; - sha256 = "1f0yipnf46hdj0f1x9z41pimc88mirgp1fgp2pv3kyz063qm2ajy"; + version = "2.7.2"; + sha256 = "1qjla7zk8whx17qapmv3zji6b98qdpd464gwhi4zv8g4hfzv7010"; + revision = "1"; + editedCabalFile = "0xxnb1arycrlxjqnnka4gsz7nff70ahvr6zbrladhigian4mpk9z"; configureFlags = [ "-fhttps" "-f-trypandoc" ]; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ - aeson aeson-pretty base base64-bytestring binary blaze-html - blaze-markup bytestring case-insensitive cmark-gfm containers - data-default deepseq directory doctemplates exceptions filepath - Glob haddock-library hslua hslua-module-text HsYAML HTTP + aeson aeson-pretty attoparsec base base64-bytestring binary + blaze-html blaze-markup bytestring case-insensitive cmark-gfm + containers data-default deepseq directory doctemplates exceptions + filepath Glob haddock-library hslua hslua-module-text HsYAML HTTP http-client http-client-tls http-types ipynb JuicyPixels mtl - network network-uri pandoc-types parsec process random safe SHA - skylighting split syb tagsoup temporary texmath text time - unicode-transforms unix unordered-containers vector xml zip-archive - zlib + network network-uri pandoc-types parsec process random safe + scientific SHA skylighting split syb tagsoup temporary texmath text + time unicode-transforms unix unordered-containers vector xml + zip-archive zlib ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -168509,25 +168706,28 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "pandoc-pyplot_2_0_0_0" = callPackage - ({ mkDerivation, base, containers, directory, filepath, hashable - , hspec, hspec-expectations, pandoc-types, random, tasty - , tasty-hspec, tasty-hunit, temporary, text, typed-process + "pandoc-pyplot_2_1_0_1" = callPackage + ({ mkDerivation, base, containers, data-default-class, directory + , filepath, hashable, hspec, hspec-expectations, pandoc + , pandoc-types, tasty, tasty-hspec, tasty-hunit, temporary, text + , typed-process, yaml }: mkDerivation { pname = "pandoc-pyplot"; - version = "2.0.0.0"; - sha256 = "0mh934ab65fbncva9nmgs8mifsjkh57ay952wl5rn9s6037fj5m5"; + version = "2.1.0.1"; + sha256 = "0hhsy90chq3ap54816qhpplxg4c8iwdvx8xrcrn2n0p3yi2ma0yi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers directory filepath hashable pandoc-types random - temporary text typed-process + base containers data-default-class directory filepath hashable + pandoc pandoc-types temporary text typed-process yaml + ]; + executableHaskellDepends = [ + base data-default-class directory pandoc-types ]; - executableHaskellDepends = [ base pandoc-types ]; testHaskellDepends = [ - base directory filepath hspec hspec-expectations pandoc-types tasty - tasty-hspec tasty-hunit temporary text + base data-default-class directory filepath hspec hspec-expectations + pandoc-types tasty tasty-hspec tasty-hunit temporary text ]; description = "A Pandoc filter for including figures generated from Matplotlib"; license = stdenv.lib.licenses.mit; @@ -169342,18 +169542,18 @@ self: { }) {}; "parameterized-utils" = callPackage - ({ mkDerivation, base, containers, deepseq, ghc-prim, hashable - , hashtables, lens, mtl, QuickCheck, tasty, tasty-ant-xml + ({ mkDerivation, base, constraints, containers, deepseq, ghc-prim + , hashable, hashtables, lens, mtl, QuickCheck, tasty, tasty-ant-xml , tasty-hunit, tasty-quickcheck, template-haskell, text , th-abstraction, vector }: mkDerivation { pname = "parameterized-utils"; - version = "1.0.1"; - sha256 = "0pcn1jiv5rhdm5nk6lg1xcr7cx7vsbl25n8slpf257khq23fjp6m"; + version = "2.0"; + sha256 = "0wbgjpwmiqll5pjfcf3p2ds3jaqvwx4m2v12a4r658fv18s9c14n"; libraryHaskellDepends = [ - base containers deepseq ghc-prim hashable hashtables lens mtl - template-haskell text th-abstraction vector + base constraints containers deepseq ghc-prim hashable hashtables + lens mtl template-haskell text th-abstraction vector ]; testHaskellDepends = [ base ghc-prim hashable hashtables lens mtl QuickCheck tasty @@ -169848,8 +170048,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "parser-combinators"; - version = "1.0.1"; - sha256 = "0cpa1j1r7gpyj1n9b1kam4wq6fjn6qh2a1w7m95k614sls7spxgd"; + version = "1.0.2"; + sha256 = "1wb6xbx3p9fyisza9d7svnby4makv2bkp0yh7lfi2bg3kybg41ry"; libraryHaskellDepends = [ base ]; description = "Lightweight package providing commonly useful parser combinators"; license = stdenv.lib.licenses.bsd3; @@ -169990,8 +170190,8 @@ self: { }: mkDerivation { pname = "parsix"; - version = "0.1.0.4"; - sha256 = "0ay3a07sj52r413s921519crvd3kf7i4zdmpqy6k1spzqnwzc9nc"; + version = "0.2.0.0"; + sha256 = "07azgir8gkjbr2if8cvcmlqf3v9bi27w4xh922j0r9q1c3ry7k5i"; libraryHaskellDepends = [ base containers fingertree mtl parsers prettyprinter prettyprinter-ansi-terminal text transformers @@ -171938,8 +172138,8 @@ self: { }: mkDerivation { pname = "persist"; - version = "0.1.1.1"; - sha256 = "1r14xfaa4rncv7sgrm6lznab8yyj6wh65yvzh2j2prwpjqswy5b7"; + version = "0.1.1.2"; + sha256 = "08l59z7jc1ij7y497yjvv0q9bcd100l3bkdj4zwjl3dx6fhz2gq2"; libraryHaskellDepends = [ base bytestring containers text ]; testHaskellDepends = [ base bytestring QuickCheck test-framework @@ -172050,10 +172250,8 @@ self: { }: mkDerivation { pname = "persistent"; - version = "2.9.1"; - sha256 = "1b6shb1d8p7dapj428glmsy7w69424bxrvgf7ws8jd266h4gshk7"; - revision = "1"; - editedCabalFile = "1ing9cdpafmfx0mpvrl3xzfvmw5aw2lpiq69nnhrsmlhb9pi8ni0"; + version = "2.9.2"; + sha256 = "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"; libraryHaskellDepends = [ aeson attoparsec base base64-bytestring blaze-html blaze-markup bytestring conduit containers fast-logger http-api-data @@ -172360,6 +172558,27 @@ self: { maintainers = with stdenv.lib.maintainers; [ psibi ]; }) {}; + "persistent-postgresql_2_9_1" = callPackage + ({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit + , containers, monad-logger, persistent, postgresql-libpq + , postgresql-simple, resource-pool, resourcet, text, time + , transformers, unliftio-core + }: + mkDerivation { + pname = "persistent-postgresql"; + version = "2.9.1"; + sha256 = "02i5lq6j79cv1y6n7c3lzipngkwaqfa96i4nvnkrs535x9xbxlpq"; + libraryHaskellDepends = [ + aeson base blaze-builder bytestring conduit containers monad-logger + persistent postgresql-libpq postgresql-simple resource-pool + resourcet text time transformers unliftio-core + ]; + description = "Backend for the persistent library using postgresql"; + license = stdenv.lib.licenses.mit; + hydraPlatforms = stdenv.lib.platforms.none; + maintainers = with stdenv.lib.maintainers; [ psibi ]; + }) {}; + "persistent-protobuf" = callPackage ({ mkDerivation, base, bytestring, persistent, protocol-buffers , protocol-buffers-descriptor, template-haskell, text @@ -172384,10 +172603,8 @@ self: { }: mkDerivation { pname = "persistent-qq"; - version = "2.9.0"; - sha256 = "02dvsmlamfy93490qhb9qq25vq8wrqhzzza5q5shvak1n7wgjvh0"; - revision = "1"; - editedCabalFile = "15zkam90rfq33549kqpwyllrjpdvgkcpwnv16y6n439xd96vyyci"; + version = "2.9.1"; + sha256 = "1zwvdm94sl4wlycyz5xm41p8g4b10qra53g9pxcfq6b7gl15cggd"; libraryHaskellDepends = [ base haskell-src-meta mtl persistent template-haskell text ]; @@ -172531,8 +172748,8 @@ self: { }: mkDerivation { pname = "persistent-sqlite"; - version = "2.9.2"; - sha256 = "1pmmy1a1zi64c0v9sfawd3mz8qfidrrc3i9ghdhrmfqq1d0kir8g"; + version = "2.9.3"; + sha256 = "13wbn88ixv4d4dfjl1gabm1q60fbcnygbmixz57pi3z84drrynwq"; configureFlags = [ "-fsystemlib" ]; isLibrary = true; isExecutable = true; @@ -173806,8 +174023,8 @@ self: { }: mkDerivation { pname = "ping"; - version = "0.1.0.1"; - sha256 = "0zrs98927wfnxw00125pssgw8i8yz7hlrd9043dmw7fviajay6n0"; + version = "0.1.0.2"; + sha256 = "1cjgs571q5p5r5j94w8cax20r951v08x3cq5a2wd5r852bbgg9ww"; libraryHaskellDepends = [ base cpu ip posix-api primitive primitive-containers stm transformers @@ -176526,6 +176743,30 @@ self: { license = "LGPL"; }) {}; + "polysemy" = callPackage + ({ mkDerivation, base, criterion, free, freer-simple, hspec + , inspection-testing, mtl, random, syb, template-haskell + , transformers + }: + mkDerivation { + pname = "polysemy"; + version = "0.1.0.0"; + sha256 = "0zddn88c02jikdf6sh68z798pwji7b3d8snighfm0zkwfc7z54c8"; + libraryHaskellDepends = [ + base mtl random syb template-haskell transformers + ]; + testHaskellDepends = [ + base hspec inspection-testing mtl random syb template-haskell + transformers + ]; + benchmarkHaskellDepends = [ + base criterion free freer-simple mtl random syb template-haskell + transformers + ]; + description = "Higher-order, low-boilerplate, zero-cost free monads"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "polyseq" = callPackage ({ mkDerivation, array, base, bytestring, cgi, containers , free-theorems, haskell-src, mtl, network, old-locale, old-time @@ -180900,8 +181141,8 @@ self: { }: mkDerivation { pname = "propellor"; - version = "5.6.1"; - sha256 = "1wbh9vc0jkdqsrqfnxvz2498awqkr0jph9qv6c0zwbqm7zbjzn04"; + version = "5.7.0"; + sha256 = "0a46lqc77l4dlimvqf57n48zf0qschk04xyjbvyhcj4yw9jn9jdn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -182407,38 +182648,38 @@ self: { "purescript" = callPackage ({ mkDerivation, aeson, aeson-better-errors, ansi-terminal - , ansi-wl-pprint, base, base-compat, blaze-html, bower-json, boxes - , bytestring, Cabal, cheapskate, clock, containers, data-ordlist - , deepseq, directory, dlist, edit-distance, file-embed, filepath - , fsnotify, gitrev, Glob, haskeline, hspec, hspec-discover - , http-types, HUnit, language-javascript, lifted-base - , microlens-platform, monad-control, monad-logger, mtl, network - , optparse-applicative, parallel, parsec, pattern-arrows, process - , protolude, regex-tdfa, safe, scientific, semigroups, sourcemap - , split, stm, stringsearch, syb, tasty, tasty-hspec, text, time - , transformers, transformers-base, transformers-compat + , ansi-wl-pprint, array, base, base-compat, blaze-html, bower-json + , boxes, bytestring, Cabal, cheapskate, clock, containers + , data-ordlist, deepseq, directory, dlist, edit-distance + , file-embed, filepath, fsnotify, gitrev, Glob, haskeline, hspec + , hspec-discover, http-types, HUnit, language-javascript + , lifted-base, microlens-platform, monad-control, monad-logger, mtl + , network, optparse-applicative, parallel, parsec, pattern-arrows + , process, protolude, regex-tdfa, safe, scientific, semigroups + , sourcemap, split, stm, stringsearch, syb, tasty, tasty-hspec + , text, time, transformers, transformers-base, transformers-compat , unordered-containers, utf8-string, vector, wai, wai-websockets , warp, websockets }: mkDerivation { pname = "purescript"; - version = "0.12.3"; - sha256 = "0h4216x80cgqdvl7l0glw9xxhnpakh8272p65yc2d5zwbvvfra6k"; + version = "0.12.4"; + sha256 = "1lkicclh9gm3lwgi2vl7qqa2vzf763rw06m79mr1j291z4h2ym76"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson aeson-better-errors ansi-terminal base base-compat blaze-html - bower-json boxes bytestring Cabal cheapskate clock containers - data-ordlist deepseq directory dlist edit-distance file-embed - filepath fsnotify Glob haskeline language-javascript lifted-base - microlens-platform monad-control monad-logger mtl parallel parsec - pattern-arrows process protolude regex-tdfa safe scientific - semigroups sourcemap split stm stringsearch syb text time - transformers transformers-base transformers-compat + aeson aeson-better-errors ansi-terminal array base base-compat + blaze-html bower-json boxes bytestring Cabal cheapskate clock + containers data-ordlist deepseq directory dlist edit-distance + file-embed filepath fsnotify Glob haskeline language-javascript + lifted-base microlens-platform monad-control monad-logger mtl + parallel parsec pattern-arrows process protolude regex-tdfa safe + scientific semigroups sourcemap split stm stringsearch syb text + time transformers transformers-base transformers-compat unordered-containers utf8-string vector ]; executableHaskellDepends = [ - aeson aeson-better-errors ansi-terminal ansi-wl-pprint base + aeson aeson-better-errors ansi-terminal ansi-wl-pprint array base base-compat blaze-html bower-json boxes bytestring Cabal cheapskate clock containers data-ordlist deepseq directory dlist edit-distance file-embed filepath fsnotify gitrev Glob haskeline http-types @@ -182451,14 +182692,14 @@ self: { websockets ]; testHaskellDepends = [ - aeson aeson-better-errors ansi-terminal base base-compat blaze-html - bower-json boxes bytestring Cabal cheapskate clock containers - data-ordlist deepseq directory dlist edit-distance file-embed - filepath fsnotify Glob haskeline hspec hspec-discover HUnit - language-javascript lifted-base microlens-platform monad-control - monad-logger mtl parallel parsec pattern-arrows process protolude - regex-tdfa safe scientific semigroups sourcemap split stm - stringsearch syb tasty tasty-hspec text time transformers + aeson aeson-better-errors ansi-terminal array base base-compat + blaze-html bower-json boxes bytestring Cabal cheapskate clock + containers data-ordlist deepseq directory dlist edit-distance + file-embed filepath fsnotify Glob haskeline hspec hspec-discover + HUnit language-javascript lifted-base microlens-platform + monad-control monad-logger mtl parallel parsec pattern-arrows + process protolude regex-tdfa safe scientific semigroups sourcemap + split stm stringsearch syb tasty tasty-hspec text time transformers transformers-base transformers-compat unordered-containers utf8-string vector ]; @@ -182578,6 +182819,25 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "push-notifications" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring + , casing, conduit, convertible, data-default, HsOpenSSL + , http-conduit, http-types, network, resourcet, text, time + , transformers + }: + mkDerivation { + pname = "push-notifications"; + version = "0.2.1"; + sha256 = "004f947kmj5qq3hhs21ydgrpdh0g2cd0hk4cflabqjlxix2bs65f"; + libraryHaskellDepends = [ + aeson base base16-bytestring binary bytestring casing conduit + convertible data-default HsOpenSSL http-conduit http-types network + resourcet text time transformers + ]; + description = "Push notifications for Android and iOS"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "push-notify" = callPackage ({ mkDerivation, aeson, async, attoparsec-conduit, base , base16-bytestring, bytestring, cereal, certificate, conduit @@ -184418,8 +184678,8 @@ self: { }: mkDerivation { pname = "quickspec"; - version = "2.1"; - sha256 = "0xzb442pjm26khdp46vjkzza1gyb01jzhghv3hxff2pwjs3jjsyy"; + version = "2.1.1"; + sha256 = "185sivnl9zwkzrsqknlpkm3mkl5irk6nawbwgm67x1y08d2wvmc4"; libraryHaskellDepends = [ base constraints containers data-lens-light dlist QuickCheck quickcheck-instances random spoon template-haskell transformers @@ -185769,6 +186029,8 @@ self: { pname = "rapid"; version = "0.1.4"; sha256 = "0f86j4r3sm74w49v9x9s58wahgcgick6z7awl6piq83iqaiy4sh7"; + revision = "1"; + editedCabalFile = "1np33ba4d7crwsknw91igrrmkvzwsfmfijirsa7dxmap5npvn3ap"; libraryHaskellDepends = [ async base containers foreign-store stm ]; @@ -187240,8 +187502,8 @@ self: { }: mkDerivation { pname = "reanimate-svg"; - version = "0.8.2.0"; - sha256 = "1bry53rhiqdcckn92k2l2n31c3lfcvzqr7k1pm75kqwcf7wy0pwq"; + version = "0.9.0.0"; + sha256 = "0x4d06vsxz3845w05d4qnfbmws2bc7vxpny8hiqbv1wwgjwig327"; libraryHaskellDepends = [ attoparsec base bytestring containers JuicyPixels lens linear mtl scientific text transformers vector xml @@ -187280,29 +187542,6 @@ self: { }) {}; "rebase" = callPackage - ({ mkDerivation, base, base-prelude, bifunctors, bytestring - , containers, contravariant, contravariant-extras, deepseq, dlist - , either, fail, hashable, mtl, profunctors, scientific - , semigroupoids, semigroups, stm, text, time, transformers - , unordered-containers, uuid, vector, void - }: - mkDerivation { - pname = "rebase"; - version = "1.3"; - sha256 = "02g14vv4qbzq9vakkr55960r386jmkivgm5ld782b1bqyvpfsfh7"; - revision = "1"; - editedCabalFile = "1yz51pghns6xanzdnlkagghpzwnkl7wjqnqcp5gs0zs1iywrbl45"; - libraryHaskellDepends = [ - base base-prelude bifunctors bytestring containers contravariant - contravariant-extras deepseq dlist either fail hashable mtl - profunctors scientific semigroupoids semigroups stm text time - transformers unordered-containers uuid vector void - ]; - description = "A more progressive alternative to the \"base\" package"; - license = stdenv.lib.licenses.mit; - }) {}; - - "rebase_1_3_1" = callPackage ({ mkDerivation, base, base-prelude, bifunctors, bytestring , containers, contravariant, contravariant-extras, deepseq, dlist , either, fail, hashable, mtl, profunctors, scientific @@ -187321,7 +187560,6 @@ self: { ]; description = "A more progressive alternative to the \"base\" package"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "rebindable" = callPackage @@ -188206,6 +188444,26 @@ self: { broken = true; }) {}; + "reflex-backend-wai" = callPackage + ({ mkDerivation, base, containers, http-types, mtl, reflex + , reflex-basic-host, stm, wai, warp + }: + mkDerivation { + pname = "reflex-backend-wai"; + version = "0.1.0.0"; + sha256 = "1x8lagl5p7jgrzivar35l4gcsfisskvh4dnxfiqwd5vd9ghibpia"; + revision = "1"; + editedCabalFile = "199p3v0gmp5yah30jb6z9s7cv3w8cc356wh7f6nagkg76kg25p43"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers mtl reflex reflex-basic-host stm wai warp + ]; + executableHaskellDepends = [ base http-types reflex wai ]; + description = "Reflex interface to `wai`"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "reflex-basic-host" = callPackage ({ mkDerivation, base, dependent-map, dependent-sum, mtl, primitive , ref-tf, reflex, stm @@ -188214,6 +188472,8 @@ self: { pname = "reflex-basic-host"; version = "0.1"; sha256 = "0fxd46i6jp71dcdmgl1r5hbd9a85fkl5bxhi0dr1gzhy1b9aqc1g"; + revision = "1"; + editedCabalFile = "0pqp4fi1qxcivm61x9lsvwny5yv0vrnb1n2v9zx06rqw914yriam"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -189296,31 +189556,6 @@ self: { }) {}; "registry" = callPackage - ({ mkDerivation, async, base, containers, exceptions, hashable - , hedgehog, hedgehog-corpus, io-memoize, MonadRandom, mtl - , protolude, random, resourcet, semigroupoids, semigroups, tasty - , tasty-discover, tasty-hedgehog, tasty-th, text, transformers-base - }: - mkDerivation { - pname = "registry"; - version = "0.1.2.6"; - sha256 = "0szzmk7rclzisz0ihs7cz6180wsfv6rkrfvvqk1v6das444y1bw3"; - libraryHaskellDepends = [ - base containers exceptions hashable mtl protolude resourcet - semigroupoids semigroups text transformers-base - ]; - testHaskellDepends = [ - async base containers exceptions hashable hedgehog hedgehog-corpus - io-memoize MonadRandom mtl protolude random resourcet semigroupoids - semigroups tasty tasty-discover tasty-hedgehog tasty-th text - transformers-base - ]; - testToolDepends = [ tasty-discover ]; - description = "data structure for assembling components"; - license = stdenv.lib.licenses.mit; - }) {}; - - "registry_0_1_3_1" = callPackage ({ mkDerivation, async, base, containers, exceptions, generic-lens , hashable, hedgehog, hedgehog-corpus, io-memoize, MonadRandom, mtl , multimap, protolude, random, resourcet, semigroupoids, semigroups @@ -189329,8 +189564,35 @@ self: { }: mkDerivation { pname = "registry"; - version = "0.1.3.1"; - sha256 = "0qwylp0ajmpz17qiah8cpp6c4jl9bc9040vkm0v45afg0paanp7i"; + version = "0.1.3.3"; + sha256 = "1plhi31qpcxvfki18zh2lp348kb56vhf7f22njybbd95dzy7zqlc"; + libraryHaskellDepends = [ + base containers exceptions hashable mtl protolude resourcet + semigroupoids semigroups template-haskell text transformers-base + ]; + testHaskellDepends = [ + async base containers exceptions generic-lens hashable hedgehog + hedgehog-corpus io-memoize MonadRandom mtl multimap protolude + random resourcet semigroupoids semigroups tasty tasty-discover + tasty-hedgehog tasty-th template-haskell text transformers-base + universum + ]; + testToolDepends = [ tasty-discover ]; + description = "data structure for assembling components"; + license = stdenv.lib.licenses.mit; + }) {}; + + "registry_0_1_3_4" = callPackage + ({ mkDerivation, async, base, containers, exceptions, generic-lens + , hashable, hedgehog, hedgehog-corpus, io-memoize, MonadRandom, mtl + , multimap, protolude, random, resourcet, semigroupoids, semigroups + , tasty, tasty-discover, tasty-hedgehog, tasty-th, template-haskell + , text, transformers-base, universum + }: + mkDerivation { + pname = "registry"; + version = "0.1.3.4"; + sha256 = "1l26b1isxqfax7c91l23fqx2kyl5cw4j2b6i0jiiz8lcn71qy0ha"; libraryHaskellDepends = [ base containers exceptions hashable mtl protolude resourcet semigroupoids semigroups template-haskell text transformers-base @@ -190795,17 +191057,6 @@ self: { }) {}; "rerebase" = callPackage - ({ mkDerivation, rebase }: - mkDerivation { - pname = "rerebase"; - version = "1.3"; - sha256 = "16c5r69shz9zg01awjpwh7jpw3hqy81p4hh22rwdm0scdc45n5fa"; - libraryHaskellDepends = [ rebase ]; - description = "Reexports from \"base\" with a bunch of other standard libraries"; - license = stdenv.lib.licenses.mit; - }) {}; - - "rerebase_1_3_1" = callPackage ({ mkDerivation, rebase }: mkDerivation { pname = "rerebase"; @@ -190814,7 +191065,6 @@ self: { libraryHaskellDepends = [ rebase ]; description = "Reexports from \"base\" with a bunch of other standard libraries"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "reroute" = callPackage @@ -192252,6 +192502,17 @@ self: { broken = true; }) {}; + "ring-buffers" = callPackage + ({ mkDerivation, base, contiguous, primitive, semirings }: + mkDerivation { + pname = "ring-buffers"; + version = "0.1"; + sha256 = "0xlrcim1xzalwa5rnxg290rjzgwz16wsj68aqmfpd4v8v706fc9r"; + libraryHaskellDepends = [ base contiguous primitive semirings ]; + description = "mutable ring buffers with atomic updates in GHC Haskell"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "rio" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, directory , exceptions, filepath, hashable, hspec, microlens, mtl, primitive @@ -193855,8 +194116,8 @@ self: { }: mkDerivation { pname = "rtcm"; - version = "0.2.36"; - sha256 = "0gvkah51mnqpy20v2f3n1gvad1abmbkxljm4pz3yh3x9mkscnc2m"; + version = "0.2.39"; + sha256 = "1hqsbi1bazdsy62qp1rmwmrqsp3dhm9i9iksj7d5iyfndciijpjs"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -194899,21 +195160,24 @@ self: { }) {}; "salak" = callPackage - ({ mkDerivation, aeson, base, directory, filepath, hspec, menshen - , mtl, QuickCheck, scientific, stm, text, transformers - , unordered-containers, vector, yaml + ({ mkDerivation, aeson, attoparsec, base, containers, data-default + , directory, filepath, hspec, menshen, mtl, pqueue, QuickCheck + , scientific, text, transformers, unordered-containers, vector + , yaml }: mkDerivation { pname = "salak"; - version = "0.1.8"; - sha256 = "1y8vssnp8q9hmhf3jckj8c7pgjmvz4wmvm8m5xwlnn9ll8csxs0q"; + version = "0.1.11"; + sha256 = "03l6vadg5wzz2pf1kaxl0h7qndkspymamfdm27ifpwz3vwfy7m1p"; libraryHaskellDepends = [ - aeson base directory filepath menshen mtl scientific stm text - transformers unordered-containers vector yaml + aeson attoparsec base containers data-default directory filepath + menshen mtl pqueue scientific text transformers + unordered-containers vector yaml ]; testHaskellDepends = [ - aeson base directory filepath hspec menshen mtl QuickCheck - scientific stm text transformers unordered-containers vector yaml + aeson attoparsec base containers data-default directory filepath + hspec menshen mtl pqueue QuickCheck scientific text transformers + unordered-containers vector yaml ]; description = "Configuration Loader"; license = stdenv.lib.licenses.bsd3; @@ -194921,15 +195185,15 @@ self: { broken = true; }) {}; - "salak_0_2_8" = callPackage + "salak_0_2_9" = callPackage ({ mkDerivation, attoparsec, base, containers, data-default , directory, filepath, hspec, menshen, mtl, pqueue, QuickCheck , scientific, text, time }: mkDerivation { pname = "salak"; - version = "0.2.8"; - sha256 = "094avciwjwqvgs8d9779w0bbr7vx46dyqq2lwkk5w55k812pndxd"; + version = "0.2.9"; + sha256 = "1zq8sr5m10bkglwiscadprs4rdj5irpkgpd4ya72r4f61waba5fd"; libraryHaskellDepends = [ attoparsec base containers data-default directory filepath menshen mtl pqueue scientific text time @@ -194950,8 +195214,8 @@ self: { }: mkDerivation { pname = "salak-toml"; - version = "0.2.8"; - sha256 = "02bnynil1b9y1fhk3h40iqgc8r151i112r90nwfbqsgdrzbhwfss"; + version = "0.2.9"; + sha256 = "1v5lc98dva6y2d6pqbwipnan2hyrhisx6c57r1rbw0lsalh7vpqx"; libraryHaskellDepends = [ base mtl salak text time tomland unordered-containers ]; @@ -194961,25 +195225,26 @@ self: { ]; description = "Configuration Loader for toml"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; }) {}; "salak-yaml" = callPackage - ({ mkDerivation, aeson, base, hspec, mtl, QuickCheck, salak, text - , unordered-containers, vector, yaml + ({ mkDerivation, base, conduit, hspec, libyaml, mtl, QuickCheck + , salak, text }: mkDerivation { pname = "salak-yaml"; - version = "0.2.8"; - sha256 = "0nbn0n19651r5hv3qbxg6ym354sm5170mi99pi60xgb4jgw2zjbw"; - libraryHaskellDepends = [ - aeson base mtl salak unordered-containers vector yaml - ]; + version = "0.2.9"; + sha256 = "162gz0rs73ls1r3y9dfg3pz47nnc7mk5hmvxms814jspac27c1h5"; + libraryHaskellDepends = [ base conduit libyaml mtl salak text ]; testHaskellDepends = [ - aeson base hspec mtl QuickCheck salak text unordered-containers - vector yaml + base conduit hspec libyaml mtl QuickCheck salak text ]; description = "Configuration Loader for yaml"; license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; }) {}; "saltine" = callPackage @@ -195653,7 +195918,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {inherit (pkgs) z3;}; - "sbv_8_1" = callPackage + "sbv_8_2" = callPackage ({ mkDerivation, array, async, base, bytestring, containers , crackNum, deepseq, directory, doctest, filepath, generic-deriving , ghc, Glob, hlint, mtl, pretty, process, QuickCheck, random, syb @@ -195662,8 +195927,8 @@ self: { }: mkDerivation { pname = "sbv"; - version = "8.1"; - sha256 = "1lwd4j2bi9hw3549k0d3bmgssprsz9l62kjl02whh7qcjq19ws9y"; + version = "8.2"; + sha256 = "11jvjgcbipnk65yxv758p5cja89fpjf3nkf8nvqi69lyx1jgb72q"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array async base containers crackNum deepseq directory filepath @@ -196152,14 +196417,15 @@ self: { }) {}; "scheduler" = callPackage - ({ mkDerivation, atomic-primops, base, Cabal, cabal-doctest - , deepseq, doctest, exceptions, hspec, QuickCheck, template-haskell - , unliftio, unliftio-core + ({ mkDerivation, async, atomic-primops, base, Cabal, cabal-doctest + , criterion, deepseq, doctest, exceptions, fib, hspec, monad-par + , parallel, QuickCheck, streamly, template-haskell, unliftio + , unliftio-core }: mkDerivation { pname = "scheduler"; - version = "1.0.0"; - sha256 = "1l8ifgdfzn8w6sd0d9pmlhipbmqs16krzicixf4rxxvr2pl8a2ld"; + version = "1.1.0"; + sha256 = "1q4nj0ahhxcz0zzcfj58vgh1apid8hk13i5faxmqc52g9px464zd"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ atomic-primops base deepseq exceptions unliftio-core @@ -196167,6 +196433,10 @@ self: { testHaskellDepends = [ base deepseq doctest hspec QuickCheck template-haskell unliftio ]; + benchmarkHaskellDepends = [ + async base criterion deepseq fib monad-par parallel streamly + unliftio + ]; description = "Work stealing scheduler"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -198150,14 +198420,14 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "semirings_0_3_1_1" = callPackage + "semirings_0_3_1_2" = callPackage ({ mkDerivation, base, containers, hashable, integer-gmp , unordered-containers, vector }: mkDerivation { pname = "semirings"; - version = "0.3.1.1"; - sha256 = "050vs4dn20llsj1nkf6jyni8798vj2bdxfp6d5icdr6xm2hlpkn4"; + version = "0.3.1.2"; + sha256 = "1zh5fgm1xidd03c00wh9llscx529qd1n6cnpv7k172xp4rd2w261"; libraryHaskellDepends = [ base containers hashable integer-gmp unordered-containers vector ]; @@ -199798,6 +200068,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "servant-fiat-content" = callPackage + ({ mkDerivation, base, bytestring, http-media, servant, text }: + mkDerivation { + pname = "servant-fiat-content"; + version = "1.0.0"; + sha256 = "1108npqddwsbplxzf65hq0w3aqnyfrk8lcdffkszwx3g8s8xblg7"; + libraryHaskellDepends = [ + base bytestring http-media servant text + ]; + description = "Fiat content types"; + license = stdenv.lib.licenses.mit; + }) {}; + "servant-flatten" = callPackage ({ mkDerivation, base, servant }: mkDerivation { @@ -202277,10 +202560,8 @@ self: { }: mkDerivation { pname = "shake"; - version = "0.17.7"; - sha256 = "09gp3469lljgqmlkznpxl87l1wc91vdv2q6phh65jpkfjdhjp0rv"; - revision = "1"; - editedCabalFile = "1ld0k6vv8v8znnihps4z93555hs2n77ga6xk8g642bmrg67fnb7j"; + version = "0.17.8"; + sha256 = "18j9xhl7h3sc6jswac4dz78i4rq7004150b98kq49w20flpidr5d"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -203039,8 +203320,8 @@ self: { ({ mkDerivation, base, markdown-unlit, process, text }: mkDerivation { pname = "shellmet"; - version = "0.0.0"; - sha256 = "1mn9m1jdbfb9p273wb9jvdnflhp6569ix6sa1z7yzqr91g7w4017"; + version = "0.0.1"; + sha256 = "11c53h3dvhmnkjhcjw1xjr1kx6pvdmayf86i5b6zhpl4q3q2ixlk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base process text ]; @@ -203195,18 +203476,18 @@ self: { }) {}; "shh" = callPackage - ({ mkDerivation, async, base, deepseq, directory, filepath - , hashable, mtl, process, split, tasty, tasty-hunit + ({ mkDerivation, async, base, containers, deepseq, directory + , filepath, hashable, mtl, process, split, tasty, tasty-hunit , tasty-quickcheck, template-haskell, temporary, unix }: mkDerivation { pname = "shh"; - version = "0.3.0.0"; - sha256 = "15w2izm0wmxqh5f0343rj42vq2dg4xp77a11qp4q10yj7r5cbp52"; + version = "0.3.1.3"; + sha256 = "0dsb4q83zsxx78xa4cx5vgkkyrbj50567vlvxk8g10pwah0lkr4c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - async base deepseq directory filepath mtl process split + async base containers deepseq directory filepath mtl process split template-haskell unix ]; executableHaskellDepends = [ @@ -204034,6 +204315,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "simple-cmd_0_1_4" = callPackage + ({ mkDerivation, base, directory, filepath, process, unix }: + mkDerivation { + pname = "simple-cmd"; + version = "0.1.4"; + sha256 = "1g63c0bdm3231aqf12i45nsfpy6bvl1w3nn0jcbbg2hij377y9rg"; + libraryHaskellDepends = [ base directory filepath process unix ]; + description = "Simple String-based process commands"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "simple-cmd-args" = callPackage ({ mkDerivation, base, optparse-applicative }: mkDerivation { @@ -204045,6 +204338,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "simple-cmd-args_0_1_1" = callPackage + ({ mkDerivation, base, optparse-applicative }: + mkDerivation { + pname = "simple-cmd-args"; + version = "0.1.1"; + sha256 = "0rgg8aqgq98yq9h5v29r0g2qjhr70gl1sgv713ihlpm7b7bykilz"; + libraryHaskellDepends = [ base optparse-applicative ]; + description = "Simple command args parsing and execution"; + license = stdenv.lib.licenses.bsd3; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "simple-conduit" = callPackage ({ mkDerivation, base, bifunctors, bytestring, CC-delcont , chunked-data, conduit, conduit-combinators, conduit-extra @@ -208145,8 +208450,8 @@ self: { }: mkDerivation { pname = "snmp"; - version = "0.3.0.0"; - sha256 = "1lpmwl74hg1x5065r1jhgi6rfmyasjmhqaghnckg6rzii0nxym9d"; + version = "0.3.1.0"; + sha256 = "0lkvhghrcmjfy2dhwybx04j5rip0d1dpyv62f8n3viad8x2djhkr"; libraryHaskellDepends = [ base bytestring containers cryptonite ip language-asn memory network stm vector @@ -209796,22 +210101,29 @@ self: { }) {}; "spiros" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default-class - , deepseq, directory, hashable, mtl, process, safe, semigroups - , split, stm, text, time, transformers, unordered-containers - , vector, vinyl, wl-pprint-text + ({ mkDerivation, base, bytestring, case-insensitive, containers + , cpuinfo, data-default-class, deepseq, directory, doctest + , exceptions, filepath, generic-deriving, hashable, mtl + , prettyprinter, process, safe, semigroups, split, stm, string-conv + , template-haskell, text, time, transformers, unix-compat + , unordered-containers, vector }: mkDerivation { pname = "spiros"; - version = "0.0.0"; - sha256 = "06j9wcc6zcnbpf11356b64ikq1irdmp60h0bihf1bsgg0lh7mcff"; + version = "0.4.0"; + sha256 = "14bd662l15d1zsa56wc9bv365q3dh397ib3qwjlk2ds74863lwa0"; + isLibrary = true; + isExecutable = true; libraryHaskellDepends = [ - base bytestring containers data-default-class deepseq directory - hashable mtl process safe semigroups split stm text time - transformers unordered-containers vector vinyl wl-pprint-text + base bytestring case-insensitive containers cpuinfo + data-default-class deepseq directory exceptions filepath + generic-deriving hashable mtl prettyprinter process safe semigroups + split stm string-conv template-haskell text time transformers + unix-compat unordered-containers vector ]; - description = "my custom prelude"; - license = stdenv.lib.licenses.bsd3; + testHaskellDepends = [ base doctest ]; + description = "Spiros Boosalis's Custom Prelude"; + license = stdenv.lib.licenses.asl20; }) {}; "splay" = callPackage @@ -209982,29 +210294,6 @@ self: { }) {}; "splitmix" = callPackage - ({ mkDerivation, async, base, base-compat-batteries, bytestring - , containers, criterion, deepseq, process, random, tf-random, time - , vector - }: - mkDerivation { - pname = "splitmix"; - version = "0.0.1"; - sha256 = "0bvpx3hnyhz449s2c2mi5h78024yysnqldfwp7m0qr21m41q0v1a"; - revision = "1"; - editedCabalFile = "0c38sajdpqcmicdh4lfy6vpg8wnzpiyamvbximdsqs605frs3mqs"; - libraryHaskellDepends = [ base deepseq random time ]; - testHaskellDepends = [ - async base base-compat-batteries bytestring deepseq process random - tf-random vector - ]; - benchmarkHaskellDepends = [ - base containers criterion random tf-random - ]; - description = "Fast Splittable PRNG"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "splitmix_0_0_2" = callPackage ({ mkDerivation, async, base, base-compat-batteries, bytestring , containers, criterion, deepseq, process, random, tf-random, time , vector @@ -210023,7 +210312,6 @@ self: { ]; description = "Fast Splittable PRNG"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "splitter" = callPackage @@ -212886,6 +213174,8 @@ self: { pname = "stm-containers"; version = "1.1.0.2"; sha256 = "1yhivblfxycr2vk09gwg904n6fqkzn5g5rvg3whm40fnabdfa9av"; + revision = "1"; + editedCabalFile = "14dy3rxa009bgx534583g11i8986pjcgygzh8l15fk3rv9q1iwb8"; libraryHaskellDepends = [ base deferred-folds focus hashable list-t stm-hamt transformers ]; @@ -215802,6 +216092,53 @@ self: { broken = true; }) {}; + "summoner_1_3_0_1" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, base-noprelude + , bytestring, directory, filepath, generic-deriving, gitrev + , hedgehog, hspec, neat-interpolation, optparse-applicative + , process, relude, shellmet, text, time, tomland, tree-diff + }: + mkDerivation { + pname = "summoner"; + version = "1.3.0.1"; + sha256 = "1m08n2ip9rjx06mcwcv636ncicmpxcmhx82i3p4yc5vylibxr57s"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson ansi-terminal base-noprelude bytestring directory filepath + generic-deriving gitrev neat-interpolation optparse-applicative + process relude shellmet text time tomland + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base-noprelude directory filepath hedgehog hspec neat-interpolation + relude tomland tree-diff + ]; + description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects"; + license = stdenv.lib.licenses.mpl20; + hydraPlatforms = stdenv.lib.platforms.none; + broken = true; + }) {}; + + "summoner-tui" = callPackage + ({ mkDerivation, base, base-noprelude, brick, directory, filepath + , microlens, microlens-th, relude, summoner, text, vty + }: + mkDerivation { + pname = "summoner-tui"; + version = "0.1.0"; + sha256 = "0ic9faw55qjljwz8r0nz8jmdw2pcc40nqc0zp07hshqh8qbiswl9"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base-noprelude brick directory filepath microlens microlens-th + relude summoner text vty + ]; + executableHaskellDepends = [ base ]; + description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI"; + license = stdenv.lib.licenses.mpl20; + }) {}; + "sump" = callPackage ({ mkDerivation, base, bytestring, data-default, lens, serialport , transformers, vector @@ -216222,8 +216559,8 @@ self: { }: mkDerivation { pname = "sv"; - version = "1.3.0.1"; - sha256 = "0h6qibvkmslil9jvbzminhpxgz7z95qak3zv5dxj8sfpc3p3lk7g"; + version = "1.3.1"; + sha256 = "0j92jgma41ggfjvd8a1la1wi2vms8ia1y6aqf6l7casavcn5vf2k"; libraryHaskellDepends = [ attoparsec base bifunctors bytestring contravariant hw-dsv semigroupoids sv-core transformers utf8-string validation @@ -216289,7 +216626,7 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "sv-core_0_4" = callPackage + "sv-core_0_4_1" = callPackage ({ mkDerivation, attoparsec, base, bifunctors, bytestring , containers, contravariant, deepseq, double-conversion, lens, mtl , parsec, profunctors, QuickCheck, readable, semigroupoids @@ -216298,10 +216635,8 @@ self: { }: mkDerivation { pname = "sv-core"; - version = "0.4"; - sha256 = "0m87rffkv5716dh6v00p4gc257fdc81fahjafs02kkf8fbiivmkh"; - revision = "1"; - editedCabalFile = "0qzklsb21ha7jgfgx3h565pc3659hd3h1l0ci1yr0mdmj08ignbs"; + version = "0.4.1"; + sha256 = "1brjdh22sarg9v0qak8xgzyhpcilwn0czab9mh65l2izp3nzkfn7"; libraryHaskellDepends = [ attoparsec base bifunctors bytestring containers contravariant deepseq double-conversion lens mtl parsec profunctors readable @@ -217327,8 +217662,8 @@ self: { }: mkDerivation { pname = "syntactic"; - version = "3.8"; - sha256 = "1vwr2wfa9b4782k3v4bp0p5qqy14mwx9mmlax0jskpqwzx0azxvi"; + version = "3.8.1"; + sha256 = "0560h3k360316q05wwylpbcvadp9dxzywbp206xm2wslpl1d9m8v"; libraryHaskellDepends = [ base constraints containers data-hash deepseq mtl syb template-haskell tree-view @@ -220336,15 +220671,15 @@ self: { }) {}; "telega" = callPackage - ({ mkDerivation, aeson, base, http-client, lens, text, transformers - , wreq + ({ mkDerivation, aeson, base, http-client, lens, text, time + , transformers, wreq }: mkDerivation { pname = "telega"; - version = "0.1.0"; - sha256 = "1ixdac26mkd98apfq3h4xihlwdj8y1mjrcz8f17pkxkb4cmra3cd"; + version = "0.1.5"; + sha256 = "0cqwazh6icsi7w30aa566pp409837mdxcs2id59n8ddnvh5b7dlp"; libraryHaskellDepends = [ - aeson base http-client lens text transformers wreq + aeson base http-client lens text time transformers wreq ]; description = "Telegram Bot API binding"; license = stdenv.lib.licenses.mit; @@ -221148,37 +221483,22 @@ self: { }) {}; "tensors" = callPackage - ({ mkDerivation, base, hspec, QuickCheck, reflection, singletons - , vector + ({ mkDerivation, base, criterion, deepseq, hspec, QuickCheck + , reflection, vector }: mkDerivation { pname = "tensors"; - version = "0.1.2"; - sha256 = "19r1jjpb8vbjmjbcs0sgnn83mniihw2v1dwhpkm6alrxqdai1637"; - libraryHaskellDepends = [ base reflection singletons vector ]; + version = "0.1.4"; + sha256 = "1wiq38px85ypnfpvbr3hcawrag457z0jvd4jr1bh7jf6qw6jqpfn"; + libraryHaskellDepends = [ base deepseq vector ]; testHaskellDepends = [ - base hspec QuickCheck reflection singletons vector + base deepseq hspec QuickCheck reflection vector ]; + benchmarkHaskellDepends = [ base criterion deepseq vector ]; description = "Tensor in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; - "tensors_0_1_3" = callPackage - ({ mkDerivation, base, criterion, hspec, QuickCheck, reflection - , vector - }: - mkDerivation { - pname = "tensors"; - version = "0.1.3"; - sha256 = "1ca289878jfwhwlawdwbf0mii8y117ha7hyqrlqx651qsswlwwcf"; - libraryHaskellDepends = [ base vector ]; - testHaskellDepends = [ base hspec QuickCheck reflection vector ]; - benchmarkHaskellDepends = [ base criterion vector ]; - description = "Tensor in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - }) {}; - "term-rewriting" = callPackage ({ mkDerivation, ansi-wl-pprint, array, base, containers, HUnit , mtl, multiset, parsec, QuickCheck, union-find-array @@ -223609,23 +223929,6 @@ self: { }) {}; "th-orphans" = callPackage - ({ mkDerivation, base, hspec, hspec-discover, mtl, template-haskell - , th-lift, th-lift-instances, th-reify-many - }: - mkDerivation { - pname = "th-orphans"; - version = "0.13.6"; - sha256 = "0sfl3pn9kq9da3ji3lsgzgzy82vz6yvsg80dmakc1jvk7awycibp"; - libraryHaskellDepends = [ - base mtl template-haskell th-lift th-lift-instances th-reify-many - ]; - testHaskellDepends = [ base hspec template-haskell ]; - testToolDepends = [ hspec-discover ]; - description = "Orphan instances for TH datatypes"; - license = stdenv.lib.licenses.bsd3; - }) {}; - - "th-orphans_0_13_7" = callPackage ({ mkDerivation, base, bytestring, ghc-prim, hspec, hspec-discover , mtl, template-haskell, th-lift, th-lift-instances, th-reify-many }: @@ -223642,7 +223945,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Orphan instances for TH datatypes"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "th-pprint" = callPackage @@ -226341,6 +226643,22 @@ self: { license = stdenv.lib.licenses.gpl3; }) {}; + "token-limiter" = callPackage + ({ mkDerivation, async, base, clock, ghc-prim, QuickCheck, tasty + , tasty-hunit, text + }: + mkDerivation { + pname = "token-limiter"; + version = "0.1.0.0"; + sha256 = "1ypvc44h68kshy4nsngxhqip6040cabrf6nf6p48ccav3s5497a2"; + libraryHaskellDepends = [ base clock ghc-prim ]; + testHaskellDepends = [ + async base clock QuickCheck tasty tasty-hunit text + ]; + description = "Fast rate limiting using the token bucket algorithm (BSD)"; + license = stdenv.lib.licenses.bsd2; + }) {}; + "tokenify" = callPackage ({ mkDerivation, base, containers, text }: mkDerivation { @@ -226741,8 +227059,8 @@ self: { }: mkDerivation { pname = "too-many-cells"; - version = "0.1.4.0"; - sha256 = "1wg5gx7iydwhnp8xj72lmgpa7n5dd62cxjswlkplj944c2szdmdp"; + version = "0.1.5.0"; + sha256 = "0896l7zk6avkcxi2s3q2bch0bjclk4lafbm2vzmpygkscz7kqv9b"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -227083,6 +227401,8 @@ self: { pname = "toysolver"; version = "0.5.0"; sha256 = "0dr34aknbh8p500zj4lcll5mi1km16jxyvjx1gdrp63csdfi1ich"; + revision = "1"; + editedCabalFile = "19qbl75mn7kwyvygwc0ad73vj4vkaj5mnkmwpx9mavwl7px2kzps"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -227587,25 +227907,13 @@ self: { ({ mkDerivation, base, ghc-prim, transformers }: mkDerivation { pname = "transformers-compat"; - version = "0.6.2"; - sha256 = "1gp4a8kvniwgm8947ghb4iwv4b7wd6ry4kvv4nfnym4agf5j41nw"; + version = "0.6.4"; + sha256 = "036f7qnzhxjbflypgggkd3v0gjpbcqbb1ryagyiknlrnsrav8zxd"; libraryHaskellDepends = [ base ghc-prim transformers ]; description = "A small compatibility shim for the transformers library"; license = stdenv.lib.licenses.bsd3; }) {}; - "transformers-compat_0_6_3" = callPackage - ({ mkDerivation, base, ghc-prim, transformers }: - mkDerivation { - pname = "transformers-compat"; - version = "0.6.3"; - sha256 = "08gpfib5s92rxq50y1in9zw2nbi2wm8k3xq7y6s0iahsn4vl5i5i"; - libraryHaskellDepends = [ base ghc-prim transformers ]; - description = "A small compatibility shim for the transformers library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - }) {}; - "transformers-compose" = callPackage ({ mkDerivation, base, transformers }: mkDerivation { @@ -231193,6 +231501,28 @@ self: { license = stdenv.lib.licenses.asl20; }) {}; + "tzdata_0_1_20190325_0" = callPackage + ({ mkDerivation, base, bytestring, containers, deepseq, HUnit + , test-framework, test-framework-hunit, test-framework-th, unix + , vector + }: + mkDerivation { + pname = "tzdata"; + version = "0.1.20190325.0"; + sha256 = "0vxisw10a414kh2rn0maj6zvcs8vi5kacfwxs0smjspvm513bkb2"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base bytestring containers deepseq vector + ]; + testHaskellDepends = [ + base bytestring HUnit test-framework test-framework-hunit + test-framework-th unix + ]; + description = "Time zone database (as files and as a module)"; + license = stdenv.lib.licenses.asl20; + hydraPlatforms = stdenv.lib.platforms.none; + }) {}; + "u2f" = callPackage ({ mkDerivation, aeson, asn1-encoding, asn1-types, base , base64-bytestring, binary, bytestring, cryptohash, cryptonite @@ -234001,8 +234331,8 @@ self: { pname = "urlencoded"; version = "0.4.2.0"; sha256 = "1i88qf5dq52ra7hl29ka1i0bhyfic3sg7ksm1n6bpb2hj38hr139"; - revision = "4"; - editedCabalFile = "0sq16qnc50hh4gyylm3vz1rdvx94ypmw08hsgjv30mcfzfsq6ch5"; + revision = "5"; + editedCabalFile = "1c9af5bzz5lkppqgd4bfynjxdqwps59n391fiw73nx3aq2nr7m0i"; libraryHaskellDepends = [ base mtl network network-uri split ]; testHaskellDepends = [ base network network-uri QuickCheck ]; description = "Generate or process x-www-urlencoded data"; @@ -235021,8 +235351,8 @@ self: { }: mkDerivation { pname = "vado"; - version = "0.0.10"; - sha256 = "04rdjhc1ny2xwmwvbf70bwjgyv5kzl8s83m79qr3i04vicax14gd"; + version = "0.0.11"; + sha256 = "1cx8qdzfg2wn6q6q3vhkh6lmwqfkyf8ypvbbv6kyjai1smb1qfac"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -240334,8 +240664,8 @@ self: { }: mkDerivation { pname = "webby"; - version = "0.1.0.1"; - sha256 = "0xscyd06zc4sjmhrf4l8cc9qmpw2vx2vydvlv0mw47hk660as67v"; + version = "0.1.0.2"; + sha256 = "1yndypl1x5pcxhc1mp2midbidbzvgvjy3s7h076lxpra1dvi6h7r"; libraryHaskellDepends = [ aeson base binary bytestring fast-logger formatting http-api-data http-types monad-logger protolude resourcet text unliftio @@ -240812,6 +241142,25 @@ self: { broken = true; }) {}; + "webshow" = callPackage + ({ mkDerivation, base, directory, file-embed, filepath, hscolour + , http-types, lucid, optparse-applicative, optparse-simple + , pretty-show, text, wai, warp + }: + mkDerivation { + pname = "webshow"; + version = "0.0.0"; + sha256 = "1a3ccj8q174n3b9l01a56jj9fnzyx0za9mzp97i7g0jsjwn9fxbs"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ + base directory file-embed filepath hscolour http-types lucid + optparse-applicative optparse-simple pretty-show text wai warp + ]; + description = "Show programming language printed values in a web UI"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "websnap" = callPackage ({ mkDerivation, base, filepath, gtk, webkit }: mkDerivation { @@ -245863,8 +246212,8 @@ self: { }: mkDerivation { pname = "yam"; - version = "0.5.14"; - sha256 = "1ynd1ak1zljmvfsviz1mkpngm56ifwklfinbsgwn7qqivc7kdhl7"; + version = "0.5.16"; + sha256 = "107wnnb8q47kl78gl92b6w6z6pvjqqwpisvwcw0xipmisk5d6nzv"; libraryHaskellDepends = [ aeson base base16-bytestring binary bytestring data-default fast-logger http-client http-types lens menshen monad-logger mtl @@ -245886,7 +246235,7 @@ self: { broken = true; }) {}; - "yam_0_5_16" = callPackage + "yam_0_5_17" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, binary, bytestring , data-default, fast-logger, hspec, http-client, http-types, lens , menshen, monad-logger, mtl, mwc-random, QuickCheck, reflection @@ -245896,8 +246245,8 @@ self: { }: mkDerivation { pname = "yam"; - version = "0.5.16"; - sha256 = "107wnnb8q47kl78gl92b6w6z6pvjqqwpisvwcw0xipmisk5d6nzv"; + version = "0.5.17"; + sha256 = "128h0j2v9jsr8hpk43hd75i62xasq3g40v0fk20yzp82avyirqzq"; libraryHaskellDepends = [ aeson base base16-bytestring binary bytestring data-default fast-logger http-client http-types lens menshen monad-logger mtl @@ -245964,8 +246313,8 @@ self: { }: mkDerivation { pname = "yam-datasource"; - version = "0.5.14"; - sha256 = "0yc1hrpqpvfvn5ldnnyrj7l49b9v20f24c5k8lcf70wh7bxmwx1i"; + version = "0.5.16"; + sha256 = "0361nlw1fy8kb7wmkksp42zfx7fd7vdjxwvmx5j8mac4mgwyarzq"; libraryHaskellDepends = [ base conduit persistent resource-pool resourcet unliftio-core yam ]; @@ -245975,14 +246324,14 @@ self: { broken = true; }) {}; - "yam-datasource_0_5_16" = callPackage + "yam-datasource_0_5_17" = callPackage ({ mkDerivation, base, conduit, persistent, resource-pool , resourcet, unliftio-core, yam }: mkDerivation { pname = "yam-datasource"; - version = "0.5.16"; - sha256 = "0361nlw1fy8kb7wmkksp42zfx7fd7vdjxwvmx5j8mac4mgwyarzq"; + version = "0.5.17"; + sha256 = "1ah2y614l0a3mkdrv6a4arbsy0a2wz7w7dwmkdf4rfl9zpm1lfsf"; libraryHaskellDepends = [ base conduit persistent resource-pool resourcet unliftio-core yam ]; @@ -247650,27 +247999,6 @@ self: { }) {}; "yesod-csp" = callPackage - ({ mkDerivation, attoparsec, base, case-insensitive, hspec - , mono-traversable, network-uri, semigroups, syb, template-haskell - , text, wai, yesod, yesod-core, yesod-test - }: - mkDerivation { - pname = "yesod-csp"; - version = "0.2.4.0"; - sha256 = "19cjmjg2byyswdcxa9llqarclzi6jslbd0yxxkn8l3kdgn2k2pg0"; - libraryHaskellDepends = [ - attoparsec base case-insensitive mono-traversable network-uri - semigroups syb template-haskell text wai yesod yesod-core - ]; - testHaskellDepends = [ - attoparsec base hspec network-uri semigroups template-haskell yesod - yesod-test - ]; - description = "Add CSP headers to Yesod apps"; - license = stdenv.lib.licenses.mit; - }) {}; - - "yesod-csp_0_2_5_0" = callPackage ({ mkDerivation, attoparsec, base, case-insensitive, hspec , mono-traversable, network-uri, semigroups, syb, template-haskell , text, wai, yesod, yesod-core, yesod-test @@ -247689,7 +248017,6 @@ self: { ]; description = "Add CSP headers to Yesod apps"; license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "yesod-datatables" = callPackage @@ -249564,6 +249891,28 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {inherit (pkgs) gmp; inherit (pkgs) yices;}; + "yiyd" = callPackage + ({ mkDerivation, base, bytestring, containers, hspec + , hspec-discover, mtl, optparse-applicative, random, yaml + }: + mkDerivation { + pname = "yiyd"; + version = "1.0.1"; + sha256 = "15rf8mgd938pdqn88cyc77wr8gs1siqz78g7f657wcq49sksypl0"; + isLibrary = false; + isExecutable = true; + enableSeparateDataOutput = true; + executableHaskellDepends = [ + base bytestring containers mtl optparse-applicative random yaml + ]; + testHaskellDepends = [ + base bytestring containers hspec mtl optparse-applicative random + yaml + ]; + testToolDepends = [ hspec-discover ]; + license = stdenv.lib.licenses.gpl3; + }) {}; + "yjftp" = callPackage ({ mkDerivation, base, directory, ftphs, haskeline, hsConfigure , mtl, process, unix