From 7e2a5a598c4f759c200142d0753215a20647eb65 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 5 Jan 2025 15:09:51 +0100 Subject: [PATCH] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- .../haskell-modules/hackage-packages.nix | 10498 +++------------- 1 file changed, 1597 insertions(+), 8901 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index fb9f52baaea1..daac0e67efdf 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -2096,32 +2096,6 @@ self: { }) {}; "Blammo" = callPackage - ({ mkDerivation, aeson, base, bytestring, case-insensitive, clock - , containers, dlist, envparse, exceptions, fast-logger, hspec - , http-types, lens, markdown-unlit, monad-logger - , monad-logger-aeson, mtl, text, time, unliftio, unliftio-core - , unordered-containers, vector, wai - }: - mkDerivation { - pname = "Blammo"; - version = "1.1.3.0"; - sha256 = "1wwxiyshsx0lgb99vdliippszl2lrplwji4saavks2fgpqllgsly"; - libraryHaskellDepends = [ - aeson base bytestring case-insensitive clock containers dlist - envparse exceptions fast-logger http-types lens monad-logger-aeson - mtl text time unliftio unliftio-core unordered-containers vector - wai - ]; - testHaskellDepends = [ - aeson base bytestring envparse hspec markdown-unlit monad-logger - mtl text time - ]; - testToolDepends = [ markdown-unlit ]; - description = "Batteries-included Structured Logging library"; - license = lib.licenses.mit; - }) {}; - - "Blammo_2_1_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, dlist , envparse, exceptions, fast-logger, hspec, lens, markdown-unlit , monad-logger-aeson, mtl, text, time, unliftio, unliftio-core @@ -2143,7 +2117,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Batteries-included Structured Logging library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "Blammo-wai" = callPackage @@ -2923,15 +2896,15 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "Cabal_3_14_1_0" = callPackage + "Cabal_3_14_1_1" = callPackage ({ mkDerivation, array, base, bytestring, Cabal-syntax, containers , deepseq, directory, filepath, mtl, parsec, pretty, process, time , transformers, unix }: mkDerivation { pname = "Cabal"; - version = "3.14.1.0"; - sha256 = "1858158n9dbh5hcpcv2ikl3q01kmlap6n5fsp76mzihir5903ii3"; + version = "3.14.1.1"; + sha256 = "11grp5spxjmmjcvpszrzlgpv2zkad9l20rfbjd5rvnjp3wa51xan"; setupHaskellDepends = [ mtl parsec ]; libraryHaskellDepends = [ array base bytestring Cabal-syntax containers deepseq directory @@ -2943,6 +2916,21 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "Cabal-hooks" = callPackage + ({ mkDerivation, base, Cabal, Cabal-syntax, containers + , transformers + }: + mkDerivation { + pname = "Cabal-hooks"; + version = "3.14"; + sha256 = "0fj770ix5a9n7nbfmp0919c2qgg20h3m1lwjdwq27mrgzk770s57"; + libraryHaskellDepends = [ + base Cabal Cabal-syntax containers transformers + ]; + description = "API for the Hooks build-type"; + license = lib.licenses.bsd3; + }) {}; + "Cabal-ide-backend" = callPackage ({ mkDerivation, array, base, binary, bytestring, Cabal, containers , deepseq, directory, extensible-exceptions, filepath, HUnit @@ -4893,14 +4881,16 @@ self: { }: mkDerivation { pname = "Diff"; - version = "0.4.1"; - sha256 = "0w166w5jksiqad7xf2ldjl2ykap0xf08byrl92qwp6r1qym4lppx"; + version = "0.5"; + sha256 = "0la5npl3zglzbsnlbksp0s6khb79cm6hbdxhy29sd3xivzg89k03"; + revision = "1"; + editedCabalFile = "1fxg0ibi80dq68draxfh1p0n4mkmyn7gm0b51jwpkq6rx8p9g2lw"; libraryHaskellDepends = [ array base pretty ]; testHaskellDepends = [ array base directory pretty process QuickCheck test-framework test-framework-quickcheck2 ]; - description = "O(ND) diff algorithm in haskell"; + description = "Diff algorithm in pure Haskell"; license = lib.licenses.bsd3; }) {}; @@ -9492,31 +9482,6 @@ self: { }) {inherit (pkgs) opencv;}; "HPDF" = callPackage - ({ mkDerivation, array, base, base64-bytestring, binary, bytestring - , containers, errors, file-embed, filepath, HTF, hyphenation, mtl - , network-uri, parsec, random, text, vector, zlib - }: - mkDerivation { - pname = "HPDF"; - version = "1.6.2"; - sha256 = "0a28fg6h0aw8l3fb278jf1xh3jjkjcl3i9cj1j86a991j0mabl3v"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base base64-bytestring binary bytestring containers errors - file-embed filepath hyphenation mtl network-uri parsec random text - vector zlib - ]; - executableHaskellDepends = [ - base filepath network-uri random text vector - ]; - testHaskellDepends = [ base HTF ]; - description = "Generation of PDF documents"; - license = lib.licenses.bsd3; - mainProgram = "HPDF-Demo"; - }) {}; - - "HPDF_1_7" = callPackage ({ mkDerivation, array, base, base64-bytestring, binary, bytestring , containers, errors, file-embed, filepath, HTF, hyphenation, mtl , network-uri, parsec, random, text, vector, zlib @@ -9538,7 +9503,6 @@ self: { testHaskellDepends = [ base HTF ]; description = "Generation of PDF documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "HPDF-Demo"; }) {}; @@ -10015,17 +9979,6 @@ self: { }) {}; "HSvm" = callPackage - ({ mkDerivation, base, containers }: - mkDerivation { - pname = "HSvm"; - version = "0.1.2.3.32"; - sha256 = "1gz67dw2px9ys93xl152cv75f8237qal9wqnzwr624qm44xp4c0d"; - libraryHaskellDepends = [ base containers ]; - description = "Haskell Bindings for libsvm"; - license = lib.licenses.bsd3; - }) {}; - - "HSvm_1_0_3_35" = callPackage ({ mkDerivation, base, containers }: mkDerivation { pname = "HSvm"; @@ -10034,7 +9987,6 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Haskell Bindings for libsvm"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "HTF" = callPackage @@ -10448,26 +10400,6 @@ self: { }) {}; "HaXml" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, filepath - , polyparse, pretty, random - }: - mkDerivation { - pname = "HaXml"; - version = "1.25.13"; - sha256 = "0wxkp9bnbnjrjrzsmpm6nknzn0ijiiajd5kms81kgyfypm4m91ax"; - revision = "3"; - editedCabalFile = "069v5wapa004h37l16lfv81a7f1877apv8gvklax31z5b5i72hcx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers filepath polyparse pretty random - ]; - executableHaskellDepends = [ base directory polyparse pretty ]; - description = "Utilities for manipulating XML documents"; - license = lib.licenses.lgpl21Only; - }) {}; - - "HaXml_1_25_14" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , polyparse, pretty, random }: @@ -10483,7 +10415,6 @@ self: { executableHaskellDepends = [ base directory polyparse pretty ]; description = "Utilities for manipulating XML documents"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {}; "Hach" = callPackage @@ -10704,8 +10635,8 @@ self: { }: mkDerivation { pname = "HasCacBDD"; - version = "0.2.0.0"; - sha256 = "1qq8ng6rsj94jkbb0xnrf9w2b250bv1p4m78bf66y9y2mpmsdl14"; + version = "0.3.0.0"; + sha256 = "0066sip8362y1kvqcnrmamd42y7cwlkfashkpqnf675b8zrah7sz"; setupHaskellDepends = [ base Cabal directory ]; libraryHaskellDepends = [ base process QuickCheck ]; librarySystemDepends = [ CacBDD ]; @@ -11559,12 +11490,11 @@ self: { }) {Judy = null;}; "HsOpenSSL" = callPackage - ({ mkDerivation, base, bytestring, Cabal, network, openssl, time }: + ({ mkDerivation, base, bytestring, network, openssl, time }: mkDerivation { pname = "HsOpenSSL"; - version = "0.11.7.8"; - sha256 = "0y46ygdyi195d2ns74gbyabwrvnh5w10xqxdd6jrw43f70jsa5xw"; - setupHaskellDepends = [ base Cabal ]; + version = "0.11.7.9"; + sha256 = "0z3nyqlcgqw4ncn90gs6bznyj3lrqpjv83nzs4854knm15x6cbsa"; libraryHaskellDepends = [ base bytestring network time ]; librarySystemDepends = [ openssl ]; testHaskellDepends = [ base bytestring ]; @@ -14073,8 +14003,8 @@ self: { pname = "MIP-glpk"; version = "0.1.1.0"; sha256 = "19wd6i8jsszhpl6fh9cm32284byz4rfjv0rkh3v4xacypfg5g1aj"; - revision = "1"; - editedCabalFile = "0ijc4875vvmiv1a14rm45yrcv7n7gvdw1v131si77qhl2qnyj3dr"; + revision = "2"; + editedCabalFile = "12apwg38ahx6dxgk4hlyx9nm2cka2vkrimcl01ghfnxn5c6h10k2"; libraryHaskellDepends = [ base bytestring bytestring-encoding containers extended-reals glpk-headers intern MIP scientific text @@ -17578,8 +17508,8 @@ self: { }: mkDerivation { pname = "PyF"; - version = "0.11.3.0"; - sha256 = "1nwn3pf3wmi08jrfrmk8rbgfviha48ackm6crxrsxxcmmlrmsncy"; + version = "0.11.4.0"; + sha256 = "0p5cfdrfzvl1p7pnd14j54c63v9gkk9pl8d2ld9q27cng86s927k"; libraryHaskellDepends = [ base bytestring ghc mtl parsec template-haskell text time ]; @@ -18592,8 +18522,8 @@ self: { pname = "RoundingFiasco"; version = "0.1.0.0"; sha256 = "1n51zrbngiickyh7mqm3jnvnf7qcbjdrqz5q4pjqpx9cl9hx7yl0"; - revision = "1"; - editedCabalFile = "1gy0r9k1szc27p5l4jyib7qyiqbkyd7w4l737j9k9l9hpda5fb8i"; + revision = "2"; + editedCabalFile = "01rkg5s8xjxrqnzzfcs7fvshnydc5g3m7mdgxgim2rc133h7hg56"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "rounding variants floor, ceil and truncate for floating point operations +-*/√…"; @@ -22345,22 +22275,6 @@ self: { }) {}; "Vis" = callPackage - ({ mkDerivation, base, binary, bmp, bytestring, GLUT, linear - , OpenGL, OpenGLRaw, time, vector, vector-binary-instances - }: - mkDerivation { - pname = "Vis"; - version = "0.7.7.1"; - sha256 = "1nm2gzyckbfrghlnx6g421wllkq5r7hb9ps0mi0dwwfshbfz7pr7"; - libraryHaskellDepends = [ - base binary bmp bytestring GLUT linear OpenGL OpenGLRaw time vector - vector-binary-instances - ]; - description = "Painless 3D graphics, no affiliation with gloss"; - license = lib.licenses.bsd3; - }) {}; - - "Vis_1_0_0" = callPackage ({ mkDerivation, base, binary, bmp, bytestring, GLUT, linear , OpenGL, OpenGLRaw, time, vector, vector-binary-instances }: @@ -22374,7 +22288,6 @@ self: { ]; description = "Painless 3D graphics, no affiliation with gloss"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "Vulkan" = callPackage @@ -23498,24 +23411,6 @@ self: { }) {}; "Yampa" = callPackage - ({ mkDerivation, base, criterion, deepseq, filepath, random - , simple-affine-space, time - }: - mkDerivation { - pname = "Yampa"; - version = "0.14.11"; - sha256 = "1pz1s0vb2h62zggbj6y6c3qhx7008758zq9gds347qv1hwg82jn9"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base deepseq random simple-affine-space - ]; - benchmarkHaskellDepends = [ base criterion filepath time ]; - description = "Elegant Functional Reactive Programming Language for Hybrid Systems"; - license = lib.licenses.bsd3; - }) {}; - - "Yampa_0_14_12" = callPackage ({ mkDerivation, base, criterion, deepseq, filepath, random , simple-affine-space, time }: @@ -23531,7 +23426,6 @@ self: { benchmarkHaskellDepends = [ base criterion filepath time ]; description = "Elegant Functional Reactive Programming Language for Hybrid Systems"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "Yampa-core" = callPackage @@ -24079,6 +23973,39 @@ self: { broken = true; }) {}; + "ac-library-hs" = callPackage + ({ mkDerivation, base, bitvec, bytestring, criterion, hspec, mtl + , primitive, QuickCheck, quickcheck-classes, random, tagged, tasty + , tasty-hspec, tasty-hunit, tasty-quickcheck, tasty-rerun + , transformers, vector, vector-algorithms, wide-word + }: + mkDerivation { + pname = "ac-library-hs"; + version = "1.0.0.1"; + sha256 = "1kyrns9p73c9g763597jxamxfh52d7x1xrhh0389frqzndkwzbh0"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bitvec bytestring primitive vector vector-algorithms wide-word + ]; + executableHaskellDepends = [ + base bitvec bytestring primitive vector vector-algorithms wide-word + ]; + testHaskellDepends = [ + base bitvec bytestring hspec mtl primitive QuickCheck + quickcheck-classes random tagged tasty tasty-hspec tasty-hunit + tasty-quickcheck tasty-rerun transformers vector vector-algorithms + wide-word + ]; + benchmarkHaskellDepends = [ + base bitvec bytestring criterion primitive random tagged vector + vector-algorithms wide-word + ]; + description = "Data structures and algorithms"; + license = lib.licenses.cc0; + mainProgram = "example-lazy-segtree"; + }) {}; + "ac-machine" = callPackage ({ mkDerivation, base, hashable, unordered-containers, vector }: mkDerivation { @@ -26155,27 +26082,6 @@ self: { }) {}; "aern2-mp" = callPackage - ({ mkDerivation, base, cdar-mBound, collect-errors, deepseq, hspec - , integer-logarithms, mixed-types-num, QuickCheck, reflection - , regex-tdfa, template-haskell - }: - mkDerivation { - pname = "aern2-mp"; - version = "0.2.15.1"; - sha256 = "1s1znj80frx9dqwqp294jzafyqrg9p0pkdqhhcgzzqi9f2iqxhmv"; - libraryHaskellDepends = [ - base cdar-mBound collect-errors deepseq hspec integer-logarithms - mixed-types-num QuickCheck reflection regex-tdfa template-haskell - ]; - testHaskellDepends = [ - base cdar-mBound collect-errors deepseq hspec integer-logarithms - mixed-types-num QuickCheck reflection regex-tdfa template-haskell - ]; - description = "Multi-precision ball (interval) arithmetic"; - license = lib.licenses.bsd3; - }) {}; - - "aern2-mp_0_2_16_1" = callPackage ({ mkDerivation, base, cdar-mBound, collect-errors, deepseq, hspec , integer-logarithms, mixed-types-num, QuickCheck, reflection , regex-tdfa, template-haskell @@ -26194,30 +26100,9 @@ self: { ]; description = "Multi-precision ball (interval) arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aern2-real" = callPackage - ({ mkDerivation, aern2-mp, base, collect-errors, hspec - , integer-logarithms, mixed-types-num, QuickCheck - }: - mkDerivation { - pname = "aern2-real"; - version = "0.2.15.1"; - sha256 = "0vil86s8cmigdk8wss0kxa74p4bw6f56lmxi9x0gm62xnj63awvg"; - libraryHaskellDepends = [ - aern2-mp base collect-errors hspec integer-logarithms - mixed-types-num QuickCheck - ]; - testHaskellDepends = [ - aern2-mp base collect-errors hspec integer-logarithms - mixed-types-num QuickCheck - ]; - description = "Real numbers as convergent sequences of intervals"; - license = lib.licenses.bsd3; - }) {}; - - "aern2-real_0_2_16_1" = callPackage ({ mkDerivation, aern2-mp, base, collect-errors, hspec , integer-logarithms, mixed-types-num, QuickCheck }: @@ -26235,7 +26120,6 @@ self: { ]; description = "Real numbers as convergent sequences of intervals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aeson_1_5_6_0" = callPackage @@ -26274,45 +26158,6 @@ self: { }) {}; "aeson" = callPackage - ({ mkDerivation, attoparsec, base, base-compat - , base-compat-batteries, base-orphans, base16-bytestring - , bytestring, containers, data-fix, deepseq, Diff, directory, dlist - , exceptions, filepath, generic-deriving, generically, ghc-prim - , hashable, indexed-traversable, integer-logarithms, OneTuple - , primitive, QuickCheck, quickcheck-instances, scientific - , semialign, strict, tagged, tasty, tasty-golden, tasty-hunit - , tasty-quickcheck, template-haskell, text, text-short - , th-abstraction, these, time, time-compat, unordered-containers - , uuid-types, vector, witherable - }: - mkDerivation { - pname = "aeson"; - version = "2.1.2.1"; - sha256 = "1ii26lz9czxqhck11pzhqlhfhm9zgbrhiydv4gh1w66f0fwl4h2x"; - revision = "4"; - editedCabalFile = "0lb30fwqr6q3xzvhi3vv2g0yw3bmwmzfp45jsplhakq2mmzbxa5a"; - libraryHaskellDepends = [ - attoparsec base base-compat-batteries bytestring containers - data-fix deepseq dlist exceptions generically ghc-prim hashable - indexed-traversable OneTuple primitive QuickCheck scientific - semialign strict tagged template-haskell text text-short - th-abstraction these time time-compat unordered-containers - uuid-types vector witherable - ]; - testHaskellDepends = [ - attoparsec base base-compat base-orphans base16-bytestring - bytestring containers data-fix Diff directory dlist filepath - generic-deriving generically ghc-prim hashable indexed-traversable - integer-logarithms OneTuple primitive QuickCheck - quickcheck-instances scientific strict tagged tasty tasty-golden - tasty-hunit tasty-quickcheck template-haskell text text-short these - time time-compat unordered-containers uuid-types vector - ]; - description = "Fast JSON parsing and encoding"; - license = lib.licenses.bsd3; - }) {}; - - "aeson_2_2_3_0" = callPackage ({ mkDerivation, base, base-compat, base-orphans, base16-bytestring , bytestring, character-ps, containers, data-fix, deepseq, Diff , directory, dlist, exceptions, filepath, generic-deriving @@ -26350,7 +26195,6 @@ self: { ]; description = "Fast JSON parsing and encoding"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aeson-applicative" = callPackage @@ -26886,13 +26730,17 @@ self: { }) {}; "aeson-jsonpath" = callPackage - ({ mkDerivation, aeson, base, hspec, parsec, protolude, vector }: + ({ mkDerivation, aeson, base, hspec, parsec, template-haskell, text + , vector + }: mkDerivation { pname = "aeson-jsonpath"; - version = "0.1.0.0"; - sha256 = "0s7i5zsjzvsq1xj2xaf208fmhp34lzxavz5y38sygwj910wn6pl8"; - libraryHaskellDepends = [ aeson base parsec protolude vector ]; - testHaskellDepends = [ aeson hspec parsec protolude ]; + version = "0.2.0.0"; + sha256 = "1zh3psdbmcvfai6sfnkxhzfsk9icw3fbadhkhcs5k2lag9fhzy76"; + libraryHaskellDepends = [ + aeson base parsec template-haskell text vector + ]; + testHaskellDepends = [ aeson base hspec parsec vector ]; description = "Parse and run JSONPath queries on Aeson documents"; license = lib.licenses.mit; }) {}; @@ -28408,8 +28256,8 @@ self: { }: mkDerivation { pname = "alex"; - version = "3.4.0.1"; - sha256 = "0dlz0izzawy1x9p2xpfblkma7w20f280r44h67kfggclx3yfcf2c"; + version = "3.5.2.0"; + sha256 = "02601mzx303gqicm1d528nqblnmwvc6mkmwyrl74f9s88vq04dli"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -28421,25 +28269,6 @@ self: { mainProgram = "alex"; }) {}; - "alex_3_5_1_0" = callPackage - ({ mkDerivation, array, base, containers, directory, happy, process - }: - mkDerivation { - pname = "alex"; - version = "3.5.1.0"; - sha256 = "01rax51p8p91a5jv5i56fny4lzmwgvjlxh767gh9x5gbz23gwbn9"; - isLibrary = false; - isExecutable = true; - enableSeparateDataOutput = true; - executableHaskellDepends = [ array base containers directory ]; - executableToolDepends = [ happy ]; - testHaskellDepends = [ base process ]; - description = "Alex is a tool for generating lexical analysers in Haskell"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - mainProgram = "alex"; - }) {}; - "alex-meta" = callPackage ({ mkDerivation, alex, array, base, containers, happy , haskell-src-meta, QuickCheck, template-haskell @@ -36536,34 +36365,6 @@ self: { }) {}; "amqp" = callPackage - ({ mkDerivation, base, binary, bytestring, clock, containers - , crypton-connection, data-binary-ieee754, hspec - , hspec-expectations, monad-control, network, network-uri, split - , stm, text, vector, xml - }: - mkDerivation { - pname = "amqp"; - version = "0.22.2"; - sha256 = "0b1adqrdqkchgk2z80s3h3993808fwgpkn3kw06dz7s99xm53zxv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base binary bytestring clock containers crypton-connection - data-binary-ieee754 monad-control network network-uri split stm - text vector - ]; - executableHaskellDepends = [ base containers xml ]; - testHaskellDepends = [ - base binary bytestring clock containers crypton-connection - data-binary-ieee754 hspec hspec-expectations network network-uri - split stm text vector - ]; - description = "Client library for AMQP servers (currently only RabbitMQ)"; - license = lib.licenses.bsd3; - mainProgram = "amqp-builder"; - }) {}; - - "amqp_0_24_0" = callPackage ({ mkDerivation, base, binary, bytestring, clock, containers , crypton-connection, data-binary-ieee754, data-default-class , hspec, hspec-expectations, monad-control, network, network-uri @@ -36588,7 +36389,6 @@ self: { ]; description = "Client library for AMQP servers (currently only RabbitMQ)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "amqp-builder"; }) {}; @@ -36632,28 +36432,6 @@ self: { }) {}; "amqp-utils" = callPackage - ({ mkDerivation, amqp, base, bytestring, containers - , crypton-connection, crypton-x509-system, data-default-class - , directory, filepath, filepath-bytestring, hinotify, magic - , network, process, rawfilepath, text, time, tls, unix, utf8-string - }: - mkDerivation { - pname = "amqp-utils"; - version = "0.6.4.0"; - sha256 = "0jbj9zk2mfmgk0gnfcvg7qrfmizgijcj0y4rfh440bs10mw3fjd5"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - amqp base bytestring containers crypton-connection - crypton-x509-system data-default-class directory filepath - filepath-bytestring hinotify magic network process rawfilepath text - time tls unix utf8-string - ]; - description = "AMQP toolset for the command line"; - license = lib.licenses.gpl3Only; - }) {}; - - "amqp-utils_0_6_6_0" = callPackage ({ mkDerivation, amqp, base, bytestring, containers , crypton-connection, crypton-x509-system, data-default-class , directory, filepath, filepath-bytestring, hinotify, magic @@ -36673,7 +36451,6 @@ self: { ]; description = "AMQP toolset for the command line"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "amqp-worker" = callPackage @@ -37238,25 +37015,6 @@ self: { }) {}; "annotated-exception" = callPackage - ({ mkDerivation, base, containers, hspec, hspec-discover - , safe-exceptions, text, unliftio-core - }: - mkDerivation { - pname = "annotated-exception"; - version = "0.2.0.5"; - sha256 = "1gxmnd4qffybh2fpx8kns4y7figf2zfwgckhcfcvwqpb040k8i3g"; - libraryHaskellDepends = [ - base containers safe-exceptions text unliftio-core - ]; - testHaskellDepends = [ - base containers hspec safe-exceptions text unliftio-core - ]; - testToolDepends = [ hspec-discover ]; - description = "Exceptions, with checkpoints and context"; - license = lib.licenses.bsd3; - }) {}; - - "annotated-exception_0_3_0_2" = callPackage ({ mkDerivation, base, containers, hspec, hspec-discover , safe-exceptions, text, unliftio-core }: @@ -37273,7 +37031,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Exceptions, with checkpoints and context"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "annotated-fix" = callPackage @@ -37361,19 +37118,6 @@ self: { }) {}; "ansi-terminal" = callPackage - ({ mkDerivation, ansi-terminal-types, base, colour }: - mkDerivation { - pname = "ansi-terminal"; - version = "1.0.2"; - sha256 = "0d6qm3ph6drim7g81yx46nmgspxsf4nnr2d91fa0fy3cyv5idra6"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ ansi-terminal-types base colour ]; - description = "Simple ANSI terminal support"; - license = lib.licenses.bsd3; - }) {}; - - "ansi-terminal_1_1_2" = callPackage ({ mkDerivation, ansi-terminal-types, base, colour }: mkDerivation { pname = "ansi-terminal"; @@ -37384,7 +37128,6 @@ self: { libraryHaskellDepends = [ ansi-terminal-types base colour ]; description = "Simple ANSI terminal support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ansi-terminal-game" = callPackage @@ -37417,19 +37160,6 @@ self: { }) {}; "ansi-terminal-types" = callPackage - ({ mkDerivation, base, colour }: - mkDerivation { - pname = "ansi-terminal-types"; - version = "0.11.5"; - sha256 = "1lgxnhnzgk4mwlnh8zdgx8w8pa4q4n140mvd1880acgli41j6yxz"; - revision = "1"; - editedCabalFile = "02mhl78kmjfa0h22khcjdaaxyvanv717rb2mi3l0jiawv7gl117p"; - libraryHaskellDepends = [ base colour ]; - description = "Types and functions used to represent SGR aspects"; - license = lib.licenses.bsd3; - }) {}; - - "ansi-terminal-types_1_1" = callPackage ({ mkDerivation, base, colour }: mkDerivation { pname = "ansi-terminal-types"; @@ -37438,7 +37168,6 @@ self: { libraryHaskellDepends = [ base colour ]; description = "Types and functions used to represent SGR aspects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ansi-wl-pprint_0_6_9" = callPackage @@ -39276,39 +39005,6 @@ self: { }) {}; "apply-refact" = callPackage - ({ mkDerivation, base, containers, directory, extra, filemanip - , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths - , optparse-applicative, process, refact, silently, syb, tasty - , tasty-expected-failure, tasty-golden, transformers, uniplate - , unix-compat - }: - mkDerivation { - pname = "apply-refact"; - version = "0.13.0.0"; - sha256 = "1icdy5jh8yxjljcxywsyg29papjv0ipscy5mxb59fklx68b1za9g"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers directory extra filemanip ghc ghc-boot-th - ghc-exactprint process refact syb transformers uniplate unix-compat - ]; - executableHaskellDepends = [ - base containers directory extra filemanip filepath ghc ghc-boot-th - ghc-exactprint ghc-paths optparse-applicative process refact syb - transformers uniplate unix-compat - ]; - testHaskellDepends = [ - base containers directory extra filemanip filepath ghc ghc-boot-th - ghc-exactprint ghc-paths optparse-applicative process refact - silently syb tasty tasty-expected-failure tasty-golden transformers - uniplate unix-compat - ]; - description = "Perform refactorings specified by the refact library"; - license = lib.licenses.bsd3; - mainProgram = "refactor"; - }) {}; - - "apply-refact_0_14_0_0" = callPackage ({ mkDerivation, base, containers, directory, extra, filemanip , filepath, ghc, ghc-boot-th, ghc-exactprint, ghc-paths , optparse-applicative, process, refact, silently, syb, tasty @@ -39338,7 +39034,6 @@ self: { ]; description = "Perform refactorings specified by the refact library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "refactor"; }) {}; @@ -42395,24 +42090,6 @@ self: { }) {}; "atomic-counter" = callPackage - ({ mkDerivation, async, base, primitive, QuickCheck, stm, tasty - , tasty-bench, tasty-quickcheck - }: - mkDerivation { - pname = "atomic-counter"; - version = "0.1.2.1"; - sha256 = "053p72hjzrq29kg4x4s5a063sw1k37yrcw0qabkhg9rbk46206qy"; - libraryHaskellDepends = [ async base QuickCheck ]; - testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; - benchmarkHaskellDepends = [ - base primitive QuickCheck stm tasty tasty-bench tasty-quickcheck - ]; - doHaddock = false; - description = "Mutable counters that can be modified with atomic operatinos"; - license = lib.licenses.asl20; - }) {}; - - "atomic-counter_0_1_2_3" = callPackage ({ mkDerivation, async, base, primitive, QuickCheck, stm, tasty , tasty-bench, tasty-quickcheck }: @@ -42430,7 +42107,6 @@ self: { ]; description = "Mutable counters that can be modified with atomic operatinos"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "atomic-file-ops" = callPackage @@ -42912,18 +42588,6 @@ self: { }) {}; "attoparsec-aeson" = callPackage - ({ mkDerivation, aeson, base }: - mkDerivation { - pname = "attoparsec-aeson"; - version = "2.1.0.0"; - sha256 = "1a86x493mrr7h468imcdjahxfvl2rrg6b6cygvzxja046cfgnjmk"; - libraryHaskellDepends = [ aeson base ]; - doHaddock = false; - description = "Parsing of aeson's Value with attoparsec"; - license = lib.licenses.bsd3; - }) {}; - - "attoparsec-aeson_2_2_2_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, character-ps , integer-conversion, primitive, scientific, text, vector }: @@ -42937,7 +42601,6 @@ self: { ]; description = "Parsing of aeson's Value with attoparsec"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-arff" = callPackage @@ -43042,31 +42705,6 @@ self: { }) {}; "attoparsec-framer" = callPackage - ({ mkDerivation, attoparsec, attoparsec-binary, base, bytestring - , exceptions, hspec, network, network-run, QuickCheck, text - }: - mkDerivation { - pname = "attoparsec-framer"; - version = "0.1.0.4"; - sha256 = "1ijb8br55pchrn525dhsqhmpy9mlzg6as40mpjgmv567ngjp4ia5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - attoparsec base bytestring exceptions text - ]; - executableHaskellDepends = [ - attoparsec attoparsec-binary base bytestring exceptions network - network-run QuickCheck text - ]; - testHaskellDepends = [ - attoparsec attoparsec-binary base bytestring exceptions hspec - QuickCheck text - ]; - description = "Use Attoparsec to parse framed protocol byte streams"; - license = lib.licenses.bsd3; - }) {}; - - "attoparsec-framer_0_1_0_9" = callPackage ({ mkDerivation, attoparsec, attoparsec-binary, base, bytestring , exceptions, hspec, network, network-run, QuickCheck, text }: @@ -43089,7 +42727,6 @@ self: { ]; description = "Use Attoparsec to parse framed protocol byte streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-ip" = callPackage @@ -43598,18 +43235,6 @@ self: { }) {}; "auto-update" = callPackage - ({ mkDerivation, base, exceptions, hspec, HUnit, retry }: - mkDerivation { - pname = "auto-update"; - version = "0.1.6"; - sha256 = "1i36xc2i34aync8271x3pv515l3zb53i518dybn8ghqkhzf27q7l"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base exceptions hspec HUnit retry ]; - description = "Efficiently run periodic, on-demand actions"; - license = lib.licenses.mit; - }) {}; - - "auto-update_0_2_6" = callPackage ({ mkDerivation, base, exceptions, hspec, hspec-discover, HUnit , retry, stm }: @@ -43622,7 +43247,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Efficiently run periodic, on-demand actions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autoapply" = callPackage @@ -43645,24 +43269,6 @@ self: { }) {}; "autodocodec" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, doctest - , hashable, mtl, scientific, text, time, unordered-containers - , validity, validity-scientific, vector - }: - mkDerivation { - pname = "autodocodec"; - version = "0.2.3.0"; - sha256 = "11d0hqm431gm04f593048r615nx16nm9blhg2hyf6rasrdmfp9iv"; - libraryHaskellDepends = [ - aeson base bytestring containers hashable mtl scientific text time - unordered-containers validity validity-scientific vector - ]; - testHaskellDepends = [ base doctest ]; - description = "Self-documenting encoder and decoder"; - license = lib.licenses.mit; - }) {}; - - "autodocodec_0_4_2_2" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, dlist , doctest, hashable, mtl, scientific, text, time , unordered-containers, validity, validity-scientific, vector @@ -43678,7 +43284,6 @@ self: { testHaskellDepends = [ base doctest ]; description = "Self-documenting encoder and decoder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-nix" = callPackage @@ -43700,23 +43305,6 @@ self: { }) {}; "autodocodec-openapi3" = callPackage - ({ mkDerivation, aeson, autodocodec, base - , insert-ordered-containers, lens, mtl, openapi3, scientific, text - , unordered-containers - }: - mkDerivation { - pname = "autodocodec-openapi3"; - version = "0.2.1.1"; - sha256 = "0klk2xxj4mwlfg4irxsc98av5grp5g1jv1qkivlzfhxrnviyfkqw"; - libraryHaskellDepends = [ - aeson autodocodec base insert-ordered-containers lens mtl openapi3 - scientific text unordered-containers - ]; - description = "Autodocodec interpreters for openapi3"; - license = lib.licenses.mit; - }) {}; - - "autodocodec-openapi3_0_2_1_4" = callPackage ({ mkDerivation, aeson, autodocodec, base , insert-ordered-containers, lens, mtl, openapi3, scientific, text , unordered-containers @@ -43731,27 +43319,9 @@ self: { ]; description = "Autodocodec interpreters for openapi3"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-schema" = callPackage - ({ mkDerivation, aeson, autodocodec, base, containers, mtl, text - , unordered-containers, validity, validity-aeson - , validity-containers, validity-text - }: - mkDerivation { - pname = "autodocodec-schema"; - version = "0.1.0.4"; - sha256 = "185z4k43r8w03gsq8r9qv6jg6ay34j2my5l9xybvadxgnp9zcc10"; - libraryHaskellDepends = [ - aeson autodocodec base containers mtl text unordered-containers - validity validity-aeson validity-containers validity-text - ]; - description = "Autodocodec interpreters for JSON Schema"; - license = lib.licenses.mit; - }) {}; - - "autodocodec-schema_0_2_0_0" = callPackage ({ mkDerivation, aeson, autodocodec, base, containers, mtl , scientific, text, unordered-containers, validity, validity-aeson , validity-containers, validity-text @@ -43767,7 +43337,6 @@ self: { ]; description = "Autodocodec interpreters for JSON Schema"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autodocodec-servant-multipart" = callPackage @@ -43809,24 +43378,6 @@ self: { }) {}; "autodocodec-yaml" = callPackage - ({ mkDerivation, autodocodec, autodocodec-schema, base, bytestring - , containers, path, path-io, safe-coloured-text, scientific, text - , unordered-containers, vector, yaml - }: - mkDerivation { - pname = "autodocodec-yaml"; - version = "0.2.0.3"; - sha256 = "00cf3zz0jgnqq45rkpf5a9jlds16rgfc15ndhv1fgq7yz935g93f"; - libraryHaskellDepends = [ - autodocodec autodocodec-schema base bytestring containers path - path-io safe-coloured-text scientific text unordered-containers - vector yaml - ]; - description = "Autodocodec interpreters for yaml"; - license = lib.licenses.mit; - }) {}; - - "autodocodec-yaml_0_4_0_0" = callPackage ({ mkDerivation, autodocodec, autodocodec-schema, base, bytestring , containers, path, path-io, safe-coloured-text, scientific, text , vector, yaml @@ -43841,7 +43392,6 @@ self: { ]; description = "Autodocodec interpreters for yaml"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "autoexporter" = callPackage @@ -44463,43 +44013,6 @@ self: { }) {awesomium = null;}; "aws" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base16-bytestring - , base64-bytestring, blaze-builder, byteable, bytestring - , case-insensitive, cereal, conduit, conduit-extra, containers - , cryptonite, data-default, directory, errors, exceptions, filepath - , http-client, http-client-tls, http-conduit, http-types - , lifted-base, memory, monad-control, mtl, network, network-bsd - , old-locale, QuickCheck, quickcheck-instances, resourcet, safe - , scientific, tagged, tasty, tasty-hunit, tasty-quickcheck, text - , time, transformers, transformers-base, unordered-containers - , utf8-string, vector, xml-conduit - }: - mkDerivation { - pname = "aws"; - version = "0.24.1"; - sha256 = "0ni6yyjzpyzvixd7b2yzqimarjbbhqfv8vxsn2y8yppvdb2am73i"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base base16-bytestring base64-bytestring - blaze-builder byteable bytestring case-insensitive cereal conduit - conduit-extra containers cryptonite data-default directory - exceptions filepath http-client-tls http-conduit http-types - lifted-base memory monad-control mtl network network-bsd old-locale - resourcet safe scientific tagged text time transformers - unordered-containers utf8-string vector xml-conduit - ]; - testHaskellDepends = [ - aeson base bytestring conduit errors http-client http-client-tls - http-types lifted-base monad-control mtl QuickCheck - quickcheck-instances resourcet tagged tasty tasty-hunit - tasty-quickcheck text time transformers transformers-base - ]; - description = "Amazon Web Services (AWS) for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "aws_0_24_3" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-aeson, base , base16-bytestring, base64-bytestring, blaze-builder, byteable , bytestring, case-insensitive, cereal, conduit, conduit-extra @@ -44535,7 +44048,6 @@ self: { ]; description = "Amazon Web Services (AWS) for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "aws-arn" = callPackage @@ -45514,6 +45026,23 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "aztecs" = callPackage + ({ mkDerivation, async, base, containers, criterion, mtl }: + mkDerivation { + pname = "aztecs"; + version = "0.1.0.1"; + sha256 = "0idxbm2iv0hy57mjj22i67l42zi5i4y1wawfpgmk07af167zcydr"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ async base containers mtl ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base ]; + benchmarkHaskellDepends = [ base criterion ]; + description = "A type-safe and friendly ECS for Haskell"; + license = lib.licenses.bsd3; + mainProgram = "ecs"; + }) {}; + "azubi" = callPackage ({ mkDerivation, base, Diff, directory, filepath, hspec, options , process, unix @@ -46284,22 +45813,6 @@ self: { }) {}; "barbies" = callPackage - ({ mkDerivation, base, distributive, QuickCheck, tasty, tasty-hunit - , tasty-quickcheck, transformers - }: - mkDerivation { - pname = "barbies"; - version = "2.0.5.0"; - sha256 = "1j8c45k1x9vi9w44qnc8nyy0y4p97clvbq07vby7wn26zdawl8nm"; - libraryHaskellDepends = [ base distributive transformers ]; - testHaskellDepends = [ - base distributive QuickCheck tasty tasty-hunit tasty-quickcheck - ]; - description = "Classes for working with types that can change clothes"; - license = lib.licenses.bsd3; - }) {}; - - "barbies_2_1_1_0" = callPackage ({ mkDerivation, base, distributive, QuickCheck, tasty, tasty-hunit , tasty-quickcheck, transformers }: @@ -46313,7 +45826,6 @@ self: { ]; description = "Classes for working with types that can change clothes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "barbies-layered" = callPackage @@ -46658,20 +46170,6 @@ self: { }) {}; "base-orphans" = callPackage - ({ mkDerivation, base, ghc-prim, hspec, hspec-discover, QuickCheck - }: - mkDerivation { - pname = "base-orphans"; - version = "0.9.2"; - sha256 = "14xsjwydcvghjdx6n24n398hw4ffk3xf9db1gil88nwm2q4r04b2"; - libraryHaskellDepends = [ base ghc-prim ]; - testHaskellDepends = [ base hspec QuickCheck ]; - testToolDepends = [ hspec-discover ]; - description = "Backwards-compatible orphan instances for base"; - license = lib.licenses.mit; - }) {}; - - "base-orphans_0_9_3" = callPackage ({ mkDerivation, base, ghc-prim, hspec, hspec-discover, QuickCheck }: mkDerivation { @@ -46683,7 +46181,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backwards-compatible orphan instances for base"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "base-prelude" = callPackage @@ -46941,32 +46438,6 @@ self: { }) {}; "base64" = callPackage - ({ mkDerivation, base, base64-bytestring, bytestring, criterion - , deepseq, QuickCheck, random-bytestring, tasty, tasty-hunit - , tasty-quickcheck, text, text-short - }: - mkDerivation { - pname = "base64"; - version = "0.4.2.4"; - sha256 = "119mpqcv1rwkhwm69ga2b4f7hr825fa5wfm1w3i1szmhzh52s2k4"; - revision = "4"; - editedCabalFile = "1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2"; - libraryHaskellDepends = [ - base bytestring deepseq text text-short - ]; - testHaskellDepends = [ - base base64-bytestring bytestring QuickCheck random-bytestring - tasty tasty-hunit tasty-quickcheck text text-short - ]; - benchmarkHaskellDepends = [ - base base64-bytestring bytestring criterion deepseq - random-bytestring text - ]; - description = "A modern RFC 4648-compliant Base64 library"; - license = lib.licenses.bsd3; - }) {}; - - "base64_1_0" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, criterion , deepseq, QuickCheck, random-bytestring, tasty, tasty-hunit , tasty-quickcheck, text, text-short @@ -46990,7 +46461,6 @@ self: { ]; description = "A modern Base64 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "base64-bytes" = callPackage @@ -48014,29 +47484,6 @@ self: { }) {}; "beam-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, dlist, free - , ghc-prim, hashable, microlens, mtl, network-uri, scientific - , tagged, tasty, tasty-hunit, text, time, vector, vector-sized - }: - mkDerivation { - pname = "beam-core"; - version = "0.10.3.0"; - sha256 = "1q3f95xjyinr6g9yxq1w32agp9n6q152b6mfpmabpv0l74c9mmhm"; - revision = "1"; - editedCabalFile = "1spy3lxqbsmykmkqgzj79hhz455q9ilwpbwxyxlwxiklk0izvfg7"; - libraryHaskellDepends = [ - aeson base bytestring containers dlist free ghc-prim hashable - microlens mtl network-uri scientific tagged text time vector - vector-sized - ]; - testHaskellDepends = [ - base bytestring microlens tasty tasty-hunit text time - ]; - description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell"; - license = lib.licenses.mit; - }) {}; - - "beam-core_0_10_3_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, dlist, free , ghc-prim, hashable, microlens, mtl, network-uri, scientific , tagged, tasty, tasty-hunit, text, time, vector, vector-sized @@ -48055,7 +47502,6 @@ self: { ]; description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "beam-migrate" = callPackage @@ -48126,10 +47572,8 @@ self: { }: mkDerivation { pname = "beam-postgres"; - version = "0.5.4.1"; - sha256 = "0rxf275y89xh8if2w2my75fgy34vzc85lv4viyirgd0y26n9d0kc"; - revision = "1"; - editedCabalFile = "0khizazf6ckfg641c0163hzy7wkvv2y9b8ma98m2wi0sng9j981i"; + version = "0.5.4.2"; + sha256 = "0fczf2aqz3fasbjsz8hl0mnjhx9zq7fx68wqfgsnlpp3ycbsf7d9"; libraryHaskellDepends = [ aeson attoparsec base beam-core beam-migrate bytestring case-insensitive conduit free hashable haskell-src-exts lifted-base @@ -48150,18 +47594,16 @@ self: { , bytestring, dlist, free, hashable, monad-control, mtl , network-uri, scientific, sqlite-simple, tasty , tasty-expected-failure, tasty-hunit, text, time - , transformers-base, unix + , transformers-base }: mkDerivation { pname = "beam-sqlite"; - version = "0.5.3.0"; - sha256 = "050nqjx6916j9c499i5zskankpg3bbh9f4m8lrnmf0mj4hsl96m4"; - revision = "2"; - editedCabalFile = "0ls88df3ls7xlc9w6kd7vfaichpbs2rmigd372j5sh7iqa6n0p9a"; + version = "0.5.4.0"; + sha256 = "14yhbmq07768w8wa5ffwjnb315ln4ynkfz49z255l4pdwrpix406"; libraryHaskellDepends = [ aeson attoparsec base beam-core beam-migrate bytestring dlist free hashable monad-control mtl network-uri scientific sqlite-simple - text time transformers-base unix + text time transformers-base ]; testHaskellDepends = [ base beam-core beam-migrate sqlite-simple tasty @@ -48259,8 +47701,8 @@ self: { }: mkDerivation { pname = "bech32"; - version = "1.1.7"; - sha256 = "1ql79scbjxrmllizywhzdys1bx565lqvj81851wzdkww662lhvpg"; + version = "1.1.8"; + sha256 = "0y9k93c5rxh0wjdyz4f1qpp6kljdbsrmy5appp4aqvwq2nqz9aas"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -48288,8 +47730,8 @@ self: { }: mkDerivation { pname = "bech32-th"; - version = "1.1.7"; - sha256 = "0a71jcvgnfsn24d2bppiprx4yb5cnsr85rsgzax3547shiqpli1n"; + version = "1.1.8"; + sha256 = "0dg79llv3rrakhskzpbs1qdwjn8i1whn1fn3xqkd9scmwh26a2n2"; libraryHaskellDepends = [ base bech32 template-haskell text ]; testHaskellDepends = [ base bech32 hspec template-haskell ]; testToolDepends = [ hspec-discover ]; @@ -48517,21 +47959,6 @@ self: { }) {}; "benchpress" = callPackage - ({ mkDerivation, base, bytestring, mtl, time }: - mkDerivation { - pname = "benchpress"; - version = "0.2.2.23"; - sha256 = "0fys04n01484hf4gxgxkwr890d6psaphw0j4vnq82p36fa5zdjkc"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base mtl time ]; - executableHaskellDepends = [ base bytestring time ]; - description = "Micro-benchmarking with detailed statistics"; - license = lib.licenses.bsd3; - mainProgram = "example"; - }) {}; - - "benchpress_0_2_2_25" = callPackage ({ mkDerivation, base, bytestring, mtl, time }: mkDerivation { pname = "benchpress"; @@ -48543,7 +47970,6 @@ self: { executableHaskellDepends = [ base bytestring time ]; description = "Micro-benchmarking with detailed statistics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "example"; }) {}; @@ -49316,23 +48742,6 @@ self: { }) {}; "bin" = callPackage - ({ mkDerivation, base, boring, dec, deepseq, fin, hashable - , QuickCheck, some - }: - mkDerivation { - pname = "bin"; - version = "0.1.3"; - sha256 = "14kd29szzpngyvibylkwh6yfyrpyhxhnjf6590kq0dkfpmrzg77v"; - revision = "1"; - editedCabalFile = "0schv2ilmkd37wsw777lx44x4nfs5pn0d7n8wkamzi8m8h0qi5l9"; - libraryHaskellDepends = [ - base boring dec deepseq fin hashable QuickCheck some - ]; - description = "Bin: binary natural numbers"; - license = lib.licenses.gpl2Plus; - }) {}; - - "bin_0_1_4" = callPackage ({ mkDerivation, base, boring, dec, deepseq, fin, hashable , QuickCheck, some }: @@ -49347,7 +48756,6 @@ self: { ]; description = "Bin: binary natural numbers"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "binance-exports" = callPackage @@ -49581,33 +48989,6 @@ self: { }) {}; "binary-instances" = callPackage - ({ mkDerivation, aeson, base, binary, binary-orphans, bytestring - , case-insensitive, hashable, primitive, QuickCheck - , quickcheck-instances, scientific, tagged, tasty, tasty-quickcheck - , text, text-binary, time-compat, unordered-containers, vector - , vector-binary-instances - }: - mkDerivation { - pname = "binary-instances"; - version = "1.0.4"; - sha256 = "0pv4idgzl2wkm15ih594gbw6wihwrdspa91j5ajgwr4ikx6f3v3h"; - revision = "3"; - editedCabalFile = "1ih6sdi3lhrpv78l9mikpz15r0yplnxgm9ml728ai4ja4hjjfwbb"; - libraryHaskellDepends = [ - aeson base binary binary-orphans case-insensitive hashable - primitive scientific tagged text text-binary time-compat - unordered-containers vector vector-binary-instances - ]; - testHaskellDepends = [ - aeson base binary bytestring case-insensitive hashable primitive - QuickCheck quickcheck-instances scientific tagged tasty - tasty-quickcheck text time-compat unordered-containers vector - ]; - description = "Orphan instances for binary"; - license = lib.licenses.bsd3; - }) {}; - - "binary-instances_1_0_5" = callPackage ({ mkDerivation, aeson, base, binary, binary-orphans, bytestring , case-insensitive, hashable, primitive, QuickCheck , quickcheck-instances, scientific, tagged, tasty, tasty-quickcheck @@ -49632,7 +49013,6 @@ self: { ]; description = "Orphan instances for binary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "binary-io" = callPackage @@ -49691,6 +49071,8 @@ self: { pname = "binary-orphans"; version = "1.0.5"; sha256 = "13a08if69wdmc8hb7jynhllgh8jh7qbk9spygb096l9aijgaxyrr"; + revision = "1"; + editedCabalFile = "0pqzv84g0jkx2329p6qv10kd4nbms9ic704ljw4jsrxfg9bdy5qj"; libraryHaskellDepends = [ base binary ]; testHaskellDepends = [ base binary OneTuple QuickCheck quickcheck-instances tagged tasty @@ -52599,8 +51981,8 @@ self: { pname = "blank-canvas"; version = "0.7.4"; sha256 = "1qm0ms3jk8m5zv81lh3pn5n04afyq7bpn9lc137ddmm9blnkzndi"; - revision = "5"; - editedCabalFile = "0ijknbbczq3x9i8b1vyx0ivla5ijdp4zxri8hcgpkv0fi3l0xrs4"; + revision = "6"; + editedCabalFile = "1lyx0j47dlr4pn3fwvx1lqd71i5pnikf3d15s755knwifc8z3mgg"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base base-compat-batteries base64-bytestring bytestring @@ -53354,34 +52736,6 @@ self: { }) {}; "bloodhound" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, containers - , errors, exceptions, generic-random, hashable, hspec, http-client - , http-types, microlens, microlens-aeson, mtl, network-uri - , pretty-simple, QuickCheck, quickcheck-properties, scientific - , semigroups, semver, temporary, text, time, transformers - , unix-compat, unordered-containers, vector - }: - mkDerivation { - pname = "bloodhound"; - version = "0.21.0.0"; - sha256 = "01znn7g5vnhdharl8cl2symffqinbz9syanpnim3ijx7015nasf1"; - libraryHaskellDepends = [ - aeson base blaze-builder bytestring containers exceptions hashable - http-client http-types mtl network-uri scientific semigroups semver - text time transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base blaze-builder bytestring containers errors exceptions - generic-random hashable hspec http-client http-types microlens - microlens-aeson mtl network-uri pretty-simple QuickCheck - quickcheck-properties scientific semigroups semver temporary text - time transformers unix-compat unordered-containers vector - ]; - description = "Elasticsearch client library for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "bloodhound_0_23_0_0" = callPackage ({ mkDerivation, aeson, aeson-optics, base, blaze-builder , bytestring, containers, doctest, errors, exceptions , generic-random, hashable, hspec, hspec-discover, http-client @@ -53409,7 +52763,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Elasticsearch client library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bloodhound-amazonka-auth" = callPackage @@ -53634,18 +52987,6 @@ self: { }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; "bluefin" = callPackage - ({ mkDerivation, bluefin-internal }: - mkDerivation { - pname = "bluefin"; - version = "0.0.12.1"; - sha256 = "05aiz02glc6iwfjy8a69zisqq8zg3i5bzmkp0vlyr00k4crd1l0j"; - libraryHaskellDepends = [ bluefin-internal ]; - description = "The Bluefin effect system"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.maralorn ]; - }) {}; - - "bluefin_0_0_14_0" = callPackage ({ mkDerivation, bluefin-internal }: mkDerivation { pname = "bluefin"; @@ -53654,7 +52995,6 @@ self: { libraryHaskellDepends = [ bluefin-internal ]; description = "The Bluefin effect system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -53677,23 +53017,6 @@ self: { }) {}; "bluefin-internal" = callPackage - ({ mkDerivation, async, base, monad-control, transformers - , transformers-base, unliftio-core - }: - mkDerivation { - pname = "bluefin-internal"; - version = "0.0.13.0"; - sha256 = "0plx77x4xdqy51485kkrpy0inshv9dx1c4h4iry3i4gqyywbdxr8"; - libraryHaskellDepends = [ - async base monad-control transformers transformers-base - unliftio-core - ]; - testHaskellDepends = [ base ]; - description = "The Bluefin effect system, internals"; - license = lib.licenses.mit; - }) {}; - - "bluefin-internal_0_0_14_0" = callPackage ({ mkDerivation, async, base, monad-control, transformers , transformers-base, unliftio-core }: @@ -53710,7 +53033,6 @@ self: { testHaskellDepends = [ base ]; description = "The Bluefin effect system, internals"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "bluemix-sdk" = callPackage @@ -54480,26 +53802,6 @@ self: { }) {}; "boomwhacker" = callPackage - ({ mkDerivation, array, base, containers, event-list, filepath - , HPDF, midi, non-empty, optparse-applicative, shell-utility - , utility-ht - }: - mkDerivation { - pname = "boomwhacker"; - version = "0.0.1"; - sha256 = "1vzjw89warn3rr6vdggfmisj4ki5c4fdxrrrs4f7l9k9n3b4rggv"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - array base containers event-list filepath HPDF midi non-empty - optparse-applicative shell-utility utility-ht - ]; - description = "Convert MIDI file to play-along boomwhacker animation"; - license = lib.licenses.bsd3; - mainProgram = "boomwhacker"; - }) {}; - - "boomwhacker_0_0_2" = callPackage ({ mkDerivation, array, base, containers, event-list, filepath , HPDF, midi, non-empty, non-negative, optparse-applicative , shell-utility, time, transformers, utility-ht @@ -54518,7 +53820,6 @@ self: { ]; description = "Convert MIDI file to play-along boomwhacker animation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "boomwhacker"; }) {}; @@ -54697,6 +53998,8 @@ self: { pname = "boring"; version = "0.2.2"; sha256 = "11pgndkjvy2j0jfaww92nmlkn2r27v6a253hzdc7dcb9zwgsz2wj"; + revision = "1"; + editedCabalFile = "139fba0i0ksh9chy0c86cv9v8nldwd62rw8h4a33g8rh131hbmzn"; libraryHaskellDepends = [ base tagged transformers ]; description = "Boring and Absurd types"; license = lib.licenses.bsd3; @@ -54956,8 +54259,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "bounded-qsem"; - version = "0.1.0.2"; - sha256 = "0arqwky5s64xz2sl0032vbczd4lh84yv059g0rj5nbswns0gdrhy"; + version = "0.1.0.3"; + sha256 = "1wilhk7jc9g3wg332pk4c60yghyg4cwdy77fy3b7y5id3j848zcg"; libraryHaskellDepends = [ base ]; description = "Bounded quantity semaphores"; license = lib.licenses.mit; @@ -55394,12 +54697,12 @@ self: { , data-clist, deepseq, directory, exceptions, filepath, microlens , microlens-mtl, microlens-th, mtl, QuickCheck, stm , template-haskell, text, text-zipper, unix-compat, vector, vty - , vty-crossplatform, vty-unix, word-wrap + , vty-crossplatform, word-wrap }: mkDerivation { pname = "brick"; - version = "2.1.1"; - sha256 = "07mk68sw5bl333lv5lrnnnf1c9d80rd4cmaspxn3xsrhf5phsa1h"; + version = "2.4"; + sha256 = "124l7yay5q5dxmpf48a4m8b7fnkwpv0shsy78qjpw5fdvqf9xkvz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -55409,32 +54712,31 @@ self: { vty-crossplatform word-wrap ]; testHaskellDepends = [ - base containers microlens QuickCheck vector vty vty-unix + base containers microlens QuickCheck vector vty vty-crossplatform ]; description = "A declarative terminal user interface library"; license = lib.licenses.bsd3; }) {}; - "brick_2_6" = callPackage + "brick_2_7" = callPackage ({ mkDerivation, base, bimap, bytestring, config-ini, containers - , data-clist, deepseq, directory, exceptions, filepath, microlens - , microlens-mtl, microlens-th, mtl, QuickCheck, stm - , template-haskell, text, text-zipper, unix-compat, vector, vty - , vty-crossplatform, word-wrap + , data-clist, deepseq, directory, exceptions, filepath, hashable + , microlens, microlens-mtl, microlens-th, mtl, QuickCheck, stm + , template-haskell, text, text-zipper, time, unix-compat + , unordered-containers, vector, vty, vty-crossplatform, word-wrap }: mkDerivation { pname = "brick"; - version = "2.6"; - sha256 = "19630fcg72y1vynrgssyn78xcrhmzyh4qaapynj3bkgmqm7d6qfk"; - revision = "1"; - editedCabalFile = "1nvswfwb4bj76vx20nq04nywqq38jaq9296wzi6hqa0rzsajva4s"; + version = "2.7"; + sha256 = "0aiawxqayxhb2cciaydd3nw37kq3rnnl5j30s08vpysm7k58g20j"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base bimap bytestring config-ini containers data-clist deepseq - directory exceptions filepath microlens microlens-mtl microlens-th - mtl stm template-haskell text text-zipper unix-compat vector vty - vty-crossplatform word-wrap + directory exceptions filepath hashable microlens microlens-mtl + microlens-th mtl stm template-haskell text text-zipper time + unix-compat unordered-containers vector vty vty-crossplatform + word-wrap ]; testHaskellDepends = [ base containers microlens QuickCheck vector vty vty-crossplatform @@ -56552,28 +55854,6 @@ self: { }) {}; "bugsnag" = callPackage - ({ mkDerivation, aeson, annotated-exception, base, bugsnag-hs - , bytestring, containers, Glob, hspec, http-client, http-client-tls - , parsec, template-haskell, text, th-lift-instances, ua-parser - , unliftio, unordered-containers - }: - mkDerivation { - pname = "bugsnag"; - version = "1.1.0.0"; - sha256 = "17iard7dzydyc9gin0b3jk9k55sr20hck71smpzyr8dfs2d3wa3z"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson annotated-exception base bugsnag-hs bytestring containers - Glob http-client http-client-tls parsec template-haskell text - th-lift-instances ua-parser unliftio unordered-containers - ]; - testHaskellDepends = [ annotated-exception base hspec unliftio ]; - description = "Bugsnag error reporter for Haskell"; - license = lib.licenses.mit; - }) {}; - - "bugsnag_1_1_0_1" = callPackage ({ mkDerivation, aeson, annotated-exception, base, bugsnag-hs , bytestring, containers, Glob, hspec, http-client, http-client-tls , parsec, template-haskell, text, th-lift-instances, ua-parser @@ -56593,7 +55873,6 @@ self: { testHaskellDepends = [ annotated-exception base hspec unliftio ]; description = "Bugsnag error reporter for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "bugsnag-haskell" = callPackage @@ -57486,34 +56765,6 @@ self: { }) {}; "bytebuild" = callPackage - ({ mkDerivation, base, byteslice, bytestring, gauge - , haskell-src-meta, integer-logarithms, natural-arithmetic - , primitive, primitive-offset, QuickCheck, quickcheck-instances - , run-st, tasty, tasty-hunit, tasty-quickcheck, template-haskell - , text, text-short, wide-word, zigzag - }: - mkDerivation { - pname = "bytebuild"; - version = "0.3.16.2"; - sha256 = "11wnsj71dd8p5ag7z8kb9pav8l86plg2jq6mrj5y6bk8ajw3zd9c"; - libraryHaskellDepends = [ - base byteslice bytestring haskell-src-meta integer-logarithms - natural-arithmetic primitive primitive-offset run-st - template-haskell text text-short wide-word zigzag - ]; - testHaskellDepends = [ - base byteslice bytestring natural-arithmetic primitive QuickCheck - quickcheck-instances tasty tasty-hunit tasty-quickcheck text - text-short wide-word - ]; - benchmarkHaskellDepends = [ - base byteslice gauge natural-arithmetic primitive text-short - ]; - description = "Build byte arrays"; - license = lib.licenses.bsd3; - }) {}; - - "bytebuild_0_3_16_3" = callPackage ({ mkDerivation, base, byteslice, bytestring, gauge , haskell-src-meta, integer-logarithms, natural-arithmetic , primitive, primitive-offset, QuickCheck, quickcheck-instances @@ -57539,7 +56790,6 @@ self: { ]; description = "Build byte arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bytedump" = callPackage @@ -57557,32 +56807,6 @@ self: { }) {}; "bytehash" = callPackage - ({ mkDerivation, base, byte-order, byteslice, bytesmith, bytestring - , entropy, gauge, hedgehog, primitive, primitive-unlifted, split - , tasty, tasty-hedgehog, tasty-hunit, transformers - , unordered-containers - }: - mkDerivation { - pname = "bytehash"; - version = "0.1.1.0"; - sha256 = "08apq1pv5v42q8k3l1xkgba7c4g61ckbwcpz02d93lzv3qhhbxm1"; - libraryHaskellDepends = [ - base byte-order byteslice bytestring entropy primitive - primitive-unlifted transformers - ]; - testHaskellDepends = [ - base byteslice entropy hedgehog primitive tasty tasty-hedgehog - tasty-hunit - ]; - benchmarkHaskellDepends = [ - base byteslice bytesmith bytestring entropy gauge primitive - primitive-unlifted split unordered-containers - ]; - description = "Universal hashing of bytes"; - license = lib.licenses.bsd3; - }) {}; - - "bytehash_0_1_1_2" = callPackage ({ mkDerivation, base, byteslice, bytestring, containers, entropy , gauge, hedgehog, primitive, primitive-unlifted, split, tasty , tasty-hedgehog, tasty-hunit, transformers, unordered-containers @@ -57607,7 +56831,6 @@ self: { ]; description = "Universal hashing of bytes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bytelog" = callPackage @@ -57676,26 +56899,6 @@ self: { }) {}; "bytes" = callPackage - ({ mkDerivation, base, binary, binary-orphans, bytestring, cereal - , containers, hashable, scientific, text, time, transformers - , transformers-compat, unordered-containers, void - }: - mkDerivation { - pname = "bytes"; - version = "0.17.3"; - sha256 = "1ir9v4gjw7zgm9f55wa3y8wgn4zfpi71pvbsdmjgjk9dh02wy2ni"; - revision = "2"; - editedCabalFile = "1l9cc914rrkfw10s6n00azr6f546vr56xmmsd3nplm0pq0q52y2c"; - libraryHaskellDepends = [ - base binary binary-orphans bytestring cereal containers hashable - scientific text time transformers transformers-compat - unordered-containers void - ]; - description = "Sharing code for serialization between binary and cereal"; - license = lib.licenses.bsd3; - }) {}; - - "bytes_0_17_4" = callPackage ({ mkDerivation, base, binary, binary-orphans, bytestring, cereal , containers, hashable, scientific, text, time, transformers , transformers-compat, unordered-containers, void @@ -57713,7 +56916,6 @@ self: { ]; description = "Sharing code for serialization between binary and cereal"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bytes-metrics" = callPackage @@ -57761,29 +56963,6 @@ self: { }) {}; "byteslice" = callPackage - ({ mkDerivation, base, bytestring, gauge, natural-arithmetic - , primitive, primitive-addr, primitive-unlifted, quickcheck-classes - , run-st, tasty, tasty-hunit, tasty-quickcheck, text, text-short - , transformers, tuples, vector - }: - mkDerivation { - pname = "byteslice"; - version = "0.2.13.2"; - sha256 = "1z1zjhhnsrnr2qbldl6kk756cy5mim1pv02zy3p1vb9ahq7v7iv7"; - libraryHaskellDepends = [ - base bytestring natural-arithmetic primitive primitive-addr - primitive-unlifted run-st text text-short tuples vector - ]; - testHaskellDepends = [ - base bytestring primitive quickcheck-classes tasty tasty-hunit - tasty-quickcheck text transformers - ]; - benchmarkHaskellDepends = [ base gauge ]; - description = "Slicing managed and unmanaged memory"; - license = lib.licenses.bsd3; - }) {}; - - "byteslice_0_2_14_0" = callPackage ({ mkDerivation, base, bytestring, gauge, natural-arithmetic , primitive, primitive-addr, primitive-unlifted, quickcheck-classes , run-st, tasty, tasty-hunit, tasty-quickcheck, text, text-short @@ -57804,7 +56983,6 @@ self: { benchmarkHaskellDepends = [ base gauge ]; description = "Slicing managed and unmanaged memory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "bytesmith" = callPackage @@ -58471,32 +57649,6 @@ self: { }) {inherit (pkgs) bzip2;}; "bzlib-conduit" = callPackage - ({ mkDerivation, base, bindings-DSL, bytestring, bzip2, conduit - , data-default-class, hspec, mtl, random, resourcet - }: - mkDerivation { - pname = "bzlib-conduit"; - version = "0.3.0.3"; - sha256 = "0v7dvdwh9f7sic7b2m6lzz1brpa7r1k8ab7pml20fqq6vkmfm5l1"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base bindings-DSL bytestring conduit data-default-class mtl - resourcet - ]; - librarySystemDepends = [ bzip2 ]; - testHaskellDepends = [ - base bindings-DSL bytestring conduit data-default-class hspec mtl - random resourcet - ]; - benchmarkHaskellDepends = [ - base bindings-DSL bytestring conduit data-default-class mtl - resourcet - ]; - description = "Streaming compression/decompression via conduits"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) bzip2;}; - - "bzlib-conduit_0_3_0_4" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, bzip2, conduit , data-default-class, hspec, mtl, random, resourcet }: @@ -58520,7 +57672,6 @@ self: { ]; description = "Streaming compression/decompression via conduits"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) bzip2;}; "bzlib-conduit-jappie" = callPackage @@ -59576,8 +58727,8 @@ self: { }: mkDerivation { pname = "cabal-install"; - version = "3.14.1.0"; - sha256 = "18cdb2wvic41d6259na9c7ivlgzy89ci8q6d87ri0j0n4x0xkfjb"; + version = "3.14.1.1"; + sha256 = "1kmsnvdid2pc1r395id8h1vi8ckphm9h9rl7m5sn5d3zp153c7gi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -59677,6 +58828,35 @@ self: { }) {}; "cabal-install-parsers" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring + , binary, binary-instances, bytestring, Cabal-syntax, containers + , criterion, cryptohash-sha256, deepseq, directory, filepath, lukko + , network-uri, parsec, pretty, tar, tasty, tasty-golden + , tasty-hunit, text, time, transformers, tree-diff + }: + mkDerivation { + pname = "cabal-install-parsers"; + version = "0.6.1.1"; + sha256 = "1w4kbc7435qbkflb8rkmfgyqw3fynyfqgvy4mxay1r1zfknqvq0b"; + libraryHaskellDepends = [ + aeson base base16-bytestring binary binary-instances bytestring + Cabal-syntax containers cryptohash-sha256 deepseq directory + filepath lukko network-uri parsec pretty tar text time transformers + ]; + testHaskellDepends = [ + ansi-terminal base base16-bytestring bytestring Cabal-syntax + containers directory filepath pretty tar tasty tasty-golden + tasty-hunit tree-diff + ]; + benchmarkHaskellDepends = [ + base bytestring Cabal-syntax containers criterion directory + filepath + ]; + description = "Utilities to work with cabal-install files"; + license = "GPL-2.0-or-later AND BSD-3-Clause"; + }) {}; + + "cabal-install-parsers_0_6_2" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, base16-bytestring , binary, binary-instances, bytestring, Cabal-syntax, containers , criterion, cryptohash-sha256, deepseq, directory, filepath, lukko @@ -59703,6 +58883,7 @@ self: { ]; description = "Utilities to work with cabal-install files"; license = "GPL-2.0-or-later AND BSD-3-Clause"; + hydraPlatforms = lib.platforms.none; }) {}; "cabal-install-solver" = callPackage @@ -59847,36 +59028,6 @@ self: { }) {}; "cabal-plan" = callPackage - ({ mkDerivation, aeson, ansi-terminal, async, base, base-compat - , base16-bytestring, bytestring, containers, directory, filepath - , mtl, optics-core, optparse-applicative, parsec, process - , semialign, singleton-bool, text, these, topograph, transformers - , vector - }: - mkDerivation { - pname = "cabal-plan"; - version = "0.7.3.0"; - sha256 = "0rjyf5dh13kqwjr520i4w1g7y37nv4rn7vbpkgcjf5qi9f2m9p6c"; - revision = "3"; - editedCabalFile = "1d9wii8gca1g7q6dr3y4yi08xnq2dw5wfk911abp34r5vf8zmgwm"; - configureFlags = [ "-fexe" ]; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring containers directory - filepath text - ]; - executableHaskellDepends = [ - ansi-terminal async base base-compat bytestring containers - directory mtl optics-core optparse-applicative parsec process - semialign singleton-bool text these topograph transformers vector - ]; - description = "Library and utility for processing cabal's plan.json file"; - license = lib.licenses.gpl2Plus; - mainProgram = "cabal-plan"; - }) {}; - - "cabal-plan_0_7_4_0" = callPackage ({ mkDerivation, aeson, ansi-terminal, async, base , base16-bytestring, bytestring, containers, directory, filepath , mtl, optics-core, optparse-applicative, parsec, process @@ -59901,7 +59052,6 @@ self: { ]; description = "Library and utility for processing cabal's plan.json file"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "cabal-plan"; }) {}; @@ -59959,29 +59109,6 @@ self: { }) {}; "cabal-rpm" = callPackage - ({ mkDerivation, aeson, base, bytestring, Cabal, cached-json-file - , directory, extra, filepath, http-client, http-client-tls - , http-conduit, http-query, optparse-applicative, process - , simple-cabal, simple-cmd, simple-cmd-args, text, time, unix - }: - mkDerivation { - pname = "cabal-rpm"; - version = "2.1.5"; - sha256 = "1ksd0q2hzmb5fszrmq5lzc0qfliqrkc51r07kzpd1p8bngcvmb2m"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base bytestring Cabal cached-json-file directory extra - filepath http-client http-client-tls http-conduit http-query - optparse-applicative process simple-cabal simple-cmd - simple-cmd-args text time unix - ]; - description = "RPM packaging tool for Haskell Cabal-based packages"; - license = lib.licenses.gpl3Only; - mainProgram = "cabal-rpm"; - }) {}; - - "cabal-rpm_2_2_1" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, cached-json-file , directory, extra, filepath, http-client, http-client-tls , http-query, simple-cabal, simple-cmd, simple-cmd-args, text, time @@ -60002,7 +59129,6 @@ self: { ]; description = "RPM packaging tool for Haskell Cabal-based packages"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; mainProgram = "cabal-rpm"; }) {}; @@ -60960,20 +60086,6 @@ self: { }) {inherit (pkgs) cairo;}; "cairo-image" = callPackage - ({ mkDerivation, base, c-enum, cairo, primitive, template-haskell - }: - mkDerivation { - pname = "cairo-image"; - version = "0.1.0.3"; - sha256 = "0yppvcnsd78cdls67lmz9bbxiqxhl9hxl2n742gls5q1bmi93np2"; - libraryHaskellDepends = [ base c-enum primitive template-haskell ]; - libraryPkgconfigDepends = [ cairo ]; - testHaskellDepends = [ base c-enum primitive template-haskell ]; - description = "Image for Cairo"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) cairo;}; - - "cairo-image_0_1_0_4" = callPackage ({ mkDerivation, base, c-enum, cairo, primitive, template-haskell }: mkDerivation { @@ -60985,7 +60097,6 @@ self: { testHaskellDepends = [ base c-enum primitive template-haskell ]; description = "Image for Cairo"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) cairo;}; "cake" = callPackage @@ -61312,30 +60423,6 @@ self: { }) {}; "call-alloy" = callPackage - ({ mkDerivation, async, base, bytestring, containers, directory - , extra, filepath, hspec, mtl, process, split, string-interpolate - , transformers, trifecta, unix - }: - mkDerivation { - pname = "call-alloy"; - version = "0.4.1.1"; - sha256 = "0ykq7vp9qm538q61crl3hbzd3kjia8q5alf5db62zpv80ffsj1pg"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - async base bytestring containers directory extra filepath mtl - process split transformers trifecta unix - ]; - testHaskellDepends = [ - async base bytestring containers directory extra filepath hspec mtl - process split string-interpolate transformers trifecta unix - ]; - description = "A simple library to call Alloy given a specification"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "call-alloy_0_5_0_1" = callPackage ({ mkDerivation, async, base, bytestring, containers, directory , exceptions, extra, file-embed, filepath, hspec, process, split , string-interpolate, transformers, trifecta, unix @@ -62949,26 +62036,6 @@ self: { }) {}; "cassava-megaparsec" = callPackage - ({ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec - , megaparsec, unordered-containers, vector - }: - mkDerivation { - pname = "cassava-megaparsec"; - version = "2.0.4"; - sha256 = "0pg9z38jmrylbj683b6pf7psipp7lrdq6mn1hbj8v2gj5lh8yf8n"; - revision = "1"; - editedCabalFile = "1nknyqs8bb3qiysq5a2n1f7lzgkr8b0pvshg5jx5z5wgfmpjmyjf"; - libraryHaskellDepends = [ - base bytestring cassava megaparsec unordered-containers vector - ]; - testHaskellDepends = [ - base bytestring cassava hspec hspec-megaparsec vector - ]; - description = "Megaparsec parser of CSV files that plays nicely with Cassava"; - license = lib.licenses.mit; - }) {}; - - "cassava-megaparsec_2_1_1" = callPackage ({ mkDerivation, base, bytestring, cassava, hspec, hspec-megaparsec , megaparsec, unordered-containers, vector }: @@ -62984,7 +62051,6 @@ self: { ]; description = "Megaparsec parser of CSV files that plays nicely with Cassava"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "cassava-records" = callPackage @@ -63368,23 +62434,23 @@ self: { "cauldron" = callPackage ({ mkDerivation, algebraic-graphs, base, bytestring, containers - , multicurryable, sop-core, tasty, tasty-hunit, text, transformers + , tasty, tasty-hunit, text, transformers }: mkDerivation { pname = "cauldron"; - version = "0.4.0.0"; - sha256 = "1apyjq74xscjzc03wibv9zm0kzqggm8rw0jg52xb8lj5bh5wxgmj"; + version = "0.6.1.0"; + sha256 = "04anjjpjvj51x27mq9n2sc88v6398bz5ljzq049d879avl0i08sj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - algebraic-graphs base bytestring containers multicurryable sop-core - text + algebraic-graphs base bytestring containers text ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ - base containers tasty tasty-hunit text transformers + algebraic-graphs base containers tasty tasty-hunit text + transformers ]; - description = "Toy dependency injection framework"; + description = "Dependency injection library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; mainProgram = "cauldron-example-wiring"; @@ -64771,23 +63837,6 @@ self: { }) {}; "charset" = callPackage - ({ mkDerivation, array, base, bytestring, containers - , unordered-containers - }: - mkDerivation { - pname = "charset"; - version = "0.3.10"; - sha256 = "1y9571120f428rkif97w4vwjas9x0916qgl9kkm71yxjz7dm2ihy"; - revision = "1"; - editedCabalFile = "0m92xqpmfnhv6ii1rdfplw4w6fkmzxciwi02vjxsk1ga5bzjw1mc"; - libraryHaskellDepends = [ - array base bytestring containers unordered-containers - ]; - description = "Fast unicode character sets based on complemented PATRICIA tries"; - license = lib.licenses.bsd3; - }) {}; - - "charset_0_3_11" = callPackage ({ mkDerivation, array, base, bytestring, containers , unordered-containers }: @@ -64800,7 +63849,6 @@ self: { ]; description = "Fast unicode character sets based on complemented PATRICIA tries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "charsetdetect" = callPackage @@ -64861,20 +63909,21 @@ self: { }) {}; "chart-svg" = callPackage - ({ mkDerivation, adjunctions, attoparsec, base, bytestring, Color - , containers, cubicbezier, flatparse, foldl, formatn, markup-parse - , mtl, numhask, numhask-array, numhask-space, optics-core, random - , string-interpolate, text, time + ({ mkDerivation, base, bytestring, Color, containers, cubicbezier + , doctest-parallel, flatparse, formatn, harpie, markup-parse, mtl + , numhask, numhask-space, optics-core, random, string-interpolate + , text, time }: mkDerivation { pname = "chart-svg"; - version = "0.5.2.0"; - sha256 = "0czyciw0z4cxc1xkwzw0vx5g39kc01rfnii01bxnv8cbll9hbsi7"; + version = "0.7.0.0"; + sha256 = "1v1dhvn4rgv191byvr5dvaxifd48hskpqvv3kzpsq40ii7hqyj4m"; libraryHaskellDepends = [ - adjunctions attoparsec base bytestring Color containers cubicbezier - flatparse foldl formatn markup-parse mtl numhask numhask-array - numhask-space optics-core random string-interpolate text time + base bytestring Color containers cubicbezier flatparse formatn + harpie markup-parse mtl numhask numhask-space optics-core random + string-interpolate text time ]; + testHaskellDepends = [ base doctest-parallel ]; description = "Charting library targetting SVGs"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -65580,29 +64629,6 @@ self: { }) {}; "chimera" = callPackage - ({ mkDerivation, adjunctions, base, distributive, infinite-list - , mtl, primitive, QuickCheck, random, tasty, tasty-bench - , tasty-hunit, tasty-quickcheck, tasty-smallcheck, transformers - , vector - }: - mkDerivation { - pname = "chimera"; - version = "0.3.4.0"; - sha256 = "1g3bpwhka21x6rl8c8zdwywn7vbq7gp5mc8hb5w24bh0j7cxr67l"; - libraryHaskellDepends = [ - adjunctions base distributive infinite-list mtl primitive - transformers vector - ]; - testHaskellDepends = [ - base QuickCheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck - vector - ]; - benchmarkHaskellDepends = [ base mtl random tasty tasty-bench ]; - description = "Lazy infinite streams with O(1) indexing and applications for memoization"; - license = lib.licenses.bsd3; - }) {}; - - "chimera_0_4_1_0" = callPackage ({ mkDerivation, adjunctions, base, distributive, infinite-list , mtl, primitive, QuickCheck, random, tasty, tasty-bench , tasty-hunit, tasty-quickcheck, tasty-smallcheck, transformers @@ -65625,7 +64651,6 @@ self: { ]; description = "Lazy infinite streams with O(1) indexing and applications for memoization"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "chiphunk" = callPackage @@ -65974,34 +64999,6 @@ self: { }) {}; "chronos" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice - , bytesmith, bytestring, criterion, deepseq, hashable, HUnit - , natural-arithmetic, old-locale, primitive, QuickCheck - , test-framework, test-framework-hunit, test-framework-quickcheck2 - , text, text-short, thyme, time, torsor, vector - }: - mkDerivation { - pname = "chronos"; - version = "1.1.6.1"; - sha256 = "0na2gv174g4b6g2x4sd0g6gyij7mxidbsdfcw038acs7a94yb61r"; - libraryHaskellDepends = [ - aeson attoparsec base bytebuild byteslice bytesmith bytestring - deepseq hashable natural-arithmetic primitive text text-short - torsor vector - ]; - testHaskellDepends = [ - aeson attoparsec base bytestring HUnit QuickCheck test-framework - test-framework-hunit test-framework-quickcheck2 text torsor - ]; - benchmarkHaskellDepends = [ - attoparsec base bytestring criterion deepseq old-locale QuickCheck - text text-short thyme time - ]; - description = "A high-performance time library"; - license = lib.licenses.bsd3; - }) {}; - - "chronos_1_1_6_2" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytebuild, byteslice , bytesmith, bytestring, criterion, deepseq, hashable, HUnit , natural-arithmetic, old-locale, primitive, QuickCheck @@ -66027,7 +65024,6 @@ self: { ]; description = "A high-performance time library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "chronos-bench" = callPackage @@ -66973,6 +65969,18 @@ self: { broken = true; }) {}; + "cl3-posit" = callPackage + ({ mkDerivation, base, cl3, deepseq, posit, random, time }: + mkDerivation { + pname = "cl3-posit"; + version = "1.0.0.0"; + sha256 = "0jyf0m4jhrh1r1lb5gsh9lkxl2p3ab908svm8br01dvbhrpmmn1x"; + libraryHaskellDepends = [ base cl3 deepseq posit random ]; + testHaskellDepends = [ base posit random time ]; + description = "Clifford Algebra of three dimensional space, implemented with Posit numbers"; + license = lib.licenses.bsd3; + }) {}; + "clac" = callPackage ({ mkDerivation, base, containers, dsp, optparse-applicative , plailude, pretty-tree, safe, split @@ -67180,9 +66188,9 @@ self: { "clash-ghc" = callPackage ({ mkDerivation, array, base, bytestring, Cabal, clash-lib - , clash-prelude, concurrent-supply, containers, data-binary-ieee754 - , deepseq, directory, exceptions, extra, filepath, ghc, ghc-bignum - , ghc-boot, ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat + , clash-prelude, containers, data-binary-ieee754, deepseq + , directory, exceptions, extra, filepath, ghc, ghc-bignum, ghc-boot + , ghc-prim, ghc-typelits-extra, ghc-typelits-knownnat , ghc-typelits-natnormalise, ghci, hashable, haskeline, lens, mtl , primitive, process, reflection, split, string-interpolate , template-haskell, text, time, transformers, uniplate, unix @@ -67190,18 +66198,16 @@ self: { }: mkDerivation { pname = "clash-ghc"; - version = "1.8.1"; - sha256 = "1xjf3z043sn7r35pkbpyxl4agyl2hz3mj7iikridxsddjqrmr5y4"; - revision = "3"; - editedCabalFile = "0mahgzizvk6dy9anlhy2svv9cc6jpihnnaayi6drzfizy5rxfnwx"; + version = "1.8.2"; + sha256 = "1pwbpk0f502jx37raq4n64c39jgcrzbya7nzzi6mq7wjm1xmxnsw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - array base bytestring Cabal clash-lib clash-prelude - concurrent-supply containers data-binary-ieee754 deepseq directory - exceptions extra filepath ghc ghc-bignum ghc-boot ghc-prim - ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise - ghci hashable haskeline lens mtl primitive process reflection split + array base bytestring Cabal clash-lib clash-prelude containers + data-binary-ieee754 deepseq directory exceptions extra filepath ghc + ghc-bignum ghc-boot ghc-prim ghc-typelits-extra + ghc-typelits-knownnat ghc-typelits-natnormalise ghci hashable + haskeline lens mtl primitive process reflection split string-interpolate template-haskell text time transformers uniplate unix unordered-containers utf8-string vector ]; @@ -67213,46 +66219,44 @@ self: { "clash-lib" = callPackage ({ mkDerivation, aeson, aeson-pretty, ansi-terminal, array, async , attoparsec, attoparsec-aeson, base, base16-bytestring, binary - , bytestring, clash-prelude, concurrent-supply, containers - , cryptohash-sha256, data-binary-ieee754, data-default, deepseq - , directory, dlist, doctest-parallel, exceptions, extra, filepath - , ghc, ghc-bignum, ghc-boot-th, ghc-typelits-knownnat, Glob - , hashable, haskell-src-exts, haskell-src-meta, hint, infinite-list - , lens, mtl, ordered-containers, pretty-show, prettyprinter + , bytestring, clash-prelude, containers, cryptohash-sha256 + , data-binary-ieee754, data-default, deepseq, directory, dlist + , doctest-parallel, exceptions, extra, filepath, ghc, ghc-bignum + , ghc-boot-th, ghc-prim, ghc-typelits-knownnat, Glob, hashable + , haskell-src-exts, haskell-src-meta, hint, infinite-list, lens + , mtl, ordered-containers, pretty-show, prettyprinter , prettyprinter-interp, primitive, quickcheck-text - , string-interpolate, stringsearch, tasty, tasty-hunit - , tasty-quickcheck, tasty-th, template-haskell, temporary - , terminal-size, text, time, transformers, trifecta - , unordered-containers, vector, vector-binary-instances, yaml + , string-interpolate, tasty, tasty-hunit, tasty-quickcheck + , tasty-th, template-haskell, temporary, terminal-size, text, time + , transformers, trifecta, unordered-containers, vector + , vector-binary-instances, yaml }: mkDerivation { pname = "clash-lib"; - version = "1.8.1"; - sha256 = "1s31d0pdzm5zk62gz4g1xp2yalyal2gk3n46y2rwpxl440mchyy5"; - revision = "3"; - editedCabalFile = "0wljqy8a1fg8zyh59yinp2k21xz9xf8qaxs8wfqscpcqhwjyj7if"; + version = "1.8.2"; + sha256 = "02yzqkzaligkvd3830nsgnmnpswydf1a67hrhyhn6gg5crmb2jmg"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson aeson-pretty ansi-terminal array async attoparsec attoparsec-aeson base base16-bytestring binary bytestring - clash-prelude concurrent-supply containers cryptohash-sha256 - data-binary-ieee754 data-default deepseq directory dlist exceptions - extra filepath ghc ghc-bignum ghc-boot-th hashable haskell-src-meta - hint infinite-list lens mtl ordered-containers pretty-show - prettyprinter prettyprinter-interp primitive string-interpolate - template-haskell temporary terminal-size text time transformers - trifecta unordered-containers vector vector-binary-instances yaml + clash-prelude containers cryptohash-sha256 data-binary-ieee754 + data-default deepseq directory dlist exceptions extra filepath ghc + ghc-bignum ghc-boot-th ghc-prim hashable haskell-src-meta hint + infinite-list lens mtl ordered-containers pretty-show prettyprinter + prettyprinter-interp primitive string-interpolate template-haskell + temporary terminal-size text time transformers trifecta + unordered-containers vector vector-binary-instances yaml ]; executableHaskellDepends = [ aeson attoparsec-aeson base bytestring containers deepseq directory - Glob stringsearch yaml + Glob text yaml ]; testHaskellDepends = [ aeson aeson-pretty attoparsec-aeson base base16-bytestring - bytestring clash-prelude concurrent-supply containers data-default - deepseq doctest-parallel filepath ghc ghc-typelits-knownnat + bytestring clash-prelude containers data-default deepseq + doctest-parallel filepath ghc ghc-typelits-knownnat haskell-src-exts lens pretty-show quickcheck-text tasty tasty-hunit tasty-quickcheck tasty-th template-haskell text transformers unordered-containers @@ -67264,16 +66268,16 @@ self: { "clash-lib-hedgehog" = callPackage ({ mkDerivation, base, clash-lib, containers, data-binary-ieee754 - , fakedata, ghc-typelits-knownnat, ghc-typelits-natnormalise + , fakedata, ghc, ghc-typelits-knownnat, ghc-typelits-natnormalise , hedgehog, hedgehog-fakedata, mmorph, mtl, pretty-show, primitive , text, transformers }: mkDerivation { pname = "clash-lib-hedgehog"; - version = "1.8.1"; - sha256 = "1cnw5i6k376l293f1vlihc22ilapms8brl7726rxr2whrq5sb7r8"; + version = "1.8.2"; + sha256 = "1z3252ac8gs05sp4p0yh73cxk4826hcwzyh7z8fddszhpk9iyhrl"; libraryHaskellDepends = [ - base clash-lib containers data-binary-ieee754 fakedata + base clash-lib containers data-binary-ieee754 fakedata ghc ghc-typelits-knownnat ghc-typelits-natnormalise hedgehog hedgehog-fakedata mmorph mtl pretty-show primitive text transformers @@ -67307,25 +66311,23 @@ self: { , ghc-typelits-knownnat, ghc-typelits-natnormalise, half, hashable , hedgehog, hint, infinite-list, lens, mtl, QuickCheck , quickcheck-classes-base, recursion-schemes, reflection - , singletons, string-interpolate, tasty, tasty-hedgehog + , singletons, string-interpolate, tagged, tasty, tasty-hedgehog , tasty-hunit, tasty-quickcheck, tasty-th, template-haskell, text , th-abstraction, th-lift, th-orphans, time, transformers , type-errors, uniplate, vector }: mkDerivation { pname = "clash-prelude"; - version = "1.8.1"; - sha256 = "13y43lsw55jpmr04x6yrrppma9qdqzlvrwbs4jkvc3g7jmydnb3y"; - revision = "3"; - editedCabalFile = "01kg5hcw5qybnwallrr8drb55vhssg403y7yvdp07hz0449n8v06"; + version = "1.8.2"; + sha256 = "0pxzb0cj3wp2fjjj6wa2hnbqpvg7rrfza3fqr7m5c7l73yjmi2m3"; libraryHaskellDepends = [ array arrows base binary bytestring constraints containers data-binary-ieee754 data-default-class deepseq extra ghc-bignum ghc-prim ghc-typelits-extra ghc-typelits-knownnat ghc-typelits-natnormalise half hashable infinite-list lens mtl QuickCheck recursion-schemes reflection singletons - string-interpolate template-haskell text th-abstraction th-lift - th-orphans time transformers type-errors uniplate vector + string-interpolate tagged template-haskell text th-abstraction + th-lift th-orphans time transformers type-errors uniplate vector ]; testHaskellDepends = [ base bytestring deepseq doctest-parallel filepath @@ -67346,8 +66348,8 @@ self: { }: mkDerivation { pname = "clash-prelude-hedgehog"; - version = "1.8.1"; - sha256 = "12g2z845j2pqb3jxkyrj038l8pp9a8sw5fjay5l1pwl8kh8winkk"; + version = "1.8.2"; + sha256 = "0fn92r1zhdabqdanh3wqgcrmvqg886jap82r3h25gsldz6f8635m"; libraryHaskellDepends = [ base clash-prelude ghc-typelits-knownnat ghc-typelits-natnormalise hedgehog text @@ -67708,21 +66710,6 @@ self: { }) {}; "clay" = callPackage - ({ mkDerivation, base, hspec, hspec-discover, mtl, text }: - mkDerivation { - pname = "clay"; - version = "0.14.0"; - sha256 = "10dwgvga0xsil20w6l0xr8g1lsxg7rwdfcv4bga818jp49xbmnac"; - revision = "1"; - editedCabalFile = "1jgza1f88j90jgvmyb0b683vlh7c0whpk9r4kzl5b7536wqsf2x5"; - libraryHaskellDepends = [ base mtl text ]; - testHaskellDepends = [ base hspec hspec-discover mtl text ]; - testToolDepends = [ hspec-discover ]; - description = "CSS preprocessor as embedded Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "clay_0_15_0" = callPackage ({ mkDerivation, base, hspec, hspec-discover, mtl, text }: mkDerivation { pname = "clay"; @@ -67735,7 +66722,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "CSS preprocessor as embedded Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "clckwrks" = callPackage @@ -68403,33 +67389,6 @@ self: { }) {}; "clientsession" = callPackage - ({ mkDerivation, base, base64-bytestring, bytestring, cereal - , containers, crypto-api, cryptonite, directory, entropy, hspec - , HUnit, QuickCheck, setenv, skein, tagged, transformers - }: - mkDerivation { - pname = "clientsession"; - version = "0.9.2.0"; - sha256 = "00z577s6z0h3pfd809xwqhm8gbb49a1pm6rramf9n0j7i9pxyqc3"; - revision = "1"; - editedCabalFile = "0j41f5wn7i8crz43na1kqn6kl23lj4pg9gj519f17kr8jc1fdpbx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base base64-bytestring bytestring cereal crypto-api cryptonite - directory entropy setenv skein tagged - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base bytestring cereal containers hspec HUnit QuickCheck - transformers - ]; - description = "Securely store session data in a client-side cookie"; - license = lib.licenses.mit; - mainProgram = "clientsession-generate"; - }) {}; - - "clientsession_0_9_3_0" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, cereal , containers, crypto-api, crypton, directory, entropy, hspec, HUnit , QuickCheck, setenv, skein, tagged, transformers @@ -68451,7 +67410,6 @@ self: { ]; description = "Securely store session data in a client-side cookie"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "clientsession-generate"; }) {}; @@ -69727,6 +68685,30 @@ self: { license = lib.licenses.mpl20; }) {}; + "co-log_0_6_1_1" = callPackage + ({ mkDerivation, ansi-terminal, base, bytestring, chronos + , co-log-core, containers, contravariant, dependent-map + , dependent-sum, directory, doctest, exceptions, filepath, Glob + , hedgehog, mtl, text, transformers, unliftio-core, vector + }: + mkDerivation { + pname = "co-log"; + version = "0.6.1.1"; + sha256 = "1ff1f7316ss5d3rks1mjhlfwcxmq2xgzc7p7nviyw9b2pcwc7qva"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + ansi-terminal base bytestring chronos co-log-core containers + contravariant dependent-map dependent-sum directory exceptions + filepath mtl text transformers unliftio-core vector + ]; + executableHaskellDepends = [ base bytestring dependent-map mtl ]; + testHaskellDepends = [ base co-log-core doctest Glob hedgehog ]; + description = "Composable Contravariant Comonadic Logging Library"; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + }) {}; + "co-log-concurrent" = callPackage ({ mkDerivation, base, co-log-core, stm }: mkDerivation { @@ -69744,20 +68726,20 @@ self: { ({ mkDerivation, base, doctest, Glob }: mkDerivation { pname = "co-log-core"; - version = "0.3.2.2"; - sha256 = "1iydf4d9g2nq1aj993s8whp08xbf59071wf6md8zcq6xda8n3cpp"; + version = "0.3.2.3"; + sha256 = "0yaks45p2w3839acb4h23rf83qdip6x9qgyj34h2qr7741jn8w3d"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.licenses.mpl20; }) {}; - "co-log-core_0_3_2_3" = callPackage + "co-log-core_0_3_2_4" = callPackage ({ mkDerivation, base, doctest, Glob }: mkDerivation { pname = "co-log-core"; - version = "0.3.2.3"; - sha256 = "0yaks45p2w3839acb4h23rf83qdip6x9qgyj34h2qr7741jn8w3d"; + version = "0.3.2.4"; + sha256 = "0za6z14awws1vn3wj20dvl95i75ci8kgczjsm97sghs3xpmgn8hw"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Composable Contravariant Comonadic Logging Library"; @@ -69820,6 +68802,22 @@ self: { mainProgram = "play-colog-poly"; }) {}; + "co-log-polysemy_0_0_1_6" = callPackage + ({ mkDerivation, base, co-log-core, polysemy }: + mkDerivation { + pname = "co-log-polysemy"; + version = "0.0.1.6"; + sha256 = "17xzdrqjim6cmqar2x041vjf6s5z659f1d2d4ddbl3gij22db630"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base co-log-core polysemy ]; + executableHaskellDepends = [ base co-log-core polysemy ]; + description = "Composable Contravariant Comonadic Logging Library"; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; + mainProgram = "play-colog-poly"; + }) {}; + "co-log-polysemy-formatting" = callPackage ({ mkDerivation, ansi-terminal, base, co-log, co-log-core , co-log-polysemy, formatting, polysemy, polysemy-plugin, text @@ -71772,27 +70770,6 @@ self: { }) {}; "commonmark-extensions" = callPackage - ({ mkDerivation, base, commonmark, containers, emojis, filepath - , network-uri, parsec, tasty, tasty-bench, tasty-hunit, text - , transformers - }: - mkDerivation { - pname = "commonmark-extensions"; - version = "0.2.5.5"; - sha256 = "0szi6rdl6cz39bj28mads5gxfyc5bp29gj6fr5y42v7spyn9f5kx"; - libraryHaskellDepends = [ - base commonmark containers emojis filepath network-uri parsec text - transformers - ]; - testHaskellDepends = [ - base commonmark parsec tasty tasty-hunit text - ]; - benchmarkHaskellDepends = [ base commonmark tasty-bench text ]; - description = "Pure Haskell commonmark parser"; - license = lib.licenses.bsd3; - }) {}; - - "commonmark-extensions_0_2_5_6" = callPackage ({ mkDerivation, base, commonmark, containers, emojis, filepath , network-uri, parsec, tasty, tasty-bench, tasty-hunit, text , transformers @@ -71811,25 +70788,9 @@ self: { benchmarkHaskellDepends = [ base commonmark tasty-bench text ]; description = "Pure Haskell commonmark parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "commonmark-pandoc" = callPackage - ({ mkDerivation, base, commonmark, commonmark-extensions - , pandoc-types, text - }: - mkDerivation { - pname = "commonmark-pandoc"; - version = "0.2.2.2"; - sha256 = "0lbs0gjxa02gsm08n65fqglpsi5h2gd5nh0k2nzm01xsqs304h76"; - libraryHaskellDepends = [ - base commonmark commonmark-extensions pandoc-types text - ]; - description = "Bridge between commonmark and pandoc AST"; - license = lib.licenses.bsd3; - }) {}; - - "commonmark-pandoc_0_2_2_3" = callPackage ({ mkDerivation, base, commonmark, commonmark-extensions , pandoc-types, text }: @@ -71842,7 +70803,6 @@ self: { ]; description = "Bridge between commonmark and pandoc AST"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "commonmark-simple" = callPackage @@ -71933,18 +70893,6 @@ self: { }) {}; "commutative-semigroups" = callPackage - ({ mkDerivation, base, containers }: - mkDerivation { - pname = "commutative-semigroups"; - version = "0.1.1.0"; - sha256 = "07b4w4z68dkfz26rm5b6b9fpgcssxr8lqx4snd2qhbf0qr29m8pk"; - libraryHaskellDepends = [ base containers ]; - description = "Commutative semigroups"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "commutative-semigroups_0_2_0_1" = callPackage ({ mkDerivation, base, containers }: mkDerivation { pname = "commutative-semigroups"; @@ -71953,29 +70901,10 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Commutative semigroups"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; "comonad" = callPackage - ({ mkDerivation, base, containers, distributive - , indexed-traversable, tagged, transformers, transformers-compat - }: - mkDerivation { - pname = "comonad"; - version = "5.0.8"; - sha256 = "04rxycp2pbkrvhjgpgx08jmsipjz4cdmhv59dbp47k4jq8ndyv7g"; - revision = "2"; - editedCabalFile = "1qy55616zcl1fmdzkr9kbb84nqmmx2aakz0hfyc66jgv0fyvykaa"; - libraryHaskellDepends = [ - base containers distributive indexed-traversable tagged - transformers transformers-compat - ]; - description = "Comonads"; - license = lib.licenses.bsd3; - }) {}; - - "comonad_5_0_9" = callPackage ({ mkDerivation, base, containers, distributive , indexed-traversable, tagged, transformers, transformers-compat }: @@ -71989,7 +70918,6 @@ self: { ]; description = "Comonads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "comonad-extras" = callPackage @@ -72787,33 +71715,6 @@ self: { }) {}; "composite-base" = callPackage - ({ mkDerivation, base, deepseq, exceptions, hspec, lens - , monad-control, mtl, profunctors, QuickCheck, template-haskell - , text, transformers, transformers-base, unliftio-core, vinyl - }: - mkDerivation { - pname = "composite-base"; - version = "0.8.2.1"; - sha256 = "0i2mamh5gz7ay1cm5nkmdbh2lnaph42pfi2aa9jb2baxi0jgxdri"; - revision = "1"; - editedCabalFile = "1fww7f7z583vp7kfrf6xi6y0plpm4jsh3j72xbgarprlz25j1aip"; - libraryHaskellDepends = [ - base deepseq exceptions lens monad-control mtl profunctors - template-haskell text transformers transformers-base unliftio-core - vinyl - ]; - testHaskellDepends = [ - base deepseq exceptions hspec lens monad-control mtl profunctors - QuickCheck template-haskell text transformers transformers-base - unliftio-core vinyl - ]; - description = "Shared utilities for composite-* packages"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "composite-base_0_8_2_2" = callPackage ({ mkDerivation, base, deepseq, exceptions, hspec, lens , monad-control, mtl, profunctors, QuickCheck, template-haskell , text, transformers, transformers-base, unliftio-core, vinyl @@ -74930,8 +73831,8 @@ self: { pname = "config-schema"; version = "1.3.0.0"; sha256 = "1j5br9y4s51ajxyg4aldibywqhf4qrxhrypac8jgca2irxdwb29w"; - revision = "5"; - editedCabalFile = "0kzsc8v10h3jm2hxx9xc9nfp5f9qc2zp6gplsy4iszgis3spvq9a"; + revision = "6"; + editedCabalFile = "19wmiw8scjh5bc9id5s54hkws2k87y0iwvj49vlb3m4vmlchyy32"; libraryHaskellDepends = [ base config-value containers free kan-extensions pretty semigroupoids text transformers @@ -74965,8 +73866,8 @@ self: { pname = "config-value"; version = "0.8.3"; sha256 = "0pkcwxg91wali7986k03d7q940hb078hlsxfknqhkp2spr3d1f3w"; - revision = "8"; - editedCabalFile = "1sfj9c77y7j5y5l7vsix4v94hmi5lajm1v5lgvwvcl7y063h0p2r"; + revision = "9"; + editedCabalFile = "082fxqjf40fn14m6w5j0pq21qbl89l6yflxpy9wcna2nmv9rc3sk"; libraryHaskellDepends = [ array base containers pretty text ]; libraryToolDepends = [ alex happy ]; testHaskellDepends = [ base text ]; @@ -75697,17 +74598,6 @@ self: { }) {}; "constraint-tuples" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "constraint-tuples"; - version = "0.1.2"; - sha256 = "16f9y0q771f3mc38g8jpr875c8grjav6sg9lwbhg7nmcvcczwqk2"; - libraryHaskellDepends = [ base ]; - description = "Partially applicable constraint tuples"; - license = lib.licenses.bsd3; - }) {}; - - "constraint-tuples_0_2" = callPackage ({ mkDerivation, base, ghc-prim }: mkDerivation { pname = "constraint-tuples"; @@ -75716,7 +74606,6 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; description = "Partially applicable constraint tuples"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "constraints" = callPackage @@ -75805,34 +74694,6 @@ self: { }) {}; "construct" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, Cabal, cabal-doctest - , cereal, directory, doctest, filepath, incremental-parser - , input-parsers, markdown-unlit, monoid-subclasses, parsers - , rank2classes, tasty, tasty-hunit, text - }: - mkDerivation { - pname = "construct"; - version = "0.3.1.2"; - sha256 = "0z5am4j8s60mwcrzm6bjjdwm09iylxmlf5v6qahyb6bwl1nchsdp"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - attoparsec base bytestring cereal incremental-parser input-parsers - monoid-subclasses parsers rank2classes text - ]; - testHaskellDepends = [ - attoparsec base bytestring cereal directory doctest filepath - incremental-parser monoid-subclasses rank2classes tasty tasty-hunit - text - ]; - testToolDepends = [ markdown-unlit ]; - description = "Haskell version of the Construct library for easy specification of file formats"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "construct_0_3_2" = callPackage ({ mkDerivation, attoparsec, base, bytestring, Cabal, cabal-doctest , cereal, directory, doctest, filepath, incremental-parser , input-parsers, markdown-unlit, monoid-subclasses, parsers @@ -76932,26 +75793,6 @@ self: { }) {}; "cookie" = callPackage - ({ mkDerivation, base, bytestring, data-default-class, deepseq - , HUnit, QuickCheck, tasty, tasty-hunit, tasty-quickcheck, text - , time - }: - mkDerivation { - pname = "cookie"; - version = "0.4.6"; - sha256 = "1ajbcsk4k0jc6v2fqn36scs6l8wa6fq46gd54pak75rbqdbajhcc"; - libraryHaskellDepends = [ - base bytestring data-default-class deepseq text time - ]; - testHaskellDepends = [ - base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck - text time - ]; - description = "HTTP cookie parsing and rendering"; - license = lib.licenses.mit; - }) {}; - - "cookie_0_5_0" = callPackage ({ mkDerivation, base, bytestring, data-default-class, deepseq , HUnit, QuickCheck, tasty, tasty-hunit, tasty-quickcheck, text , time @@ -76969,7 +75810,6 @@ self: { ]; description = "HTTP cookie parsing and rendering"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "cookie-tray" = callPackage @@ -77033,27 +75873,6 @@ self: { }) {}; "copilot" = callPackage - ({ mkDerivation, base, copilot-c99, copilot-core, copilot-language - , copilot-libraries, copilot-prettyprinter, copilot-theorem - , directory, filepath, optparse-applicative - }: - mkDerivation { - pname = "copilot"; - version = "3.19.1"; - sha256 = "0gwlfp4zb2zg1kqcy3j255c0cl1b956h1725c6kpfrs5ix3pgiyw"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base copilot-c99 copilot-core copilot-language copilot-libraries - copilot-prettyprinter copilot-theorem directory filepath - optparse-applicative - ]; - description = "A stream DSL for writing embedded C programs"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "copilot_4_1" = callPackage ({ mkDerivation, base, copilot-c99, copilot-core, copilot-language , copilot-libraries, copilot-prettyprinter, copilot-theorem , directory, filepath, optparse-applicative @@ -77099,30 +75918,6 @@ self: { }) {}; "copilot-c99" = callPackage - ({ mkDerivation, base, copilot-core, directory, filepath, HUnit - , language-c99, language-c99-simple, mtl, pretty, process - , QuickCheck, random, test-framework, test-framework-hunit - , test-framework-quickcheck2, unix - }: - mkDerivation { - pname = "copilot-c99"; - version = "3.19.1"; - sha256 = "10xyanmvvzbmp06xh8mj33xdxicalzbfjb7zjflw24xsq37c6798"; - libraryHaskellDepends = [ - base copilot-core directory filepath language-c99 - language-c99-simple mtl pretty - ]; - testHaskellDepends = [ - base copilot-core directory HUnit pretty process QuickCheck random - test-framework test-framework-hunit test-framework-quickcheck2 unix - ]; - description = "A compiler for Copilot targeting C99"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "copilot-c99_4_1" = callPackage ({ mkDerivation, base, copilot-core, directory, filepath, HUnit , language-c99, language-c99-simple, mtl, pretty, process , QuickCheck, random, test-framework, test-framework-hunit @@ -77164,23 +75959,6 @@ self: { }) {}; "copilot-core" = callPackage - ({ mkDerivation, base, HUnit, QuickCheck, test-framework - , test-framework-hunit, test-framework-quickcheck2 - }: - mkDerivation { - pname = "copilot-core"; - version = "3.19.1"; - sha256 = "177gnfsrrlrw44faxdfi4v25j9i697b5p9k8mqx8qya7hg780xh6"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base HUnit QuickCheck test-framework test-framework-hunit - test-framework-quickcheck2 - ]; - description = "An intermediate representation for Copilot"; - license = lib.licenses.bsd3; - }) {}; - - "copilot-core_4_1" = callPackage ({ mkDerivation, base, HUnit, QuickCheck, test-framework , test-framework-hunit, test-framework-quickcheck2 }: @@ -77195,7 +75973,6 @@ self: { ]; description = "An intermediate representation for Copilot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "copilot-frp-sketch" = callPackage @@ -77217,23 +75994,6 @@ self: { }) {}; "copilot-interpreter" = callPackage - ({ mkDerivation, base, copilot-core, copilot-prettyprinter, pretty - , QuickCheck, test-framework, test-framework-quickcheck2 - }: - mkDerivation { - pname = "copilot-interpreter"; - version = "3.19.1"; - sha256 = "1f3qgh2ixsycbwql82yj6zr63n0j82cdq8vn2pfngaxncbqh9y7i"; - libraryHaskellDepends = [ base copilot-core pretty ]; - testHaskellDepends = [ - base copilot-core copilot-prettyprinter pretty QuickCheck - test-framework test-framework-quickcheck2 - ]; - description = "Interpreter for Copilot"; - license = lib.licenses.bsd3; - }) {}; - - "copilot-interpreter_4_1" = callPackage ({ mkDerivation, base, copilot-core, copilot-prettyprinter, pretty , QuickCheck, test-framework, test-framework-quickcheck2 }: @@ -77248,33 +76008,9 @@ self: { ]; description = "Interpreter for Copilot"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "copilot-language" = callPackage - ({ mkDerivation, array, base, containers, copilot-core - , copilot-interpreter, copilot-theorem, data-reify, HUnit, mtl - , pretty, QuickCheck, test-framework, test-framework-hunit - , test-framework-quickcheck2 - }: - mkDerivation { - pname = "copilot-language"; - version = "3.19.1"; - sha256 = "1617msbq9vap7j615rjh81iyajdjnmxpcbw9fsfvlnchx5mgy5vk"; - libraryHaskellDepends = [ - array base containers copilot-core copilot-interpreter - copilot-theorem data-reify mtl - ]; - testHaskellDepends = [ - base copilot-core copilot-interpreter HUnit pretty QuickCheck - test-framework test-framework-hunit test-framework-quickcheck2 - ]; - description = "A Haskell-embedded DSL for monitoring hard real-time distributed systems"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "copilot-language_4_1" = callPackage ({ mkDerivation, array, base, containers, copilot-core , copilot-interpreter, copilot-theorem, data-reify, HUnit, mtl , pretty, QuickCheck, test-framework, test-framework-hunit @@ -77298,27 +76034,6 @@ self: { }) {}; "copilot-libraries" = callPackage - ({ mkDerivation, base, containers, copilot-interpreter - , copilot-language, copilot-theorem, mtl, parsec, QuickCheck - , test-framework, test-framework-quickcheck2 - }: - mkDerivation { - pname = "copilot-libraries"; - version = "3.19.1"; - sha256 = "0fa5k7igvrcn7fwwmngb160kyc4acn60zpknj5rb4yp1x4qrcl3w"; - libraryHaskellDepends = [ - base containers copilot-language mtl parsec - ]; - testHaskellDepends = [ - base copilot-interpreter copilot-language copilot-theorem - QuickCheck test-framework test-framework-quickcheck2 - ]; - description = "Libraries for the Copilot language"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "copilot-libraries_4_1" = callPackage ({ mkDerivation, base, containers, copilot-interpreter , copilot-language, copilot-theorem, mtl, parsec, QuickCheck , test-framework, test-framework-quickcheck2 @@ -77340,17 +76055,6 @@ self: { }) {}; "copilot-prettyprinter" = callPackage - ({ mkDerivation, base, copilot-core, pretty }: - mkDerivation { - pname = "copilot-prettyprinter"; - version = "3.19.1"; - sha256 = "1z0yrxx43jvigqikrkmxpxpw3vhgxrkyq87rplx9gzkwaz9dspa1"; - libraryHaskellDepends = [ base copilot-core pretty ]; - description = "A prettyprinter of Copilot Specifications"; - license = lib.licenses.bsd3; - }) {}; - - "copilot-prettyprinter_4_1" = callPackage ({ mkDerivation, base, copilot-core, pretty }: mkDerivation { pname = "copilot-prettyprinter"; @@ -77359,7 +76063,6 @@ self: { libraryHaskellDepends = [ base copilot-core pretty ]; description = "A prettyprinter of Copilot Specifications"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "copilot-sbv" = callPackage @@ -77379,31 +76082,6 @@ self: { }) {}; "copilot-theorem" = callPackage - ({ mkDerivation, base, bimap, bv-sized, containers, copilot-core - , copilot-prettyprinter, data-default, directory, libBF, mtl, panic - , parameterized-utils, parsec, pretty, process, QuickCheck, random - , test-framework, test-framework-quickcheck2, transformers, what4 - , xml - }: - mkDerivation { - pname = "copilot-theorem"; - version = "3.19.1"; - sha256 = "0qqf301rngcgqp7pwlc6h9sp9ysy1n9jy3shdnzp0qdxgl3w49rh"; - libraryHaskellDepends = [ - base bimap bv-sized containers copilot-core copilot-prettyprinter - data-default directory libBF mtl panic parameterized-utils parsec - pretty process random transformers what4 xml - ]; - testHaskellDepends = [ - base copilot-core QuickCheck test-framework - test-framework-quickcheck2 - ]; - description = "k-induction for Copilot"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "copilot-theorem_4_1" = callPackage ({ mkDerivation, base, bimap, bv-sized, containers, copilot-core , copilot-prettyprinter, data-default, directory, libBF, mtl, panic , parameterized-utils, parsec, pretty, process, QuickCheck, random @@ -77516,8 +76194,8 @@ self: { }: mkDerivation { pname = "coquina"; - version = "0.1.0.1"; - sha256 = "1dgh4i38k8mxw6glinqpxyqcmr850jscmc0sq3pnyfj8gzfllndk"; + version = "0.2.0.0"; + sha256 = "17z0353m7cn308zml3qi31qkh84f3yqh2pph5z9zf863s5qi8n8x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -78079,33 +76757,6 @@ self: { }) {}; "country" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytebuild, bytehash - , byteslice, bytestring, compact, contiguous, deepseq, gauge - , hashable, primitive, primitive-unlifted, QuickCheck - , quickcheck-classes, scientific, tasty, tasty-quickcheck, text - , text-short, unordered-containers - }: - mkDerivation { - pname = "country"; - version = "0.2.4.2"; - sha256 = "0pfxf1bmkp7025qv92mrhpi1snkrfrxv4bj84m3h34nhra9a3rwn"; - libraryHaskellDepends = [ - aeson attoparsec base bytebuild bytehash byteslice bytestring - contiguous deepseq hashable primitive primitive-unlifted scientific - text text-short unordered-containers - ]; - testHaskellDepends = [ - base byteslice primitive QuickCheck quickcheck-classes tasty - tasty-quickcheck text text-short - ]; - benchmarkHaskellDepends = [ - base bytehash bytestring compact gauge text - ]; - description = "Country data type and functions"; - license = lib.licenses.bsd3; - }) {}; - - "country_0_2_5_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytebuild, bytehash , byteslice, bytestring, compact, contiguous, criterion, deepseq , hashable, primitive, primitive-unlifted, QuickCheck @@ -78128,7 +76779,6 @@ self: { benchmarkHaskellDepends = [ base bytehash compact criterion text ]; description = "Country data type and functions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "country-codes" = callPackage @@ -78794,25 +77444,6 @@ self: { }) {crack = null;}; "crackNum" = callPackage - ({ mkDerivation, base, directory, filepath, libBF, process, sbv - , tasty, tasty-golden - }: - mkDerivation { - pname = "crackNum"; - version = "3.4"; - sha256 = "11svazilhckz1qcqf9gnjnsnwb6yywzr9zmz4875n9khrwwp654c"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base directory filepath libBF process sbv tasty tasty-golden - ]; - description = "Crack various integer and floating-point data formats"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - mainProgram = "crackNum"; - }) {}; - - "crackNum_3_15" = callPackage ({ mkDerivation, base, deepseq, directory, filepath, ghc, libBF , process, sbv, tasty, tasty-golden }: @@ -79031,26 +77662,6 @@ self: { }) {}; "crc32c" = callPackage - ({ mkDerivation, base, bytestring, c2hs, hspec, hspec-core - , QuickCheck - }: - mkDerivation { - pname = "crc32c"; - version = "0.1.0"; - sha256 = "0b7minx4d0801nbyryz9jx680hlbrx6incwnhrz7g0dgpw0fhw0b"; - libraryHaskellDepends = [ base bytestring ]; - libraryToolDepends = [ c2hs ]; - testHaskellDepends = [ - base bytestring hspec hspec-core QuickCheck - ]; - description = "Haskell bindings for crc32c"; - license = lib.licenses.bsd3; - platforms = lib.platforms.x86; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "crc32c_0_2_2" = callPackage ({ mkDerivation, base, bytestring, criterion, hspec, hspec-core , QuickCheck, system-cxx-std-lib }: @@ -80411,8 +79022,8 @@ self: { pname = "cryptohash-md5"; version = "0.11.101.0"; sha256 = "018g13hkmq5782i24b4518hcd926fl6x6fh5hd7b9wlxwc5dn21v"; - revision = "5"; - editedCabalFile = "0j3fdm80scgcvmwhvsashw83a2fhl75nd7hxlwmalr81drddw08s"; + revision = "6"; + editedCabalFile = "0m7f9mgw4w9vcch37ja9zgbn0knq8rjppqr9x2ylkcdxfdnmhhif"; libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base base16-bytestring bytestring pureMD5 tasty tasty-hunit @@ -80431,8 +79042,8 @@ self: { pname = "cryptohash-sha1"; version = "0.11.101.0"; sha256 = "0h9jl9v38gj0vnscqx7xdklk634p05fa6z2pcvknisq2mnbjq154"; - revision = "5"; - editedCabalFile = "1a0j89bqb86ij26aq3hlf1a0fhsaxrc810pq4yxhl2j5f2jvv1zs"; + revision = "6"; + editedCabalFile = "1cxdw2y10z4v0mz91wki7f233jziipx85j4qy5msig4nv3djkprb"; libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base base16-bytestring bytestring SHA tasty tasty-hunit @@ -80451,8 +79062,8 @@ self: { pname = "cryptohash-sha256"; version = "0.11.102.1"; sha256 = "1xkb7iqplbw4fy1122p79xf1zcb7k44rl0wmfj1q06l7cdqxr9vk"; - revision = "5"; - editedCabalFile = "1iyy9ssn1q8rs8ijqjmplykjdxyy8cfz2rn2jaxv109dylm4zdmc"; + revision = "6"; + editedCabalFile = "01s12sl5mxvraj5fj3cs0pkb03pm8xpjz13y09dpl7i6rv6f578f"; configureFlags = [ "-fuse-cbits" ]; isLibrary = true; isExecutable = true; @@ -80474,8 +79085,8 @@ self: { pname = "cryptohash-sha512"; version = "0.11.102.0"; sha256 = "0b48qwgyn68rfbq4fh6fmsk1kc07n8qq95217n8gjnlzvsh2395z"; - revision = "4"; - editedCabalFile = "1aayk268zm42scg75yx90j76sh9yh8xjfdrblzzdhn7vjwn2cqq0"; + revision = "5"; + editedCabalFile = "1nxnkm5j402rdzv6gigh6dn8y9xbn2b6ql548aswphgvfargj1hd"; libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base base16-bytestring bytestring SHA tasty tasty-hunit @@ -80582,28 +79193,6 @@ self: { }) {}; "crypton" = callPackage - ({ mkDerivation, base, basement, bytestring, deepseq, gauge - , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit - , tasty-kat, tasty-quickcheck - }: - mkDerivation { - pname = "crypton"; - version = "0.34"; - sha256 = "1mhypjhzn95in853bp7ary0a2xc6lsji6j8hrrgn2mfa4ilq8i24"; - libraryHaskellDepends = [ - base basement bytestring deepseq ghc-prim integer-gmp memory - ]; - testHaskellDepends = [ - base bytestring memory tasty tasty-hunit tasty-kat tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - base bytestring deepseq gauge memory random - ]; - description = "Cryptography Primitives sink"; - license = lib.licenses.bsd3; - }) {}; - - "crypton_1_0_1" = callPackage ({ mkDerivation, base, basement, bytestring, deepseq, gauge , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit , tasty-kat, tasty-quickcheck @@ -80623,7 +79212,6 @@ self: { ]; description = "Cryptography Primitives sink"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "crypton-conduit" = callPackage @@ -80648,26 +79236,6 @@ self: { }) {}; "crypton-connection" = callPackage - ({ mkDerivation, base, basement, bytestring, containers - , crypton-x509, crypton-x509-store, crypton-x509-system - , crypton-x509-validation, data-default-class, network, socks, tls - }: - mkDerivation { - pname = "crypton-connection"; - version = "0.3.2"; - sha256 = "07lrkv6lwphsyp4797yp8ywnndzd270bk58r8gwyby0hr4xy52r0"; - revision = "1"; - editedCabalFile = "1rkana1ghppras20pgpwp2bc8dnsf8lspq90r6124jqd4ckbvx2b"; - libraryHaskellDepends = [ - base basement bytestring containers crypton-x509 crypton-x509-store - crypton-x509-system crypton-x509-validation data-default-class - network socks tls - ]; - description = "Simple and easy network connections API"; - license = lib.licenses.bsd3; - }) {}; - - "crypton-connection_0_4_3" = callPackage ({ mkDerivation, base, basement, bytestring, containers , crypton-x509, crypton-x509-store, crypton-x509-system , crypton-x509-validation, data-default, network, socks, tls @@ -80683,7 +79251,6 @@ self: { ]; description = "Simple and easy network connection API"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "crypton-x509" = callPackage @@ -82040,21 +80607,6 @@ self: { }) {}; "cursor-fuzzy-time" = callPackage - ({ mkDerivation, base, containers, cursor, deepseq, fuzzy-time - , megaparsec, microlens, text, time, validity, validity-time - }: - mkDerivation { - pname = "cursor-fuzzy-time"; - version = "0.0.0.0"; - sha256 = "1xx0npvjjr574f7ksswwzi8yrqsrhlg3arhpvahm8z2zz6a995gs"; - libraryHaskellDepends = [ - base containers cursor deepseq fuzzy-time megaparsec microlens text - time validity validity-time - ]; - license = lib.licenses.mit; - }) {}; - - "cursor-fuzzy-time_0_1_0_0" = callPackage ({ mkDerivation, base, cursor, deepseq, fuzzy-time, megaparsec , microlens, text, time, validity }: @@ -82067,7 +80619,6 @@ self: { validity ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "cursor-fuzzy-time-gen" = callPackage @@ -83623,8 +82174,8 @@ self: { }: mkDerivation { pname = "data-default"; - version = "0.7.1.2"; - sha256 = "0kzq84bflmfhzc7650wykjamwq8zsxm9q2c1s7nfbgig5xyizkjc"; + version = "0.7.1.3"; + sha256 = "0456mjxg803fzmsy5gm6nc2l1gygkw4rdwg304kn7m710110f13n"; libraryHaskellDepends = [ base data-default-class data-default-instances-containers data-default-instances-dlist data-default-instances-old-locale @@ -83756,17 +82307,6 @@ self: { }) {}; "data-default-instances-containers" = callPackage - ({ mkDerivation, base, containers, data-default-class }: - mkDerivation { - pname = "data-default-instances-containers"; - version = "0.0.1"; - sha256 = "06h8xka031w752a7cjlzghvr8adqbl95xj9z5zc1b62w02phfpm5"; - libraryHaskellDepends = [ base containers data-default-class ]; - description = "Default instances for types in containers"; - license = lib.licenses.bsd3; - }) {}; - - "data-default-instances-containers_0_1_0_3" = callPackage ({ mkDerivation, base, containers, data-default-class }: mkDerivation { pname = "data-default-instances-containers"; @@ -83775,7 +82315,6 @@ self: { libraryHaskellDepends = [ base containers data-default-class ]; description = "Default instances for types in containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "data-default-instances-dlist" = callPackage @@ -85376,6 +83915,17 @@ self: { broken = true; }) {}; + "datacrypto" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "datacrypto"; + version = "1.1.0"; + sha256 = "1zq9xsiky6mf0b0n83za0y8w28fl4gf53h49d1zd220dqmxx057q"; + libraryHaskellDepends = [ base ]; + description = "Encryption library"; + license = lib.licenses.mit; + }) {}; + "datadog" = callPackage ({ mkDerivation, aeson, auto-update, base, buffer-builder , bytestring, Cabal, containers, dlist, exceptions, hspec @@ -86020,33 +84570,6 @@ self: { }) {}; "dbus" = callPackage - ({ mkDerivation, base, bytestring, cereal, conduit, containers - , criterion, deepseq, directory, exceptions, extra, filepath, lens - , network, parsec, process, QuickCheck, random, resourcet, split - , tasty, tasty-hunit, tasty-quickcheck, template-haskell, temporary - , text, th-lift, transformers, unix, vector, xml-conduit, xml-types - }: - mkDerivation { - pname = "dbus"; - version = "1.3.3"; - sha256 = "13jbsdpkhscb017hpy24xsqwqjjphyw6pdvamr6qf2d5pdzi2rm2"; - libraryHaskellDepends = [ - base bytestring cereal conduit containers deepseq exceptions - filepath lens network parsec random split template-haskell text - th-lift transformers unix vector xml-conduit xml-types - ]; - testHaskellDepends = [ - base bytestring cereal containers directory extra filepath network - parsec process QuickCheck random resourcet tasty tasty-hunit - tasty-quickcheck temporary text transformers unix vector - ]; - benchmarkHaskellDepends = [ base criterion ]; - doCheck = false; - description = "A client library for the D-Bus IPC system"; - license = lib.licenses.asl20; - }) {}; - - "dbus_1_3_9" = callPackage ({ mkDerivation, base, bytestring, cereal, conduit, containers , deepseq, directory, exceptions, extra, filepath, lens, network , parsec, process, QuickCheck, random, resourcet, split, tasty @@ -86070,7 +84593,6 @@ self: { doCheck = false; description = "A client library for the D-Bus IPC system"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "dbus-app-launcher" = callPackage @@ -86952,6 +85474,8 @@ self: { pname = "dec"; version = "0.0.6"; sha256 = "0bbzn9kqb1zdvi4kd37p3lhx0rkdbyq98hqcn9qv5y67s6a3c5gv"; + revision = "1"; + editedCabalFile = "1xwkjk0shcbwlmiz8zsx69r652zfkh3k2bj1vpzdsjj241g3n6r0"; libraryHaskellDepends = [ base boring ]; description = "Decidable propositions"; license = lib.licenses.bsd3; @@ -87138,8 +85662,8 @@ self: { }: mkDerivation { pname = "deep-transformations"; - version = "0.2.3"; - sha256 = "1ahpvm0ix9qkzr8wki3rdd2abcwdm9wlp246cpmc71yc7wrlbm4j"; + version = "0.3"; + sha256 = "16v97v10xp4y9cpb1q4i56baihipyas5askhbbc6ifgzn4fzl1nn"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base generic-lens rank2classes template-haskell transformers @@ -87565,22 +86089,6 @@ self: { }) {}; "dejafu" = callPackage - ({ mkDerivation, base, concurrency, containers, contravariant - , deepseq, exceptions, leancheck, profunctors, random, transformers - }: - mkDerivation { - pname = "dejafu"; - version = "2.4.0.5"; - sha256 = "1w38gxq3l4ch4g8rjm9wxlsf06a0334ln681jmrc27h3axn5fgh9"; - libraryHaskellDepends = [ - base concurrency containers contravariant deepseq exceptions - leancheck profunctors random transformers - ]; - description = "A library for unit-testing concurrent programs"; - license = lib.licenses.mit; - }) {}; - - "dejafu_2_4_0_6" = callPackage ({ mkDerivation, base, concurrency, containers, contravariant , deepseq, exceptions, leancheck, profunctors, random, transformers }: @@ -87594,7 +86102,6 @@ self: { ]; description = "A library for unit-testing concurrent programs"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "deka" = callPackage @@ -88202,23 +86709,6 @@ self: { }) {}; "dependent-sum-template" = callPackage - ({ mkDerivation, base, constraints-extras, dependent-sum - , template-haskell, th-abstraction, th-extras - }: - mkDerivation { - pname = "dependent-sum-template"; - version = "0.1.1.1"; - sha256 = "03xffmih70ksk7jgfs3ypaa91bm1x21fjxqpj1gkhp9gbj6w2vyl"; - libraryHaskellDepends = [ - base dependent-sum template-haskell th-abstraction th-extras - ]; - testHaskellDepends = [ base constraints-extras dependent-sum ]; - description = "Template Haskell code to generate instances of classes in dependent-sum package"; - license = lib.licenses.publicDomain; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "dependent-sum-template_0_2_0_1" = callPackage ({ mkDerivation, base, constraints-extras, containers, mtl, some , template-haskell, th-abstraction }: @@ -88236,7 +86726,6 @@ self: { ]; description = "Template Haskell code to generate instances of classes in some package"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; @@ -88567,21 +87056,6 @@ self: { }) {}; "derive-topdown" = callPackage - ({ mkDerivation, base, mtl, primitive, syb, template-haskell - , th-expand-syns, transformers - }: - mkDerivation { - pname = "derive-topdown"; - version = "0.0.3.0"; - sha256 = "1w36nczl0rl91sgm3vcd4gvm3lr6zdjqvmfdikkjq664xwnxrn8h"; - libraryHaskellDepends = [ - base mtl primitive syb template-haskell th-expand-syns transformers - ]; - description = "Help Haskellers derive class instances for composited data types"; - license = lib.licenses.bsd3; - }) {}; - - "derive-topdown_0_1_0_0" = callPackage ({ mkDerivation, base, binary, containers, haskell-src, HUnit, mtl , primitive, syb, template-haskell, th-abstraction, th-expand-syns , transformers @@ -88600,7 +87074,6 @@ self: { ]; description = "Derive type class instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "derive-trie" = callPackage @@ -88649,29 +87122,6 @@ self: { }) {}; "deriving-compat" = callPackage - ({ mkDerivation, base, base-compat, base-orphans, containers - , ghc-boot-th, ghc-prim, hspec, hspec-discover, QuickCheck, tagged - , template-haskell, th-abstraction, transformers - , transformers-compat, void - }: - mkDerivation { - pname = "deriving-compat"; - version = "0.6.6"; - sha256 = "1fan8wfd54lkf40gjqwrcfrbigmhhdqlgsl5p93w8p2007yr7zk1"; - libraryHaskellDepends = [ - base containers ghc-boot-th ghc-prim template-haskell - th-abstraction transformers transformers-compat - ]; - testHaskellDepends = [ - base base-compat base-orphans hspec QuickCheck tagged - template-haskell transformers transformers-compat void - ]; - testToolDepends = [ hspec-discover ]; - description = "Backports of GHC deriving extensions"; - license = lib.licenses.bsd3; - }) {}; - - "deriving-compat_0_6_7" = callPackage ({ mkDerivation, base, base-orphans, containers, ghc-boot-th , ghc-prim, hspec, hspec-discover, QuickCheck, tagged , template-haskell, th-abstraction, transformers @@ -88692,7 +87142,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backports of GHC deriving extensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "deriving-openapi3" = callPackage @@ -91649,29 +90098,6 @@ self: { }) {}; "dimensional" = callPackage - ({ mkDerivation, base, criterion, deepseq, doctest, exact-pi, Glob - , hspec, hspec-discover, ieee754, numtype-dk, QuickCheck - , template-haskell, vector - }: - mkDerivation { - pname = "dimensional"; - version = "1.5"; - sha256 = "16d50vlln11hq894y8qxrg4cricz1459dg14z0wc1fzfiydxb6ns"; - revision = "1"; - editedCabalFile = "1149vwz3ywi2kkblsl8ayhca4ibwn76zdc5g6l18j8b03hvf3yzg"; - libraryHaskellDepends = [ - base deepseq exact-pi ieee754 numtype-dk vector - ]; - testHaskellDepends = [ - base doctest Glob hspec QuickCheck template-haskell - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ base criterion deepseq ]; - description = "Statically checked physical dimensions"; - license = lib.licenses.bsd3; - }) {}; - - "dimensional_1_6_1" = callPackage ({ mkDerivation, base, criterion, deepseq, exact-pi, hspec , hspec-discover, ieee754, numtype-dk, QuickCheck, vector }: @@ -91687,7 +90113,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Statically checked physical dimensions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "dimensional-codata" = callPackage @@ -92131,18 +90556,16 @@ self: { }) {}; "directory-ospath-streaming" = callPackage - ({ mkDerivation, base, directory, filepath, random, tasty - , tasty-hunit, unix + ({ mkDerivation, base, directory, filepath, os-string, random + , tasty, tasty-hunit, unix }: mkDerivation { pname = "directory-ospath-streaming"; - version = "0.1.0.1"; - sha256 = "0j01kdp8jmi1h40li2fh53iz32gi7hxmlzmx8z3ks2cmp856bv7k"; - revision = "1"; - editedCabalFile = "1npawhf6v606phw3qjd1jx9xbpw8yf8gkrykgg2qfm7kpg8k2jmi"; - libraryHaskellDepends = [ base filepath unix ]; + version = "0.1.0.3"; + sha256 = "0zj49n8w5130pwnc799may0ps9dmda3dcg0hpcsj3ac08jhy79bg"; + libraryHaskellDepends = [ base filepath os-string unix ]; testHaskellDepends = [ - base directory filepath random tasty tasty-hunit unix + base directory filepath os-string random tasty tasty-hunit unix ]; description = "Stream directory entries in constant memory in vanilla IO"; license = lib.licenses.asl20; @@ -93719,31 +92142,6 @@ self: { }) {}; "dl-fedora" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, bytestring, directory, extra - , filepath, http-client, http-client-tls, http-directory - , http-types, optparse-applicative, regex-posix, simple-cmd - , simple-cmd-args, simple-prompt, text, time, unix, xdg-userdirs - }: - mkDerivation { - pname = "dl-fedora"; - version = "1.0"; - sha256 = "1rg77n4q2xpvbibh57nki0vdbq1r3n1h1ci99v670p06q8j99myz"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - ansi-wl-pprint base bytestring directory extra filepath http-client - http-client-tls http-directory http-types optparse-applicative - regex-posix simple-cmd simple-cmd-args simple-prompt text time unix - xdg-userdirs - ]; - testHaskellDepends = [ base simple-cmd ]; - description = "Fedora image download tool"; - license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; - mainProgram = "dl-fedora"; - }) {}; - - "dl-fedora_1_2_1" = callPackage ({ mkDerivation, ansi-wl-pprint, base, bytestring, directory, extra , filepath, http-client, http-client-tls, http-directory , http-types, optparse-applicative, regex-posix, simple-cmd @@ -94482,27 +92880,6 @@ self: { }) {}; "doclayout" = callPackage - ({ mkDerivation, base, containers, criterion, deepseq, emojis, mtl - , safe, tasty, tasty-golden, tasty-hunit, tasty-quickcheck, text - }: - mkDerivation { - pname = "doclayout"; - version = "0.4.0.1"; - sha256 = "02xkf2shcrb897yrh9i6ch9qi4gm42avya4znsjxgpxb85fm3lzp"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ base containers emojis mtl safe text ]; - testHaskellDepends = [ - base emojis mtl tasty tasty-golden tasty-hunit tasty-quickcheck - text - ]; - benchmarkHaskellDepends = [ - base criterion deepseq emojis mtl text - ]; - description = "A prettyprinting library for laying out text documents"; - license = lib.licenses.bsd3; - }) {}; - - "doclayout_0_5" = callPackage ({ mkDerivation, base, containers, criterion, deepseq, emojis, mtl , safe, tasty, tasty-golden, tasty-hunit, tasty-quickcheck, text }: @@ -94521,7 +92898,6 @@ self: { ]; description = "A prettyprinting library for laying out text documents"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "docopt" = callPackage @@ -95428,34 +93804,6 @@ self: { }) {}; "dotenv" = callPackage - ({ mkDerivation, base, base-compat, containers, data-default-class - , directory, exceptions, hspec, hspec-discover, hspec-megaparsec - , megaparsec, mtl, optparse-applicative, process, shellwords, text - }: - mkDerivation { - pname = "dotenv"; - version = "0.11.0.2"; - sha256 = "1h7d9wh85g78i18053jis88h1lq763znwd7pvpg5akjnr18v1pvv"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base containers data-default-class directory exceptions megaparsec - mtl process shellwords text - ]; - executableHaskellDepends = [ - base base-compat megaparsec optparse-applicative process text - ]; - testHaskellDepends = [ - base hspec hspec-megaparsec megaparsec process text - ]; - testToolDepends = [ hspec-discover ]; - description = "Loads environment variables from dotenv files"; - license = lib.licenses.mit; - mainProgram = "dotenv"; - }) {}; - - "dotenv_0_12_0_0" = callPackage ({ mkDerivation, base, base-compat, containers, data-default-class , directory, exceptions, hspec, hspec-discover, hspec-megaparsec , megaparsec, mtl, optparse-applicative, process, shellwords, text @@ -95480,7 +93828,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Loads environment variables from dotenv files"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "dotenv"; }) {}; @@ -98917,30 +97264,6 @@ self: { }) {}; "effectful" = callPackage - ({ mkDerivation, async, base, bytestring, containers, directory - , effectful-core, exceptions, lifted-base, primitive, process, stm - , tasty, tasty-bench, tasty-hunit, text, time, unix, unliftio - }: - mkDerivation { - pname = "effectful"; - version = "2.3.1.0"; - sha256 = "11gwck3ndsxslfcl9s16q0n5pgimwynp9qghxp4maf651w371kh3"; - libraryHaskellDepends = [ - async base bytestring directory effectful-core process stm time - unliftio - ]; - testHaskellDepends = [ - base containers effectful-core exceptions lifted-base primitive - tasty tasty-hunit unliftio - ]; - benchmarkHaskellDepends = [ - async base tasty-bench text unix unliftio - ]; - description = "An easy to use, performant extensible effects library"; - license = lib.licenses.bsd3; - }) {}; - - "effectful_2_5_1_0" = callPackage ({ mkDerivation, async, base, bytestring, containers, directory , effectful-core, exceptions, lifted-base, primitive, process , safe-exceptions, stm, strict-mutable-base, tasty, tasty-bench @@ -98963,26 +97286,9 @@ self: { ]; description = "An easy to use, performant extensible effects library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "effectful-core" = callPackage - ({ mkDerivation, base, containers, exceptions, monad-control - , primitive, transformers-base, unliftio-core - }: - mkDerivation { - pname = "effectful-core"; - version = "2.3.1.0"; - sha256 = "0kn1xi7ggwdaixy2sy7ajffrplszhc57m36jmvnsz8plph1rdyim"; - libraryHaskellDepends = [ - base containers exceptions monad-control primitive - transformers-base unliftio-core - ]; - description = "An easy to use, performant extensible effects library"; - license = lib.licenses.bsd3; - }) {}; - - "effectful-core_2_5_1_0" = callPackage ({ mkDerivation, base, containers, deepseq, exceptions , monad-control, primitive, strict-mutable-base, transformers-base , unliftio-core @@ -98997,22 +97303,9 @@ self: { ]; description = "An easy to use, performant extensible effects library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "effectful-plugin" = callPackage - ({ mkDerivation, base, containers, effectful-core, ghc }: - mkDerivation { - pname = "effectful-plugin"; - version = "1.1.0.3"; - sha256 = "07x07h906a9qm1pd4gdk7x5cl4yz3c6xj25q8zadbjwf9smi0lh1"; - libraryHaskellDepends = [ base containers effectful-core ghc ]; - testHaskellDepends = [ base effectful-core ]; - description = "A GHC plugin for improving disambiguation of effects"; - license = lib.licenses.bsd3; - }) {}; - - "effectful-plugin_1_1_0_4" = callPackage ({ mkDerivation, base, containers, effectful-core, ghc }: mkDerivation { pname = "effectful-plugin"; @@ -99024,7 +97317,6 @@ self: { testHaskellDepends = [ base effectful-core ]; description = "A GHC plugin for improving disambiguation of effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "effectful-st" = callPackage @@ -99041,25 +97333,6 @@ self: { }) {}; "effectful-th" = callPackage - ({ mkDerivation, base, containers, effectful-core, exceptions - , template-haskell, th-abstraction - }: - mkDerivation { - pname = "effectful-th"; - version = "1.0.0.1"; - sha256 = "19xbvfsglm4gsji303zj4f1nhhl4gls78cdbl4yalxm8c4m8iqsf"; - revision = "5"; - editedCabalFile = "0yszw0cczcbjfhq86i48bm9cbqmhq9gc6wajls15n8w9iraiyaaz"; - libraryHaskellDepends = [ - base containers effectful-core exceptions template-haskell - th-abstraction - ]; - testHaskellDepends = [ base effectful-core ]; - description = "Template Haskell utilities for the effectful library"; - license = lib.licenses.bsd3; - }) {}; - - "effectful-th_1_0_0_3" = callPackage ({ mkDerivation, base, containers, effectful-core, exceptions , template-haskell, th-abstraction }: @@ -99076,23 +97349,24 @@ self: { testHaskellDepends = [ base effectful-core ]; description = "Template Haskell utilities for the effectful library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "effectful-zoo" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, effectful + ({ mkDerivation, aeson, aeson-pretty, amazonka-rds-data, base + , blockfrost-api, blockfrost-client, bytestring, effectful , effectful-core, effectful-plugin, generic-lens, HUnit, hw-prelude , microlens, resourcet, resourcet-effectful, tasty, tasty-hedgehog , text, time, transformers, yaml }: mkDerivation { pname = "effectful-zoo"; - version = "0.0.1.0"; - sha256 = "0jfjydnmb68mqm4vqvnha6yar8064crbp50ld31f21w2vxxz9i82"; + version = "0.0.2.0"; + sha256 = "0dfg7d913xdvdjpvys9dj59wcc0wmd8zmlis1i27ikzprcaam058"; isLibrary = false; isExecutable = false; libraryHaskellDepends = [ - aeson aeson-pretty base bytestring effectful effectful-core + aeson aeson-pretty amazonka-rds-data base blockfrost-api + blockfrost-client bytestring effectful effectful-core effectful-plugin generic-lens HUnit hw-prelude microlens resourcet resourcet-effectful tasty tasty-hedgehog text time transformers yaml @@ -100039,10 +98313,10 @@ self: { }: mkDerivation { pname = "eliminators"; - version = "0.9.3"; - sha256 = "0pmh4ds1xmk464988airlwdj47mbq9xzgvfmpsp7dw84k0226pyg"; - revision = "2"; - editedCabalFile = "1h1ajn96s281pbyxz7c9khlc7qn5ddvf8x7v4pagx9fqs08mqaar"; + version = "0.9.4"; + sha256 = "1qr02xlmb6nfd505z0iw7bj7kpha8wyvcr31rm92r1a78pwvysaf"; + revision = "1"; + editedCabalFile = "1rd0qixjgsm5dk9r8dmdk31i0dvsd57mg212k2c0pxh553lggq1q"; libraryHaskellDepends = [ base extra singleton-nats singletons-base template-haskell text th-abstraction th-desugar @@ -100053,17 +98327,15 @@ self: { license = lib.licenses.bsd3; }) {}; - "eliminators_0_9_5" = callPackage + "eliminators_0_9_6" = callPackage ({ mkDerivation, base, extra, hspec, hspec-discover, singleton-nats , singletons-base, template-haskell, text, th-abstraction , th-desugar }: mkDerivation { pname = "eliminators"; - version = "0.9.5"; - sha256 = "17pl2mg9bpagzkw50mydls883bj4mm7glmgnm59r57prky9h55gs"; - revision = "1"; - editedCabalFile = "0dzyskd0av2rdq9bk0y0d2605a65p9xailbbchvmaqjvqf4cqvpm"; + version = "0.9.6"; + sha256 = "1iw8x7y7g0fhswkmjwaar1xdiwly68rsxhj2bas03041k2hgkvvi"; libraryHaskellDepends = [ base extra singleton-nats singletons-base template-haskell text th-abstraction th-desugar @@ -100657,25 +98929,6 @@ self: { }) {}; "elynx" = callPackage - ({ mkDerivation, aeson, base, bytestring, elynx-tools - , optparse-applicative, slynx, tlynx - }: - mkDerivation { - pname = "elynx"; - version = "0.7.2.2"; - sha256 = "1q5c663qzh24mpnx5zfnxjw90cbfalld76claly9i2xy763pshdj"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base bytestring elynx-tools optparse-applicative slynx tlynx - ]; - description = "Validate and (optionally) redo ELynx analyses"; - license = lib.licenses.gpl3Plus; - mainProgram = "elynx"; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "elynx_0_8_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, elynx-tools , optparse-applicative, slynx, tlynx }: @@ -100690,34 +98943,11 @@ self: { ]; description = "Validate and (optionally) redo ELynx analyses"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "elynx"; maintainers = [ lib.maintainers.dschrempf ]; }) {}; "elynx-markov" = callPackage - ({ mkDerivation, async, attoparsec, base, bytestring, containers - , elynx-seq, elynx-tools, hmatrix, hspec, integration - , math-functions, mwc-random, random, statistics, vector - }: - mkDerivation { - pname = "elynx-markov"; - version = "0.7.2.2"; - sha256 = "026cpdf6lbllsi4pi8j58xlinnxr333l50drb6hmh5zq5c5ag1jx"; - libraryHaskellDepends = [ - async attoparsec base bytestring containers elynx-seq hmatrix - integration math-functions mwc-random random statistics vector - ]; - testHaskellDepends = [ - base containers elynx-tools hmatrix hspec random vector - ]; - benchmarkHaskellDepends = [ base ]; - description = "Simulate molecular sequences along trees"; - license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "elynx-markov_0_8_0_0" = callPackage ({ mkDerivation, async, attoparsec, base, bytestring, containers , elynx-seq, elynx-tools, hmatrix, hspec, integration , math-functions, mwc-random, random, statistics, vector @@ -100736,24 +98966,10 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Simulate molecular sequences along trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.dschrempf ]; }) {}; "elynx-nexus" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, hspec }: - mkDerivation { - pname = "elynx-nexus"; - version = "0.7.2.2"; - sha256 = "0l18m1ji9034vxny4vdicwnycsxyq5kzzncdddlzs43gv6p8vnww"; - libraryHaskellDepends = [ attoparsec base bytestring ]; - testHaskellDepends = [ base hspec ]; - description = "Import and export Nexus files"; - license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "elynx-nexus_0_8_0_0" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hspec }: mkDerivation { pname = "elynx-nexus"; @@ -100763,32 +98979,10 @@ self: { testHaskellDepends = [ base hspec ]; description = "Import and export Nexus files"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.dschrempf ]; }) {}; "elynx-seq" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , elynx-tools, hspec, matrices, parallel, primitive, random, vector - , vector-th-unbox, word8 - }: - mkDerivation { - pname = "elynx-seq"; - version = "0.7.2.2"; - sha256 = "1rv6gi5s31jdhxlyhhk0gdqapvxx7yalwqqz98r6461fy3mpm5i0"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers matrices parallel - primitive random vector vector-th-unbox word8 - ]; - testHaskellDepends = [ - base bytestring elynx-tools hspec matrices vector - ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "elynx-seq_0_8_0_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-tools, hspec, matrices, parallel, primitive, random, vector , vector-th-unbox, word8 @@ -100806,31 +99000,10 @@ self: { ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.dschrempf ]; }) {}; "elynx-tools" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base16-bytestring - , bytestring, cryptohash-sha256, directory, hmatrix - , optparse-applicative, random, template-haskell, time - , transformers, zlib - }: - mkDerivation { - pname = "elynx-tools"; - version = "0.7.2.2"; - sha256 = "0yf8ybw6w0lsdyckvl5h2svkr6v22ymagzlnpvjlkscnb2654xss"; - libraryHaskellDepends = [ - aeson attoparsec base base16-bytestring bytestring - cryptohash-sha256 directory hmatrix optparse-applicative random - template-haskell time transformers zlib - ]; - description = "Tools for ELynx"; - license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "elynx-tools_0_8_0_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , bytestring, cryptohash-sha256, directory, hmatrix , optparse-applicative, random, template-haskell, time @@ -100847,7 +99020,6 @@ self: { ]; description = "Tools for ELynx"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.dschrempf ]; }) {}; @@ -101721,10 +99893,8 @@ self: { }: mkDerivation { pname = "entropy"; - version = "0.4.1.10"; - sha256 = "1rbx4ydabrjs8kkdg9laznkh9nisiq6b5z93vnp9bh6iy59ivb45"; - revision = "2"; - editedCabalFile = "07f8jm9cnk0b5xs6skj5ply2csjprvq1x0zgxq21bvmc3ajvxx2i"; + version = "0.4.1.11"; + sha256 = "1slj5n783k2amsx2hqs5qwvcw4rgfhdhgmiyg7cii0wg4w0mmpgm"; setupHaskellDepends = [ base Cabal directory filepath process ]; libraryHaskellDepends = [ base bytestring unix ]; description = "A platform independent entropy source"; @@ -101763,22 +99933,6 @@ self: { }) {}; "enum-subset-generate" = callPackage - ({ mkDerivation, base, generic-random, hspec, microlens, QuickCheck - , template-haskell - }: - mkDerivation { - pname = "enum-subset-generate"; - version = "0.1.0.1"; - sha256 = "0pqa3cbas63s3jcjdcjq882hja1p4m8fi8lmx7fqa8xh5ypqhzc8"; - libraryHaskellDepends = [ base microlens template-haskell ]; - testHaskellDepends = [ - base generic-random hspec microlens QuickCheck template-haskell - ]; - description = "Generate an ADT being a subset of another ADT, and the corresponding mappings"; - license = lib.licenses.bsd3; - }) {}; - - "enum-subset-generate_0_1_0_3" = callPackage ({ mkDerivation, base, generic-random, hspec, microlens, QuickCheck , template-haskell }: @@ -101792,7 +99946,6 @@ self: { ]; description = "Generate an ADT being a subset of another ADT, and the corresponding mappings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "enum-text" = callPackage @@ -102161,18 +100314,6 @@ self: { }) {}; "envparse" = callPackage - ({ mkDerivation, base, containers, hspec, text }: - mkDerivation { - pname = "envparse"; - version = "0.5.0"; - sha256 = "07fvq07x4i6swcryv3i0vj197zrj8rvvy2vp9q9cvj28xzj4mddd"; - libraryHaskellDepends = [ base containers ]; - testHaskellDepends = [ base containers hspec text ]; - description = "Parse environment variables"; - license = lib.licenses.bsd3; - }) {}; - - "envparse_0_6_0" = callPackage ({ mkDerivation, base, containers, hspec, text }: mkDerivation { pname = "envparse"; @@ -102182,7 +100323,6 @@ self: { testHaskellDepends = [ base containers hspec text ]; description = "Parse environment variables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "envstatus" = callPackage @@ -102210,26 +100350,6 @@ self: { }) {}; "envy" = callPackage - ({ mkDerivation, base, bytestring, containers, hspec, mtl - , QuickCheck, quickcheck-instances, text, time, transformers - }: - mkDerivation { - pname = "envy"; - version = "2.1.3.0"; - sha256 = "088nha6hcd4knqxyqb2v7d3px7nqcqg2qm2gd1qrws21dcc6lkbl"; - libraryHaskellDepends = [ - base bytestring containers mtl text time transformers - ]; - testHaskellDepends = [ - base bytestring hspec mtl QuickCheck quickcheck-instances text time - transformers - ]; - description = "An environmentally friendly way to deal with environment variables"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.sternenseemann ]; - }) {}; - - "envy_2_1_4_0" = callPackage ({ mkDerivation, base, bytestring, containers, hspec, mtl , QuickCheck, quickcheck-instances, text, time, transformers }: @@ -102246,7 +100366,6 @@ self: { ]; description = "An environmentally friendly way to deal with environment variables"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sternenseemann ]; }) {}; @@ -102274,14 +100393,15 @@ self: { , blaze-markup, BNFC, bytestring, Cabal, cereal, code-page , containers, directory, doctest-parallel, file-embed, filepath , generic-lens, happy, hashable, hspec, hspec-core, hspec-discover - , lens, mtl, optparse-applicative, process, PyF, QuickCheck - , regex-compat, scientific, template-haskell, text, text-manipulate - , unordered-containers, with-utf8, yaml + , lens, megaparsec, mtl, optparse-applicative, parser-combinators + , prettyprinter, process, PyF, QuickCheck, regex-compat + , replace-megaparsec, scientific, template-haskell, text + , text-manipulate, unordered-containers, with-utf8, yaml }: mkDerivation { pname = "eo-phi-normalizer"; - version = "2.3.0"; - sha256 = "1kjznzisfyp48w297aj7jcr5w1r29x3di5z77vcsz2pvsq8x90q4"; + version = "3.1.0"; + sha256 = "1c15iq4j0fbrvmrblfii1xcwfgd5z84id70h8v8s5qjv62m7c6rs"; isLibrary = true; isExecutable = true; setupHaskellDepends = [ @@ -102290,7 +100410,8 @@ self: { libraryHaskellDepends = [ aeson array base blaze-html blaze-markup bytestring cereal code-page containers directory file-embed filepath generic-lens - hashable hspec hspec-core lens mtl PyF regex-compat scientific + hashable hspec hspec-core lens megaparsec mtl parser-combinators + prettyprinter PyF regex-compat replace-megaparsec scientific template-haskell text text-manipulate unordered-containers with-utf8 yaml ]; @@ -102298,16 +100419,18 @@ self: { executableHaskellDepends = [ aeson aeson-pretty array base blaze-html blaze-markup bytestring cereal code-page containers directory file-embed filepath - generic-lens hashable hspec hspec-core lens mtl - optparse-applicative PyF regex-compat scientific template-haskell - text text-manipulate unordered-containers with-utf8 yaml + generic-lens hashable hspec hspec-core lens megaparsec mtl + optparse-applicative parser-combinators prettyprinter PyF + regex-compat replace-megaparsec scientific template-haskell text + text-manipulate unordered-containers with-utf8 yaml ]; executableToolDepends = [ alex BNFC happy ]; testHaskellDepends = [ aeson array base blaze-html blaze-markup bytestring cereal code-page containers directory doctest-parallel file-embed filepath - generic-lens hashable hspec hspec-core hspec-discover lens mtl PyF - QuickCheck regex-compat scientific template-haskell text + generic-lens hashable hspec hspec-core hspec-discover lens + megaparsec mtl parser-combinators prettyprinter PyF QuickCheck + regex-compat replace-megaparsec scientific template-haskell text text-manipulate unordered-containers with-utf8 yaml ]; testToolDepends = [ alex BNFC happy hspec-discover ]; @@ -102455,29 +100578,6 @@ self: { }) {}; "epub-metadata" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, filepath - , HUnit, hxt, mtl, regex-compat, utf8-string, zip-archive - }: - mkDerivation { - pname = "epub-metadata"; - version = "5.2"; - sha256 = "0gz8qkkphyarwnrccxp0ws87scgx6906ilcx0zs3chw65ai3v9gh"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers directory filepath hxt mtl regex-compat - utf8-string zip-archive - ]; - executableHaskellDepends = [ base mtl ]; - testHaskellDepends = [ - base containers directory filepath HUnit mtl zip-archive - ]; - description = "Library for parsing epub document metadata"; - license = lib.licenses.isc; - mainProgram = "epub-metadata-example"; - }) {}; - - "epub-metadata_5_4" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , HUnit, hxt, mtl, regex-compat, utf8-string, zip-archive }: @@ -102497,7 +100597,6 @@ self: { ]; description = "Library for parsing epub document metadata"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; mainProgram = "epub-metadata-example"; }) {}; @@ -102586,10 +100685,8 @@ self: { }: mkDerivation { pname = "equational-reasoning"; - version = "0.7.0.3"; - sha256 = "0pr7m6afb6yi4g86pk08i27xxs9n4dszxkra6lm3icm72szygw2j"; - revision = "1"; - editedCabalFile = "1vh3m63xwisa4izz2y900xr28jny85dkapxcxpmwx0qh39nbsrpy"; + version = "0.7.1.0"; + sha256 = "02m4gpjf5nffzsmdwmyz03sx22nydliv149bs6abld57vflcmwb4"; libraryHaskellDepends = [ base containers template-haskell th-desugar void ]; @@ -102850,27 +100947,6 @@ self: { }) {}; "errata" = callPackage - ({ mkDerivation, base, containers, hspec, hspec-discover - , hspec-golden, text - }: - mkDerivation { - pname = "errata"; - version = "0.4.0.2"; - sha256 = "0vr1rijjb25nrsnrix173p4xqg2wqac5iwfwhllgw2fvh3k2jbz8"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base containers text ]; - executableHaskellDepends = [ base containers text ]; - testHaskellDepends = [ base containers hspec hspec-golden text ]; - testToolDepends = [ hspec-discover ]; - description = "Source code error pretty printing"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - mainProgram = "errata-example"; - broken = true; - }) {}; - - "errata_0_4_0_3" = callPackage ({ mkDerivation, base, containers, hspec, hspec-discover , hspec-golden, text }: @@ -103395,8 +101471,8 @@ self: { }: mkDerivation { pname = "esqueleto"; - version = "3.5.13.0"; - sha256 = "01sp5g61kk6k3fzzdb9sx4sf8iqhncv5sg3hiw8hjp7xv6wc7341"; + version = "3.5.14.0"; + sha256 = "1k285dv55r2s222kpk398bync0s89p4j1r9z4ybl325mlix86x56"; libraryHaskellDepends = [ aeson attoparsec base blaze-html bytestring conduit containers monad-logger persistent resourcet tagged template-haskell text time @@ -103413,35 +101489,6 @@ self: { license = lib.licenses.bsd3; }) {}; - "esqueleto_3_5_13_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.13.1"; - sha256 = "0ww1lmv81h8whifk79kmsv07lagqv8gkyqy77z31zl46rr2vikml"; - 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-compat" = callPackage ({ mkDerivation, base, conduit, esqueleto, hspec, persistent , resourcet, transformers @@ -104906,30 +102953,6 @@ self: { }) {}; "evm-opcodes" = callPackage - ({ mkDerivation, base, bytestring, cereal, containers, data-dword - , hedgehog, hspec, tasty, tasty-bench, tasty-discover - , tasty-hedgehog, tasty-hspec, text - }: - mkDerivation { - pname = "evm-opcodes"; - version = "0.1.2"; - sha256 = "0p7gb3k64jsjscfxf2cd34igkm9j8q0rq3irfh1x4jdryvck2jch"; - libraryHaskellDepends = [ - base bytestring cereal containers data-dword text - ]; - testHaskellDepends = [ - base bytestring cereal containers data-dword hedgehog hspec tasty - tasty-discover tasty-hedgehog tasty-hspec text - ]; - testToolDepends = [ tasty-discover ]; - benchmarkHaskellDepends = [ - base bytestring cereal containers data-dword tasty-bench text - ]; - description = "Opcode types for Ethereum Virtual Machine (EVM)"; - license = lib.licenses.mit; - }) {}; - - "evm-opcodes_0_2_0" = callPackage ({ mkDerivation, base, bytestring, cereal, containers, data-dword , hedgehog, hspec, tasty, tasty-bench, tasty-discover , tasty-hedgehog, tasty-hspec, text @@ -104951,7 +102974,6 @@ self: { ]; description = "Opcode types for Ethereum Virtual Machine (EVM)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "evoke" = callPackage @@ -105133,17 +103155,6 @@ self: { }) {}; "exception-hierarchy" = callPackage - ({ mkDerivation, base, template-haskell }: - mkDerivation { - pname = "exception-hierarchy"; - version = "0.1.0.11"; - sha256 = "0v7yc7im6g7xy41q459g39b7ri44f7axzzvrbi3vrlwl7c7k3wxz"; - libraryHaskellDepends = [ base template-haskell ]; - description = "Exception type hierarchy with TemplateHaskell"; - license = lib.licenses.bsd3; - }) {}; - - "exception-hierarchy_0_1_0_12" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "exception-hierarchy"; @@ -105152,7 +103163,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Exception type hierarchy with TemplateHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "exception-mailer" = callPackage @@ -105830,25 +103840,6 @@ self: { }) {}; "exon" = callPackage - ({ mkDerivation, base, criterion, ghc, hedgehog, incipit-base - , parsec, tasty, tasty-hedgehog, template-haskell - }: - mkDerivation { - pname = "exon"; - version = "1.6.1.1"; - sha256 = "1cdl7lmlr1ivr1w0b0g26q3lifx9z0a91py1gvd92a4ncawrwk13"; - libraryHaskellDepends = [ - base ghc incipit-base parsec template-haskell - ]; - testHaskellDepends = [ - base hedgehog incipit-base tasty tasty-hedgehog template-haskell - ]; - benchmarkHaskellDepends = [ base criterion incipit-base ]; - description = "Customizable quasiquote interpolation"; - license = "BSD-2-Clause-Patent"; - }) {}; - - "exon_1_7_1_0" = callPackage ({ mkDerivation, base, criterion, ghc, hedgehog, incipit-base , parsec, tasty, tasty-hedgehog, template-haskell }: @@ -105865,7 +103856,6 @@ self: { benchmarkHaskellDepends = [ base criterion incipit-base ]; description = "Customizable quasiquote interpolation"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "exotic-list-monads" = callPackage @@ -105924,30 +103914,6 @@ self: { }) {}; "exp-pairs" = callPackage - ({ mkDerivation, base, bimap, containers, deepseq, gauge, ghc-prim - , matrix, prettyprinter, QuickCheck, random, raw-strings-qq - , smallcheck, tasty, tasty-hunit, tasty-quickcheck - , tasty-smallcheck - }: - mkDerivation { - pname = "exp-pairs"; - version = "0.2.1.0"; - sha256 = "01s3g34b08qcvzlzhp5vpswj5c6v8pc2rx8z5xzjlrawxlbnzdnp"; - libraryHaskellDepends = [ - base containers deepseq ghc-prim prettyprinter - ]; - testHaskellDepends = [ - base matrix QuickCheck random smallcheck tasty tasty-hunit - tasty-quickcheck tasty-smallcheck - ]; - benchmarkHaskellDepends = [ - base bimap containers gauge prettyprinter raw-strings-qq - ]; - description = "Linear programming over exponent pairs"; - license = lib.licenses.gpl3Only; - }) {}; - - "exp-pairs_0_2_1_1" = callPackage ({ mkDerivation, base, bimap, containers, deepseq, ghc-prim, matrix , prettyprinter, QuickCheck, random, raw-strings-qq, smallcheck , tasty, tasty-bench, tasty-hunit, tasty-quickcheck @@ -105969,7 +103935,6 @@ self: { ]; description = "Linear programming over exponent pairs"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "expand" = callPackage @@ -106471,25 +104436,6 @@ self: { }) {}; "extended-reals" = callPackage - ({ mkDerivation, base, deepseq, hashable, HUnit, QuickCheck, tasty - , tasty-hunit, tasty-quickcheck, tasty-th - }: - mkDerivation { - pname = "extended-reals"; - version = "0.2.4.0"; - sha256 = "19df7zlm8kisihmnpg3ni5qg4p0vkilsny0ngch0b8b0pr56cb0c"; - revision = "3"; - editedCabalFile = "0wy0k20rcsz9cbgf35lzjva98csdcv67si3vh24w5jwsdqkxlmk4"; - libraryHaskellDepends = [ base deepseq hashable ]; - testHaskellDepends = [ - base deepseq HUnit QuickCheck tasty tasty-hunit tasty-quickcheck - tasty-th - ]; - description = "Extension of real numbers with positive/negative infinities"; - license = lib.licenses.bsd3; - }) {}; - - "extended-reals_0_2_5_0" = callPackage ({ mkDerivation, base, deepseq, hashable, HUnit, QuickCheck, tasty , tasty-hunit, tasty-quickcheck, tasty-th }: @@ -106504,32 +104450,9 @@ self: { ]; description = "Extension of real numbers with positive/negative infinities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "extensible" = callPackage - ({ mkDerivation, aeson, base, bytestring, cassava, comonad - , constraints, deepseq, ghc-prim, hashable, incremental, lens - , membership, prettyprinter, primitive, profunctors, QuickCheck - , StateVar, tagged, template-haskell, text, th-lift, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "extensible"; - version = "0.9.1"; - sha256 = "1kp407jnfl0p086x06s43b30gvq9haixf3r8q2sz90v6gdzbjmvb"; - libraryHaskellDepends = [ - aeson base bytestring cassava comonad constraints deepseq ghc-prim - hashable incremental membership prettyprinter primitive profunctors - QuickCheck StateVar tagged template-haskell text th-lift - transformers unordered-containers vector - ]; - testHaskellDepends = [ base lens QuickCheck template-haskell ]; - description = "Extensible, efficient, optics-friendly data types and effects"; - license = lib.licenses.bsd3; - }) {}; - - "extensible_0_9_2" = callPackage ({ mkDerivation, aeson, base, bytestring, cassava, comonad , constraints, deepseq, ghc-prim, hashable, incremental, lens , membership, prettyprinter, primitive, profunctors, QuickCheck @@ -106549,7 +104472,6 @@ self: { testHaskellDepends = [ base lens QuickCheck template-haskell ]; description = "Extensible, efficient, optics-friendly data types and effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "extensible-data" = callPackage @@ -107722,26 +105644,6 @@ self: { }) {}; "fast-logger" = callPackage - ({ mkDerivation, array, async, auto-update, base, bytestring - , directory, easy-file, filepath, hspec, hspec-discover, stm, text - , unix-compat, unix-time - }: - mkDerivation { - pname = "fast-logger"; - version = "3.2.4"; - sha256 = "1fxh94qk24c7mki0049zc0h5g0cyn78fp54bgxczqcba6lqknx9r"; - libraryHaskellDepends = [ - array auto-update base bytestring directory easy-file filepath stm - text unix-compat unix-time - ]; - testHaskellDepends = [ async base bytestring directory hspec ]; - testToolDepends = [ hspec-discover ]; - description = "A fast logging system"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.sternenseemann ]; - }) {}; - - "fast-logger_3_2_5" = callPackage ({ mkDerivation, array, async, auto-update, base, bytestring , directory, easy-file, filepath, hspec, hspec-discover, stm, text , unix-compat, unix-time @@ -107758,7 +105660,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A fast logging system"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sternenseemann ]; }) {}; @@ -108889,19 +106790,6 @@ self: { }) {}; "fedora-releases" = callPackage - ({ mkDerivation, aeson, base, bodhi, cached-json-file, extra }: - mkDerivation { - pname = "fedora-releases"; - version = "0.1.0"; - sha256 = "0f93dnjbf1nznblj5y2a4w4y5fz7f6rvami57f8zslz4a90iw8pl"; - libraryHaskellDepends = [ - aeson base bodhi cached-json-file extra - ]; - description = "Library for Fedora release versions"; - license = lib.licenses.gpl3Only; - }) {}; - - "fedora-releases_0_2_0" = callPackage ({ mkDerivation, aeson, base, bodhi, cached-json-file, extra, safe }: mkDerivation { @@ -108913,7 +106801,6 @@ self: { ]; description = "Library for Fedora release versions"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "fedora-repoquery" = callPackage @@ -109973,25 +107860,6 @@ self: { }) {}; "file-embed-lzma" = callPackage - ({ mkDerivation, base, bytestring, directory, filepath, lzma - , template-haskell, text, transformers - }: - mkDerivation { - pname = "file-embed-lzma"; - version = "0.0.1"; - sha256 = "19l1gdjhsn4zh96mzbjsa5rn0acwrx1w3jy25cm23xv6jl8z28i9"; - revision = "2"; - editedCabalFile = "1l1gkqljzm8v35in335rxzc548x06qdis6617gpl09lv81c7k12l"; - libraryHaskellDepends = [ - base bytestring directory filepath lzma template-haskell text - transformers - ]; - testHaskellDepends = [ base bytestring ]; - description = "Use Template Haskell to embed (LZMA compressed) data"; - license = lib.licenses.bsd3; - }) {}; - - "file-embed-lzma_0_1" = callPackage ({ mkDerivation, base, bytestring, directory, filepath, lzma , template-haskell, text, transformers }: @@ -109999,6 +107867,8 @@ self: { pname = "file-embed-lzma"; version = "0.1"; sha256 = "0la1nc21bkja1b8nsbhrvzpfn78nz87mjkrfixfhz2hfb57v4igy"; + revision = "1"; + editedCabalFile = "1q30y7y43ddr156ilcm9dhb7i7ks1w4q93znp20ka3mg06sx53a0"; libraryHaskellDepends = [ base bytestring directory filepath lzma template-haskell text transformers @@ -110006,7 +107876,6 @@ self: { testHaskellDepends = [ base bytestring ]; description = "Use Template Haskell to embed (LZMA compressed) data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "file-embed-poly" = callPackage @@ -110030,22 +107899,6 @@ self: { }) {}; "file-io" = callPackage - ({ mkDerivation, base, bytestring, deepseq, filepath, tasty - , tasty-hunit, temporary, unix - }: - mkDerivation { - pname = "file-io"; - version = "0.1.4"; - sha256 = "0lkgx2v92zv9r9ndkzlia8k4my242p250i99qbcf6msw04x13ng3"; - libraryHaskellDepends = [ base bytestring deepseq filepath unix ]; - testHaskellDepends = [ - base bytestring filepath tasty tasty-hunit temporary - ]; - description = "Basic file IO operations via 'OsPath'"; - license = lib.licenses.bsd3; - }) {}; - - "file-io_0_1_5" = callPackage ({ mkDerivation, base, bytestring, deepseq, filepath, tasty , tasty-hunit, temporary, unix }: @@ -110059,7 +107912,6 @@ self: { ]; description = "Basic file IO operations via 'OsPath'"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "file-location" = callPackage @@ -110271,21 +108123,6 @@ self: { }) {}; "filepath-bytestring" = callPackage - ({ mkDerivation, base, bytestring, criterion, filepath, QuickCheck - , unix - }: - mkDerivation { - pname = "filepath-bytestring"; - version = "1.4.100.3.2"; - sha256 = "1zfhzpbh798n57k3hncingpk2ls1y2b1ap6iznn69sn3v59q2mbq"; - libraryHaskellDepends = [ base bytestring unix ]; - testHaskellDepends = [ base bytestring filepath QuickCheck ]; - benchmarkHaskellDepends = [ base criterion filepath ]; - description = "Library for manipulating RawFilePaths in a cross platform way"; - license = lib.licenses.bsd3; - }) {}; - - "filepath-bytestring_1_5_2_0_0" = callPackage ({ mkDerivation, base, bytestring, criterion, filepath, QuickCheck , unix }: @@ -110298,7 +108135,6 @@ self: { benchmarkHaskellDepends = [ base criterion filepath ]; description = "Library for manipulating RawFilePaths in a cross platform way"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "filepath-crypto" = callPackage @@ -110544,24 +108380,6 @@ self: { }) {}; "fin" = callPackage - ({ mkDerivation, base, boring, dec, deepseq, hashable - , inspection-testing, QuickCheck, some, tagged, universe-base - }: - mkDerivation { - pname = "fin"; - version = "0.3"; - sha256 = "0dqwwd940pws4dpcaimbzxvxj7crncdcnslvjl2npa69x5vh63g2"; - revision = "2"; - editedCabalFile = "1b5icwiklwf6rxgbx88yg6hhcnzm8697jcd64nhk048dyiyw19df"; - libraryHaskellDepends = [ - base boring dec deepseq hashable QuickCheck some universe-base - ]; - testHaskellDepends = [ base inspection-testing tagged ]; - description = "Nat and Fin: peano naturals and finite numbers"; - license = lib.licenses.bsd3; - }) {}; - - "fin_0_3_2" = callPackage ({ mkDerivation, base, boring, dec, deepseq, hashable , inspection-testing, QuickCheck, some, tagged, universe-base }: @@ -110575,7 +108393,6 @@ self: { testHaskellDepends = [ base inspection-testing tagged ]; description = "Nat and Fin: peano naturals and finite numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "fin-int" = callPackage @@ -110933,21 +108750,6 @@ self: { }) {}; "finite-typelits" = callPackage - ({ mkDerivation, base, deepseq, QuickCheck }: - mkDerivation { - pname = "finite-typelits"; - version = "0.1.6.0"; - sha256 = "0f047dywlxiz3pl3rq6maym9wpwjwl4zjqfwlwnj0yiv7dmlaiih"; - revision = "2"; - editedCabalFile = "18zzhzhp5kfa808zd8h3y1fy4fn4hqab49340jzv8rpzd0x5w19s"; - libraryHaskellDepends = [ base deepseq ]; - testHaskellDepends = [ base deepseq QuickCheck ]; - description = "A type inhabited by finitely many values, indexed by type-level naturals"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.turion ]; - }) {}; - - "finite-typelits_0_2_1_0" = callPackage ({ mkDerivation, base, deepseq, QuickCheck, tagged , template-haskell }: @@ -110959,7 +108761,6 @@ self: { testHaskellDepends = [ base deepseq QuickCheck ]; description = "A type inhabited by finitely many values, indexed by type-level naturals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.turion ]; }) {}; @@ -111196,37 +108997,6 @@ self: { }) {}; "fits-parse" = callPackage - ({ mkDerivation, base, binary, bytestring, containers, fast-logger - , JuicyPixels, megaparsec, microlens, microlens-th, mtl - , optparse-applicative, statistics, tasty, tasty-hunit, text - , text-latin1, vector - }: - mkDerivation { - pname = "fits-parse"; - version = "0.3.6"; - sha256 = "19mwisig0ffxyni6b1yqs9vxnl5161vxl7zj5bj96njw1f3sjxqh"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base binary bytestring containers megaparsec microlens microlens-th - text text-latin1 - ]; - executableHaskellDepends = [ - base bytestring fast-logger JuicyPixels microlens microlens-th - optparse-applicative statistics vector - ]; - testHaskellDepends = [ - base bytestring containers megaparsec microlens microlens-th mtl - tasty tasty-hunit text - ]; - description = "Parse FITS files"; - license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; - mainProgram = "omnibus"; - broken = true; - }) {}; - - "fits-parse_0_4_2" = callPackage ({ mkDerivation, base, binary, bytestring, fast-logger, JuicyPixels , megaparsec, microlens, microlens-th, mtl, optparse-applicative , statistics, tasty, tasty-hunit, text, text-latin1, vector @@ -111378,6 +109148,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "fixed-generic" = callPackage + ({ mkDerivation, base, ghc-internal }: + mkDerivation { + pname = "fixed-generic"; + version = "0.1.0.2"; + sha256 = "17rnwvc9fg9kkzqz4dg2rwcaabj69bbll6r0ripvzn4dkc04sh61"; + libraryHaskellDepends = [ base ghc-internal ]; + testHaskellDepends = [ base ghc-internal ]; + description = "Fixed-point number build on generic integral number"; + license = lib.licenses.bsd3; + }) {}; + "fixed-length" = callPackage ({ mkDerivation, base, non-empty, storable-record, tfp , transformers, utility-ht @@ -112083,8 +109865,8 @@ self: { }: mkDerivation { pname = "flatparse"; - version = "0.5.1.1"; - sha256 = "1xk7sdppslk85jhxqrd1bfn7wnz7yxaxrls9vz1fnhi745sw0xhb"; + version = "0.5.2.1"; + sha256 = "0ig2m1lshaadyp8dxb129l0y1v722b1mfsp4fv7v879pdhlxgmgw"; libraryHaskellDepends = [ base bytestring containers integer-gmp template-haskell utf8-string ]; @@ -112101,51 +109883,7 @@ self: { maintainers = [ lib.maintainers.raehik ]; }) {}; - "flatparse_0_5_2_0" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, containers, gauge - , hspec, HUnit, integer-gmp, megaparsec, parsec, primitive - , QuickCheck, quickcheck-instances, template-haskell, utf8-string - }: - mkDerivation { - pname = "flatparse"; - version = "0.5.2.0"; - sha256 = "1w2xpzfnwnf2r3bgfnfnjbbzy9l92x5qyncamr8k1bq7xhf041l5"; - libraryHaskellDepends = [ - base bytestring containers integer-gmp template-haskell utf8-string - ]; - testHaskellDepends = [ - base bytestring hspec HUnit QuickCheck quickcheck-instances - utf8-string - ]; - benchmarkHaskellDepends = [ - attoparsec base bytestring gauge integer-gmp megaparsec parsec - primitive utf8-string - ]; - description = "High-performance parsing from strict bytestrings"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - maintainers = [ lib.maintainers.raehik ]; - }) {}; - "flay" = callPackage - ({ mkDerivation, base, constraints, tasty, tasty-quickcheck - , transformers - }: - mkDerivation { - pname = "flay"; - version = "0.4"; - sha256 = "1vqkjjf2bzmi489wsx23ryyplbg26q9qrzb98dz80j5b5rj3xzq1"; - revision = "1"; - editedCabalFile = "0xidxbyal19npq6j7cr92prm61m6w4mdqd8zvvli54h40xd2kg21"; - libraryHaskellDepends = [ base constraints transformers ]; - testHaskellDepends = [ base tasty tasty-quickcheck transformers ]; - description = "Work generically on your datatype without knowing its shape nor its contents"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "flay_0_5" = callPackage ({ mkDerivation, base, constraints, tasty, tasty-quickcheck , transformers }: @@ -113266,30 +111004,6 @@ self: { }) {}; "foldable1-classes-compat" = callPackage - ({ mkDerivation, base, containers, criterion, deepseq, ghc-prim - , QuickCheck, quickcheck-instances, tagged, test-framework - , test-framework-quickcheck2, transformers - }: - mkDerivation { - pname = "foldable1-classes-compat"; - version = "0.1"; - sha256 = "04pzjppmb195ffgxdzh8dh39z5dalr5wd6sifcnbg9p1b3rw6myh"; - revision = "6"; - editedCabalFile = "13g7igqcq6nr0sqschzm7scrpq90nhjjkjq1866ww8ikkq7w9wgj"; - libraryHaskellDepends = [ base ghc-prim tagged ]; - testHaskellDepends = [ - base containers QuickCheck quickcheck-instances test-framework - test-framework-quickcheck2 transformers - ]; - benchmarkHaskellDepends = [ - base containers criterion deepseq transformers - ]; - doHaddock = false; - description = "Compatibility package for the Foldable1 and Bifoldable1 type classes"; - license = lib.licenses.bsd3; - }) {}; - - "foldable1-classes-compat_0_1_1" = callPackage ({ mkDerivation, base, containers, deepseq, ghc-prim, QuickCheck , quickcheck-instances, tagged, tasty-bench, test-framework , test-framework-quickcheck2, transformers @@ -113311,32 +111025,9 @@ self: { doHaddock = false; description = "Compatibility package for the Foldable1 and Bifoldable1 type classes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "foldl" = callPackage - ({ mkDerivation, base, bytestring, comonad, containers - , contravariant, criterion, doctest, hashable, primitive - , profunctors, random, semigroupoids, text, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "foldl"; - version = "1.4.17"; - sha256 = "1bk02j6niyw39279cf1im62lzd3gz8dc9qa7kgplz3fyb4chswgm"; - libraryHaskellDepends = [ - base bytestring comonad containers contravariant hashable primitive - profunctors random semigroupoids text transformers - unordered-containers vector - ]; - testHaskellDepends = [ base doctest ]; - benchmarkHaskellDepends = [ base criterion profunctors ]; - description = "Composable, streaming, and efficient left folds"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.Gabriella439 ]; - }) {}; - - "foldl_1_4_18" = callPackage ({ mkDerivation, base, bytestring, comonad, containers , contravariant, criterion, doctest, hashable, primitive , profunctors, random, semigroupoids, text, transformers @@ -113355,7 +111046,6 @@ self: { benchmarkHaskellDepends = [ base criterion profunctors ]; description = "Composable, streaming, and efficient left folds"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.Gabriella439 ]; }) {}; @@ -114489,7 +112179,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "fourmolu" = callPackage + "fourmolu_0_14_0_0" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, binary , bytestring, Cabal-syntax, containers, deepseq, Diff, directory , file-embed, filepath, ghc-lib-parser, hspec, hspec-discover @@ -114520,10 +112210,11 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "fourmolu"; }) {}; - "fourmolu_0_15_0_0" = callPackage + "fourmolu" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, binary , bytestring, Cabal-syntax, containers, deepseq, Diff, directory , file-embed, filepath, ghc-lib-parser, hspec, hspec-discover @@ -114556,7 +112247,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "fourmolu"; }) {}; @@ -117965,20 +115655,6 @@ self: { }) {}; "fuzzy-time" = callPackage - ({ mkDerivation, base, containers, deepseq, megaparsec, text, time - , validity, validity-time - }: - mkDerivation { - pname = "fuzzy-time"; - version = "0.2.0.3"; - sha256 = "13n2insf02d80jc4rrfgsj0ivb9lz9hfifz9796hz0cmbm1wxr2y"; - libraryHaskellDepends = [ - base containers deepseq megaparsec text time validity validity-time - ]; - license = lib.licenses.mit; - }) {}; - - "fuzzy-time_0_3_0_0" = callPackage ({ mkDerivation, base, containers, deepseq, megaparsec, text, time , validity, validity-time }: @@ -117990,7 +115666,6 @@ self: { base containers deepseq megaparsec text time validity validity-time ]; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "fuzzy-time-gen" = callPackage @@ -119278,32 +116953,6 @@ self: { }) {}; "gemini-exports" = callPackage - ({ mkDerivation, aeson, base, base64, bytestring, cassava, cmdargs - , containers, cryptonite, directory, hedgehog, http-client - , http-types, mtl, raw-strings-qq, req, safe-exceptions, scientific - , tasty, tasty-hedgehog, tasty-hunit, text, time, xdg-basedir, yaml - }: - mkDerivation { - pname = "gemini-exports"; - version = "0.1.0.0"; - sha256 = "0a50mb0na1b595gpbq8ynisg6g6dispjgz1dj2gc51k6q618jgly"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base64 bytestring cassava cmdargs containers cryptonite - directory http-client http-types mtl raw-strings-qq req - safe-exceptions scientific text time xdg-basedir yaml - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog tasty-hunit - ]; - description = "Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions"; - license = lib.licenses.bsd3; - mainProgram = "gemini-exports"; - }) {}; - - "gemini-exports_0_1_0_2" = callPackage ({ mkDerivation, aeson, base, base64, bytestring, cassava, cmdargs , containers, crypton, directory, hedgehog, http-client, http-types , mtl, raw-strings-qq, req, safe-exceptions, scientific, tasty @@ -119326,7 +116975,6 @@ self: { ]; description = "Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "gemini-exports"; }) {}; @@ -119720,28 +117368,6 @@ self: { }) {}; "generic-data" = callPackage - ({ mkDerivation, ap-normalize, base, base-orphans, deepseq - , generic-lens, ghc-boot-th, one-liner, show-combinators, tasty - , tasty-bench, tasty-hunit - }: - mkDerivation { - pname = "generic-data"; - version = "1.1.0.1"; - sha256 = "0cbng88jsx5f34jrhj2c83jg9r0d7q4xj6vb2as97mgrdmy054nk"; - revision = "1"; - editedCabalFile = "03qi9y1zippj9dsfk0afargl1crhjbms0hjs8y9y6vhanll5czm2"; - libraryHaskellDepends = [ - ap-normalize base base-orphans ghc-boot-th show-combinators - ]; - testHaskellDepends = [ - base generic-lens one-liner show-combinators tasty tasty-hunit - ]; - benchmarkHaskellDepends = [ base deepseq tasty-bench ]; - description = "Deriving instances with GHC.Generics and related utilities"; - license = lib.licenses.mit; - }) {}; - - "generic-data_1_1_0_2" = callPackage ({ mkDerivation, ap-normalize, base, base-orphans, deepseq , generic-lens, ghc-boot-th, one-liner, show-combinators, tasty , tasty-bench, tasty-hunit @@ -119759,7 +117385,6 @@ self: { benchmarkHaskellDepends = [ base deepseq tasty-bench ]; description = "Deriving instances with GHC.Generics and related utilities"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "generic-data-asserts" = callPackage @@ -119816,25 +117441,6 @@ self: { }) {}; "generic-deriving" = callPackage - ({ mkDerivation, base, containers, ghc-prim, hspec, hspec-discover - , template-haskell, th-abstraction - }: - mkDerivation { - pname = "generic-deriving"; - version = "1.14.5"; - sha256 = "0jcl6cdf3pdg57yhf90rhdscszna0znvwhlffdcq3bnzkc2797za"; - revision = "3"; - editedCabalFile = "1cgbxczwkgzm44pqd2i7cfa2ka88mz13l037xa0h74vvrgrpapk4"; - libraryHaskellDepends = [ - base containers ghc-prim template-haskell th-abstraction - ]; - testHaskellDepends = [ base hspec template-haskell ]; - testToolDepends = [ hspec-discover ]; - description = "Generic programming library for generalised deriving"; - license = lib.licenses.bsd3; - }) {}; - - "generic-deriving_1_14_6" = callPackage ({ mkDerivation, base, containers, ghc-prim, hspec, hspec-discover , template-haskell, th-abstraction }: @@ -119849,7 +117455,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Generic programming library for generalised deriving"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "generic-enum" = callPackage @@ -120380,26 +117985,6 @@ self: { }) {}; "generics-sop" = callPackage - ({ mkDerivation, base, criterion, deepseq, ghc-prim, sop-core - , template-haskell, th-abstraction - }: - mkDerivation { - pname = "generics-sop"; - version = "0.5.1.3"; - sha256 = "01xgd5b4na6xz2bw117hw37k3iqfk3mabi4aadkzs527rawwg77c"; - libraryHaskellDepends = [ - base ghc-prim sop-core template-haskell th-abstraction - ]; - testHaskellDepends = [ base ]; - benchmarkHaskellDepends = [ - base criterion deepseq template-haskell - ]; - description = "Generic Programming using True Sums of Products"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "generics-sop_0_5_1_4" = callPackage ({ mkDerivation, base, criterion, deepseq, ghc-prim, sop-core , template-haskell, th-abstraction }: @@ -120407,8 +117992,8 @@ self: { pname = "generics-sop"; version = "0.5.1.4"; sha256 = "0zkri1w7qdqlxcfx0kzld7ai5g7xzxwxjxjfa7wnjx09fqhiqsk1"; - revision = "1"; - editedCabalFile = "10i6k2j47jh0f40gssg5nh4cw6agfjpjryizrhyykg6c0c006yfr"; + revision = "2"; + editedCabalFile = "0xacmrv5jscb2jxqpvrnrd8cq80zk2ww6f3ajkdl9y4nl2h68a56"; libraryHaskellDepends = [ base ghc-prim sop-core template-haskell th-abstraction ]; @@ -120418,24 +118003,10 @@ self: { ]; description = "Generic Programming using True Sums of Products"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; "generics-sop-lens" = callPackage - ({ mkDerivation, base, generics-sop, lens }: - mkDerivation { - pname = "generics-sop-lens"; - version = "0.2.0.1"; - sha256 = "1yl74pz6r2zf9sspzbqg6xvr6k9b5irq3c3pjrf5ih6hfrz4k1ks"; - revision = "5"; - editedCabalFile = "0qnfrcg847fpjvg6nrlpndabfnjqm711pbkhd80j3xg59hg6qm72"; - libraryHaskellDepends = [ base generics-sop lens ]; - description = "Lenses for types in generics-sop"; - license = lib.licenses.bsd3; - }) {}; - - "generics-sop-lens_0_2_1" = callPackage ({ mkDerivation, base, generics-sop, lens }: mkDerivation { pname = "generics-sop-lens"; @@ -120444,7 +118015,6 @@ self: { libraryHaskellDepends = [ base generics-sop lens ]; description = "Lenses for types in generics-sop"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "genericserialize" = callPackage @@ -121537,6 +119107,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "geodetics_1_0_0" = callPackage + ({ mkDerivation, array, base, checkers, HUnit, QuickCheck, Stream + , test-framework, test-framework-hunit, test-framework-quickcheck2 + }: + mkDerivation { + pname = "geodetics"; + version = "1.0.0"; + sha256 = "0nlrvnk99qvd3x3c79rryvy599nkdijj288q8hn0knskmxf0ry54"; + libraryHaskellDepends = [ array base Stream ]; + testHaskellDepends = [ + array base checkers HUnit QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 + ]; + description = "Terrestrial coordinate systems and geodetic calculations"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "geohash" = callPackage ({ mkDerivation, array, base }: mkDerivation { @@ -122345,28 +119933,6 @@ self: { }) {}; "ghc-events" = callPackage - ({ mkDerivation, array, base, binary, bytestring, containers, text - , vector - }: - mkDerivation { - pname = "ghc-events"; - version = "0.19.0.1"; - sha256 = "1rliryx527ph1csyq8d5np1g8yfwhmsarspqnl7lp9d9nf0jkbn1"; - revision = "2"; - editedCabalFile = "1p41rdbxh23465qqkv6h1sydgxbqwrcyi85xzlyjc2xg0m9ic15s"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base binary bytestring containers text vector - ]; - executableHaskellDepends = [ base bytestring containers ]; - testHaskellDepends = [ base ]; - description = "Library and tool for parsing .eventlog files from GHC"; - license = lib.licenses.bsd3; - mainProgram = "ghc-events"; - }) {}; - - "ghc-events_0_20_0_0" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers, text , vector }: @@ -122385,7 +119951,6 @@ self: { testHaskellDepends = [ base ]; description = "Library and tool for parsing .eventlog files from GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "ghc-events"; }) {}; @@ -122523,31 +120088,6 @@ self: { }) {}; "ghc-exactprint" = callPackage - ({ mkDerivation, base, bytestring, Cabal-syntax, containers - , data-default, Diff, directory, extra, fail, filepath, free, ghc - , ghc-boot, ghc-paths, HUnit, mtl, ordered-containers, silently - , syb - }: - mkDerivation { - pname = "ghc-exactprint"; - version = "1.7.1.0"; - sha256 = "1kda9vqm4l5lhvcainvqgna46v29bwdkpr755wqqnn2kkvfsgvvy"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers data-default directory fail filepath - free ghc ghc-boot mtl ordered-containers syb - ]; - testHaskellDepends = [ - base bytestring Cabal-syntax containers data-default Diff directory - extra fail filepath ghc ghc-boot ghc-paths HUnit mtl - ordered-containers silently syb - ]; - description = "ExactPrint for GHC"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-exactprint_1_8_0_0" = callPackage ({ mkDerivation }: mkDerivation { pname = "ghc-exactprint"; @@ -122557,7 +120097,6 @@ self: { isExecutable = true; description = "ExactPrint for GHC"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-exactprint_1_9_0_0" = callPackage @@ -122690,8 +120229,8 @@ self: { }: mkDerivation { pname = "ghc-hs-meta"; - version = "0.1.4.0"; - sha256 = "08jx4cmwg0wd36pp915qf8gzb80fpsjnh8f4md4i4a6nj4nzz1hk"; + version = "0.1.5.0"; + sha256 = "0a5k478xjc80md2y1gs96fkq5hzpdbamijy770j4k520i3rwx8k9"; libraryHaskellDepends = [ base bytestring ghc ghc-boot template-haskell ]; @@ -122811,27 +120350,6 @@ self: { }) {}; "ghc-lib" = callPackage - ({ mkDerivation, alex, array, base, binary, bytestring, containers - , deepseq, directory, exceptions, filepath, ghc-lib-parser - , ghc-prim, happy, hpc, parsec, pretty, process, rts, stm, time - , transformers, unix - }: - mkDerivation { - pname = "ghc-lib"; - version = "9.6.6.20240701"; - sha256 = "0041lgl11yb48694rdaplsaz3bpvhb83sr9a2ghy00ml9xrkxafh"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base binary bytestring containers deepseq directory - exceptions filepath ghc-lib-parser ghc-prim hpc parsec pretty - process rts stm time transformers unix - ]; - libraryToolDepends = [ alex happy ]; - description = "The GHC API, decoupled from GHC versions"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-lib_9_8_4_20241130" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts @@ -122852,10 +120370,9 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib_9_10_1_20241103" = callPackage + "ghc-lib_9_10_1_20250103" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts @@ -122863,10 +120380,10 @@ self: { }: mkDerivation { pname = "ghc-lib"; - version = "9.10.1.20241103"; - sha256 = "1wzjzfh3cvbmq957plngq41cwi1x63z8f5n5j69xpqkdf64z517g"; - revision = "2"; - editedCabalFile = "1nb61mg0p39258gqwgwh6wc35mdxcps5afwccgiqa3k22rfjdhbg"; + version = "9.10.1.20250103"; + sha256 = "1bbwslrsmdkj124vzyvcjl3al661hq9kgbl6n1zsm8mxn5cm8k87"; + revision = "1"; + editedCabalFile = "00ig5ga7jvc8jr14ghkrl34lwrh66mdwannh4pkcdsy7wqsshrpz"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -122879,7 +120396,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib_9_12_1_20241218" = callPackage + "ghc-lib_9_12_1_20250105" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, os-string, parsec, pretty, process, rts @@ -122887,8 +120404,8 @@ self: { }: mkDerivation { pname = "ghc-lib"; - version = "9.12.1.20241218"; - sha256 = "116541qwj1pd42p3gd0hiyf5r15rp9sjkzvhpkk31jx00y3in8vz"; + version = "9.12.1.20250105"; + sha256 = "08ijsdl816d95s6s8k7gragsd12rkvawmribjahxzqf8ivgscd8q"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -122923,26 +120440,6 @@ self: { }) {}; "ghc-lib-parser" = callPackage - ({ mkDerivation, alex, array, base, binary, bytestring, containers - , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec - , pretty, process, time, transformers, unix - }: - mkDerivation { - pname = "ghc-lib-parser"; - version = "9.6.6.20240701"; - sha256 = "1cq2bs3nwqxi58mhfrvskdpikr7cgdyv4d1fblpgzqczr3pq94cc"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array base binary bytestring containers deepseq directory - exceptions filepath ghc-prim parsec pretty process time - transformers unix - ]; - libraryToolDepends = [ alex happy ]; - description = "The GHC API, decoupled from GHC versions"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-lib-parser_9_8_4_20241130" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec , pretty, process, time, transformers, unix @@ -122962,20 +120459,19 @@ self: { libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser_9_10_1_20241103" = callPackage + "ghc-lib-parser_9_10_1_20250103" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-prim, happy, parsec , pretty, process, time, transformers, unix }: mkDerivation { pname = "ghc-lib-parser"; - version = "9.10.1.20241103"; - sha256 = "17q8h8xaa7rn384zq3x7br93mi9g6gwqzp01bh99929qk0mvrsil"; - revision = "2"; - editedCabalFile = "02w33rvb6vfx7am6w0ri4if4m3lk1zf60mw4ibazzqgl4rbkf7im"; + version = "9.10.1.20250103"; + sha256 = "00vzynimqmf4wysskdkp9rlprmhbq0siapbab10h36r2a74rirss"; + revision = "1"; + editedCabalFile = "0apspifskj21jsccb7ka2zq4fvp844ijr5nc2c0plk3bdcr0kb76"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -122988,15 +120484,15 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser_9_12_1_20241218" = callPackage + "ghc-lib-parser_9_12_1_20250105" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-prim, happy , os-string, parsec, pretty, process, time, transformers, unix }: mkDerivation { pname = "ghc-lib-parser"; - version = "9.12.1.20241218"; - sha256 = "0n3shswiljjsaf46wk5qmcp55na5df2s7384sxml85qkf3025jd4"; + version = "9.12.1.20250105"; + sha256 = "0n0k0gwxibzab7nn4m7l5nyky8krp46d6xykvvqflhd6pal1mmyi"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -123030,25 +120526,6 @@ self: { }) {}; "ghc-lib-parser-ex" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, extra - , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate - }: - mkDerivation { - pname = "ghc-lib-parser-ex"; - version = "9.6.0.2"; - sha256 = "1fr653b4hgwxz12mvbf9wd93r83qk3qdajplrdmw85hk0f9qfq9a"; - libraryHaskellDepends = [ - base bytestring containers ghc-lib-parser uniplate - ]; - testHaskellDepends = [ - base directory extra filepath ghc-lib-parser tasty tasty-hunit - uniplate - ]; - description = "Algorithms on GHC parse trees"; - license = lib.licenses.bsd3; - }) {}; - - "ghc-lib-parser-ex_9_8_0_2" = callPackage ({ mkDerivation, base, bytestring, containers, directory, extra , filepath, ghc-lib-parser, tasty, tasty-hunit, uniplate }: @@ -123065,7 +120542,6 @@ self: { ]; description = "Algorithms on GHC parse trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "ghc-lib-parser-ex_9_10_0_0" = callPackage @@ -123630,8 +121106,8 @@ self: { }: mkDerivation { pname = "ghc-syntax-highlighter"; - version = "0.0.10.0"; - sha256 = "145xjyraqd62k5amyqi9028rr9v2lgz3irmgz5v2hppza1i5qy72"; + version = "0.0.11.0"; + sha256 = "0y2vhw6damddry3prvd5lcs3hak7r9ixv0mf1wvx8g276gs9frxs"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base ghc-lib-parser text ]; testHaskellDepends = [ base hspec text ]; @@ -123970,8 +121446,8 @@ self: { }: mkDerivation { pname = "ghc-typelits-presburger"; - version = "0.7.4.0"; - sha256 = "1kas8w67hnrcqrywnqc1w0ls4varj5357nfirdr2r2f12zar6q45"; + version = "0.7.4.1"; + sha256 = "0n9jzw319cmf0a0pa90y133rmbjx0109ddwzndvpfqrhj6bf27cw"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -124663,49 +122139,46 @@ self: { }) {}; "ghcup" = callPackage - ({ mkDerivation, aeson, aeson-pretty, async, base + ({ mkDerivation, aeson, aeson-pretty, async, attoparsec, base , base16-bytestring, binary, brick, bytestring, bz2, Cabal - , Cabal-syntax, case-insensitive, casing, conduit, containers - , cryptohash-sha256, deepseq, directory, disk-free-space - , exceptions, file-uri, filepath, generic-arbitrary - , haskus-utils-types, haskus-utils-variant, hspec, hspec-discover - , hspec-golden-aeson, libarchive, lzma-static, megaparsec, mtl - , optics, optparse-applicative, os-release, parsec, pretty - , pretty-terminal, process, QuickCheck, quickcheck-arbitrary-adt - , regex-posix, resourcet, retry, safe, safe-exceptions, split - , strict-base, tagsoup, tasty, tasty-hunit, template-haskell - , temporary, terminal-size, text, time, transformers, unix - , unix-bytestring, unliftio-core, unordered-containers - , uri-bytestring, utf8-string, vector, versions, vty, word8, yaml - , zlib + , Cabal-syntax, case-insensitive, casing, conduit, conduit-extra + , containers, cryptohash-sha256, deepseq, directory + , disk-free-space, exceptions, file-uri, filepath + , generic-arbitrary, hspec, hspec-discover, hspec-golden-aeson + , libarchive, megaparsec, mtl, optics, optparse-applicative + , os-release, parsec, pretty, pretty-terminal, process, QuickCheck + , quickcheck-arbitrary-adt, regex-posix, resourcet, retry, safe + , safe-exceptions, split, strict-base, tagsoup, tasty, tasty-hunit + , template-haskell, temporary, terminal-size, text, time + , transformers, unix, unix-bytestring, unliftio-core + , unordered-containers, uri-bytestring, utf8-string, variant + , vector, versions, vty, word8, xz, yaml, zlib }: mkDerivation { pname = "ghcup"; - version = "0.1.30.0"; - sha256 = "1q5lh1c29y2j883yqr4yf1vn4rnrl6fas0vyvgfsnmr1bhdjqcj6"; + version = "0.1.40.0"; + sha256 = "1pjipxl0lwag89s7dsllr2iq5kqki3sqdijg1g1fvhmsg84is55z"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson aeson-pretty async base base16-bytestring binary brick - bytestring bz2 Cabal Cabal-syntax case-insensitive casing conduit - containers cryptohash-sha256 deepseq directory disk-free-space - exceptions file-uri filepath haskus-utils-types - haskus-utils-variant libarchive lzma-static megaparsec mtl optics - optparse-applicative os-release parsec pretty pretty-terminal - process regex-posix resourcet retry safe safe-exceptions split - strict-base tagsoup template-haskell temporary terminal-size text - time transformers unix unix-bytestring unliftio-core - unordered-containers uri-bytestring utf8-string vector versions vty - word8 yaml zlib + aeson aeson-pretty async attoparsec base base16-bytestring binary + brick bytestring bz2 Cabal Cabal-syntax case-insensitive casing + conduit conduit-extra containers cryptohash-sha256 deepseq + directory disk-free-space exceptions file-uri filepath libarchive + megaparsec mtl optics optparse-applicative os-release parsec pretty + pretty-terminal process regex-posix resourcet retry safe + safe-exceptions split strict-base tagsoup template-haskell + temporary terminal-size text time transformers unix unix-bytestring + unliftio-core unordered-containers uri-bytestring utf8-string + variant vector versions vty word8 xz yaml zlib ]; executableHaskellDepends = [ - aeson aeson-pretty async base bytestring containers deepseq - directory filepath haskus-utils-types haskus-utils-variant - libarchive megaparsec mtl optics optparse-applicative pretty - pretty-terminal process resourcet safe safe-exceptions tagsoup - template-haskell temporary text time transformers unix - unordered-containers uri-bytestring utf8-string vector versions - yaml + aeson aeson-pretty async attoparsec base bytestring containers + deepseq directory filepath libarchive megaparsec mtl optics + optparse-applicative pretty pretty-terminal process resourcet safe + safe-exceptions tagsoup template-haskell temporary text time + transformers unix unordered-containers uri-bytestring utf8-string + variant vector versions yaml ]; testHaskellDepends = [ base bytestring conduit containers directory filepath @@ -124792,23 +122265,23 @@ self: { }) {}; "gi-adwaita" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk - , gi-gio, gi-glib, gi-gobject, gi-gtk, gi-pango, haskell-gi + ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk4 + , gi-gio, gi-glib, gi-gobject, gi-gtk4, gi-pango, haskell-gi , haskell-gi-base, haskell-gi-overloading, libadwaita, text , transformers }: mkDerivation { pname = "gi-adwaita"; - version = "1.0.7"; - sha256 = "16hqnb3a92b10svghgic65grs14mjx0idx2nc8d9lz4y41z27kbz"; + version = "1.0.8"; + sha256 = "1q0as750ikggyrf61frwm66dfq8v15qjsj1j89n6h680vwblnmkv"; setupHaskellDepends = [ - base Cabal gi-gdk gi-gio gi-glib gi-gobject gi-gtk gi-pango + base Cabal gi-gdk4 gi-gio gi-glib gi-gobject gi-gtk4 gi-pango haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-gdk gi-gio gi-glib gi-gobject gi-gtk - gi-pango haskell-gi haskell-gi-base haskell-gi-overloading text - transformers + base bytestring containers gi-gdk4 gi-gio gi-glib gi-gobject + gi-gtk4 gi-pango haskell-gi haskell-gi-base haskell-gi-overloading + text transformers ]; libraryPkgconfigDepends = [ libadwaita ]; description = "Adwaita bindings"; @@ -124837,18 +122310,18 @@ self: { "gi-ayatana-appindicator3" = callPackage ({ mkDerivation, ayatana-appindicator3, base, bytestring, Cabal - , containers, gi-gdk, gi-gobject, gi-gtk, haskell-gi + , containers, gi-gdk3, gi-gobject, gi-gtk3, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers }: mkDerivation { pname = "gi-ayatana-appindicator3"; - version = "0.1.1"; - sha256 = "1n6lf59l63yjj0q4q4gxnq3b6s8myxyqyhgpdjkszvpbym6mdb98"; + version = "0.1.2"; + sha256 = "0l25bryrs7ii2m7nllvn5adqka8njmqj9ciwg09lf5fy699p6c1v"; setupHaskellDepends = [ - base Cabal gi-gdk gi-gobject gi-gtk haskell-gi + base Cabal gi-gdk3 gi-gobject gi-gtk3 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-gdk gi-gobject gi-gtk haskell-gi + base bytestring containers gi-gdk3 gi-gobject gi-gtk3 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ ayatana-appindicator3 ]; @@ -125003,21 +122476,21 @@ self: { "gi-dazzle" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk, gi-pango + , gi-cairo, gi-gdk3, gi-gio, gi-glib, gi-gobject, gi-gtk3, gi-pango , haskell-gi, haskell-gi-base, haskell-gi-overloading, libdazzle , text, transformers }: mkDerivation { pname = "gi-dazzle"; - version = "1.0.2"; - sha256 = "0q2062bld81mq33b32hn2hx644sb4si36n2phs0s8xddijzxiag6"; + version = "1.0.3"; + sha256 = "0wp7z28j5kcr3p70ymrlf1x6yr0avq3yyf5whp1nvn93ziazl9bc"; setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gio gi-glib gi-gobject gi-gtk - gi-pango haskell-gi + base Cabal gi-atk gi-cairo gi-gdk3 gi-gio gi-glib gi-gobject + gi-gtk3 gi-pango haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gio gi-glib - gi-gobject gi-gtk gi-pango haskell-gi haskell-gi-base + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gio gi-glib + gi-gobject gi-gtk3 gi-pango haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ libdazzle ]; @@ -125070,6 +122543,32 @@ self: { badPlatforms = lib.platforms.darwin; }) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;}; + "gi-dbusmenugtk3_0_4_16" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk + , gi-dbusmenu, gi-gdk3, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk3 + , gtk3, haskell-gi, haskell-gi-base, haskell-gi-overloading + , libdbusmenu-gtk3, text, transformers + }: + mkDerivation { + pname = "gi-dbusmenugtk3"; + version = "0.4.16"; + sha256 = "1dzp8yga4rcn0iplagq6jln8zyj59sqz47jvn23yiv7qs70lgpcl"; + setupHaskellDepends = [ + base Cabal gi-atk gi-dbusmenu gi-gdk3 gi-gdkpixbuf gi-glib + gi-gobject gi-gtk3 haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-atk gi-dbusmenu gi-gdk3 gi-gdkpixbuf + gi-glib gi-gobject gi-gtk3 haskell-gi haskell-gi-base + haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ]; + description = "DbusmenuGtk bindings"; + license = lib.licenses.lgpl21Only; + badPlatforms = lib.platforms.darwin; + hydraPlatforms = lib.platforms.none; + }) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;}; + "gi-freetype2" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, freetype , haskell-gi, haskell-gi-base, haskell-gi-overloading, text @@ -125113,16 +122612,53 @@ self: { license = lib.licenses.lgpl21Only; }) {inherit (pkgs) gtk3;}; - "gi-gdk_4_0_9" = callPackage + "gi-gdk_4_0_10" = callPackage + ({ mkDerivation, base, gi-gdk4, haskell-gi }: + mkDerivation { + pname = "gi-gdk"; + version = "4.0.10"; + sha256 = "01wri5irzn5l7lmj996xs4ya10b18jqw07iygs5qnfpyk52byzq4"; + setupHaskellDepends = [ base gi-gdk4 haskell-gi ]; + libraryHaskellDepends = [ base gi-gdk4 ]; + description = "Gdk bindings (compatibility layer)"; + license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + }) {}; + + "gi-gdk3" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo + , gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk3 + , haskell-gi, haskell-gi-base, haskell-gi-overloading, text + , transformers + }: + mkDerivation { + pname = "gi-gdk3"; + version = "3.0.30"; + sha256 = "1bkc0pwrin7zjsca8cmx9h8jq95fzgf9z01y0i3p1lmbh7zvr5mj"; + setupHaskellDepends = [ + base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango + haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-cairo gi-gdkpixbuf gi-gio gi-glib + gi-gobject gi-pango haskell-gi haskell-gi-base + haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtk3 ]; + description = "Gdk 3.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) gtk3;}; + + "gi-gdk4" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo , gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-pango, gtk4 , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers }: mkDerivation { - pname = "gi-gdk"; - version = "4.0.9"; - sha256 = "0c43wxbq4g41j107gnh8gyxjsws223p7kkm46hihjvs8pcxrab94"; + pname = "gi-gdk4"; + version = "4.0.10"; + sha256 = "0w8cj6qwcf6g0kz1kdvrymw9hnjmgrgfzayd7pfs7vyzhpi6za74"; setupHaskellDepends = [ base Cabal gi-cairo gi-gdkpixbuf gi-gio gi-glib gi-gobject gi-pango haskell-gi @@ -125135,7 +122671,6 @@ self: { libraryPkgconfigDepends = [ gtk4 ]; description = "Gdk bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtk4;}; "gi-gdkpixbuf" = callPackage @@ -125181,27 +122716,62 @@ self: { license = lib.licenses.lgpl21Only; }) {inherit (pkgs) gtk3;}; - "gi-gdkx11_4_0_8" = callPackage + "gi-gdkx11_4_0_9" = callPackage + ({ mkDerivation, base, gi-gdkx114, haskell-gi }: + mkDerivation { + pname = "gi-gdkx11"; + version = "4.0.9"; + sha256 = "0br9b6z34igdlcabjkbnsbab2xb5dshdnfqmxa40wcbzdizsr005"; + setupHaskellDepends = [ base gi-gdkx114 haskell-gi ]; + libraryHaskellDepends = [ base gi-gdkx114 ]; + doHaddock = false; + description = "GdkX11 4.x bindings (compatibility layer)"; + license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + }) {}; + + "gi-gdkx113" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo - , gi-gdk, gi-gio, gi-gobject, gi-xlib, gtk4-x11, haskell-gi + , gi-gdk3, gi-gio, gi-gobject, gi-xlib, gtk3, haskell-gi , haskell-gi-base, haskell-gi-overloading, text, transformers }: mkDerivation { - pname = "gi-gdkx11"; - version = "4.0.8"; - sha256 = "0sfgym80d10nn4p91595xa89fnxvzhm1a1abdv89yw5dq4y5hih8"; + pname = "gi-gdkx113"; + version = "3.0.17"; + sha256 = "0lg979l52pixil6s1vbdg03vi3y8f0yxax25ixwpzwxwb73bdfyv"; setupHaskellDepends = [ - base Cabal gi-cairo gi-gdk gi-gio gi-gobject gi-xlib haskell-gi + base Cabal gi-cairo gi-gdk3 gi-gio gi-gobject gi-xlib haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-cairo gi-gdk gi-gio gi-gobject + base bytestring containers gi-cairo gi-gdk3 gi-gio gi-gobject + gi-xlib haskell-gi haskell-gi-base haskell-gi-overloading text + transformers + ]; + libraryPkgconfigDepends = [ gtk3 ]; + description = "GdkX11 3.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) gtk3;}; + + "gi-gdkx114" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo + , gi-gdk4, gi-gio, gi-gobject, gi-xlib, gtk4-x11, haskell-gi + , haskell-gi-base, haskell-gi-overloading, text, transformers + }: + mkDerivation { + pname = "gi-gdkx114"; + version = "4.0.9"; + sha256 = "1y1qrxrqfpcvmf90z01yrkjbc265iv5sv6aarc4gzdgwp455gx44"; + setupHaskellDepends = [ + base Cabal gi-cairo gi-gdk4 gi-gio gi-gobject gi-xlib haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-cairo gi-gdk4 gi-gio gi-gobject gi-xlib haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ gtk4-x11 ]; - description = "GdkX11 bindings"; + description = "GdkX11 4.x bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {gtk4-x11 = null;}; "gi-ges" = callPackage @@ -125386,20 +122956,20 @@ self: { "gi-gsk" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo - , gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject, gi-graphene, gi-pango + , gi-gdk4, gi-gdkpixbuf, gi-glib, gi-gobject, gi-graphene, gi-pango , gtk4, haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers }: mkDerivation { pname = "gi-gsk"; - version = "4.0.8"; - sha256 = "0akmlbjapiqnn4lfh4z5b95w8ck2jlrp7abqahaxdcbj3d2kcpb4"; + version = "4.0.9"; + sha256 = "07kjlznjnnrrzinvnfkvkw2vacj0x3ikvrjsmgn87505ipglf1hm"; setupHaskellDepends = [ - base Cabal gi-cairo gi-gdk gi-gdkpixbuf gi-glib gi-gobject + base Cabal gi-cairo gi-gdk4 gi-gdkpixbuf gi-glib gi-gobject gi-graphene gi-pango haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-cairo gi-gdk gi-gdkpixbuf gi-glib + base bytestring containers gi-cairo gi-gdk4 gi-gdkpixbuf gi-glib gi-gobject gi-graphene gi-pango haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; @@ -125585,30 +123155,18 @@ self: { license = lib.licenses.lgpl21Only; }) {inherit (pkgs) gtk3;}; - "gi-gtk_4_0_11" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo - , gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-graphene - , gi-gsk, gi-pango, gtk4, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: + "gi-gtk_4_0_12" = callPackage + ({ mkDerivation, base, gi-gtk4, haskell-gi }: mkDerivation { pname = "gi-gtk"; - version = "4.0.11"; - sha256 = "17y5n3qk92pjf2h6qx3ibjwhbdbmzv505a8m628iwpra137r4m48"; - setupHaskellDepends = [ - base Cabal gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib gi-gobject - gi-graphene gi-gsk gi-pango haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-cairo gi-gdk gi-gdkpixbuf gi-gio - gi-glib gi-gobject gi-graphene gi-gsk gi-pango haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gtk4 ]; - description = "Gtk bindings"; + version = "4.0.12"; + sha256 = "065l3x15g62x5mgbl5kx6vz85psih70jl45m7ib9507ny9dkggaa"; + setupHaskellDepends = [ base gi-gtk4 haskell-gi ]; + libraryHaskellDepends = [ base gi-gtk4 ]; + description = "Gtk 4.x bindings (compatibility layer)"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; - }) {inherit (pkgs) gtk4;}; + }) {}; "gi-gtk-declarative" = callPackage ({ mkDerivation, async, base, containers, data-default-class @@ -125673,18 +123231,18 @@ self: { }) {}; "gi-gtk-layer-shell" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk - , gi-gtk, gtk-layer-shell, haskell-gi, haskell-gi-base + ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk3 + , gi-gtk3, gtk-layer-shell, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers }: mkDerivation { pname = "gi-gtk-layer-shell"; - version = "0.1.6"; - sha256 = "164k9r4k5fgkgahwvfyq6p1l566w31ijc1i1h95r549pkm21fi2c"; - setupHaskellDepends = [ base Cabal gi-gdk gi-gtk haskell-gi ]; + version = "0.1.7"; + sha256 = "07679lh6vyjyzi2svcrawmzccaiy6546h7chxyxm74f2annnsppb"; + setupHaskellDepends = [ base Cabal gi-gdk3 gi-gtk3 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-gdk gi-gtk haskell-gi haskell-gi-base - haskell-gi-overloading text transformers + base bytestring containers gi-gdk3 gi-gtk3 haskell-gi + haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ gtk-layer-shell ]; description = "gtk-layer-shell bindings"; @@ -125692,6 +123250,54 @@ self: { badPlatforms = lib.platforms.darwin; }) {inherit (pkgs) gtk-layer-shell;}; + "gi-gtk3" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk + , gi-cairo, gi-gdk3, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject + , gi-pango, gtk3, haskell-gi, haskell-gi-base + , haskell-gi-overloading, text, transformers + }: + mkDerivation { + pname = "gi-gtk3"; + version = "3.0.44"; + sha256 = "1lygiscw6388m7apr6lafgixf8x13ax10h2pvrnrq7j8j52gxf8r"; + setupHaskellDepends = [ + base Cabal gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf gi-gio gi-glib + gi-gobject gi-pango haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf + gi-gio gi-glib gi-gobject gi-pango haskell-gi haskell-gi-base + haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtk3 ]; + description = "Gtk 3.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) gtk3;}; + + "gi-gtk4" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo + , gi-gdk4, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-graphene + , gi-gsk, gi-pango, gtk4, haskell-gi, haskell-gi-base + , haskell-gi-overloading, text, transformers + }: + mkDerivation { + pname = "gi-gtk4"; + version = "4.0.12"; + sha256 = "1nd24y4i5d6j5frnfyxbgi9rbq1ckkdij4r7a7hcgnb41019pyir"; + setupHaskellDepends = [ + base Cabal gi-cairo gi-gdk4 gi-gdkpixbuf gi-gio gi-glib gi-gobject + gi-graphene gi-gsk gi-pango haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-cairo gi-gdk4 gi-gdkpixbuf gi-gio + gi-glib gi-gobject gi-graphene gi-gsk gi-pango haskell-gi + haskell-gi-base haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtk4 ]; + description = "Gtk 4.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) gtk4;}; + "gi-gtkosxapplication" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdkpixbuf , gi-gobject, gi-gtk, gtk-mac-integration-gtk3, haskell-gi @@ -125766,49 +123372,86 @@ self: { broken = true; }) {inherit (pkgs) gtksourceview3;}; - "gi-gtksource_5_0_1" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject - , gi-gtk, gi-pango, gtksourceview, haskell-gi, haskell-gi-base - , haskell-gi-overloading, text, transformers - }: + "gi-gtksource_5_0_2" = callPackage + ({ mkDerivation, base, gi-gtksource5, haskell-gi }: mkDerivation { pname = "gi-gtksource"; - version = "5.0.1"; - sha256 = "0s5xc3d7i2a4ysa2m5kd9qsr2g78yiqj4rfjy06n0kqsmymprvj2"; - setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-gio gi-glib - gi-gobject gi-gtk gi-pango haskell-gi - ]; - libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf - gi-gio gi-glib gi-gobject gi-gtk gi-pango haskell-gi - haskell-gi-base haskell-gi-overloading text transformers - ]; - libraryPkgconfigDepends = [ gtksourceview ]; - description = "GtkSource bindings"; + version = "5.0.2"; + sha256 = "0ckvbs1zr98ab38cdpyspawy54krzn8iwfq5kfk3arzap20iibc8"; + setupHaskellDepends = [ base gi-gtksource5 haskell-gi ]; + libraryHaskellDepends = [ base gi-gtksource5 ]; + doHaddock = false; + description = "GtkSource 5.x bindings (compatibility layer)"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; broken = true; + }) {}; + + "gi-gtksource3" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk + , gi-cairo, gi-gdk3, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject + , gi-gtk3, gi-pango, gtksourceview3, haskell-gi, haskell-gi-base + , haskell-gi-overloading, text, transformers + }: + mkDerivation { + pname = "gi-gtksource3"; + version = "3.0.30"; + sha256 = "0gc2x6p831bcighh7rmkfhbh7qq4cmxhsy5ahix1w69h10d3pgb3"; + setupHaskellDepends = [ + base Cabal gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf gi-gio gi-glib + gi-gobject gi-gtk3 gi-pango haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf + gi-gio gi-glib gi-gobject gi-gtk3 gi-pango haskell-gi + haskell-gi-base haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtksourceview3 ]; + description = "GtkSource 3.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) gtksourceview3;}; + + "gi-gtksource5" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk + , gi-cairo, gi-gdk4, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject + , gi-gtk4, gi-pango, gtksourceview, haskell-gi, haskell-gi-base + , haskell-gi-overloading, text, transformers + }: + mkDerivation { + pname = "gi-gtksource5"; + version = "5.0.2"; + sha256 = "1m4ai8pph4nagafqac7fpn1l9v58y8xpqc89mr0d4ylg62d9jy3s"; + setupHaskellDepends = [ + base Cabal gi-atk gi-cairo gi-gdk4 gi-gdkpixbuf gi-gio gi-glib + gi-gobject gi-gtk4 gi-pango haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-atk gi-cairo gi-gdk4 gi-gdkpixbuf + gi-gio gi-glib gi-gobject gi-gtk4 gi-pango haskell-gi + haskell-gi-base haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ gtksourceview ]; + description = "GtkSource 5.x bindings"; + license = lib.licenses.lgpl21Only; }) {inherit (pkgs) gtksourceview;}; "gi-handy" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-gdk, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-gtk + , gi-gdk3, gi-gdkpixbuf, gi-gio, gi-glib, gi-gobject, gi-gtk3 , gi-pango, haskell-gi, haskell-gi-base, haskell-gi-overloading , libhandy, text, transformers }: mkDerivation { pname = "gi-handy"; - version = "1.0.5"; - sha256 = "1a3x7w3142bj12qvfi51697ralnaqdxrlxbkjjcmhfvvdv5c4brz"; + version = "1.0.6"; + sha256 = "1hfxxm33bzniwzilkyh2z6995p05fcipvlqr76wkddh5zk33dybs"; setupHaskellDepends = [ - base Cabal gi-atk gi-gdk gi-gdkpixbuf gi-gio gi-glib gi-gobject - gi-gtk gi-pango haskell-gi + base Cabal gi-atk gi-gdk3 gi-gdkpixbuf gi-gio gi-glib gi-gobject + gi-gtk3 gi-pango haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-atk gi-gdk gi-gdkpixbuf gi-gio - gi-glib gi-gobject gi-gtk gi-pango haskell-gi haskell-gi-base + base bytestring containers gi-atk gi-gdk3 gi-gdkpixbuf gi-gio + gi-glib gi-gobject gi-gtk3 gi-pango haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ libhandy ]; @@ -125862,44 +123505,55 @@ self: { }) {inherit (pkgs) ibus;}; "gi-javascriptcore" = callPackage + ({ mkDerivation, base, gi-javascriptcore6, haskell-gi }: + mkDerivation { + pname = "gi-javascriptcore"; + version = "6.0.5"; + sha256 = "03c3yggfw3w00zaykbf6sil7r75biksxqbmdgpy2kyiap8p5pncg"; + setupHaskellDepends = [ base gi-javascriptcore6 haskell-gi ]; + libraryHaskellDepends = [ base gi-javascriptcore6 ]; + doHaddock = false; + description = "JavaScriptCore 6.x bindings (compatibility layer)"; + license = lib.licenses.lgpl21Only; + badPlatforms = lib.platforms.darwin; + }) {}; + + "gi-javascriptcore4" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading , text, transformers, webkitgtk_4_0 }: mkDerivation { - pname = "gi-javascriptcore"; - version = "4.0.28"; - sha256 = "0l27v38z9v41lhw2afirf6v4di1vi7agbba198qxvwnala35zhfp"; + pname = "gi-javascriptcore4"; + version = "4.0.29"; + sha256 = "03ma036srds2fvq5jvwa34x2h4f1l24kai9wjagsjczgmcky5ybw"; setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; libraryHaskellDepends = [ base bytestring containers gi-glib gi-gobject haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk_4_0 ]; - description = "JavaScriptCore bindings"; + description = "JavaScriptCore 4.x bindings"; license = lib.licenses.lgpl21Only; - badPlatforms = lib.platforms.darwin; }) {inherit (pkgs) webkitgtk_4_0;}; - "gi-javascriptcore_6_0_4" = callPackage + "gi-javascriptcore6" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib , gi-gobject, haskell-gi, haskell-gi-base, haskell-gi-overloading , text, transformers, webkitgtk_6_0 }: mkDerivation { - pname = "gi-javascriptcore"; - version = "6.0.4"; - sha256 = "095my50hg37g92f77336z56zc4axgf70fwqvabs0rysp39f1qnk0"; + pname = "gi-javascriptcore6"; + version = "6.0.5"; + sha256 = "155aqva8q3rs0n5kphvhqqh7v8hd3xil08hrv0bln465hsml41cw"; setupHaskellDepends = [ base Cabal gi-glib gi-gobject haskell-gi ]; libraryHaskellDepends = [ base bytestring containers gi-glib gi-gobject haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk_6_0 ]; - description = "JavaScriptCore bindings"; + description = "JavaScriptCore 6.x bindings"; license = lib.licenses.lgpl21Only; - badPlatforms = lib.platforms.darwin; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk_6_0;}; "gi-json" = callPackage @@ -126151,15 +123805,50 @@ self: { license = lib.licenses.lgpl21Only; }) {inherit (pkgs) libsoup_2_4;}; - "gi-soup_3_0_3" = callPackage + "gi-soup_3_0_4" = callPackage + ({ mkDerivation, base, gi-soup3, haskell-gi }: + mkDerivation { + pname = "gi-soup"; + version = "3.0.4"; + sha256 = "0zq3k1ylsnrzaiaq2nhc0ldh7b0m8kai657z877v6kc5q3810hxn"; + setupHaskellDepends = [ base gi-soup3 haskell-gi ]; + libraryHaskellDepends = [ base gi-soup3 ]; + doHaddock = false; + description = "Libsoup 3.x bindings (compatibility layer)"; + license = lib.licenses.lgpl21Only; + hydraPlatforms = lib.platforms.none; + }) {}; + + "gi-soup2" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio + , gi-glib, gi-gobject, haskell-gi, haskell-gi-base + , haskell-gi-overloading, libsoup_2_4, text, transformers + }: + mkDerivation { + pname = "gi-soup2"; + version = "2.4.30"; + sha256 = "0gvg04p03kjj9makbzq0b97x017hj3w2bmny9dnypbkcx27mmkk7"; + setupHaskellDepends = [ + base Cabal gi-gio gi-glib gi-gobject haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-gio gi-glib gi-gobject haskell-gi + haskell-gi-base haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ libsoup_2_4 ]; + description = "Libsoup 2.4.x bindings"; + license = lib.licenses.lgpl21Only; + }) {inherit (pkgs) libsoup_2_4;}; + + "gi-soup3" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-gio , gi-glib, gi-gobject, haskell-gi, haskell-gi-base , haskell-gi-overloading, libsoup_3, text, transformers }: mkDerivation { - pname = "gi-soup"; - version = "3.0.3"; - sha256 = "154iw6689b9vhh9y82r3vc86lnvvzy1rvzadzsrp23c043gibg17"; + pname = "gi-soup3"; + version = "3.0.4"; + sha256 = "0llrmd15rvvagq67r1yhxdbrgj8ni94kv1ws4l2ysc728qdiyw06"; setupHaskellDepends = [ base Cabal gi-gio gi-glib gi-gobject haskell-gi ]; @@ -126168,9 +123857,8 @@ self: { haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ libsoup_3 ]; - description = "Libsoup bindings"; + description = "Libsoup 3.x bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libsoup_3;}; "gi-vips" = callPackage @@ -126217,48 +123905,74 @@ self: { badPlatforms = lib.platforms.darwin; }) {vte_291 = pkgs.vte;}; + "gi-vte_2_91_34" = callPackage + ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk + , gi-cairo, gi-gdk3, gi-gio, gi-glib, gi-gobject, gi-gtk3, gi-pango + , haskell-gi, haskell-gi-base, haskell-gi-overloading, text + , transformers, vte_291 + }: + mkDerivation { + pname = "gi-vte"; + version = "2.91.34"; + sha256 = "0l4sz3v2slj02h434fxv9nkycdvg4ndl6651zawbih19vqlwrn5j"; + setupHaskellDepends = [ + base Cabal gi-atk gi-cairo gi-gdk3 gi-gio gi-glib gi-gobject + gi-gtk3 gi-pango haskell-gi + ]; + libraryHaskellDepends = [ + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gio gi-glib + gi-gobject gi-gtk3 gi-pango haskell-gi haskell-gi-base + haskell-gi-overloading text transformers + ]; + libraryPkgconfigDepends = [ vte_291 ]; + description = "Vte bindings"; + license = lib.licenses.lgpl21Only; + badPlatforms = lib.platforms.darwin; + hydraPlatforms = lib.platforms.none; + }) {vte_291 = pkgs.vte;}; + "gi-webkit" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk - , gi-javascriptcore, gi-soup, haskell-gi, haskell-gi-base + , gi-cairo, gi-gdk4, gi-gio, gi-glib, gi-gobject, gi-gtk4 + , gi-javascriptcore6, gi-soup3, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers, webkitgtk }: mkDerivation { pname = "gi-webkit"; - version = "6.0.3"; - sha256 = "00nzd9qzbiwrv2511z0cv4wka3haxfxry89i068qh9g08ly7jzca"; + version = "6.0.4"; + sha256 = "0cabpym4p654psrck548wpkdf43wbm8zn0r2lrqiijx72f6xwij5"; setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gio gi-glib gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi + base Cabal gi-atk gi-cairo gi-gdk4 gi-gio gi-glib gi-gobject + gi-gtk4 gi-javascriptcore6 gi-soup3 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gio gi-glib - gi-gobject gi-gtk gi-javascriptcore gi-soup haskell-gi + base bytestring containers gi-atk gi-cairo gi-gdk4 gi-gio gi-glib + gi-gobject gi-gtk4 gi-javascriptcore6 gi-soup3 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk ]; - description = "WebKit bindings"; + description = "WebKit 6.x bindings"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; }) {webkitgtk = null;}; "gi-webkit2" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gio, gi-glib, gi-gobject, gi-gtk - , gi-javascriptcore, gi-soup, haskell-gi, haskell-gi-base + , gi-cairo, gi-gdk3, gi-gio, gi-glib, gi-gobject, gi-gtk3 + , gi-javascriptcore4, gi-soup2, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers, webkitgtk_4_0 }: mkDerivation { pname = "gi-webkit2"; - version = "4.0.31"; - sha256 = "1zfnhw3qly3jv3xlmrqnqxdxpr376hh8g66px1wfp9dpf4rb5kfm"; + version = "4.0.32"; + sha256 = "1i4hl1dhhcigx6vwi8r51gg9jc1vcgx0hqxapnb7hbgs8n64dr8x"; setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gio gi-glib gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi + base Cabal gi-atk gi-cairo gi-gdk3 gi-gio gi-glib gi-gobject + gi-gtk3 gi-javascriptcore4 gi-soup2 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gio gi-glib - gi-gobject gi-gtk gi-javascriptcore gi-soup haskell-gi + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gio gi-glib + gi-gobject gi-gtk3 gi-javascriptcore4 gi-soup2 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk_4_0 ]; @@ -126268,26 +123982,26 @@ self: { }) {inherit (pkgs) webkitgtk_4_0;}; "gi-webkit2webextension" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk - , gi-gio, gi-gobject, gi-gtk, gi-javascriptcore, gi-soup + ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk3 + , gi-gio, gi-gobject, gi-gtk3, gi-javascriptcore4, gi-soup2 , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers, webkitgtk_4_0 }: mkDerivation { pname = "gi-webkit2webextension"; - version = "4.0.31"; - sha256 = "0bs0fdphpncsmqpqm369ldqw3k2bhnyizblbjjb73rkcpphvimjh"; + version = "4.0.32"; + sha256 = "03dg3sp3lr900rfnmdaz0sfqsdzwsxr0vh0zc2j7ga3fygyh7r6g"; setupHaskellDepends = [ - base Cabal gi-gdk gi-gio gi-gobject gi-gtk gi-javascriptcore - gi-soup haskell-gi + base Cabal gi-gdk3 gi-gio gi-gobject gi-gtk3 gi-javascriptcore4 + gi-soup2 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-gdk gi-gio gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi haskell-gi-base + base bytestring containers gi-gdk3 gi-gio gi-gobject gi-gtk3 + gi-javascriptcore4 gi-soup2 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk_4_0 ]; - description = "WebKit2-WebExtension bindings"; + description = "WebKit2-WebExtension 4.x bindings"; license = lib.licenses.lgpl21Only; badPlatforms = lib.platforms.darwin; hydraPlatforms = lib.platforms.none; @@ -126295,26 +124009,26 @@ self: { }) {inherit (pkgs) webkitgtk_4_0;}; "gi-webkitwebprocessextension" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk - , gi-gio, gi-gobject, gi-gtk, gi-javascriptcore, gi-soup + ({ mkDerivation, base, bytestring, Cabal, containers, gi-gdk4 + , gi-gio, gi-gobject, gi-gtk4, gi-javascriptcore6, gi-soup3 , haskell-gi, haskell-gi-base, haskell-gi-overloading, text , transformers, webkitgtk-web-process-extension }: mkDerivation { pname = "gi-webkitwebprocessextension"; - version = "6.0.3"; - sha256 = "0zmpv5vq8nnvcrb46jqq5xnrcw7rqwkh09rgzf7dhfnn6qngify4"; + version = "6.0.4"; + sha256 = "06306rnchym3fy4apal041zwh997cywmbfmsp5cq82j8k7lqhmin"; setupHaskellDepends = [ - base Cabal gi-gdk gi-gio gi-gobject gi-gtk gi-javascriptcore - gi-soup haskell-gi + base Cabal gi-gdk4 gi-gio gi-gobject gi-gtk4 gi-javascriptcore6 + gi-soup3 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-gdk gi-gio gi-gobject gi-gtk - gi-javascriptcore gi-soup haskell-gi haskell-gi-base + base bytestring containers gi-gdk4 gi-gio gi-gobject gi-gtk4 + gi-javascriptcore6 gi-soup3 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ webkitgtk-web-process-extension ]; - description = "WebKitWebProcessExtension bindings"; + description = "WebKitWebProcessExtension 6.x bindings"; license = lib.licenses.lgpl21Only; hydraPlatforms = lib.platforms.none; broken = true; @@ -126322,21 +124036,21 @@ self: { "gi-wnck" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-atk - , gi-cairo, gi-gdk, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk + , gi-cairo, gi-gdk3, gi-gdkpixbuf, gi-glib, gi-gobject, gi-gtk3 , haskell-gi, haskell-gi-base, haskell-gi-overloading, libwnck , text, transformers }: mkDerivation { pname = "gi-wnck"; - version = "3.0.15"; - sha256 = "0p0rb9xr6jz68pnir0qj6ci5sbkq1lysgv5zr3jzvjisw56fvqay"; + version = "3.0.16"; + sha256 = "047k0lb7cvd7730sr9pr5w2n8i6pgjmhlbdzy9rhrkjd29x4hify"; setupHaskellDepends = [ - base Cabal gi-atk gi-cairo gi-gdk gi-gdkpixbuf gi-glib gi-gobject - gi-gtk haskell-gi + base Cabal gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf gi-glib gi-gobject + gi-gtk3 haskell-gi ]; libraryHaskellDepends = [ - base bytestring containers gi-atk gi-cairo gi-gdk gi-gdkpixbuf - gi-glib gi-gobject gi-gtk haskell-gi haskell-gi-base + base bytestring containers gi-atk gi-cairo gi-gdk3 gi-gdkpixbuf + gi-glib gi-gobject gi-gtk3 haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; libraryPkgconfigDepends = [ libwnck ]; @@ -126718,8 +124432,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "10.20241202"; - sha256 = "10z2mp1yxjbk7ny74w1qvw4f8qc1g2yg4gfr080p9i59xpx1hxg2"; + version = "10.20250102"; + sha256 = "14ax06rg48n4jx9lvg4yic2d10s9dfghkawr28ic5r9xviha8yrw"; configureFlags = [ "-fassistant" "-f-benchmark" "-fcrypton" "-fdbus" "-f-debuglocks" "-fmagicmime" "-fpairing" "-fproduction" "-ftorrentparser" @@ -126984,26 +124698,6 @@ self: { }) {}; "git-mediate" = callPackage - ({ mkDerivation, ansi-terminal, base, base-compat, Diff, directory - , filepath, generic-data, mtl, optparse-applicative, process - , unix-compat - }: - mkDerivation { - pname = "git-mediate"; - version = "1.0.9"; - sha256 = "1b9ad7hn9q87zlgg1bpyyvjm2qcss0p90s1v1wpwd55v21psg6i9"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - ansi-terminal base base-compat Diff directory filepath generic-data - mtl optparse-applicative process unix-compat - ]; - description = "Tool to help resolving git conflicts"; - license = lib.licenses.gpl2Only; - mainProgram = "git-mediate"; - }) {}; - - "git-mediate_1_1_0" = callPackage ({ mkDerivation, ansi-terminal, base, base-compat, containers, Diff , directory, filepath, generic-data, mtl, optparse-applicative , process, split, unix-compat @@ -127020,7 +124714,6 @@ self: { ]; description = "Tool to help resolving git conflicts"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; mainProgram = "git-mediate"; }) {}; @@ -127410,30 +125103,6 @@ self: { }) {}; "github-rest" = callPackage - ({ mkDerivation, aeson, aeson-qq, base, bytestring, http-client - , http-client-tls, http-types, jwt, mtl, scientific, tasty - , tasty-golden, tasty-hunit, tasty-quickcheck, text, time - , transformers, unliftio, unliftio-core - }: - mkDerivation { - pname = "github-rest"; - version = "1.1.4"; - sha256 = "156mqc9748ypinwm8xb46b40ysqpgyb5p2jaiyc34jpxd74g3148"; - revision = "3"; - editedCabalFile = "02wmwq9kgsi6mxq2g7kv6jlls469sa7bk2jqjibbs3x4i54j7jdg"; - libraryHaskellDepends = [ - aeson base bytestring http-client http-client-tls http-types jwt - mtl scientific text time transformers unliftio unliftio-core - ]; - testHaskellDepends = [ - aeson aeson-qq base bytestring http-types mtl tasty tasty-golden - tasty-hunit tasty-quickcheck text - ]; - description = "Query the GitHub REST API programmatically"; - license = lib.licenses.bsd3; - }) {}; - - "github-rest_1_2_1" = callPackage ({ mkDerivation, aeson, aeson-qq, base, bytestring, crypton , http-client, http-client-tls, http-types, jose-jwt, mtl , scientific, tasty, tasty-golden, tasty-hunit, tasty-quickcheck @@ -127454,7 +125123,6 @@ self: { ]; description = "Query the GitHub REST API programmatically"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "github-tools" = callPackage @@ -128347,21 +126015,6 @@ self: { }) {inherit (pkgs) glib;}; "glib-stopgap" = callPackage - ({ mkDerivation, base, c-enum, glib, primitive, text }: - mkDerivation { - pname = "glib-stopgap"; - version = "0.1.0.0"; - sha256 = "1m2simqsnl1pm9xmvnz2n3h0y6dgaqkb3h6rv3xn6jdg2cx8h6vg"; - libraryHaskellDepends = [ base c-enum primitive text ]; - libraryPkgconfigDepends = [ glib ]; - testHaskellDepends = [ base c-enum primitive text ]; - description = "Stopgap package of binding for GLib"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {inherit (pkgs) glib;}; - - "glib-stopgap_0_1_0_1" = callPackage ({ mkDerivation, base, c-enum, glib, primitive, text }: mkDerivation { pname = "glib-stopgap"; @@ -132724,7 +130377,7 @@ self: { "gpu-vulkan" = callPackage ({ mkDerivation, base, bytestring, containers, data-default - , gpu-vulkan-middle, hetero-parameter-list + , fixed-generic, gpu-vulkan-middle, hetero-parameter-list , hetero-parameter-list-with-typelevel-tools, language-spir-v , mono-traversable, stm, storable-hetero-list, storable-peek-poke , template-haskell, temporary, text, time, tools-yj @@ -132732,22 +130385,22 @@ self: { }: mkDerivation { pname = "gpu-vulkan"; - version = "0.1.0.162"; - sha256 = "0bmxzkfgdhvvpbgbjbav9klgj81fhn33dhxipiv2acbyq0dpwk6c"; + version = "0.1.0.166"; + sha256 = "0s2y8swnaiz7zd452frnq52i6w7wjhn2dviyr9sfj6g0wkr4pqfv"; enableSeparateDataOutput = true; libraryHaskellDepends = [ - base bytestring containers data-default gpu-vulkan-middle - hetero-parameter-list hetero-parameter-list-with-typelevel-tools - language-spir-v mono-traversable stm storable-hetero-list - storable-peek-poke template-haskell temporary text time tools-yj - typelevel-tools-yj + base bytestring containers data-default fixed-generic + gpu-vulkan-middle hetero-parameter-list + hetero-parameter-list-with-typelevel-tools language-spir-v + mono-traversable stm storable-hetero-list storable-peek-poke + template-haskell temporary text time tools-yj typelevel-tools-yj ]; testHaskellDepends = [ - base bytestring containers data-default gpu-vulkan-middle - hetero-parameter-list hetero-parameter-list-with-typelevel-tools - language-spir-v mono-traversable stm storable-hetero-list - storable-peek-poke template-haskell temporary text time tools-yj - typelevel-tools-yj + base bytestring containers data-default fixed-generic + gpu-vulkan-middle hetero-parameter-list + hetero-parameter-list-with-typelevel-tools language-spir-v + mono-traversable stm storable-hetero-list storable-peek-poke + template-haskell temporary text time tools-yj typelevel-tools-yj ]; description = "Vulkan library"; license = lib.licenses.bsd3; @@ -132759,8 +130412,8 @@ self: { }: mkDerivation { pname = "gpu-vulkan-core"; - version = "0.1.0.19"; - sha256 = "1xg400xmp8xxmca9j8wkk4jkd97xfmjrirp1dr6zdmqk46mvrfvl"; + version = "0.1.0.20"; + sha256 = "1srizcj3zlszm1wr6sbs4l7dpr35w6r5c64b783j7wsyrqqqjmw8"; libraryHaskellDepends = [ base c-enum c-struct nowdoc text ]; libraryPkgconfigDepends = [ vulkan-loader ]; testHaskellDepends = [ base c-enum c-struct nowdoc text ]; @@ -132777,8 +130430,8 @@ self: { }: mkDerivation { pname = "gpu-vulkan-middle"; - version = "0.1.0.68"; - sha256 = "0dhr34f8kg2s9wy7pifnfvrz6i1pns191smh1zgna2hdpy9dm8ff"; + version = "0.1.0.72"; + sha256 = "1vn12sdmrki2sjw9aj96b9xc3xcn2hssz0fi6jpgnw603fkz5isl"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring c-enum containers data-default exception-hierarchy @@ -133620,30 +131273,6 @@ self: { }) {}; "graphql" = callPackage - ({ mkDerivation, base, conduit, containers, exceptions, hspec - , hspec-discover, hspec-expectations, hspec-megaparsec, megaparsec - , parser-combinators, QuickCheck, template-haskell, text - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "graphql"; - version = "1.2.0.3"; - sha256 = "0q01q02v66bnfy0gpwik0dspiwr1xvr9gp377yga5nhz3rjvzz38"; - libraryHaskellDepends = [ - base conduit containers exceptions megaparsec parser-combinators - template-haskell text transformers unordered-containers vector - ]; - testHaskellDepends = [ - base conduit containers exceptions hspec hspec-expectations - hspec-megaparsec megaparsec QuickCheck text unordered-containers - vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell GraphQL implementation"; - license = "MPL-2.0 AND BSD-3-Clause"; - }) {}; - - "graphql_1_5_0_0" = callPackage ({ mkDerivation, base, conduit, containers, exceptions, hspec , hspec-discover, hspec-expectations, hspec-megaparsec, megaparsec , parser-combinators, QuickCheck, text, transformers @@ -133665,7 +131294,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell GraphQL implementation"; license = "MPL-2.0 AND BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; }) {}; "graphql-api" = callPackage @@ -134418,8 +132046,41 @@ self: { }: mkDerivation { pname = "grisette"; - version = "0.10.0.0"; - sha256 = "0sy54dwd48skqx4vjwnb0665i4pdp736gb7f37c7nq1372y89wmr"; + version = "0.9.0.0"; + sha256 = "1j9aqdi8lx4i65dqj68hsjaq95kddk7bnk8mzznga7vspczlarsx"; + libraryHaskellDepends = [ + array async atomic-primops base binary bytes bytestring cereal + cereal-text containers deepseq generic-deriving hashable libBF + loch-th mtl parallel prettyprinter QuickCheck sbv stm + template-haskell text th-abstraction th-compat th-lift-instances + transformers unordered-containers vector + ]; + testHaskellDepends = [ + array async atomic-primops base binary bytes bytestring cereal + cereal-text containers deepseq doctest generic-deriving hashable + HUnit libBF loch-th mtl parallel prettyprinter QuickCheck sbv stm + template-haskell test-framework test-framework-hunit + test-framework-quickcheck2 text th-abstraction th-compat + th-lift-instances transformers unordered-containers vector + ]; + description = "Symbolic evaluation as a library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "grisette_0_11_0_0" = callPackage + ({ mkDerivation, array, async, atomic-primops, base, binary, bytes + , bytestring, cereal, cereal-text, containers, deepseq, doctest + , generic-deriving, hashable, HUnit, libBF, loch-th, mtl, parallel + , prettyprinter, QuickCheck, sbv, stm, template-haskell + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , text, th-abstraction, th-compat, th-lift-instances, transformers + , unordered-containers, vector + }: + mkDerivation { + pname = "grisette"; + version = "0.11.0.0"; + sha256 = "1fc1qdpq748fm3q61i1shpq0ksvnpz4zf7a5ph2gxgd49d7m0j3y"; libraryHaskellDepends = [ array async atomic-primops base binary bytes bytestring cereal cereal-text containers deepseq generic-deriving hashable libBF @@ -137417,35 +135078,6 @@ self: { }) {}; "hackage-security" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, base64-bytestring - , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256 - , directory, ed25519, filepath, ghc-prim, lukko, mtl, network - , network-uri, parsec, pretty, QuickCheck, tar, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, temporary, text, time - , transformers, unordered-containers, vector, zlib - }: - mkDerivation { - pname = "hackage-security"; - version = "0.6.2.4"; - sha256 = "10jcxn3ihsaf2dv0wyrccjszwqz2cpgv2k8bwqxfjhjbn0xmp4lb"; - revision = "3"; - editedCabalFile = "15y006779ssm21ypcg291307gv2xrg740aqw4ky8qsxyrmcyj4sg"; - libraryHaskellDepends = [ - base base16-bytestring base64-bytestring bytestring Cabal - Cabal-syntax containers cryptohash-sha256 directory ed25519 - filepath ghc-prim lukko mtl network network-uri parsec pretty tar - template-haskell time transformers zlib - ]; - testHaskellDepends = [ - aeson base bytestring Cabal Cabal-syntax containers network-uri - QuickCheck tar tasty tasty-hunit tasty-quickcheck temporary text - time unordered-containers vector zlib - ]; - description = "Hackage security library"; - license = lib.licenses.bsd3; - }) {}; - - "hackage-security_0_6_2_6" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, base64-bytestring , bytestring, Cabal, Cabal-syntax, containers, cryptohash-sha256 , directory, ed25519, filepath, ghc-prim, lukko, mtl, network @@ -137472,7 +135104,6 @@ self: { ]; description = "Hackage security library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hackage-security-HTTP" = callPackage @@ -138434,48 +136065,6 @@ self: { }) {}; "hakyll" = callPackage - ({ mkDerivation, aeson, base, binary, blaze-html, blaze-markup - , bytestring, containers, data-default, deepseq, directory - , file-embed, filepath, fsnotify, hashable, http-conduit - , http-types, lrucache, mtl, network-uri, optparse-applicative - , pandoc, parsec, process, QuickCheck, random, regex-tdfa - , resourcet, scientific, tagsoup, tasty, tasty-golden, tasty-hunit - , tasty-quickcheck, template-haskell, text, time - , time-locale-compat, unordered-containers, util-linux, vector, wai - , wai-app-static, warp, yaml - }: - mkDerivation { - pname = "hakyll"; - version = "4.16.3.0"; - sha256 = "1m6kr9ph3ja3y2b6j1i2rk349v8ikqwjjj1z0my6p5ld77abz8qk"; - revision = "1"; - editedCabalFile = "0k38b74zm0a9f5k72xrb3gqnm88sf44831r60j9a86k41283bfkf"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base binary blaze-html blaze-markup bytestring containers - data-default deepseq directory file-embed filepath fsnotify - hashable http-conduit http-types lrucache mtl network-uri - optparse-applicative pandoc parsec process random regex-tdfa - resourcet scientific tagsoup template-haskell text time - time-locale-compat unordered-containers vector wai wai-app-static - warp yaml - ]; - executableHaskellDepends = [ base directory filepath ]; - testHaskellDepends = [ - aeson base bytestring containers filepath pandoc QuickCheck tagsoup - tasty tasty-golden tasty-hunit tasty-quickcheck text - unordered-containers yaml - ]; - testToolDepends = [ util-linux ]; - description = "A static website compiler library"; - license = lib.licenses.bsd3; - mainProgram = "hakyll-init"; - maintainers = [ lib.maintainers.erictapen ]; - }) {inherit (pkgs) util-linux;}; - - "hakyll_4_16_4_0" = callPackage ({ mkDerivation, aeson, base, binary, blaze-html, bytestring , containers, data-default, deepseq, directory, file-embed , filepath, fsnotify, hashable, http-conduit, http-types, lrucache @@ -138508,7 +136097,6 @@ self: { testToolDepends = [ util-linux ]; description = "A static website compiler library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hakyll-init"; maintainers = [ lib.maintainers.erictapen ]; }) {inherit (pkgs) util-linux;}; @@ -138978,33 +136566,6 @@ self: { }) {}; "hal" = callPackage - ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , case-insensitive, conduit, conduit-extra, containers, exceptions - , hashable, hedgehog, hspec, hspec-hedgehog, http-client - , http-types, mtl, raw-strings-qq, scientific, text, time - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "hal"; - version = "1.0.1"; - sha256 = "1fapccpb6mfrwq96s2hnra4zvl34c8qflwwhzr5y5c8ankna8924"; - revision = "1"; - editedCabalFile = "151nqdl4ivn3ljrmfqxf84gv07krn0dcwpr5fchm56mqikia1di5"; - libraryHaskellDepends = [ - aeson base base64-bytestring bytestring case-insensitive conduit - conduit-extra containers exceptions hashable http-client http-types - mtl scientific text time unordered-containers - ]; - testHaskellDepends = [ - aeson base base64-bytestring bytestring case-insensitive containers - hedgehog hspec hspec-hedgehog http-client http-types raw-strings-qq - scientific text time transformers unordered-containers vector - ]; - description = "A runtime environment for Haskell applications running on AWS Lambda"; - license = lib.licenses.bsd3; - }) {}; - - "hal_1_1" = callPackage ({ mkDerivation, aeson, attoparsec-aeson, base, base64-bytestring , bytestring, case-insensitive, conduit, conduit-extra, containers , exceptions, hashable, hedgehog, hspec, hspec-hedgehog @@ -139030,7 +136591,6 @@ self: { ]; description = "A runtime environment for Haskell applications running on AWS Lambda"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "halberd" = callPackage @@ -139064,25 +136624,6 @@ self: { }) {}; "half" = callPackage - ({ mkDerivation, base, binary, bytestring, deepseq, QuickCheck - , template-haskell, test-framework, test-framework-quickcheck2 - }: - mkDerivation { - pname = "half"; - version = "0.3.1"; - sha256 = "1l8m2spqg0ac50qys2jk5b32v6wxklbbk5ypjp3ga6z14hkw7bz2"; - revision = "2"; - editedCabalFile = "01yv2wdiljx7nsija2dgxim0h9fca7c47nw3jrhy2n3gpcnsrfdn"; - libraryHaskellDepends = [ base binary deepseq template-haskell ]; - testHaskellDepends = [ - base binary bytestring QuickCheck test-framework - test-framework-quickcheck2 - ]; - description = "Half-precision floating-point"; - license = lib.licenses.bsd3; - }) {}; - - "half_0_3_2" = callPackage ({ mkDerivation, base, binary, bytestring, deepseq, QuickCheck , template-haskell, test-framework, test-framework-quickcheck2 }: @@ -139097,7 +136638,6 @@ self: { ]; description = "Half-precision floating-point"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "half-space" = callPackage @@ -140473,35 +138013,6 @@ self: { }) {}; "happstack-server" = callPackage - ({ mkDerivation, base, base64-bytestring, blaze-html, bytestring - , containers, directory, exceptions, extensible-exceptions - , filepath, hslogger, html, HUnit, monad-control, mtl, network - , network-uri, old-locale, parsec, process, sendfile, syb - , system-filepath, text, threads, time, transformers - , transformers-base, transformers-compat, unix, utf8-string, xhtml - , zlib - }: - mkDerivation { - pname = "happstack-server"; - version = "7.8.0.2"; - sha256 = "15cp6w5xh5rv2fg9rv1fd0y938280gbcpziv7kmq78zywar56mis"; - revision = "2"; - editedCabalFile = "0fqwwy06v85ph0bw2fz4hzi6mbdz5hp4l36jh85mg54y3l6rv491"; - libraryHaskellDepends = [ - base base64-bytestring blaze-html bytestring containers directory - exceptions extensible-exceptions filepath hslogger html - monad-control mtl network network-uri old-locale parsec process - sendfile syb system-filepath text threads time transformers - transformers-base transformers-compat unix utf8-string xhtml zlib - ]; - testHaskellDepends = [ - base bytestring containers HUnit parsec zlib - ]; - description = "Web related tools and services"; - license = lib.licenses.bsd3; - }) {}; - - "happstack-server_7_9_2_1" = callPackage ({ mkDerivation, base, base64-bytestring, blaze-html, bytestring , containers, directory, exceptions, extensible-exceptions , filepath, hslogger, html, HUnit, monad-control, mtl, network @@ -140526,7 +138037,6 @@ self: { ]; description = "Web related tools and services"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "happstack-server-tls" = callPackage @@ -140669,15 +138179,15 @@ self: { }) {}; "happy" = callPackage - ({ mkDerivation, array, base, containers, mtl, process }: + ({ mkDerivation, array, base, containers, happy-lib, mtl, process + }: mkDerivation { pname = "happy"; - version = "1.20.1.1"; - sha256 = "06w8g3lfk2ynrfhqznhp1mnp8a5b64lj6qviixpndzf5lv2psklb"; + version = "2.0.2"; + sha256 = "0gp8fwn0k4vdz4g3s00jrh0n4g1arvpp6ps4f5xljqd1x1sjxxgp"; isLibrary = false; isExecutable = true; - enableSeparateDataOutput = true; - executableHaskellDepends = [ array base containers mtl ]; + executableHaskellDepends = [ array base containers happy-lib mtl ]; testHaskellDepends = [ base process ]; description = "Happy is a parser generator for Haskell"; license = lib.licenses.bsd2; @@ -140755,6 +138265,19 @@ self: { }) {}; "happy-lib" = callPackage + ({ mkDerivation, array, base, containers, mtl, transformers }: + mkDerivation { + pname = "happy-lib"; + version = "2.0.2"; + sha256 = "0ki1yn2m7fadsj1vjfskc2py7s6sgkhhzbs4l3ykbmgxkskvza29"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ array base containers mtl transformers ]; + doHaddock = false; + description = "Happy is a parser generator for Haskell implemented using this library"; + license = lib.licenses.bsd2; + }) {}; + + "happy-lib_2_1_3" = callPackage ({ mkDerivation, array, base, containers, mtl, transformers }: mkDerivation { pname = "happy-lib"; @@ -140765,6 +138288,7 @@ self: { doHaddock = false; description = "Happy is a parser generator for Haskell implemented using this library"; license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "happy-meta" = callPackage @@ -141578,31 +139102,6 @@ self: { }) {}; "hashable" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, filepath - , ghc-bignum, ghc-prim, HUnit, os-string, QuickCheck, random - , test-framework, test-framework-hunit, test-framework-quickcheck2 - , text, unix - }: - mkDerivation { - pname = "hashable"; - version = "1.4.4.0"; - sha256 = "0n27mz24xsjlcdxcs4irxai4zafaimnwg6cbnfr442a4912xd8qz"; - revision = "1"; - editedCabalFile = "1nskqpfd2qdc83ffdi9aj446ff06f8z3av0cx68slwn5fj1268mf"; - libraryHaskellDepends = [ - base bytestring containers deepseq filepath ghc-bignum ghc-prim - os-string text - ]; - testHaskellDepends = [ - base bytestring filepath ghc-prim HUnit os-string QuickCheck random - test-framework test-framework-hunit test-framework-quickcheck2 text - unix - ]; - description = "A class for types that can be converted to a hash value"; - license = lib.licenses.bsd3; - }) {}; - - "hashable_1_4_7_0" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, filepath , ghc-bignum, ghc-prim, HUnit, os-string, primitive, QuickCheck , random, tasty, tasty-hunit, tasty-quickcheck, text, unix @@ -141621,7 +139120,6 @@ self: { ]; description = "A class for types that can be converted to a hash value"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hashable_1_5_0_0" = callPackage @@ -142993,8 +140491,8 @@ self: { }: mkDerivation { pname = "haskell-gi"; - version = "0.26.12"; - sha256 = "0qq2c5s7w0vaa01rpwv02qjrr1sd618vy2k25l55nb0hxzf9z3zi"; + version = "0.26.14"; + sha256 = "1cz429xlbw7aszqz9dygy31vv0bckdxz14qlwqm57vkdd6j7gv00"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ ansi-terminal attoparsec base bytestring Cabal containers directory @@ -143007,29 +140505,6 @@ self: { license = lib.licenses.lgpl21Only; }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;}; - "haskell-gi_0_26_13" = callPackage - ({ mkDerivation, ansi-terminal, attoparsec, base, bytestring, Cabal - , cabal-doctest, containers, directory, doctest, filepath, glib - , gobject-introspection, haskell-gi-base, mtl, pretty-show, process - , regex-tdfa, safe, text, transformers, xdg-basedir, xml-conduit - }: - mkDerivation { - pname = "haskell-gi"; - version = "0.26.13"; - sha256 = "19md3c83arqk6aaxjxwicf1vldsalyby8cfh6yvynvq25f8apwin"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - ansi-terminal attoparsec base bytestring Cabal containers directory - filepath haskell-gi-base mtl pretty-show process regex-tdfa safe - text transformers xdg-basedir xml-conduit - ]; - libraryPkgconfigDepends = [ glib gobject-introspection ]; - testHaskellDepends = [ base doctest process ]; - description = "Generate Haskell bindings for GObject Introspection capable libraries"; - license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; - }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;}; - "haskell-gi-base" = callPackage ({ mkDerivation, base, bytestring, containers, glib, text }: mkDerivation { @@ -143898,8 +141373,8 @@ self: { ({ mkDerivation, base, haskell-src-exts }: mkDerivation { pname = "haskell-src-exts-simple"; - version = "1.23.0.0"; - sha256 = "1jfdjaikmjx9sfairp4jjn0vzhw5vhwrg43y082ddpc1bgx2jw7m"; + version = "1.23.1.0"; + sha256 = "1liv94iam431f7vfvpy6wr9whxphw0sx8d4mf78dmncywgyqcp17"; libraryHaskellDepends = [ base haskell-src-exts ]; description = "A simplified view on the haskell-src-exts AST"; license = lib.licenses.mit; @@ -145361,37 +142836,6 @@ self: { }) {}; "haskoin-core" = callPackage - ({ mkDerivation, aeson, array, base, base16, base64, binary, bytes - , bytestring, cereal, conduit, containers, cryptonite, data-default - , deepseq, entropy, hashable, hspec, hspec-discover, HUnit, lens - , lens-aeson, memory, mtl, murmur3, network, QuickCheck, safe - , scientific, secp256k1-haskell, split, string-conversions, text - , time, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "haskoin-core"; - version = "1.0.4"; - sha256 = "1m6wm5qyq25fgjjy9bw67ahh0rmrlysgsj2mx11ijmsxqzf67n6r"; - libraryHaskellDepends = [ - aeson array base base16 binary bytes bytestring cereal conduit - containers cryptonite data-default deepseq entropy hashable hspec - memory mtl murmur3 network QuickCheck safe scientific - secp256k1-haskell split string-conversions text time transformers - unordered-containers vector - ]; - testHaskellDepends = [ - aeson array base base16 base64 binary bytes bytestring cereal - conduit containers cryptonite data-default deepseq entropy hashable - hspec HUnit lens lens-aeson memory mtl murmur3 network QuickCheck - safe scientific secp256k1-haskell split string-conversions text - time transformers unordered-containers vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Bitcoin & Bitcoin Cash library for Haskell"; - license = lib.licenses.mit; - }) {}; - - "haskoin-core_1_1_0" = callPackage ({ mkDerivation, aeson, array, base, base16, base64, binary, bytes , bytestring, cereal, conduit, containers, cryptonite, data-default , deepseq, entropy, hashable, hspec, hspec-discover, HUnit, lens @@ -145420,7 +142864,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bitcoin & Bitcoin Cash library for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "haskoin-crypto" = callPackage @@ -145447,38 +142890,6 @@ self: { }) {}; "haskoin-node" = callPackage - ({ mkDerivation, base, base64, bytestring, cereal, conduit - , conduit-extra, containers, data-default, hashable, haskoin-core - , hspec, hspec-discover, HUnit, monad-logger, mtl, network, nqe - , random, resourcet, rocksdb-haskell-jprupp, rocksdb-query, safe - , string-conversions, text, time, transformers, unliftio - , unordered-containers - }: - mkDerivation { - pname = "haskoin-node"; - version = "1.0.1"; - sha256 = "162lbwqbivcz1fqhfn7g265qinfnai270x6fsk7xp9zysqib2jc4"; - libraryHaskellDepends = [ - base bytestring cereal conduit conduit-extra containers - data-default hashable haskoin-core monad-logger mtl network nqe - random resourcet rocksdb-haskell-jprupp rocksdb-query - string-conversions text time transformers unliftio - unordered-containers - ]; - testHaskellDepends = [ - base base64 bytestring cereal conduit conduit-extra containers - data-default hashable haskoin-core hspec HUnit monad-logger mtl - network nqe random resourcet rocksdb-haskell-jprupp rocksdb-query - safe string-conversions text time transformers unliftio - unordered-containers - ]; - testToolDepends = [ hspec-discover ]; - description = "P2P library for Bitcoin and Bitcoin Cash"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - }) {}; - - "haskoin-node_1_1_3" = callPackage ({ mkDerivation, base, base64, bytestring, cereal, conduit , conduit-extra, containers, data-default, hashable, haskoin-core , hspec, hspec-discover, HUnit, monad-logger, mtl, network, nqe @@ -145611,34 +143022,6 @@ self: { }) {}; "haskoin-store-data" = callPackage - ({ mkDerivation, aeson, base, binary, bytes, bytestring, cereal - , containers, data-default, deepseq, hashable, haskoin-core, hspec - , hspec-discover, http-client, http-types, lens, mtl, network - , QuickCheck, scotty, string-conversions, text, time - , unordered-containers, vector, wreq - }: - mkDerivation { - pname = "haskoin-store-data"; - version = "1.2.5"; - sha256 = "1nmbxnhrkz6z6fp5b07x3qmdnzb6m17z2n6nlh4hh549d3hd8slm"; - libraryHaskellDepends = [ - aeson base binary bytes bytestring cereal containers data-default - deepseq hashable haskoin-core http-client http-types lens mtl - network scotty string-conversions text time unordered-containers - vector wreq - ]; - testHaskellDepends = [ - aeson base binary bytes bytestring cereal containers data-default - deepseq hashable haskoin-core hspec http-client http-types lens mtl - network QuickCheck scotty string-conversions text time - unordered-containers vector wreq - ]; - testToolDepends = [ hspec-discover ]; - description = "Data for Haskoin Store"; - license = lib.licenses.mit; - }) {}; - - "haskoin-store-data_1_4_0" = callPackage ({ mkDerivation, aeson, base, binary, bytes, bytestring, cereal , containers, data-default, deepseq, hashable, haskoin-core, hspec , hspec-discover, http-client, http-types, lens, mtl, network @@ -145664,7 +143047,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Data for Haskoin Store"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "haskoin-util" = callPackage @@ -145960,8 +143342,8 @@ self: { }: mkDerivation { pname = "hasktorch"; - version = "0.2.0.1"; - sha256 = "0clwhcy72v3p4y4bv4wr6688f5mzxzhxh941j8i3km0x40cyynvw"; + version = "0.2.1.1"; + sha256 = "1gw7j5mr26m03s8gcz488qplqcsvsr1dicvaqsmp6wi9rrgnd9r4"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ array async base bytestring cassava constraints containers @@ -146560,35 +143942,6 @@ self: { }) {inherit (pkgs) aspell;}; "hasql" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring - , bytestring-strict-builder, contravariant, contravariant-extras - , criterion, dlist, hashable, hashtables, mtl, network-ip - , postgresql-binary, postgresql-libpq, profunctors - , quickcheck-instances, rerebase, scientific, tasty, tasty-hunit - , tasty-quickcheck, text, text-builder, time, transformers, uuid - , vector - }: - mkDerivation { - pname = "hasql"; - version = "1.6.4.4"; - sha256 = "1mwr9v5q5wvf1bk4lc7pdyyqf26snw23mxsz0j4mnrk7ybk6daad"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring bytestring-strict-builder - contravariant dlist hashable hashtables mtl network-ip - postgresql-binary postgresql-libpq profunctors rerebase scientific - text text-builder time transformers uuid vector - ]; - testHaskellDepends = [ - contravariant-extras quickcheck-instances rerebase tasty - tasty-hunit tasty-quickcheck - ]; - benchmarkHaskellDepends = [ criterion rerebase ]; - doHaddock = false; - description = "An efficient PostgreSQL driver with a flexible mapping API"; - license = lib.licenses.mit; - }) {}; - - "hasql_1_8_1_4" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring , bytestring-strict-builder, contravariant, contravariant-extras , criterion, dlist, hashable, hashtables, hspec, hspec-discover @@ -146616,7 +143969,6 @@ self: { doHaddock = false; description = "Fast PostgreSQL driver with a flexible mapping API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-backend" = callPackage @@ -146700,26 +144052,6 @@ self: { }) {}; "hasql-dynamic-statements" = callPackage - ({ mkDerivation, base, bytestring, containers, hasql - , hasql-implicits, ptr, QuickCheck, quickcheck-instances, rerebase - , tasty, tasty-hunit, tasty-quickcheck - }: - mkDerivation { - pname = "hasql-dynamic-statements"; - version = "0.3.1.5"; - sha256 = "1h7c3r5vw6hndw9pi64609px2gq23g2d4hz5cgdb5ip36d7dck6p"; - libraryHaskellDepends = [ - base bytestring containers hasql hasql-implicits ptr - ]; - testHaskellDepends = [ - hasql QuickCheck quickcheck-instances rerebase tasty tasty-hunit - tasty-quickcheck - ]; - description = "Toolkit for constructing Hasql statements dynamically"; - license = lib.licenses.mit; - }) {}; - - "hasql-dynamic-statements_0_3_1_7" = callPackage ({ mkDerivation, base, bytestring, containers, hasql , hasql-implicits, ptr, rerebase, tasty, tasty-hunit }: @@ -146733,7 +144065,6 @@ self: { testHaskellDepends = [ hasql rerebase tasty tasty-hunit ]; description = "Toolkit for constructing Hasql statements dynamically"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-effectful" = callPackage @@ -146797,22 +144128,6 @@ self: { }) {}; "hasql-implicits" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, hasql - , network-ip, scientific, text, time, uuid, vector - }: - mkDerivation { - pname = "hasql-implicits"; - version = "0.1.1.3"; - sha256 = "1kd77zyn5wshbmrl64csxcgn09h2l20ys7v2232gvcp2lzm93dhi"; - libraryHaskellDepends = [ - aeson base bytestring containers hasql network-ip scientific text - time uuid vector - ]; - description = "Implicit definitions for Hasql, such as default codecs for standard types"; - license = lib.licenses.mit; - }) {}; - - "hasql-implicits_0_2" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, hasql , iproute, scientific, text, time, uuid, vector }: @@ -146826,32 +144141,9 @@ self: { ]; description = "Implicit definitions for Hasql, such as default codecs for standard types"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-interpolate" = callPackage - ({ mkDerivation, aeson, array, base, bytestring, containers - , haskell-src-meta, hasql, megaparsec, mtl, scientific, tasty - , tasty-hunit, template-haskell, text, time, tmp-postgres - , transformers, uuid, vector - }: - mkDerivation { - pname = "hasql-interpolate"; - version = "0.2.2.0"; - sha256 = "1rs8v5ndpxp1l6j5qknrg8jpnnx2hn2pbh03sl7qz1j8i20d4rbi"; - libraryHaskellDepends = [ - aeson array base bytestring containers haskell-src-meta hasql - megaparsec mtl scientific template-haskell text time transformers - uuid vector - ]; - testHaskellDepends = [ - base hasql tasty tasty-hunit template-haskell text tmp-postgres - ]; - description = "QuasiQuoter that supports expression interpolation for hasql"; - license = lib.licenses.bsd3; - }) {}; - - "hasql-interpolate_1_0_1_0" = callPackage ({ mkDerivation, aeson, array, base, bytestring, containers , haskell-src-meta, hasql, iproute, megaparsec, mtl, scientific , tasty, tasty-hunit, template-haskell, text, time, tmp-postgres @@ -146873,7 +144165,6 @@ self: { ]; description = "QuasiQuoter that supports expression interpolation for hasql"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-listen-notify" = callPackage @@ -146933,26 +144224,6 @@ self: { }) {}; "hasql-notifications" = callPackage - ({ mkDerivation, base, bytestring, hasql, hasql-pool, hspec - , postgresql-libpq, QuickCheck, text - }: - mkDerivation { - pname = "hasql-notifications"; - version = "0.2.2.0"; - sha256 = "060fz6mwnb7q68v8aah455wmzfgk03a7bnr57zq5dm4wfm8cycaz"; - 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; - mainProgram = "hasql-notifications"; - }) {}; - - "hasql-notifications_0_2_3_1" = callPackage ({ mkDerivation, base, bytestring, hasql, hasql-pool, hspec , postgresql-libpq, QuickCheck, text }: @@ -146969,27 +144240,10 @@ self: { 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, attoparsec, attoparsec-time, base, hasql - , hasql-pool, optparse-applicative - }: - mkDerivation { - pname = "hasql-optparse-applicative"; - version = "0.7.1.3"; - sha256 = "1jnsrx5hahjph9izgzsz2s2882bvyr17y7hf562wd5yny2y9p20h"; - libraryHaskellDepends = [ - attoparsec attoparsec-time base hasql hasql-pool - optparse-applicative - ]; - description = "\"optparse-applicative\" parsers for \"hasql\""; - license = lib.licenses.mit; - }) {}; - - "hasql-optparse-applicative_0_8_0_1" = callPackage ({ mkDerivation, attoparsec, attoparsec-time, base, bytestring , hasql, hasql-pool, optparse-applicative, time }: @@ -147003,7 +144257,6 @@ self: { ]; description = "\"optparse-applicative\" parsers for \"hasql\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-pipes" = callPackage @@ -147022,20 +144275,6 @@ self: { }) {}; "hasql-pool" = callPackage - ({ mkDerivation, async, base, hasql, hspec, random, rerebase, stm - , time - }: - mkDerivation { - pname = "hasql-pool"; - version = "0.10.1"; - sha256 = "00njihx8hyajd29yjsxldq117plg31986hf9rjpn5492cis5b8sd"; - libraryHaskellDepends = [ base hasql stm time ]; - testHaskellDepends = [ async hasql hspec random rerebase ]; - description = "Pool of connections for Hasql"; - license = lib.licenses.mit; - }) {}; - - "hasql-pool_1_2_0_3" = callPackage ({ mkDerivation, async, base, bytestring, hasql, hspec, random , rerebase, stm, text, time, uuid }: @@ -147049,7 +144288,6 @@ self: { testHaskellDepends = [ async hasql hspec random rerebase ]; description = "Pool of connections for Hasql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-postgres" = callPackage @@ -147299,24 +144537,6 @@ self: { }) {}; "hasql-transaction" = callPackage - ({ mkDerivation, async, base, bytestring, bytestring-tree-builder - , contravariant, contravariant-extras, hasql, mtl, rerebase - , transformers - }: - mkDerivation { - pname = "hasql-transaction"; - version = "1.0.1.4"; - sha256 = "1pamzw98jhbxwbdfj9z19livgh8g3y4p3h83hzqg6hgv5j2i8g74"; - libraryHaskellDepends = [ - base bytestring bytestring-tree-builder contravariant - contravariant-extras hasql mtl transformers - ]; - testHaskellDepends = [ async contravariant-extras hasql rerebase ]; - description = "Composable abstraction over retryable transactions for Hasql"; - license = lib.licenses.mit; - }) {}; - - "hasql-transaction_1_1_1_2" = callPackage ({ mkDerivation, async, base, bytestring, bytestring-tree-builder , contravariant, hasql, mtl, rerebase, transformers }: @@ -147331,7 +144551,6 @@ self: { testHaskellDepends = [ async hasql rerebase ]; description = "Composable abstraction over retryable transactions for Hasql"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hasql-transaction-io" = callPackage @@ -149354,17 +146573,6 @@ self: { }) {}; "heaps" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "heaps"; - version = "0.4"; - sha256 = "1zbw0qrlnhb42v04phzwmizbpwg21wnpl7p4fbr9xsasp7w9scl9"; - libraryHaskellDepends = [ base ]; - description = "Asymptotically optimal Brodal/Okasaki heaps"; - license = lib.licenses.bsd3; - }) {}; - - "heaps_0_4_1" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "heaps"; @@ -149373,7 +146581,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Asymptotically optimal Brodal/Okasaki heaps"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "heapsize" = callPackage @@ -149704,34 +146911,6 @@ self: { }) {}; "hedgehog" = callPackage - ({ mkDerivation, ansi-terminal, async, barbies, base, bytestring - , concurrent-output, containers, deepseq, directory, erf - , exceptions, lifted-async, mmorph, monad-control, mtl, pretty-show - , primitive, random, resourcet, safe-exceptions, stm - , template-haskell, text, time, transformers, transformers-base - , wl-pprint-annotated - }: - mkDerivation { - pname = "hedgehog"; - version = "1.4"; - sha256 = "1sz685n2ljriqwfpfy57adbsc6gyrd4x7jmy628803rfalqznjpm"; - revision = "8"; - editedCabalFile = "062nz959mb96gphk769kwym10xn4r7c7gdvibi8xjl9rmcsanq4q"; - libraryHaskellDepends = [ - ansi-terminal async barbies base bytestring concurrent-output - containers deepseq directory erf exceptions lifted-async mmorph - monad-control mtl pretty-show primitive random resourcet - safe-exceptions stm template-haskell text time transformers - transformers-base wl-pprint-annotated - ]; - testHaskellDepends = [ - base containers mmorph mtl pretty-show text transformers - ]; - description = "Release with confidence"; - license = lib.licenses.bsd3; - }) {}; - - "hedgehog_1_5" = callPackage ({ mkDerivation, ansi-terminal, async, barbies, base, bytestring , concurrent-output, containers, deepseq, directory, erf , exceptions, lifted-async, mmorph, monad-control, mtl, pretty-show @@ -149755,7 +146934,6 @@ self: { ]; description = "Release with confidence"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hedgehog-checkers" = callPackage @@ -149830,8 +147008,8 @@ self: { }: mkDerivation { pname = "hedgehog-extras"; - version = "0.6.5.1"; - sha256 = "05fphkd4h1npnab3l2vgc8m1l1jlgjs1apifw5j6d50a2nwkvlp4"; + version = "0.7.0.0"; + sha256 = "0dhkhai2q831fb8z9cyv065gdf0468x0sbns1np74v8qnzwbhgav"; libraryHaskellDepends = [ aeson aeson-pretty async base bytestring deepseq Diff directory exceptions filepath hedgehog http-conduit lifted-async lifted-base @@ -151689,8 +148867,8 @@ self: { }: mkDerivation { pname = "hetzner"; - version = "0.6.0.0"; - sha256 = "1p8sxknssdjxr7bszxcld8rk40hm70cm58qkimjs5adz2hrimn14"; + version = "0.7.1.0"; + sha256 = "1xx5ff60vqqa2ijkzzp1iz1liy1gn8nk4nyz5pbc6acm1s5j8b5y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -151700,10 +148878,8 @@ self: { executableHaskellDepends = [ base blaze-html bytestring directory time ]; - testHaskellDepends = [ base ]; description = "Hetzner Cloud and DNS library"; license = lib.licenses.mit; - mainProgram = "hetzner-docs"; }) {}; "heukarya" = callPackage @@ -153918,50 +151094,6 @@ self: { }) {}; "hindent" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers, criterion - , deepseq, Diff, directory, exceptions, filepath, ghc-lib-parser - , ghc-lib-parser-ex, hspec, monad-loops, mtl, optparse-applicative - , path, path-io, regex-tdfa, split, syb, transformers, unicode-show - , utf8-string, yaml - }: - mkDerivation { - pname = "hindent"; - version = "6.1.1"; - sha256 = "0ir524drzb11l2dqvl78hdgrzimhbnfqkg530mvg9xsyph93af3m"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base bytestring Cabal containers deepseq directory exceptions - filepath ghc-lib-parser ghc-lib-parser-ex monad-loops mtl - optparse-applicative path path-io regex-tdfa split syb transformers - unicode-show utf8-string yaml - ]; - executableHaskellDepends = [ - base bytestring Cabal containers directory exceptions filepath - ghc-lib-parser ghc-lib-parser-ex monad-loops mtl - optparse-applicative path path-io regex-tdfa split syb transformers - unicode-show utf8-string yaml - ]; - testHaskellDepends = [ - base bytestring Cabal containers Diff directory exceptions filepath - ghc-lib-parser ghc-lib-parser-ex hspec monad-loops mtl - optparse-applicative path path-io regex-tdfa split syb transformers - unicode-show utf8-string yaml - ]; - benchmarkHaskellDepends = [ - base bytestring Cabal containers criterion deepseq directory - exceptions filepath ghc-lib-parser ghc-lib-parser-ex monad-loops - mtl optparse-applicative path path-io regex-tdfa split syb - transformers unicode-show utf8-string yaml - ]; - doHaddock = false; - description = "Extensible Haskell pretty printer"; - license = lib.licenses.bsd3; - mainProgram = "hindent"; - }) {}; - - "hindent_6_2_1" = callPackage ({ mkDerivation, async, base, bytestring, Cabal, containers , criterion, deepseq, Diff, directory, exceptions, filepath , ghc-lib-parser, ghc-lib-parser-ex, hspec, monad-loops, mtl @@ -154002,7 +151134,6 @@ self: { doHaddock = false; description = "Extensible Haskell pretty printer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hindent"; }) {}; @@ -155356,8 +152487,8 @@ self: { }: mkDerivation { pname = "hledger"; - version = "1.32.3"; - sha256 = "1mkzpaj50zq3w40gynjajlcrilpvmbdyrydnprrxmxfcb5hy2qr9"; + version = "1.40"; + sha256 = "189lbp9dmg9kxik5zg7nk6jm8h5p8hpq1z01zsj8c29x8b8md7b7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -155532,40 +152663,6 @@ self: { }) {}; "hledger-iadd" = callPackage - ({ mkDerivation, base, brick, containers, directory, free - , hledger-lib, hspec, hspec-discover, megaparsec, microlens - , microlens-mtl, microlens-th, optparse-applicative, QuickCheck - , text, text-zipper, time, transformers, unordered-containers - , vector, vty, xdg-basedir - }: - mkDerivation { - pname = "hledger-iadd"; - version = "1.3.20"; - sha256 = "0gck4zf5p2kkwn3rrsinn25g6mpgp6n49034la3qz0yzkvw6gknf"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base brick containers directory free hledger-lib megaparsec - microlens microlens-mtl microlens-th optparse-applicative text - text-zipper time transformers unordered-containers vector vty - xdg-basedir - ]; - executableHaskellDepends = [ - base brick directory free hledger-lib megaparsec microlens - microlens-mtl microlens-th optparse-applicative text text-zipper - time transformers unordered-containers vector vty xdg-basedir - ]; - testHaskellDepends = [ - base free hledger-lib hspec megaparsec QuickCheck text text-zipper - time transformers vector - ]; - testToolDepends = [ hspec-discover ]; - description = "A terminal UI as drop-in replacement for hledger add"; - license = lib.licenses.bsd3; - mainProgram = "hledger-iadd"; - }) {}; - - "hledger-iadd_1_3_21" = callPackage ({ mkDerivation, base, brick, containers, directory, free , hledger-lib, hspec, hspec-discover, megaparsec, microlens , microlens-mtl, microlens-th, optparse-applicative, QuickCheck @@ -155598,31 +152695,10 @@ self: { testToolDepends = [ hspec-discover ]; description = "A terminal UI as drop-in replacement for hledger add"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hledger-iadd"; }) {}; "hledger-interest" = callPackage - ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, text, time - }: - mkDerivation { - pname = "hledger-interest"; - version = "1.6.6"; - sha256 = "0hklpg9sgghrcvkrgz7kfr8jc6kwsv8zzpbbg0c3idhbdxwg74d8"; - revision = "5"; - editedCabalFile = "0gqvjqz05ww3rxvkxg8qhqfnbvqgcbj30705aw39y5mzr2yll0gl"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base Cabal Decimal hledger-lib mtl text time - ]; - description = "computes interest for a given account"; - license = lib.licenses.bsd3; - mainProgram = "hledger-interest"; - maintainers = [ lib.maintainers.peti ]; - }) {}; - - "hledger-interest_1_6_7" = callPackage ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, text, time }: mkDerivation { @@ -155636,7 +152712,6 @@ self: { ]; description = "computes interest for a given account"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hledger-interest"; maintainers = [ lib.maintainers.peti ]; }) {}; @@ -155667,31 +152742,31 @@ self: { , base-compat, blaze-markup, bytestring, call-stack, cassava , cassava-megaparsec, cmdargs, colour, containers, data-default , Decimal, deepseq, directory, doclayout, doctest, extra - , file-embed, filepath, Glob, hashtables, megaparsec, microlens - , microlens-th, mtl, pager, parser-combinators, pretty-simple - , regex-tdfa, safe, tabular, tasty, tasty-hunit, template-haskell - , terminal-size, text, text-ansi, time, timeit, transformers - , uglymemo, unordered-containers, utf8-string + , file-embed, filepath, Glob, hashtables, lucid, megaparsec + , microlens, microlens-th, mtl, pager, parser-combinators + , pretty-simple, regex-tdfa, safe, tabular, tasty, tasty-hunit + , template-haskell, terminal-size, text, text-ansi, time, timeit + , transformers, uglymemo, unordered-containers, utf8-string }: mkDerivation { pname = "hledger-lib"; - version = "1.32.3"; - sha256 = "0dyid1jjs9i4sk5fxlmah8fgng4j1577zxxm99gh2xl8216dn4mg"; + version = "1.40"; + sha256 = "05kap7kgjlh3y7j6ld0jqih21ad7acxd9cv18h0gb7kbwn7qm8vi"; libraryHaskellDepends = [ aeson aeson-pretty ansi-terminal array base base-compat blaze-markup bytestring call-stack cassava cassava-megaparsec cmdargs colour containers data-default Decimal deepseq directory - doclayout extra file-embed filepath Glob hashtables megaparsec - microlens microlens-th mtl pager parser-combinators pretty-simple - regex-tdfa safe tabular tasty tasty-hunit template-haskell - terminal-size text text-ansi time timeit transformers uglymemo - unordered-containers utf8-string + doclayout extra file-embed filepath Glob hashtables lucid + megaparsec microlens microlens-th mtl pager parser-combinators + pretty-simple regex-tdfa safe tabular tasty tasty-hunit + template-haskell terminal-size text text-ansi time timeit + transformers uglymemo unordered-containers utf8-string ]; testHaskellDepends = [ aeson aeson-pretty ansi-terminal array base base-compat blaze-markup bytestring call-stack cassava cassava-megaparsec cmdargs colour containers data-default Decimal deepseq directory - doclayout doctest extra file-embed filepath Glob hashtables + doclayout doctest extra file-embed filepath Glob hashtables lucid megaparsec microlens microlens-th mtl pager parser-combinators pretty-simple regex-tdfa safe tabular tasty tasty-hunit template-haskell terminal-size text text-ansi time timeit @@ -155766,34 +152841,6 @@ self: { }) {}; "hledger-stockquotes" = callPackage - ({ mkDerivation, aeson, base, bytestring, cmdargs, containers - , directory, hedgehog, hledger-lib, raw-strings-qq, req, safe - , safe-exceptions, scientific, split, tasty, tasty-hedgehog - , tasty-hunit, text, time, unordered-containers, xdg-basedir, yaml - }: - mkDerivation { - pname = "hledger-stockquotes"; - version = "0.1.3.1"; - sha256 = "111zpplj059iyxwy8rnjq7jrspm5sjqcx9jx0lrrz7yrj608id0g"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring containers hledger-lib req safe scientific - split text time unordered-containers - ]; - executableHaskellDepends = [ - aeson base bytestring cmdargs containers directory raw-strings-qq - safe-exceptions text time xdg-basedir yaml - ]; - testHaskellDepends = [ - base hedgehog tasty tasty-hedgehog tasty-hunit - ]; - description = "Generate HLedger Price Directives From Daily Stock Quotes"; - license = lib.licenses.bsd3; - mainProgram = "hledger-stockquotes"; - }) {}; - - "hledger-stockquotes_0_1_3_2" = callPackage ({ mkDerivation, aeson, base, bytestring, cmdargs, containers , directory, hedgehog, hledger-lib, raw-strings-qq, req, safe , safe-exceptions, scientific, split, tasty, tasty-hedgehog @@ -155818,28 +152865,28 @@ self: { ]; description = "Generate HLedger Price Directives From Daily Stock Quotes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hledger-stockquotes"; }) {}; "hledger-ui" = callPackage ({ mkDerivation, ansi-terminal, async, base, brick, cmdargs , containers, data-default, directory, doclayout, extra, filepath - , fsnotify, hledger, hledger-lib, megaparsec, microlens + , fsnotify, githash, hledger, hledger-lib, megaparsec, microlens , microlens-platform, mtl, process, safe, split, text, text-zipper , time, transformers, unix, vector, vty, vty-crossplatform }: mkDerivation { pname = "hledger-ui"; - version = "1.32.3"; - sha256 = "0981c039xp1l65vdn4y0rl3qvlprk15f4s22z1jkkrixx3aqnq4p"; + version = "1.40"; + sha256 = "0rvijrnmkc21nllqcbkn6fh51ifp1n1p8qgmckfp5pngqg40vvnz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ ansi-terminal async base brick cmdargs containers data-default - directory doclayout extra filepath fsnotify hledger hledger-lib - megaparsec microlens microlens-platform mtl process safe split text - text-zipper time transformers unix vector vty vty-crossplatform + directory doclayout extra filepath fsnotify githash hledger + hledger-lib megaparsec microlens microlens-platform mtl process + safe split text text-zipper time transformers unix vector vty + vty-crossplatform ]; executableHaskellDepends = [ base ]; description = "Terminal interface for the hledger accounting system"; @@ -155900,30 +152947,28 @@ self: { ({ mkDerivation, aeson, base, base64, blaze-html, blaze-markup , bytestring, case-insensitive, clientsession, cmdargs, conduit , conduit-extra, containers, data-default, Decimal, directory - , extra, filepath, hjsmin, hledger, hledger-lib, hspec, http-client - , http-conduit, http-types, megaparsec, mtl, network, safe - , shakespeare, template-haskell, text, time, transformers + , extra, filepath, githash, hjsmin, hledger, hledger-lib, hspec + , http-client, http-conduit, http-types, megaparsec, mtl, network + , safe, shakespeare, template-haskell, text, time, transformers , unix-compat, unordered-containers, utf8-string, wai, wai-cors , wai-extra, wai-handler-launch, warp, yaml, yesod, yesod-core , yesod-form, yesod-static, yesod-test }: mkDerivation { pname = "hledger-web"; - version = "1.32.3"; - sha256 = "0pvxkhl09hfmm2xi6d76xnwzydl89l6imlv85dgqz2hibk4vw5jh"; - revision = "1"; - editedCabalFile = "0b7w8f2gq1fga75i5pwycfpvdl0938pbdq6vv4ffj64zl4rrkvmr"; + version = "1.40"; + sha256 = "1dsvsgdan7f8zc0z9x4zri2q6ccajvqpjpv18zj488ihknshiwgq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base base64 blaze-html blaze-markup bytestring case-insensitive clientsession cmdargs conduit conduit-extra - containers data-default Decimal directory extra filepath hjsmin - hledger hledger-lib hspec http-client http-conduit http-types - megaparsec mtl network safe shakespeare template-haskell text time - transformers unix-compat unordered-containers utf8-string wai - wai-cors wai-extra wai-handler-launch warp yaml yesod yesod-core - yesod-form yesod-static yesod-test + containers data-default Decimal directory extra filepath githash + hjsmin hledger hledger-lib hspec http-client http-conduit + http-types megaparsec mtl network safe shakespeare template-haskell + text time transformers unix-compat unordered-containers utf8-string + wai wai-cors wai-extra wai-handler-launch warp yaml yesod + yesod-core yesod-form yesod-static yesod-test ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; @@ -156102,34 +153147,6 @@ self: { }) {}; "hlint" = callPackage - ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs - , containers, cpphs, data-default, deriving-aeson, directory, extra - , file-embed, filepath, filepattern, ghc-lib-parser - , ghc-lib-parser-ex, hscolour, process, refact, text, transformers - , uniplate, unordered-containers, utf8-string, vector, yaml - }: - mkDerivation { - pname = "hlint"; - version = "3.6.1"; - sha256 = "1za1cykiajyfl8ks59jdj6228qnlg5s96slc9jm9zcy1ncmi701j"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson ansi-terminal base bytestring cmdargs containers cpphs - data-default deriving-aeson directory extra file-embed filepath - filepattern ghc-lib-parser ghc-lib-parser-ex hscolour process - refact text transformers uniplate unordered-containers utf8-string - vector yaml - ]; - executableHaskellDepends = [ base ]; - description = "Source code suggestions"; - license = lib.licenses.bsd3; - mainProgram = "hlint"; - maintainers = [ lib.maintainers.maralorn ]; - }) {}; - - "hlint_3_8" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, cmdargs , containers, cpphs, data-default, deriving-aeson, directory, extra , file-embed, filepath, filepattern, ghc-lib-parser @@ -156153,7 +153170,6 @@ self: { executableHaskellDepends = [ base ]; description = "Source code suggestions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hlint"; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -157977,41 +154993,6 @@ self: { }) {}; "hnix-store-core" = callPackage - ({ mkDerivation, algebraic-graphs, attoparsec, base - , base16-bytestring, base64-bytestring, binary, bytestring - , case-insensitive, cereal, containers, cryptonite, directory - , filepath, hashable, hspec, lifted-base, memory, monad-control - , mtl, nix-derivation, process, relude, saltine, tasty - , tasty-discover, tasty-golden, tasty-hspec, tasty-hunit - , tasty-quickcheck, temporary, text, time, unix - , unordered-containers, vector - }: - mkDerivation { - pname = "hnix-store-core"; - version = "0.7.0.0"; - sha256 = "0nyzw3ssv832bqhm4ir8r44795lnipzzkjwnryqqarc99sbpj2hh"; - libraryHaskellDepends = [ - algebraic-graphs attoparsec base base16-bytestring - base64-bytestring bytestring case-insensitive cereal containers - cryptonite directory filepath hashable lifted-base memory - monad-control mtl nix-derivation relude saltine text time unix - unordered-containers vector - ]; - testHaskellDepends = [ - attoparsec base base16-bytestring base64-bytestring binary - bytestring containers cryptonite directory filepath hspec process - relude tasty tasty-golden tasty-hspec tasty-hunit tasty-quickcheck - temporary text unix - ]; - testToolDepends = [ tasty-discover ]; - description = "Core effects for interacting with the Nix store"; - license = lib.licenses.asl20; - maintainers = [ - lib.maintainers.Anton-Latukha lib.maintainers.sorki - ]; - }) {}; - - "hnix-store-core_0_8_0_0" = callPackage ({ mkDerivation, attoparsec, base, base16-bytestring , base64-bytestring, bytestring, constraints-extras, containers , crypton, data-default-class, dependent-sum @@ -158037,7 +155018,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Core types used for interacting with the Nix store"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.Anton-Latukha lib.maintainers.sorki ]; @@ -158353,18 +155333,18 @@ self: { "hoauth2" = callPackage ({ mkDerivation, aeson, base, base64, binary, bytestring - , containers, cryptonite, data-default, exceptions, hspec + , containers, crypton, data-default, exceptions, hspec , hspec-discover, http-conduit, http-types, memory, microlens, text , transformers, uri-bytestring, uri-bytestring-aeson }: mkDerivation { pname = "hoauth2"; - version = "2.10.0"; - sha256 = "13skl9zc3p0jnn2p10xm21kp5adqjl48nfx6v312yfvd9md5h0kq"; + version = "2.14.0"; + sha256 = "1gbdb01iinhcfc91iw2ld4lpvmpcvy6d9r1zl5a58jg16z5v6j8k"; libraryHaskellDepends = [ - aeson base base64 binary bytestring containers cryptonite - data-default exceptions http-conduit http-types memory microlens - text transformers uri-bytestring uri-bytestring-aeson + aeson base base64 binary bytestring containers crypton data-default + exceptions http-conduit http-types memory microlens text + transformers uri-bytestring uri-bytestring-aeson ]; testHaskellDepends = [ aeson base hspec uri-bytestring ]; testToolDepends = [ hspec-discover ]; @@ -159944,28 +156924,6 @@ self: { }) {}; "horizontal-rule" = callPackage - ({ mkDerivation, ansi-wl-pprint, base, HMock, optparse-applicative - , tasty, tasty-hunit, terminal-size, text, time - }: - mkDerivation { - pname = "horizontal-rule"; - version = "0.6.0.0"; - sha256 = "03rh58znaghcf1gicbwbxkx5ya4lv7qi8b2lq5nawi35ljars02x"; - revision = "4"; - editedCabalFile = "0bax92xg4rd92y7fv332bqfl6k2wk8k1dbmrgr6a5p4vx36l58f0"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base terminal-size text ]; - executableHaskellDepends = [ - ansi-wl-pprint base optparse-applicative text time - ]; - testHaskellDepends = [ base HMock tasty tasty-hunit ]; - description = "horizontal rule for the terminal"; - license = lib.licenses.mit; - mainProgram = "hr"; - }) {}; - - "horizontal-rule_0_7_0_0" = callPackage ({ mkDerivation, ansi-wl-pprint, array, base, constraints , containers, data-default, exceptions, extra, monad-control, mtl , optparse-applicative, stm, syb, tasty, tasty-hunit @@ -159976,6 +156934,8 @@ self: { pname = "horizontal-rule"; version = "0.7.0.0"; sha256 = "0s4hf7frj1gc41v83qk8fgdfn49msmvhcfw6vjklx6w7b6pkfx9x"; + revision = "1"; + editedCabalFile = "1jb71y6mxkrcnps1jdh6rkkrznhzcsyl8c7s565xjalabql56nkq"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base terminal-size text ]; @@ -159989,7 +156949,6 @@ self: { ]; description = "horizontal rule for the terminal"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "hr"; }) {}; @@ -160415,45 +157374,6 @@ self: { }) {}; "hpack" = callPackage - ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal - , containers, crypton, deepseq, directory, filepath, Glob, hspec - , hspec-discover, http-client, http-client-tls, http-types, HUnit - , infer-license, interpolate, mockery, mtl, pretty, QuickCheck - , scientific, template-haskell, temporary, text, transformers - , unordered-containers, vector, yaml - }: - mkDerivation { - pname = "hpack"; - version = "0.36.1"; - sha256 = "1n02wkkhgqwh7im33b2158h9ha0yglzmqv05fd0igmm4mfly05db"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bifunctors bytestring Cabal containers crypton deepseq - directory filepath Glob http-client http-client-tls http-types - infer-license mtl pretty scientific text transformers - unordered-containers vector yaml - ]; - executableHaskellDepends = [ - aeson base bifunctors bytestring Cabal containers crypton deepseq - directory filepath Glob http-client http-client-tls http-types - infer-license mtl pretty scientific text transformers - unordered-containers vector yaml - ]; - testHaskellDepends = [ - aeson base bifunctors bytestring Cabal containers crypton deepseq - directory filepath Glob hspec http-client http-client-tls - http-types HUnit infer-license interpolate mockery mtl pretty - QuickCheck scientific template-haskell temporary text transformers - unordered-containers vector yaml - ]; - testToolDepends = [ hspec-discover ]; - description = "A modern format for Haskell packages"; - license = lib.licenses.mit; - mainProgram = "hpack"; - }) {}; - - "hpack_0_37_0" = callPackage ({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal , containers, crypton, deepseq, directory, filepath, Glob, hspec , hspec-discover, http-client, http-client-tls, http-types, HUnit @@ -160489,7 +157409,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A modern format for Haskell packages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "hpack"; }) {}; @@ -160783,28 +157702,6 @@ self: { }) {}; "hpc-codecov" = callPackage - ({ mkDerivation, array, base, bytestring, containers, directory - , filepath, hpc, process, tasty, tasty-golden, tasty-hunit, time - }: - mkDerivation { - pname = "hpc-codecov"; - version = "0.5.0.0"; - sha256 = "1hf73yj2dl5scrw3xqgin8zl555iv2byik88aih1mz5x6635rk55"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base bytestring containers directory filepath hpc time - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base directory filepath hpc process tasty tasty-golden tasty-hunit - ]; - description = "Generate reports from hpc data"; - license = lib.licenses.bsd3; - mainProgram = "hpc-codecov"; - }) {}; - - "hpc-codecov_0_6_2_0" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory , filepath, hpc, process, tasty, tasty-golden, tasty-hunit, time }: @@ -160823,7 +157720,6 @@ self: { ]; description = "Generate reports from hpc data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hpc-codecov"; }) {}; @@ -161106,36 +158002,6 @@ self: { }) {}; "hpqtypes" = callPackage - ({ mkDerivation, aeson, async, base, bytestring, containers - , exceptions, HUnit, libpq, lifted-base, monad-control, mtl - , QuickCheck, random, resource-pool, scientific, semigroups, stm - , test-framework, test-framework-hunit, text, text-show, time - , transformers, transformers-base, unordered-containers, uuid-types - , vector - }: - mkDerivation { - pname = "hpqtypes"; - version = "1.11.1.2"; - sha256 = "0zdxk11akkl6l260jlywq2fjfv68angqaxdj577m9fk5yllxwswy"; - libraryHaskellDepends = [ - aeson async base bytestring containers exceptions lifted-base - monad-control mtl resource-pool semigroups stm text text-show time - transformers transformers-base uuid-types vector - ]; - libraryPkgconfigDepends = [ libpq ]; - testHaskellDepends = [ - aeson base bytestring exceptions HUnit lifted-base monad-control - mtl QuickCheck random scientific test-framework - test-framework-hunit text text-show time transformers-base - unordered-containers uuid-types vector - ]; - description = "Haskell bindings to libpqtypes"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {libpq = null;}; - - "hpqtypes_1_12_0_0" = callPackage ({ mkDerivation, aeson, async, base, bytestring, containers , exceptions, HUnit, libpq, lifted-base, monad-control, mtl , QuickCheck, random, readline, resource-pool, scientific @@ -165333,24 +162199,6 @@ self: { }) {}; "hslua-module-doclayout" = callPackage - ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit - , tasty-lua, text - }: - mkDerivation { - pname = "hslua-module-doclayout"; - version = "1.1.1.2"; - sha256 = "1bgs6p20maqdwmqjv8nqsmlk63sjhb54icqs7d1kxsk8k9hh65qg"; - revision = "1"; - editedCabalFile = "0nxb6hm71v9lk9622z4kf30aasdr3m6b13maq8zd496i45msi4v4"; - libraryHaskellDepends = [ base doclayout hslua text ]; - testHaskellDepends = [ - base doclayout hslua tasty tasty-hunit tasty-lua text - ]; - description = "Lua module wrapping Text.DocLayout."; - license = lib.licenses.mit; - }) {}; - - "hslua-module-doclayout_1_2_0" = callPackage ({ mkDerivation, base, doclayout, hslua, tasty, tasty-hunit , tasty-lua, text }: @@ -165364,7 +162212,6 @@ self: { ]; description = "Lua module wrapping Text.DocLayout."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "hslua-module-path" = callPackage @@ -166330,22 +163177,6 @@ self: { }) {}; "hspec-hedgehog" = callPackage - ({ mkDerivation, base, hedgehog, hspec, hspec-core, QuickCheck - , splitmix - }: - mkDerivation { - pname = "hspec-hedgehog"; - version = "0.1.1.0"; - sha256 = "1hikvg6y5znxrm9qa4rcn10pghhm5igzvqd35k7k58g30zv5n9z6"; - libraryHaskellDepends = [ - base hedgehog hspec hspec-core QuickCheck splitmix - ]; - testHaskellDepends = [ base hedgehog hspec ]; - description = "Integrate Hedgehog and Hspec!"; - license = lib.licenses.bsd3; - }) {}; - - "hspec-hedgehog_0_3_0_0" = callPackage ({ mkDerivation, base, hedgehog, hspec, hspec-core, hspec-discover , HUnit, QuickCheck, splitmix }: @@ -166362,7 +163193,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Integrate Hedgehog and Hspec!"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-jenkins" = callPackage @@ -166803,17 +163633,6 @@ self: { }) {}; "hspec-tmp-proc" = callPackage - ({ mkDerivation, base, hspec, tmp-proc }: - mkDerivation { - pname = "hspec-tmp-proc"; - version = "0.5.2.0"; - sha256 = "0p5mjcapvplw21bkiknpg30f583d7ssvh06fc2yg004m0ar9y7na"; - libraryHaskellDepends = [ base hspec tmp-proc ]; - description = "Simplify use of tmp-proc from hspec tests"; - license = lib.licenses.bsd3; - }) {}; - - "hspec-tmp-proc_0_7_0_0" = callPackage ({ mkDerivation, base, hspec, tmp-proc }: mkDerivation { pname = "hspec-tmp-proc"; @@ -166822,7 +163641,6 @@ self: { libraryHaskellDepends = [ base hspec tmp-proc ]; description = "Simplify use of tmp-proc from hspec tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hspec-wai" = callPackage @@ -168697,31 +165515,6 @@ self: { }) {}; "http-api-data" = callPackage - ({ mkDerivation, attoparsec, attoparsec-iso8601, base, base-compat - , bytestring, containers, cookie, hashable, hspec, hspec-discover - , http-types, HUnit, QuickCheck, quickcheck-instances, tagged, text - , time-compat, transformers, unordered-containers, uuid-types - }: - mkDerivation { - pname = "http-api-data"; - version = "0.5.1"; - sha256 = "0aqjfzxzk3z9qqxrf80sjarnxxkp016z86n3gira4fg14i4ccrk1"; - libraryHaskellDepends = [ - attoparsec attoparsec-iso8601 base base-compat bytestring - containers cookie hashable http-types tagged text time-compat - transformers unordered-containers uuid-types - ]; - testHaskellDepends = [ - base base-compat bytestring cookie hspec HUnit QuickCheck - quickcheck-instances text time-compat unordered-containers - uuid-types - ]; - testToolDepends = [ hspec-discover ]; - description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; - license = lib.licenses.bsd3; - }) {}; - - "http-api-data_0_6_1" = callPackage ({ mkDerivation, base, bytestring, containers, cookie, hashable , hspec, hspec-discover, http-types, HUnit, QuickCheck , quickcheck-instances, tagged, text, text-iso8601, time-compat @@ -168745,7 +165538,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http-api-data-ip" = callPackage @@ -168812,35 +165604,6 @@ self: { }) {}; "http-client" = 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.17"; - sha256 = "1imd3yiqh9pq677ndvq2rsxr5agys6n15syfl25c8h8625k46qda"; - 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; - }) {}; - - "http-client_0_7_18" = callPackage ({ mkDerivation, array, async, base, base64-bytestring , blaze-builder, bytestring, case-insensitive, containers, cookie , deepseq, directory, exceptions, filepath, ghc-prim, hspec @@ -168867,7 +165630,6 @@ self: { doCheck = false; description = "An HTTP client engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "http-client-auth" = callPackage @@ -169519,8 +166281,8 @@ self: { pname = "http-link-header"; version = "1.2.1"; sha256 = "15pcav5k7j4pvqwkyyrqgcm7yxqippx4yiprsg9fpml4kywcr2ca"; - revision = "3"; - editedCabalFile = "16xbv4cz8b9gh42za6bhz73qcqrd5ix330cs4prj2jn124hb9xwx"; + revision = "4"; + editedCabalFile = "0fypwxb5l9w7133x1fg2zdjbmply6jklzgm8bw01rzvy04msx7z9"; libraryHaskellDepends = [ attoparsec base bytestring errors http-api-data network-uri text ]; @@ -169823,23 +166585,6 @@ self: { }) {}; "http-semantics" = callPackage - ({ mkDerivation, array, base, bytestring, case-insensitive - , http-types, network, network-byte-order, time-manager - , utf8-string - }: - mkDerivation { - pname = "http-semantics"; - version = "0.2.1"; - sha256 = "1nzxqrlxmkld86msmdp1zaqvsw3jbbj63n7r0bpgmyq7nnxqxiks"; - libraryHaskellDepends = [ - array base bytestring case-insensitive http-types network - network-byte-order time-manager utf8-string - ]; - description = "HTTP senmatics libarry"; - license = lib.licenses.bsd3; - }) {}; - - "http-semantics_0_3_0" = callPackage ({ mkDerivation, array, base, bytestring, case-insensitive , http-types, network, network-byte-order, time-manager , utf8-string @@ -169854,7 +166599,6 @@ self: { ]; description = "HTTP senmatics libarry"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http-server" = callPackage @@ -170011,39 +166755,6 @@ self: { }) {}; "http2" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, async, base - , base16-bytestring, bytestring, case-insensitive, containers - , crypton, directory, filepath, gauge, Glob, hspec, hspec-discover - , http-types, network, network-byte-order, network-control - , network-run, random, stm, text, time-manager, typed-process - , unix-time, unliftio, unordered-containers, vector - }: - mkDerivation { - pname = "http2"; - version = "5.0.1"; - sha256 = "1mcrlh0j7m7iqfc69p0n7hxysj8cyid6vaqax3ww7dskhwdzbw1v"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array async base bytestring case-insensitive containers http-types - network network-byte-order network-control stm time-manager - unix-time unliftio - ]; - testHaskellDepends = [ - aeson aeson-pretty async base base16-bytestring bytestring crypton - directory filepath Glob hspec http-types network network-byte-order - network-run random text typed-process unordered-containers vector - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - array base bytestring case-insensitive containers gauge - network-byte-order stm - ]; - description = "HTTP/2 library"; - license = lib.licenses.bsd3; - }) {}; - - "http2_5_3_9" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, async, base , base16-bytestring, bytestring, case-insensitive, containers , criterion, crypton, directory, filepath, Glob, hspec @@ -170076,7 +166787,6 @@ self: { ]; description = "HTTP/2 library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "http2-client" = callPackage @@ -172066,8 +168776,8 @@ self: { }: mkDerivation { pname = "hw-polysemy"; - version = "0.3.1.0"; - sha256 = "1mgw1mika0rjgdj722k58sblb1q2yknapybxqdb8jqqwr7301bvz"; + version = "0.3.1.2"; + sha256 = "16k1348msafz05w81hgqnjcx3k7a898zk2kxily8zmcddw7vxra2"; libraryHaskellDepends = [ aeson aeson-pretty async base binary bytestring contravariant Diff directory exceptions filepath generic-lens ghc-prim http-conduit @@ -172094,8 +168804,8 @@ self: { }: mkDerivation { pname = "hw-prelude"; - version = "0.0.4.1"; - sha256 = "0r3jz1d7nnzgkvvfpk2pvnhmd46jfwr3qwshzpk2sviwz7nl1yrf"; + version = "0.0.4.4"; + sha256 = "03lc5yx0ybqi1fz3x1fs9bvnn4j0w9zg54x2jlwl1lsf8jg63z3j"; libraryHaskellDepends = [ aeson async base bytestring contravariant directory filepath generic-lens microlens network process resourcet text transformers @@ -173097,21 +169807,6 @@ self: { }) {}; "hybrid-vectors" = callPackage - ({ mkDerivation, base, deepseq, primitive, semigroups, vector }: - mkDerivation { - pname = "hybrid-vectors"; - version = "0.2.4"; - sha256 = "02sxx9263b9z4q9xh8d2mhg3g6mihydhzn7rjvpi3gp4bld2hg9m"; - revision = "2"; - editedCabalFile = "1dijgrfidzjq2sddfb2a7dsyr956rx2g479vsyisdf067mszxq4j"; - libraryHaskellDepends = [ - base deepseq primitive semigroups vector - ]; - description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; - license = lib.licenses.bsd3; - }) {}; - - "hybrid-vectors_0_2_5" = callPackage ({ mkDerivation, base, deepseq, primitive, semigroups, vector }: mkDerivation { pname = "hybrid-vectors"; @@ -173122,7 +169817,6 @@ self: { ]; description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hydra" = callPackage @@ -174941,32 +171635,32 @@ self: { "ihaskell" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring , cmdargs, containers, directory, exceptions, filepath, ghc - , ghc-boot, ghc-parser, ghc-paths, haskeline, here, hlint, hspec - , hspec-contrib, http-client, http-client-tls, HUnit - , ipython-kernel, parsec, process, random, raw-strings-qq, setenv - , shelly, split, stm, strict, text, time, transformers, unix - , unordered-containers, utf8-string, vector + , ghc-boot, ghc-parser, ghc-paths, ghc-syntax-highlighter + , haskeline, hlint, hspec, hspec-contrib, http-client + , http-client-tls, HUnit, ipython-kernel, parsec, process, random + , raw-strings-qq, setenv, shelly, split, stm, strict, text, time + , transformers, unix, unordered-containers, utf8-string, vector }: mkDerivation { pname = "ihaskell"; - version = "0.10.4.0"; - sha256 = "0vl6nmr72abf4jijxga9lnhj1w1iz5b4642r8xnqmavz4ds9qpsv"; + version = "0.11.0.0"; + sha256 = "1mjjsmjvapkmj69qzp9sskgxi04fymacvy0la7lr1rcrl9z5x5hd"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base base64-bytestring binary bytestring cmdargs containers directory exceptions filepath ghc ghc-boot ghc-parser ghc-paths - haskeline hlint http-client http-client-tls ipython-kernel parsec - process random shelly split stm strict text time transformers unix - unordered-containers utf8-string vector + ghc-syntax-highlighter haskeline hlint http-client http-client-tls + ipython-kernel parsec process random shelly split stm strict text + time transformers unix unordered-containers utf8-string vector ]; executableHaskellDepends = [ aeson base bytestring containers directory ghc ipython-kernel process strict text transformers unix unordered-containers ]; testHaskellDepends = [ - base directory ghc ghc-paths here hspec hspec-contrib HUnit + aeson base directory ghc ghc-paths hspec hspec-contrib HUnit raw-strings-qq setenv shelly text transformers ]; description = "A Haskell backend kernel for the Jupyter project"; @@ -175136,8 +171830,8 @@ self: { ({ mkDerivation, aeson, base, hvega, ihaskell, text }: mkDerivation { pname = "ihaskell-hvega"; - version = "0.5.0.5"; - sha256 = "0sy9g6g0gjs2sx458vq5y1b9a09jb58by3d2az8ky5l84sgvss4a"; + version = "0.5.0.6"; + sha256 = "00b5i33n2c1s6pvrn3799dx4wdwmik7wqpldqai85zsk3wd04wpb"; libraryHaskellDepends = [ aeson base hvega ihaskell text ]; description = "IHaskell display instance for hvega types"; license = lib.licenses.bsd3; @@ -175778,8 +172472,8 @@ self: { }: mkDerivation { pname = "imp"; - version = "1.0.2.1"; - sha256 = "09j8dw4lh6acfjcr51fh4i7qzlriqybb5gw3cjxyis3hj7sqxivf"; + version = "1.0.3.0"; + sha256 = "0ljv2y75crqlbwm4i0bnzdbzp3fnlp8x0mp2v6rymn6ahfb0lssn"; libraryHaskellDepends = [ base Cabal-syntax containers exceptions ghc transformers ]; @@ -176270,23 +172964,6 @@ self: { }) {}; "incipit-base" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default, stm - , text - }: - mkDerivation { - pname = "incipit-base"; - version = "0.5.1.0"; - sha256 = "0bmnfr9j13hq6jil64yivihbrxmm8qwla76slzisjj8mbk0j6sny"; - revision = "1"; - editedCabalFile = "1ysxxv2lf1gybic66xgznz2q7f9y2mrnf3m7zn0a1mxxa6c329jc"; - libraryHaskellDepends = [ - base bytestring containers data-default stm text - ]; - description = "A Prelude for Polysemy – Base Reexports"; - license = "BSD-2-Clause-Patent"; - }) {}; - - "incipit-base_0_6_1_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default, stm , text }: @@ -176301,23 +172978,9 @@ self: { ]; description = "A Prelude for Polysemy – Base Reexports"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "incipit-core" = callPackage - ({ mkDerivation, base, incipit-base, polysemy }: - mkDerivation { - pname = "incipit-core"; - version = "0.5.1.0"; - sha256 = "1cwp0pyhpnq7mq967wfsf1adj8ljpph14wqj4hkgyl685c3hyv6y"; - revision = "1"; - editedCabalFile = "05xz4jqh89s397scxm5fhzyq1d7qgsrac4hsflvh762ijhxgghx6"; - libraryHaskellDepends = [ base incipit-base polysemy ]; - description = "A Prelude for Polysemy"; - license = "BSD-2-Clause-Patent"; - }) {}; - - "incipit-core_0_6_1_0" = callPackage ({ mkDerivation, base, incipit-base, polysemy }: mkDerivation { pname = "incipit-core"; @@ -176326,7 +172989,6 @@ self: { libraryHaskellDepends = [ base incipit-base polysemy ]; description = "A Prelude for Polysemy"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; }) {}; "include-env" = callPackage @@ -176742,6 +173404,8 @@ self: { pname = "indexed-traversable"; version = "0.1.4"; sha256 = "08ivs1shxnvw5fzklvg7yh4xy0nnh3gsglm059fa5m9svyphkgjq"; + revision = "1"; + editedCabalFile = "0zbys0254a7bsq4x297s1lagcbw7va5bkjikh8j7rhd0cm5fina2"; libraryHaskellDepends = [ array base containers transformers ]; description = "FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"; license = lib.licenses.bsd2; @@ -176756,6 +173420,8 @@ self: { pname = "indexed-traversable-instances"; version = "0.1.2"; sha256 = "1hf75x729c3348yvgxk0pjab2mmwi0xxcw3h2yb6c78lp8pvcarw"; + revision = "1"; + editedCabalFile = "12fxhsx9ay2yqk5967kd389lqdpfkx2g3svgkrgw3qha0z40zpv8"; libraryHaskellDepends = [ base indexed-traversable OneTuple tagged unordered-containers vector @@ -177097,25 +173763,6 @@ self: { }) {}; "infinite-list" = callPackage - ({ mkDerivation, base, QuickCheck, tasty, tasty-bench - , tasty-expected-failure, tasty-inspection-testing - , tasty-quickcheck - }: - mkDerivation { - pname = "infinite-list"; - version = "0.1.1"; - sha256 = "1a5g008nfc35q9jhpkm03sxv5b83qi3bhb0rphqh04193a348s5y"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base QuickCheck tasty tasty-expected-failure - tasty-inspection-testing tasty-quickcheck - ]; - benchmarkHaskellDepends = [ base tasty-bench ]; - description = "Infinite lists"; - license = lib.licenses.bsd3; - }) {}; - - "infinite-list_0_1_2" = callPackage ({ mkDerivation, base, containers, QuickCheck, tasty, tasty-bench , tasty-expected-failure, tasty-inspection-testing , tasty-quickcheck @@ -177132,7 +173779,6 @@ self: { benchmarkHaskellDepends = [ base tasty-bench ]; description = "Infinite lists"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "infinite-search" = callPackage @@ -177659,30 +174305,6 @@ self: { }) {aether = null;}; "insert-ordered-containers" = callPackage - ({ mkDerivation, aeson, base, base-compat, deepseq, hashable - , indexed-traversable, lens, optics-core, optics-extra, QuickCheck - , semigroupoids, tasty, tasty-quickcheck, text, transformers - , unordered-containers - }: - mkDerivation { - pname = "insert-ordered-containers"; - version = "0.2.5.3"; - sha256 = "0v23lawska0240vw8avxv71150y4qzbn4aj22lnkd3jxg5cnwkzh"; - revision = "1"; - editedCabalFile = "12fkswr70fw2av11yy45v189r6cb8fcg0l1r7mayvwha3gls0j3n"; - libraryHaskellDepends = [ - aeson base deepseq hashable indexed-traversable lens optics-core - optics-extra semigroupoids text transformers unordered-containers - ]; - testHaskellDepends = [ - aeson base base-compat hashable lens QuickCheck semigroupoids tasty - tasty-quickcheck text unordered-containers - ]; - description = "Associative containers retaining insertion order for traversals"; - license = lib.licenses.bsd3; - }) {}; - - "insert-ordered-containers_0_2_6" = callPackage ({ mkDerivation, aeson, base, base-compat, deepseq, hashable , indexed-traversable, lens, optics-core, optics-extra, QuickCheck , semigroupoids, tasty, tasty-quickcheck, text, transformers @@ -177702,7 +174324,6 @@ self: { ]; description = "Associative containers retaining insertion order for traversals"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "inserts" = callPackage @@ -177754,6 +174375,23 @@ self: { license = lib.licenses.mit; }) {}; + "inspection-testing_0_6" = callPackage + ({ mkDerivation, base, containers, ghc, mtl, template-haskell + , transformers + }: + mkDerivation { + pname = "inspection-testing"; + version = "0.6"; + sha256 = "13j6bqybkqd1nrhx648j0nmsjgyqnmbgssm5pxynmkqw62yylbry"; + libraryHaskellDepends = [ + base containers ghc mtl template-haskell transformers + ]; + testHaskellDepends = [ base ]; + description = "GHC plugin to do inspection testing"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "inspector-wrecker" = callPackage ({ mkDerivation, aeson, base, bytestring, case-insensitive , connection, data-default, http-client, http-client-tls @@ -178148,25 +174786,6 @@ self: { }) {}; "integer-conversion" = callPackage - ({ mkDerivation, base, bytestring, primitive, QuickCheck, tasty - , tasty-bench, tasty-quickcheck, text - }: - mkDerivation { - pname = "integer-conversion"; - version = "0.1.0.1"; - sha256 = "0fbgqizla2jdchnii1lqp2yla3lkm04w4qn5laxmhm5n3k7p1b10"; - revision = "1"; - editedCabalFile = "055v4jxls9ajf3jmi04wzra9iapfpg7jn93cbmdh2grj6lkahmqf"; - libraryHaskellDepends = [ base bytestring primitive text ]; - testHaskellDepends = [ - base bytestring QuickCheck tasty tasty-quickcheck text - ]; - benchmarkHaskellDepends = [ base bytestring tasty-bench text ]; - description = "Conversion from strings to Integer"; - license = lib.licenses.bsd3; - }) {}; - - "integer-conversion_0_1_1" = callPackage ({ mkDerivation, base, bytestring, primitive, QuickCheck, tasty , tasty-bench, tasty-quickcheck, text }: @@ -178174,6 +174793,8 @@ self: { pname = "integer-conversion"; version = "0.1.1"; sha256 = "0nhm487gdg17w02wwqwr56wa8lkv0g4n9g1y6pv10cq792h690f1"; + revision = "1"; + editedCabalFile = "1jf1wqbs6cgjbc1igy4lll1qxz4ynknspqpgbpzwn911dvhll7cl"; libraryHaskellDepends = [ base bytestring primitive text ]; testHaskellDepends = [ base bytestring QuickCheck tasty tasty-quickcheck text @@ -178181,7 +174802,6 @@ self: { benchmarkHaskellDepends = [ base bytestring tasty-bench text ]; description = "Conversion from strings to Integer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "integer-gmp_1_1" = callPackage @@ -178197,26 +174817,6 @@ self: { }) {}; "integer-logarithms" = callPackage - ({ mkDerivation, array, base, ghc-bignum, ghc-prim, QuickCheck - , smallcheck, tasty, tasty-hunit, tasty-quickcheck - , tasty-smallcheck - }: - mkDerivation { - pname = "integer-logarithms"; - version = "1.0.3.1"; - sha256 = "0zzapclfabc76g8jzsbsqwdllx2zn0gp4raq076ib6v0mfgry2lv"; - revision = "6"; - editedCabalFile = "146n3p1wzpwk3l675x6sr2qgzbfrnnzfpj2x8am5r74c8mns3585"; - libraryHaskellDepends = [ array base ghc-bignum ghc-prim ]; - testHaskellDepends = [ - base QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck - tasty-smallcheck - ]; - description = "Integer logarithms"; - license = lib.licenses.mit; - }) {}; - - "integer-logarithms_1_0_4" = callPackage ({ mkDerivation, array, base, ghc-bignum, ghc-prim, QuickCheck , smallcheck, tasty, tasty-hunit, tasty-quickcheck , tasty-smallcheck @@ -178232,7 +174832,6 @@ self: { ]; description = "Integer logarithms"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "integer-pure" = callPackage @@ -178557,23 +175156,6 @@ self: { }) {}; "intern" = callPackage - ({ mkDerivation, array, base, bytestring, hashable, text - , unordered-containers - }: - mkDerivation { - pname = "intern"; - version = "0.9.5"; - sha256 = "0jsylr86vlwn7pqzpkbja84br6i2r7d4a1vgqb3zcl92n306wzln"; - revision = "2"; - editedCabalFile = "11a759fhyh5f4kn9jdz7jqlyjr7bf0hyxda961yrsyyv88fmzqs5"; - libraryHaskellDepends = [ - array base bytestring hashable text unordered-containers - ]; - description = "Efficient hash-consing for arbitrary data types"; - license = lib.licenses.bsd3; - }) {}; - - "intern_0_9_6" = callPackage ({ mkDerivation, array, base, bytestring, hashable, text , unordered-containers }: @@ -178586,7 +175168,6 @@ self: { ]; description = "Efficient hash-consing for arbitrary data types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "internetmarke" = callPackage @@ -178973,18 +175554,6 @@ self: { }) {}; "intervals" = callPackage - ({ mkDerivation, array, base, distributive, ghc-prim, QuickCheck }: - mkDerivation { - pname = "intervals"; - version = "0.9.2"; - sha256 = "1qibvgys8lw61x9na3iy3dcglyj9qyhcbfc00glnagl7cbk1shlv"; - libraryHaskellDepends = [ array base distributive ghc-prim ]; - testHaskellDepends = [ base QuickCheck ]; - description = "Interval Arithmetic"; - license = lib.licenses.bsd3; - }) {}; - - "intervals_0_9_3" = callPackage ({ mkDerivation, array, base, distributive, ghc-prim, QuickCheck }: mkDerivation { pname = "intervals"; @@ -178994,7 +175563,6 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Interval Arithmetic"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "intmap-graph" = callPackage @@ -179166,28 +175734,6 @@ self: { }) {}; "invariant" = callPackage - ({ mkDerivation, array, base, bifunctors, comonad, containers - , contravariant, ghc-prim, hspec, hspec-discover, profunctors - , QuickCheck, StateVar, stm, tagged, template-haskell - , th-abstraction, transformers, transformers-compat - , unordered-containers - }: - mkDerivation { - pname = "invariant"; - version = "0.6.3"; - sha256 = "1grgappaqgqnysnwa38gzygw01vb11mjbxadb7r8h2q6l7j1j84d"; - libraryHaskellDepends = [ - array base bifunctors comonad containers contravariant ghc-prim - profunctors StateVar stm tagged template-haskell th-abstraction - transformers transformers-compat unordered-containers - ]; - testHaskellDepends = [ base hspec QuickCheck template-haskell ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell98 invariant functors"; - license = lib.licenses.bsd2; - }) {}; - - "invariant_0_6_4" = callPackage ({ mkDerivation, array, base, bifunctors, comonad, containers , contravariant, ghc-prim, hspec, hspec-discover, profunctors , QuickCheck, StateVar, stm, tagged, template-haskell @@ -179207,7 +175753,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell98 invariant functors"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "inventory" = callPackage @@ -179548,8 +176093,8 @@ self: { pname = "io-streams"; version = "1.5.2.2"; sha256 = "1zn4iyd18g9jc1qdgixp6hi56nj7czy4jdz2xca59hcn2q2xarfk"; - revision = "5"; - editedCabalFile = "0zwqb5wlwjs85j28z4znxpmf4m4svjbgzq8djybwvdhgniansyic"; + revision = "6"; + editedCabalFile = "12nra580v0l6ijqqg6ccbhqmpczbb8r7g0iqp1hcsg0pbxjmkywj"; configureFlags = [ "-fnointeractivetests" ]; libraryHaskellDepends = [ attoparsec base bytestring network primitive process text time @@ -179799,20 +176344,6 @@ self: { }) {}; "ip6addr" = callPackage - ({ mkDerivation, base, cmdargs, IPv6Addr, text }: - mkDerivation { - pname = "ip6addr"; - version = "1.0.4"; - sha256 = "0f8h7374s2mr0acqdmkm265bb3ixy5qfbylsd4a3mclav71878km"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ base cmdargs IPv6Addr text ]; - description = "Commandline tool to deal with IPv6 address text representations"; - license = lib.licenses.bsd3; - mainProgram = "ip6addr"; - }) {}; - - "ip6addr_2_0_0" = callPackage ({ mkDerivation, base, IPv6Addr, optparse-applicative, text }: mkDerivation { pname = "ip6addr"; @@ -179825,7 +176356,6 @@ self: { ]; description = "Commandline tool to deal with IPv6 address text representations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "ip6addr"; }) {}; @@ -180775,27 +177305,6 @@ self: { }) {}; "isomorphism-class" = callPackage - ({ mkDerivation, base, bytestring, containers, hashable, primitive - , QuickCheck, quickcheck-instances, rebase, tasty, tasty-quickcheck - , text, unordered-containers, vector - }: - mkDerivation { - pname = "isomorphism-class"; - version = "0.1.1"; - sha256 = "1hq78k8msarpxlzdf5rmv6spkbbr2kvp4jjrp2klixzr3hd2ybnk"; - libraryHaskellDepends = [ - base bytestring containers hashable primitive text - unordered-containers vector - ]; - testHaskellDepends = [ - bytestring primitive QuickCheck quickcheck-instances rebase tasty - tasty-quickcheck text vector - ]; - description = "Isomorphism typeclass solving the conversion problem"; - license = lib.licenses.mit; - }) {}; - - "isomorphism-class_0_3" = callPackage ({ mkDerivation, base, bytestring, containers, hashable, primitive , profunctors, QuickCheck, quickcheck-instances, rebase, tasty , tasty-quickcheck, text, unordered-containers, vector @@ -180814,7 +177323,6 @@ self: { ]; description = "Isomorphism typeclass solving the conversion problem"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "isotope" = callPackage @@ -181905,8 +178413,8 @@ self: { ({ mkDerivation, base, Cabal, Cabal-syntax }: mkDerivation { pname = "jailbreak-cabal"; - version = "1.4"; - sha256 = "0acl7v3m1hm0rdyzzh5w63d6i1z1pdn4767xy1437f4q614vaxjc"; + version = "1.4.1"; + sha256 = "0q6l608m965s6932xabm7v2kav5cxrihb5qcbrwz0c4xiwrz4l5x"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base Cabal Cabal-syntax ]; @@ -182297,10 +178805,8 @@ self: { }: mkDerivation { pname = "javelin"; - version = "0.1.2.0"; - sha256 = "12xzs05dkkbn93yh1f5l7m64j3rifcz9qnd5nqqd62cj6nic10xl"; - revision = "4"; - editedCabalFile = "19q3if5qyp6ph8ld4sps8lvplpbjyqa259a9lvzqhygaik2wdfw2"; + version = "0.1.4.0"; + sha256 = "1mkahrrn8pkhh3mjk177m0zhm4xwkm3jhi00l627aajk3rdfi9v0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -183101,30 +179607,6 @@ self: { }) {}; "jose-jwt" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal - , containers, criterion, cryptonite, hspec, HUnit, memory, mtl - , QuickCheck, text, time, transformers, transformers-compat - , unordered-containers, vector - }: - mkDerivation { - pname = "jose-jwt"; - version = "0.9.6"; - sha256 = "03qwn17yahcki4dlsg2zz4gxp2mlp80yxmwrwlfrb10jgncpsqvc"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring cereal containers cryptonite - memory mtl text time transformers transformers-compat - unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring cryptonite hspec HUnit memory mtl QuickCheck - text unordered-containers vector - ]; - benchmarkHaskellDepends = [ base bytestring criterion cryptonite ]; - description = "JSON Object Signing and Encryption Library"; - license = lib.licenses.bsd3; - }) {}; - - "jose-jwt_0_10_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, cereal , containers, criterion, crypton, hspec, HUnit, memory, mtl , QuickCheck, text, time, transformers, transformers-compat @@ -183146,7 +179628,6 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion crypton ]; description = "JSON Object Signing and Encryption Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "jot" = callPackage @@ -183171,15 +179652,14 @@ self: { "journalctl-stream" = callPackage ({ mkDerivation, aeson, base, bytestring, conduit, process, text - , time, unordered-containers + , time }: mkDerivation { pname = "journalctl-stream"; - version = "0.6.0.6"; - sha256 = "0n602vh1pxbihksjyppp2895b6kmdjm8qik0mxnsy0id1vqq439w"; + version = "0.6.0.7"; + sha256 = "1qxih27iq389z6zxgqk09120n3kclnisyy3cd3k2qvna7q1mfhj3"; libraryHaskellDepends = [ aeson base bytestring conduit process text time - unordered-containers ]; description = "Stream logs using journalctl"; license = lib.licenses.mit; @@ -183418,6 +179898,8 @@ self: { pname = "jsaddle-wasm"; version = "0.0.1.0"; sha256 = "1cv0a2nw3y429qa0hb9fv4ddhggf3w8wqawkv3gs981f7np0sg2s"; + revision = "1"; + editedCabalFile = "06yp4l533cgfggk05raww5n0w55l75241b1k89sx3dhk46abl7x0"; libraryHaskellDepends = [ base bytestring jsaddle ]; doHaddock = false; description = "Run JSaddle JSM with the GHC WASM backend"; @@ -183493,6 +179975,19 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "jsdom-extras" = callPackage + ({ mkDerivation, aeson, base, jsaddle, jsaddle-dom, lens, text }: + mkDerivation { + pname = "jsdom-extras"; + version = "0.1.0.0"; + sha256 = "0mmvm1vdhfryf9fdbnyb2nz3vc4mdpzdbva3486r5vfkkxajrz5c"; + libraryHaskellDepends = [ + aeson base jsaddle jsaddle-dom lens text + ]; + description = "Convenience utilities for JSDOM"; + license = lib.licenses.bsd3; + }) {}; + "jsmw" = callPackage ({ mkDerivation, base, DOM, mtl, WebBits }: mkDerivation { @@ -184038,39 +180533,6 @@ self: { }) {}; "json-rpc" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit - , conduit-extra, deepseq, hashable, hspec, monad-logger, mtl - , QuickCheck, stm-conduit, text, time, unliftio - , unordered-containers, vector - }: - mkDerivation { - pname = "json-rpc"; - version = "1.0.4"; - sha256 = "195llnb2gz0hm0pmax3mlkyiy4l3bk9d4jjxl4yrgj5hd0pf4g2s"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base bytestring conduit conduit-extra deepseq - hashable monad-logger mtl QuickCheck stm-conduit text time unliftio - unordered-containers vector - ]; - executableHaskellDepends = [ - aeson base bytestring conduit conduit-extra monad-logger mtl - QuickCheck stm-conduit text time unliftio unordered-containers - vector - ]; - testHaskellDepends = [ - aeson base bytestring conduit conduit-extra hspec monad-logger mtl - QuickCheck stm-conduit text time unliftio unordered-containers - vector - ]; - description = "Fully-featured JSON-RPC 2.0 library"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "json-rpc_1_1_1" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-aeson, base , bytestring, conduit, conduit-extra, deepseq, hashable, hspec , monad-logger, mtl, QuickCheck, stm-conduit, text, time, unliftio @@ -185770,6 +182232,8 @@ self: { pname = "kansas-comet"; version = "0.4.3"; sha256 = "0c4nm5ns5acg73biysww8jam1v4kj1k9rk96bl6ad5g2nria7hlp"; + revision = "1"; + editedCabalFile = "1317m9sscnp3f3rmn39i7dhnz7kgqhbll71fsxw6ag1ppmipwh9x"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base containers data-default-class scotty stm text time @@ -186193,27 +182657,6 @@ self: { }) {}; "katip-wai" = callPackage - ({ mkDerivation, aeson, async, base, bytestring, clock, containers - , hspec, hspec-discover, http-client, http-types, katip, network - , stm, text, uuid, wai, warp - }: - mkDerivation { - pname = "katip-wai"; - version = "0.1.2.4"; - sha256 = "0vpjqdr4x68ffjzlwj5f7vhslkwqybj95ynvj8ap9fhq0nhmmp3q"; - libraryHaskellDepends = [ - aeson base bytestring clock http-types katip network text uuid wai - ]; - testHaskellDepends = [ - aeson async base bytestring containers hspec http-client http-types - katip stm text uuid wai warp - ]; - testToolDepends = [ hspec-discover ]; - description = "WAI middleware for logging request and response info through katip"; - license = lib.licenses.bsd3; - }) {}; - - "katip-wai_0_2_0_0" = callPackage ({ mkDerivation, aeson, async, base, bytestring, case-insensitive , clock, containers, hspec, hspec-discover, http-client, http-types , katip, network, stm, text, time, uuid, wai, warp @@ -186233,7 +182676,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "WAI middleware for logging request and response info through katip"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "katt" = callPackage @@ -187196,46 +183638,6 @@ self: { }) {}; "keter" = callPackage - ({ mkDerivation, aeson, array, async, attoparsec, base - , blaze-builder, bytestring, case-insensitive, conduit - , conduit-extra, containers, directory, fast-logger, filepath - , fsnotify, http-client, http-conduit, http-reverse-proxy - , http-types, HUnit, indexed-traversable, lens, lifted-base - , monad-logger, mtl, network, optparse-applicative, process, random - , regex-tdfa, stm, tar, tasty, tasty-hunit, template-haskell, text - , time, tls, tls-session-manager, transformers, unix, unix-compat - , unliftio-core, unordered-containers, vector, wai, wai-app-static - , wai-extra, warp, warp-tls, wreq, yaml, zlib - }: - mkDerivation { - pname = "keter"; - version = "2.1.5"; - sha256 = "0p1s974x7qrvdlk8jfwmld0rlnf0gc2lakds1spcf0560b5flkgd"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson array async attoparsec base blaze-builder bytestring - case-insensitive conduit conduit-extra containers directory - fast-logger filepath fsnotify http-client http-conduit - http-reverse-proxy http-types indexed-traversable lifted-base - monad-logger mtl network optparse-applicative process random - regex-tdfa stm tar template-haskell text time tls - tls-session-manager transformers unix unix-compat unliftio-core - unordered-containers vector wai wai-app-static wai-extra warp - warp-tls yaml zlib - ]; - executableHaskellDepends = [ base filepath ]; - testHaskellDepends = [ - base bytestring conduit http-client http-conduit http-types HUnit - lens monad-logger mtl stm tasty tasty-hunit transformers unix wai - warp wreq - ]; - description = "Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime."; - license = lib.licenses.mit; - mainProgram = "keter"; - }) {}; - - "keter_2_1_8" = callPackage ({ mkDerivation, aeson, array, async, attoparsec, base , blaze-builder, bytestring, case-insensitive, conduit , conduit-extra, containers, directory, fast-logger, filepath @@ -187272,7 +183674,6 @@ self: { ]; description = "Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "keter"; }) {}; @@ -187517,26 +183918,6 @@ self: { }) {}; "keys" = callPackage - ({ mkDerivation, array, base, comonad, containers, free, hashable - , semigroupoids, semigroups, tagged, transformers - , transformers-compat, unordered-containers - }: - mkDerivation { - pname = "keys"; - version = "3.12.3"; - sha256 = "0ik6wsff306dnbz0v3gpiajlj5b558hrk9176fzcb2fclf4447nm"; - revision = "6"; - editedCabalFile = "0iyv24rlsjph2kkvf8x3rraysrcadqik4csav5ci46qh4zbahsvc"; - libraryHaskellDepends = [ - array base comonad containers free hashable semigroupoids - semigroups tagged transformers transformers-compat - unordered-containers - ]; - description = "Keyed functors and containers"; - license = lib.licenses.bsd3; - }) {}; - - "keys_3_12_4" = callPackage ({ mkDerivation, array, base, comonad, containers, free, hashable , semigroupoids, semigroups, tagged, transformers , transformers-compat, unordered-containers @@ -187552,7 +183933,6 @@ self: { ]; description = "Keyed functors and containers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keysafe" = callPackage @@ -188281,30 +184661,6 @@ self: { }) {}; "koji-tool" = callPackage - ({ mkDerivation, base, directory, extra, filepath, formatting, Glob - , http-conduit, http-directory, koji, pretty-simple, rpm-nvr - , simple-cmd, simple-cmd-args, simple-prompt, text, time - , utf8-string, xdg-userdirs - }: - mkDerivation { - pname = "koji-tool"; - version = "1.1.1"; - sha256 = "0hrvbcsc15q9ks5zb7s1fhb3skfcsf11ihhni6baszxkw27jqspi"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base directory extra filepath formatting Glob http-conduit - http-directory koji pretty-simple rpm-nvr simple-cmd - simple-cmd-args simple-prompt text time utf8-string xdg-userdirs - ]; - testHaskellDepends = [ base simple-cmd ]; - description = "Koji CLI tool for querying tasks and installing builds"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - mainProgram = "koji-tool"; - }) {}; - - "koji-tool_1_2" = callPackage ({ mkDerivation, base, directory, extra, filepath, formatting, Glob , http-conduit, http-directory, koji, pretty-simple, rpm-nvr, safe , simple-cmd, simple-cmd-args, simple-prompt, text, time @@ -188843,26 +185199,6 @@ self: { }) {}; "kvitable" = callPackage - ({ mkDerivation, base, containers, html-parse, lucid, microlens - , pretty-show, prettyprinter, tasty, tasty-hunit, template-haskell - , text - }: - mkDerivation { - pname = "kvitable"; - version = "1.0.3.0"; - sha256 = "0fn81cjxm3ia790nds9kjh7zkrckab6jgdylnbak7szj1yz3zvc2"; - libraryHaskellDepends = [ - base containers lucid microlens prettyprinter text - ]; - testHaskellDepends = [ - base html-parse microlens pretty-show tasty tasty-hunit - template-haskell text - ]; - description = "Key/Value Indexed Table container and formatting library"; - license = lib.licenses.isc; - }) {}; - - "kvitable_1_1_0_1" = callPackage ({ mkDerivation, base, containers, html-parse, lucid, microlens , named-text, sayable, tasty, tasty-hunit, template-haskell, text }: @@ -188878,7 +185214,6 @@ self: { ]; description = "Key/Value Indexed Table container and formatting library"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "kyotocabinet" = callPackage @@ -190135,19 +186470,18 @@ self: { ({ mkDerivation, base, containers, deep-transformations, directory , either, filepath, grammatical-parsers, input-parsers , language-oberon, optparse-applicative, parsers, prettyprinter - , rank2classes, repr-tree-syb, tasty, tasty-hunit, template-haskell - , text + , rank2classes, repr-tree-syb, tasty, tasty-hunit, text }: mkDerivation { pname = "language-Modula2"; - version = "0.1.4.1"; - sha256 = "1b3kx6yl4267y67x6iq455v6hvfa6683bm37zb3vln3ajxd6vy8w"; + version = "0.1.4.2"; + sha256 = "1mxf02hhhnf9n3yqxy6vzzgnvxwswqrfbx8kmwfk8mhbvwnn3ngf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers deep-transformations directory filepath grammatical-parsers input-parsers language-oberon parsers - prettyprinter rank2classes template-haskell text + prettyprinter rank2classes text ]; executableHaskellDepends = [ base containers deep-transformations either filepath @@ -190257,8 +186591,8 @@ self: { }: mkDerivation { pname = "language-bash"; - version = "0.10.0"; - sha256 = "1kmw3xiks98yjqkdlxcvn4qfhns3abyszjyvn0nqljb1g490d8f0"; + version = "0.11.1"; + sha256 = "0c09s32a13j5h5n4d6qwwrdjllvqfmrgd52y1advhyxqnvdwypnl"; libraryHaskellDepends = [ base parsec prettyprinter transformers ]; testHaskellDepends = [ base directory filepath parsec process QuickCheck tasty @@ -190306,24 +186640,6 @@ self: { }) {}; "language-c" = callPackage - ({ mkDerivation, alex, array, base, bytestring, containers, deepseq - , directory, filepath, happy, mtl, pretty, process - }: - mkDerivation { - pname = "language-c"; - version = "0.9.4"; - sha256 = "0cv2hqg4miajspwndn15s37nkra27bffqm4vv2gkk79nr86k9v31"; - libraryHaskellDepends = [ - array base bytestring containers deepseq directory filepath mtl - pretty process - ]; - libraryToolDepends = [ alex happy ]; - testHaskellDepends = [ base directory filepath process ]; - description = "Analysis and generation of C code"; - license = lib.licenses.bsd3; - }) {}; - - "language-c_0_10_0" = callPackage ({ mkDerivation, alex, array, base, bytestring, containers, deepseq , directory, filepath, happy, mtl, pretty, process }: @@ -190339,7 +186655,6 @@ self: { testHaskellDepends = [ base directory filepath process ]; description = "Analysis and generation of C code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "language-c-comments" = callPackage @@ -190579,28 +186894,6 @@ self: { }) {}; "language-docker" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default - , data-default-class, hspec, hspec-megaparsec, HUnit, megaparsec - , prettyprinter, QuickCheck, split, text, time - }: - mkDerivation { - pname = "language-docker"; - version = "12.1.0"; - sha256 = "0wbck5a50d0sdmvr3vvjgz1bbmqvj5avn1slxrazpfyy9rdnr9l3"; - libraryHaskellDepends = [ - base bytestring containers data-default data-default-class - megaparsec prettyprinter split text time - ]; - testHaskellDepends = [ - base bytestring containers data-default data-default-class hspec - hspec-megaparsec HUnit megaparsec prettyprinter QuickCheck split - text time - ]; - description = "Dockerfile parser, pretty-printer and embedded DSL"; - license = lib.licenses.gpl3Only; - }) {}; - - "language-docker_13_0_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default , data-default-class, hspec, hspec-discover, hspec-megaparsec , HUnit, megaparsec, prettyprinter, QuickCheck, split, text, time @@ -190621,7 +186914,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Dockerfile parser, pretty-printer and embedded DSL"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "language-dockerfile" = callPackage @@ -191152,8 +187444,8 @@ self: { }: mkDerivation { pname = "language-oberon"; - version = "0.3.3.1"; - sha256 = "16c9nr7kwsb6lnqx0fqqhww231c2npblzdnjm68qwzqkbbkx26fv"; + version = "0.3.3.2"; + sha256 = "1gid56amx307lxffdn00xs3v9jjj5jgww7nl9xm9j6k98igqzhvd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -192197,8 +188489,8 @@ self: { pname = "lattices"; version = "2.2.1"; sha256 = "0rknzbzwcbg87hjiz4jwqb81w14pywkipxjrrlrp0m5i8ciky1i7"; - revision = "1"; - editedCabalFile = "1cjbshr1y2fa06sj60bk38x2h2fqirjr6y1y5xbnlj2ikszviq3b"; + revision = "2"; + editedCabalFile = "1y01fx2d3ad601zg13n52k8d4lcx1s3b6hhbwmyblhdj7x9xyl2i"; libraryHaskellDepends = [ base containers deepseq hashable integer-logarithms QuickCheck tagged transformers universe-base universe-reverse-instances @@ -192223,8 +188515,8 @@ self: { }: mkDerivation { pname = "launchdarkly-server-sdk"; - version = "4.4.0"; - sha256 = "1kqdnq8982n89b15chwwn72f6q0dyr4c9y2w91jh311yl479ghs4"; + version = "4.4.1"; + sha256 = "0vilcx17zkqr2v2bs2qs9s2d7s9yrp5vkvw9ifan0527x8a35hdg"; libraryHaskellDepends = [ aeson attoparsec base base16-bytestring bytestring clock containers cryptohash exceptions extra generic-lens hashtables http-client @@ -193596,46 +189888,6 @@ self: { }) {}; "lens" = callPackage - ({ mkDerivation, array, assoc, base, base-compat, base-orphans - , bifunctors, bytestring, call-stack, comonad, containers - , contravariant, criterion, deepseq, distributive, exceptions - , filepath, free, generic-deriving, ghc-prim, hashable, HUnit - , indexed-traversable, indexed-traversable-instances - , kan-extensions, mtl, parallel, profunctors, QuickCheck - , reflection, semigroupoids, simple-reflect, strict, tagged - , template-haskell, test-framework, test-framework-hunit - , test-framework-quickcheck2, text, th-abstraction, these - , transformers, transformers-compat, unordered-containers, vector - }: - mkDerivation { - pname = "lens"; - version = "5.2.3"; - sha256 = "0kcr1dqvnjmi05yd9m9ylipk5210jwd7d00c9scq9n49vnl8q7nz"; - revision = "5"; - editedCabalFile = "097hszlfb1rjhn5rd8has3injxmip1mrs21jd5gifgzslcdfix08"; - libraryHaskellDepends = [ - array assoc base base-orphans bifunctors bytestring call-stack - comonad containers contravariant distributive exceptions filepath - free ghc-prim hashable indexed-traversable - indexed-traversable-instances kan-extensions mtl parallel - profunctors reflection semigroupoids strict tagged template-haskell - text th-abstraction these transformers transformers-compat - unordered-containers vector - ]; - testHaskellDepends = [ - base bytestring containers deepseq HUnit mtl QuickCheck - simple-reflect test-framework test-framework-hunit - test-framework-quickcheck2 text transformers - ]; - benchmarkHaskellDepends = [ - base base-compat bytestring comonad containers criterion deepseq - generic-deriving transformers unordered-containers vector - ]; - description = "Lenses, Folds and Traversals"; - license = lib.licenses.bsd2; - }) {}; - - "lens_5_3_2" = callPackage ({ mkDerivation, array, assoc, base, base-orphans, bifunctors , bytestring, call-stack, comonad, containers, contravariant , criterion, deepseq, distributive, exceptions, filepath, free @@ -193649,10 +189901,8 @@ self: { }: mkDerivation { pname = "lens"; - version = "5.3.2"; - sha256 = "1629gyy38l48ifhlwxlbjbrzahphcqgmad5sz2qlr2z2cq3bq4zz"; - revision = "2"; - editedCabalFile = "110jzs8ga4sr3l12khlf1vjhxy2mccn3p9d5qwbr4y7vazllk3np"; + version = "5.3.3"; + sha256 = "16d0cxbgprysfni9bkbm9349ny8a5wxk46fyq83d5md574cmdwa0"; libraryHaskellDepends = [ array assoc base base-orphans bifunctors bytestring call-stack comonad containers contravariant distributive exceptions filepath @@ -193673,7 +189923,6 @@ self: { ]; description = "Lenses, Folds and Traversals"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; }) {}; "lens-accelerate" = callPackage @@ -193947,30 +190196,6 @@ self: { }) {}; "lens-regex-pcre" = callPackage - ({ mkDerivation, base, bytestring, containers, gauge, hspec, lens - , pcre-heavy, pcre-light, template-haskell, text - }: - mkDerivation { - pname = "lens-regex-pcre"; - version = "1.1.0.0"; - sha256 = "06540l3rylgpdhfdvd9nwkf6v8hyky4l3igs45zblrmhz4sdql5i"; - libraryHaskellDepends = [ - base bytestring containers lens pcre-heavy pcre-light - template-haskell text - ]; - testHaskellDepends = [ - base bytestring containers hspec lens pcre-heavy pcre-light - template-haskell text - ]; - benchmarkHaskellDepends = [ - base bytestring containers gauge lens pcre-heavy pcre-light - template-haskell text - ]; - description = "A lensy interface to regular expressions"; - license = lib.licenses.bsd3; - }) {}; - - "lens-regex-pcre_1_1_2_0" = callPackage ({ mkDerivation, base, bytestring, containers, hspec, lens , pcre-heavy, pcre-light, template-haskell, text }: @@ -193988,7 +190213,6 @@ self: { ]; description = "A lensy interface to regular expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lens-simple" = callPackage @@ -194204,39 +190428,6 @@ self: { }) {}; "lentil" = callPackage - ({ mkDerivation, base, csv, deepseq, directory, dlist, filemanip - , filepath, hspec, hspec-discover, megaparsec, mtl, natural-sort - , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal - , regex-tdfa, semigroups, terminal-progress-bar, text - }: - mkDerivation { - pname = "lentil"; - version = "1.5.6.0"; - sha256 = "0sjhhvrw3xbisg8mi1g67yj5r43wzyhqav61wm0ynb1wakc7das1"; - revision = "4"; - editedCabalFile = "1c9095xlyngjvh27vna329b3r5rk2s8zd470rpwmdz47ch67nrdj"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - base csv deepseq directory dlist filemanip filepath megaparsec mtl - natural-sort optparse-applicative prettyprinter - prettyprinter-ansi-terminal regex-tdfa semigroups - terminal-progress-bar text - ]; - testHaskellDepends = [ - base csv deepseq directory dlist filemanip filepath hspec - megaparsec mtl natural-sort optparse-applicative prettyprinter - prettyprinter-ansi-terminal regex-tdfa semigroups - terminal-progress-bar text - ]; - testToolDepends = [ hspec-discover ]; - description = "frugal issue tracker"; - license = lib.licenses.gpl3Only; - mainProgram = "lentil"; - maintainers = [ lib.maintainers.rvl ]; - }) {}; - - "lentil_1_5_8_0" = callPackage ({ mkDerivation, base, bytestring, csv, deepseq, directory, dlist , filemanip, filepath, hspec, hspec-discover, megaparsec, mtl , natural-sort, optparse-applicative, prettyprinter @@ -194266,7 +190457,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "frugal issue tracker"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; mainProgram = "lentil"; maintainers = [ lib.maintainers.rvl ]; }) {}; @@ -195494,8 +191684,8 @@ self: { }: mkDerivation { pname = "libremidi"; - version = "0.4.0"; - sha256 = "1fqdrx7mpcxzib42nkn13lfsyq67rbc40gd4yrvlr4fxcmscdbkg"; + version = "0.4.1"; + sha256 = "1i9i9vdab21lxiijpcc9jgwsd4vdqc4h7knczj8rkb4qmxrxi3fk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -195785,16 +191975,17 @@ self: { "libtorch-ffi" = callPackage ({ mkDerivation, async, base, bytestring, c10, containers, hspec , inline-c, inline-c-cpp, libtorch-ffi-helper, optparse-applicative - , safe-exceptions, sysinfo, template-haskell, torch, torch_cpu + , safe-exceptions, sysinfo, template-haskell, text, torch + , torch_cpu }: mkDerivation { pname = "libtorch-ffi"; - version = "2.0.0.1"; - sha256 = "1qnfiz03w9gsw2v4c6w4rsy44823salnvgkqp67b51ga44ihwv0q"; + version = "2.0.1.1"; + sha256 = "0m6gg0z6dc67rxijqycyza197365xf1p71s74a8p4pkc2m2yl6p3"; libraryHaskellDepends = [ async base bytestring containers inline-c inline-c-cpp libtorch-ffi-helper optparse-applicative safe-exceptions sysinfo - template-haskell + template-haskell text ]; librarySystemDepends = [ c10 torch torch_cpu ]; testHaskellDepends = [ base hspec safe-exceptions ]; @@ -196116,29 +192307,6 @@ self: { }) {}; "lift-generics" = callPackage - ({ mkDerivation, base, base-compat, containers, generic-deriving - , ghc-prim, hspec, hspec-discover, mtl, template-haskell, th-compat - , th-lift-instances - }: - mkDerivation { - pname = "lift-generics"; - version = "0.2.1"; - sha256 = "1qkzq8hcb6j15cslv577bmhjcxmljzsrryysdgd7r99kr3q445b4"; - revision = "7"; - editedCabalFile = "1v61s0fhl87q6rvnw4qz0bvl75mpa2ag3yvjji6lbs9g6b8lh23q"; - libraryHaskellDepends = [ - base generic-deriving ghc-prim template-haskell th-compat - ]; - testHaskellDepends = [ - base base-compat containers generic-deriving hspec mtl - template-haskell th-compat th-lift-instances - ]; - testToolDepends = [ hspec-discover ]; - description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; - license = lib.licenses.bsd3; - }) {}; - - "lift-generics_0_3" = callPackage ({ mkDerivation, base, containers, ghc-prim, hspec, hspec-discover , mtl, template-haskell, th-compat, th-lift-instances }: @@ -196158,7 +192326,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "lift-read-show" = callPackage @@ -196739,34 +192906,6 @@ self: { }) {}; "linear" = callPackage - ({ mkDerivation, adjunctions, base, base-orphans, binary, bytes - , bytestring, cereal, containers, deepseq, distributive, ghc-prim - , hashable, HUnit, indexed-traversable, lens, random, reflection - , semigroupoids, simple-reflect, tagged, template-haskell - , test-framework, test-framework-hunit, transformers - , transformers-compat, unordered-containers, vector, void - }: - mkDerivation { - pname = "linear"; - version = "1.22"; - sha256 = "1ddr0c54kbi9bw7d62i6h3jiss3q0qmrdpkvckajz6qf5lwkxr6g"; - revision = "3"; - editedCabalFile = "1fmq4i3qimccjsn7859q1rk7adpcy9d3zvybl0n7kljn04ag00k4"; - libraryHaskellDepends = [ - adjunctions base base-orphans binary bytes cereal containers - deepseq distributive ghc-prim hashable indexed-traversable lens - random reflection semigroupoids tagged template-haskell - transformers transformers-compat unordered-containers vector void - ]; - testHaskellDepends = [ - base binary bytestring deepseq HUnit reflection simple-reflect - test-framework test-framework-hunit vector - ]; - description = "Linear Algebra"; - license = lib.licenses.bsd3; - }) {}; - - "linear_1_23" = callPackage ({ mkDerivation, adjunctions, base, base-orphans, binary, bytes , bytestring, cereal, containers, deepseq, distributive, ghc-prim , hashable, HUnit, indexed-traversable, lens, QuickCheck, random @@ -196794,7 +192933,6 @@ self: { ]; description = "Linear Algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "linear-accelerate" = callPackage @@ -198667,6 +194805,32 @@ self: { mainProgram = "literatex"; }) {}; + "literatex_0_4_0_0" = callPackage + ({ mkDerivation, ansi-wl-pprint, base, bytestring, conduit + , filepath, optparse-applicative, tasty, tasty-hunit, text, ttc + , unliftio + }: + mkDerivation { + pname = "literatex"; + version = "0.4.0.0"; + sha256 = "06whn0rx1gy2pzl4678z087pfragy2sjaw34ljx6sfvxg0wn03bx"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base bytestring conduit text ttc unliftio + ]; + executableHaskellDepends = [ + ansi-wl-pprint base optparse-applicative ttc + ]; + testHaskellDepends = [ + base bytestring filepath tasty tasty-hunit text ttc unliftio + ]; + description = "transform literate source code to Markdown"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + mainProgram = "literatex"; + }) {}; + "little-earley" = callPackage ({ mkDerivation, base, containers, mtl, tasty, tasty-hunit }: mkDerivation { @@ -198684,25 +194848,6 @@ self: { }) {}; "little-logger" = callPackage - ({ mkDerivation, base, directory, microlens, monad-logger, mtl - , tasty, tasty-hunit, temporary, text, unliftio-core - }: - mkDerivation { - pname = "little-logger"; - version = "1.0.2"; - sha256 = "0b4sxh14js1kwnxajv479m6ra3hfm434xbgir16ja506fnsharfj"; - libraryHaskellDepends = [ - base microlens monad-logger mtl text unliftio-core - ]; - testHaskellDepends = [ - base directory microlens monad-logger mtl tasty tasty-hunit - temporary text unliftio-core - ]; - description = "Basic logging based on monad-logger"; - license = lib.licenses.bsd3; - }) {}; - - "little-logger_3_0_1" = callPackage ({ mkDerivation, base, directory, monad-logger, mtl, optics, tasty , tasty-hunit, temporary, text, unliftio-core }: @@ -198719,26 +194864,9 @@ self: { ]; description = "Basic logging based on monad-logger"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "little-rio" = callPackage - ({ mkDerivation, base, exceptions, little-logger, microlens, mtl - , primitive, resourcet, unliftio-core - }: - mkDerivation { - pname = "little-rio"; - version = "2.0.1"; - sha256 = "1plj2pysd28f0ipfhvg710xddj68dcgp667if0hxk8lxhql0s9n1"; - libraryHaskellDepends = [ - base exceptions little-logger microlens mtl primitive resourcet - unliftio-core - ]; - description = "When you need just the RIO monad"; - license = lib.licenses.bsd3; - }) {}; - - "little-rio_3_0_0" = callPackage ({ mkDerivation, base, exceptions, little-logger, mtl, optics , primitive, resourcet, unliftio-core }: @@ -198752,7 +194880,6 @@ self: { ]; description = "When you need just the RIO monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "live-sequencer" = callPackage @@ -201362,18 +197489,6 @@ self: { }) {}; "lpeg" = callPackage - ({ mkDerivation, base, lua, tasty, tasty-hunit }: - mkDerivation { - pname = "lpeg"; - version = "1.0.4"; - sha256 = "1fsl43m4p1h40npwd51qn2vafzjwyvs5yb5159l37w95l8hlf214"; - libraryHaskellDepends = [ base lua ]; - testHaskellDepends = [ base lua tasty tasty-hunit ]; - description = "LPeg – Parsing Expression Grammars For Lua"; - license = lib.licenses.mit; - }) {}; - - "lpeg_1_1_0" = callPackage ({ mkDerivation, base, lua, tasty, tasty-hunit }: mkDerivation { pname = "lpeg"; @@ -201383,7 +197498,6 @@ self: { testHaskellDepends = [ base lua tasty tasty-hunit ]; description = "LPeg – Parsing Expression Grammars For Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "lrucache" = callPackage @@ -201588,10 +197702,8 @@ self: { }: mkDerivation { pname = "lsp"; - version = "2.7.0.0"; - sha256 = "1vxyl3p4b4nskl4icvw5087683lbr5zjj64wwmckw3l2hgvqwr6j"; - revision = "1"; - editedCabalFile = "0zmzs0adh7p7zp9c67qn4p8glxlx1k5b09hp8czsns23jbl7ziff"; + version = "2.7.0.1"; + sha256 = "1z3kc0vpgijzg56n70vmbi9draxzk02fifz83kgjq73rjc2scp7w"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -201645,8 +197757,8 @@ self: { }: mkDerivation { pname = "lsp-test"; - version = "0.17.1.0"; - sha256 = "1yirmmb4nich63mgxhs51ib5gbp42qi6dmycl38rw4x7lclf82nx"; + version = "0.17.1.1"; + sha256 = "1mba3xv44qcxvhn24az6lj0i2kk4np7sx4bn05hzcl5sydjlzdaa"; libraryHaskellDepends = [ aeson aeson-pretty ansi-terminal async base bytestring co-log-core conduit conduit-parse containers data-default Diff directory @@ -201748,8 +197860,8 @@ self: { }: mkDerivation { pname = "lsp-types"; - version = "2.3.0.0"; - sha256 = "1w5yrcya1yhdg0f4j4yiy0a1lx2ivyjabzkm814ncgs8g99pb8vs"; + version = "2.3.0.1"; + sha256 = "0ygq73miijswpqx1bi1dfr7ia4qs22pl8485sqsi4d6ybwlrnln6"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -202348,25 +198460,6 @@ self: { }) {objc = null;}; "lukko" = callPackage - ({ mkDerivation, async, base, bytestring, filepath, singleton-bool - , tasty, tasty-expected-failure, tasty-hunit, temporary - }: - mkDerivation { - pname = "lukko"; - version = "0.1.1.3"; - sha256 = "07xb926kixqv5scqdl8w34z42zjzdpbq06f0ha3f3nm3rxhgn3m8"; - revision = "5"; - editedCabalFile = "01szqdkxgk00anqifx1xvnyim6j9lv02aqdshdbls376vi2nay0p"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - async base bytestring filepath singleton-bool tasty - tasty-expected-failure tasty-hunit temporary - ]; - description = "File locking"; - license = "GPL-2.0-or-later AND BSD-3-Clause"; - }) {}; - - "lukko_0_1_2" = callPackage ({ mkDerivation, async, base, bytestring, filepath, singleton-bool , tasty, tasty-expected-failure, tasty-hunit, temporary }: @@ -202381,7 +198474,6 @@ self: { ]; description = "File locking"; license = "GPL-2.0-or-later AND BSD-3-Clause"; - hydraPlatforms = lib.platforms.none; }) {}; "lumberjack" = callPackage @@ -202701,37 +198793,6 @@ self: { }) {}; "lz4-frame-conduit" = callPackage - ({ mkDerivation, base, bytestring, conduit, conduit-extra - , containers, hspec, inline-c, optparse-applicative, QuickCheck - , raw-strings-qq, resourcet, template-haskell, text, unliftio - , unliftio-core - }: - mkDerivation { - pname = "lz4-frame-conduit"; - version = "0.1.0.1"; - sha256 = "0n07cgdwq2miskgqj354hnjghmp555d7n8b39b00sjigdjzkbala"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring conduit conduit-extra containers inline-c - raw-strings-qq resourcet template-haskell unliftio unliftio-core - ]; - executableHaskellDepends = [ - base bytestring conduit conduit-extra optparse-applicative - resourcet text - ]; - testHaskellDepends = [ - base bytestring conduit conduit-extra hspec QuickCheck resourcet - unliftio-core - ]; - description = "Conduit implementing the official LZ4 frame streaming format"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - mainProgram = "haskell-lz4c"; - broken = true; - }) {}; - - "lz4-frame-conduit_0_1_0_2" = callPackage ({ mkDerivation, base, bytestring, conduit, conduit-extra , containers, hspec, inline-c, optparse-applicative, QuickCheck , raw-strings-qq, resourcet, template-haskell, text, unliftio @@ -202823,6 +198884,8 @@ self: { pname = "lzma"; version = "0.0.1.1"; sha256 = "1wfwxa927607kfqy9qs8lxm11gngl3ikwwwm0d7i3km2j612g9c0"; + revision = "1"; + editedCabalFile = "1lby8y4pf5kagdnywyjadv3hv9mfv3ygfdjrlh9gakyqgj8wjjhb"; libraryHaskellDepends = [ base bytestring ]; libraryPkgconfigDepends = [ xz ]; testHaskellDepends = [ @@ -205405,32 +201468,6 @@ self: { }) {}; "massiv-test" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default - , data-default-class, deepseq, exceptions, genvalidity-hspec, hspec - , hspec-discover, massiv, mwc-random, primitive, QuickCheck - , scheduler, unliftio, vector - }: - mkDerivation { - pname = "massiv-test"; - version = "1.0.0.0"; - sha256 = "1hd9y2n038ja3wz317ah0k84dz30cnmzx0nms9hkr5inf62gbd3n"; - revision = "1"; - editedCabalFile = "10r3k0d6awqrsflwjypw0rq18ahhhakajv63k84h0345kzqb2c5p"; - libraryHaskellDepends = [ - base bytestring data-default-class deepseq exceptions hspec massiv - primitive QuickCheck scheduler unliftio vector - ]; - testHaskellDepends = [ - base bytestring containers data-default deepseq genvalidity-hspec - hspec massiv mwc-random primitive QuickCheck scheduler vector - ]; - testToolDepends = [ hspec-discover ]; - description = "Library that contains generators, properties and tests for Massiv Array Library"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.sheepforce ]; - }) {}; - - "massiv-test_1_1_0_0" = callPackage ({ mkDerivation, base, bytestring, containers, data-default , data-default-class, deepseq, exceptions, hspec, hspec-discover , massiv, mwc-random, primitive, QuickCheck @@ -205453,7 +201490,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library that contains generators, properties and tests for Massiv Array Library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sheepforce ]; }) {}; @@ -207120,10 +203156,8 @@ self: { }: mkDerivation { pname = "megaparsec"; - version = "9.5.0"; - sha256 = "0lnsqdphr3fnxvn87z2ni110wzq60pq6fl407ihddpyavpb0hw38"; - revision = "4"; - editedCabalFile = "0f6g05w18kn34rcjkxfdsg4sibxsz41p2xac7wfc9wqpr0l9kg55"; + version = "9.6.1"; + sha256 = "1zyb1mqa2mjjig5aggndifh6zqlwbw8sn4nm4an73gkxhjz5f8m3"; libraryHaskellDepends = [ base bytestring case-insensitive containers deepseq mtl parser-combinators scientific text transformers @@ -207163,10 +203197,10 @@ self: { }: mkDerivation { pname = "megaparsec-tests"; - version = "9.5.0"; - sha256 = "18ishnklylaiphkz6dd9rfbxnqlrb4fqqd8pr5mk9qb5j0fkbv13"; - revision = "2"; - editedCabalFile = "1zh7ggvc1453b734mmc7yyd8f6qrr34bnvab0507l1nflml7w9bb"; + version = "9.6.1"; + sha256 = "1l3rmg4ymw4czqkkb3502g322ijdg11c1img9l4p6ipy7hdzw52n"; + revision = "1"; + editedCabalFile = "0vycmn3c32z1bk19612277df41in55rkyk23gk3m007drsaq3xdl"; libraryHaskellDepends = [ base bytestring containers hspec hspec-megaparsec megaparsec mtl QuickCheck text transformers @@ -208944,22 +204978,6 @@ self: { }) {}; "microlens-platform" = callPackage - ({ mkDerivation, base, hashable, microlens, microlens-ghc - , microlens-mtl, microlens-th, text, unordered-containers, vector - }: - mkDerivation { - pname = "microlens-platform"; - version = "0.4.3.5"; - sha256 = "0ch7ln612j7inw6jrjxjccsyjd9fz4zwwjcw97313r4yfflhwff4"; - libraryHaskellDepends = [ - base hashable microlens microlens-ghc microlens-mtl microlens-th - text unordered-containers vector - ]; - description = "microlens + all batteries included (best for apps)"; - license = lib.licenses.bsd3; - }) {}; - - "microlens-platform_0_4_3_6" = callPackage ({ mkDerivation, base, hashable, microlens, microlens-ghc , microlens-mtl, microlens-th, text, unordered-containers, vector }: @@ -208973,7 +204991,6 @@ self: { ]; description = "microlens + all batteries included (best for apps)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "microlens-pro" = callPackage @@ -209017,23 +205034,6 @@ self: { }) {}; "microlens-th" = callPackage - ({ mkDerivation, base, containers, microlens, tagged - , template-haskell, th-abstraction, transformers - }: - mkDerivation { - pname = "microlens-th"; - version = "0.4.3.15"; - sha256 = "1ja59samyqng78v9lhrwa6x4vd5vvr9jkrm3pyi2kbcp28kv7khg"; - libraryHaskellDepends = [ - base containers microlens template-haskell th-abstraction - transformers - ]; - testHaskellDepends = [ base microlens tagged ]; - description = "Automatic generation of record lenses for microlens"; - license = lib.licenses.bsd3; - }) {}; - - "microlens-th_0_4_3_16" = callPackage ({ mkDerivation, base, containers, microlens, tagged , template-haskell, th-abstraction, transformers }: @@ -209048,7 +205048,6 @@ self: { testHaskellDepends = [ base microlens tagged ]; description = "Automatic generation of record lenses for microlens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "micrologger" = callPackage @@ -209101,29 +205100,6 @@ self: { }) {}; "microstache" = callPackage - ({ mkDerivation, aeson, base, base-orphans, bytestring, containers - , deepseq, directory, filepath, parsec, tasty, tasty-hunit, text - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "microstache"; - version = "1.0.2.3"; - sha256 = "16nj6ss8nmxd0z8lc2a9zpawgvi4kbd5wyjy17xknq43awbi6ynz"; - revision = "3"; - editedCabalFile = "0bl84aym5p31wlyqwh5vicyrdw3nvig65xxdlx4ql8hjr71l7mvi"; - libraryHaskellDepends = [ - aeson base containers deepseq directory filepath parsec text - transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base base-orphans bytestring containers parsec tasty - tasty-hunit text - ]; - description = "Mustache templates for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "microstache_1_0_3" = callPackage ({ mkDerivation, aeson, base, base-orphans, bytestring, containers , deepseq, directory, filepath, parsec, tasty, tasty-hunit, text , transformers, unordered-containers, vector @@ -209142,7 +205118,6 @@ self: { ]; description = "Mustache templates for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "microtimer" = callPackage @@ -209898,8 +205873,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "mini"; - version = "1.5.0.0"; - sha256 = "13lyxlhvkrmwgpf6fk58sagd30dz5z2b3n8ipfgz9c0r53lcwa0d"; + version = "1.5.1.0"; + sha256 = "1j0zwabkd2fpqikgz9l8hmfwgwvzn8ias87ak155xcqmphyh7chx"; libraryHaskellDepends = [ base ]; description = "Minimal essentials"; license = lib.licenses.mit; @@ -210909,25 +206884,6 @@ self: { }) {}; "mixed-types-num" = callPackage - ({ mkDerivation, base, collect-errors, hspec, hspec-smallcheck - , QuickCheck, smallcheck, template-haskell - }: - mkDerivation { - pname = "mixed-types-num"; - version = "0.5.12"; - sha256 = "0kyzfh8p7v4b1mv4lqgwjf161lqwf2a1xkxy148x85fjc3c5x6mm"; - libraryHaskellDepends = [ - base collect-errors hspec hspec-smallcheck QuickCheck smallcheck - template-haskell - ]; - testHaskellDepends = [ - base collect-errors hspec hspec-smallcheck QuickCheck smallcheck - ]; - description = "Alternative Prelude with numeric and logic expressions typed bottom-up"; - license = lib.licenses.bsd3; - }) {}; - - "mixed-types-num_0_6_2" = callPackage ({ mkDerivation, base, collect-errors, hspec, hspec-smallcheck , QuickCheck, smallcheck, template-haskell }: @@ -210944,7 +206900,6 @@ self: { ]; description = "Alternative Prelude with numeric and logic expressions typed bottom-up"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "mixpanel-client" = callPackage @@ -212408,6 +208363,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "monad-chronicle_1_1" = callPackage + ({ mkDerivation, base, mtl, semigroupoids, these, transformers + , transformers-compat + }: + mkDerivation { + pname = "monad-chronicle"; + version = "1.1"; + sha256 = "0qqxawj64jyrsjf1xs3s07nazw3xngsq30crk9g7vbbqrizamhxz"; + libraryHaskellDepends = [ + base mtl semigroupoids these transformers transformers-compat + ]; + description = "These as a transformer, ChronicleT"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "monad-classes" = callPackage ({ mkDerivation, base, conduit, data-lens-light, ghc-prim, mmorph , monad-control, peano, reflection, tasty, tasty-hunit @@ -212812,8 +208783,8 @@ self: { }: mkDerivation { pname = "monad-logger"; - version = "0.3.40"; - sha256 = "1aff4ks9615x51841l8g906702xk2g3pn4n5x9ndxppnrxkqdvfb"; + version = "0.3.41"; + sha256 = "077yxs4acm03g77sbb3lh9hmb4y2dq4kra6sq4b1myqvm3y0ykgm"; libraryHaskellDepends = [ base bytestring conduit conduit-extra exceptions fast-logger lifted-base monad-control monad-loops mtl resourcet stm stm-chans @@ -213318,25 +209289,6 @@ self: { }) {}; "monad-schedule" = callPackage - ({ mkDerivation, base, free, HUnit, QuickCheck, stm, test-framework - , test-framework-hunit, test-framework-quickcheck2, time-domain - , transformers - }: - mkDerivation { - pname = "monad-schedule"; - version = "0.1.2.2"; - sha256 = "0nblwa9244lnxi1chy5hzhwwnj57hci391b3yfz20abq0ckdxdpm"; - libraryHaskellDepends = [ base free stm time-domain transformers ]; - testHaskellDepends = [ - base free HUnit QuickCheck stm test-framework test-framework-hunit - test-framework-quickcheck2 time-domain transformers - ]; - description = "A new, simple, composable concurrency abstraction"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.turion ]; - }) {}; - - "monad-schedule_0_2_0_1" = callPackage ({ mkDerivation, base, base-compat, free, generic-arbitrary, HUnit , operational, QuickCheck, stm, test-framework , test-framework-hunit, test-framework-quickcheck2, time @@ -213356,7 +209308,6 @@ self: { ]; description = "A new, simple, composable concurrency abstraction"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.turion ]; }) {}; @@ -214229,32 +210180,6 @@ self: { }) {}; "mono-traversable" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, foldl - , gauge, hashable, hspec, hspec-discover, HUnit, mwc-random - , QuickCheck, split, text, transformers, unordered-containers - , vector, vector-algorithms - }: - mkDerivation { - pname = "mono-traversable"; - version = "1.0.20.0"; - sha256 = "0i9mz79nhsci3ichqzwnqq3llip7vblk4q98b3ydmcll7jayl8g6"; - libraryHaskellDepends = [ - base bytestring containers hashable split text transformers - unordered-containers vector vector-algorithms - ]; - testHaskellDepends = [ - base bytestring containers foldl hspec HUnit QuickCheck text - transformers unordered-containers vector - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring containers deepseq gauge mwc-random text vector - ]; - description = "Type classes for mapping, folding, and traversing monomorphic containers"; - license = lib.licenses.mit; - }) {}; - - "mono-traversable_1_0_21_0" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, foldl , gauge, hashable, hspec, hspec-discover, HUnit, mwc-random , QuickCheck, split, text, transformers, unordered-containers @@ -214278,7 +210203,6 @@ self: { ]; description = "Type classes for mapping, folding, and traversing monomorphic containers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "mono-traversable-instances" = callPackage @@ -214541,8 +210465,8 @@ self: { }: mkDerivation { pname = "monoidmap"; - version = "0.0.1.6"; - sha256 = "15p32jm7pl7vpda65nyps9lbw0i32z9lp8zn3yg87480dab2jsqa"; + version = "0.0.1.9"; + sha256 = "04vcmpsnn0p29ai9l7b7b7d7l3wsy3kyz5zh0g2j7lbzfi6k1v0x"; libraryHaskellDepends = [ base containers deepseq groups monoid-subclasses nonempty-containers nothunks @@ -214665,8 +210589,8 @@ self: { }: mkDerivation { pname = "monomer-hagrid"; - version = "0.4.0.0"; - sha256 = "0bjy5sjfi3lh9fpxk31vppp4kihxfnxqnk0x7yvsdcpy9gcrjl6g"; + version = "0.4.0.1"; + sha256 = "1xjsblp4kvk27gfzb4h32l1paqfvkk0mkng4s725g51ghrmp09nj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -215214,33 +211138,6 @@ self: { }) {}; "morpheus-graphql-app" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , hashable, megaparsec, morpheus-graphql-core - , morpheus-graphql-tests, mtl, relude, scientific, tasty - , tasty-hunit, template-haskell, text, th-lift-instances - , transformers, unordered-containers, vector - }: - mkDerivation { - pname = "morpheus-graphql-app"; - version = "0.27.3"; - sha256 = "0dicajcqgxpv1jhnywjjs0g4p5ryv0xlrywib1xwxrb04wy9aa3f"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers hashable megaparsec - morpheus-graphql-core mtl relude scientific template-haskell text - th-lift-instances transformers unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers directory hashable megaparsec - morpheus-graphql-core morpheus-graphql-tests mtl relude scientific - tasty tasty-hunit template-haskell text th-lift-instances - transformers unordered-containers vector - ]; - description = "Morpheus GraphQL App"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-app_0_28_1" = callPackage ({ mkDerivation, aeson, attoparsec-aeson, base, bytestring , containers, directory, hashable, megaparsec , morpheus-graphql-core, morpheus-graphql-tests, mtl, relude @@ -215266,7 +211163,6 @@ self: { ]; description = "Morpheus GraphQL App"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-cli" = callPackage @@ -215293,37 +211189,6 @@ self: { }) {}; "morpheus-graphql-client" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , file-embed, modern-uri, morpheus-graphql-code-gen-utils - , morpheus-graphql-core, morpheus-graphql-subscriptions, mtl - , prettyprinter, relude, req, tasty, tasty-hunit, template-haskell - , text, transformers, unliftio-core, unordered-containers - , websockets, wuss - }: - mkDerivation { - pname = "morpheus-graphql-client"; - version = "0.27.3"; - sha256 = "1j4r6ar6l462aq8qvxikmwyxd2f8i60gd3j0qf5pxsslgjwmjbi9"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers file-embed modern-uri - morpheus-graphql-code-gen-utils morpheus-graphql-core - morpheus-graphql-subscriptions mtl prettyprinter relude req - template-haskell text transformers unliftio-core - unordered-containers websockets wuss - ]; - testHaskellDepends = [ - aeson base bytestring containers directory file-embed modern-uri - morpheus-graphql-code-gen-utils morpheus-graphql-core - morpheus-graphql-subscriptions mtl prettyprinter relude req tasty - tasty-hunit template-haskell text transformers unliftio-core - unordered-containers websockets wuss - ]; - description = "Morpheus GraphQL Client"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-client_0_28_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, directory , file-embed, modern-uri, morpheus-graphql-code-gen-utils , morpheus-graphql-core, morpheus-graphql-subscriptions, mtl @@ -215352,7 +211217,6 @@ self: { ]; description = "Morpheus GraphQL Client"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-code-gen" = callPackage @@ -215389,23 +211253,6 @@ self: { }) {}; "morpheus-graphql-code-gen-utils" = callPackage - ({ mkDerivation, base, bytestring, containers - , morpheus-graphql-core, mtl, prettyprinter, relude - , template-haskell, text, unordered-containers - }: - mkDerivation { - pname = "morpheus-graphql-code-gen-utils"; - version = "0.27.3"; - sha256 = "11dfnyd9wbrwjfjz1qkc188x6l4b149jsyzjwh1gqji0skzsk3f6"; - libraryHaskellDepends = [ - base bytestring containers morpheus-graphql-core mtl prettyprinter - relude template-haskell text unordered-containers - ]; - description = "Morpheus GraphQL CLI"; - license = lib.licenses.bsd3; - }) {}; - - "morpheus-graphql-code-gen-utils_0_28_1" = callPackage ({ mkDerivation, base, bytestring, containers , morpheus-graphql-core, mtl, prettyprinter, relude , template-haskell, text, unordered-containers @@ -215420,36 +211267,9 @@ self: { ]; description = "Morpheus GraphQL CLI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-core" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, directory - , hashable, megaparsec, morpheus-graphql-tests, mtl, relude - , scientific, tasty, tasty-hunit, template-haskell, text - , th-lift-instances, transformers, unordered-containers, vector - }: - mkDerivation { - pname = "morpheus-graphql-core"; - version = "0.27.3"; - sha256 = "0dd8bifn6qwpss06hbb0r730fqfkbd4nhwsr2bsrgxc7hvzv9wi7"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers hashable megaparsec mtl relude - scientific template-haskell text th-lift-instances transformers - unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers directory hashable megaparsec - morpheus-graphql-tests mtl relude scientific tasty tasty-hunit - template-haskell text th-lift-instances transformers - unordered-containers vector - ]; - description = "Morpheus GraphQL Core"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-core_0_28_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, directory , hashable, megaparsec, morpheus-graphql-tests, mtl, relude , scientific, tasty, tasty-hunit, template-haskell, text @@ -215473,37 +211293,9 @@ self: { ]; description = "Morpheus GraphQL Core"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-server" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, file-embed - , morpheus-graphql-app, morpheus-graphql-core - , morpheus-graphql-subscriptions, morpheus-graphql-tests, mtl - , relude, tasty, tasty-hunit, template-haskell, text, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "morpheus-graphql-server"; - version = "0.27.3"; - sha256 = "1hl2c78pnx2rxx869p6ixvnyhzm46f1hzalqz2vbwrflshpmjv91"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson base bytestring containers morpheus-graphql-app - morpheus-graphql-core mtl relude template-haskell text transformers - unordered-containers vector - ]; - testHaskellDepends = [ - aeson base bytestring containers file-embed morpheus-graphql-app - morpheus-graphql-core morpheus-graphql-subscriptions - morpheus-graphql-tests mtl relude tasty tasty-hunit - template-haskell text transformers unordered-containers vector - ]; - description = "Morpheus GraphQL"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-server_0_28_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, file-embed , morpheus-graphql-app, morpheus-graphql-core , morpheus-graphql-subscriptions, morpheus-graphql-tests, mtl @@ -215528,28 +211320,9 @@ self: { ]; description = "Morpheus GraphQL"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-subscriptions" = callPackage - ({ mkDerivation, aeson, base, bytestring, morpheus-graphql-app - , morpheus-graphql-core, mtl, relude, text, transformers - , unliftio-core, unordered-containers, uuid, websockets - }: - mkDerivation { - pname = "morpheus-graphql-subscriptions"; - version = "0.27.3"; - sha256 = "0gynrshv858g36jwvmh3q2asc6ppkr7hv9w9lx1qfjqfwm7r0140"; - libraryHaskellDepends = [ - aeson base bytestring morpheus-graphql-app morpheus-graphql-core - mtl relude text transformers unliftio-core unordered-containers - uuid websockets - ]; - description = "Morpheus GraphQL Subscriptions"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-subscriptions_0_28_1" = callPackage ({ mkDerivation, aeson, base, bytestring, morpheus-graphql-app , morpheus-graphql-core, mtl, relude, text, transformers , unliftio-core, unordered-containers, uuid, websockets @@ -215565,26 +211338,9 @@ self: { ]; description = "Morpheus GraphQL Subscriptions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morpheus-graphql-tests" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, relude, tasty - , tasty-hunit, text, unordered-containers - }: - mkDerivation { - pname = "morpheus-graphql-tests"; - version = "0.27.3"; - sha256 = "1s9x4gcqd36gqf5w2wxiqhf7k9y44b7g7zm90y2kbclxqirs9rqf"; - libraryHaskellDepends = [ - aeson base bytestring directory relude tasty tasty-hunit text - unordered-containers - ]; - description = "Morpheus GraphQL Test"; - license = lib.licenses.mit; - }) {}; - - "morpheus-graphql-tests_0_28_1" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, relude, tasty , tasty-hunit, text, unordered-containers }: @@ -215598,7 +211354,6 @@ self: { ]; description = "Morpheus GraphQL Test"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "morphisms" = callPackage @@ -216041,27 +211796,6 @@ self: { }) {inherit (pkgs) mpg123;}; "mpi-hs" = callPackage - ({ mkDerivation, base, bytestring, c2hs, monad-loops, mpich }: - mkDerivation { - pname = "mpi-hs"; - version = "0.7.2.0"; - sha256 = "1d68py61h09qshzr3lx66cgs2f2kxzdmy3z35hsf96wi9aqz3fr5"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base bytestring monad-loops ]; - librarySystemDepends = [ mpich ]; - libraryToolDepends = [ c2hs ]; - executableHaskellDepends = [ base ]; - executableSystemDepends = [ mpich ]; - testHaskellDepends = [ base monad-loops ]; - testSystemDepends = [ mpich ]; - description = "MPI bindings for Haskell"; - license = lib.licenses.asl20; - badPlatforms = [ "aarch64-linux" ] ++ lib.platforms.darwin; - maintainers = [ lib.maintainers.sheepforce ]; - }) {inherit (pkgs) mpich;}; - - "mpi-hs_0_7_3_1" = callPackage ({ mkDerivation, base, bytestring, c2hs, monad-loops, ompi }: mkDerivation { pname = "mpi-hs"; @@ -216079,7 +211813,6 @@ self: { description = "MPI bindings for Haskell"; license = lib.licenses.asl20; badPlatforms = [ "aarch64-linux" ] ++ lib.platforms.darwin; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sheepforce ]; }) {ompi = null;}; @@ -220734,17 +216467,6 @@ self: { }) {}; "natural-arithmetic" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "natural-arithmetic"; - version = "0.1.4.0"; - sha256 = "12c29cjr59ws3x88bvpxkxigxvbf0yg6pvz5ypja8b4zqgb0rzy4"; - libraryHaskellDepends = [ base ]; - description = "Arithmetic of natural numbers"; - license = lib.licenses.bsd3; - }) {}; - - "natural-arithmetic_0_2_1_0" = callPackage ({ mkDerivation, base, unlifted }: mkDerivation { pname = "natural-arithmetic"; @@ -220753,7 +216475,6 @@ self: { libraryHaskellDepends = [ base unlifted ]; description = "Arithmetic of natural numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "natural-induction" = callPackage @@ -222084,25 +217805,6 @@ self: { }) {}; "network" = callPackage - ({ mkDerivation, base, bytestring, deepseq, directory, hspec - , hspec-discover, HUnit, QuickCheck, temporary - }: - mkDerivation { - pname = "network"; - version = "3.1.4.0"; - sha256 = "13hmp4va00ydpzbnwjzgf5wd5iy7373j0f7baxrj1ncmmjps4lml"; - revision = "1"; - editedCabalFile = "1vwxy5zj4bizgg2g0hk3dy52kjh5d7lzn33lphmvbbs36aqcslp1"; - libraryHaskellDepends = [ base bytestring deepseq directory ]; - testHaskellDepends = [ - base bytestring directory hspec HUnit QuickCheck temporary - ]; - testToolDepends = [ hspec-discover ]; - description = "Low-level networking interface"; - license = lib.licenses.bsd3; - }) {}; - - "network_3_2_7_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, hspec , hspec-discover, HUnit, QuickCheck, stm, temporary }: @@ -222117,7 +217819,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Low-level networking interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "network-address" = callPackage @@ -222414,17 +218115,6 @@ self: { }) {}; "network-control" = callPackage - ({ mkDerivation, base, psqueues, unix-time }: - mkDerivation { - pname = "network-control"; - version = "0.0.2"; - sha256 = "1m16cfq7b9nvb30g8f0iwwajfsm7pibkk34da2xvyhcn61prqkhk"; - libraryHaskellDepends = [ base psqueues unix-time ]; - description = "Library to control network protocols"; - license = lib.licenses.bsd3; - }) {}; - - "network-control_0_1_3" = callPackage ({ mkDerivation, base, hspec, hspec-discover, pretty-simple , psqueues, QuickCheck, text, unix-time }: @@ -222437,7 +218127,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Library to control network protocols"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "network-data" = callPackage @@ -222826,17 +218515,6 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "network-run" = callPackage - ({ mkDerivation, base, bytestring, network, time-manager }: - mkDerivation { - pname = "network-run"; - version = "0.2.8"; - sha256 = "1yqqvb9l17n2r4giigppj12xdpvx0m13yyhlx5ss3r4qkdj2b962"; - libraryHaskellDepends = [ base bytestring network time-manager ]; - description = "Simple network runner library"; - license = lib.licenses.bsd3; - }) {}; - "network-run_0_4_0" = callPackage ({ mkDerivation, base, bytestring, network, time-manager }: mkDerivation { @@ -222849,7 +218527,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "network-run_0_4_3" = callPackage + "network-run" = callPackage ({ mkDerivation, base, bytestring, network, time-manager }: mkDerivation { pname = "network-run"; @@ -222858,7 +218536,6 @@ self: { libraryHaskellDepends = [ base bytestring network time-manager ]; description = "Simple network runner library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "network-server" = callPackage @@ -225370,10 +221047,8 @@ self: { }: mkDerivation { pname = "nonempty-vector"; - version = "0.2.3"; - sha256 = "18xcsw2c9gy03dvrlanh799j1ab6dkpd6wwgj8b681r12ha04dqa"; - revision = "2"; - editedCabalFile = "1gpbla0lrqn3ix422zz7qklq9vg2kp5v0lnl97jcy74g5p40533r"; + version = "0.2.4"; + sha256 = "0rqw8yp6i60m4ka0fgkl9mdrmnl0r5knr1znwdv7wl32g3xrwbg3"; libraryHaskellDepends = [ base deepseq primitive vector ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck vector @@ -225716,26 +221391,6 @@ self: { }) {}; "nothunks" = callPackage - ({ mkDerivation, base, bytestring, containers, ghc-heap, ghc-prim - , hedgehog, random, stm, tasty, tasty-hedgehog, text, time, vector - }: - mkDerivation { - pname = "nothunks"; - version = "0.1.5"; - sha256 = "1s5x4g5g62bs3jd44p2p9lvv01gwarm8jmmigm1d3i8ia8w0lz4w"; - revision = "1"; - editedCabalFile = "04c4k7hfb6qyrxm2mdyjanh0zyqrci0m119lq3chp804nnplwci4"; - libraryHaskellDepends = [ - base bytestring containers ghc-heap stm text time vector - ]; - testHaskellDepends = [ - base containers ghc-prim hedgehog random stm tasty tasty-hedgehog - ]; - description = "Examine values for unexpected thunks"; - license = lib.licenses.asl20; - }) {}; - - "nothunks_0_3_0_0" = callPackage ({ mkDerivation, base, bytestring, containers, ghc-heap, ghc-prim , hedgehog, random, stm, tasty, tasty-hedgehog, text, time, vector , wherefrom-compat @@ -225755,7 +221410,6 @@ self: { ]; description = "Examine values for unexpected thunks"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "notifications-tray-icon" = callPackage @@ -225943,8 +221597,8 @@ self: { pname = "np-extras"; version = "0.3.1.3"; sha256 = "000i8lakkqg9yknqdbyasspmlc8zzpj15dqr8l9kqn5lkfhz1n59"; - revision = "2"; - editedCabalFile = "1lvh4ls7s3pwcw289lgq5iaw0wlvpx30hgmwmm6m9xkszdjzb1vq"; + revision = "3"; + editedCabalFile = "0hmq8f2rmzzzsqvk9wa6jqd0y80565wk8hfh1prqa91mrmikd8gi"; libraryHaskellDepends = [ base containers numeric-prelude primes ]; description = "NumericPrelude extras"; license = lib.licenses.bsd3; @@ -226856,17 +222510,6 @@ self: { }) {}; "numhask" = callPackage - ({ mkDerivation, base, QuickCheck }: - mkDerivation { - pname = "numhask"; - version = "0.11.1.0"; - sha256 = "1fnav552f99hbc83vsxvjccak06pqil8kyg8fhbgsllmsbhbzpqq"; - libraryHaskellDepends = [ base QuickCheck ]; - description = "A numeric class hierarchy"; - license = lib.licenses.bsd3; - }) {}; - - "numhask_0_12_1_0" = callPackage ({ mkDerivation, base, doctest-parallel, QuickCheck }: mkDerivation { pname = "numhask"; @@ -226876,7 +222519,6 @@ self: { testHaskellDepends = [ base doctest-parallel QuickCheck ]; description = "A numeric class hierarchy"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "numhask-array" = callPackage @@ -232138,7 +227780,7 @@ self: { mainProgram = "ormolu"; }) {}; - "ormolu" = callPackage + "ormolu_0_7_2_0" = callPackage ({ mkDerivation, ansi-terminal, array, base, binary, bytestring , Cabal-syntax, containers, deepseq, Diff, directory, file-embed , filepath, ghc-lib-parser, hspec, hspec-discover, hspec-megaparsec @@ -232168,10 +227810,11 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "ormolu"; }) {}; - "ormolu_0_7_4_0" = callPackage + "ormolu" = callPackage ({ mkDerivation, ansi-terminal, array, base, binary, bytestring , Cabal-syntax, containers, deepseq, Diff, directory, file-embed , filepath, ghc-lib-parser, hspec, hspec-discover, hspec-megaparsec @@ -232203,7 +227846,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "ormolu"; }) {}; @@ -232250,8 +227892,8 @@ self: { }: mkDerivation { pname = "orthotope"; - version = "0.1.6.0"; - sha256 = "0qc4bnqvpwr7nws5id8960mwhsb3sww1dp5a4j0076l6v452zl3k"; + version = "0.1.7.0"; + sha256 = "1ciii3sfs7zm22gp4ymsk30ngcv2fkgp7qfr1msqd7lj500f5hrw"; libraryHaskellDepends = [ base deepseq dlist pretty QuickCheck vector ]; @@ -233000,19 +228642,6 @@ self: { }) {}; "packcheck" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "packcheck"; - version = "0.6.0"; - sha256 = "0n050lpbcykzhaxwjxyh65crp2iyn3bvdagybap9prqid0zj4k8z"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base ]; - benchmarkHaskellDepends = [ base ]; - description = "Universal build and CI testing for Haskell packages"; - license = lib.licenses.bsd3; - }) {}; - - "packcheck_0_7_0" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "packcheck"; @@ -233023,7 +228652,6 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Universal build and CI testing for Haskell packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "packdeps" = callPackage @@ -233459,17 +229087,6 @@ self: { }) {}; "pagure" = callPackage - ({ mkDerivation, aeson, base, http-query, text }: - mkDerivation { - pname = "pagure"; - version = "0.1.2"; - sha256 = "0xipzf25glfslz8xkc2qkb2jhsvpfmpz62h330siimxp8rk16r8z"; - libraryHaskellDepends = [ aeson base http-query text ]; - description = "Pagure REST client library"; - license = lib.licenses.gpl2Only; - }) {}; - - "pagure_0_2_1" = callPackage ({ mkDerivation, aeson, base, http-query, text }: mkDerivation { pname = "pagure"; @@ -233478,30 +229095,9 @@ self: { libraryHaskellDepends = [ aeson base http-query text ]; description = "Pagure REST client library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "pagure-cli" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, filepath - , optparse-applicative, pagure, simple-cmd-args, text - , unordered-containers, yaml - }: - mkDerivation { - pname = "pagure-cli"; - version = "0.2.1"; - sha256 = "1w0z6c3i91di9ixbpiwp610xyfp26g325571c0j5abscr1d2fbv7"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson aeson-pretty base bytestring filepath optparse-applicative - pagure simple-cmd-args text unordered-containers yaml - ]; - description = "Pagure client"; - license = lib.licenses.gpl2Only; - mainProgram = "pagure"; - }) {}; - - "pagure-cli_0_2_2" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, filepath , http-query, optparse-applicative, pagure, simple-cmd , simple-cmd-args, text, unordered-containers, yaml @@ -233519,7 +229115,6 @@ self: { ]; description = "A Pagure gitforge query tool"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; mainProgram = "pagure"; }) {}; @@ -233582,21 +229177,6 @@ self: { }) {}; "palette" = callPackage - ({ mkDerivation, array, base, colour, containers, MonadRandom }: - mkDerivation { - pname = "palette"; - version = "0.3.0.3"; - sha256 = "11d3011j680nhd0r2b29fhirld2vijwynwbgv8i5v1q7lgrb92az"; - revision = "2"; - editedCabalFile = "1kc2va4x50lrgril36vc3dm5j42464m675jbadw7p31hg4vriqc3"; - libraryHaskellDepends = [ - array base colour containers MonadRandom - ]; - description = "Utilities for choosing and creating color schemes"; - license = lib.licenses.bsd3; - }) {}; - - "palette_0_3_0_4" = callPackage ({ mkDerivation, array, base, colour, containers, MonadRandom }: mkDerivation { pname = "palette"; @@ -233607,7 +229187,6 @@ self: { ]; description = "Utilities for choosing and creating color schemes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "palindromes" = callPackage @@ -233684,38 +229263,39 @@ self: { ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base , base64-bytestring, binary, blaze-html, blaze-markup, bytestring , case-insensitive, citeproc, commonmark, commonmark-extensions - , commonmark-pandoc, containers, crypton-connection, data-default - , deepseq, Diff, directory, doclayout, doctemplates, emojis - , exceptions, file-embed, filepath, Glob, gridtables - , haddock-library, http-client, http-client-tls, http-types, ipynb - , jira-wiki-markup, JuicyPixels, mime-types, mtl, network - , network-uri, 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-quickcheck, temporary, texmath, text - , text-conversions, time, typst, unicode-collation - , unicode-transforms, unix, vector, xml, xml-conduit, xml-types - , yaml, zip-archive, zlib + , commonmark-pandoc, containers, crypton, crypton-connection + , crypton-x509-system, data-default, deepseq, Diff, directory, djot + , doclayout, doctemplates, emojis, exceptions, file-embed, filepath + , Glob, gridtables, haddock-library, http-client, http-client-tls + , http-types, ipynb, jira-wiki-markup, JuicyPixels, libyaml + , mime-types, mtl, network, network-uri, pandoc-types, parsec + , pretty, pretty-show, process, random, safe, scientific + , skylighting, skylighting-core, split, syb, tagsoup, tasty + , tasty-bench, tasty-golden, tasty-hunit, tasty-quickcheck + , temporary, texmath, text, text-conversions, time, tls, typst + , unicode-collation, unicode-transforms, unix, vector, xml + , xml-conduit, xml-types, yaml, zip-archive, zlib }: mkDerivation { pname = "pandoc"; - version = "3.1.11.1"; - sha256 = "0yfgvc4ypav3ydqi9ywhfxa2n4rbx7z3jc2p8ccv5r8081jqv5pg"; + version = "3.6"; + sha256 = "1f7rjwgxlhhzpxcm29kgc1c4bzb827vidxh48qvd2bw597ykp5ns"; configureFlags = [ "-f-trypandoc" ]; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson aeson-pretty array attoparsec base base64-bytestring binary blaze-html blaze-markup bytestring case-insensitive citeproc commonmark commonmark-extensions commonmark-pandoc containers - crypton-connection data-default deepseq directory doclayout - doctemplates emojis exceptions file-embed filepath Glob gridtables - haddock-library http-client http-client-tls http-types ipynb - jira-wiki-markup JuicyPixels mime-types mtl network network-uri - pandoc-types parsec pretty pretty-show process random safe - scientific SHA skylighting skylighting-core split syb tagsoup - temporary texmath text text-conversions time typst - unicode-collation unicode-transforms unix vector xml xml-conduit - xml-types yaml zip-archive zlib + crypton crypton-connection crypton-x509-system data-default deepseq + directory djot doclayout doctemplates emojis exceptions file-embed + filepath Glob gridtables haddock-library http-client + http-client-tls http-types ipynb jira-wiki-markup JuicyPixels + libyaml mime-types mtl network network-uri pandoc-types parsec + pretty pretty-show process random safe scientific skylighting + skylighting-core split syb tagsoup temporary texmath text + text-conversions time tls typst unicode-collation + unicode-transforms unix vector xml xml-conduit xml-types yaml + zip-archive zlib ]; testHaskellDepends = [ base bytestring containers Diff directory doctemplates filepath @@ -233733,7 +229313,7 @@ self: { ]; }) {}; - "pandoc_3_6" = callPackage + "pandoc_3_6_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base , base64-bytestring, binary, blaze-html, blaze-markup, bytestring , case-insensitive, citeproc, commonmark, commonmark-extensions @@ -233752,8 +229332,8 @@ self: { }: mkDerivation { pname = "pandoc"; - version = "3.6"; - sha256 = "1f7rjwgxlhhzpxcm29kgc1c4bzb827vidxh48qvd2bw597ykp5ns"; + version = "3.6.1"; + sha256 = "1sbg1mxcppnbgy2qgn98iia9afjp7n0h5ibzrk92r29x09pfwnfx"; configureFlags = [ "-f-trypandoc" ]; enableSeparateDataOutput = true; libraryHaskellDepends = [ @@ -233861,8 +229441,8 @@ self: { }: mkDerivation { pname = "pandoc-cli"; - version = "3.1.11.1"; - sha256 = "0jf2s3w6vh15r180s2kc4z553lgf4asxmhbh1i0mj87228021j5p"; + version = "3.6"; + sha256 = "0crqm20rl95g557biqvlsm0yjgn31sfhm5sa9s65sbpzi81cvp07"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -233875,14 +229455,14 @@ self: { maintainers = [ lib.maintainers.maralorn ]; }) {}; - "pandoc-cli_3_6" = callPackage + "pandoc-cli_3_6_1" = callPackage ({ mkDerivation, base, hslua-cli, pandoc, pandoc-lua-engine , pandoc-server, safe, temporary, text, wai-extra, warp }: mkDerivation { pname = "pandoc-cli"; - version = "3.6"; - sha256 = "0crqm20rl95g557biqvlsm0yjgn31sfhm5sa9s65sbpzi81cvp07"; + version = "3.6.1"; + sha256 = "0sa1in98kafslhi2fjpi2cd2ibw5wkii8rgyk3l9qpr56ib45ylm"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -234232,36 +229812,6 @@ self: { }) {}; "pandoc-lua-engine" = callPackage - ({ mkDerivation, aeson, base, bytestring, citeproc, containers - , data-default, directory, doclayout, doctemplates, exceptions - , filepath, hslua, hslua-module-doclayout, hslua-module-path - , hslua-module-system, hslua-module-text, hslua-module-version - , hslua-module-zip, hslua-repl, lpeg, mtl, pandoc - , pandoc-lua-marshal, pandoc-types, parsec, SHA, tasty - , tasty-golden, tasty-hunit, tasty-lua, text - }: - mkDerivation { - pname = "pandoc-lua-engine"; - version = "0.2.1.2"; - sha256 = "06m546261r2bwrrhg04qzbwaxqsrfxh301z0pmrs6ic3qxsmlzgv"; - revision = "1"; - editedCabalFile = "1n4pzfaiqyfxsnv5svh756ras9c86xn1p82z8qf94n80sgla3bb2"; - libraryHaskellDepends = [ - aeson base bytestring citeproc containers data-default doclayout - doctemplates exceptions hslua hslua-module-doclayout - hslua-module-path hslua-module-system hslua-module-text - hslua-module-version hslua-module-zip hslua-repl lpeg mtl pandoc - pandoc-lua-marshal pandoc-types parsec SHA text - ]; - testHaskellDepends = [ - base bytestring data-default directory exceptions filepath hslua - pandoc pandoc-types tasty tasty-golden tasty-hunit tasty-lua text - ]; - description = "Lua engine to power custom pandoc conversions"; - license = lib.licenses.gpl2Plus; - }) {}; - - "pandoc-lua-engine_0_4" = callPackage ({ mkDerivation, aeson, base, bytestring, citeproc, containers , crypton, data-default, directory, doclayout, doctemplates , exceptions, filepath, hslua, hslua-module-doclayout @@ -234272,8 +229822,8 @@ self: { }: mkDerivation { pname = "pandoc-lua-engine"; - version = "0.4"; - sha256 = "1004cks656pj87q65kcxlmg8jn0wka98c5ygr39hr63y5avwqykg"; + version = "0.4.1"; + sha256 = "1jldmd0nbbbczv1h6j01yk0ga6nzzdz5h7ap2xix7391knr56r36"; libraryHaskellDepends = [ aeson base bytestring citeproc containers crypton data-default doclayout doctemplates exceptions hslua hslua-module-doclayout @@ -234287,32 +229837,9 @@ self: { ]; description = "Lua engine to power custom pandoc conversions"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-lua-marshal" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, exceptions - , hslua, hslua-list, hslua-marshalling, pandoc-types, QuickCheck - , safe, tasty, tasty-hunit, tasty-lua, tasty-quickcheck, text - }: - mkDerivation { - pname = "pandoc-lua-marshal"; - version = "0.2.9"; - sha256 = "04qqjh1f1dp912j5fgvj6sd3ky5cf0hngr0bl37178yikr3mm2k1"; - libraryHaskellDepends = [ - aeson base bytestring containers exceptions hslua hslua-list - hslua-marshalling pandoc-types safe text - ]; - testHaskellDepends = [ - aeson base bytestring containers exceptions hslua hslua-list - hslua-marshalling pandoc-types QuickCheck safe tasty tasty-hunit - tasty-lua tasty-quickcheck text - ]; - description = "Use pandoc types in Lua"; - license = lib.licenses.mit; - }) {}; - - "pandoc-lua-marshal_0_3_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, exceptions , hslua, hslua-list, hslua-marshalling, pandoc-types, QuickCheck , safe, tasty, tasty-hunit, tasty-lua, tasty-quickcheck, text @@ -234332,7 +229859,6 @@ self: { ]; description = "Use pandoc types in Lua"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-markdown-ghci-filter" = callPackage @@ -234414,37 +229940,6 @@ self: { }) {}; "pandoc-plot" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, data-default - , directory, filepath, gitrev, hashable, hspec-expectations - , lifted-async, lifted-base, mtl, optparse-applicative, pandoc - , pandoc-types, shakespeare, tagsoup, tasty, tasty-hspec - , tasty-hunit, template-haskell, text, typed-process, unix, yaml - }: - mkDerivation { - pname = "pandoc-plot"; - version = "1.8.0"; - sha256 = "0hg2z0byp4px51y8hdfaa4gy1jkr2svfahq9abw1w0sg9r12rjxx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring containers data-default directory filepath - hashable lifted-async lifted-base mtl pandoc pandoc-types - shakespeare tagsoup template-haskell text typed-process unix yaml - ]; - executableHaskellDepends = [ - base containers directory filepath gitrev optparse-applicative - pandoc pandoc-types template-haskell text typed-process - ]; - testHaskellDepends = [ - base containers directory filepath hspec-expectations pandoc-types - tasty tasty-hspec tasty-hunit text - ]; - description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; - license = lib.licenses.gpl2Plus; - mainProgram = "pandoc-plot"; - }) {}; - - "pandoc-plot_1_9_1" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, data-default , directory, filepath, gitrev, hashable, hspec-expectations , lifted-async, lifted-base, mtl, optparse-applicative, pandoc @@ -234472,7 +229967,6 @@ self: { ]; description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "pandoc-plot"; }) {}; @@ -234539,25 +230033,6 @@ self: { }) {}; "pandoc-server" = callPackage - ({ mkDerivation, aeson, base, base64-bytestring, bytestring - , containers, data-default, doctemplates, pandoc, pandoc-types - , servant-server, skylighting, text, unicode-collation, wai - , wai-cors - }: - mkDerivation { - pname = "pandoc-server"; - version = "0.1.0.5"; - sha256 = "1vshd3mi71fng09b15pwis2gdwzmkm5dx9d8j47bz2n06y0izv18"; - libraryHaskellDepends = [ - aeson base base64-bytestring bytestring containers data-default - doctemplates pandoc pandoc-types servant-server skylighting text - unicode-collation wai wai-cors - ]; - description = "Pandoc document conversion as an HTTP servant-server"; - license = lib.licenses.gpl2Plus; - }) {}; - - "pandoc-server_0_1_0_10" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, bytestring , containers, data-default, doctemplates, pandoc, pandoc-types , servant-server, skylighting, text, unicode-collation, wai @@ -234574,7 +230049,6 @@ self: { ]; description = "Pandoc document conversion as an HTTP servant-server"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "pandoc-sidenote" = callPackage @@ -234943,53 +230417,6 @@ self: { }) {}; "pantry" = callPackage - ({ mkDerivation, aeson, aeson-warning-parser, ansi-terminal, base - , bytestring, Cabal, casa-client, casa-types, companion, conduit - , conduit-extra, containers, crypton, crypton-conduit, digest - , exceptions, filelock, generic-deriving, hackage-security - , hedgehog, hpack, hspec, hspec-discover, http-client - , http-client-tls, http-conduit, http-download, http-types, memory - , mtl, network-uri, path, path-io, persistent, persistent-sqlite - , persistent-template, primitive, QuickCheck, raw-strings-qq - , resourcet, rio, rio-orphans, rio-prettyprint, static-bytes - , tar-conduit, text, text-metrics, time, transformers, unix-compat - , unliftio, unordered-containers, vector, yaml, zip-archive - }: - mkDerivation { - pname = "pantry"; - version = "0.9.3.2"; - sha256 = "059rrf9y5s5c60ra571b8zrm2vrmsmxlql7l0xdv8w34wr6fybqn"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-warning-parser ansi-terminal base bytestring Cabal - casa-client casa-types companion conduit conduit-extra containers - crypton crypton-conduit digest filelock generic-deriving - hackage-security hpack http-client http-client-tls http-conduit - http-download http-types memory mtl network-uri path path-io - persistent persistent-sqlite persistent-template primitive - resourcet rio rio-orphans rio-prettyprint static-bytes tar-conduit - text text-metrics time transformers unix-compat unliftio - unordered-containers vector yaml zip-archive - ]; - testHaskellDepends = [ - aeson aeson-warning-parser ansi-terminal base bytestring Cabal - casa-client casa-types companion conduit conduit-extra containers - crypton crypton-conduit digest exceptions filelock generic-deriving - hackage-security hedgehog hpack hspec http-client http-client-tls - http-conduit http-download http-types memory mtl network-uri path - path-io persistent persistent-sqlite persistent-template primitive - QuickCheck raw-strings-qq resourcet rio rio-orphans rio-prettyprint - static-bytes tar-conduit text text-metrics time transformers - unix-compat unliftio unordered-containers vector yaml zip-archive - ]; - testToolDepends = [ hspec-discover ]; - doHaddock = false; - description = "Content addressable Haskell package management"; - license = lib.licenses.bsd3; - }) {}; - - "pantry_0_10_0" = callPackage ({ mkDerivation, aeson, aeson-warning-parser, ansi-terminal, base , bytestring, Cabal, casa-client, casa-types, companion, conduit , conduit-extra, containers, crypton, crypton-conduit, digest @@ -235036,7 +230463,6 @@ self: { doHaddock = false; description = "Content addressable Haskell package management"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "pantry-tmp" = callPackage @@ -236067,16 +231493,14 @@ self: { mainProgram = "parseargs-example"; }) {}; - "parsec_3_1_17_0" = callPackage + "parsec_3_1_18_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, mtl, tasty, tasty-hunit , text }: mkDerivation { pname = "parsec"; - version = "3.1.17.0"; - sha256 = "0dlx2ypfbbddlv75m9axirxb30srb9kzvpa3haf88g7cq6z01iaq"; - revision = "1"; - editedCabalFile = "0mlbcjdfrazqar46aphawzmkr8dcyz91p2gqzyh41xnp53acn1w4"; + version = "3.1.18.0"; + sha256 = "1byha0j1i0h5wwzafm0csx0y8maga17r6my2z5w2ciki789rybs0"; libraryHaskellDepends = [ base bytestring mtl text ]; testHaskellDepends = [ base deepseq mtl tasty tasty-hunit ]; description = "Monadic parser combinators"; @@ -236391,8 +231815,8 @@ self: { }: mkDerivation { pname = "parser-regex"; - version = "0.2.0.0"; - sha256 = "05lb9ljna8zyn268q8y0dyin7qj53hb6fcvsw4dnmlj4j873bwxr"; + version = "0.2.0.1"; + sha256 = "0ayjy070yn9x9133n52vf51w80zsgrs0f9bmgsid9fnq3alp85ci"; libraryHaskellDepends = [ base containers deepseq ghc-bignum primitive text transformers ]; @@ -236686,19 +232110,6 @@ self: { }) {}; "partial-isomorphisms" = callPackage - ({ mkDerivation, base, template-haskell }: - mkDerivation { - pname = "partial-isomorphisms"; - version = "0.2.3.0"; - sha256 = "08390b7vj02kbx0s5q3irxljr1p8w4rvm6kf33ivv04cal3r2q39"; - revision = "1"; - editedCabalFile = "1dgig6n1wpdzk5269k98h7pd295k2y21yfr2gaz5fcfliwckfql5"; - libraryHaskellDepends = [ base template-haskell ]; - description = "Partial isomorphisms"; - license = lib.licenses.bsd3; - }) {}; - - "partial-isomorphisms_0_2_4_0" = callPackage ({ mkDerivation, base, template-haskell }: mkDerivation { pname = "partial-isomorphisms"; @@ -236707,7 +232118,6 @@ self: { libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "partial-lens" = callPackage @@ -236969,33 +232379,6 @@ self: { }) {}; "password" = callPackage - ({ mkDerivation, base, base-compat, base64, bytestring, Cabal - , cabal-doctest, cryptonite, doctest, memory, password-types - , QuickCheck, quickcheck-instances, scrypt, tasty, tasty-hunit - , tasty-quickcheck, template-haskell, text - }: - mkDerivation { - pname = "password"; - version = "3.0.4.0"; - sha256 = "0dn1qvf25kf5rwifp615wcqm8lh566knvw5mjhr4s8gwsymjdpsk"; - revision = "1"; - editedCabalFile = "0dsc1c97kvqrwyvgaxr88c8r07slbb899pf71m7mwlmiqlz9vhli"; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - base base64 bytestring cryptonite memory password-types - template-haskell text - ]; - testHaskellDepends = [ - base base-compat base64 bytestring cryptonite doctest memory - password-types QuickCheck quickcheck-instances scrypt tasty - tasty-hunit tasty-quickcheck template-haskell text - ]; - description = "Hashing and checking of passwords"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.cdepillabout ]; - }) {}; - - "password_3_1_0_1" = callPackage ({ mkDerivation, base, base-compat, base64, bytestring, Cabal , cabal-doctest, crypton, doctest, memory, password-types , QuickCheck, quickcheck-instances, scrypt, tasty, tasty-golden @@ -237017,7 +232400,6 @@ self: { ]; description = "Hashing and checking of passwords"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.cdepillabout ]; }) {}; @@ -238974,25 +234356,25 @@ self: { }) {}; "perf" = callPackage - ({ mkDerivation, base, containers, deepseq, formatn, gauge, mtl - , numhask-space, optparse-applicative, rdtsc, recursion-schemes - , text, time, vector + ({ mkDerivation, base, clock, containers, deepseq, formatn, mtl + , numhask-space, optparse-applicative, recursion-schemes, text + , vector }: mkDerivation { pname = "perf"; - version = "0.12.0.1"; - sha256 = "1fhfngyrmpc1z8rsswd6hsp87yyixkgp52ijsd2mcv6masvrh42i"; + version = "0.13.0.0"; + sha256 = "0xqwg42cl9f1s9niyc2r9py75w26bp7rlax04ifjjbbq5y9aw2gb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers deepseq formatn mtl numhask-space - optparse-applicative rdtsc recursion-schemes text time vector + base clock containers deepseq formatn mtl numhask-space + optparse-applicative recursion-schemes text vector ]; executableHaskellDepends = [ - base containers deepseq formatn gauge mtl optparse-applicative text + base clock containers deepseq formatn mtl optparse-applicative text ]; benchmarkHaskellDepends = [ base ]; - description = "Low-level run time measurement"; + description = "Performance methods and monad"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; mainProgram = "perf-explore"; @@ -245870,8 +241252,8 @@ self: { pname = "polysemy"; version = "1.9.2.0"; sha256 = "1qwy6a59jdlzc2y7f422yvlwvd9spsgbbpm2r7jcasgxiwq3fkr0"; - revision = "1"; - editedCabalFile = "0cfnh4alps028rsn2n1kji0rdld84qf2ah10b8d036mlmbz4vsy0"; + revision = "2"; + editedCabalFile = "1jn8jrpipjw7n11pgpawrhpzgciygfqj147r2v14n2gx0szgs1yx"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ async base containers first-class-families mtl stm syb @@ -246424,8 +241806,8 @@ self: { pname = "polysemy-plugin"; version = "0.4.5.2"; sha256 = "1inl8wk36fyc6m1fp8pyxmrc82bmznr5f1zasfmxj9q5xxbig87f"; - revision = "1"; - editedCabalFile = "1ng4wxna498jrx2y5aa7r00h563846hqmbvj51bhrp4ndqdmkdwk"; + revision = "2"; + editedCabalFile = "0sghas4l91avh3c94sij5p4lpf6zsnwlcvpsgppa29awrxb5nlpw"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base containers ghc ghc-tcplugins-extra polysemy syb transformers @@ -248007,31 +243389,6 @@ self: { }) {}; "postgresql-binary" = callPackage - ({ mkDerivation, aeson, base, binary-parser, bytestring - , bytestring-strict-builder, containers, criterion, network-ip - , postgresql-libpq, QuickCheck, quickcheck-instances, rerebase - , scientific, tasty, tasty-hunit, tasty-quickcheck, text, time - , transformers, unordered-containers, uuid, vector - }: - mkDerivation { - pname = "postgresql-binary"; - version = "0.13.1.3"; - sha256 = "1w71jb34z4810i32i9aa17x7if5ssj25gqvi15k2rf1g2lmwp7ry"; - libraryHaskellDepends = [ - aeson base binary-parser bytestring bytestring-strict-builder - containers network-ip scientific text time transformers - unordered-containers uuid vector - ]; - testHaskellDepends = [ - aeson network-ip postgresql-libpq QuickCheck quickcheck-instances - rerebase tasty tasty-hunit tasty-quickcheck - ]; - benchmarkHaskellDepends = [ criterion rerebase ]; - description = "Encoders and decoders for the PostgreSQL's binary format"; - license = lib.licenses.mit; - }) {}; - - "postgresql-binary_0_14" = callPackage ({ mkDerivation, aeson, base, binary-parser, bytestring , bytestring-strict-builder, containers, criterion, iproute , postgresql-libpq, QuickCheck, quickcheck-instances, rerebase @@ -248054,7 +243411,6 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Encoders and decoders for the PostgreSQL's binary format"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-common" = callPackage @@ -248165,22 +243521,6 @@ self: { }) {}; "postgresql-libpq" = callPackage - ({ mkDerivation, base, bytestring, Cabal, postgresql, unix }: - mkDerivation { - pname = "postgresql-libpq"; - version = "0.10.0.0"; - sha256 = "0qnzbc1rws6kgy3g1y9n7c2mh190996jlwrp0j3hbsmgdy9aig2l"; - revision = "1"; - editedCabalFile = "1xqf1mqbsq75iay8hv4d8ac5psaay6v106w0nqv00p1y5vfay72w"; - setupHaskellDepends = [ base Cabal ]; - libraryHaskellDepends = [ base bytestring unix ]; - librarySystemDepends = [ postgresql ]; - testHaskellDepends = [ base bytestring ]; - description = "low-level binding to libpq"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) postgresql;}; - - "postgresql-libpq_0_11_0_0" = callPackage ({ mkDerivation, base, bytestring, postgresql-libpq-configure , tasty, tasty-hunit, unix }: @@ -248188,13 +243528,14 @@ self: { pname = "postgresql-libpq"; version = "0.11.0.0"; sha256 = "18yj7vb51r72ybzi7849w83b79gydnh7az1wkc037fz6iwhb2jh3"; + revision = "1"; + editedCabalFile = "1i546w5an064cbikp66a4yq7j8gmi2iy9vkm1sax6yjzfpgsqzya"; libraryHaskellDepends = [ base bytestring postgresql-libpq-configure unix ]; testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "low-level binding to libpq"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "postgresql-libpq-configure" = callPackage @@ -249399,8 +244740,8 @@ self: { }: mkDerivation { pname = "ppad-bech32"; - version = "0.1.2"; - sha256 = "0cd977x9kqvyq2iw4kvnl9ilqm0rm0d0p6dm6wwzaf466p8c89xg"; + version = "0.2.0"; + sha256 = "13np0y2ra1bk6q0lcj7z4i80bf4qxp6jwnrjxg42s8hg333bk03y"; libraryHaskellDepends = [ base bytestring primitive ]; testHaskellDepends = [ array base bytestring tasty tasty-quickcheck @@ -249408,7 +244749,7 @@ self: { benchmarkHaskellDepends = [ array base bytestring criterion deepseq ]; - description = "The bech32 and bech32m encodings, per BIPs 173 & 350"; + description = "bech32 and bech32m encoding/decoding, per BIPs 173 & 350"; license = lib.licenses.mit; }) {}; @@ -249581,8 +244922,8 @@ self: { pname = "pqueue"; version = "1.5.0.0"; sha256 = "00hzrhz3n55ahyv2h183l72jsl3q01p4ns0063p0vjaa5j6qpy0v"; - revision = "2"; - editedCabalFile = "1amdr1bfh01jkrzq335gjz3bv7nflmah6icvg3m1pyghcqmcrbbx"; + revision = "3"; + editedCabalFile = "0g7zaidq3gf08kzwp4xrbi3f76qdv4ckx6nblzi5j55awcsp08xy"; libraryHaskellDepends = [ base deepseq indexed-traversable ]; testHaskellDepends = [ base deepseq indexed-traversable tasty tasty-quickcheck @@ -250558,34 +245899,6 @@ self: { }) {}; "pretty-simple" = callPackage - ({ mkDerivation, base, Cabal, cabal-doctest, containers, criterion - , doctest, Glob, mtl, optparse-applicative, prettyprinter - , prettyprinter-ansi-terminal, QuickCheck, template-haskell, text - , transformers - }: - mkDerivation { - pname = "pretty-simple"; - version = "4.1.2.0"; - sha256 = "0di7n3kq2bl0xqj9b1xxf3jznyy6cfyjs6hf6g0bi72rf4wprd1w"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - base containers mtl prettyprinter prettyprinter-ansi-terminal text - transformers - ]; - executableHaskellDepends = [ base optparse-applicative text ]; - testHaskellDepends = [ - base doctest Glob QuickCheck template-haskell - ]; - benchmarkHaskellDepends = [ base criterion text ]; - description = "pretty printer for data types with a 'Show' instance"; - license = lib.licenses.bsd3; - mainProgram = "pretty-simple"; - maintainers = [ lib.maintainers.cdepillabout ]; - }) {}; - - "pretty-simple_4_1_3_0" = callPackage ({ mkDerivation, base, containers, criterion, mtl , optparse-applicative, prettyprinter, prettyprinter-ansi-terminal , text, transformers @@ -250604,7 +245917,6 @@ self: { benchmarkHaskellDepends = [ base criterion text ]; description = "pretty printer for data types with a 'Show' instance"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "pretty-simple"; maintainers = [ lib.maintainers.cdepillabout ]; }) {}; @@ -250678,6 +245990,25 @@ self: { }) {}; "prettychart" = callPackage + ({ mkDerivation, async, base, box, bytestring, chart-svg + , containers, doctest-parallel, markup-parse, numhask-space + , optics-core, text, time, web-rep + }: + mkDerivation { + pname = "prettychart"; + version = "0.2.2.0"; + sha256 = "1mj20bhpjn7gf7kb123zmn27bfpk1zncqqg606xmdcyx225m43al"; + libraryHaskellDepends = [ + async base box bytestring chart-svg containers markup-parse + numhask-space optics-core text time web-rep + ]; + testHaskellDepends = [ base doctest-parallel ]; + description = "Pretty print charts from ghci"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "prettychart_0_3_0_0" = callPackage ({ mkDerivation, async, base, box, bytestring, chart-svg , containers, doctest-parallel, filepath, fsnotify, markup-parse , numhask-space, optics-core, optparse-applicative, text, time @@ -251077,24 +246408,6 @@ self: { }) {}; "primecount" = callPackage - ({ mkDerivation, base, primecount, silently, tasty, tasty-bench - , tasty-hunit - }: - mkDerivation { - pname = "primecount"; - version = "0.1.0.1"; - sha256 = "113cyvmm5yg4ybmxdp6m2adlmfdsk3mja3nzkgr6hdywyy94jczs"; - revision = "1"; - editedCabalFile = "0sb7pfc68f3cbx4086k3zld8mnp8b9lmr7mnfy4yb75ynp0p6qm9"; - libraryHaskellDepends = [ base ]; - librarySystemDepends = [ primecount ]; - testHaskellDepends = [ base silently tasty tasty-hunit ]; - benchmarkHaskellDepends = [ base tasty-bench ]; - description = "Bindings to the primecount library"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) primecount;}; - - "primecount_0_1_0_2" = callPackage ({ mkDerivation, base, primecount, silently, tasty, tasty-bench , tasty-hunit }: @@ -251108,7 +246421,6 @@ self: { benchmarkHaskellDepends = [ base tasty-bench ]; description = "Bindings to the primecount library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) primecount;}; "primes" = callPackage @@ -251153,32 +246465,6 @@ self: { }) {inherit (pkgs) primesieve;}; "primitive" = callPackage - ({ mkDerivation, base, base-orphans, deepseq, ghc-prim, QuickCheck - , quickcheck-classes-base, tagged, tasty, tasty-bench - , tasty-quickcheck, template-haskell, transformers - , transformers-compat - }: - mkDerivation { - pname = "primitive"; - version = "0.8.0.0"; - sha256 = "0pwr5g3bra5m2zjm14pj98klqj2qrjcfasgd3rcrp7vq98dw4lsm"; - revision = "1"; - editedCabalFile = "0w1nf0rabgyk5q7ccw7va1mj6k50lswvikhi6vr2myb1dvx4bzyh"; - libraryHaskellDepends = [ - base deepseq template-haskell transformers - ]; - testHaskellDepends = [ - base base-orphans ghc-prim QuickCheck quickcheck-classes-base - tagged tasty tasty-quickcheck transformers transformers-compat - ]; - benchmarkHaskellDepends = [ - base deepseq tasty-bench transformers - ]; - description = "Primitive memory-related operations"; - license = lib.licenses.bsd3; - }) {}; - - "primitive_0_9_0_0" = callPackage ({ mkDerivation, base, base-orphans, deepseq, ghc-prim, QuickCheck , quickcheck-classes-base, tagged, tasty, tasty-bench , tasty-quickcheck, template-haskell, transformers @@ -251202,7 +246488,6 @@ self: { ]; description = "Primitive memory-related operations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "primitive-addr" = callPackage @@ -253010,25 +248295,6 @@ self: { }) {}; "prometheus" = callPackage - ({ mkDerivation, atomic-primops, base, bytestring, containers - , http-client, http-client-tls, http-types, network-uri, text - , transformers, wai, warp - }: - mkDerivation { - pname = "prometheus"; - version = "2.2.4"; - sha256 = "15ykkpiq1vw4ii9x31jrfryl073kd90dp0p05c3avgqczp3985zp"; - revision = "1"; - editedCabalFile = "0p55nnhhgbf77pw5r5snmikl98zngxwfg1xwg6534lycbznws87z"; - libraryHaskellDepends = [ - atomic-primops base bytestring containers http-client - http-client-tls http-types network-uri text transformers wai warp - ]; - description = "Prometheus Haskell Client"; - license = lib.licenses.bsd3; - }) {}; - - "prometheus_2_3_0" = callPackage ({ mkDerivation, atomic-primops, base, bytestring, containers , http-client, http-client-tls, http-types, network-uri, text , transformers, wai, warp @@ -253045,7 +248311,6 @@ self: { ]; description = "Prometheus Haskell Client"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "prometheus-client" = callPackage @@ -253382,8 +248647,8 @@ self: { }: mkDerivation { pname = "property-matchers"; - version = "0.3.0.0"; - sha256 = "0414qvw3ay7ssv4404v3ks68zvnw40wp67s6fx22j0b9msvasq0n"; + version = "0.4.0.0"; + sha256 = "04gfxskd5gagpfh21532d0kk89zrkmgxky3j9aqlw6s90ba02pr5"; libraryHaskellDepends = [ adjunctions base deepseq pretty-simple prettyprinter recover-rtti semialign text these @@ -254579,23 +249844,6 @@ self: { }) {}; "ptr-poker" = callPackage - ({ mkDerivation, base, bytestring, criterion, hedgehog - , isomorphism-class, numeric-limits, rerebase, scientific, text - }: - mkDerivation { - pname = "ptr-poker"; - version = "0.1.2.14"; - sha256 = "025b3z6mpyb2v2jvv5x0dryghlwcz083f8721kddfyi7v0qd10vg"; - libraryHaskellDepends = [ base bytestring scientific text ]; - testHaskellDepends = [ - hedgehog isomorphism-class numeric-limits rerebase - ]; - benchmarkHaskellDepends = [ criterion rerebase ]; - description = "Pointer poking action construction and composition toolkit"; - license = lib.licenses.mit; - }) {}; - - "ptr-poker_0_1_2_16" = callPackage ({ mkDerivation, base, bytestring, criterion, hedgehog , isomorphism-class, numeric-limits, rerebase, scientific, text }: @@ -254610,7 +249858,6 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Pointer poking action construction and composition toolkit"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "ptrdiff" = callPackage @@ -255705,27 +250952,6 @@ self: { }) {}; "pusher-http-haskell" = callPackage - ({ mkDerivation, aeson, base, base16-bytestring, bytestring - , crypton, hashable, hspec, http-client, http-client-tls - , http-types, memory, QuickCheck, text, time, unordered-containers - }: - mkDerivation { - pname = "pusher-http-haskell"; - version = "2.1.0.19"; - sha256 = "1zhypjxi3n0zn7l8mkdw17zvm2fsflk8cfnx1bsh0fd5b6a2xj49"; - libraryHaskellDepends = [ - aeson base base16-bytestring bytestring crypton hashable - http-client http-client-tls http-types memory text time - unordered-containers - ]; - testHaskellDepends = [ - aeson base bytestring hspec QuickCheck text unordered-containers - ]; - description = "Haskell client library for the Pusher Channels HTTP API"; - license = lib.licenses.mit; - }) {}; - - "pusher-http-haskell_2_1_0_20" = callPackage ({ mkDerivation, aeson, base, base16-bytestring, bytestring , crypton, hashable, hspec, http-client, http-client-tls , http-types, memory, QuickCheck, text, time, unordered-containers @@ -255744,7 +250970,6 @@ self: { ]; description = "Haskell client library for the Pusher Channels HTTP API"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "pusher-ws" = callPackage @@ -257063,16 +252288,14 @@ self: { }) {}; "queue-sheet" = callPackage - ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring, directory - , filepath, ginger, optparse-applicative, process, scientific + ({ mkDerivation, aeson, base, bytestring, directory, filepath + , ginger, optparse-applicative, prettyprinter, process, scientific , tasty, tasty-hunit, text, transformers, ttc, vector, yaml }: mkDerivation { pname = "queue-sheet"; - version = "0.7.0.2"; - sha256 = "14ih4j09r30p0a75na833jq5ar0wfjm1f7qn6hfyqr4hjyqyfwfk"; - revision = "3"; - editedCabalFile = "00waw06ql64j097i6156fjw5glv3cz5ni9i0j271wzc5zj1a6p4r"; + version = "0.8.0.1"; + sha256 = "1s7j51542j4in10ihb47jflwkf6m4gsi1z1aq9mzs2ksj65n1yc9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -257080,7 +252303,7 @@ self: { text transformers ttc vector yaml ]; executableHaskellDepends = [ - ansi-wl-pprint base optparse-applicative + base optparse-applicative prettyprinter ]; testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "queue sheet utility"; @@ -257414,34 +252637,6 @@ self: { }) {}; "quickcheck-instances" = callPackage - ({ mkDerivation, array, base, bytestring, case-insensitive - , containers, data-fix, hashable, integer-logarithms, old-time - , OneTuple, primitive, QuickCheck, scientific, splitmix, strict - , tagged, text, text-short, these, time, time-compat, transformers - , transformers-compat, unordered-containers, uuid-types, vector - }: - mkDerivation { - pname = "quickcheck-instances"; - version = "0.3.30"; - sha256 = "07c4ipssd4q823x2biry43h182y3rg26yqsv14z4yiajmz9rlvmx"; - revision = "1"; - editedCabalFile = "0khr8jyxb0kxqmpi8sn7f0i89cwj4fq2chsygl4f02kflkji53dp"; - libraryHaskellDepends = [ - array base bytestring case-insensitive containers data-fix hashable - integer-logarithms old-time OneTuple primitive QuickCheck - scientific splitmix strict tagged text text-short these time - time-compat transformers transformers-compat unordered-containers - uuid-types vector - ]; - testHaskellDepends = [ - base containers primitive QuickCheck tagged uuid-types - ]; - benchmarkHaskellDepends = [ base bytestring QuickCheck ]; - description = "Common quickcheck instances"; - license = lib.licenses.bsd3; - }) {}; - - "quickcheck-instances_0_3_32" = callPackage ({ mkDerivation, array, base, bytestring, case-insensitive , containers, data-fix, hashable, integer-logarithms, old-time , OneTuple, primitive, QuickCheck, scientific, splitmix, strict @@ -257452,6 +252647,8 @@ self: { pname = "quickcheck-instances"; version = "0.3.32"; sha256 = "10zz62j1jplk392c90hkg9mfk8piyp5ify94jp3rld722phg5xa8"; + revision = "1"; + editedCabalFile = "0d7vgsvvkipa1d1gh7z7ha12fv49frcv81dz09qy0m6kvn5lawl7"; libraryHaskellDepends = [ array base bytestring case-insensitive containers data-fix hashable integer-logarithms old-time OneTuple primitive QuickCheck @@ -257464,7 +252661,6 @@ self: { benchmarkHaskellDepends = [ base bytestring QuickCheck ]; description = "Common quickcheck instances"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "quickcheck-io" = callPackage @@ -257702,43 +252898,6 @@ self: { }) {}; "quickcheck-state-machine" = callPackage - ({ mkDerivation, aeson, ansi-wl-pprint, array, base, base-compat - , bifunctors, bytestring, containers, directory, doctest - , exceptions, filelock, filepath, generic-data, generics-sop - , graphviz, hashable, hashtables, http-client, MemoTrie - , monad-logger, mtl, network, persistent, persistent-postgresql - , persistent-sqlite, persistent-template, postgresql-simple, pretty - , pretty-show, process, QuickCheck, quickcheck-instances, random - , resource-pool, resourcet, servant, servant-client, servant-server - , sop-core, split, stm, strict, string-conversions, tasty - , tasty-hunit, tasty-quickcheck, text, time, unliftio - , unliftio-core, vector, wai, warp - }: - mkDerivation { - pname = "quickcheck-state-machine"; - version = "0.8.0"; - sha256 = "1fiffmc4bivivdkyb28103rvcnrlc44s28gv63c27r6vkwkwava2"; - libraryHaskellDepends = [ - ansi-wl-pprint base base-compat bytestring containers directory - exceptions filepath generic-data generics-sop graphviz MemoTrie mtl - pretty pretty-show process QuickCheck random sop-core split text - time unliftio vector - ]; - testHaskellDepends = [ - aeson array base bifunctors bytestring containers directory doctest - filelock filepath hashable hashtables http-client monad-logger mtl - network persistent persistent-postgresql persistent-sqlite - persistent-template postgresql-simple pretty-show process - QuickCheck quickcheck-instances random resource-pool resourcet - servant servant-client servant-server split stm strict - string-conversions tasty tasty-hunit tasty-quickcheck text unliftio - unliftio-core vector wai warp - ]; - description = "Test monadic programs using state machine based models"; - license = lib.licenses.bsd3; - }) {}; - - "quickcheck-state-machine_0_10_1" = callPackage ({ mkDerivation, array, base, base-compat, bifunctors, bytestring , containers, directory, doctest, exceptions, filelock, filepath , generics-sop, graphviz, hashable, hashtables, http-client @@ -257773,7 +252932,6 @@ self: { doHaddock = false; description = "Test monadic programs using state machine based models"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "quickcheck-state-machine-distributed" = callPackage @@ -257806,8 +252964,8 @@ self: { }: mkDerivation { pname = "quickcheck-string-random"; - version = "0.1.4.2"; - sha256 = "1r03w9ypvc063fhcd7sqs654gg0sz66jfll84bwg5709ws3y9bh6"; + version = "0.1.4.4"; + sha256 = "18yv3wa78y6fhywbpkmmxmffs0z52wkri3knqrhjfvm3hb8qxlgf"; libraryHaskellDepends = [ base QuickCheck string-random text ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck text @@ -259015,26 +254173,6 @@ self: { }) {}; "ral" = callPackage - ({ mkDerivation, adjunctions, base, bin, boring, criterion, deepseq - , distributive, fin, hashable, indexed-traversable, QuickCheck - , semigroupoids, vector - }: - mkDerivation { - pname = "ral"; - version = "0.2.1"; - sha256 = "1f6sks81g8zxkgnp7lc5n0aimnvbbvkazassc17z0prs56hs63si"; - revision = "3"; - editedCabalFile = "1a8833bz213ynf9lpmhmsmrzfbvzbm1iznv7hmgkqc8rz93zbvjw"; - libraryHaskellDepends = [ - adjunctions base bin boring deepseq distributive fin hashable - indexed-traversable QuickCheck semigroupoids - ]; - benchmarkHaskellDepends = [ base criterion vector ]; - description = "Random access lists"; - license = lib.licenses.gpl2Plus; - }) {}; - - "ral_0_2_2" = callPackage ({ mkDerivation, adjunctions, base, bin, boring, criterion, deepseq , distributive, fin, hashable, indexed-traversable, QuickCheck , semigroupoids, vector @@ -259052,7 +254190,6 @@ self: { benchmarkHaskellDepends = [ base criterion vector ]; description = "Random access lists"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "ral-lens" = callPackage @@ -259208,28 +254345,6 @@ self: { }) {}; "random" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, doctest - , mtl, primitive, rdtsc, smallcheck, split, splitmix, stm, tasty - , tasty-bench, tasty-hunit, tasty-inspection-testing - , tasty-smallcheck, time, transformers - }: - mkDerivation { - pname = "random"; - version = "1.2.1.2"; - sha256 = "1d54v51dzdc4izv3aycjbvaj7lcz74avzixayqzlaz1jsb14s3vr"; - libraryHaskellDepends = [ base bytestring deepseq mtl splitmix ]; - testHaskellDepends = [ - base bytestring containers doctest smallcheck stm tasty tasty-hunit - tasty-inspection-testing tasty-smallcheck transformers - ]; - benchmarkHaskellDepends = [ - base mtl primitive rdtsc split splitmix tasty-bench time - ]; - description = "Pseudo-random number generation"; - license = lib.licenses.bsd3; - }) {}; - - "random_1_2_1_3" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, mtl , primitive, rdtsc, smallcheck, split, splitmix, stm, tasty , tasty-bench, tasty-hunit, tasty-inspection-testing @@ -259249,7 +254364,6 @@ self: { ]; description = "Pseudo-random number generation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "random-access-file" = callPackage @@ -259631,24 +254745,6 @@ self: { }) {}; "range-set-list" = callPackage - ({ mkDerivation, base, containers, deepseq, hashable, tasty - , tasty-quickcheck - }: - mkDerivation { - pname = "range-set-list"; - version = "0.1.3.1"; - sha256 = "0m8c8qhpk9vaykqfy6gsv1csmvdclm27zv9l56ipv152k75xks0j"; - revision = "6"; - editedCabalFile = "0gxcsav13k7cm0h45a5xqwd2jqk307cl4vh0d1bqvwsmn014z5w4"; - libraryHaskellDepends = [ base containers deepseq hashable ]; - testHaskellDepends = [ - base containers deepseq hashable tasty tasty-quickcheck - ]; - description = "Memory efficient sets with ranges of elements"; - license = lib.licenses.mit; - }) {}; - - "range-set-list_0_1_4" = callPackage ({ mkDerivation, base, containers, deepseq, hashable, tasty , tasty-quickcheck }: @@ -259664,7 +254760,6 @@ self: { ]; description = "Memory efficient sets with ranges of elements"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "range-space" = callPackage @@ -259810,8 +254905,8 @@ self: { }: mkDerivation { pname = "rank2classes"; - version = "1.5.3.1"; - sha256 = "1gbcc6damm3wix4g7lk046cf0qsmy8i06mz54id5gw6qccbicnsh"; + version = "1.5.4"; + sha256 = "03ibbfz0n88sv5nragvbnlm5rn3ljfycxk6pgz8wriylfs1l60bd"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base data-functor-logistic distributive template-haskell @@ -260281,29 +255376,6 @@ self: { }) {}; "rattletrap" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring - , containers, filepath, http-client, http-client-tls, text - }: - mkDerivation { - pname = "rattletrap"; - version = "12.1.3"; - sha256 = "13v3jm84fycra1f3wncig69zs6bmqir077c2hd4j1dmzvfg9j1yn"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson aeson-pretty array base bytestring containers filepath - http-client http-client-tls text - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ base bytestring filepath ]; - description = "Parse and generate Rocket League replays"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - mainProgram = "rattletrap"; - broken = true; - }) {}; - - "rattletrap_14_1_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring , containers, filepath, http-client, http-client-tls, text }: @@ -261729,27 +256801,6 @@ self: { }) {}; "rebase" = callPackage - ({ mkDerivation, base, bifunctors, bytestring, comonad, containers - , contravariant, deepseq, dlist, either, groups, hashable - , invariant, mtl, profunctors, scientific, selective, semigroupoids - , stm, text, time, time-compat, transformers, unordered-containers - , uuid-types, vector, vector-instances, void - }: - mkDerivation { - pname = "rebase"; - version = "1.20.2"; - sha256 = "14mvgg50yy5msmqv7p8kgx5dvj27dsxpzncmgzx5237kj6l9f4h0"; - libraryHaskellDepends = [ - base bifunctors bytestring comonad containers contravariant deepseq - dlist either groups hashable invariant mtl profunctors scientific - selective semigroupoids stm text time time-compat transformers - unordered-containers uuid-types vector vector-instances void - ]; - description = "A more progressive alternative to the \"base\" package"; - license = lib.licenses.mit; - }) {}; - - "rebase_1_21_1" = callPackage ({ mkDerivation, base, bifunctors, bytestring, comonad, containers , contravariant, deepseq, dlist, either, groups, hashable , invariant, mtl, profunctors, scientific, selective, semigroupoids @@ -261768,7 +256819,6 @@ self: { ]; description = "A more progressive alternative to the \"base\" package"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "rebindable" = callPackage @@ -262312,6 +257362,35 @@ self: { mainProgram = "redact"; }) {}; + "redact_0_6_0_0" = callPackage + ({ mkDerivation, ansi-terminal, ansi-wl-pprint, array, base + , constraints, containers, data-default, directory, exceptions + , extra, monad-control, mtl, optparse-applicative, stm, syb, tasty + , tasty-hunit, template-haskell, text, transformers-base, unliftio + }: + mkDerivation { + pname = "redact"; + version = "0.6.0.0"; + sha256 = "0xw1w6zr92r71c7sb4c2ys61bfj56pjml699kvilfswmr5vrkaha"; + revision = "1"; + editedCabalFile = "0g23f4r65kqj0nmpxw5cfx5a3ngg4l3y73zbdylyn3k5wx83kpnc"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ ansi-terminal base text ]; + executableHaskellDepends = [ + ansi-terminal ansi-wl-pprint base directory optparse-applicative + ]; + testHaskellDepends = [ + ansi-terminal array base constraints containers data-default + exceptions extra monad-control mtl stm syb tasty tasty-hunit + template-haskell transformers-base unliftio + ]; + description = "hide secret text on the terminal"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + mainProgram = "redact"; + }) {}; + "reddit" = callPackage ({ mkDerivation, aeson, api-builder, base, bytestring, Cabal , data-default-class, directory, free, hspec, http-client @@ -262572,24 +257651,6 @@ self: { }) {}; "reducers" = callPackage - ({ mkDerivation, array, base, bytestring, containers, fingertree - , hashable, semigroupoids, text, transformers, unordered-containers - }: - mkDerivation { - pname = "reducers"; - version = "3.12.4"; - sha256 = "0hsycdir52jdijnnvc77jj971fjrrc722v952wr62ivrvx2zarn0"; - revision = "7"; - editedCabalFile = "0s16blgjra4alwayamivbba1swgr47nic3mns9zj8gqlyv1s5ah8"; - libraryHaskellDepends = [ - array base bytestring containers fingertree hashable semigroupoids - text transformers unordered-containers - ]; - description = "Semigroups, specialized containers and a general map/reduce framework"; - license = lib.licenses.bsd3; - }) {}; - - "reducers_3_12_5" = callPackage ({ mkDerivation, array, base, bytestring, containers, fingertree , hashable, semigroupoids, text, transformers, unordered-containers }: @@ -262603,7 +257664,6 @@ self: { ]; description = "Semigroups, specialized containers and a general map/reduce framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "reedsolomon" = callPackage @@ -262927,21 +257987,6 @@ self: { }) {}; "reflection" = callPackage - ({ mkDerivation, base, containers, hspec, hspec-discover - , QuickCheck, template-haskell - }: - mkDerivation { - pname = "reflection"; - version = "2.1.8"; - sha256 = "1kc9857qwj2kb26h3sbmywp1blry2mcrs2h03751pvaqg7v9yblj"; - libraryHaskellDepends = [ base template-haskell ]; - testHaskellDepends = [ base containers hspec QuickCheck ]; - testToolDepends = [ hspec-discover ]; - description = "Reifies arbitrary terms into types that can be reflected back into terms"; - license = lib.licenses.bsd3; - }) {}; - - "reflection_2_1_9" = callPackage ({ mkDerivation, base, containers, hspec, hspec-discover , QuickCheck, template-haskell }: @@ -262954,7 +257999,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Reifies arbitrary terms into types that can be reflected back into terms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "reflection-extras" = callPackage @@ -265863,6 +260907,8 @@ self: { pname = "repa"; version = "3.4.2.0"; sha256 = "1rqwmpslwqhrwgkpsqhx3hm4z41vfl35h7qkdxds44125d54kwcq"; + revision = "1"; + editedCabalFile = "1hihmk2flpwjpy0mbrg2c40iv4vp2zp5ygw4fqbcqr3cjq8jkibz"; libraryHaskellDepends = [ base bytestring ghc-prim QuickCheck template-haskell vector ]; @@ -266416,40 +261462,6 @@ self: { }) {}; "req" = callPackage - ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder - , bytestring, case-insensitive, containers, crypton-connection - , exceptions, hspec, hspec-core, hspec-discover, http-api-data - , http-client, http-client-tls, http-types, modern-uri - , monad-control, mtl, QuickCheck, retry, template-haskell, text - , time, transformers, transformers-base, unliftio-core - }: - mkDerivation { - pname = "req"; - version = "3.13.2"; - sha256 = "1pmhfn4rq4n5r2jmml8bj287iaipfl576s0csl4yaf31j0ll1gjv"; - revision = "4"; - editedCabalFile = "1zgxl5w68pplz3s9m9q7jjrcyijyzqlb7xgx1j7pqs57lyr9hsxd"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson authenticate-oauth base blaze-builder bytestring - case-insensitive containers crypton-connection exceptions - http-api-data http-client http-client-tls http-types modern-uri - monad-control mtl retry template-haskell text transformers - transformers-base unliftio-core - ]; - testHaskellDepends = [ - aeson base blaze-builder bytestring case-insensitive hspec - hspec-core http-api-data http-client http-types modern-uri - QuickCheck retry template-haskell text time - ]; - testToolDepends = [ hspec-discover ]; - doCheck = false; - description = "HTTP client library"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.maralorn ]; - }) {}; - - "req_3_13_4" = callPackage ({ mkDerivation, aeson, authenticate-oauth, base, blaze-builder , bytestring, case-insensitive, containers, crypton-connection , data-default-class, exceptions, hspec, hspec-core, hspec-discover @@ -266481,7 +261493,6 @@ self: { doCheck = false; description = "HTTP client library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -266680,17 +261691,6 @@ self: { }) {}; "rerebase" = callPackage - ({ mkDerivation, rebase }: - mkDerivation { - pname = "rerebase"; - version = "1.20.2"; - sha256 = "0c6ba9cvs2bq9yswys7xl6vl03bn3fm7b5iar5wpqd0aii2qqnps"; - libraryHaskellDepends = [ rebase ]; - description = "Reexports from \"base\" with a bunch of other standard libraries"; - license = lib.licenses.mit; - }) {}; - - "rerebase_1_21_1" = callPackage ({ mkDerivation, rebase }: mkDerivation { pname = "rerebase"; @@ -266699,7 +261699,6 @@ self: { libraryHaskellDepends = [ rebase ]; description = "Reexports from \"base\" with a bunch of other standard libraries"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "rerefined" = callPackage @@ -270789,27 +265788,6 @@ self: { }) {}; "rrb-vector" = callPackage - ({ mkDerivation, base, containers, deepseq, indexed-traversable - , nothunks, primitive, quickcheck-classes-base, tasty, tasty-bench - , tasty-quickcheck - }: - mkDerivation { - pname = "rrb-vector"; - version = "0.2.1.0"; - sha256 = "1z5zis6ixqmlanzskkimz9bxdpa5x5bv1xc4f9ny5g4hfly5q1na"; - libraryHaskellDepends = [ - base deepseq indexed-traversable primitive - ]; - testHaskellDepends = [ - base containers deepseq nothunks quickcheck-classes-base tasty - tasty-quickcheck - ]; - benchmarkHaskellDepends = [ base tasty-bench ]; - description = "Efficient RRB-Vectors"; - license = lib.licenses.bsd3; - }) {}; - - "rrb-vector_0_2_2_1" = callPackage ({ mkDerivation, base, containers, deepseq, indexed-traversable , nothunks, primitive, quickcheck-classes-base, samsort, tasty , tasty-bench, tasty-quickcheck @@ -270828,7 +265806,6 @@ self: { benchmarkHaskellDepends = [ base tasty-bench ]; description = "Efficient RRB-Vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "rrule" = callPackage @@ -271477,13 +266454,13 @@ self: { }: mkDerivation { pname = "rustls"; - version = "0.2.0.0"; - sha256 = "1scgp17hfmnzfccpaqih0smq3v34n217wsc5p7xdqgyhxwsj1bqg"; + version = "0.2.1.0"; + sha256 = "03r88q5p6c63h4am2f9wsn9j6yw2vnlqp3f7fxy6z44y36cxjz7w"; libraryHaskellDepends = [ base bytestring containers derive-storable mtl network resourcet text transformers ]; - librarySystemDepends = [ rustls ]; + libraryPkgconfigDepends = [ rustls ]; testHaskellDepends = [ async base bytestring containers directory filepath hedgehog process resourcet stm tasty tasty-hedgehog tasty-hunit temporary @@ -271742,21 +266719,6 @@ self: { }) {}; "safe-coloured-text" = callPackage - ({ mkDerivation, base, bytestring, text, validity - , validity-bytestring, validity-text - }: - mkDerivation { - pname = "safe-coloured-text"; - version = "0.2.0.2"; - sha256 = "0bzg4czc2grv4bjc52q9gzy5crj2qwpv4yppkgzjwlv087594as8"; - libraryHaskellDepends = [ - base bytestring text validity validity-bytestring validity-text - ]; - description = "Safely output coloured text"; - license = lib.licenses.mit; - }) {}; - - "safe-coloured-text_0_3_0_2" = callPackage ({ mkDerivation, base, bytestring, text, validity , validity-bytestring, validity-text }: @@ -271769,32 +266731,9 @@ self: { ]; description = "Safely output coloured text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "safe-coloured-text-gen" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-bytestring - , genvalidity-sydtest, genvalidity-text, safe-coloured-text - , sydtest, sydtest-discover, text - }: - mkDerivation { - pname = "safe-coloured-text-gen"; - version = "0.0.0.2"; - sha256 = "09ggxr8r3qynk5vyg52j4pyq4qp3mwfigzp837agxgkv3bxb3638"; - libraryHaskellDepends = [ - base genvalidity genvalidity-bytestring genvalidity-text - safe-coloured-text - ]; - testHaskellDepends = [ - base genvalidity-sydtest safe-coloured-text sydtest text - ]; - testToolDepends = [ sydtest-discover ]; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "safe-coloured-text-gen_0_0_0_3" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-bytestring , genvalidity-sydtest, genvalidity-text, safe-coloured-text , sydtest, sydtest-discover, text @@ -271817,25 +266756,6 @@ self: { }) {}; "safe-coloured-text-layout" = callPackage - ({ mkDerivation, base, bytestring, safe-coloured-text, sydtest - , sydtest-discover, text, validity - }: - mkDerivation { - pname = "safe-coloured-text-layout"; - version = "0.0.0.0"; - sha256 = "11fbfqs96dlhyywkmy97b2fsws0fdsv3illdd61w3fckbxbdw6bw"; - libraryHaskellDepends = [ base safe-coloured-text text validity ]; - testHaskellDepends = [ - base bytestring safe-coloured-text sydtest text - ]; - testToolDepends = [ sydtest-discover ]; - description = "Safely layout output coloured text"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "safe-coloured-text-layout_0_2_0_1" = callPackage ({ mkDerivation, base, safe-coloured-text, text, validity }: mkDerivation { pname = "safe-coloured-text-layout"; @@ -271849,27 +266769,6 @@ self: { }) {}; "safe-coloured-text-layout-gen" = callPackage - ({ mkDerivation, base, genvalidity, genvalidity-sydtest - , safe-coloured-text, safe-coloured-text-gen - , safe-coloured-text-layout, sydtest, sydtest-discover - }: - mkDerivation { - pname = "safe-coloured-text-layout-gen"; - version = "0.0.0.0"; - sha256 = "1v4in8zl689j47jwac0z1k3rnnsc54qdclrbzja9aa364bmczzv8"; - libraryHaskellDepends = [ - base genvalidity safe-coloured-text-gen safe-coloured-text-layout - ]; - testHaskellDepends = [ - base genvalidity-sydtest safe-coloured-text safe-coloured-text-gen - safe-coloured-text-layout sydtest - ]; - testToolDepends = [ sydtest-discover ]; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - }) {}; - - "safe-coloured-text-layout-gen_0_0_0_1" = callPackage ({ mkDerivation, base, genvalidity, genvalidity-sydtest , safe-coloured-text, safe-coloured-text-gen , safe-coloured-text-layout, sydtest, sydtest-discover, text @@ -271891,17 +266790,6 @@ self: { }) {}; "safe-coloured-text-terminfo" = callPackage - ({ mkDerivation, base, safe-coloured-text, terminfo }: - mkDerivation { - pname = "safe-coloured-text-terminfo"; - version = "0.1.0.0"; - sha256 = "1qfs1y35sxabnlihfzbs5nhmhz5xb7fwiib4j2nhwwq70glyldcn"; - libraryHaskellDepends = [ base safe-coloured-text terminfo ]; - description = "Safely output coloured text"; - license = lib.licenses.mit; - }) {}; - - "safe-coloured-text-terminfo_0_3_0_0" = callPackage ({ mkDerivation, base, safe-coloured-text, terminfo }: mkDerivation { pname = "safe-coloured-text-terminfo"; @@ -271910,7 +266798,6 @@ self: { libraryHaskellDepends = [ base safe-coloured-text terminfo ]; description = "Safely output coloured text"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "safe-coupling" = callPackage @@ -272302,8 +267189,8 @@ self: { pname = "safe-wild-cards"; version = "1.0.0.2"; sha256 = "1b249139ymylvyxzkn0nk7hqgcmxz89mbgs5zc6f7l17gd7iqvap"; - revision = "1"; - editedCabalFile = "0v52sndb7d27w7ad20rfi26qn1fmc0rm5jygxh4zyiwrckrj0nkc"; + revision = "2"; + editedCabalFile = "0v5ifccbjyhshlfq1sk5ws85ap4cd6065rg48bsfbg91qjx1h75i"; libraryHaskellDepends = [ base template-haskell th-abstraction ]; testHaskellDepends = [ base ]; description = "Use RecordWildCards safely"; @@ -273048,50 +267935,6 @@ self: { }) {}; "sandwich" = callPackage - ({ mkDerivation, aeson, ansi-terminal, async, base, brick - , bytestring, colour, containers, deepseq, directory, exceptions - , filepath, free, haskell-src-exts, lifted-async, microlens - , microlens-th, monad-control, monad-logger, mtl - , optparse-applicative, pretty-show, process, retry, safe - , safe-exceptions, stm, string-interpolate, template-haskell, text - , time, transformers, transformers-base, unix, unliftio-core - , vector, vty, vty-crossplatform - }: - mkDerivation { - pname = "sandwich"; - version = "0.2.2.0"; - sha256 = "1sww8bixsg3yd44f72sr2yhwhanwvlvnp9491mq3lm0syklw0jl4"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson ansi-terminal async base brick bytestring colour containers - deepseq directory exceptions filepath free haskell-src-exts - lifted-async microlens microlens-th monad-control monad-logger mtl - optparse-applicative pretty-show process retry safe safe-exceptions - stm string-interpolate template-haskell text time transformers - transformers-base unix unliftio-core vector vty vty-crossplatform - ]; - executableHaskellDepends = [ - aeson ansi-terminal async base brick bytestring colour containers - deepseq directory exceptions filepath free haskell-src-exts - lifted-async microlens microlens-th monad-control monad-logger mtl - optparse-applicative pretty-show process retry safe safe-exceptions - stm string-interpolate template-haskell text time transformers - transformers-base unix unliftio-core vector vty vty-crossplatform - ]; - testHaskellDepends = [ - aeson ansi-terminal async base brick bytestring colour containers - deepseq directory exceptions filepath free haskell-src-exts - lifted-async microlens microlens-th monad-control monad-logger mtl - optparse-applicative pretty-show process retry safe safe-exceptions - stm string-interpolate template-haskell text time transformers - transformers-base unix unliftio-core vector vty vty-crossplatform - ]; - description = "Yet another test framework for Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "sandwich_0_3_0_2" = callPackage ({ mkDerivation, aeson, ansi-terminal, async, base, brick , bytestring, colour, containers, deepseq, directory, exceptions , filepath, free, haskell-src-exts, microlens, microlens-th @@ -273135,7 +267978,6 @@ self: { ]; description = "Yet another test framework for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sandwich-contexts" = callPackage @@ -273241,50 +268083,6 @@ self: { }) {}; "sandwich-webdriver" = callPackage - ({ mkDerivation, aeson, base, bytestring, containers, data-default - , directory, exceptions, filepath, http-client, http-client-tls - , http-conduit, lifted-base, microlens, microlens-aeson - , monad-control, monad-logger, mtl, network, process, random - , regex-compat, retry, safe, safe-exceptions, sandwich - , string-interpolate, temporary, text, time, transformers, unix - , unliftio, unordered-containers, vector, webdriver - }: - mkDerivation { - pname = "sandwich-webdriver"; - version = "0.2.3.1"; - sha256 = "15zpdv8mmzmgrr07m8as4alwxx2xw54vj8y39f5f3z58wg1q767c"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring containers data-default directory exceptions - filepath http-client http-client-tls http-conduit lifted-base - microlens microlens-aeson monad-control monad-logger mtl network - process random regex-compat retry safe safe-exceptions sandwich - string-interpolate temporary text time transformers unix - unordered-containers vector webdriver - ]; - executableHaskellDepends = [ - aeson base bytestring containers data-default directory exceptions - filepath http-client http-client-tls http-conduit lifted-base - microlens microlens-aeson monad-control monad-logger mtl network - process random regex-compat retry safe safe-exceptions sandwich - string-interpolate temporary text time transformers unix - unordered-containers vector webdriver - ]; - testHaskellDepends = [ - aeson base bytestring containers data-default directory exceptions - filepath http-client http-client-tls http-conduit lifted-base - microlens microlens-aeson monad-control monad-logger mtl network - process random regex-compat retry safe safe-exceptions sandwich - string-interpolate temporary text time transformers unix unliftio - unordered-containers vector webdriver - ]; - description = "Sandwich integration with Selenium WebDriver"; - license = lib.licenses.bsd3; - mainProgram = "sandwich-webdriver-exe"; - }) {}; - - "sandwich-webdriver_0_3_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, data-default , directory, exceptions, filepath, http-client, http-client-tls , http-conduit, microlens, microlens-aeson, monad-control @@ -273315,7 +268113,6 @@ self: { ]; description = "Sandwich integration with Selenium WebDriver"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sarasvati" = callPackage @@ -273722,33 +268519,6 @@ self: { }) {}; "sbp" = callPackage - ({ mkDerivation, aeson, aeson-pretty, array, base - , base64-bytestring, basic-prelude, binary, binary-conduit - , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 - , lens, lens-aeson, monad-loops, resourcet, tasty, tasty-hunit - , template-haskell, text, time, yaml - }: - mkDerivation { - pname = "sbp"; - version = "5.0.7"; - sha256 = "1lj4zkpyarqhn3k9lnhlkhdmad2q4i4c189civ5ncs55lp6qhybp"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson array base base64-bytestring basic-prelude binary bytestring - data-binary-ieee754 lens lens-aeson monad-loops template-haskell - text - ]; - executableHaskellDepends = [ - aeson aeson-pretty base basic-prelude binary-conduit bytestring - cmdargs conduit conduit-extra lens resourcet time yaml - ]; - testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; - description = "SwiftNav's SBP Library"; - license = lib.licenses.mit; - }) {}; - - "sbp_6_2_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base , base64-bytestring, basic-prelude, binary, binary-conduit , bytestring, cmdargs, conduit, conduit-extra, data-binary-ieee754 @@ -273773,7 +268543,6 @@ self: { testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; description = "SwiftNav's SBP Library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "sbp2udp" = callPackage @@ -273798,39 +268567,6 @@ self: { }) {}; "sbv" = callPackage - ({ mkDerivation, array, async, base, bytestring, containers - , deepseq, directory, filepath, libBF, mtl, pretty, process - , QuickCheck, random, syb, tasty, tasty-bench, tasty-golden - , tasty-hunit, tasty-quickcheck, template-haskell, text, time - , transformers, uniplate, z3 - }: - mkDerivation { - pname = "sbv"; - version = "10.2"; - sha256 = "1qairjjffy3di61gdav8p1h3zdz4967g13z64xahhd4f2agmr0kz"; - revision = "1"; - editedCabalFile = "0vhjrgp4mggvky170m5y3jxcss3byjdbmk3y08bfivb2id94a724"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array async base containers deepseq directory filepath libBF mtl - pretty process QuickCheck random syb template-haskell text time - transformers uniplate - ]; - testHaskellDepends = [ - base bytestring containers deepseq directory filepath mtl process - QuickCheck random tasty tasty-golden tasty-hunit tasty-quickcheck - ]; - testSystemDepends = [ z3 ]; - benchmarkHaskellDepends = [ - base deepseq filepath process random tasty tasty-bench time - ]; - description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {inherit (pkgs) z3;}; - - "sbv_11_0" = callPackage ({ mkDerivation, array, async, base, bytestring, containers , deepseq, directory, filepath, libBF, mtl, pretty, process , QuickCheck, random, syb, tasty, tasty-bench, tasty-golden @@ -274739,31 +269475,6 @@ self: { }) {}; "scientific" = callPackage - ({ mkDerivation, base, binary, bytestring, containers, criterion - , deepseq, hashable, integer-logarithms, primitive, QuickCheck - , smallcheck, tasty, tasty-hunit, tasty-quickcheck - , tasty-smallcheck, template-haskell, text - }: - mkDerivation { - pname = "scientific"; - version = "0.3.7.0"; - sha256 = "1aa3ngb71l2sh1x2829napnr1w285q0sn2f7z2wvi3ynng2238d3"; - revision = "7"; - editedCabalFile = "1wkf63yiklpxgagvsq13ddvhg128l4yk50ajz2giclxl36mmb5wh"; - libraryHaskellDepends = [ - base binary bytestring containers deepseq hashable - integer-logarithms primitive template-haskell text - ]; - testHaskellDepends = [ - base binary bytestring QuickCheck smallcheck tasty tasty-hunit - tasty-quickcheck tasty-smallcheck text - ]; - benchmarkHaskellDepends = [ base criterion ]; - description = "Numbers represented using scientific notation"; - license = lib.licenses.bsd3; - }) {}; - - "scientific_0_3_8_0" = callPackage ({ mkDerivation, base, binary, bytestring, containers, criterion , deepseq, hashable, integer-logarithms, primitive, QuickCheck , smallcheck, tasty, tasty-hunit, tasty-quickcheck @@ -274773,8 +269484,8 @@ self: { pname = "scientific"; version = "0.3.8.0"; sha256 = "1kqqf8hyffrkqp6cgjxgxm9nc18ql7jj5rjjirqxf9mam2y47cqk"; - revision = "1"; - editedCabalFile = "1khkf5yl0mlmsia8lvkki6z8da0dwq77w1i5xvnd47qzmgkf4j11"; + revision = "2"; + editedCabalFile = "0bkks5hdi3w7xx2k1dvj8alsz1i7ljjaqmrp8hw024fh3mqad0xs"; libraryHaskellDepends = [ base binary bytestring containers deepseq hashable integer-logarithms primitive template-haskell text @@ -274786,7 +269497,6 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Numbers represented using scientific notation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "scientific-notation" = callPackage @@ -274993,38 +269703,6 @@ self: { }) {}; "scotty" = callPackage - ({ mkDerivation, aeson, async, base, blaze-builder, bytestring - , case-insensitive, cookie, data-default-class, directory - , exceptions, hspec, hspec-discover, hspec-wai, http-types - , lifted-base, lucid, monad-control, mtl, network, regex-compat - , stm, text, time, transformers, transformers-base - , transformers-compat, unliftio, wai, wai-extra, warp, weigh - }: - mkDerivation { - pname = "scotty"; - version = "0.20.1"; - sha256 = "1770kj78zdi137pskiyx28id64vilmhylnkgy139pvxa95n8i6kd"; - revision = "1"; - editedCabalFile = "02gz7kgv273scgmig0qkvfynslhqg9pnhmablidr47kw80kqghy6"; - libraryHaskellDepends = [ - aeson base blaze-builder bytestring case-insensitive cookie - data-default-class exceptions http-types monad-control mtl network - regex-compat stm text time transformers transformers-base - transformers-compat unliftio wai wai-extra warp - ]; - testHaskellDepends = [ - async base bytestring directory hspec hspec-wai http-types - lifted-base network text wai - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base bytestring lucid mtl text transformers weigh - ]; - description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp"; - license = lib.licenses.bsd3; - }) {}; - - "scotty_0_22" = callPackage ({ mkDerivation, aeson, async, base, blaze-builder, bytestring , case-insensitive, cookie, data-default-class, directory, doctest , exceptions, hspec, hspec-discover, hspec-wai, http-client @@ -275054,7 +269732,6 @@ self: { ]; description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "scotty-binding-play" = callPackage @@ -276389,29 +271066,6 @@ self: { }) {inherit (pkgs) secp256k1;}; "secp256k1-haskell" = callPackage - ({ mkDerivation, base, base16, bytestring, deepseq, entropy - , hashable, hspec, hspec-discover, HUnit, monad-par, mtl - , QuickCheck, secp256k1, string-conversions, unliftio-core - }: - mkDerivation { - pname = "secp256k1-haskell"; - version = "1.1.0"; - sha256 = "1k0d3lczsw9cg2yxacgf1w58c5wr4gr2a36v9wdid1b6ah673kbl"; - libraryHaskellDepends = [ - base base16 bytestring deepseq entropy hashable QuickCheck - string-conversions unliftio-core - ]; - libraryPkgconfigDepends = [ secp256k1 ]; - testHaskellDepends = [ - base base16 bytestring deepseq entropy hashable hspec HUnit - monad-par mtl QuickCheck string-conversions unliftio-core - ]; - testToolDepends = [ hspec-discover ]; - description = "Bindings for secp256k1"; - license = lib.licenses.mit; - }) {inherit (pkgs) secp256k1;}; - - "secp256k1-haskell_1_4_2" = callPackage ({ mkDerivation, base, base16, bytestring, deepseq, entropy , hashable, hspec, hspec-discover, HUnit, monad-par, mtl , QuickCheck, secp256k1, string-conversions, unliftio-core @@ -276432,7 +271086,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) secp256k1;}; "secp256k1-legacy" = callPackage @@ -276976,8 +271629,8 @@ self: { pname = "semialign"; version = "1.3.1"; sha256 = "1xwx1icyggjbjflgn75bsqw34dmpsd15qqmz13ljxv7zak17ps36"; - revision = "1"; - editedCabalFile = "047n3dfaci8igd7dawxj0ni5452w26ay36lr259qrb5zqfwzvfhf"; + revision = "2"; + editedCabalFile = "1swx9cwxbgkp9dj49fcqxncq8lx19sh4k9k4hlqgac1jwjlibrfz"; libraryHaskellDepends = [ base containers hashable indexed-traversable indexed-traversable-instances semigroupoids tagged these @@ -277215,23 +271868,6 @@ self: { }) {}; "semirings" = callPackage - ({ mkDerivation, base, base-compat-batteries, containers, hashable - , unordered-containers - }: - mkDerivation { - pname = "semirings"; - version = "0.6"; - sha256 = "16q535bvjl7395sqkx6zlw48y4fzr7irp44pcp7w9irpn4cncdcr"; - revision = "2"; - editedCabalFile = "1km8k2j0b7ym1c6gp8m4rx5y1vh8n27ff1w4l2g6865z0fg1d56l"; - libraryHaskellDepends = [ - base base-compat-batteries containers hashable unordered-containers - ]; - description = "two monoids as one, in holy haskimony"; - license = lib.licenses.bsd3; - }) {}; - - "semirings_0_7" = callPackage ({ mkDerivation, base, containers, hashable, unordered-containers }: mkDerivation { @@ -277243,7 +271879,6 @@ self: { ]; description = "two monoids as one, in holy haskimony"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "semver" = callPackage @@ -277716,29 +272351,6 @@ self: { }) {}; "sequence-formats" = callPackage - ({ mkDerivation, attoparsec, base, bytestring, containers, errors - , exceptions, foldl, hspec, lens-family, pipes, pipes-attoparsec - , pipes-bytestring, pipes-safe, pipes-zlib, tasty, tasty-hunit - , transformers, vector - }: - mkDerivation { - pname = "sequence-formats"; - version = "1.8.1.1"; - sha256 = "09k7iqi1cjynxvdqihg6p98isx9i7z3xiw5h9gll5d2hyz040vya"; - libraryHaskellDepends = [ - attoparsec base bytestring containers errors exceptions foldl - lens-family pipes pipes-attoparsec pipes-bytestring pipes-safe - pipes-zlib transformers vector - ]; - testHaskellDepends = [ - base bytestring containers foldl hspec pipes pipes-safe tasty - tasty-hunit transformers vector - ]; - description = "A package with basic parsing utilities for several Bioinformatic data formats"; - license = lib.licenses.gpl3Only; - }) {}; - - "sequence-formats_1_10_0_0" = callPackage ({ mkDerivation, attoparsec, base, bytestring, containers, errors , exceptions, foldl, hspec, lens-family, pipes, pipes-attoparsec , pipes-bytestring, pipes-safe, pipes-zlib, streaming-commons @@ -277759,7 +272371,6 @@ self: { ]; description = "A package with basic parsing utilities for several Bioinformatic data formats"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; }) {}; "sequenceTools" = callPackage @@ -279310,15 +273921,17 @@ self: { }) {}; "servant-hateoas" = callPackage - ({ mkDerivation, aeson, base, constrained-some, http-media, servant - , servant-server + ({ mkDerivation, aeson, base, constrained-some, http-media + , http-types, network-uri, servant, servant-server, singleton-bool + , text }: mkDerivation { pname = "servant-hateoas"; - version = "0.2.2"; - sha256 = "1m6zm7w4y0gzb35fqr4wgma59f2liidp6yjm0pn045xfxnnq2hrw"; + version = "0.3.4"; + sha256 = "1lqyvc1bglpsj8laci7zxc23gkim9s44ymklk8avx0yc5yzs0k2q"; libraryHaskellDepends = [ - aeson base constrained-some http-media servant servant-server + aeson base constrained-some http-media http-types network-uri + servant servant-server singleton-bool text ]; testHaskellDepends = [ base ]; description = "HATEOAS extension for servant"; @@ -280878,24 +275491,6 @@ self: { }) {}; "servant-swagger-ui" = callPackage - ({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant - , servant-server, servant-swagger-ui-core, text - }: - mkDerivation { - pname = "servant-swagger-ui"; - version = "0.3.5.5.0.0"; - sha256 = "1sjgakdln2nx9ki13vk557rfqwqjksagl32q7y3m8mc9y9s80py7"; - revision = "4"; - editedCabalFile = "1jgw4rv60cf5gl1icdbik0adzwn0zamyfd6nrkmkwf8ghikg2250"; - libraryHaskellDepends = [ - aeson base bytestring file-embed-lzma servant servant-server - servant-swagger-ui-core text - ]; - description = "Servant swagger ui"; - license = lib.licenses.bsd3; - }) {}; - - "servant-swagger-ui_0_3_5_5_0_1" = callPackage ({ mkDerivation, aeson, base, bytestring, file-embed-lzma, servant , servant-server, servant-swagger-ui-core, text }: @@ -280909,7 +275504,6 @@ self: { ]; description = "Servant swagger ui"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "servant-swagger-ui-core" = callPackage @@ -281877,8 +276471,8 @@ self: { pname = "setlocale"; version = "1.0.0.10"; sha256 = "19rv89jkhq5ic7j5rzpygnmsbzim2mn8ip0m292za613q88gywir"; - revision = "5"; - editedCabalFile = "16p23y8hkixxm9z1plnrsql0x264vkcrfgw516z05axc4l3xbkhg"; + revision = "6"; + editedCabalFile = "18i818q67cxfgz7q8zm6a0z032rh0yjhk375f99jwqh9da2h67fb"; libraryHaskellDepends = [ base ]; description = "Haskell bindings to setlocale"; license = lib.licenses.bsd3; @@ -283618,18 +278212,6 @@ self: { }) {}; "shellwords" = callPackage - ({ mkDerivation, base, hspec, megaparsec, text }: - mkDerivation { - pname = "shellwords"; - version = "0.1.3.2"; - sha256 = "1x0yb53qkckxli8sm5ck82c7lccp6kl79sk5mcxizb13a6ikw542"; - libraryHaskellDepends = [ base megaparsec text ]; - testHaskellDepends = [ base hspec megaparsec ]; - description = "Parse strings into words, like a shell would"; - license = lib.licenses.mit; - }) {}; - - "shellwords_0_1_4_0" = callPackage ({ mkDerivation, base, hspec, megaparsec, text }: mkDerivation { pname = "shellwords"; @@ -283639,7 +278221,6 @@ self: { testHaskellDepends = [ base hspec megaparsec ]; description = "Parse strings into words, like a shell would"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "shelly" = callPackage @@ -284637,21 +279218,21 @@ self: { "signify-hs" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring - , cryptohash-sha512, cryptonite, eccrypto, filepath + , cryptohash-sha512, crypton, eccrypto, filepath , optparse-applicative, parsec }: mkDerivation { pname = "signify-hs"; - version = "0.1.0.1"; - sha256 = "1a8ipdyc4c79waf1mgpwbmj1wrghmc5x49ksbxiwnkz6ini61kny"; + version = "0.1.0.3"; + sha256 = "04x0fli70y9qzgk7n4bsf07daz90fwj8mv4z1d053swq62fvrzlp"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base base64-bytestring bytestring cryptohash-sha512 cryptonite + base base64-bytestring bytestring cryptohash-sha512 crypton eccrypto parsec ]; executableHaskellDepends = [ - base base64-bytestring bytestring cryptohash-sha512 cryptonite + base base64-bytestring bytestring cryptohash-sha512 crypton eccrypto filepath optparse-applicative parsec ]; description = "A Haskell clone of OpenBSD signify"; @@ -284671,6 +279252,27 @@ self: { license = lib.licenses.bsd3; }) {}; + "silero-vad" = callPackage + ({ mkDerivation, base, derive-storable, tasty, tasty-hunit, unix + , unliftio, vector, WAVE + }: + mkDerivation { + pname = "silero-vad"; + version = "0.1.0.5"; + sha256 = "1lyiwv222yykgd8rb0j4b6kzs5rkip6g87i94dd5bwpl4hpadczz"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base derive-storable unix unliftio vector + ]; + testHaskellDepends = [ + base derive-storable tasty tasty-hunit unix unliftio vector WAVE + ]; + description = "Voice activity detection powered by SileroVAD"; + license = lib.licenses.mit; + }) {}; + "silkscreen" = callPackage ({ mkDerivation, base, prettyprinter }: mkDerivation { @@ -285413,32 +280015,6 @@ self: { }) {}; "simple-pango" = callPackage - ({ mkDerivation, array, base, bytestring, c-enum, c-struct - , containers, glib-stopgap, pango, primitive, simple-cairo - , template-haskell, text, union-angle, union-color - }: - mkDerivation { - pname = "simple-pango"; - version = "0.1.0.1"; - sha256 = "1yxl1n9cnqqc0r98h7v57647dkn9bik6h2g5p2dgipi35bx7lmj5"; - libraryHaskellDepends = [ - array base bytestring c-enum c-struct containers glib-stopgap - primitive simple-cairo template-haskell text union-angle - union-color - ]; - libraryPkgconfigDepends = [ pango ]; - testHaskellDepends = [ - array base bytestring c-enum c-struct containers glib-stopgap - primitive simple-cairo template-haskell text union-angle - union-color - ]; - description = "Binding to Pango library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {inherit (pkgs) pango;}; - - "simple-pango_0_1_0_2" = callPackage ({ mkDerivation, array, base, bytestring, c-enum, c-struct , containers, glib, glib-stopgap, pango, primitive, simple-cairo , template-haskell, text, union-angle, union-color @@ -286305,8 +280881,8 @@ self: { pname = "singleton-nats"; version = "0.4.7"; sha256 = "18n2p5cl75rl2afvq4qy3vilcvbyx8wz0qh4w4m9aqakk3lyv87i"; - revision = "1"; - editedCabalFile = "12kmgh1fjb0mjs21wviq9p14q7bjdrbr1njs7csdc3ixkffysqqs"; + revision = "2"; + editedCabalFile = "1pw6b9kjgwxh53hir7x9mm67apyj3q0swc5zrcs2zakmmrs4asrw"; libraryHaskellDepends = [ base singletons singletons-base ]; description = "Unary natural numbers relying on the singletons infrastructure"; license = lib.licenses.bsd3; @@ -286326,18 +280902,6 @@ self: { }) {}; "singletons" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "singletons"; - version = "3.0.3"; - sha256 = "0zhw1b59nq1aai3k0g6l469kjjsw5g7bhinm1wgk7n2gch808q4r"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base ]; - description = "Basic singleton types and definitions"; - license = lib.licenses.bsd3; - }) {}; - - "singletons_3_0_4" = callPackage ({ mkDerivation, base }: mkDerivation { pname = "singletons"; @@ -286347,32 +280911,9 @@ self: { testHaskellDepends = [ base ]; description = "Basic singleton types and definitions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singletons-base" = callPackage - ({ mkDerivation, base, bytestring, Cabal, deepseq, directory - , filepath, pretty, process, singletons, singletons-th, tasty - , tasty-golden, template-haskell, text, th-desugar, turtle - }: - mkDerivation { - pname = "singletons-base"; - version = "3.2"; - sha256 = "0m96dz9k5wls5m3vls65clws1yfd73skblv878yj06lw9nmwshy9"; - setupHaskellDepends = [ base Cabal directory filepath ]; - libraryHaskellDepends = [ - base pretty singletons singletons-th template-haskell text - th-desugar - ]; - testHaskellDepends = [ - base bytestring deepseq filepath process tasty tasty-golden text - turtle - ]; - description = "A promoted and singled version of the base library"; - license = lib.licenses.bsd3; - }) {}; - - "singletons-base_3_3" = callPackage ({ mkDerivation, base, bytestring, Cabal, deepseq, directory , filepath, pretty, process, singletons, singletons-th, tasty , tasty-golden, template-haskell, text, th-desugar, turtle @@ -286392,32 +280933,48 @@ self: { ]; description = "A promoted and singled version of the base library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; - "singletons-base_3_4" = callPackage - ({ mkDerivation, base, bytestring, Cabal, deepseq, directory - , filepath, pretty, process, singletons, singletons-th, tasty - , tasty-golden, template-haskell, text, th-desugar, turtle + "singletons-base_3_5" = callPackage + ({ mkDerivation, base, bytestring, deepseq, filepath, ghc-internal + , ghc-paths, ghc-prim, mtl, pretty, process, singletons + , singletons-base-code-generator, singletons-th, tasty + , tasty-golden, template-haskell, text, th-desugar, transformers + , turtle }: mkDerivation { pname = "singletons-base"; - version = "3.4"; - sha256 = "1cypbpfg0xlh9dy3rwa9yhs2k007x34z7v5h3qd3ncwrvy0f450d"; - setupHaskellDepends = [ base Cabal directory filepath ]; + version = "3.5"; + sha256 = "0425ihzx67zyac30dj38a631iwhxbwr6xzzmf92bm8z4nr2i493s"; libraryHaskellDepends = [ base pretty singletons singletons-th template-haskell text th-desugar ]; testHaskellDepends = [ - base bytestring deepseq filepath process tasty tasty-golden text - turtle + base bytestring deepseq filepath ghc-internal ghc-paths ghc-prim + mtl process tasty tasty-golden template-haskell text th-desugar + transformers turtle ]; + testToolDepends = [ singletons-base-code-generator ]; description = "A promoted and singled version of the base library"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; + "singletons-base-code-generator" = callPackage + ({ mkDerivation, base, directory, filepath }: + mkDerivation { + pname = "singletons-base-code-generator"; + version = "0.1"; + sha256 = "0g016brkby95xwgfjx5n058vm8w3awhljiiblxvcxvbfvr99s23y"; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base directory filepath ]; + description = "Code generator for the singletons-base test suite"; + license = lib.licenses.bsd3; + mainProgram = "singletons-base-code-generator"; + }) {}; + "singletons-default" = callPackage ({ mkDerivation, base, data-default-class, singletons , singletons-base @@ -286452,22 +281009,6 @@ self: { }) {}; "singletons-th" = callPackage - ({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons - , syb, template-haskell, th-desugar, th-orphans, transformers - }: - mkDerivation { - pname = "singletons-th"; - version = "3.2"; - sha256 = "1r4m9h9wwq86lww3aq7jxzias78ix79kgnj24slaps848d7hhpkp"; - libraryHaskellDepends = [ - base containers ghc-boot-th mtl singletons syb template-haskell - th-desugar th-orphans transformers - ]; - description = "A framework for generating singleton types"; - license = lib.licenses.bsd3; - }) {}; - - "singletons-th_3_3" = callPackage ({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons , syb, template-haskell, th-desugar, th-orphans, transformers }: @@ -286481,7 +281022,6 @@ self: { ]; description = "A framework for generating singleton types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "singletons-th_3_5" = callPackage @@ -286791,6 +281331,8 @@ self: { pname = "sized"; version = "1.1.0.2"; sha256 = "0644x908zr74bj98apbyr6368lmr9vya7hh6iyykswi6afh7967l"; + revision = "1"; + editedCabalFile = "1ggkqapilmj2chxncwnwqbsz807gy7pskak8ai3pqyc4jn4c44f1"; libraryHaskellDepends = [ base constraints containers deepseq equational-reasoning ghc-typelits-knownnat ghc-typelits-presburger hashable lens @@ -287256,32 +281798,6 @@ self: { }) {}; "skylighting" = callPackage - ({ mkDerivation, base, binary, blaze-html, bytestring, containers - , pretty-show, skylighting-core, skylighting-format-ansi - , skylighting-format-blaze-html, skylighting-format-context - , skylighting-format-latex, text - }: - mkDerivation { - pname = "skylighting"; - version = "0.14.3"; - sha256 = "025b9qvah2qi2lff97m9hjnz8808c49sbzg3215s6524arhciv59"; - configureFlags = [ "-fexecutable" ]; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base binary containers skylighting-core skylighting-format-ansi - skylighting-format-blaze-html skylighting-format-context - skylighting-format-latex - ]; - executableHaskellDepends = [ - base blaze-html bytestring containers pretty-show text - ]; - description = "syntax highlighting library"; - license = lib.licenses.gpl2Only; - mainProgram = "skylighting"; - }) {}; - - "skylighting_0_14_5" = callPackage ({ mkDerivation, base, binary, blaze-html, bytestring, containers , pretty-show, skylighting-core, skylighting-format-ansi , skylighting-format-blaze-html, skylighting-format-context @@ -287304,41 +281820,10 @@ self: { ]; description = "syntax highlighting library"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; mainProgram = "skylighting"; }) {}; "skylighting-core" = callPackage - ({ mkDerivation, aeson, attoparsec, base, base64-bytestring, binary - , bytestring, case-insensitive, colour, containers, criterion, Diff - , directory, filepath, mtl, pretty-show, QuickCheck, safe, tasty - , tasty-golden, tasty-hunit, tasty-quickcheck, text, transformers - , utf8-string, xml-conduit - }: - mkDerivation { - pname = "skylighting-core"; - version = "0.14.3"; - sha256 = "02y4vzakmdk24k3dysdh7wzrb597cmxzppxxlw3jd2lbyqw7yzlm"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base base64-bytestring binary bytestring - case-insensitive colour containers directory filepath mtl safe text - transformers utf8-string xml-conduit - ]; - testHaskellDepends = [ - aeson base bytestring containers Diff directory filepath - pretty-show QuickCheck tasty tasty-golden tasty-hunit - tasty-quickcheck text - ]; - benchmarkHaskellDepends = [ - base containers criterion filepath text - ]; - description = "syntax highlighting library"; - license = lib.licenses.bsd3; - }) {}; - - "skylighting-core_0_14_5" = callPackage ({ mkDerivation, aeson, attoparsec, base, base64-bytestring, binary , bytestring, case-insensitive, colour, containers, criterion, Diff , directory, filepath, mtl, pretty-show, QuickCheck, safe, tasty @@ -287366,7 +281851,6 @@ self: { ]; description = "syntax highlighting library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "skylighting-extensions" = callPackage @@ -287404,21 +281888,6 @@ self: { }) {}; "skylighting-format-blaze-html" = callPackage - ({ mkDerivation, base, blaze-html, containers, skylighting-core - , text - }: - mkDerivation { - pname = "skylighting-format-blaze-html"; - version = "0.1.1.2"; - sha256 = "0ycgv7nmrvcn4yxc0jk3nf62inz509wg1pqbfayb217gg8vfapqj"; - libraryHaskellDepends = [ - base blaze-html containers skylighting-core text - ]; - description = "HTML formatter for skylighting syntax highlighting library"; - license = lib.licenses.bsd3; - }) {}; - - "skylighting-format-blaze-html_0_1_1_3" = callPackage ({ mkDerivation, base, blaze-html, containers, skylighting-core , text }: @@ -287431,7 +281900,6 @@ self: { ]; description = "HTML formatter for skylighting syntax highlighting library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "skylighting-format-context" = callPackage @@ -287815,22 +282283,6 @@ self: { }) {}; "slick" = callPackage - ({ mkDerivation, aeson, base, bytestring, directory, extra - , mustache, pandoc, shake, text, unordered-containers - }: - mkDerivation { - pname = "slick"; - version = "1.2.1.0"; - sha256 = "1ba9z30lcxmsidzp9hzrglqn91wy2phil4sjd3qbvx393zllzn5s"; - libraryHaskellDepends = [ - aeson base bytestring directory extra mustache pandoc shake text - unordered-containers - ]; - description = "A quick & easy static site builder built with shake and pandoc"; - license = lib.licenses.bsd3; - }) {}; - - "slick_1_3_1_0" = callPackage ({ mkDerivation, aeson, base, bytestring, directory, extra , mustache, pandoc, shake, text, unordered-containers }: @@ -287844,7 +282296,6 @@ self: { ]; description = "A quick & easy static site builder built with shake and pandoc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "slidemews" = callPackage @@ -288067,30 +282518,6 @@ self: { }) {}; "slynx" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix - , matrices, optparse-applicative, random, statistics, text - , transformers, vector - }: - mkDerivation { - pname = "slynx"; - version = "0.7.2.2"; - sha256 = "1mg25s3vf6lkia0z1v9jxjkfjh8by68q18y9m3v50lg4xpc97f4y"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers elynx-markov elynx-seq - elynx-tools elynx-tree hmatrix matrices optparse-applicative random - statistics text transformers vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle molecular sequences"; - license = lib.licenses.gpl3Plus; - mainProgram = "slynx"; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "slynx_0_8_0_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , elynx-markov, elynx-seq, elynx-tools, elynx-tree, hmatrix , matrices, optparse-applicative, random, statistics, text @@ -288110,7 +282537,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle molecular sequences"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "slynx"; maintainers = [ lib.maintainers.dschrempf ]; }) {}; @@ -291383,8 +285809,8 @@ self: { pname = "sop-core"; version = "0.5.0.2"; sha256 = "0rbj56icbaqlcxx5xwvbx4n4vmyv6cfcv7s45n1fv3drahigvgw7"; - revision = "4"; - editedCabalFile = "1z2rp9k9rq9ya94rn313ay2p1i5zqbz1hhn9xswvlgvzsf77kk7d"; + revision = "5"; + editedCabalFile = "0kls940ickggjbib991d2f5hfcci0v7bgx8977gq0ca2zyplrdqb"; libraryHaskellDepends = [ base deepseq ]; description = "True Sums of Products"; license = lib.licenses.bsd3; @@ -292418,8 +286844,8 @@ self: { pname = "special-values"; version = "0.1.0.0"; sha256 = "1kkdw2c4d2hha99v9f89ahmifjxp7fxmxyfwq9a8xk6s0h9xs51w"; - revision = "2"; - editedCabalFile = "1vv5gydjd65jniifl3mnch8bzvpvdahi913gsa3kv5zijwhad699"; + revision = "3"; + editedCabalFile = "1g9bcyawr0dvbn0402fh90fiv8bhpblxman9lk9q9b5c8k35x1ga"; libraryHaskellDepends = [ base bytestring ieee754 scientific text ]; @@ -293058,32 +287484,6 @@ self: { }) {}; "splitmix" = callPackage - ({ mkDerivation, async, base, base-compat, base-compat-batteries - , bytestring, clock, containers, criterion, deepseq, HUnit - , math-functions, process, random, test-framework - , test-framework-hunit, testu01, tf-random, vector - }: - mkDerivation { - pname = "splitmix"; - version = "0.1.0.5"; - sha256 = "00ihw7vji8ydik7f5lk9iwj21j829lpl22wa4nqz2igg26b7mw4x"; - revision = "1"; - editedCabalFile = "0yxp6jhbza30w829zjvp02458sj2aziz9h53yv3rc55z5alv9afa"; - libraryHaskellDepends = [ base deepseq ]; - testHaskellDepends = [ - async base base-compat base-compat-batteries bytestring containers - deepseq HUnit math-functions process random test-framework - test-framework-hunit tf-random vector - ]; - testSystemDepends = [ testu01 ]; - benchmarkHaskellDepends = [ - base clock containers criterion random tf-random - ]; - description = "Fast Splittable PRNG"; - license = lib.licenses.bsd3; - }) {testu01 = null;}; - - "splitmix_0_1_1" = callPackage ({ mkDerivation, async, base, base-compat-batteries, bytestring , containers, criterion, deepseq, HUnit, math-functions, process , random, test-framework, test-framework-hunit, testu01, tf-random @@ -293105,7 +287505,6 @@ self: { ]; description = "Fast Splittable PRNG"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {testu01 = null;}; "splitmix-distributions" = callPackage @@ -293886,7 +288285,7 @@ self: { ({ mkDerivation, aeson, async, base, binary, binary-parser , bytestring, bytestring-strict-builder, deepseq, exceptions , free-categories, gauge, generic-random, generics-sop, hashable - , hedgehog, hspec, mmorph, monad-control, monad-loops, mtl + , hedgehog, hspec, iproute, mmorph, monad-control, monad-loops, mtl , network-ip, postgresql-binary, postgresql-libpq, profunctors , QuickCheck, quickcheck-instances, records-sop, resource-pool , scientific, text, time, transformers, transformers-base, unliftio @@ -293894,14 +288293,14 @@ self: { }: mkDerivation { pname = "squeal-postgresql"; - version = "0.9.1.3"; - sha256 = "1rj6pbfpdypcrxapm1hcha7nxczv5h3wan86lv6cfaijfbi733yy"; + version = "0.9.2.0"; + sha256 = "1hqaj9w9klgzs9qsisagj9x3miyjzjppqvsrxi1s5fwsavgzi0lk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson base binary binary-parser bytestring bytestring-strict-builder deepseq exceptions free-categories - generics-sop hashable mmorph monad-control mtl network-ip + generics-sop hashable iproute mmorph monad-control mtl network-ip postgresql-binary postgresql-libpq profunctors records-sop resource-pool scientific text time transformers transformers-base unliftio uuid-types vector @@ -294133,24 +288532,6 @@ self: { }) {}; "srtree" = callPackage - ({ mkDerivation, ad, base, containers, dlist, HUnit, mtl, random - , vector - }: - mkDerivation { - pname = "srtree"; - version = "1.0.0.5"; - sha256 = "1gylgq29clddj8vdk0dd95prsvm64gsjf5hidc25dz64rjxmd2xi"; - libraryHaskellDepends = [ - base containers dlist mtl random vector - ]; - testHaskellDepends = [ - ad base containers dlist HUnit mtl random vector - ]; - description = "A general framework to work with Symbolic Regression expression trees"; - license = lib.licenses.bsd3; - }) {}; - - "srtree_2_0_0_2" = callPackage ({ mkDerivation, ad, attoparsec, attoparsec-expr, base, bytestring , containers, dlist, exceptions, filepath, hashable, HUnit, ieee754 , lens, list-shuffle, massiv, mtl, nlopt, normaldistribution @@ -294184,7 +288565,6 @@ self: { ]; description = "A general library to work with Symbolic Regression expression trees"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) nlopt;}; "srv" = callPackage @@ -294590,10 +288970,8 @@ self: { }: mkDerivation { pname = "stack"; - version = "3.1.1"; - sha256 = "0iax7ncga64mgkbiy0psjrd603kz8k8m67f718xl4vpyn3m03by4"; - revision = "2"; - editedCabalFile = "13nzc84msj5r09hj9rjbwj3wmfkcv6q618106yq3pq8kyc7d40ap"; + version = "3.3.1"; + sha256 = "0lg80szv0w01ij8lllpbkqvhjix2f0a45knqx2msk5dk6q1z75kz"; configureFlags = [ "-fdisable-git-info" "-fhide-dependency-versions" "-fsupported-build" @@ -294656,26 +289034,6 @@ self: { }) {}; "stack-all" = callPackage - ({ mkDerivation, aeson, base, cached-json-file, config-ini - , directory, extra, filepath, http-query, process, simple-cmd - , simple-cmd-args, text - }: - mkDerivation { - pname = "stack-all"; - version = "0.4.2"; - sha256 = "0rgdfbsakkmd1nhx2mhwqsnrkpvfv1fhplh3aza0fz548s2zpshl"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson base cached-json-file config-ini directory extra filepath - http-query process simple-cmd simple-cmd-args text - ]; - description = "CLI tool for building across Stackage major versions"; - license = lib.licenses.bsd3; - mainProgram = "stack-all"; - }) {}; - - "stack-all_0_6_4" = callPackage ({ mkDerivation, aeson, base, cached-json-file, config-ini , directory, extra, filepath, http-query, process, simple-cmd , simple-cmd-args, text, yaml @@ -294692,7 +289050,6 @@ self: { ]; description = "CLI tool for building over Stackage major versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "stack-all"; }) {}; @@ -296690,6 +291047,20 @@ self: { }) {}; "step-function" = callPackage + ({ mkDerivation, base, containers, deepseq, QuickCheck }: + mkDerivation { + pname = "step-function"; + version = "0.2.0.1"; + sha256 = "0hpzbjgjgsrx6q7sjk2dz40i2lggx8wraqlf58ibbv3y1yvb2q6a"; + revision = "2"; + editedCabalFile = "034mk1k23qs8d9y1iyxnpxn0zcq0yy6z7jy9lp3l4vin6gmpz0vk"; + libraryHaskellDepends = [ base containers deepseq QuickCheck ]; + testHaskellDepends = [ base QuickCheck ]; + description = "Staircase functions or piecewise constant functions"; + license = lib.licenses.bsd3; + }) {}; + + "step-function_0_2_1" = callPackage ({ mkDerivation, base, containers, deepseq, QuickCheck }: mkDerivation { pname = "step-function"; @@ -296701,6 +291072,7 @@ self: { testHaskellDepends = [ base QuickCheck ]; description = "Staircase functions or piecewise constant functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "stepwise" = callPackage @@ -297477,57 +291849,6 @@ self: { }) {}; "store" = callPackage - ({ mkDerivation, array, async, base, base-orphans - , base64-bytestring, bifunctors, bytestring, cereal, cereal-vector - , clock, containers, contravariant, criterion, cryptohash-sha1 - , 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.18"; - sha256 = "1qvfh7j1k8gfkllbvln5kfi45n59690yfkzdlazmajji8d8mp8z0"; - revision = "1"; - editedCabalFile = "1wqsr9hx5fxjhqhshffv2x4ahzr07gl2s3bbjipkms43yshrl5ab"; - libraryHaskellDepends = [ - array async base base-orphans base64-bytestring bifunctors - bytestring containers contravariant cryptohash-sha1 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-sha1 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-sha1 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; - }) {}; - - "store_0_7_20" = callPackage ({ mkDerivation, array, async, base, base-orphans , base64-bytestring, bifunctors, bytestring, cereal, cereal-vector , clock, containers, contravariant, criterion, cryptohash-sha1 @@ -297574,7 +291895,6 @@ self: { ]; description = "Fast binary serialization"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "store-core" = callPackage @@ -298758,21 +293078,6 @@ self: { }) {}; "streams" = callPackage - ({ mkDerivation, adjunctions, base, boring, comonad, distributive - , semigroupoids - }: - mkDerivation { - pname = "streams"; - version = "3.3.2"; - sha256 = "0m3ilic3m1xb6sq8mp227jy75sxmla3gbdkxfh5mmf0lgsqvyh5d"; - libraryHaskellDepends = [ - adjunctions base boring comonad distributive semigroupoids - ]; - description = "Various Haskell 2010 stream comonads"; - license = lib.licenses.bsd3; - }) {}; - - "streams_3_3_3" = callPackage ({ mkDerivation, adjunctions, base, boring, comonad, distributive , semigroupoids }: @@ -298785,7 +293090,6 @@ self: { ]; description = "Various Haskell 2010 stream comonads"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "streamt" = callPackage @@ -298864,24 +293168,6 @@ self: { }) {}; "strict" = callPackage - ({ mkDerivation, assoc, base, binary, bytestring, deepseq, ghc-prim - , hashable, text, these, transformers - }: - mkDerivation { - pname = "strict"; - version = "0.5"; - sha256 = "1zd0d59dfr23n0yn1azxb0v05b1d85qjym11wg821mf2vsahjkrz"; - revision = "1"; - editedCabalFile = "0zfqrgw7wn56yfdk164w5bw87zid6pbp84qygnmdylarcnrxfmxx"; - libraryHaskellDepends = [ - assoc base binary bytestring deepseq ghc-prim hashable text these - transformers - ]; - description = "Strict data types and String IO"; - license = lib.licenses.bsd3; - }) {}; - - "strict_0_5_1" = callPackage ({ mkDerivation, assoc, base, binary, bytestring, deepseq, ghc-prim , hashable, text, these, transformers }: @@ -298897,7 +293183,6 @@ self: { ]; description = "Strict data types and String IO"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "strict-base" = callPackage @@ -298914,23 +293199,6 @@ self: { }) {}; "strict-base-types" = callPackage - ({ mkDerivation, aeson, base, quickcheck-instances, strict - , strict-lens - }: - mkDerivation { - pname = "strict-base-types"; - version = "0.8"; - sha256 = "11cv7jbk37mmm3q6rjclw659qv9pav8f0aw8rbp3lj1sgfjyis9q"; - revision = "1"; - editedCabalFile = "1apyy4qi26d3j4chhd4csg1ymhvyajdvpq6hcs6mm9c2n20iw0yk"; - libraryHaskellDepends = [ - aeson base quickcheck-instances strict strict-lens - ]; - description = "Strict variants of the types provided in base"; - license = lib.licenses.bsd3; - }) {}; - - "strict-base-types_0_8_1" = callPackage ({ mkDerivation, aeson, base, quickcheck-instances, strict , strict-lens }: @@ -298943,7 +293211,6 @@ self: { ]; description = "Strict variants of the types provided in base"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "strict-concurrency" = callPackage @@ -299094,17 +293361,6 @@ self: { }) {}; "strict-lens" = callPackage - ({ mkDerivation, base, lens, strict }: - mkDerivation { - pname = "strict-lens"; - version = "0.4.0.3"; - sha256 = "1z8h5zb8b8caj2a57ngy3316l5fg4kach8pf2fw7p67hh9sb9n5a"; - libraryHaskellDepends = [ base lens strict ]; - description = "Lenses for types in strict package"; - license = lib.licenses.bsd3; - }) {}; - - "strict-lens_0_4_1" = callPackage ({ mkDerivation, base, lens, strict }: mkDerivation { pname = "strict-lens"; @@ -299113,7 +293369,6 @@ self: { libraryHaskellDepends = [ base lens strict ]; description = "Lenses for types in strict package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "strict-list" = callPackage @@ -299514,8 +293769,8 @@ self: { }: mkDerivation { pname = "string-random"; - version = "0.1.4.3"; - sha256 = "1ddy6fbkwk0nwq4anq6nsbggrlamn5d3kz2q4iy7744igasij97g"; + version = "0.1.4.4"; + sha256 = "03bqbmijqmggc2dvl20an79f75z1bh15zfjndpc08sv3nnw1fz5c"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -300468,41 +294723,6 @@ self: { }) {}; "stylish-haskell" = callPackage - ({ mkDerivation, aeson, base, bytestring, Cabal, containers - , directory, file-embed, filepath, ghc-lib-parser - , ghc-lib-parser-ex, HsYAML, HsYAML-aeson, HUnit, mtl - , optparse-applicative, random, regex-tdfa, strict, syb - , test-framework, test-framework-hunit, text - }: - mkDerivation { - pname = "stylish-haskell"; - version = "0.14.5.0"; - sha256 = "07f0cn7xy8yg1rm0yvkjx27xqv9xc3n1c5s4fqq3yrqyi5szdhbw"; - revision = "1"; - editedCabalFile = "0q4k40ys5k2grmbzk14sqnqw9bpq59cq9b7z41cdmbdpdvgbpcsc"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson mtl - regex-tdfa syb text - ]; - executableHaskellDepends = [ - aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson mtl - optparse-applicative regex-tdfa strict syb text - ]; - testHaskellDepends = [ - aeson base bytestring Cabal containers directory file-embed - filepath ghc-lib-parser ghc-lib-parser-ex HsYAML HsYAML-aeson HUnit - mtl random regex-tdfa syb test-framework test-framework-hunit text - ]; - description = "Haskell code prettifier"; - license = lib.licenses.bsd3; - mainProgram = "stylish-haskell"; - }) {}; - - "stylish-haskell_0_14_6_0" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, containers , directory, file-embed, filepath, ghc-lib-parser , ghc-lib-parser-ex, HsYAML, HsYAML-aeson, HUnit, mtl @@ -300532,7 +294752,6 @@ self: { ]; description = "Haskell code prettifier"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "stylish-haskell"; }) {}; @@ -302331,32 +296550,6 @@ self: { }) {}; "swish" = callPackage - ({ mkDerivation, base, containers, directory, filepath, hashable - , HUnit, intern, mtl, network-uri, polyparse, semigroups - , test-framework, test-framework-hunit, text, time - }: - mkDerivation { - pname = "swish"; - version = "0.10.9.0"; - sha256 = "0d74b2mf1wwc0zvyv7kxsxhphybg0s9fjin4046dhgzddzagmwys"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base containers directory filepath hashable intern mtl network-uri - polyparse text time - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base containers hashable HUnit network-uri semigroups - test-framework test-framework-hunit text time - ]; - description = "A semantic web toolkit"; - license = lib.licenses.lgpl21Plus; - mainProgram = "Swish"; - }) {}; - - "swish_0_10_10_0" = callPackage ({ mkDerivation, base, containers, directory, filepath, hashable , HUnit, intern, mtl, network-uri, polyparse, semigroups , test-framework, test-framework-hunit, text, time @@ -302379,7 +296572,6 @@ self: { ]; description = "A semantic web toolkit"; license = lib.licenses.lgpl21Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "Swish"; }) {}; @@ -302553,29 +296745,6 @@ self: { }) {}; "sydtest" = callPackage - ({ mkDerivation, async, autodocodec, autodocodec-yaml, base - , bytestring, containers, dlist, envparse, fast-myers-diff - , filepath, MonadRandom, mtl, optparse-applicative, path, path-io - , pretty-show, QuickCheck, quickcheck-io, random, random-shuffle - , safe, safe-coloured-text, safe-coloured-text-terminfo, stm - , svg-builder, text, vector - }: - mkDerivation { - pname = "sydtest"; - version = "0.15.1.3"; - sha256 = "1qsh91m5jj5dgiyx5frzvnww0vayfkwbdnfq4ahb81zrdndgakf9"; - libraryHaskellDepends = [ - async autodocodec autodocodec-yaml base bytestring containers dlist - envparse fast-myers-diff filepath MonadRandom mtl - optparse-applicative path path-io pretty-show QuickCheck - quickcheck-io random random-shuffle safe safe-coloured-text - safe-coloured-text-terminfo stm svg-builder text vector - ]; - description = "A modern testing framework for Haskell with good defaults and advanced testing features"; - license = "unknown"; - }) {}; - - "sydtest_0_19_0_0" = callPackage ({ mkDerivation, async, autodocodec, base, bytestring, containers , deepseq, dlist, fast-myers-diff, filepath, MonadRandom, mtl , opt-env-conf, path, path-io, pretty-show, QuickCheck @@ -302595,28 +296764,9 @@ self: { ]; description = "A modern testing framework for Haskell with good defaults and advanced testing features"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-aeson" = callPackage - ({ mkDerivation, aeson, aeson-pretty, base, bytestring, deepseq - , directory, path, path-io, sydtest, sydtest-discover, text - }: - mkDerivation { - pname = "sydtest-aeson"; - version = "0.1.0.0"; - sha256 = "1kidxlaw8snyzl0nq2vynjz179blh03cvg2qdjr5j521cjxxmwf8"; - libraryHaskellDepends = [ - aeson aeson-pretty base bytestring deepseq path path-io sydtest - text - ]; - testHaskellDepends = [ aeson base directory sydtest text ]; - testToolDepends = [ sydtest-discover ]; - description = "An aeson companion library for sydtest"; - license = "unknown"; - }) {}; - - "sydtest-aeson_0_2_0_1" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, deepseq , directory, path, path-io, sydtest, sydtest-discover, text }: @@ -302632,7 +296782,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An aeson companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-amqp" = callPackage @@ -302730,25 +296879,6 @@ self: { }) {}; "sydtest-hspec" = callPackage - ({ mkDerivation, base, hspec, hspec-core, mtl, QuickCheck, stm - , sydtest, sydtest-discover - }: - mkDerivation { - pname = "sydtest-hspec"; - version = "0.4.0.2"; - sha256 = "0qlm0plp3kr57g43li9g3maicxsidx31bvmxkng1q0s7cwzq3wma"; - libraryHaskellDepends = [ - base hspec-core mtl QuickCheck stm sydtest - ]; - testHaskellDepends = [ base hspec stm sydtest ]; - testToolDepends = [ sydtest-discover ]; - description = "An Hspec companion library for sydtest"; - license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "sydtest-hspec_0_4_0_3" = callPackage ({ mkDerivation, base, hspec, hspec-core, mtl, QuickCheck, stm , sydtest, sydtest-discover }: @@ -302768,27 +296898,6 @@ self: { }) {}; "sydtest-mongo" = callPackage - ({ mkDerivation, base, binary, bson, bytestring, mongoDB, network - , path, path-io, port-utils, process, sydtest, sydtest-discover - , sydtest-process, text, yaml - }: - mkDerivation { - pname = "sydtest-mongo"; - version = "0.0.0.0"; - sha256 = "0jm2c05dxri0w83ii3pyphb2rrla72fih5g26w0indb51i0wlnq1"; - libraryHaskellDepends = [ - base binary bson bytestring mongoDB network path path-io port-utils - process sydtest sydtest-process text yaml - ]; - testHaskellDepends = [ base mongoDB sydtest text ]; - testToolDepends = [ sydtest-discover ]; - description = "An mongoDB companion library for sydtest"; - license = "unknown"; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "sydtest-mongo_0_2_0_0" = callPackage ({ mkDerivation, base, binary, bson, bytestring, mongoDB, network , path, path-io, port-utils, process, sydtest, sydtest-process , text, yaml @@ -302808,21 +296917,6 @@ self: { }) {}; "sydtest-persistent" = callPackage - ({ mkDerivation, base, bytestring, mtl, persistent, sydtest, text - , unliftio - }: - mkDerivation { - pname = "sydtest-persistent"; - version = "0.0.0.2"; - sha256 = "09pjw6gd3vhny0irhpi93zy7snklrh2fjalsj8xszjb8j6md7d5p"; - libraryHaskellDepends = [ - base bytestring mtl persistent sydtest text unliftio - ]; - description = "A persistent companion library for sydtest"; - license = "unknown"; - }) {}; - - "sydtest-persistent_0_1_0_0" = callPackage ({ mkDerivation, base, bytestring, mtl, persistent, sydtest, text , unliftio }: @@ -302835,7 +296929,6 @@ self: { ]; description = "A persistent companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; }) {}; "sydtest-persistent-postgresql" = callPackage @@ -302994,29 +297087,6 @@ self: { }) {}; "sydtest-webdriver-screenshot" = callPackage - ({ mkDerivation, base, bytestring, http-types, JuicyPixels, mtl - , network-uri, path, path-io, sydtest, sydtest-discover - , sydtest-wai, sydtest-webdriver, wai, webdriver - }: - mkDerivation { - pname = "sydtest-webdriver-screenshot"; - version = "0.0.0.2"; - sha256 = "18qg09cagga87bs2yahb2cv78agg90548w8a6p27nxhyq9jzamd7"; - libraryHaskellDepends = [ - base bytestring JuicyPixels mtl path path-io sydtest - sydtest-webdriver webdriver - ]; - testHaskellDepends = [ - base http-types network-uri sydtest sydtest-wai sydtest-webdriver - wai - ]; - testToolDepends = [ sydtest-discover ]; - description = "A webdriver screenshot companion library for sydtest"; - license = "unknown"; - hydraPlatforms = lib.platforms.none; - }) {}; - - "sydtest-webdriver-screenshot_0_1_0_0" = callPackage ({ mkDerivation, base, bytestring, http-types, JuicyPixels, mtl , network-uri, path, path-io, sydtest, sydtest-discover , sydtest-wai, sydtest-webdriver, vector, wai, webdriver @@ -303146,8 +297216,8 @@ self: { ({ mkDerivation, base, containers, hashable, QuickCheck, vector }: mkDerivation { pname = "sym"; - version = "0.13.0"; - sha256 = "0ppgdhhxn5w05194mwcsca6m853h8hh5bxsm2l3jz52y388pi0ic"; + version = "0.14.0"; + sha256 = "102nzcywpycaqcrbwnw3a8f8pgnfg3y6p9p7k469rzwbkbj8wnwi"; libraryHaskellDepends = [ base containers hashable vector ]; testHaskellDepends = [ base hashable QuickCheck ]; description = "Permutations, patterns, and statistics"; @@ -304348,25 +298418,6 @@ self: { }) {}; "system-fileio" = callPackage - ({ mkDerivation, base, bytestring, chell, system-filepath - , temporary, text, time, transformers, unix - }: - mkDerivation { - pname = "system-fileio"; - version = "0.3.16.5"; - sha256 = "0a5hsdlzjjhfq7zvhg0fdlzviq6w8jj4jvkmk4wl1s07liwdqqw9"; - libraryHaskellDepends = [ - base bytestring system-filepath text time unix - ]; - testHaskellDepends = [ - base bytestring chell system-filepath temporary text time - transformers unix - ]; - description = "Consistent filesystem interaction across GHC versions (deprecated)"; - license = lib.licenses.mit; - }) {}; - - "system-fileio_0_3_16_6" = callPackage ({ mkDerivation, base, bytestring, chell, system-filepath , temporary, text, time, transformers, unix }: @@ -304383,7 +298434,6 @@ self: { ]; description = "Consistent filesystem interaction across GHC versions (deprecated)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "system-filepath" = callPackage @@ -304615,21 +298665,6 @@ self: { }) {inherit (pkgs) libossp_uuid;}; "systemd" = callPackage - ({ mkDerivation, base, bytestring, network, transformers, unix }: - mkDerivation { - pname = "systemd"; - version = "2.3.0"; - sha256 = "1fa65j996snrdq83kh3jzzs2dsf2ddsscx596p03ykgknz1q1f16"; - libraryHaskellDepends = [ - base bytestring network transformers unix - ]; - testHaskellDepends = [ base network unix ]; - description = "Systemd facilities (Socket activation, Notify)"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.sternenseemann ]; - }) {}; - - "systemd_2_4_0" = callPackage ({ mkDerivation, base, bytestring, network, transformers, unix }: mkDerivation { pname = "systemd"; @@ -304641,7 +298676,6 @@ self: { testHaskellDepends = [ base network unix ]; description = "Systemd facilities (Socket activation, Notify)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sternenseemann ]; }) {}; @@ -305262,24 +299296,6 @@ self: { }) {}; "tagged-transformer" = callPackage - ({ mkDerivation, base, comonad, contravariant, distributive - , exceptions, mtl, reflection, semigroupoids, tagged - }: - mkDerivation { - pname = "tagged-transformer"; - version = "0.8.2"; - sha256 = "10wlwqxzm1xdyzxl6xyfsrb40zmvh7g0y3w0a69b1lw2rp6v4vyy"; - revision = "1"; - editedCabalFile = "01x7c98ag7wnmgyz7zkzz5109fp15v03lbkybp87x1zxlwh1rqg1"; - libraryHaskellDepends = [ - base comonad contravariant distributive exceptions mtl reflection - semigroupoids tagged - ]; - description = "Monad transformer carrying an extra phantom type tag"; - license = lib.licenses.bsd3; - }) {}; - - "tagged-transformer_0_8_3" = callPackage ({ mkDerivation, base, comonad, contravariant, distributive , exceptions, mtl, reflection, semigroupoids, tagged }: @@ -305293,7 +299309,6 @@ self: { ]; description = "Monad transformer carrying an extra phantom type tag"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tagging" = callPackage @@ -306159,32 +300174,6 @@ self: { }) {}; "tar" = callPackage - ({ mkDerivation, array, base, bytestring, bytestring-handle - , containers, criterion, deepseq, directory, filepath, QuickCheck - , tasty, tasty-quickcheck, time - }: - mkDerivation { - pname = "tar"; - version = "0.5.1.1"; - sha256 = "1ppim7cgmn7ng8zbdrwkxhhizc30h15h1c9cdlzamc5jcagl915k"; - revision = "10"; - editedCabalFile = "1qfnvdy71kfm0l7dslv44p1glqylxxh9f6fbn41z5ai7yczdvxda"; - libraryHaskellDepends = [ - array base bytestring containers deepseq directory filepath time - ]; - testHaskellDepends = [ - array base bytestring bytestring-handle containers deepseq - directory filepath QuickCheck tasty tasty-quickcheck time - ]; - benchmarkHaskellDepends = [ - array base bytestring containers criterion deepseq directory - filepath time - ]; - description = "Reading, writing and manipulating \".tar\" archive files."; - license = lib.licenses.bsd3; - }) {}; - - "tar_0_6_3_0" = callPackage ({ mkDerivation, array, base, bytestring, containers, deepseq , directory, file-embed, filepath, os-string, QuickCheck, tasty , tasty-bench, tasty-quickcheck, temporary, time, transformers @@ -306210,6 +300199,35 @@ self: { doHaddock = false; description = "Reading, writing and manipulating \".tar\" archive files."; license = lib.licenses.bsd3; + }) {}; + + "tar_0_6_4_0" = callPackage + ({ mkDerivation, array, base, bytestring, containers, deepseq + , directory, directory-ospath-streaming, file-embed, file-io + , filepath, os-string, QuickCheck, tasty, tasty-bench + , tasty-quickcheck, temporary, time, transformers + }: + mkDerivation { + pname = "tar"; + version = "0.6.4.0"; + sha256 = "1apkq11xg0rqbgs83hag85r4ibdw7v09n1qj0l0962d80h0aajbr"; + libraryHaskellDepends = [ + array base bytestring containers deepseq directory + directory-ospath-streaming file-io filepath os-string time + transformers + ]; + testHaskellDepends = [ + array base bytestring containers deepseq directory + directory-ospath-streaming file-embed filepath QuickCheck tasty + tasty-quickcheck temporary time + ]; + benchmarkHaskellDepends = [ + array base bytestring containers deepseq directory filepath + tasty-bench temporary time + ]; + doHaddock = false; + description = "Reading, writing and manipulating \".tar\" archive files."; + license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; @@ -306539,23 +300557,6 @@ self: { }) {}; "tasty" = callPackage - ({ mkDerivation, ansi-terminal, base, containers - , optparse-applicative, stm, tagged, transformers, unix - }: - mkDerivation { - pname = "tasty"; - version = "1.4.3"; - sha256 = "006bf4gyc30i2gvb17hj1mzrh1kwnwf7l050x3f72wi6c2axl87l"; - libraryHaskellDepends = [ - ansi-terminal base containers optparse-applicative stm tagged - transformers unix - ]; - description = "Modern and extensible testing framework"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.maralorn ]; - }) {}; - - "tasty_1_5_2" = callPackage ({ mkDerivation, ansi-terminal, base, containers , optparse-applicative, stm, tagged, transformers, unix }: @@ -306569,7 +300570,6 @@ self: { ]; description = "Modern and extensible testing framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -306614,34 +300614,6 @@ self: { }) {}; "tasty-autocollect" = callPackage - ({ mkDerivation, base, bytestring, containers, directory - , explainable-predicates, filepath, ghc, tasty - , tasty-expected-failure, tasty-golden, tasty-hunit - , tasty-quickcheck, template-haskell, temporary, text, transformers - , typed-process - }: - mkDerivation { - pname = "tasty-autocollect"; - version = "0.4.3"; - sha256 = "0pidvmxkyddx3kdyhhx335cn8hyi66y4n2xvpdk5sg1zg2w29ggl"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring containers directory filepath ghc tasty - tasty-expected-failure template-haskell text transformers - ]; - executableHaskellDepends = [ base text ]; - testHaskellDepends = [ - base bytestring containers directory explainable-predicates - filepath tasty tasty-golden tasty-hunit tasty-quickcheck temporary - text typed-process - ]; - description = "Autocollection of tasty tests"; - license = lib.licenses.bsd3; - mainProgram = "tasty-autocollect"; - }) {}; - - "tasty-autocollect_0_4_4" = callPackage ({ mkDerivation, base, bytestring, containers, directory , explainable-predicates, filepath, ghc, tasty , tasty-expected-failure, tasty-golden, tasty-hunit @@ -306666,7 +300638,6 @@ self: { ]; description = "Autocollection of tasty tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "tasty-autocollect"; }) {}; @@ -306700,55 +300671,15 @@ self: { ({ mkDerivation, base, containers, deepseq, ghc-prim, tasty }: mkDerivation { pname = "tasty-bench"; - version = "0.3.5"; - sha256 = "1xldjnm4wa16mcrrp09gi75c8n9b0pq9va3zf50m1smylhfh1hfw"; - revision = "2"; - editedCabalFile = "1paw2y3298519j7fkmq6gann4bmx0yynxb6nsfib11c6kg11djc1"; + version = "0.4.1"; + sha256 = "0xsp557f3xn7znd61f3751bddiihpdkhh1k5hhxxzzgmy3hpfp1i"; libraryHaskellDepends = [ base containers deepseq ghc-prim tasty ]; benchmarkHaskellDepends = [ base ]; description = "Featherlight benchmark framework"; license = lib.licenses.mit; }) {}; - "tasty-bench_0_4" = callPackage - ({ mkDerivation, base, containers, deepseq, ghc-prim, tasty }: - mkDerivation { - pname = "tasty-bench"; - version = "0.4"; - sha256 = "1qkvdp1djbvb2b7yxckpfaygdgsh71h340mbvprm0r6dim3q1742"; - revision = "1"; - editedCabalFile = "1qqz7jr0pgfg6sxgcddfgnxk8xwlf1ymllwf64bg2ddfjkm3dqq6"; - libraryHaskellDepends = [ base containers deepseq ghc-prim tasty ]; - benchmarkHaskellDepends = [ base ]; - description = "Featherlight benchmark framework"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - }) {}; - "tasty-bench-fit" = callPackage - ({ mkDerivation, base, containers, deepseq, infinite-list - , regression-simple, tasty, tasty-bench, tasty-expected-failure - , tasty-quickcheck - }: - mkDerivation { - pname = "tasty-bench-fit"; - version = "0.1"; - sha256 = "0dn8zfiwrpw8f3q5lnb7n3rp5sazrfxbcfk3cffh7s55mgb74rbk"; - revision = "3"; - editedCabalFile = "1izd6ipx80cp1xjbb1rwdx6s7kxlsiwck3p1b8zb66mdmfbwaxvm"; - libraryHaskellDepends = [ - base containers deepseq infinite-list regression-simple tasty - tasty-bench - ]; - testHaskellDepends = [ - base containers tasty tasty-bench tasty-expected-failure - tasty-quickcheck - ]; - description = "Determine time complexity of a given function"; - license = lib.licenses.mit; - }) {}; - - "tasty-bench-fit_0_1_1" = callPackage ({ mkDerivation, base, containers, deepseq, infinite-list , regression-simple, tasty, tasty-bench, tasty-expected-failure , tasty-quickcheck @@ -306767,7 +300698,6 @@ self: { ]; description = "Determine time complexity of a given function"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-checklist" = callPackage @@ -307064,32 +300994,6 @@ self: { }) {}; "tasty-html" = callPackage - ({ mkDerivation, base, blaze-html, bytestring, containers, filepath - , generic-deriving, mtl, semigroups, stm, tagged, tasty - , tasty-hunit, tasty-quickcheck, tasty-smallcheck, text - , transformers - }: - mkDerivation { - pname = "tasty-html"; - version = "0.4.2.1"; - sha256 = "09abjmgw1l8m5pmynzwi8kamrg8ljvhbyfgbh2cs84b7sjfi3bfd"; - revision = "1"; - editedCabalFile = "0kklij8bjw01nnh6q95ykgqfy80kva3s90x6b5izvcqyp2znr3qa"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base blaze-html bytestring containers filepath generic-deriving mtl - semigroups stm tagged tasty text transformers - ]; - executableHaskellDepends = [ - base blaze-html tasty tasty-hunit tasty-quickcheck tasty-smallcheck - ]; - description = "Render tasty output to HTML"; - license = lib.licenses.mit; - }) {}; - - "tasty-html_0_4_2_2" = callPackage ({ mkDerivation, base, blaze-html, bytestring, containers , generic-deriving, mtl, semigroups, stm, tagged, tasty , tasty-hunit, tasty-quickcheck, tasty-smallcheck, text @@ -307111,7 +301015,6 @@ self: { ]; description = "Render tasty output to HTML"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-hunit" = callPackage @@ -307155,8 +301058,8 @@ self: { pname = "tasty-inspection-testing"; version = "0.2.1"; sha256 = "0wl2xlnbmqdkwhi4ic6a4q4lxf9qg433lidi8d0hlp3ykrjpbcay"; - revision = "1"; - editedCabalFile = "1gv2irfyh7bv1ib8palq6g4chh9wfa93k56f14650isxi9ma6wj4"; + revision = "2"; + editedCabalFile = "0z9al0hyq381fw146agbpz7rf24rwms1w91m7s0k1w3xbfw16l9n"; libraryHaskellDepends = [ base ghc inspection-testing tasty template-haskell ]; @@ -307417,22 +301320,6 @@ self: { }) {}; "tasty-quickcheck" = callPackage - ({ mkDerivation, base, optparse-applicative, pcre-light, QuickCheck - , random, tagged, tasty, tasty-hunit - }: - mkDerivation { - pname = "tasty-quickcheck"; - version = "0.10.2"; - sha256 = "1qnc6rdvjvlw08q6sln2n98rvj0s0pp689h6w4z58smjbn0lr25l"; - libraryHaskellDepends = [ - base optparse-applicative QuickCheck random tagged tasty - ]; - testHaskellDepends = [ base pcre-light tasty tasty-hunit ]; - description = "QuickCheck support for the Tasty test framework"; - license = lib.licenses.mit; - }) {}; - - "tasty-quickcheck_0_11" = callPackage ({ mkDerivation, base, optparse-applicative, pcre-light, QuickCheck , random, tagged, tasty, tasty-hunit }: @@ -307448,7 +301335,6 @@ self: { ]; description = "QuickCheck support for the Tasty test framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-quickcheck-laws" = callPackage @@ -307543,30 +301429,6 @@ self: { }) {}; "tasty-sugar" = callPackage - ({ mkDerivation, base, containers, directory, filemanip, filepath - , hedgehog, kvitable, logict, microlens, mtl, optparse-applicative - , parallel, pretty-show, prettyprinter, raw-strings-qq, tasty - , tasty-hedgehog, tasty-hunit, text, transformers - }: - mkDerivation { - pname = "tasty-sugar"; - version = "2.2.1.0"; - sha256 = "032b9l1v8brnh1pk813srmjxp3bx00lmr5mhig16rv899dh1wgqv"; - libraryHaskellDepends = [ - base containers directory filemanip filepath kvitable logict - microlens mtl optparse-applicative parallel prettyprinter tasty - text - ]; - testHaskellDepends = [ - base filepath hedgehog logict pretty-show prettyprinter - raw-strings-qq tasty tasty-hedgehog tasty-hunit text transformers - ]; - doHaddock = false; - description = "Tests defined by Search Using Golden Answer References"; - license = lib.licenses.isc; - }) {}; - - "tasty-sugar_2_2_2_0" = callPackage ({ mkDerivation, base, containers, directory, filemanip, filepath , hedgehog, kvitable, logict, microlens, mtl, optparse-applicative , parallel, pretty-show, prettyprinter, raw-strings-qq, tasty @@ -307588,7 +301450,6 @@ self: { doHaddock = false; description = "Tests defined by Search Using Golden Answer References"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "tasty-tap" = callPackage @@ -309680,47 +303541,6 @@ self: { }) {}; "termonad" = callPackage - ({ mkDerivation, adjunctions, aeson, base, Cabal, cabal-doctest - , classy-prelude, colour, constraints, containers, data-default - , directory, distributive, doctest, dyre, file-embed, filepath - , focuslist, genvalidity-containers, genvalidity-hspec, gi-gdk - , gi-gio, gi-glib, gi-gtk, gi-pango, gi-vte, gtk3, haskell-gi-base - , hedgehog, inline-c, lens, mono-traversable, pcre2, pretty-simple - , QuickCheck, tasty, tasty-hedgehog, tasty-hspec, template-haskell - , text, transformers, unordered-containers, vte_291, xml-conduit - , xml-html-qq, yaml - }: - mkDerivation { - pname = "termonad"; - version = "4.5.0.0"; - sha256 = "0wxqbh57wjkjaxlmhq3psmqh37chcmh8s5qrnwich6lx5xbxrmyn"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - setupHaskellDepends = [ base Cabal cabal-doctest ]; - libraryHaskellDepends = [ - adjunctions aeson base classy-prelude colour constraints containers - data-default directory distributive dyre file-embed filepath - focuslist gi-gdk gi-gio gi-glib gi-gtk gi-pango gi-vte - haskell-gi-base inline-c lens mono-traversable pretty-simple - QuickCheck text transformers unordered-containers xml-conduit - xml-html-qq yaml - ]; - libraryPkgconfigDepends = [ gtk3 pcre2 vte_291 ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base doctest genvalidity-containers genvalidity-hspec hedgehog lens - QuickCheck tasty tasty-hedgehog tasty-hspec template-haskell - ]; - description = "Terminal emulator configurable in Haskell"; - license = lib.licenses.bsd3; - badPlatforms = lib.platforms.darwin; - mainProgram = "termonad"; - maintainers = [ lib.maintainers.cdepillabout ]; - }) {inherit (pkgs) gtk3; inherit (pkgs) pcre2; - vte_291 = pkgs.vte;}; - - "termonad_4_6_0_0" = callPackage ({ mkDerivation, aeson, base, bytestring, Cabal, cabal-doctest , colour, containers, data-default, directory, doctest, dyre , file-embed, filepath, focuslist, gi-gdk, gi-gdkpixbuf, gi-gio @@ -309751,7 +303571,6 @@ self: { description = "Terminal emulator configurable in Haskell"; license = lib.licenses.bsd3; badPlatforms = lib.platforms.darwin; - hydraPlatforms = lib.platforms.none; mainProgram = "termonad"; maintainers = [ lib.maintainers.cdepillabout ]; }) {inherit (pkgs) gtk3; inherit (pkgs) pcre2; @@ -310649,29 +304468,6 @@ self: { }) {}; "texmath" = callPackage - ({ mkDerivation, base, bytestring, containers, directory, filepath - , mtl, pandoc-types, parsec, pretty-show, split, syb, tagged, tasty - , tasty-golden, text, typst-symbols, xml - }: - mkDerivation { - pname = "texmath"; - version = "0.12.8.7"; - sha256 = "0i3ngkq87y6lvgfd6ky4zya6qz5n70ypb9yjmxzp7d6844p36g6k"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers mtl pandoc-types parsec split syb text - typst-symbols xml - ]; - testHaskellDepends = [ - base bytestring directory filepath pretty-show tagged tasty - tasty-golden text xml - ]; - description = "Conversion between math formats"; - license = lib.licenses.gpl2Only; - }) {}; - - "texmath_0_12_8_12" = callPackage ({ mkDerivation, base, bytestring, containers, directory, filepath , mtl, pandoc-types, parsec, pretty-show, split, syb, tagged, tasty , tasty-golden, text, typst-symbols, xml @@ -310692,7 +304488,6 @@ self: { ]; description = "Conversion between math formats"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; }) {}; "texrunner" = callPackage @@ -310874,29 +304669,6 @@ self: { }) {}; "text-builder-dev" = callPackage - ({ mkDerivation, base, base-compat, bytestring, criterion - , deferred-folds, isomorphism-class, QuickCheck, quickcheck-classes - , quickcheck-instances, rerebase, split, tasty, tasty-hunit - , tasty-quickcheck, text, time, transformers - }: - mkDerivation { - pname = "text-builder-dev"; - version = "0.3.6"; - sha256 = "0i49ki86i22w8pab46ljxw3br0l2d7wvilf9mxh9zhi6a2a4sarb"; - libraryHaskellDepends = [ - base bytestring deferred-folds isomorphism-class QuickCheck - quickcheck-instances split text time transformers - ]; - testHaskellDepends = [ - base-compat quickcheck-classes quickcheck-instances rerebase tasty - tasty-hunit tasty-quickcheck - ]; - benchmarkHaskellDepends = [ criterion rerebase ]; - description = "Edge of developments for \"text-builder\""; - license = lib.licenses.mit; - }) {}; - - "text-builder-dev_0_3_9" = callPackage ({ mkDerivation, base, base-compat, bytestring, criterion , deferred-folds, isomorphism-class, lawful-conversions, QuickCheck , quickcheck-classes, quickcheck-instances, rerebase, split, tasty @@ -310917,7 +304689,6 @@ self: { benchmarkHaskellDepends = [ criterion rerebase ]; description = "Edge of developments for \"text-builder\""; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "text-builder-linear" = callPackage @@ -311338,23 +305109,6 @@ self: { }) {}; "text-metrics" = callPackage - ({ mkDerivation, base, containers, criterion, deepseq, hspec - , QuickCheck, text, vector, weigh - }: - mkDerivation { - pname = "text-metrics"; - version = "0.3.2"; - sha256 = "0vl3vnm7xhy2zwcx1m293gp64q5sxfa3vmzdaqnqmjgby6l31mxx"; - revision = "4"; - editedCabalFile = "1blvnlylfs5s91q4n48la7pcl2sz5gajmjdx9jagcml5nmsnirqq"; - libraryHaskellDepends = [ base containers text vector ]; - testHaskellDepends = [ base hspec QuickCheck text ]; - benchmarkHaskellDepends = [ base criterion deepseq text weigh ]; - description = "Calculate various string metrics efficiently"; - license = lib.licenses.bsd3; - }) {}; - - "text-metrics_0_3_3" = callPackage ({ mkDerivation, base, containers, criterion, deepseq, hspec , primitive, QuickCheck, text, vector, weigh }: @@ -311367,7 +305121,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq text weigh ]; description = "Calculate various string metrics efficiently"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-misc-yj" = callPackage @@ -311638,38 +305391,6 @@ self: { }) {}; "text-show" = callPackage - ({ mkDerivation, array, base, base-compat-batteries, base-orphans - , bifunctors, bytestring, bytestring-builder, containers, criterion - , deepseq, deriving-compat, generic-deriving, ghc-boot-th, ghc-prim - , hspec, hspec-discover, QuickCheck, quickcheck-instances - , template-haskell, text, th-abstraction, th-lift, transformers - , transformers-compat - }: - mkDerivation { - pname = "text-show"; - version = "3.10.5"; - sha256 = "0sn8mgj7f6jric4zyfigkf8abwwx3j9k0l9jy1lhrc5ih7w6xffm"; - revision = "2"; - editedCabalFile = "0an6k80s03ffz3y4xy717j0arbhz2sff75qa7927g9m28rrjglal"; - libraryHaskellDepends = [ - array base base-compat-batteries bifunctors bytestring - bytestring-builder containers generic-deriving ghc-boot-th ghc-prim - template-haskell text th-abstraction th-lift transformers - transformers-compat - ]; - testHaskellDepends = [ - array base base-compat-batteries base-orphans bytestring - bytestring-builder deriving-compat generic-deriving ghc-prim hspec - QuickCheck quickcheck-instances template-haskell text transformers - transformers-compat - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ]; - description = "Efficient conversion of values into Text"; - license = lib.licenses.bsd3; - }) {}; - - "text-show_3_11" = callPackage ({ mkDerivation, array, base, base-compat-batteries, base-orphans , bifunctors, bytestring, containers, criterion, deepseq , deriving-compat, generic-deriving, ghc-boot-th, ghc-prim, hspec @@ -311679,8 +305400,8 @@ self: { }: mkDerivation { pname = "text-show"; - version = "3.11"; - sha256 = "1hp8bw5cmppdwqjvnmv7h38rckvdpxrzgcvbllgvf4zm9ns6dsr8"; + version = "3.11.1"; + sha256 = "18n4smbwwh9as0kpm2c18153y6lj5pbk2hy6ra9im0fwqk7xan6x"; libraryHaskellDepends = [ array base base-compat-batteries bifunctors bytestring containers ghc-boot-th ghc-prim template-haskell text th-abstraction @@ -311696,7 +305417,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ]; description = "Efficient conversion of values into Text"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "text-show-instances" = callPackage @@ -311713,6 +305433,8 @@ self: { pname = "text-show-instances"; version = "3.9.10"; sha256 = "09cb391gi0hgkjk4ap4d83vg13lczrghmb9db96a4ckw1bp9pbc1"; + revision = "1"; + editedCabalFile = "00bban25scsd92sn42a52qwyb4h4g196v4ma176nr84nxgd6s3wg"; libraryHaskellDepends = [ aeson base base-compat bifunctors binary containers directory ghc-boot-th haskeline hpc nonempty-vector old-locale old-time @@ -312087,20 +305809,6 @@ self: { }) {}; "th-abstraction" = callPackage - ({ mkDerivation, base, containers, ghc-prim, template-haskell }: - mkDerivation { - pname = "th-abstraction"; - version = "0.5.0.0"; - sha256 = "0r4ri85283i1jjhd94wa9nps6cd9a8mh6rr4ds1gb2hqnwxdqn42"; - libraryHaskellDepends = [ - base containers ghc-prim template-haskell - ]; - testHaskellDepends = [ base containers template-haskell ]; - description = "Nicer interface for reified information about data types"; - license = lib.licenses.isc; - }) {}; - - "th-abstraction_0_7_1_0" = callPackage ({ mkDerivation, base, containers, ghc-prim, template-haskell }: mkDerivation { pname = "th-abstraction"; @@ -312112,7 +305820,6 @@ self: { testHaskellDepends = [ base containers template-haskell ]; description = "Nicer interface for reified information about data types"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "th-alpha" = callPackage @@ -312172,25 +305879,6 @@ self: { }) {}; "th-compat" = callPackage - ({ mkDerivation, base, base-compat, hspec, hspec-discover, mtl - , template-haskell - }: - mkDerivation { - pname = "th-compat"; - version = "0.1.5"; - sha256 = "07ia72hl6c1rqx1gl3zpvig7d8sw2ssbgf4wq1ipgbdgqypmzxc1"; - revision = "2"; - editedCabalFile = "0bhx6ahf89v7pm3s05b98rm2gbhi4yg8knnn5wchdkfg7jx5k6hj"; - libraryHaskellDepends = [ base template-haskell ]; - testHaskellDepends = [ - base base-compat hspec mtl template-haskell - ]; - testToolDepends = [ hspec-discover ]; - description = "Backward- (and forward-)compatible Quote and Code types"; - license = lib.licenses.bsd3; - }) {}; - - "th-compat_0_1_6" = callPackage ({ mkDerivation, base, hspec, hspec-discover, mtl, template-haskell }: mkDerivation { @@ -312202,7 +305890,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Backward- (and forward-)compatible Quote and Code types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-constraint-compat" = callPackage @@ -312276,29 +305963,6 @@ self: { }) {}; "th-desugar" = callPackage - ({ mkDerivation, base, containers, ghc-prim, hspec, HUnit, mtl - , ordered-containers, syb, template-haskell, th-abstraction - , th-orphans, transformers-compat - }: - mkDerivation { - pname = "th-desugar"; - version = "1.15"; - sha256 = "167ybxp9233xlihmj28hmqmd82liyhjgl17310nn9bximgfjr7hp"; - revision = "1"; - editedCabalFile = "1mpig192p595d3961w1x35w50h8i6c9zp0h4d44mnjy2wd7hb99j"; - libraryHaskellDepends = [ - base containers ghc-prim mtl ordered-containers syb - template-haskell th-abstraction th-orphans transformers-compat - ]; - testHaskellDepends = [ - base containers hspec HUnit mtl syb template-haskell th-abstraction - th-orphans - ]; - description = "Functions to desugar Template Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "th-desugar_1_16" = callPackage ({ mkDerivation, base, containers, ghc-prim, hspec, HUnit, mtl , ordered-containers, syb, template-haskell, th-abstraction , th-orphans, transformers-compat @@ -312319,7 +305983,6 @@ self: { ]; description = "Functions to desugar Template Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-desugar_1_18" = callPackage @@ -312373,24 +306036,6 @@ self: { }) {}; "th-expand-syns" = callPackage - ({ mkDerivation, base, containers, syb, template-haskell - , th-abstraction - }: - mkDerivation { - pname = "th-expand-syns"; - version = "0.4.11.0"; - sha256 = "1l7pkc16vnjgiam31745av14j7ngnr5mqmgp77xwd3h7fg75kkca"; - revision = "4"; - editedCabalFile = "0vjznxgzzvlr39hq0pqvachaihsbp0m2fwrii89rjzhx0mlfy4l7"; - libraryHaskellDepends = [ - base containers syb template-haskell th-abstraction - ]; - testHaskellDepends = [ base template-haskell th-abstraction ]; - description = "Expands type synonyms in Template Haskell ASTs"; - license = lib.licenses.bsd3; - }) {}; - - "th-expand-syns_0_4_12_0" = callPackage ({ mkDerivation, base, containers, syb, template-haskell , th-abstraction }: @@ -312404,7 +306049,6 @@ self: { testHaskellDepends = [ base template-haskell th-abstraction ]; description = "Expands type synonyms in Template Haskell ASTs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-extras" = callPackage @@ -312585,21 +306229,6 @@ self: { }) {}; "th-lift" = callPackage - ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction - }: - mkDerivation { - pname = "th-lift"; - version = "0.8.5"; - sha256 = "0xhivxk89y76jkgm636d1qan3ssgiqk2g23abzdfgpq29s6mm739"; - libraryHaskellDepends = [ - base ghc-prim template-haskell th-abstraction - ]; - testHaskellDepends = [ base ghc-prim template-haskell ]; - description = "Derive Template Haskell's Lift class for datatypes"; - license = lib.licenses.bsd3; - }) {}; - - "th-lift_0_8_6" = callPackage ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction }: mkDerivation { @@ -312612,7 +306241,6 @@ self: { testHaskellDepends = [ base ghc-prim template-haskell ]; description = "Derive Template Haskell's Lift class for datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-lift-instances" = callPackage @@ -312648,25 +306276,6 @@ self: { }) {}; "th-orphans" = callPackage - ({ mkDerivation, base, bytestring, ghc-prim, hspec, hspec-discover - , mtl, template-haskell, th-compat, th-lift, th-reify-many - }: - mkDerivation { - pname = "th-orphans"; - version = "0.13.15"; - sha256 = "1gayl4afrl9swqhb12z5z84zl8vx684xj90s9h57029a72vjrl0k"; - libraryHaskellDepends = [ - base mtl template-haskell th-compat th-lift th-reify-many - ]; - testHaskellDepends = [ - base bytestring ghc-prim hspec template-haskell th-lift - ]; - testToolDepends = [ hspec-discover ]; - description = "Orphan instances for TH datatypes"; - license = lib.licenses.bsd3; - }) {}; - - "th-orphans_0_13_16" = callPackage ({ mkDerivation, base, bytestring, ghc-prim, hspec, hspec-discover , mtl, template-haskell, th-compat, th-lift, th-reify-many }: @@ -312683,7 +306292,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Orphan instances for TH datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-pprint" = callPackage @@ -312788,27 +306396,6 @@ self: { }) {}; "th-test-utils" = callPackage - ({ mkDerivation, base, bytestring, tasty, tasty-golden, tasty-hunit - , template-haskell, th-orphans, transformers - }: - mkDerivation { - pname = "th-test-utils"; - version = "1.2.1"; - sha256 = "1vk5fj66w7smq4yc614ixh7s78n3djggpzcxmakyxfz01vz20gay"; - revision = "3"; - editedCabalFile = "1lacygmbb36ka1bd4kmi6mfjicpdzagf73433kjvqrk1316bayc0"; - libraryHaskellDepends = [ - base template-haskell th-orphans transformers - ]; - testHaskellDepends = [ - base bytestring tasty tasty-golden tasty-hunit template-haskell - th-orphans transformers - ]; - description = "Utility functions for testing Template Haskell code"; - license = lib.licenses.bsd3; - }) {}; - - "th-test-utils_1_2_2" = callPackage ({ mkDerivation, base, tasty, tasty-golden, tasty-hunit , template-haskell, text, th-orphans, transformers }: @@ -312825,7 +306412,6 @@ self: { ]; description = "Utility functions for testing Template Haskell code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-to-exp" = callPackage @@ -313094,8 +306680,8 @@ self: { pname = "these"; version = "1.2.1"; sha256 = "1pp44amwvpl0m762zahg632prlxx0ca2r10n3a0bznjy6qrxkmhp"; - revision = "1"; - editedCabalFile = "12qb2g87kwprcxa8kksh2v8sm9m723h4c407dd868y5k64smfky0"; + revision = "2"; + editedCabalFile = "0dm1gq5phif8v0pfcycxhsrb53hnn63w56jmxlgyl5bcx7npmi9m"; libraryHaskellDepends = [ assoc base binary deepseq hashable ]; description = "An either-or-both data type"; license = lib.licenses.bsd3; @@ -313107,6 +306693,8 @@ self: { pname = "these-lens"; version = "1.0.2"; sha256 = "159dp25rbhcnmpxvvabjl8s9df9mvqi30p81vrmh7kgg86xa050y"; + revision = "1"; + editedCabalFile = "07dyn6kqh8apxvzigc64k12h7b0wic8pzy4c5zw4mnsbn8v0l8bh"; libraryHaskellDepends = [ base lens these ]; description = "Lenses for These"; license = lib.licenses.bsd3; @@ -313118,6 +306706,8 @@ self: { pname = "these-optics"; version = "1.0.2"; sha256 = "0a63xfqj841i7pwdjzg067ixs0lj9ngwfjps6yyk5gyqqmhirqsv"; + revision = "1"; + editedCabalFile = "1625hyziyr50syph34nvx91mz2w8d9y64rn7nc0flg2w5csfm8gm"; libraryHaskellDepends = [ base optics-core these ]; description = "Optics for These"; license = lib.licenses.bsd3; @@ -313498,10 +307088,8 @@ self: { }: mkDerivation { pname = "threepenny-gui"; - version = "0.9.4.1"; - sha256 = "199jpgzmjlraspazaq9crv1zl92xmi8k2fif5kvznzpjvl4b1k1k"; - revision = "1"; - editedCabalFile = "1y0kc86hry2n2d5xrgly5y2zax52q4jjgl7j0984znqdmqk6b8jb"; + version = "0.9.4.2"; + sha256 = "0ppazdc2cdhnjv0y1r1gkvl4igfbramjz5wsa5z1y1d9s88v8m2i"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -313730,38 +307318,6 @@ self: { }) {}; "thyme" = callPackage - ({ mkDerivation, aeson, attoparsec, base, bytestring, containers - , cpphs, criterion, deepseq, hashable, mtl, old-locale, profunctors - , QuickCheck, random, template-haskell, text, time, vector - , vector-space, vector-th-unbox - }: - mkDerivation { - pname = "thyme"; - version = "0.4"; - sha256 = "098kqmirzcllfpfsxivc42dsvvlih89xfzkmif8gjzcqiw6agx41"; - revision = "1"; - editedCabalFile = "0y7xc8q2n8lbfi0q4isj29w5qdy3bjlb8yywdyajjp9k1kp23vnr"; - libraryHaskellDepends = [ - aeson attoparsec base bytestring containers deepseq hashable mtl - old-locale profunctors QuickCheck random template-haskell text time - vector vector-space vector-th-unbox - ]; - libraryToolDepends = [ cpphs ]; - testHaskellDepends = [ - attoparsec base bytestring containers mtl old-locale profunctors - QuickCheck random text time vector-space - ]; - benchmarkHaskellDepends = [ - base criterion mtl old-locale profunctors QuickCheck random time - vector vector-space - ]; - description = "A faster time library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "thyme_0_4_1" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, containers , cpphs, criterion, deepseq, hashable, mtl, old-locale, profunctors , QuickCheck, random, template-haskell, text, time, vector @@ -314259,28 +307815,6 @@ self: { }) {}; "time-compat" = callPackage - ({ mkDerivation, base, base-compat, base-orphans, deepseq, hashable - , HUnit, QuickCheck, tagged, tasty, tasty-hunit, tasty-quickcheck - , time - }: - mkDerivation { - pname = "time-compat"; - version = "1.9.6.1"; - sha256 = "103b3vpn277kkccv6jv54b2wpi5c00mpb01ndl9w4y4nxc0bn1xd"; - revision = "6"; - editedCabalFile = "0lpv1x3q4j7h0rn9pjdcf8armvkdgzw905hkprgzb9h33bq1wqqp"; - libraryHaskellDepends = [ - base base-orphans deepseq hashable time - ]; - testHaskellDepends = [ - base base-compat deepseq hashable HUnit QuickCheck tagged tasty - tasty-hunit tasty-quickcheck time - ]; - description = "Compatibility package for time"; - license = lib.licenses.bsd3; - }) {}; - - "time-compat_1_9_7" = callPackage ({ mkDerivation, base, base-orphans, deepseq, hashable, HUnit , QuickCheck, tagged, tasty, tasty-hunit, tasty-quickcheck, time }: @@ -314299,6 +307833,26 @@ self: { ]; description = "Compatibility package for time"; license = lib.licenses.bsd3; + }) {}; + + "time-compat_1_9_8" = callPackage + ({ mkDerivation, base, base-orphans, deepseq, hashable, HUnit + , QuickCheck, random, tagged, tasty, tasty-hunit, tasty-quickcheck + , template-haskell, time + }: + mkDerivation { + pname = "time-compat"; + version = "1.9.8"; + sha256 = "1w2wxz9q3w04mwjm43xk8nrs61fhaf82xpz5q13in4sv99lzhbjh"; + libraryHaskellDepends = [ + base base-orphans deepseq hashable template-haskell time + ]; + testHaskellDepends = [ + base deepseq hashable HUnit QuickCheck random tagged tasty + tasty-hunit tasty-quickcheck template-haskell time + ]; + description = "Compatibility package for time"; + license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; @@ -314444,17 +307998,6 @@ self: { }) {}; "time-manager" = callPackage - ({ mkDerivation, auto-update, base, unliftio }: - mkDerivation { - pname = "time-manager"; - version = "0.0.1"; - sha256 = "0nx03qrnvxd1r0mdy8qzr5hd0gfzjg67cqlg63nbhsdwz8ijaj87"; - libraryHaskellDepends = [ auto-update base unliftio ]; - description = "Scalable timer"; - license = lib.licenses.mit; - }) {}; - - "time-manager_0_2_2" = callPackage ({ mkDerivation, auto-update, base, containers, stm }: mkDerivation { pname = "time-manager"; @@ -314463,7 +308006,6 @@ self: { libraryHaskellDepends = [ auto-update base containers stm ]; description = "Scalable timer"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "time-out" = callPackage @@ -315821,36 +309363,6 @@ self: { license = "(Apache-2.0 OR MPL-2.0)"; }) {}; - "tls" = callPackage - ({ mkDerivation, asn1-encoding, asn1-types, async, base, bytestring - , cereal, crypton, crypton-x509, crypton-x509-store - , crypton-x509-validation, data-default-class, gauge, hourglass - , memory, mtl, network, QuickCheck, tasty, tasty-quickcheck - , transformers, unix-time - }: - mkDerivation { - pname = "tls"; - version = "1.8.0"; - sha256 = "024qj5w5l1z1hmi24l433jwiyh2jnadziibs7rsnbn0v7zgqd12a"; - libraryHaskellDepends = [ - asn1-encoding asn1-types async base bytestring cereal crypton - crypton-x509 crypton-x509-store crypton-x509-validation - data-default-class memory mtl network transformers unix-time - ]; - testHaskellDepends = [ - asn1-types async base bytestring crypton crypton-x509 - crypton-x509-validation data-default-class hourglass QuickCheck - tasty tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - asn1-types async base bytestring crypton crypton-x509 - crypton-x509-validation data-default-class gauge hourglass - QuickCheck tasty-quickcheck - ]; - description = "TLS/SSL protocol native implementation (Server and Client)"; - license = lib.licenses.bsd3; - }) {}; - "tls_2_0_6" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, async, base , base16-bytestring, bytestring, cereal, crypton, crypton-x509 @@ -315883,6 +309395,35 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "tls" = callPackage + ({ mkDerivation, asn1-encoding, asn1-types, async, base + , base16-bytestring, bytestring, cereal, crypton, crypton-x509 + , crypton-x509-store, crypton-x509-validation, data-default-class + , hourglass, hspec, hspec-discover, memory, mtl, network + , QuickCheck, serialise, transformers, unix-time + }: + mkDerivation { + pname = "tls"; + version = "2.1.1"; + sha256 = "1rzbyrc5x4zq0xdm5h4h0jh2l2ajhbjx5qny6x79ij7zv0c79hkp"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + asn1-encoding asn1-types async base base16-bytestring bytestring + cereal crypton crypton-x509 crypton-x509-store + crypton-x509-validation data-default-class memory mtl network + serialise transformers unix-time + ]; + testHaskellDepends = [ + asn1-types async base bytestring crypton crypton-x509 + crypton-x509-validation data-default-class hourglass hspec + QuickCheck serialise + ]; + testToolDepends = [ hspec-discover ]; + description = "TLS protocol native implementation"; + license = lib.licenses.bsd3; + }) {}; + "tls_2_1_5" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, async, base , base16-bytestring, bytestring, cereal, crypton, crypton-x509 @@ -315954,23 +309495,6 @@ self: { }) {}; "tls-session-manager" = callPackage - ({ mkDerivation, auto-update, base, basement, bytestring, clock - , memory, psqueues, tls - }: - mkDerivation { - pname = "tls-session-manager"; - version = "0.0.4"; - sha256 = "134kb5nz668f4xrr5g98g7fc1bwb3ri6q433a1i6asjkniwpy85s"; - revision = "1"; - editedCabalFile = "1pg11vlx2hjy3qf73x8wd8jfabm94mng09gny2zn5jv9z3amw8l1"; - libraryHaskellDepends = [ - auto-update base basement bytestring clock memory psqueues tls - ]; - description = "In-memory TLS session manager"; - license = lib.licenses.bsd3; - }) {}; - - "tls-session-manager_0_0_7" = callPackage ({ mkDerivation, auto-update, base, basement, bytestring, clock , crypto-token, memory, psqueues, serialise, tls }: @@ -315986,35 +309510,9 @@ self: { ]; description = "In-memory TLS session DB and session ticket"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tlynx" = callPackage - ({ mkDerivation, aeson, async, attoparsec, base, bytestring - , comonad, containers, data-default-class, elynx-tools, elynx-tree - , gnuplot, optparse-applicative, parallel, random, statistics, text - , transformers, vector - }: - mkDerivation { - pname = "tlynx"; - version = "0.7.2.2"; - sha256 = "0hc4z139v9ig0fcm4dqim388idik63d1qy00ir1bglf4rwhs41b7"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson async attoparsec base bytestring comonad containers - data-default-class elynx-tools elynx-tree gnuplot - optparse-applicative parallel random statistics text transformers - vector - ]; - executableHaskellDepends = [ base ]; - description = "Handle phylogenetic trees"; - license = lib.licenses.gpl3Plus; - mainProgram = "tlynx"; - maintainers = [ lib.maintainers.dschrempf ]; - }) {}; - - "tlynx_0_8_0_0" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , comonad, containers, data-default, elynx-tools, elynx-tree , gnuplot, optparse-applicative, parallel, random, statistics, text @@ -316034,7 +309532,6 @@ self: { executableHaskellDepends = [ base ]; description = "Handle phylogenetic trees"; license = lib.licenses.gpl3Plus; - hydraPlatforms = lib.platforms.none; mainProgram = "tlynx"; maintainers = [ lib.maintainers.dschrempf ]; }) {}; @@ -316114,30 +309611,6 @@ self: { }) {}; "tmp-proc" = callPackage - ({ mkDerivation, async, base, bytestring, data-default, hspec - , http-client, http-types, mtl, network, process, text, unliftio - , wai, warp, warp-tls - }: - mkDerivation { - pname = "tmp-proc"; - version = "0.5.3.0"; - sha256 = "0wir2bmvpibx5ak1zfk3jjxalz5lznqfw48m4cybds02xpmxrsxa"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - async base bytestring mtl network process text unliftio wai warp - warp-tls - ]; - testHaskellDepends = [ - base bytestring data-default hspec http-client http-types text wai - warp - ]; - description = "Run 'tmp' processes in integration tests"; - license = lib.licenses.bsd3; - }) {}; - - "tmp-proc_0_7_2_1" = callPackage ({ mkDerivation, async, base, bytestring, crypton-connection , crypton-x509-system, data-default, directory, filepath, fmt , hspec, http-client, http-client-tls, http-types, mtl, mustache @@ -316162,7 +309635,6 @@ self: { ]; description = "Run 'tmp' processes in integration tests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tmp-proc-example" = callPackage @@ -316192,25 +309664,6 @@ self: { }) {}; "tmp-proc-postgres" = callPackage - ({ mkDerivation, base, bytestring, hspec, hspec-tmp-proc - , postgresql-simple, text, tmp-proc - }: - mkDerivation { - pname = "tmp-proc-postgres"; - version = "0.5.3.1"; - sha256 = "04kcqn2lg7ycf2hjv4gvq9y59w48dn5kijxs7cghiz8yq1qc75zf"; - libraryHaskellDepends = [ - base bytestring postgresql-simple text tmp-proc - ]; - testHaskellDepends = [ - base bytestring hspec hspec-tmp-proc postgresql-simple text - tmp-proc - ]; - description = "Launch a PostgreSQL database in docker using tmp-proc"; - license = lib.licenses.bsd3; - }) {}; - - "tmp-proc-postgres_0_7_0_0" = callPackage ({ mkDerivation, base, bytestring, hspec, hspec-tmp-proc , postgresql-simple, text, tmp-proc }: @@ -316227,26 +309680,9 @@ self: { ]; description = "Launch a PostgreSQL database in docker using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tmp-proc-rabbitmq" = callPackage - ({ mkDerivation, amqp, base, bytestring, hspec, hspec-tmp-proc - , text, tmp-proc - }: - mkDerivation { - pname = "tmp-proc-rabbitmq"; - version = "0.5.3.1"; - sha256 = "0jkghypnlc9fsss8nqk7rbr42wkmdpgaa5v6bhfw6mwrcnz4i15h"; - libraryHaskellDepends = [ amqp base bytestring text tmp-proc ]; - testHaskellDepends = [ - amqp base bytestring hspec hspec-tmp-proc text tmp-proc - ]; - description = "Launch RabbitMQ in docker using tmp-proc"; - license = lib.licenses.bsd3; - }) {}; - - "tmp-proc-rabbitmq_0_7_2_0" = callPackage ({ mkDerivation, amqp, base, bytestring, hspec, hspec-tmp-proc , text, tmp-proc }: @@ -316260,26 +309696,9 @@ self: { ]; description = "Launch RabbitMQ in docker using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tmp-proc-redis" = callPackage - ({ mkDerivation, base, bytestring, hedis, hspec, hspec-tmp-proc - , text, tmp-proc - }: - mkDerivation { - pname = "tmp-proc-redis"; - version = "0.5.3.1"; - sha256 = "1pqmg6xqfbl71q5pnryrmqsf443qpsq89wk1kax6k68zmyn7ws4i"; - libraryHaskellDepends = [ base bytestring hedis text tmp-proc ]; - testHaskellDepends = [ - base bytestring hedis hspec hspec-tmp-proc text tmp-proc - ]; - description = "Launch Redis in docker using tmp-proc"; - license = lib.licenses.bsd3; - }) {}; - - "tmp-proc-redis_0_7_0_0" = callPackage ({ mkDerivation, base, bytestring, hedis, hspec, hspec-tmp-proc , text, tmp-proc }: @@ -316293,7 +309712,6 @@ self: { ]; description = "Launch Redis in docker using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tmp-proc-zipkin" = callPackage @@ -316799,29 +310217,6 @@ self: { }) {}; "toml-parser" = callPackage - ({ mkDerivation, alex, array, base, containers, happy, hspec - , hspec-discover, markdown-unlit, prettyprinter, template-haskell - , text, time, transformers - }: - mkDerivation { - pname = "toml-parser"; - version = "1.3.2.0"; - sha256 = "1cb748vkqzgswkbchfg73wqmhjarz2ws7c42nf4jlqfdhijly2qy"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - array base containers prettyprinter text time transformers - ]; - libraryToolDepends = [ alex happy ]; - testHaskellDepends = [ - base containers hspec template-haskell time - ]; - testToolDepends = [ hspec-discover markdown-unlit ]; - description = "TOML 1.0.0 parser"; - license = lib.licenses.isc; - }) {}; - - "toml-parser_2_0_1_0" = callPackage ({ mkDerivation, alex, array, base, containers, happy, hspec , hspec-discover, markdown-unlit, prettyprinter, template-haskell , text, time, transformers @@ -316844,7 +310239,6 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "TOML 1.0.0 parser"; license = lib.licenses.isc; - hydraPlatforms = lib.platforms.none; }) {}; "toml-reader" = callPackage @@ -317223,8 +310617,8 @@ self: { }: mkDerivation { pname = "tools-yj"; - version = "0.1.0.20"; - sha256 = "0kazb0gzr21hdiqv3avlw5c2i3ikf0pzy6ybsi7qhj2hxv1kz9zi"; + version = "0.1.0.21"; + sha256 = "1i807pylc7p8kiqjgzfiqzq9h30052b5vdmbv322ifc8i4z99h8b"; libraryHaskellDepends = [ base containers data-default mono-traversable stm text ]; @@ -317334,6 +310728,8 @@ self: { pname = "topograph"; version = "1.0.1"; sha256 = "02nywgf9k20lx75cq8y3kpqv4q7zzpkvszyxnzml2x1b1ybb1blm"; + revision = "1"; + editedCabalFile = "0f6f7029dslvlvjdm7aglszbjgmmmwvx6prza97vi39r4rzsssmv"; libraryHaskellDepends = [ base base-orphans containers vector ]; description = "Directed acyclic graphs"; license = lib.licenses.bsd3; @@ -318825,36 +312221,6 @@ self: { }) {}; "tree-diff" = callPackage - ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base - , base-compat, bytestring, bytestring-builder, containers - , criterion, deepseq, Diff, hashable, parsec, parsers, pretty - , primitive, QuickCheck, scientific, semialign, strict, tagged - , tasty, tasty-golden, tasty-quickcheck, text, these, time - , trifecta, unordered-containers, uuid-types, vector - }: - mkDerivation { - pname = "tree-diff"; - version = "0.3.0.1"; - sha256 = "1bkjsklsqxq8i8p3zx73pck4ca1kv21zjvn9xhbhz191gygprrj0"; - revision = "5"; - editedCabalFile = "167hw7jsvajj68g9inqrjkh6wj50yvvy2i6g97is31i6fhqifg09"; - libraryHaskellDepends = [ - aeson ansi-terminal ansi-wl-pprint base base-compat bytestring - bytestring-builder containers deepseq hashable parsec parsers - pretty primitive QuickCheck scientific semialign strict tagged text - these time unordered-containers uuid-types vector - ]; - testHaskellDepends = [ - ansi-terminal ansi-wl-pprint base base-compat parsec primitive - QuickCheck tagged tasty tasty-golden tasty-quickcheck trifecta - unordered-containers - ]; - benchmarkHaskellDepends = [ base criterion deepseq Diff ]; - description = "Diffing of (expression) trees"; - license = lib.licenses.gpl2Plus; - }) {}; - - "tree-diff_0_3_3" = callPackage ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, base , bytestring, containers, criterion, deepseq, Diff, hashable , parsec, parsers, pretty, primitive, QuickCheck, scientific @@ -318880,7 +312246,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq Diff ]; description = "Diffing of (expression) trees"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; }) {}; "tree-fun" = callPackage @@ -319400,30 +312765,6 @@ self: { }) {}; "trie-simple" = callPackage - ({ mkDerivation, base, containers, deepseq, gauge, hashable, hspec - , hspec-discover, indexed-traversable, matchable, mtl, mwc-random - , QuickCheck, semialign, these, vector, witherable - }: - mkDerivation { - pname = "trie-simple"; - version = "0.4.2"; - sha256 = "1ai4fn35312z6ydwadi0rxscglwqawjrzq6p1i2kpbf7vmflznjg"; - revision = "5"; - editedCabalFile = "1cz6rpa07098p2y03jarydvg6jvjnm148x82jg4q3slfp3cbsyqb"; - libraryHaskellDepends = [ - base containers deepseq hashable indexed-traversable matchable mtl - semialign these witherable - ]; - testHaskellDepends = [ base containers hspec QuickCheck vector ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base containers deepseq gauge mwc-random vector - ]; - description = "Simple Map-based Trie"; - license = lib.licenses.bsd3; - }) {}; - - "trie-simple_0_4_3" = callPackage ({ mkDerivation, base, containers, deepseq, hashable, hspec , hspec-discover, indexed-traversable, matchable, mtl, mwc-random , QuickCheck, semialign, tasty-bench, these, vector, witherable @@ -319443,7 +312784,6 @@ self: { ]; description = "Simple Map-based Trie"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "tries" = callPackage @@ -320056,6 +313396,25 @@ self: { license = lib.licenses.mit; }) {}; + "ttc_1_5_0_0" = callPackage + ({ mkDerivation, base, bytestring, tasty, tasty-hunit + , template-haskell, text, text-short + }: + mkDerivation { + pname = "ttc"; + version = "1.5.0.0"; + sha256 = "014cfx9fja2w9gln1ljb81n1r1yi8py7hyz2z9kccgwdb99f18b1"; + libraryHaskellDepends = [ + base bytestring template-haskell text text-short + ]; + testHaskellDepends = [ + base bytestring tasty tasty-hunit template-haskell text text-short + ]; + description = "Textual Type Classes"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "ttl-hashtables" = callPackage ({ mkDerivation, base, clock, containers, data-default, failable , hashable, hashtables, hspec, mtl, transformers @@ -321570,6 +314929,8 @@ self: { pname = "type-equality"; version = "1.0.1"; sha256 = "1jfdm0g5r285bbarqc6pb6nmjg03m1s6jdh5lq0zr7xasd8q429b"; + revision = "1"; + editedCabalFile = "0syx1a6bx22nyllb5y9x80znl5j94b0dqa9qcfk95d047j25mdjh"; libraryHaskellDepends = [ base ]; description = "Data.Type.Equality compat package"; license = lib.licenses.bsd3; @@ -321945,10 +315306,8 @@ self: { }: mkDerivation { pname = "type-natural"; - version = "1.3.0.1"; - sha256 = "0n07bcz5hi4l2a2lvgqkns4b158nsw10f1m7ij1vagwwvzsl0msf"; - revision = "1"; - editedCabalFile = "037mnys2dmkff7m52wqmr0x0sc2s9ld4iid00rf0482d7gz72wlm"; + version = "1.3.0.2"; + sha256 = "17n7gf4sc6bmv2mbxm6p8bps6djbh2sbkvvfya10l1bb70xa759c"; libraryHaskellDepends = [ base constraints equational-reasoning ghc ghc-typelits-knownnat ghc-typelits-natnormalise ghc-typelits-presburger @@ -323165,31 +316524,6 @@ self: { }) {}; "typst" = callPackage - ({ mkDerivation, aeson, array, base, bytestring, cassava - , containers, directory, filepath, mtl, ordered-containers, parsec - , pretty, pretty-show, regex-tdfa, scientific, tasty, tasty-golden - , text, time, toml-parser, typst-symbols, vector, xml-conduit, yaml - }: - mkDerivation { - pname = "typst"; - version = "0.5.0.1"; - sha256 = "1cpc7k6kjif6pyl3rh543yrzhygf5fawi3s1ygdvzi92r5w9xk24"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson array base bytestring cassava containers directory filepath - mtl ordered-containers parsec pretty regex-tdfa scientific text - time toml-parser typst-symbols vector xml-conduit yaml - ]; - testHaskellDepends = [ - base bytestring directory filepath pretty-show tasty tasty-golden - text time - ]; - description = "Parsing and evaluating typst syntax"; - license = lib.licenses.bsd3; - }) {}; - - "typst_0_6_1" = callPackage ({ mkDerivation, aeson, array, base, bytestring, cassava , containers, directory, filepath, mtl, ordered-containers, parsec , pretty, pretty-show, regex-tdfa, scientific, tasty, tasty-golden @@ -323212,20 +316546,6 @@ self: { ]; description = "Parsing and evaluating typst syntax"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - }) {}; - - "typst-symbols" = callPackage - ({ mkDerivation, base, text }: - mkDerivation { - pname = "typst-symbols"; - version = "0.1.5"; - sha256 = "1kgw8c0p3qj1an6dhfim310aydgzq05lx086mznbfs5saya1x590"; - revision = "1"; - editedCabalFile = "0fw1b5k32qvbdcb8ys089y4dnf30qdbbkyhnzwg7z2vjnsp1nb20"; - libraryHaskellDepends = [ base text ]; - description = "Symbol and emoji lookup for typst language"; - license = lib.licenses.mit; }) {}; "typst-symbols_0_1_6" = callPackage @@ -323240,7 +316560,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "typst-symbols_0_1_7" = callPackage + "typst-symbols" = callPackage ({ mkDerivation, base, text }: mkDerivation { pname = "typst-symbols"; @@ -323249,7 +316569,6 @@ self: { libraryHaskellDepends = [ base text ]; description = "Symbol and emoji lookup for typst language"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "tyro" = callPackage @@ -323776,6 +317095,21 @@ self: { broken = true; }) {}; + "ui" = callPackage + ({ mkDerivation, base, vector }: + mkDerivation { + pname = "ui"; + version = "1.0.0"; + sha256 = "1y2xip4k22l700xmzg38mjdcxxyfb4dj9yhm8wq26xzxbdpdbqc5"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base vector ]; + executableHaskellDepends = [ base ]; + description = "Minimalistic console UI (getLine), arrow key support (edit, browse cmd history)"; + license = lib.licenses.mit; + mainProgram = "example"; + }) {}; + "ui-command" = callPackage ({ mkDerivation, base, data-default, mtl, old-locale, time }: mkDerivation { @@ -324616,23 +317950,6 @@ self: { }) {}; "unicode-data" = callPackage - ({ mkDerivation, base, deepseq, hspec, tasty, tasty-bench }: - mkDerivation { - pname = "unicode-data"; - version = "0.4.0.1"; - sha256 = "1030n3h11hk1rbq0fdbpry3aclz6yz8bki2abjvbwh0rh2kdx99p"; - revision = "3"; - editedCabalFile = "0n7iwvha6pr2v6np0a6rw7ral3r7mjlhmydljlknv5mhq0kx4l7a"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base hspec ]; - benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ]; - description = "Access Unicode Character Database (UCD)"; - license = lib.licenses.asl20; - }) {}; - - "unicode-data_0_6_0" = callPackage ({ mkDerivation, base, deepseq, hspec, tasty, tasty-bench }: mkDerivation { pname = "unicode-data"; @@ -324645,7 +317962,6 @@ self: { benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ]; description = "Access Unicode Character Database (UCD)"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; }) {}; "unicode-data-names" = callPackage @@ -325795,23 +319111,6 @@ self: { }) {}; "universe" = callPackage - ({ mkDerivation, universe-base, universe-instances-extended - , universe-reverse-instances, universe-some - }: - mkDerivation { - pname = "universe"; - version = "1.2.2"; - sha256 = "06rxcbqdcf6fd0za3nvdhsqmki6ihxs6j66jqky3wqkis7bmy3ia"; - libraryHaskellDepends = [ - universe-base universe-instances-extended - universe-reverse-instances universe-some - ]; - description = "A class for finite and recursively enumerable types"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "universe_1_2_3" = callPackage ({ mkDerivation, universe-base, universe-instances-extended , universe-reverse-instances, universe-some }: @@ -325825,62 +319124,35 @@ self: { ]; description = "A class for finite and recursively enumerable types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; "universe-base" = callPackage - ({ mkDerivation, base, containers, QuickCheck, tagged, transformers - }: - mkDerivation { - pname = "universe-base"; - version = "1.1.3.1"; - sha256 = "0bbkwmvpnfwvgwxvj0j591l984icrpq2js974nm8ribrblqfzrx3"; - revision = "1"; - editedCabalFile = "12mjh2hsqghayxybpvzka7chxds2h342w584n8g7hmld3y7qmjg4"; - libraryHaskellDepends = [ base containers tagged transformers ]; - testHaskellDepends = [ base containers QuickCheck ]; - description = "A class for finite and recursively enumerable types"; - license = lib.licenses.bsd3; - }) {}; - - "universe-base_1_1_4" = callPackage ({ mkDerivation, base, containers, QuickCheck, tagged, transformers }: mkDerivation { pname = "universe-base"; version = "1.1.4"; sha256 = "160yyhbvfnl88kbxx4rpmb03b4mqhkig833flqzxq9r96ygmirdf"; + revision = "1"; + editedCabalFile = "04kxm2s2gc6g4q4227avyibzx57v9wn9wwglhmwsqzjsv9f3l84a"; libraryHaskellDepends = [ base containers tagged transformers ]; testHaskellDepends = [ base containers QuickCheck ]; description = "A class for finite and recursively enumerable types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-dependent-sum" = callPackage - ({ mkDerivation, base, universe-some }: - mkDerivation { - pname = "universe-dependent-sum"; - version = "1.3"; - sha256 = "0fwqx4fzs9s09fwrf715simqb0vxnx3z7q35zbv9mkj1m6nbrsk5"; - revision = "4"; - editedCabalFile = "0jd55qf6is8gi06r1q0a5vg0vgvr994vc7ybd0kfcsp2ybpk8zvg"; - libraryHaskellDepends = [ base universe-some ]; - description = "Universe instances for types from dependent-sum"; - license = lib.licenses.bsd3; - }) {}; - - "universe-dependent-sum_1_3_1" = callPackage ({ mkDerivation, base, universe-some }: mkDerivation { pname = "universe-dependent-sum"; version = "1.3.1"; sha256 = "0nxhw5wbyq0nf6m4kz64815iqwkif8clkg7gd60bbzwzg4wvjgxc"; + revision = "1"; + editedCabalFile = "0vd648zkp7v6d9spkgiw55vkpk96y9894ng7jf4wwaw5arf87ma5"; libraryHaskellDepends = [ base universe-some ]; description = "Universe instances for types from dependent-sum"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-instances-base" = callPackage @@ -325899,23 +319171,6 @@ self: { }) {}; "universe-instances-extended" = callPackage - ({ mkDerivation, adjunctions, base, comonad, containers - , universe-base - }: - mkDerivation { - pname = "universe-instances-extended"; - version = "1.1.3"; - sha256 = "02fxra5g76dk2jpbvmj0mj5bylj4400fcp3np3s5d31qgsjh2sn6"; - revision = "3"; - editedCabalFile = "02zv257ga1n4qzb2r97fpzblm28db04ws3d02fy1nlry9hcwk554"; - libraryHaskellDepends = [ - adjunctions base comonad containers universe-base - ]; - description = "Universe instances for types from selected extra packages"; - license = lib.licenses.bsd3; - }) {}; - - "universe-instances-extended_1_1_4" = callPackage ({ mkDerivation, adjunctions, base, comonad, containers , universe-base }: @@ -325923,12 +319178,13 @@ self: { pname = "universe-instances-extended"; version = "1.1.4"; sha256 = "0kvwba4hd4ikwprrcyqh32mvbcy47gs47gc8ssh6m23jlj9rll2h"; + revision = "1"; + editedCabalFile = "0zk8j3m73na0zx1wz9axp4s0hbms76h791x2cqr2nlifx3fdjjb3"; libraryHaskellDepends = [ adjunctions base comonad containers universe-base ]; description = "Universe instances for types from selected extra packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-instances-trans" = callPackage @@ -325947,51 +319203,19 @@ self: { }) {}; "universe-reverse-instances" = callPackage - ({ mkDerivation, base, containers, universe-base }: - mkDerivation { - pname = "universe-reverse-instances"; - version = "1.1.1"; - sha256 = "0wzvrnccj9hq1x55vy7a8xzppgf0zmbnlm3yz02qx3dglq97w4n4"; - revision = "4"; - editedCabalFile = "0s6779rs0p0wrarn749rasifiij8x8mihbg8m6cgazs1cxpfykjd"; - libraryHaskellDepends = [ base containers universe-base ]; - description = "Instances of standard classes that are made possible by enumerations"; - license = lib.licenses.bsd3; - }) {}; - - "universe-reverse-instances_1_1_2" = callPackage ({ mkDerivation, base, containers, universe-base }: mkDerivation { pname = "universe-reverse-instances"; version = "1.1.2"; sha256 = "0kipii0wjsw8zhc8ajr4x7j8jiff4r92bdanpzf6fddzdd6a2ai5"; + revision = "1"; + editedCabalFile = "1nrz7jnq2kr397b9ysl8rin135bxd6q6pkngk26rvh17riygnkrb"; libraryHaskellDepends = [ base containers universe-base ]; description = "Instances of standard classes that are made possible by enumerations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "universe-some" = callPackage - ({ mkDerivation, base, some, template-haskell, th-abstraction - , transformers, universe-base - }: - mkDerivation { - pname = "universe-some"; - version = "1.2.1"; - sha256 = "0pdvk5qi39d0wg8ac936c1fxs7v7qld2ggpqc9v7xc4pk3xq24bp"; - revision = "6"; - editedCabalFile = "04vj4sp5kk90ncln7mmm52pbwbvx8zpkxfvzzxk1jbf20bc7x83n"; - libraryHaskellDepends = [ - base some template-haskell th-abstraction transformers - universe-base - ]; - testHaskellDepends = [ base some template-haskell universe-base ]; - description = "Universe instances for Some from some"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "universe-some_1_2_2" = callPackage ({ mkDerivation, base, some, template-haskell, th-abstraction , transformers, universe-base }: @@ -325999,6 +319223,8 @@ self: { pname = "universe-some"; version = "1.2.2"; sha256 = "1w6jd4mn2dzp9p147xwzaaq32l5zm906i8rd3aisw86chq2ivzzb"; + revision = "1"; + editedCabalFile = "0mrvhbgaxlvk28kdkx6z49qczzcv0x6a5v42mrmi1420f4nvfigj"; libraryHaskellDepends = [ base some template-haskell th-abstraction transformers universe-base @@ -326006,7 +319232,6 @@ self: { testHaskellDepends = [ base some template-haskell universe-base ]; description = "Universe instances for Some from some"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; @@ -328161,8 +321386,8 @@ self: { }: mkDerivation { pname = "utxorpc"; - version = "0.0.14.0"; - sha256 = "0101dfb4f33l4qaa84s40lhlyfpmgsqb1v23j3x8kkf05md8bha8"; + version = "0.0.15.0"; + sha256 = "015p2kgb0f8qvjzaywl2pg6360yvpv853ba97wn89x2gjmjiq4j4"; libraryHaskellDepends = [ base proto-lens proto-lens-protobuf-types proto-lens-runtime ]; @@ -328460,29 +321685,6 @@ self: { }) {}; "uuid" = callPackage - ({ mkDerivation, base, binary, bytestring, cryptohash-md5 - , cryptohash-sha1, entropy, network-info, QuickCheck, random, tasty - , tasty-hunit, tasty-quickcheck, text, time, uuid-types - }: - mkDerivation { - pname = "uuid"; - version = "1.3.15"; - sha256 = "0r05h16gd7fgfpq9iz43jcn9jzrgfa0gk4cv1xy0p4rli66rb1gq"; - revision = "3"; - editedCabalFile = "089q2i4rmw8iqzjn2fif4yarnbb7gsnsa4c4zhl24l2hlyakymbx"; - libraryHaskellDepends = [ - base binary bytestring cryptohash-md5 cryptohash-sha1 entropy - network-info random text time uuid-types - ]; - testHaskellDepends = [ - base bytestring QuickCheck random tasty tasty-hunit - tasty-quickcheck - ]; - description = "For creating, comparing, parsing and printing Universally Unique Identifiers"; - license = lib.licenses.bsd3; - }) {}; - - "uuid_1_3_16" = callPackage ({ mkDerivation, base, binary, bytestring, cryptohash-md5 , cryptohash-sha1, entropy, network-info, QuickCheck, random, tasty , tasty-hunit, tasty-quickcheck, text, time, uuid-types @@ -328491,8 +321693,8 @@ self: { pname = "uuid"; version = "1.3.16"; sha256 = "1xhdf8zw2n2h4c0f8xf76c2gsjvldz34zgc4sn6wqpzcnk7pjihs"; - revision = "1"; - editedCabalFile = "1sbr491gywd2862060j71r1gj1wfh8v9jgzcljx5wkbwjr7lwc8f"; + revision = "2"; + editedCabalFile = "1ka9hr7naddpdrnr6nfr81ansfqhgf02f0yvsddzwv3k7crc1qjl"; libraryHaskellDepends = [ base binary bytestring cryptohash-md5 cryptohash-sha1 entropy network-info random text time uuid-types @@ -328503,7 +321705,6 @@ self: { ]; description = "For creating, comparing, parsing and printing Universally Unique Identifiers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "uuid-aeson" = callPackage @@ -328599,27 +321800,6 @@ self: { }) {}; "uuid-types" = callPackage - ({ mkDerivation, base, binary, bytestring, deepseq, hashable - , QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck - , template-haskell, text - }: - mkDerivation { - pname = "uuid-types"; - version = "1.0.5.1"; - sha256 = "0b6a5mvc6bc10lgiyfick9mnkdnlw8xj27dbbvx2pjdkh9lnvv0b"; - libraryHaskellDepends = [ - base binary bytestring deepseq hashable random template-haskell - text - ]; - testHaskellDepends = [ - base binary bytestring QuickCheck tasty tasty-hunit - tasty-quickcheck template-haskell - ]; - description = "Type definitions for Universally Unique Identifiers"; - license = lib.licenses.bsd3; - }) {}; - - "uuid-types_1_0_6" = callPackage ({ mkDerivation, base, binary, bytestring, deepseq, hashable , QuickCheck, random, tasty, tasty-hunit, tasty-quickcheck , template-haskell, text @@ -328628,8 +321808,8 @@ self: { pname = "uuid-types"; version = "1.0.6"; sha256 = "0zimp0v7hx073rcb4y9l463jfg4y3yqxdbmw975d6vrx919xj3by"; - revision = "1"; - editedCabalFile = "19jmxffgqp10s4rwxdsrbk65wm8iqi3b8byhbkl8p41n1m848mjr"; + revision = "2"; + editedCabalFile = "0gg1mr480k5y5q92a1p9ii8vs8i4m3719yaaa8lvi7391c88rrw8"; libraryHaskellDepends = [ base binary bytestring deepseq hashable random template-haskell text @@ -328640,7 +321820,6 @@ self: { ]; description = "Type definitions for Universally Unique Identifiers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "uulib" = callPackage @@ -329888,30 +323067,6 @@ self: { }) {}; "vec" = callPackage - ({ mkDerivation, adjunctions, base, base-compat, boring, criterion - , deepseq, distributive, fin, hashable, indexed-traversable - , inspection-testing, QuickCheck, semigroupoids, tagged - , transformers, vector - }: - mkDerivation { - pname = "vec"; - version = "0.5"; - sha256 = "17r0aq9yby99b4fxwaggdc2czlyh604yskcv2mpzy45sazw0690a"; - revision = "1"; - editedCabalFile = "0ixp1scb1adbb4i9s9zcsby4qckhzsahb5810bq9s5phi954wb8w"; - libraryHaskellDepends = [ - adjunctions base boring deepseq distributive fin hashable - indexed-traversable QuickCheck semigroupoids transformers - ]; - testHaskellDepends = [ - base base-compat fin inspection-testing tagged - ]; - benchmarkHaskellDepends = [ base criterion fin vector ]; - description = "Vec: length-indexed (sized) list"; - license = lib.licenses.bsd3; - }) {}; - - "vec_0_5_1" = callPackage ({ mkDerivation, adjunctions, base, boring, criterion, deepseq , distributive, fin, hashable, indexed-traversable , inspection-testing, QuickCheck, semigroupoids, tagged @@ -329931,7 +323086,6 @@ self: { benchmarkHaskellDepends = [ base criterion fin vector ]; description = "Vec: length-indexed (sized) list"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vec-lens" = callPackage @@ -330012,29 +323166,6 @@ self: { }) {}; "vector" = callPackage - ({ mkDerivation, base, base-orphans, deepseq, doctest, HUnit - , primitive, QuickCheck, random, tasty, tasty-bench, tasty-hunit - , tasty-inspection-testing, tasty-quickcheck, template-haskell - , transformers, vector-stream - }: - mkDerivation { - pname = "vector"; - version = "0.13.1.0"; - sha256 = "1vpcxn0zkhmvksz373iz66bv42f358jv3zqg390vk2mbkqkp5wk3"; - revision = "2"; - editedCabalFile = "0ii5bzccaw632sjz9avbasmfabxc82w9vrn6lala9x9d1dyllmn8"; - libraryHaskellDepends = [ base deepseq primitive vector-stream ]; - testHaskellDepends = [ - base base-orphans doctest HUnit primitive QuickCheck random tasty - tasty-hunit tasty-inspection-testing tasty-quickcheck - template-haskell transformers - ]; - benchmarkHaskellDepends = [ base random tasty tasty-bench ]; - description = "Efficient Arrays"; - license = lib.licenses.bsd3; - }) {}; - - "vector_0_13_2_0" = callPackage ({ mkDerivation, base, base-orphans, deepseq, doctest, primitive , QuickCheck, random, tasty, tasty-bench, tasty-hunit , tasty-inspection-testing, tasty-quickcheck, template-haskell @@ -330056,31 +323187,9 @@ self: { doHaddock = false; description = "Efficient Arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vector-algorithms" = callPackage - ({ mkDerivation, base, bitvec, bytestring, containers, mwc-random - , primitive, QuickCheck, vector - }: - mkDerivation { - pname = "vector-algorithms"; - version = "0.9.0.2"; - sha256 = "0fi5gahk5spqy9jz6alvhp3sligyq9n1ib1w3mw48jbkp060vvl2"; - revision = "1"; - editedCabalFile = "11vfdv6d1dhcb6bkl4x0z22bni9gsl1qrq3r0wb4bj9ncb7nfqk3"; - libraryHaskellDepends = [ - base bitvec bytestring primitive vector - ]; - testHaskellDepends = [ - base bytestring containers QuickCheck vector - ]; - benchmarkHaskellDepends = [ base mwc-random vector ]; - description = "Efficient algorithms for vector arrays"; - license = lib.licenses.bsd3; - }) {}; - - "vector-algorithms_0_9_0_3" = callPackage ({ mkDerivation, base, bitvec, bytestring, containers, mwc-random , primitive, QuickCheck, vector }: @@ -330097,7 +323206,6 @@ self: { benchmarkHaskellDepends = [ base mwc-random vector ]; description = "Efficient algorithms for vector arrays"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vector-binary" = callPackage @@ -330503,25 +323611,6 @@ self: { }) {}; "vector-sized" = callPackage - ({ mkDerivation, adjunctions, base, binary, comonad, deepseq - , distributive, finite-typelits, hashable, indexed-list-literals - , primitive, vector - }: - mkDerivation { - pname = "vector-sized"; - version = "1.5.0"; - sha256 = "13h4qck1697iswd9f8w17fpjc6yhl2pgrvay7pb22j2h3mgaxpjl"; - revision = "3"; - editedCabalFile = "1rj53ya87vnglqdnzfvb4w01k3g3wqkcc1i7ip2xryz6pw6vg18w"; - libraryHaskellDepends = [ - adjunctions base binary comonad deepseq distributive - finite-typelits hashable indexed-list-literals primitive vector - ]; - description = "Size tagged vectors"; - license = lib.licenses.bsd3; - }) {}; - - "vector-sized_1_6_1" = callPackage ({ mkDerivation, adjunctions, base, binary, comonad, deepseq , distributive, finite-typelits, hashable, indexed-list-literals , indexed-traversable, primitive, vector @@ -330537,7 +323626,6 @@ self: { ]; description = "Size tagged vectors"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vector-space" = callPackage @@ -332167,26 +325255,6 @@ self: { }) {inherit (pkgs) vte;}; "vty" = callPackage - ({ mkDerivation, base, binary, blaze-builder, bytestring, deepseq - , directory, filepath, microlens, microlens-mtl, microlens-th, mtl - , parsec, stm, text, utf8-string, vector - }: - mkDerivation { - pname = "vty"; - version = "6.1"; - sha256 = "1mkv9ywqgh4z94sh8dhglklnpa53mkk39qjncjfcwszi15ylpiig"; - revision = "1"; - editedCabalFile = "1wy4vfyr4nbb8ycfx80yrp59ggigcbfrsh5w1qk768y04d114kaj"; - libraryHaskellDepends = [ - base binary blaze-builder bytestring deepseq directory filepath - microlens microlens-mtl microlens-th mtl parsec stm text - utf8-string vector - ]; - description = "A simple terminal UI library"; - license = lib.licenses.bsd3; - }) {}; - - "vty_6_2" = callPackage ({ mkDerivation, base, binary, blaze-builder, bytestring, deepseq , directory, filepath, microlens, microlens-mtl, mtl, parsec, stm , text, utf8-string, vector @@ -332201,7 +325269,6 @@ self: { ]; description = "A simple terminal UI library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "vty-crossplatform" = callPackage @@ -332794,20 +325861,20 @@ self: { "wai-extra" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, base64-bytestring , bytestring, call-stack, case-insensitive, containers, cookie - , data-default-class, directory, fast-logger, hspec, hspec-discover + , data-default, directory, fast-logger, hspec, hspec-discover , http-types, HUnit, iproute, network, resourcet, streaming-commons , temporary, text, time, transformers, unix, vault, wai, wai-logger , warp, word8, zlib }: mkDerivation { pname = "wai-extra"; - version = "3.1.15"; - sha256 = "0n786h3ck3ik9s3p1wmfgy47j9hdzwkgjmcmjhjgyxrvsvnzn6mx"; + version = "3.1.16"; + sha256 = "1g7n7kq4c4zmiffm7dsb4j4wq5khkgw2i9mx5x71yzj4disanahj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson ansi-terminal base base64-bytestring bytestring call-stack - case-insensitive containers cookie data-default-class directory + case-insensitive containers cookie data-default directory fast-logger http-types HUnit iproute network resourcet streaming-commons text time transformers unix vault wai wai-logger warp word8 @@ -333187,21 +326254,6 @@ self: { }) {}; "wai-logger" = callPackage - ({ mkDerivation, base, byteorder, bytestring, fast-logger - , http-types, network, wai - }: - mkDerivation { - pname = "wai-logger"; - version = "2.4.1"; - sha256 = "0p53gv38g4vjq0r1xbklk2qjyjzh3xbn41ccy37sxhqclzcynrws"; - libraryHaskellDepends = [ - base byteorder bytestring fast-logger http-types network wai - ]; - description = "A logging system for WAI"; - license = lib.licenses.bsd3; - }) {}; - - "wai-logger_2_5_0" = callPackage ({ mkDerivation, base, byteorder, bytestring, fast-logger , http-types, network, wai }: @@ -333214,7 +326266,6 @@ self: { ]; description = "A logging system for WAI"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "wai-logger-buffered" = callPackage @@ -333594,37 +326645,6 @@ self: { }) {}; "wai-middleware-delegate" = callPackage - ({ mkDerivation, async, base, blaze-builder, bytestring - , bytestring-lexing, case-insensitive, conduit, conduit-extra - , crypton-connection, data-default, hspec, hspec-tmp-proc - , http-client, http-client-tls, http-types, network, random - , resourcet, streaming-commons, text, tmp-proc, vault, wai - , wai-conduit, warp, warp-tls - }: - mkDerivation { - pname = "wai-middleware-delegate"; - version = "0.1.4.1"; - sha256 = "0hc0x6w2j2incwn3nd253hyq27qi6f4m2h821vygg5n6h20rqnvz"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - async base blaze-builder bytestring case-insensitive conduit - conduit-extra data-default http-client http-types streaming-commons - text wai wai-conduit - ]; - testHaskellDepends = [ - async base blaze-builder bytestring bytestring-lexing - case-insensitive conduit conduit-extra crypton-connection - data-default hspec hspec-tmp-proc http-client http-client-tls - http-types network random resourcet text tmp-proc vault wai - wai-conduit warp warp-tls - ]; - description = "WAI middleware that delegates handling of requests"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "wai-middleware-delegate_0_2_0_0" = callPackage ({ mkDerivation, async, base, blaze-builder, bytestring , bytestring-lexing, case-insensitive, conduit, conduit-extra , crypton-connection, data-default, directory, filepath, hspec @@ -333893,10 +326913,8 @@ self: { }: mkDerivation { pname = "wai-middleware-static"; - version = "0.9.2"; - sha256 = "1ynm0xcr3pj5bbph78p1kpyxvd0n3a0gfdbm6yb7i004ixaqf33c"; - revision = "5"; - editedCabalFile = "059vp0ipdgfpldzmqqhkayak6dicj8qhpb2qcwdk8y31bcg7895m"; + version = "0.9.3"; + sha256 = "0ylynnxj8jh99jdg7fddd1zs9358h2m15dizjrz904s3fhls6dp1"; libraryHaskellDepends = [ base base16-bytestring bytestring containers cryptohash-sha1 directory expiring-cache-map filepath http-types mime-types @@ -334261,36 +327279,6 @@ self: { }) {}; "wai-saml2" = callPackage - ({ mkDerivation, base, base16-bytestring, base64-bytestring - , bytestring, c14n, containers, cryptonite, data-default-class - , filepath, http-types, mtl, network-uri, pretty-show, tasty - , tasty-golden, text, time, vault, wai, wai-extra, x509, x509-store - , xml-conduit, zlib - }: - mkDerivation { - pname = "wai-saml2"; - version = "0.5"; - sha256 = "1am7b933ipwphxzsxrbprx8fi2lk2z710sgsk6d66fd2l6axayki"; - revision = "2"; - editedCabalFile = "11ilrysikaxnjvrzsqrxfjvbp4vaqvwbb787avvr2mzwm5107d3p"; - libraryHaskellDepends = [ - base base16-bytestring base64-bytestring bytestring c14n containers - cryptonite data-default-class http-types mtl network-uri text time - vault wai wai-extra x509 x509-store xml-conduit zlib - ]; - testHaskellDepends = [ - base base16-bytestring base64-bytestring bytestring c14n containers - cryptonite data-default-class filepath http-types mtl network-uri - pretty-show tasty tasty-golden text time vault wai wai-extra x509 - x509-store xml-conduit zlib - ]; - description = "SAML2 assertion validation as WAI middleware"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - }) {}; - - "wai-saml2_0_6" = callPackage ({ mkDerivation, base, base16-bytestring, base64-bytestring , bytestring, c14n, containers, crypton, crypton-x509 , crypton-x509-store, data-default-class, filepath, http-types, mtl @@ -334820,41 +327808,6 @@ self: { }) {}; "warp" = callPackage - ({ mkDerivation, array, auto-update, base, bsb-http-chunked - , bytestring, case-insensitive, containers, crypton-x509, directory - , gauge, ghc-prim, hashable, hspec, hspec-discover, http-client - , http-date, http-types, http2, iproute, network, process - , QuickCheck, recv, simple-sendfile, stm, streaming-commons, text - , time-manager, unix, unliftio, vault, wai, word8 - }: - mkDerivation { - pname = "warp"; - version = "3.3.31"; - sha256 = "13f3gqvwx0n9p80r7zs5q2i0xdql5grncf7nbligwkx45ggwgabw"; - libraryHaskellDepends = [ - array auto-update base bsb-http-chunked bytestring case-insensitive - containers crypton-x509 ghc-prim hashable http-date http-types - http2 iproute network recv simple-sendfile stm streaming-commons - text time-manager unix unliftio vault wai word8 - ]; - testHaskellDepends = [ - array auto-update base bsb-http-chunked bytestring case-insensitive - containers crypton-x509 directory ghc-prim hashable hspec - http-client http-date http-types http2 iproute network process - QuickCheck recv simple-sendfile stm streaming-commons text - time-manager unix unliftio vault wai word8 - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - auto-update base bytestring containers crypton-x509 gauge hashable - http-date http-types network recv time-manager unix unliftio - ]; - description = "A fast, light-weight web server for WAI applications"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.alexfmpe ]; - }) {}; - - "warp_3_4_7" = callPackage ({ mkDerivation, array, async, auto-update, base, bsb-http-chunked , bytestring, case-insensitive, containers, criterion, crypton-x509 , directory, ghc-prim, hashable, hspec, hspec-discover, http-client @@ -334888,7 +327841,6 @@ self: { ]; description = "A fast, light-weight web server for WAI applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; }) {}; @@ -335565,6 +328517,35 @@ self: { }) {}; "web-rep" = callPackage + ({ mkDerivation, async, base, bifunctors, box, box-socket + , bytestring, doctest-parallel, flatparse, markup-parse, mtl + , optics-core, optics-extra, optparse-applicative, profunctors + , scotty, string-interpolate, text, transformers + , unordered-containers, wai-middleware-static, wai-websockets + , websockets + }: + mkDerivation { + pname = "web-rep"; + version = "0.12.3.0"; + sha256 = "10k2fm7g1p54v6gnn045vgc8p58xal17vxin9ah11xqr0dddk7sa"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + async base bifunctors box box-socket bytestring flatparse + markup-parse mtl optics-core optics-extra profunctors scotty + string-interpolate text transformers unordered-containers + wai-middleware-static wai-websockets websockets + ]; + executableHaskellDepends = [ + base box markup-parse optics-core optparse-applicative + ]; + testHaskellDepends = [ base doctest-parallel ]; + description = "representations of a web page"; + license = lib.licenses.bsd3; + mainProgram = "web-rep-example"; + }) {}; + + "web-rep_0_13_0_0" = callPackage ({ mkDerivation, async, base, bifunctors, box, box-socket , bytestring, doctest-parallel, flatparse, markup-parse, mtl , optics-core, optics-extra, optparse-applicative, profunctors @@ -335590,6 +328571,7 @@ self: { testHaskellDepends = [ base doctest-parallel ]; description = "representations of a web page"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; mainProgram = "web-rep-example"; }) {}; @@ -335779,8 +328761,8 @@ self: { }: mkDerivation { pname = "web-view"; - version = "0.6.1"; - sha256 = "08zqii0b566lrj8nn1cdndcdhppqb1gn5n0lgbv9vlj9b3glzyhc"; + version = "0.6.2"; + sha256 = "129ygshlxaiwsvd94dpg8r6jlppsajkpvmmsvygnxmsgip292hld"; libraryHaskellDepends = [ base bytestring casing containers effectful-core file-embed html-entities http-types string-interpolate text @@ -336752,42 +329734,6 @@ self: { }) {}; "websockets" = callPackage - ({ mkDerivation, async, attoparsec, base, base64-bytestring, binary - , bytestring, bytestring-builder, case-insensitive, clock - , containers, criterion, entropy, HUnit, network, QuickCheck - , random, SHA, streaming-commons, test-framework - , test-framework-hunit, test-framework-quickcheck2, text - }: - mkDerivation { - pname = "websockets"; - version = "0.12.7.3"; - sha256 = "0g3z0n4irf3gvbdf9p97jq05ybdg0gwjy5bj4nfc7ivsvyhaic6k"; - revision = "2"; - editedCabalFile = "045dsjhhwv73wrs6f91az9hvxygznmx14g6f3fv69yhz9s6lbkry"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - async attoparsec base base64-bytestring binary bytestring - bytestring-builder case-insensitive clock containers entropy - network random SHA streaming-commons text - ]; - testHaskellDepends = [ - async attoparsec base base64-bytestring binary bytestring - bytestring-builder case-insensitive clock containers entropy HUnit - network QuickCheck random SHA streaming-commons test-framework - test-framework-hunit test-framework-quickcheck2 text - ]; - benchmarkHaskellDepends = [ - async attoparsec base base64-bytestring binary bytestring - bytestring-builder case-insensitive clock containers criterion - entropy network random SHA text - ]; - doCheck = false; - description = "A sensible and clean way to write WebSocket-capable servers in Haskell"; - license = lib.licenses.bsd3; - }) {}; - - "websockets_0_13_0_0" = callPackage ({ mkDerivation, async, attoparsec, base, base64-bytestring, binary , bytestring, case-insensitive, containers, criterion, entropy , HUnit, network, QuickCheck, random, SHA, streaming-commons @@ -336821,7 +329767,6 @@ self: { doCheck = false; description = "A sensible and clean way to write WebSocket-capable servers in Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "websockets-json" = callPackage @@ -337333,51 +330278,6 @@ self: { }) {inherit (pkgs) SDL2;}; "what4" = callPackage - ({ mkDerivation, async, attoparsec, base, bifunctors, bimap - , BoundedChan, bv-sized, bytestring, concurrent-extra, config-value - , containers, contravariant, deepseq, deriving-compat, directory - , exceptions, filepath, fingertree, ghc-prim, hashable, hashtables - , hedgehog, io-streams, lens, libBF, lumberjack, megaparsec, mtl - , ordered-containers, panic, parameterized-utils, parsec - , prettyprinter, process, QuickCheck, s-cargot, scientific, stm - , tasty, tasty-checklist, tasty-expected-failure, tasty-hedgehog - , tasty-hunit, tasty-quickcheck, tasty-sugar, template-haskell - , temporary, text, th-lift, th-lift-instances, time, transformers - , unliftio, unordered-containers, utf8-string, vector, versions - , zenc - }: - mkDerivation { - pname = "what4"; - version = "1.5.1"; - sha256 = "021i7ypxlz9lv0fkc1zkl4i6lydhy7jbq1w3565i8cdf4q7mlxrm"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - async attoparsec base bifunctors bimap BoundedChan bv-sized - bytestring concurrent-extra config-value containers deepseq - deriving-compat directory exceptions filepath fingertree ghc-prim - hashable hashtables io-streams lens libBF megaparsec mtl - ordered-containers panic parameterized-utils parsec prettyprinter - process s-cargot scientific stm template-haskell temporary text - th-lift th-lift-instances time transformers unliftio - unordered-containers utf8-string vector versions zenc - ]; - executableHaskellDepends = [ base parameterized-utils ]; - testHaskellDepends = [ - async base bv-sized bytestring containers contravariant directory - exceptions hedgehog io-streams libBF lumberjack ordered-containers - parameterized-utils prettyprinter process QuickCheck tasty - tasty-checklist tasty-expected-failure tasty-hedgehog tasty-hunit - tasty-quickcheck tasty-sugar temporary text transformers versions - ]; - description = "Solver-agnostic symbolic values support for issuing queries"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - mainProgram = "quickstart"; - }) {}; - - "what4_1_6_2" = callPackage ({ mkDerivation, async, attoparsec, base, bifunctors, bimap , BoundedChan, bv-sized, bytestring, concurrent-extra, config-value , containers, contravariant, deepseq, deriving-compat, directory @@ -337459,6 +330359,22 @@ self: { }) {}; "wherefrom-compat" = callPackage + ({ mkDerivation, base, tasty, tasty-hunit }: + mkDerivation { + pname = "wherefrom-compat"; + version = "0.1.1.1"; + sha256 = "125kkv55c38p00hcga7q19jk9p4p9nabal64zfkq79ihjwpf5qy1"; + revision = "1"; + editedCabalFile = "13dw2gim9cj9njng0k0rgl4cvas2digjr74h2iavkzjimzz0iijk"; + libraryHaskellDepends = [ base ]; + testHaskellDepends = [ base tasty tasty-hunit ]; + description = "A compatibility layer for GHC's 'wherefrom' function"; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + + "wherefrom-compat_0_2_0_0" = callPackage ({ mkDerivation, base, ghc-heap, tasty, tasty-hunit }: mkDerivation { pname = "wherefrom-compat"; @@ -338216,31 +331132,6 @@ self: { }) {}; "with-utf8" = callPackage - ({ mkDerivation, base, deepseq, directory, filepath, hedgehog - , HUnit, process, safe-exceptions, tasty, tasty-discover - , tasty-hedgehog, tasty-hunit, temporary, text, th-env, unix - }: - mkDerivation { - pname = "with-utf8"; - version = "1.0.2.4"; - sha256 = "0qpz8b5rw5p77jwcrzknqjkidkrfjlw5zh3r92giw35yzicmx7am"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ base safe-exceptions text ]; - executableHaskellDepends = [ - base directory filepath process safe-exceptions text th-env - ]; - testHaskellDepends = [ - base deepseq hedgehog HUnit safe-exceptions tasty tasty-hedgehog - tasty-hunit temporary text unix - ]; - testToolDepends = [ tasty-discover ]; - description = "Get your IO right on the first try"; - license = lib.licenses.mpl20; - mainProgram = "utf8-troubleshoot"; - }) {}; - - "with-utf8_1_1_0_0" = callPackage ({ mkDerivation, base, deepseq, directory, filepath, hedgehog , HUnit, process, safe-exceptions, tasty, tasty-discover , tasty-hedgehog, tasty-hunit, temporary, text, th-env, unix @@ -338264,7 +331155,6 @@ self: { testToolDepends = [ tasty-discover ]; description = "Get your IO right on the first try"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; mainProgram = "utf8-troubleshoot"; }) {}; @@ -338284,31 +331174,6 @@ self: { }) {}; "witherable" = callPackage - ({ mkDerivation, base, base-orphans, containers, hashable - , indexed-traversable, indexed-traversable-instances, QuickCheck - , quickcheck-instances, tasty, tasty-quickcheck, transformers - , unordered-containers, vector - }: - mkDerivation { - pname = "witherable"; - version = "0.4.2"; - sha256 = "0121ic4xkv3k568j23zp22a5lrv0k11h94fq7cbijd18fjr2n3br"; - revision = "5"; - editedCabalFile = "1z16l02afhc69j8jjmlp9pfh8radd5sv4alwk3m7lx6lql7b3iph"; - libraryHaskellDepends = [ - base base-orphans containers hashable indexed-traversable - indexed-traversable-instances transformers unordered-containers - vector - ]; - testHaskellDepends = [ - base containers hashable QuickCheck quickcheck-instances tasty - tasty-quickcheck transformers unordered-containers vector - ]; - description = "filterable traversable"; - license = lib.licenses.bsd3; - }) {}; - - "witherable_0_5" = callPackage ({ mkDerivation, base, base-orphans, containers, hashable , indexed-traversable, indexed-traversable-instances, QuickCheck , quickcheck-instances, tasty, tasty-quickcheck, transformers @@ -338331,7 +331196,6 @@ self: { ]; description = "filterable traversable"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "witherable-class" = callPackage @@ -340688,30 +333552,29 @@ self: { "xcffib" = callPackage ({ mkDerivation, attoparsec, base, bytestring, containers - , directory, either, filemanip, filepath, HUnit, language-python - , mtl, optparse-applicative, split, test-framework + , directory, either, filemanip, filepath, HUnit, mtl + , optparse-applicative, pretty, split, test-framework , test-framework-hunit, xcb-types }: mkDerivation { pname = "xcffib"; - version = "1.5.0"; - sha256 = "01labx0wjfks71xyvig7iwak3a6ijqxzsgdwjbzq7b2apbw4zasv"; + version = "1.6.0"; + sha256 = "0yz0qpq2axajjwiaf4h5xf9h2z8brqg0akrfdgmrq1p8kgqr508y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - attoparsec base bytestring containers either filemanip filepath - language-python mtl split xcb-types + attoparsec base bytestring containers either filemanip filepath mtl + pretty split xcb-types ]; executableHaskellDepends = [ attoparsec base bytestring containers directory either filemanip - filepath language-python mtl optparse-applicative split xcb-types + filepath mtl optparse-applicative pretty split xcb-types ]; testHaskellDepends = [ - base filepath HUnit language-python test-framework - test-framework-hunit xcb-types + base filepath HUnit test-framework test-framework-hunit xcb-types ]; description = "A cffi-based python binding for X"; - license = "unknown"; + license = lib.licenses.asl20; hydraPlatforms = lib.platforms.none; mainProgram = "xcffibgen"; }) {}; @@ -342319,38 +335182,6 @@ self: { inherit (pkgs.xorg) libXrender; inherit (pkgs) wirelesstools;}; "xmonad" = callPackage - ({ mkDerivation, base, containers, data-default-class, directory - , filepath, mtl, process, QuickCheck, quickcheck-classes, setlocale - , time, transformers, unix, X11 - }: - mkDerivation { - pname = "xmonad"; - version = "0.17.2"; - sha256 = "19qz9a23377nzc0qq8nca45s745mfncd4i2vwba14gi7ipipfcil"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base containers data-default-class directory filepath mtl process - setlocale time transformers unix X11 - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base containers QuickCheck quickcheck-classes X11 - ]; - postInstall = '' - install -D man/xmonad.1 ''${!outputDoc}/share/man/man1/xmonad.1 - install -D man/xmonad.hs ''${!outputDoc}/share/doc/$name/sample-xmonad.hs - ''; - description = "A tiling window manager"; - license = lib.licenses.bsd3; - mainProgram = "xmonad"; - maintainers = [ - lib.maintainers.dschrempf lib.maintainers.ivanbrennan - lib.maintainers.peti lib.maintainers.slotThe - ]; - }) {}; - - "xmonad_0_18_0" = callPackage ({ mkDerivation, base, containers, data-default-class, directory , filepath, mtl, process, QuickCheck, quickcheck-classes, setlocale , time, transformers, unix, X11 @@ -342375,7 +335206,6 @@ self: { ''; description = "A tiling window manager"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "xmonad"; maintainers = [ lib.maintainers.dschrempf lib.maintainers.ivanbrennan @@ -342406,31 +335236,6 @@ self: { }) {}; "xmonad-contrib" = callPackage - ({ mkDerivation, base, bytestring, containers, deepseq, directory - , filepath, hspec, mtl, process, QuickCheck, random, time, unix - , utf8-string, X11, X11-xft, xmonad - }: - mkDerivation { - pname = "xmonad-contrib"; - version = "0.18.0"; - sha256 = "1ccccz7jmksm2j5maqdfq2z135ggpdh0fl92k87w05663hxq1cb4"; - libraryHaskellDepends = [ - base bytestring containers deepseq directory filepath mtl process - random time unix utf8-string X11 X11-xft xmonad - ]; - testHaskellDepends = [ - base bytestring containers deepseq directory hspec mtl process - QuickCheck random time unix utf8-string X11 xmonad - ]; - description = "Community-maintained extensions for xmonad"; - license = lib.licenses.bsd3; - maintainers = [ - lib.maintainers.dschrempf lib.maintainers.ivanbrennan - lib.maintainers.peti lib.maintainers.slotThe - ]; - }) {}; - - "xmonad-contrib_0_18_1" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, directory , filepath, hspec, mtl, process, QuickCheck, random, time , transformers, unix, utf8-string, X11, X11-xft, xmonad @@ -342449,7 +335254,6 @@ self: { ]; description = "Community-maintained extensions for xmonad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.dschrempf lib.maintainers.ivanbrennan lib.maintainers.peti lib.maintainers.slotThe @@ -342891,37 +335695,39 @@ self: { "xrefcheck" = callPackage ({ mkDerivation, aeson, aeson-casing, async, base, bytestring - , case-insensitive, cmark-gfm, containers, data-default, directory - , dlist, exceptions, filepath, firefly, fmt, ftp-client, Glob - , http-client, http-types, lens, modern-uri, mtl, o-clock - , optparse-applicative, pretty-terminal, process, raw-strings-qq - , reflection, regex-tdfa, req, tagged, tagsoup, tasty - , tasty-discover, tasty-hunit, tasty-quickcheck, text, text-metrics - , th-lift-instances, time, transformers, universum, uri-bytestring - , with-utf8, yaml + , case-insensitive, cmark-gfm, code-page, containers + , crypton-connection, directory, dlist, filepath, fmt, ftp-client + , Glob, http-client, http-types, lens, modern-uri, mtl + , nyan-interpolation, o-clock, optparse-applicative + , pretty-terminal, process, reflection, regex-tdfa, req + , safe-exceptions, scotty, tagged, tagsoup, tasty, tasty-discover + , tasty-hunit, tasty-quickcheck, text, text-metrics, time + , transformers, universum, uri-bytestring, wai, warp, with-utf8 + , yaml }: mkDerivation { pname = "xrefcheck"; - version = "0.2.2"; - sha256 = "0qyl2wislma25s3n5aaqd732a2p7i9lsv4fvydm121a4r5sc5j4h"; - revision = "1"; - editedCabalFile = "1ph8x7clk3i6y8bvqn2v0fpkbvr3afna7qwx7rnc015rs8jdyalm"; + version = "0.3.0"; + sha256 = "1ff0khibcwh8vij4wqflp4pwkh1d2a49v2w74vq7yc971sgwvhjd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson aeson-casing async base bytestring cmark-gfm containers - data-default directory dlist exceptions filepath fmt ftp-client - Glob http-client http-types lens modern-uri mtl o-clock - optparse-applicative pretty-terminal process raw-strings-qq - reflection regex-tdfa req tagsoup text text-metrics - th-lift-instances time transformers universum uri-bytestring yaml + crypton-connection directory dlist filepath fmt ftp-client Glob + http-client http-types lens modern-uri mtl nyan-interpolation + o-clock optparse-applicative pretty-terminal process reflection + regex-tdfa req safe-exceptions tagsoup text text-metrics time + transformers universum uri-bytestring yaml + ]; + executableHaskellDepends = [ + base code-page directory universum with-utf8 ]; - executableHaskellDepends = [ base bytestring universum with-utf8 ]; testHaskellDepends = [ - base bytestring case-insensitive cmark-gfm containers directory - firefly fmt http-types modern-uri o-clock optparse-applicative - reflection regex-tdfa tagged tasty tasty-hunit tasty-quickcheck - time universum uri-bytestring yaml + base case-insensitive cmark-gfm containers directory filepath + http-types lens modern-uri nyan-interpolation o-clock + optparse-applicative reflection regex-tdfa scotty tagged tasty + tasty-hunit tasty-quickcheck time universum uri-bytestring wai warp + yaml ]; testToolDepends = [ tasty-discover ]; license = lib.licenses.mpl20; @@ -343123,24 +335929,6 @@ self: { }) {}; "xxhash-ffi" = callPackage - ({ mkDerivation, base, bytestring, criterion, deepseq, digest - , hashable, hspec, murmur-hash, QuickCheck, xxhash - }: - mkDerivation { - pname = "xxhash-ffi"; - version = "0.2.0.0"; - sha256 = "0srfz65dhn8lkxp1b4hiw385zg8kn5n83mnxm642h7jkakm66bpw"; - libraryHaskellDepends = [ base bytestring ]; - testHaskellDepends = [ base bytestring hspec QuickCheck ]; - benchmarkHaskellDepends = [ - base bytestring criterion deepseq digest hashable murmur-hash - xxhash - ]; - description = "Bindings to the C implementation the xxHash algorithm"; - license = lib.licenses.bsd3; - }) {}; - - "xxhash-ffi_0_3" = callPackage ({ mkDerivation, base, bytestring, deepseq, digest, hashable , libxxhash, murmur-hash, QuickCheck, tasty, tasty-bench , tasty-quickcheck, text @@ -343161,7 +335949,6 @@ self: { ]; description = "Bindings and high-level helpers for xxHash"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {libxxhash = null;}; "xz" = callPackage @@ -344010,10 +336797,8 @@ self: { ({ mkDerivation, base, blank-canvas, stm, time, Yampa }: mkDerivation { pname = "yampa-canvas"; - version = "0.2.3"; - sha256 = "0a1pq1psmc4490isr19z4prnqq1w3374vkfmzpw9s20s2p6k5y7r"; - revision = "13"; - editedCabalFile = "1401zbwg52q3y277h60c0ahwz105iakxfqpvi50bc8q6w56g7jbq"; + version = "0.2.4"; + sha256 = "0v5n5xzpp94w6ib10zq67z1b3rz1r8zha7ryd7a34lannnrd1kz1"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base blank-canvas stm time Yampa ]; @@ -344317,8 +337102,8 @@ self: { pname = "yasi"; version = "0.2.0.1"; sha256 = "0j5g5h40qvz2rinka7mrb8nc7dzhnprdfpjmzc4pdlx1w8fzw8xy"; - revision = "6"; - editedCabalFile = "0w8xrfdb6mwzdzwlal9mi60gbs7l6v0hplw35ba2v1533md9z2a6"; + revision = "7"; + editedCabalFile = "0kcawl8dqvs7gffrhaxgxpp9klfimmlh80lw45m0a8byw7dggaz5"; libraryHaskellDepends = [ base ghc-hs-meta template-haskell text text-display ]; @@ -345149,28 +337934,6 @@ self: { }) {}; "yesod-auth-oauth2" = callPackage - ({ mkDerivation, aeson, base, bytestring, cryptonite, errors - , hoauth2, hspec, http-client, http-conduit, http-types, memory - , microlens, mtl, safe-exceptions, text, transformers, unliftio - , uri-bytestring, yesod-auth, yesod-core - }: - mkDerivation { - pname = "yesod-auth-oauth2"; - version = "0.7.2.0"; - sha256 = "055x45abny97h26p3s3zf08ifb3vakys3qviralqggqnlj1zmdxj"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base bytestring cryptonite errors hoauth2 http-client - http-conduit http-types memory microlens mtl safe-exceptions text - transformers unliftio uri-bytestring yesod-auth yesod-core - ]; - testHaskellDepends = [ base hspec uri-bytestring ]; - description = "OAuth 2.0 authentication plugins"; - license = lib.licenses.mit; - }) {}; - - "yesod-auth-oauth2_0_7_4_0" = callPackage ({ mkDerivation, aeson, base, bytestring, crypton, errors, hoauth2 , hspec, http-client, http-conduit, http-types, memory, microlens , mtl, safe-exceptions, text, transformers, unliftio @@ -345190,7 +337953,6 @@ self: { testHaskellDepends = [ base hspec uri-bytestring ]; description = "OAuth 2.0 authentication plugins"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yesod-auth-oidc" = callPackage @@ -348208,8 +340970,8 @@ self: { }: mkDerivation { pname = "zenacy-html"; - version = "2.1.0"; - sha256 = "0xyzgklkjlmx8jq5r67vkjgay4xkb2941m0cq9a8s4s4yjknvfh5"; + version = "2.1.2"; + sha256 = "1aqnyxq4wj3qf4x66id8ygjf64n2ihyas3y2fyhkxfjf6lkls417"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -348240,8 +341002,8 @@ self: { }: mkDerivation { pname = "zenacy-unicode"; - version = "1.0.2"; - sha256 = "0v9zsiqm07gmyqa3c3caak2lfi8z499xmj0xa3lyx8s2nd6aficn"; + version = "1.0.3"; + sha256 = "11izfigrkj2qh5m8q2frvslirkb7vx66s2mrfjw8w6gmvvy822x6"; libraryHaskellDepends = [ base bytestring vector word8 ]; testHaskellDepends = [ base bytestring HUnit test-framework test-framework-hunit text @@ -348820,20 +341582,6 @@ self: { }) {}; "zigzag" = callPackage - ({ mkDerivation, base, tasty, tasty-hunit, tasty-quickcheck }: - mkDerivation { - pname = "zigzag"; - version = "0.0.1.0"; - sha256 = "1gy2hv4ggxfwrxg9v3qyxpfrm1j5sixckc2j3h37ckzsh5v06mga"; - revision = "2"; - editedCabalFile = "15bk9kmhmmw40vnh4axva4wx9l9v914f347pd8w71d6wpa0s3fjl"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; - description = "Zigzag encoding of integers into unsigned integers"; - license = lib.licenses.bsd3; - }) {}; - - "zigzag_0_1_0_0" = callPackage ({ mkDerivation, base, tasty, tasty-hunit, tasty-quickcheck }: mkDerivation { pname = "zigzag"; @@ -348843,7 +341591,6 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Zigzag encoding of integers into unsigned integers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "zim-parser" = callPackage @@ -348907,36 +341654,6 @@ self: { }) {}; "zip" = callPackage - ({ mkDerivation, base, bytestring, bzlib-conduit, case-insensitive - , cereal, conduit, conduit-extra, conduit-zstd, containers, digest - , directory, dlist, exceptions, filepath, hspec, monad-control, mtl - , QuickCheck, resourcet, temporary, text, time, transformers - , transformers-base, unix - }: - mkDerivation { - pname = "zip"; - version = "2.0.1"; - sha256 = "0djjj1r30hfair0qq9vzla4qlaw60gmg2963vwch9pgiylzm2f5h"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base bytestring bzlib-conduit case-insensitive cereal conduit - conduit-extra conduit-zstd containers digest directory dlist - exceptions filepath monad-control mtl resourcet text time - transformers transformers-base unix - ]; - executableHaskellDepends = [ base filepath ]; - testHaskellDepends = [ - base bytestring conduit containers directory dlist filepath hspec - QuickCheck temporary text time - ]; - description = "Operations on zip archives"; - license = lib.licenses.bsd3; - mainProgram = "haskell-zip-app"; - maintainers = [ lib.maintainers.mpscholten ]; - }) {}; - - "zip_2_1_0" = callPackage ({ mkDerivation, base, bytestring, bzlib-conduit, case-insensitive , cereal, conduit, conduit-extra, conduit-zstd, containers, digest , directory, dlist, exceptions, filepath, hspec, monad-control, mtl @@ -348947,8 +341664,8 @@ self: { pname = "zip"; version = "2.1.0"; sha256 = "1rbrayns2q34b0cp9b6zl3k600lbgck1c214rmvmywkhmms07slm"; - revision = "1"; - editedCabalFile = "1gm82c27fvgsincz0gi3c23w2lmlb5k3shnmncwdk6c3zyc4wjz0"; + revision = "2"; + editedCabalFile = "01yszzhbd4xj18qhz1yyi4pf9mz49xc6z32axxw8l7dhyywdmz71"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -348964,7 +341681,6 @@ self: { ]; description = "Operations on zip archives"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "haskell-zip-app"; maintainers = [ lib.maintainers.mpscholten ]; }) {}; @@ -349199,25 +341915,6 @@ self: { }) {}; "zlib" = callPackage - ({ mkDerivation, base, bytestring, QuickCheck, tasty - , tasty-quickcheck, zlib - }: - mkDerivation { - pname = "zlib"; - version = "0.6.3.0"; - sha256 = "1nh4xsm3kgsg76jmkcphvy7hhslg9hx1s75mpsskhi2ksjd9ialy"; - revision = "5"; - editedCabalFile = "0mj3f7ql54p0pfa5a6q4xv4ci8xf00616ls0nyadpmlqbb4qilwn"; - libraryHaskellDepends = [ base bytestring ]; - librarySystemDepends = [ zlib ]; - testHaskellDepends = [ - base bytestring QuickCheck tasty tasty-quickcheck - ]; - description = "Compression and decompression in the gzip and zlib formats"; - license = lib.licenses.bsd3; - }) {inherit (pkgs) zlib;}; - - "zlib_0_7_1_0" = callPackage ({ mkDerivation, base, bytestring, QuickCheck, tasty , tasty-quickcheck, zlib }: @@ -349234,7 +341931,6 @@ self: { ]; description = "Compression and decompression in the gzip and zlib formats"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) zlib;}; "zlib-bindings" = callPackage