diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index b7497b154780..805ac5d26d4d 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "219207531a7a2e12e857b3ec55a7573f0a0f34d2", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/219207531a7a2e12e857b3ec55a7573f0a0f34d2.tar.gz", - "sha256": "146y45g6f1vvc3f8p1dq56y1fk1ls7v814iwa736k08ah6jfrq4f", - "msg": "Update from Hackage at 2022-07-31T09:12:37Z" + "commit": "e1e7c2b5ab650cdec3e0ceb103aaffb3e23ae2a8", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/e1e7c2b5ab650cdec3e0ceb103aaffb3e23ae2a8.tar.gz", + "sha256": "0znpxcl54lvy35bfdg1g322pzg7sp6kn9fdqv2ybgsd32hxck8y9", + "msg": "Update from Hackage at 2022-08-06T12:01:14Z" } diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 833c8eaba091..5295f121c817 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9521,8 +9521,8 @@ self: { }: mkDerivation { pname = "HSmarty"; - version = "0.4.1"; - sha256 = "1rfpghc9wl1b4zs5q2k4ndkvxhf6bc5qkm6vfvlfy64c79q96mq3"; + version = "0.4.2"; + sha256 = "1iflnnnpriv6mgbp60a7frxwxz1zpd3xmln59y8z23s2a4xxi8xc"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson attoparsec attoparsec-expr base bytestring filepath Glob HTTP @@ -25706,16 +25706,17 @@ self: { "aeson-match-qq" = callPackage ({ mkDerivation, aeson, aeson-qq, attoparsec, base, bytestring - , containers, either, haskell-src-meta, hspec, scientific - , template-haskell, text, unordered-containers, vector + , case-insensitive, containers, either, haskell-src-meta, hspec + , scientific, template-haskell, text, unordered-containers, vector }: mkDerivation { pname = "aeson-match-qq"; - version = "1.4.2"; - sha256 = "1dajffzyqcfnrjzmg05gw6kjcfjmn9p9fxfszdgnipx1isr6cn2l"; + version = "1.4.3"; + sha256 = "0zml908g96x6xqzpa5dv2p46y9rn8kfp10xw6954xabqlba8d0rv"; libraryHaskellDepends = [ - aeson attoparsec base bytestring containers either haskell-src-meta - scientific template-haskell text unordered-containers vector + aeson attoparsec base bytestring case-insensitive containers either + haskell-src-meta scientific template-haskell text + unordered-containers vector ]; testHaskellDepends = [ aeson aeson-qq base hspec unordered-containers @@ -42444,7 +42445,7 @@ self: { mainProgram = "binance-exports"; }) {}; - "binary_0_8_9_0" = callPackage + "binary_0_8_9_1" = callPackage ({ mkDerivation, array, attoparsec, base, base-orphans, bytestring , Cabal, cereal, containers, criterion, deepseq, directory , filepath, generic-deriving, HUnit, mtl, QuickCheck, random @@ -42453,8 +42454,8 @@ self: { }: mkDerivation { pname = "binary"; - version = "0.8.9.0"; - sha256 = "0nv1jpa4c982ic1pqi9nb7n1rsj1vwbi733yim3j3vh5pn45cv2v"; + version = "0.8.9.1"; + sha256 = "1h7bmrzipfkglh627dmwm7vqf7akkilmfz5qr85rpz1d8miwl8dc"; libraryHaskellDepends = [ array base bytestring containers ]; testHaskellDepends = [ array base base-orphans bytestring Cabal containers directory @@ -44805,21 +44806,21 @@ self: { }) {}; "bitcoin-scripting" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, cereal, containers - , haskoin-core, tasty, tasty-hunit, tasty-quickcheck, text - , transformers + ({ mkDerivation, attoparsec, base, bytes, bytestring, cereal + , containers, haskoin-core, tasty, tasty-hunit, tasty-quickcheck + , text, transformers, unordered-containers, vector }: mkDerivation { pname = "bitcoin-scripting"; - version = "0.2.0"; - sha256 = "00ml3vnfigymzn8qqzl241q1k0zc4gn9p5zv1339jqv5fz0dvg1b"; + version = "0.3.0"; + sha256 = "1iypj388zlly1i80vdwzz4zhcn2vajq5b3fbhaabc3348fhsibas"; libraryHaskellDepends = [ attoparsec base bytestring cereal containers haskoin-core text - transformers + transformers unordered-containers vector ]; testHaskellDepends = [ - base bytestring cereal haskoin-core tasty tasty-hunit - tasty-quickcheck text + base bytes bytestring cereal haskoin-core tasty tasty-hunit + tasty-quickcheck text unordered-containers ]; description = "Resources for working with miniscript, and script descriptors"; license = lib.licenses.bsd3; @@ -50530,6 +50531,28 @@ self: { license = lib.licenses.mit; }) {}; + "bytestring-tree-builder_0_2_7_10" = callPackage + ({ mkDerivation, base, base-prelude, bytestring, criterion, deepseq + , QuickCheck, quickcheck-instances, tasty, tasty-hunit + , tasty-quickcheck, text + }: + mkDerivation { + pname = "bytestring-tree-builder"; + version = "0.2.7.10"; + sha256 = "0g9npnp691v34yyfhsz95r8jahvnxdcadv0xl8amq36n9hi2la19"; + libraryHaskellDepends = [ base bytestring text ]; + testHaskellDepends = [ + base-prelude bytestring QuickCheck quickcheck-instances tasty + tasty-hunit tasty-quickcheck + ]; + benchmarkHaskellDepends = [ + base-prelude bytestring criterion deepseq + ]; + description = "A very efficient ByteString builder implementation based on the binary tree"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "bytestring-trie" = callPackage ({ mkDerivation, base, binary, bytestring, criterion, deepseq , QuickCheck, smallcheck, tasty, tasty-hunit, tasty-quickcheck @@ -53035,8 +53058,8 @@ self: { }: mkDerivation { pname = "calamity"; - version = "0.6.0.0"; - sha256 = "19m6nz9753hbm1ar6269qrlcxgf90j3x2lxqhq05qhssjg76hrxf"; + version = "0.7.0.1"; + sha256 = "16hk4c8yry3yrw2isjd2lamdadvfqm210cnpiyllp9lfgn24zdph"; libraryHaskellDepends = [ aeson aeson-optics async base bytestring calamity-commands colour concurrent-extra connection containers data-default-class @@ -56477,8 +56500,8 @@ self: { }: mkDerivation { pname = "chart-svg"; - version = "0.3.0"; - sha256 = "07k8r0njywbgb77mjzmsyfhmzv01spyjcdvlj6jd4h2fhjmqpmwb"; + version = "0.3.1"; + sha256 = "1gfz162afb9g0fh511a1m5wpxa4iv2fym5a85i3qrznnx62ahszv"; libraryHaskellDepends = [ adjunctions attoparsec base Color containers cubicbezier foldl formatn lucid mtl neat-interpolation numhask numhask-array @@ -58192,7 +58215,7 @@ self: { license = lib.licenses.bsd2; }) {}; - "citeproc_0_8" = callPackage + "citeproc_0_8_0_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring , case-insensitive, containers, data-default, Diff, directory , file-embed, filepath, mtl, pandoc-types, pretty, safe, scientific @@ -58201,10 +58224,8 @@ self: { }: mkDerivation { pname = "citeproc"; - version = "0.8"; - sha256 = "13f89nnx1g91cpnw1cp28nv33lrvp8swdkxlcbgvsfm38gs684qc"; - revision = "1"; - editedCabalFile = "1v8rb3k6wcx8995hs0zdd1gwvs42rb2ggpa526md5fjag0qxx5y2"; + version = "0.8.0.1"; + sha256 = "1dxzpyh6jkhm6pz0qiaf6zchldhibh24drcn75qh1yp0m6km5a37"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -59588,15 +59609,15 @@ self: { "cli-git" = callPackage ({ mkDerivation, base, cli-extras, containers, data-default - , exceptions, lens, logging-effect, megaparsec, mtl, text + , exceptions, lens, logging-effect, megaparsec, mtl, text, which }: mkDerivation { pname = "cli-git"; - version = "0.1.0.2"; - sha256 = "08gjhg2bc8i9i1clpxp5bzk4sp4izfbhjqmbmfmqqzv6ci0p5fxx"; + version = "0.2.0.0"; + sha256 = "0sv4ycc6n54419bcg0i6vh8l5a1370l0k1qg9n1nydb9wx5n7927"; libraryHaskellDepends = [ base cli-extras containers data-default exceptions lens - logging-effect megaparsec mtl text + logging-effect megaparsec mtl text which ]; description = "Bindings to the git command-line interface"; license = lib.licenses.bsd3; @@ -59606,15 +59627,15 @@ self: { "cli-nix" = callPackage ({ mkDerivation, base, cli-extras, data-default, exceptions, lens - , logging-effect, mtl, text + , logging-effect, mtl, text, which }: mkDerivation { pname = "cli-nix"; - version = "0.1.1.0"; - sha256 = "0fjdkpk1zfkv6s64077ihnspil06lm3xkg37y72lz0c39qfb8d26"; + version = "0.2.0.0"; + sha256 = "02350jvbgapxn14zx0knzyxmdlrq2yk460wiw9p8aq860f299bzh"; libraryHaskellDepends = [ base cli-extras data-default exceptions lens logging-effect mtl - text + text which ]; description = "Bindings to the nix command-line interface"; license = lib.licenses.bsd3; @@ -59815,6 +59836,30 @@ self: { mainProgram = "climb-demo"; }) {}; + "climb_0_4_0" = callPackage + ({ mkDerivation, base, bytestring, containers, exceptions + , linenoise, mtl, text, unliftio-core + }: + mkDerivation { + pname = "climb"; + version = "0.4.0"; + sha256 = "0b27hlr70vcm2mklbnrsxk306d684cgbig8qgczgfx7r432wghg1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring containers exceptions linenoise mtl text + unliftio-core + ]; + executableHaskellDepends = [ + base bytestring containers exceptions linenoise mtl text + unliftio-core + ]; + description = "Building blocks for a GHCi-like REPL with colon-commands"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "climb-demo"; + }) {}; + "clingo" = callPackage ({ mkDerivation, base, bifunctors, clingo, deepseq, exceptions , hashable, mtl, StateVar, text, transformers, wl-pprint-text @@ -63558,8 +63603,8 @@ self: { }: mkDerivation { pname = "composite-aeson"; - version = "0.8.0.0"; - sha256 = "0j74nz3ih5hyl8ljld9m9nd1zip9ibpm55bavgzpp2wknxsrkwzg"; + version = "0.8.1.0"; + sha256 = "1xpb2m929si22igssijbmacmc2s36h7mq59k0hqwb7i9bnwzzpg5"; libraryHaskellDepends = [ aeson aeson-better-errors base composite-base containers contravariant generic-deriving hashable lens mmorph mtl profunctors @@ -63595,8 +63640,8 @@ self: { ({ mkDerivation, base, composite-aeson, path }: mkDerivation { pname = "composite-aeson-path"; - version = "0.8.0.0"; - sha256 = "05n7kcgxgwc06ja3yhspmidi5i4a5j5xj8ivlkh7g5plm4crrvlp"; + version = "0.8.1.0"; + sha256 = "11f9xr2zfqj2bskr7yypxrd5qa64lzsbgdr6h3yy7ysr6cwpaqw7"; libraryHaskellDepends = [ base composite-aeson path ]; description = "Formatting data for the path library"; license = lib.licenses.bsd3; @@ -63610,8 +63655,8 @@ self: { }: mkDerivation { pname = "composite-aeson-refined"; - version = "0.8.0.0"; - sha256 = "109fd2y7c0jq620rdyghkk6f4ikx8ajxxw7zia6dq3zz5rkpqj16"; + version = "0.8.1.0"; + sha256 = "1w6dp10xxd391dhj1ghqnld27b36c86zjrry0r0xz1yn6bbxw97s"; libraryHaskellDepends = [ aeson-better-errors base composite-aeson mtl refined ]; @@ -63655,8 +63700,8 @@ self: { }: mkDerivation { pname = "composite-base"; - version = "0.8.0.0"; - sha256 = "1zl2jxgsa55zkzrji4cwfrf38ijm8qby66rk7wxl3nri69914d0i"; + version = "0.8.1.0"; + sha256 = "18sq4alpkwidgh6pd9yxnxrq8p11pfwxg84fsjzzxlxqcl50bpm8"; libraryHaskellDepends = [ base deepseq exceptions lens monad-control mtl profunctors template-haskell text transformers transformers-base unliftio-core @@ -63675,8 +63720,8 @@ self: { ({ mkDerivation, base, binary, composite-base }: mkDerivation { pname = "composite-binary"; - version = "0.8.0.0"; - sha256 = "1qq8jslsr58kpvrbhhv27x5vn564y8fiq9djdvlqri10012v1bbm"; + version = "0.8.1.0"; + sha256 = "1vhcv7jmh4ckf9837dpkzpjrh65alndgngxj15igxrwbsycl2wp9"; libraryHaskellDepends = [ base binary composite-base ]; description = "Orphan binary instances"; license = lib.licenses.bsd3; @@ -63726,8 +63771,8 @@ self: { }: mkDerivation { pname = "composite-ekg"; - version = "0.8.0.0"; - sha256 = "19cgfha3syvpphqlysn4gj7x9390glmxmkmn2nlp9z6arrmiiiyx"; + version = "0.8.1.0"; + sha256 = "17i8mi9i8x3d9idfy60picz5qjqhl2wszjdbm8cj5szjw94lmka5"; libraryHaskellDepends = [ base composite-base ekg-core lens text vinyl ]; @@ -63739,8 +63784,8 @@ self: { ({ mkDerivation, base, composite-base, hashable }: mkDerivation { pname = "composite-hashable"; - version = "0.8.0.0"; - sha256 = "12rb0iaxlx1hci14pa98maw0pjghrnirxfn5z1mrn139938wdha6"; + version = "0.8.1.0"; + sha256 = "0gz5bqyhwm863d6hxd67s6xbvk8shh2x7ggz1iyf48s16mr9i1w7"; libraryHaskellDepends = [ base composite-base hashable ]; description = "Orphan hashable instances"; license = lib.licenses.bsd3; @@ -63780,20 +63825,20 @@ self: { "composite-opaleye" = callPackage ({ mkDerivation, base, bytestring, composite-base, hspec, lens , opaleye, postgresql-simple, product-profunctors, profunctors - , QuickCheck, template-haskell, text, vinyl + , QuickCheck, split, template-haskell, text, vinyl }: mkDerivation { pname = "composite-opaleye"; - version = "0.8.0.0"; - sha256 = "1h0xa0x038mgpmp9chycgf9bm8w4zfnsdcfzb4zxjw1hyv8csl8s"; + version = "0.8.1.0"; + sha256 = "1i0algplj79vafqai57hywcar4j1gi3w9lnq4hv8dv37z0isc6f4"; libraryHaskellDepends = [ base bytestring composite-base lens opaleye postgresql-simple - product-profunctors profunctors template-haskell text vinyl + product-profunctors profunctors split template-haskell text vinyl ]; testHaskellDepends = [ base bytestring composite-base hspec lens opaleye postgresql-simple - product-profunctors profunctors QuickCheck template-haskell text - vinyl + product-profunctors profunctors QuickCheck split template-haskell + text vinyl ]; description = "Opaleye SQL for Vinyl records"; license = lib.licenses.bsd3; @@ -63806,8 +63851,8 @@ self: { }: mkDerivation { pname = "composite-swagger"; - version = "0.8.0.0"; - sha256 = "1ikq68bnfgxa003y0q3g512h40and5l0k4qm3yb7bpbinbip9123"; + version = "0.8.1.0"; + sha256 = "1229c3wpkmnwmkzgcxs7pc01dmszvipvlq7dc1h1lvgi2jj24pg8"; libraryHaskellDepends = [ base composite-base insert-ordered-containers lens swagger2 template-haskell text vinyl @@ -64874,6 +64919,42 @@ self: { license = lib.licenses.mit; }) {}; + "conduit-algorithms_0_0_13_0" = callPackage + ({ mkDerivation, async, base, bytestring, bzlib-conduit, conduit + , conduit-combinators, conduit-extra, conduit-zstd, containers + , criterion, deepseq, directory, exceptions, fingertree, HUnit + , lzma-conduit, monad-control, mtl, QuickCheck, resourcet, stm + , stm-conduit, streaming-commons, tasty, tasty-hunit + , tasty-quickcheck, tasty-th, transformers, unliftio-core, vector + }: + mkDerivation { + pname = "conduit-algorithms"; + version = "0.0.13.0"; + sha256 = "1i5jq66xylcnk3yhv2m6lhyqfdrwr94w8v67jzwlvja15jv7mj9v"; + libraryHaskellDepends = [ + async base bytestring bzlib-conduit conduit conduit-combinators + conduit-extra conduit-zstd containers deepseq exceptions fingertree + lzma-conduit monad-control mtl resourcet stm stm-conduit + streaming-commons transformers unliftio-core vector + ]; + testHaskellDepends = [ + async base bytestring bzlib-conduit conduit conduit-combinators + conduit-extra conduit-zstd containers deepseq directory exceptions + fingertree HUnit lzma-conduit monad-control mtl QuickCheck + resourcet stm stm-conduit streaming-commons tasty tasty-hunit + tasty-quickcheck tasty-th transformers unliftio-core vector + ]; + benchmarkHaskellDepends = [ + async base bytestring bzlib-conduit conduit conduit-combinators + conduit-extra conduit-zstd containers criterion deepseq exceptions + fingertree lzma-conduit monad-control mtl resourcet stm stm-conduit + streaming-commons transformers unliftio-core vector + ]; + description = "Conduit-based algorithms"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "conduit-audio" = callPackage ({ mkDerivation, base, conduit, vector }: mkDerivation { @@ -67917,7 +67998,7 @@ self: { license = lib.licenses.mit; }) {}; - "core-program_0_5_1_1" = callPackage + "core-program_0_5_2_0" = callPackage ({ mkDerivation, async, base, bytestring, core-data, core-text , directory, exceptions, filepath, fsnotify, hashable, hourglass , mtl, prettyprinter, safe-exceptions, stm, template-haskell @@ -67926,8 +68007,8 @@ self: { }: mkDerivation { pname = "core-program"; - version = "0.5.1.1"; - sha256 = "08hnal9lv92aigivfcz25rap64bl8zbpin1ln61irp0zw13sq6s8"; + version = "0.5.2.0"; + sha256 = "1yagjv69q49lchbp6qb51qb5s6pmszz522y0r645kmqp7chb9nqf"; libraryHaskellDepends = [ async base bytestring core-data core-text directory exceptions filepath fsnotify hashable hourglass mtl prettyprinter @@ -67943,16 +68024,16 @@ self: { ({ mkDerivation, async, base, bytestring, core-data, core-program , core-text, exceptions, http-streams, io-streams, mtl , network-info, random, safe-exceptions, scientific, stm - , template-haskell, text, unix, zlib + , template-haskell, text, time, unix, zlib }: mkDerivation { pname = "core-telemetry"; - version = "0.2.3.7"; - sha256 = "1pr0rvkbxn9sp496ax4s6464aac2q1aiqd618xnm80v07myyfic5"; + version = "0.2.5.0"; + sha256 = "1wl9ijgbn6qjivl2yv7y9brh80rfissxhzqj6564bl9lhncjqdyp"; libraryHaskellDepends = [ async base bytestring core-data core-program core-text exceptions http-streams io-streams mtl network-info random safe-exceptions - scientific stm template-haskell text unix zlib + scientific stm template-haskell text time unix zlib ]; description = "Advanced telemetry"; license = lib.licenses.mit; @@ -69584,6 +69665,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "criterion-measurement_0_1_4_0" = callPackage + ({ mkDerivation, aeson, base, base-compat, binary, containers + , deepseq, vector + }: + mkDerivation { + pname = "criterion-measurement"; + version = "0.1.4.0"; + sha256 = "01wrb38z16zjm85p5v1pj1qz4gijj0dl80pgzy5ggmzmfz8ibjrm"; + libraryHaskellDepends = [ + aeson base base-compat binary containers deepseq vector + ]; + description = "Criterion measurement functionality and associated types"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "criterion-plus" = callPackage ({ mkDerivation, base, criterion, deepseq, HTF, HUnit, loch-th , monad-control, mtl, optparse-applicative, placeholders @@ -73449,6 +73546,18 @@ self: { broken = true; }) {}; + "data-elevator" = callPackage + ({ mkDerivation, base, hspec }: + mkDerivation { + pname = "data-elevator"; + version = "0.1.0.0"; + sha256 = "1pv9z25fmqrjyh0zfbiy8wmcmhsr2r6x3hip8zgavaa7f5qb8n4y"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ base hspec ]; + description = "Coerce between unlifted boxed and lifted types"; + license = lib.licenses.mit; + }) {}; + "data-elf" = callPackage ({ mkDerivation, base, data-flags, data-serializer, data-sword }: mkDerivation { @@ -77742,8 +77851,8 @@ self: { }: mkDerivation { pname = "deriving-trans"; - version = "0.5.0.0"; - sha256 = "0gbrlq02pyrjlsnpb96y5rv9zvip33zfqv865hmjzyj3ig938i1r"; + version = "0.5.0.1"; + sha256 = "1d9mrld6c6hcjzw2rhss83zhlsjy9fddfhg55fdrwsajr87zsppl"; libraryHaskellDepends = [ base monad-control monad-control-identity mtl transformers transformers-base @@ -79194,8 +79303,8 @@ self: { }: mkDerivation { pname = "diagnose"; - version = "2.2.0"; - sha256 = "04l3d9inhs0zwsvszgynchs0mzz3bixx0xyk5z5jg03alvy6s4mg"; + version = "2.3.1"; + sha256 = "09xyhg735pdws5gck2893gh1rhcx1xirv0n3kchgll9q19wh533l"; libraryHaskellDepends = [ array base data-default dlist hashable prettyprinter prettyprinter-ansi-terminal text unordered-containers wcwidth @@ -84807,6 +84916,26 @@ self: { mainProgram = "dprox"; }) {}; + "dr-cabal" = callPackage + ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base + , bytestring, colourista, optparse-applicative, relude + }: + mkDerivation { + pname = "dr-cabal"; + version = "0.0.0.0"; + sha256 = "0mvl4y3gwjg67iwzx29bhzjdmvxrl65m4zfgiyi534a8k556a4jb"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson aeson-pretty ansi-terminal async base bytestring colourista + optparse-applicative relude + ]; + executableHaskellDepends = [ base relude ]; + description = "See README for more info"; + license = lib.licenses.mpl20; + mainProgram = "dr-cabal"; + }) {}; + "drClickOn" = callPackage ({ mkDerivation, base, containers }: mkDerivation { @@ -90182,6 +90311,28 @@ self: { license = lib.licenses.bsd3; }) {}; + "enummapset_0_7_0_0" = callPackage + ({ mkDerivation, aeson, array, base, containers, deepseq, ghc-prim + , HUnit, QuickCheck, semigroups, test-framework + , test-framework-hunit, test-framework-quickcheck2 + }: + mkDerivation { + pname = "enummapset"; + version = "0.7.0.0"; + sha256 = "194x78axmihq9r83w8dj4z0299aa63zkkbq82f7ybgr2ckgvqcd5"; + libraryHaskellDepends = [ + aeson base containers deepseq semigroups + ]; + testHaskellDepends = [ + aeson array base containers deepseq ghc-prim HUnit QuickCheck + semigroups test-framework test-framework-hunit + test-framework-quickcheck2 + ]; + description = "IntMap and IntSet with Enum keys/elements"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "enummapset-th" = callPackage ({ mkDerivation, base, containers, deepseq, template-haskell }: mkDerivation { @@ -91363,6 +91514,35 @@ self: { license = lib.licenses.bsd3; }) {}; + "esqueleto_3_5_6_1" = callPackage + ({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring + , conduit, containers, exceptions, hspec, hspec-core, monad-logger + , mtl, mysql, mysql-simple, persistent, persistent-mysql + , persistent-postgresql, persistent-sqlite, postgresql-simple + , QuickCheck, resourcet, tagged, template-haskell, text, time + , transformers, unliftio, unordered-containers + }: + mkDerivation { + pname = "esqueleto"; + version = "3.5.6.1"; + sha256 = "1cb8hnv3i75db46dgi2a960zq715py2jq9w3x31q8d3avfkgds2i"; + libraryHaskellDepends = [ + aeson attoparsec base blaze-html bytestring conduit containers + monad-logger persistent resourcet tagged template-haskell text time + transformers unliftio unordered-containers + ]; + testHaskellDepends = [ + aeson attoparsec base blaze-html bytestring conduit containers + exceptions hspec hspec-core monad-logger mtl mysql mysql-simple + persistent persistent-mysql persistent-postgresql persistent-sqlite + postgresql-simple QuickCheck resourcet tagged template-haskell text + time transformers unliftio unordered-containers + ]; + description = "Type-safe EDSL for SQL queries on persistent backends"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "esqueleto-pgcrypto" = callPackage ({ mkDerivation, base, esqueleto, hspec, monad-logger, persistent , persistent-postgresql, QuickCheck, text, transformers, unliftio @@ -97138,6 +97318,19 @@ self: { broken = true; }) {}; + "file-io" = callPackage + ({ mkDerivation, base, bytestring, filepath, unix }: + mkDerivation { + pname = "file-io"; + version = "0.1.0.0"; + sha256 = "04h83zz3pgkd7q4p51rndc2wr3a2rk18y9mxahzsvd6hq8jp77gs"; + revision = "1"; + editedCabalFile = "0ahdk69vvydsjlmk9363jkcs9zy589m0sxpn1bqxysvm29lac9gs"; + libraryHaskellDepends = [ base bytestring filepath unix ]; + description = "Basic file IO operations via 'OsPath'"; + license = lib.licenses.bsd3; + }) {}; + "file-location" = callPackage ({ mkDerivation, base, containers, HUnit, lifted-base, process , template-haskell, th-orphans, transformers @@ -100992,7 +101185,7 @@ self: { mainProgram = "fortran-src"; }) {}; - "fortran-src_0_10_0" = callPackage + "fortran-src_0_10_1" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, either, fgl, filepath, GenericPretty, happy , hspec, hspec-discover, mtl, pretty, QuickCheck, temporary, text @@ -101000,8 +101193,8 @@ self: { }: mkDerivation { pname = "fortran-src"; - version = "0.10.0"; - sha256 = "0a57blj53g4mgska5xfr48072933hg6c7wfk0ag69x2cdafx24nn"; + version = "0.10.1"; + sha256 = "0fd63lxwqy2y4axadbm7275w9pig0gf9imp60cpw3206qighwf6s"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -101283,7 +101476,7 @@ self: { mainProgram = "fourmolu"; }) {}; - "fourmolu_0_7_0_1" = callPackage + "fourmolu_0_8_0_0" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, bytestring , Cabal, containers, Diff, directory, dlist, exceptions, filepath , ghc-lib-parser, gitrev, hspec, hspec-discover, hspec-megaparsec @@ -101293,8 +101486,8 @@ self: { }: mkDerivation { pname = "fourmolu"; - version = "0.7.0.1"; - sha256 = "016lklwcvw6vgpkmv23gfhn31w462w8jd2gl9fy03n9gp8y771ga"; + version = "0.8.0.0"; + sha256 = "0s89pbmmij2gd2wr0l4alg9rnxdsz9jp4brxi9rkkin6bqjqmix1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -103136,8 +103329,8 @@ self: { }: mkDerivation { pname = "fudgets"; - version = "0.18.3.1"; - sha256 = "1jwqj0l51d4an2gimrfy9ziy7221ng3lv7s17gg0pn6xbjwg37h9"; + version = "0.18.3.2"; + sha256 = "0x8xw9n28fg1m207dfhwmy0cqhda3iayhifqxg4zd2zx7ngs3r0i"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -104029,8 +104222,8 @@ self: { }: mkDerivation { pname = "futhark"; - version = "0.21.14"; - sha256 = "1dmskhf6w2mkrp6vjvy9blky615l000yj9vm63dj8mnm98fjs6qw"; + version = "0.21.15"; + sha256 = "02a3hhbbix1kk3dd6l0nq70b04415q2xjnbb2vfphayq8sj5v5b4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -108389,8 +108582,8 @@ self: { ({ mkDerivation, base, ghc, hashable, inspection-testing }: mkDerivation { pname = "ghc-justdoit"; - version = "0.1.0.1"; - sha256 = "1f52cq2c886djr59xmwdaby7diba7j687s20d48sxirvrk95wcmb"; + version = "0.1.0.2"; + sha256 = "0qcpj4yyqsh69pk7lw213y3n86b364idbfmdyjm470llmgbl3l2m"; libraryHaskellDepends = [ base ghc hashable ]; testHaskellDepends = [ base inspection-testing ]; description = "A magic typeclass that just does it"; @@ -109020,6 +109213,21 @@ self: { broken = true; }) {}; + "ghc-stdin" = callPackage + ({ mkDerivation, base, bytestring, ghc, ghc-paths, process + , temporary + }: + mkDerivation { + pname = "ghc-stdin"; + version = "0.1.1.1"; + sha256 = "1wnzfwwg4hrgi2amdnxv24ycl8da0fm4idwi17ms8q0qmx19c1pz"; + libraryHaskellDepends = [ + base bytestring ghc ghc-paths process temporary + ]; + description = "Compile source code from the standard input"; + license = lib.licenses.bsd3; + }) {}; + "ghc-syb" = callPackage ({ mkDerivation, base, ghc }: mkDerivation { @@ -126158,8 +126366,8 @@ self: { pname = "haskeline"; version = "0.8.2"; sha256 = "1pr7zik1138cj0463867i1qqb2bgsq716mryap18jx7zb9f1b7gc"; - revision = "1"; - editedCabalFile = "0p78p32xlmjdksdyansw6gxxhiz58fqqdcjh1gfw0mlafxyj5gf3"; + revision = "2"; + editedCabalFile = "0ylww688l5nfgjw4z5clvr3pmm65axbsq06fg8rpbd2iqzsaz01s"; configureFlags = [ "-fterminfo" ]; isLibrary = true; isExecutable = true; @@ -130450,8 +130658,8 @@ self: { }: mkDerivation { pname = "hasql-interpolate"; - version = "0.1.0.2"; - sha256 = "1snayn9g5xa9q4c38p8s0ir6ij32js17b02qsacif6v080hqw94b"; + version = "0.1.0.3"; + sha256 = "1532bs4d04fh0mhdn2dwgyl94x9pgbnh4xmq403pmx3785m60rva"; libraryHaskellDepends = [ aeson array base bytestring containers haskell-src-meta hasql megaparsec mtl scientific template-haskell text time transformers @@ -130504,6 +130712,27 @@ self: { mainProgram = "hasql-notifications"; }) {}; + "hasql-notifications_0_2_0_2" = callPackage + ({ mkDerivation, base, bytestring, hasql, hasql-pool, hspec + , postgresql-libpq, QuickCheck, text + }: + mkDerivation { + pname = "hasql-notifications"; + version = "0.2.0.2"; + sha256 = "1i5hry75qyrm73yrfg6ci2f21fa41fwv3q99kfj4cdbk8pkp8fdj"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring hasql hasql-pool postgresql-libpq text + ]; + executableHaskellDepends = [ base hasql ]; + testHaskellDepends = [ base bytestring hasql hspec QuickCheck ]; + description = "LISTEN/NOTIFY support for Hasql"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "hasql-notifications"; + }) {}; + "hasql-optparse-applicative" = callPackage ({ mkDerivation, base-prelude, hasql, hasql-pool , optparse-applicative @@ -131930,6 +132159,17 @@ self: { broken = true; }) {}; + "hcdt" = callPackage + ({ mkDerivation, base, containers, indexed-traversable }: + mkDerivation { + pname = "hcdt"; + version = "0.1.0.3"; + sha256 = "0km3qh4h0iy1x09qvi112y8jj2vqln6yraqyqd1yls3xn0q1ga25"; + libraryHaskellDepends = [ base containers indexed-traversable ]; + description = "2d Delaunay triangulation"; + license = lib.licenses.bsd3; + }) {}; + "hcg-minus" = callPackage ({ mkDerivation, base, colour, random }: mkDerivation { @@ -143365,8 +143605,8 @@ self: { }: mkDerivation { pname = "hpqtypes-extras"; - version = "1.16.0.0"; - sha256 = "1yjxgb0kyq5v5dhqxmqv9cihz9ivclx9rcwwdj85k68qcjwwkh0v"; + version = "1.16.1.0"; + sha256 = "1kl9miwarrr69h2b3mmx65ypbfflhhw117k42d9k6jrxbibj7fqq"; libraryHaskellDepends = [ base base16-bytestring bytestring containers cryptohash exceptions extra hpqtypes log-base mtl text text-show @@ -147808,14 +148048,14 @@ self: { license = lib.licenses.mit; }) {}; - "hspec_2_10_0" = callPackage + "hspec_2_10_0_1" = callPackage ({ mkDerivation, base, hspec-core, hspec-discover , hspec-expectations, QuickCheck }: mkDerivation { pname = "hspec"; - version = "2.10.0"; - sha256 = "1l440vdlm7q8rzjz0kqw688l159qiplfgsvhz81snqgn1ja5wk4m"; + version = "2.10.0.1"; + sha256 = "0in22h0k4f0c6d55zbdsypf0a546f4mafifxmk019cxnj4i5rx8q"; libraryHaskellDepends = [ base hspec-core hspec-discover hspec-expectations QuickCheck ]; @@ -147939,7 +148179,7 @@ self: { license = lib.licenses.mit; }) {}; - "hspec-core_2_10_0" = callPackage + "hspec-core_2_10_0_1" = callPackage ({ mkDerivation, ansi-terminal, array, base, base-orphans , call-stack, clock, deepseq, directory, filepath, ghc, ghc-boot-th , hspec-expectations, hspec-meta, HUnit, process, QuickCheck @@ -147948,8 +148188,8 @@ self: { }: mkDerivation { pname = "hspec-core"; - version = "2.10.0"; - sha256 = "1hkr0npvysqby6qy0fnsq1dv1svp42jgn1isd2b6nn4l6a29k95g"; + version = "2.10.0.1"; + sha256 = "0g59jlkds28q9vb4fw7wc7cdwa7rl4anhk6gaz411j8ra3j1cjql"; libraryHaskellDepends = [ ansi-terminal array base call-stack clock deepseq directory filepath ghc ghc-boot-th hspec-expectations HUnit QuickCheck @@ -148030,14 +148270,14 @@ self: { maintainers = [ lib.maintainers.maralorn ]; }) {}; - "hspec-discover_2_10_0" = callPackage + "hspec-discover_2_10_0_1" = callPackage ({ mkDerivation, base, directory, filepath, hspec-meta, mockery , QuickCheck }: mkDerivation { pname = "hspec-discover"; - version = "2.10.0"; - sha256 = "0r3zi40g5y85z8n3n2wyiicv5gsp9isjx4gap0m400nxr8cqgmxm"; + version = "2.10.0.1"; + sha256 = "1z27h094qyiqnlqsp5ppfd6v9yshhnz4ry7x7zvkyjfmx3xxwm9z"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base directory filepath ]; @@ -150584,6 +150824,36 @@ self: { license = lib.licenses.mit; }) {}; + "http-client_0_7_13_1" = callPackage + ({ mkDerivation, array, async, base, base64-bytestring + , blaze-builder, bytestring, case-insensitive, containers, cookie + , deepseq, directory, exceptions, filepath, ghc-prim, hspec + , hspec-discover, http-types, iproute, mime-types, monad-control + , network, network-uri, random, stm, streaming-commons, text, time + , transformers, zlib + }: + mkDerivation { + pname = "http-client"; + version = "0.7.13.1"; + sha256 = "09qfmakjk285jz2rnb53c1m9c764fg8vngfq43ipga1g72h8d3n9"; + libraryHaskellDepends = [ + array async base base64-bytestring blaze-builder bytestring + case-insensitive containers cookie deepseq exceptions filepath + ghc-prim http-types iproute mime-types network network-uri random + stm streaming-commons text time transformers + ]; + testHaskellDepends = [ + async base blaze-builder bytestring case-insensitive containers + cookie deepseq directory hspec http-types monad-control network + network-uri streaming-commons text time transformers zlib + ]; + testToolDepends = [ hspec-discover ]; + doCheck = false; + description = "An HTTP client engine"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "http-client-auth" = callPackage ({ mkDerivation, base, base64-string, blaze-builder, bytestring , case-insensitive, conduit, crypto-conduit, http-client @@ -151169,6 +151439,8 @@ self: { pname = "http-link-header"; version = "1.2.1"; sha256 = "15pcav5k7j4pvqwkyyrqgcm7yxqippx4yiprsg9fpml4kywcr2ca"; + revision = "1"; + editedCabalFile = "13r2gkvn0v1077xhpinlqfbq8hdpgasm5p895mxi72mqlwnqcrc6"; libraryHaskellDepends = [ attoparsec base bytestring errors http-api-data network-uri text ]; @@ -151180,7 +151452,7 @@ self: { attoparsec base bytestring criterion directory errors http-api-data network-uri text transformers ]; - description = "A parser and writer for the HTTP Link header per RFC 5988"; + description = "HTTP Link header parser/writer"; license = lib.licenses.publicDomain; }) {}; @@ -152446,27 +152718,28 @@ self: { "hurl" = callPackage ({ mkDerivation, async, base, base64-bytestring, bytestring - , containers, directory, filepath, HsOpenSSL, http-client - , http-client-openssl, http-types, io-streams, network-uri - , openssl-streams, process, regex, regex-tdfa, text, time + , connection, containers, cookie, data-default-class, directory + , filepath, http-client, http-client-tls, http-types, network-uri + , process, publicsuffixlist, regex, regex-tdfa, text, time, tls , xml-conduit, zlib }: mkDerivation { pname = "hurl"; - version = "2.1.1.0"; - sha256 = "0hlkqgbk8siycz055lqn01qgn8npgqyq59br2yvpbk4rz7jzjmfa"; + version = "2.2.0.0"; + sha256 = "1dpmy6j8alg55x5s6rapc3cbmf2v23dwbx1hv3k6jsxz2zp3w7gp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - async base base64-bytestring bytestring containers directory - filepath HsOpenSSL http-client http-client-openssl http-types - io-streams network-uri openssl-streams process regex regex-tdfa - text time xml-conduit zlib + async base base64-bytestring bytestring connection containers + cookie data-default-class directory filepath http-client + http-client-tls http-types network-uri process publicsuffixlist + regex regex-tdfa text time tls xml-conduit zlib + ]; + executableHaskellDepends = [ + base bytestring directory network-uri ]; - executableHaskellDepends = [ base directory network-uri ]; description = "Haskell URL resolver"; license = lib.licenses.gpl3Only; - mainProgram = "hurl"; }) {}; "hurriyet" = callPackage @@ -159623,8 +159896,8 @@ self: { }: mkDerivation { pname = "interval-patterns"; - version = "0.4.0.0"; - sha256 = "1gdimpx8yxx773zcdlnh8m9g39ic0fzya7fv3xxx0c3ylvdsfhbw"; + version = "0.5.0.0"; + sha256 = "1ayvhjg7a8z7wp1pqsf4wcvxj5y3izsxz3b53q57dsvrlsc9i0kg"; libraryHaskellDepends = [ base containers groups lattices relude semirings time time-compat ]; @@ -168096,8 +168369,8 @@ self: { }: mkDerivation { pname = "koji-tool"; - version = "0.9.2"; - sha256 = "0fl3cgdw2b1mhc07zbh6k4b20ck0pgk8r678ywvi45asr331y2r6"; + version = "0.9.3"; + sha256 = "0bs2m60c5zm8q29wq2qp5syra46fgzcpshhh2n69ch0rr428rakg"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -188919,6 +189192,8 @@ self: { pname = "mmark-ext"; version = "0.2.1.5"; sha256 = "1dy3xnzpbbnp03k3r04q8y10pcj2r708dk8bff0pxzkvypm75g88"; + revision = "1"; + editedCabalFile = "1bfsbcxz0bvnhjcrismzkpaza8qn8g7hwswdb0gzyqj1hv6yv1nx"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base foldl ghc-syntax-highlighter lucid microlens mmark modern-uri @@ -193234,6 +193509,19 @@ self: { mainProgram = "mplayer-spot"; }) {}; + "mpolynomials" = callPackage + ({ mkDerivation, base, containers, extra, numeric-prelude, text }: + mkDerivation { + pname = "mpolynomials"; + version = "0.1.0.0"; + sha256 = "0p2x8hr5yydqnm5znh7ghfyis5s4vapk10q8qs76il7vb68np352"; + libraryHaskellDepends = [ + base containers extra numeric-prelude text + ]; + description = "Simple multivariate polynomials"; + license = lib.licenses.gpl3Only; + }) {}; + "mpppc" = callPackage ({ mkDerivation, ansi-terminal, base, bytestring, split, text }: mkDerivation { @@ -200931,20 +201219,21 @@ self: { , cli-git, cli-nix, containers, cryptonite, data-default, directory , either, exceptions, extra, filepath, github, here, lens , logging-effect, megaparsec, memory, modern-uri, monad-logger, mtl - , optparse-applicative, temporary, text, time, unix, which, yaml + , optparse-applicative, process, template-haskell, temporary, text + , time, unix, which, yaml }: mkDerivation { pname = "nix-thunk"; - version = "0.4.0.0"; - sha256 = "06l897sl59pq5qvqwic2w57cd9s5b9iimzlx4l6d9krwsqzqipy7"; + version = "0.5.0.0"; + sha256 = "06pn43ckxh0792if41q7prdg8705gcvplrf1f02i5ix3hddwq2l1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson aeson-pretty base bytestring cli-extras cli-git cli-nix containers cryptonite data-default directory either exceptions extra filepath github here lens logging-effect megaparsec memory - modern-uri monad-logger mtl optparse-applicative temporary text - time unix which yaml + modern-uri monad-logger mtl optparse-applicative process + template-haskell temporary text time unix which yaml ]; executableHaskellDepends = [ base cli-extras optparse-applicative text @@ -204986,6 +205275,36 @@ self: { license = lib.licenses.bsd3; }) {}; + "opaleye_0_9_3_3" = callPackage + ({ mkDerivation, aeson, base, base16-bytestring, bytestring + , case-insensitive, containers, contravariant, dotenv, hspec + , hspec-discover, multiset, postgresql-simple, pretty + , product-profunctors, profunctors, QuickCheck, scientific + , semigroups, text, time, time-compat, time-locale-compat + , transformers, uuid, void + }: + mkDerivation { + pname = "opaleye"; + version = "0.9.3.3"; + sha256 = "19q81zbp2gd1alsm891i2xh7vd985paa5b04pm0bhrafajx7k4na"; + libraryHaskellDepends = [ + aeson base base16-bytestring bytestring case-insensitive + contravariant postgresql-simple pretty product-profunctors + profunctors scientific semigroups text time-compat + time-locale-compat transformers uuid void + ]; + testHaskellDepends = [ + aeson base bytestring containers contravariant dotenv hspec + hspec-discover multiset postgresql-simple product-profunctors + profunctors QuickCheck semigroups text time time-compat + transformers uuid + ]; + testToolDepends = [ hspec-discover ]; + description = "An SQL-generating DSL targeting PostgreSQL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "opaleye-classy" = callPackage ({ mkDerivation, base, bytestring, lens, mtl, opaleye , postgresql-simple, product-profunctors, transformers @@ -205286,8 +205605,8 @@ self: { }: mkDerivation { pname = "openai-servant"; - version = "0.2.2.0"; - sha256 = "1h9g7sak3142hlw83dlb8h5q5fkdgy6rz81syidq0cvg8hzx9bzq"; + version = "0.2.3.0"; + sha256 = "19029qqbdvs5a9a41cncff3fmy4s02654bxjjw9kc84z5cp67s7i"; libraryHaskellDepends = [ aeson base bytestring casing servant servant-multipart-api text time vector @@ -207703,7 +208022,7 @@ self: { mainProgram = "ormolu"; }) {}; - "ormolu_0_5_0_0" = callPackage + "ormolu_0_5_0_1" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, bytestring , Cabal, containers, Diff, directory, dlist, exceptions, filepath , ghc-lib-parser, gitrev, hspec, hspec-discover, hspec-megaparsec @@ -207713,8 +208032,8 @@ self: { }: mkDerivation { pname = "ormolu"; - version = "0.5.0.0"; - sha256 = "1qfhn2vfg9rbddr93kc14dq40j38pas169cizrrdm507z6hnyc1w"; + version = "0.5.0.1"; + sha256 = "1rnf4x352k856avfllk4rc9v0wwkydr030cmp7j29p0y9cwf5pkg"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -208954,28 +209273,28 @@ self: { maintainers = [ lib.maintainers.peti ]; }) {}; - "pandoc_2_18" = callPackage + "pandoc_2_19" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base , base64-bytestring, binary, blaze-html, blaze-markup, bytestring , case-insensitive, citeproc, commonmark, commonmark-extensions , commonmark-pandoc, connection, containers, data-default, deepseq , Diff, directory, doclayout, doctemplates, emojis, exceptions - , file-embed, filepath, Glob, haddock-library, hslua - , hslua-module-doclayout, hslua-module-path, hslua-module-system - , hslua-module-text, hslua-module-version, http-client - , http-client-tls, http-types, ipynb, jira-wiki-markup, JuicyPixels - , lpeg, mtl, network, network-uri, pandoc-lua-marshal, pandoc-types - , parsec, pretty, pretty-show, process, random, safe, scientific - , SHA, skylighting, skylighting-core, split, syb, tagsoup, tasty - , tasty-bench, tasty-golden, tasty-hunit, tasty-lua + , file-embed, filepath, Glob, gridtables, haddock-library, hslua + , hslua-aeson, hslua-module-doclayout, hslua-module-path + , hslua-module-system, hslua-module-text, hslua-module-version + , http-client, http-client-tls, http-types, ipynb, jira-wiki-markup + , JuicyPixels, lpeg, mtl, network, network-uri, pandoc-lua-marshal + , pandoc-types, parsec, pretty, pretty-show, process, random, safe + , scientific, SHA, skylighting, skylighting-core, split, syb + , tagsoup, tasty, tasty-bench, tasty-golden, tasty-hunit, tasty-lua , tasty-quickcheck, temporary, texmath, text, text-conversions , time, unicode-collation, unicode-transforms, unix, xml , xml-conduit, xml-types, yaml, zip-archive, zlib }: mkDerivation { pname = "pandoc"; - version = "2.18"; - sha256 = "02g6da49g60b5v7aj8w82n9yfks37bcaa6ni75hcbvbn3mw59lyl"; + version = "2.19"; + sha256 = "1gqw2bl23v60p491ml7n76pj04f7ggannswrakmqs5afidr16p22"; configureFlags = [ "-f-trypandoc" ]; isLibrary = true; isExecutable = true; @@ -208985,15 +209304,16 @@ self: { blaze-html blaze-markup bytestring case-insensitive citeproc commonmark commonmark-extensions commonmark-pandoc connection containers data-default deepseq directory doclayout doctemplates - emojis exceptions file-embed filepath Glob haddock-library hslua - hslua-module-doclayout hslua-module-path hslua-module-system - hslua-module-text hslua-module-version http-client http-client-tls - http-types ipynb jira-wiki-markup JuicyPixels lpeg mtl network - network-uri pandoc-lua-marshal pandoc-types parsec pretty - pretty-show process random safe scientific SHA skylighting - skylighting-core split syb tagsoup temporary texmath text - text-conversions time unicode-collation unicode-transforms unix xml - xml-conduit xml-types yaml zip-archive zlib + emojis exceptions file-embed filepath Glob gridtables + haddock-library hslua hslua-aeson hslua-module-doclayout + hslua-module-path hslua-module-system hslua-module-text + hslua-module-version http-client http-client-tls http-types ipynb + jira-wiki-markup JuicyPixels lpeg mtl network network-uri + pandoc-lua-marshal pandoc-types parsec pretty pretty-show process + random safe scientific SHA skylighting skylighting-core split syb + tagsoup temporary texmath text text-conversions time + unicode-collation unicode-transforms unix xml xml-conduit xml-types + yaml zip-archive zlib ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -211417,28 +211737,24 @@ self: { "parsley-core" = callPackage ({ mkDerivation, array, base, bytestring, containers, cpphs - , deepseq, dependent-map, dependent-sum, gauge, ghc-prim, hashable - , mtl, pretty-terminal, QuickCheck, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, text, th-test-utils - , unordered-containers + , deepseq, dependent-map, dependent-sum, ghc-prim, hashable, mtl + , pretty-terminal, rangeset, tasty, tasty-hunit, tasty-quickcheck + , template-haskell, text, th-test-utils, unordered-containers }: mkDerivation { pname = "parsley-core"; - version = "2.1.0.1"; - sha256 = "0nagpms1d8cxng4pswrcncn8dacyhc91v3gbg93xn9mw2h2gapfx"; + version = "2.2.0.0"; + sha256 = "0xkrlplvi97im634v2877capdnp9bl3ynqcxvr707j1s3z3636nq"; libraryHaskellDepends = [ array base bytestring containers dependent-map dependent-sum - ghc-prim hashable mtl pretty-terminal template-haskell text - unordered-containers + ghc-prim hashable mtl pretty-terminal rangeset template-haskell + text unordered-containers ]; libraryToolDepends = [ cpphs ]; testHaskellDepends = [ base containers deepseq tasty tasty-hunit tasty-quickcheck template-haskell th-test-utils ]; - benchmarkHaskellDepends = [ - base containers deepseq gauge QuickCheck - ]; description = "A fast parser combinator library backed by Typed Template Haskell"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -219567,8 +219883,8 @@ self: { }: mkDerivation { pname = "pointfree"; - version = "1.1.1.8"; - sha256 = "0jfl6sp0kv2fdjdhzn85j3hb7a83w9g64girs67v6j53yljqx8vz"; + version = "1.1.1.9"; + sha256 = "1h6s4cjnj20rsvjcq6xvzyxfb156l4kmca7dcfm6bqkadpp2ia1w"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -225637,14 +225953,14 @@ self: { license = lib.licenses.mit; }) {}; - "process_1_6_14_0" = callPackage + "process_1_6_15_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, filepath , unix }: mkDerivation { pname = "process"; - version = "1.6.14.0"; - sha256 = "0gaakzpd3r9ncp2wfqlc3dpwfn379d1hm2ymv9p09yb72fffilw9"; + version = "1.6.15.0"; + sha256 = "1azpl6qhi3ym4s2i1vh6z9kydpb9vgg76x803an9760jsdn1pcs4"; libraryHaskellDepends = [ base deepseq directory filepath unix ]; testHaskellDepends = [ base bytestring directory ]; description = "Process libraries"; @@ -229535,8 +229851,8 @@ self: { }: mkDerivation { pname = "qhull"; - version = "0.1.0.1"; - sha256 = "0r34w9v73zly7kz4ib70m2kpm16k1ngcx36ccfzz1agqjkbcva5l"; + version = "0.1.0.3"; + sha256 = "06kvm3sjq0xc0na4ny6plyb4bj3ph3m9bfl2bk1qz0y2ychnn3d6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -232641,6 +232957,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "rangeset" = callPackage + ({ mkDerivation, array, base, containers, cpphs, deepseq, gauge + , QuickCheck, selective, tasty, tasty-hunit, tasty-quickcheck + }: + mkDerivation { + pname = "rangeset"; + version = "0.0.1.0"; + sha256 = "0pq5m8gq75v1a0rmknmb6f5yz9j5zckfpwm5czx6qqanp5minz9j"; + libraryHaskellDepends = [ base ]; + libraryToolDepends = [ cpphs ]; + testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; + benchmarkHaskellDepends = [ + array base containers deepseq gauge QuickCheck selective + ]; + description = "Efficient sets for semi-contiguous data"; + license = lib.licenses.bsd3; + }) {}; + "rank-product" = callPackage ({ mkDerivation, base, bytestring, cassava, containers, lens , optparse-generic, random-fu, text, vector @@ -245524,7 +245858,7 @@ self: { license = lib.licenses.mit; }) {}; - "sbp_4_5_0" = callPackage + "sbp_4_6_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base , base64-bytestring, basic-prelude, binary, binary-conduit , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 @@ -245533,8 +245867,8 @@ self: { }: mkDerivation { pname = "sbp"; - version = "4.5.0"; - sha256 = "1yw6ak55j5zwc7wa3fspwdcmgxn6hy0lha42r6slr82gam9pcih3"; + version = "4.6.0"; + sha256 = "1wa55dxmvkr410zimil143ljhxzgwqnbh53ysg6wy6a7qavv5dsd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -251772,8 +252106,8 @@ self: { ({ mkDerivation, base, Cabal, directory, exceptions, filepath }: mkDerivation { pname = "servant-serf"; - version = "0.3.0.1"; - sha256 = "0qa7ycz9nr214fdhkfvpfwhznshwbxn42mh90a4f8ddlqvbj3is2"; + version = "0.3.1.1"; + sha256 = "1092b8xsdkqmaii0dxyn0dshj01crilmnp83qczxvy426dik4zww"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -252932,8 +253266,8 @@ self: { pname = "set-cover"; version = "0.1.1"; sha256 = "04jjcmjll0azz24rx91p0dp5b8ya5jc0qacr21764ri1dbkfflgw"; - revision = "1"; - editedCabalFile = "0x5hn43xcfsygjc048mvzk6g8dx51pr5csvvqr6pns8jmz5awkf8"; + revision = "2"; + editedCabalFile = "05kisz47xka696fwszlxkvna2zv5qczaww8mpmn1g66sdppa5kzg"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -255857,6 +256191,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "simple-cmd-args_0_1_8" = callPackage + ({ mkDerivation, base, optparse-applicative }: + mkDerivation { + pname = "simple-cmd-args"; + version = "0.1.8"; + sha256 = "13jaxivmcxjrv4cv7d7s7yv4jxy6rpig7qy8va8ynifnxframvyj"; + libraryHaskellDepends = [ base optparse-applicative ]; + description = "Simple command args parsing and execution"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "simple-conduit" = callPackage ({ mkDerivation, base, bifunctors, bytestring, CC-delcont , chunked-data, conduit, conduit-combinators, conduit-extra @@ -266547,14 +266893,12 @@ self: { license = lib.licenses.bsd3; }) {}; - "stm_2_5_0_2" = callPackage + "stm_2_5_1_0" = callPackage ({ mkDerivation, array, base }: mkDerivation { pname = "stm"; - version = "2.5.0.2"; - sha256 = "1x5kj5jn6c3jc5asipiai9zp6fzkqcqrh8j2imclyls1nybccjm0"; - revision = "1"; - editedCabalFile = "0m8sfzgcqldpp3q6x5291sxpa7b53ppf7d6axkbznxdaz9rn9p74"; + version = "2.5.1.0"; + sha256 = "11c84d5qqvw2kfx6arw0vaf9h7pxwnyw8xvaf7fxjmhg4p8x16ib"; libraryHaskellDepends = [ array base ]; description = "Software Transactional Memory"; license = lib.licenses.bsd3; @@ -267224,6 +267568,56 @@ self: { license = lib.licenses.mit; }) {}; + "store_0_7_16" = callPackage + ({ mkDerivation, array, async, base, base-orphans + , base64-bytestring, bifunctors, bytestring, cereal, cereal-vector + , clock, containers, contravariant, criterion, cryptohash, deepseq + , directory, filepath, free, ghc-prim, hashable, hspec + , hspec-discover, hspec-smallcheck, integer-gmp, lifted-base + , monad-control, mono-traversable, nats, network, primitive + , resourcet, safe, smallcheck, store-core, syb, template-haskell + , text, th-lift, th-lift-instances, th-orphans, th-reify-many + , th-utilities, time, transformers, unordered-containers, vector + , vector-binary-instances, void, weigh + }: + mkDerivation { + pname = "store"; + version = "0.7.16"; + sha256 = "125n9jcqjcyk7ypky4i0fydy1msgn8ldrhyhclqp1w0p7s2wazsg"; + libraryHaskellDepends = [ + array async base base-orphans base64-bytestring bifunctors + bytestring containers contravariant cryptohash deepseq directory + filepath free ghc-prim hashable hspec hspec-smallcheck integer-gmp + lifted-base monad-control mono-traversable nats network primitive + resourcet safe smallcheck store-core syb template-haskell text + th-lift th-lift-instances th-orphans th-reify-many th-utilities + time transformers unordered-containers vector void + ]; + testHaskellDepends = [ + array async base base-orphans base64-bytestring bifunctors + bytestring clock containers contravariant cryptohash deepseq + directory filepath free ghc-prim hashable hspec hspec-smallcheck + integer-gmp lifted-base monad-control mono-traversable nats network + primitive resourcet safe smallcheck store-core syb template-haskell + text th-lift th-lift-instances th-orphans th-reify-many + th-utilities time transformers unordered-containers vector void + ]; + testToolDepends = [ hspec-discover ]; + benchmarkHaskellDepends = [ + array async base base-orphans base64-bytestring bifunctors + bytestring cereal cereal-vector containers contravariant criterion + cryptohash deepseq directory filepath free ghc-prim hashable hspec + hspec-smallcheck integer-gmp lifted-base monad-control + mono-traversable nats network primitive resourcet safe smallcheck + store-core syb template-haskell text th-lift th-lift-instances + th-orphans th-reify-many th-utilities time transformers + unordered-containers vector vector-binary-instances void weigh + ]; + description = "Fast binary serialization"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "store-core" = callPackage ({ mkDerivation, base, bytestring, ghc-prim, primitive, text , transformers @@ -268831,6 +269225,8 @@ self: { pname = "string-fromto"; version = "1.0.0.0"; sha256 = "0vnf500vahgccbbg7zvxqjxllvyq3jxzf2difqwh46fp62jfqwmx"; + revision = "1"; + editedCabalFile = "0dxfcfxr5yr7k39cm0d7j86milmn7nlb2ciwdy076k9dp2fhgb1r"; libraryHaskellDepends = [ base bytestring memory text ]; description = "Conversions between common string types, as well as Base16/Base32/Base64"; license = lib.licenses.bsd3; @@ -269278,8 +269674,8 @@ self: { }: mkDerivation { pname = "stripe-servant"; - version = "0.3.0.0"; - sha256 = "0zk9pbf498liq9sxqsb0hfk6w3jv03m4amlqqxr4dh3l98i03cli"; + version = "0.3.1.0"; + sha256 = "14na4pg2zcs4kfg9ni710zpl83lq43zqsia4jwrrkpcfiagwrffw"; libraryHaskellDepends = [ aeson base casing http-api-data servant text time unordered-containers vector @@ -277653,6 +278049,8 @@ self: { pname = "terminfo"; version = "0.4.1.5"; sha256 = "0s0x5knl4hsmzlklabcd7c0m468gisg5cnf842wi1vfg8q922q5i"; + revision = "1"; + editedCabalFile = "0l731kh6dmf9q58kmr64kh6nmxl0r8sp1dhwr9apjyalnfp905sd"; libraryHaskellDepends = [ base ]; librarySystemDepends = [ ncurses ]; description = "Haskell bindings to the terminfo library"; @@ -278606,15 +279004,15 @@ self: { license = lib.licenses.gpl2Only; }) {}; - "texmath_0_12_5_1" = callPackage + "texmath_0_12_5_2" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , mtl, pandoc-types, parsec, pretty-show, split, syb, tagged, tasty , tasty-golden, text, xml }: mkDerivation { pname = "texmath"; - version = "0.12.5.1"; - sha256 = "1g8zy0hqwjbg5xfp6kf94zhf44xq6g17g0lbf4m7gxa072wwgd59"; + version = "0.12.5.2"; + sha256 = "13sfjm9yhasszjjaw7lc3gbglpnq6ga8gnq3b5x1kzjsm80nazzg"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -280397,6 +280795,8 @@ self: { pname = "th-orphans"; version = "0.13.13"; sha256 = "0crbhh0wkkjy5jynqbg6lsblhgaaz327avnzcwg3ddx1q3gb522p"; + revision = "1"; + editedCabalFile = "1yavyk36pbykil1dk41jgldiky5fz4zhdf437g2z9hw8qv2f8jm8"; libraryHaskellDepends = [ base mtl template-haskell th-compat th-lift th-lift-instances th-reify-many @@ -281626,6 +282026,21 @@ self: { mainProgram = "tidal"; }) {}; + "tidal-link" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "tidal-link"; + version = "1.0"; + sha256 = "0rc6gj6vfvhp9583farykw4i434krazak0gmm2h8nvfg8cw7liia"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base ]; + executableHaskellDepends = [ base ]; + description = "Ableton Link integration for Tidal"; + license = lib.licenses.gpl3Only; + mainProgram = "linktest"; + }) {}; + "tidal-midi" = callPackage ({ mkDerivation, base, containers, PortMidi, tidal, time , transformers @@ -292274,15 +292689,16 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "unix_2_7_2_2" = callPackage - ({ mkDerivation, base, bytestring, time }: + "unix_2_8_0_0" = callPackage + ({ mkDerivation, base, bytestring, filepath, tasty, tasty-hunit + , time + }: mkDerivation { pname = "unix"; - version = "2.7.2.2"; - sha256 = "1b6ygkasn5bvmdci8g3zjkahl34kfqhf5jrayibvnrcdnaqlxpcq"; - revision = "8"; - editedCabalFile = "1ydydm9i82pn5sy7drl404qlll318x8bjwhpvr2lwqwmb5f3dx8m"; - libraryHaskellDepends = [ base bytestring time ]; + version = "2.8.0.0"; + sha256 = "152b4ppl86s611m620bi16d24ymfm1xykakgdvw6xfqajgflhac8"; + libraryHaskellDepends = [ base bytestring filepath time ]; + testHaskellDepends = [ base tasty tasty-hunit ]; description = "POSIX functionality"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -298379,6 +298795,8 @@ self: { pname = "wai-cli"; version = "0.2.3"; sha256 = "0fflvxfc9ibkrrgqdsr89gl77b0b706a8g7ylydaqqz6z089qbi3"; + revision = "1"; + editedCabalFile = "04w3gm1fcsxlrx7px5i737g61pgf2mlw8jyn2p6nczcyrwdvvicj"; libraryHaskellDepends = [ ansi-terminal base http-types iproute monads-tf network options stm streaming-commons transformers unix wai wai-extra warp warp-tls @@ -301443,8 +301861,8 @@ self: { }: mkDerivation { pname = "webauthn"; - version = "0.4.1.0"; - sha256 = "0afdf2wi0d8d76b2gc3j809diafwib95masi8l0w53b1xbnwac4j"; + version = "0.4.1.1"; + sha256 = "1zmw16fyx0p7wzl388f6s63r09f189c5a5py5c7phlc7wzlq02hb"; libraryHaskellDepends = [ aeson asn1-encoding asn1-parse asn1-types base base16-bytestring base64-bytestring binary bytestring cborg containers cryptonite