diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md index d01991784977d..78a313916dbc4 100644 --- a/doc/languages-frameworks/haskell.section.md +++ b/doc/languages-frameworks/haskell.section.md @@ -57,7 +57,7 @@ Available compilers are collected under `haskell.compiler`. Each of those compiler versions has a corresponding attribute set `packages` built with it. However, the non-standard package sets are not tested regularly and, as a result, contain fewer working packages. The corresponding package set for GHC -9.4.5 is `haskell.packages.ghc945`. In fact `haskellPackages` (at the time of writing) is just an alias +9.4.8 is `haskell.packages.ghc948`. In fact `haskellPackages` (at the time of writing) is just an alias for `haskell.packages.ghc966`: Every package set also re-exposes the GHC used to build its packages as `haskell.packages.*.ghc`. diff --git a/maintainers/scripts/haskell/update-cabal2nix-unstable.sh b/maintainers/scripts/haskell/update-cabal2nix-unstable.sh index 545c5773ff489..21c3686ad296a 100755 --- a/maintainers/scripts/haskell/update-cabal2nix-unstable.sh +++ b/maintainers/scripts/haskell/update-cabal2nix-unstable.sh @@ -1,5 +1,5 @@ #! /usr/bin/env nix-shell -#! nix-shell -i bash -p coreutils curl jq gnused haskellPackages.cabal2nix-unstable -I nixpkgs=. +#! nix-shell -i bash -p coreutils curl jq gnused haskellPackages.cabal2nix-unstable nixfmt-rfc-style -I nixpkgs=. # Updates cabal2nix-unstable to the latest master of the nixos/cabal2nix repository. # See regenerate-hackage-packages.sh for details on the purpose of this script. @@ -13,5 +13,7 @@ commit="$(jq -r .commit.sha <<< "$head_info")" # extract commit timestamp and convert to date date="$(date "--date=$(jq -r .commit.commit.committer.date <<< "$head_info")" +%F)" # generate nix expression from cabal file, replacing the version with the commit date -echo '# This file defines cabal2nix-unstable, used by maintainers/scripts/haskell/regenerate-hackage-packages.sh.' > pkgs/development/haskell-modules/cabal2nix-unstable.nix -cabal2nix --subpath cabal2nix "https://github.com/NixOS/cabal2nix/archive/$commit.tar.gz" | sed -e 's/version = ".*"/version = "'"unstable-$date"'"/' >> pkgs/development/haskell-modules/cabal2nix-unstable.nix +output=pkgs/development/haskell-modules/cabal2nix-unstable.nix +echo '# This file defines cabal2nix-unstable, used by maintainers/scripts/haskell/regenerate-hackage-packages.sh.' > "$output" +cabal2nix --subpath cabal2nix "https://github.com/NixOS/cabal2nix/archive/$commit.tar.gz" | sed -e 's/version = ".*"/version = "'"unstable-$date"'"/' >> "$output" +nixfmt "$output" diff --git a/pkgs/data/misc/hackage/pin.json b/pkgs/data/misc/hackage/pin.json index dcff9e8cb4044..92a4d176482d4 100644 --- a/pkgs/data/misc/hackage/pin.json +++ b/pkgs/data/misc/hackage/pin.json @@ -1,6 +1,6 @@ { - "commit": "0b0765b206e909965c9a65d28e87ebc9aae4d8af", - "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/0b0765b206e909965c9a65d28e87ebc9aae4d8af.tar.gz", - "sha256": "1rh4jmbj2v4n1lf8cv8qkj5rx10gjib2cmfsdxaf2d3n0c4cr4bn", - "msg": "Update from Hackage at 2024-10-25T11:10:52Z" + "commit": "11b47ef0c5fa2ddecc20a556776ede00e9569867", + "url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/11b47ef0c5fa2ddecc20a556776ede00e9569867.tar.gz", + "sha256": "17k59rkyrz1ax8gx8jps295371p25ksscli9jbp3h4ivfmls5fyd", + "msg": "Update from Hackage at 2024-11-07T13:09:31Z" } diff --git a/pkgs/development/compilers/ghc/9.4.5.nix b/pkgs/development/compilers/ghc/9.4.5.nix deleted file mode 100644 index cffbfef1524eb..0000000000000 --- a/pkgs/development/compilers/ghc/9.4.5.nix +++ /dev/null @@ -1,6 +0,0 @@ -# DO NOT port this expression to hadrian. It is not possible to build a GHC -# cross compiler with 9.4.* and hadrian. -import ./common-make-native-bignum.nix { - version = "9.4.5"; - sha256 = "6256cf9caf6d6dc7b611dcfbb247df2d528e85aa39d22a698e870e5a590e8601"; -} diff --git a/pkgs/development/compilers/ghc/9.4.6.nix b/pkgs/development/compilers/ghc/9.4.6.nix deleted file mode 100644 index 0d37ba97fdb60..0000000000000 --- a/pkgs/development/compilers/ghc/9.4.6.nix +++ /dev/null @@ -1,6 +0,0 @@ -# DO NOT port this expression to hadrian. It is not possible to build a GHC -# cross compiler with 9.4.* and hadrian. -import ./common-make-native-bignum.nix { - version = "9.4.6"; - sha256 = "1b705cf52692f9d4d6707cdf8e761590f5f56ec8ea6a65e36610db392d3d24b9"; -} diff --git a/pkgs/development/haskell-modules/cabal2nix-unstable.nix b/pkgs/development/haskell-modules/cabal2nix-unstable.nix index cfa7b7d335234..9517feba1b88a 100644 --- a/pkgs/development/haskell-modules/cabal2nix-unstable.nix +++ b/pkgs/development/haskell-modules/cabal2nix-unstable.nix @@ -34,10 +34,10 @@ }: mkDerivation { pname = "cabal2nix"; - version = "unstable-2024-12-04"; + version = "unstable-2024-12-22"; src = fetchzip { - url = "https://github.com/NixOS/cabal2nix/archive/af1bc25377f7a44e008def494bda77a83578d9be.tar.gz"; - sha256 = "0jjsy77vm88x81a5pwq5nhgnbiywjza8qyjsr2kclsdh860m3hmp"; + url = "https://github.com/NixOS/cabal2nix/archive/cc5c0285bac65da2be0afd123f1cee94104c25fd.tar.gz"; + sha256 = "1jrjgjjg1nkdc4fhk9m8hp5j5zq9bs0lvvk4v3kx6xmvjx93hk8h"; }; postUnpack = "sourceRoot+=/cabal2nix; echo source root reset to $sourceRoot"; isLibrary = true; diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 17dbb7db48954..0217f2e82a963 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -19,8 +19,8 @@ in with haskellLib; self: super: { - # enable list-transformer, jailbreaking is necessary until next release >0.13.0: https://github.com/ivanperez-keera/dunai/issues/427 - dunai = doJailbreak (addBuildDepend self.list-transformer (enableCabalFlag "list-transformer" super.dunai)); + # https://github.com/ivanperez-keera/dunai/issues/427 + dunai = addBuildDepend self.list-transformer (enableCabalFlag "list-transformer" super.dunai); # Make sure that Cabal_* can be built as-is Cabal_3_10_3_0 = doDistribute (super.Cabal_3_10_3_0.override { @@ -166,9 +166,10 @@ self: super: { # https://github.com/lspitzner/czipwith/issues/5 czipwith = doJailbreak super.czipwith; - # jacinda needs latest version of alex + # jacinda needs latest version of alex and happy jacinda = super.jacinda.override { alex = self.alex_3_5_1_0; + happy = self.happy_2_1_2; }; # 2024-07-09: rhine 1.4.* needs newer monad-schedule than stackage (and is only consumer) @@ -274,13 +275,7 @@ self: super: { # currently, cabal-plan seems to get not much maintenance cabal-plan = doJailbreak super.cabal-plan; - # test dependency has incorrect upper bound but still supports the newer dependency - # https://github.com/fused-effects/fused-effects/issues/451 - # https://github.com/fused-effects/fused-effects/pull/452 - fused-effects = doJailbreak super.fused-effects; - # support for transformers >= 0.6 - fused-effects-random = doJailbreak super.fused-effects-random; fused-effects-readline = doJailbreak super.fused-effects-readline; leveldb-haskell = overrideCabal (drv: { @@ -447,7 +442,7 @@ self: super: { name = "git-annex-${super.git-annex.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + super.git-annex.version; - sha256 = "sha256-hPZTcl3kWeUnSVYOE1W+FDwR3LYg6gaJfEBIY6VSfxY="; + sha256 = "0lhy8yhlnjw8n9ymn1r6n7z9vgil188asj10s2q5mjb706ip8wmj"; # delete android and Android directories which cause issues on # darwin (case insensitive directory). Since we don't need them # during the build process, we can delete it to prevent a hash @@ -918,9 +913,6 @@ self: super: { # https://github.com/nomeata/tasty-expected-failure/issues/21 tasty-expected-failure = dontCheck super.tasty-expected-failure; - # Waiting on https://github.com/RaphaelJ/friday/pull/36 - friday = doJailbreak super.friday; - # Won't compile with recent versions of QuickCheck. inilist = dontCheck super.inilist; @@ -1261,17 +1253,11 @@ self: super: { # 2023-07-14: Restrictive upper bounds: https://github.com/luke-clifton/shh/issues/76 shh = doJailbreak super.shh; - # This package refers to the wrong library (itself in fact!) - vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; }; - # Compiles some C or C++ source which requires these headers VulkanMemoryAllocator = addExtraLibrary pkgs.vulkan-headers super.VulkanMemoryAllocator; # dontCheck can be removed on the next package set bump vulkan-utils = dontCheck (addExtraLibrary pkgs.vulkan-headers super.vulkan-utils); - # https://github.com/dmwit/encoding/pull/3 - encoding = doJailbreak (appendPatch ./patches/encoding-Cabal-2.0.patch super.encoding); - # Work around overspecified constraint on github ==0.18. github-backup = doJailbreak super.github-backup; @@ -1305,13 +1291,14 @@ self: super: { stack = super.stack.overrideScope (lself: lsuper: { # stack-3.1.1 requires the latest versions of these libraries - pantry = lself.pantry_0_10_0; - static-bytes = lself.static-bytes_0_1_1; # for pantry_0_10_0 tar = lself.tar_0_6_3_0; # Upstream stack-3.1.1 is compiled with hpack-0.37.0, and we make sure to # keep the same hpack version in Nixpkgs. - hpack = self.hpack_0_37_0; + hpack = lself.hpack_0_37_0; + + # stack-3.1.1 requires >= 0.10 + pantry = lself.pantry_0_10_0; }); # hslua has tests that break when using musl. @@ -1376,13 +1363,9 @@ self: super: { beam-postgres = lib.pipe super.beam-postgres [ # Requires pg_ctl command during tests (addTestToolDepends [pkgs.postgresql]) - (dontCheckIf (!pkgs.postgresql.doCheck)) + (dontCheckIf (!pkgs.postgresql.doCheck || !self.testcontainers.doCheck)) ]; - # Requires pqueue <1.5 but it works fine with pqueue-1.5.0.0 - # https://github.com/haskell-beam/beam/pull/705 - beam-migrate = doJailbreak super.beam-migrate; - users-postgresql-simple = addTestToolDepends [ pkgs.postgresql pkgs.postgresqlTestHook @@ -1467,10 +1450,6 @@ self: super: { # https://github.com/erikd/hjsmin/issues/32 hjsmin = dontCheck super.hjsmin; - # too strict bounds on text in the test suite - # https://github.com/audreyt/string-qq/pull/3 - string-qq = doJailbreak super.string-qq; - # Remove for hail > 0.2.0.0 hail = overrideCabal (drv: { patches = [ @@ -1933,10 +1912,6 @@ self: super: { hercules-ci-agent = self.generateOptparseApplicativeCompletions [ "hercules-ci-agent" ] super.hercules-ci-agent; - # Test suite doesn't compile with aeson 2.0 - # https://github.com/hercules-ci/hercules-ci-agent/pull/387 - hercules-ci-api-agent = dontCheck super.hercules-ci-api-agent; - hercules-ci-cli = lib.pipe super.hercules-ci-cli [ unmarkBroken (overrideCabal (drv: { hydraPlatforms = super.hercules-ci-cli.meta.platforms; })) @@ -1952,9 +1927,6 @@ self: super: { sha256 = "sha256-kFV6CcwKdMq+qSgyc+eIApnaycq5A++pEEVr2A9xvts="; }) super.pipes-aeson; - # 2024-09-18: transformers <0.6 https://github.com/Gabriella439/Haskell-Pipes-Extras-Library/pull/19 - pipes-extras = assert super.pipes-extras.version == "1.0.15"; doJailbreak super.pipes-extras; - moto-postgresql = appendPatches [ # https://gitlab.com/k0001/moto/-/merge_requests/3 (fetchpatch { @@ -2094,10 +2066,6 @@ self: super: { # https://github.com/noinia/hgeometry/commit/a6abecb1ce4a7fd96b25cc1a5c65cd4257ecde7a#commitcomment-49282301 hgeometry-combinatorial = dontCheck (doJailbreak super.hgeometry-combinatorial); - # Too strict version bounds on ansi-terminal - # https://github.com/kowainik/co-log/pull/218 - co-log = doJailbreak super.co-log; - # Test suite has a too strict bound on base # https://github.com/jswebtools/language-ecmascript/pull/88 # Test suite doesn't compile anymore @@ -2111,12 +2079,6 @@ self: super: { # https://github.com/faylang/fay/pull/474 fay = doJailbreak super.fay; - # Requests latest versions of crypton-connection and tls - darcs = super.darcs.overrideScope (self: super: { - crypton-connection = self.crypton-connection_0_4_1; - tls = self.tls_2_0_6; - }); - # Requests version 2 of tls, can be removed once it's the default diohsc = super.diohsc.overrideScope (self: super: { tls = self.tls_2_0_6; @@ -2125,16 +2087,13 @@ self: super: { # Need https://github.com/obsidiansystems/cli-extras/pull/12 and more cli-extras = doJailbreak super.cli-extras; - cli-git = lib.pipe super.cli-git [ - doJailbreak - (addBuildTool pkgs.git) - ]; + cli-git = addBuildTool pkgs.git super.cli-git; # Need https://github.com/obsidiansystems/cli-nix/pull/5 and more cli-nix = addBuildTools [ pkgs.nix pkgs.nix-prefetch-git - ] (doJailbreak super.cli-nix); + ] super.cli-nix; nix-thunk = doJailbreak super.nix-thunk; @@ -2238,16 +2197,6 @@ self: super: { ihaskell-display = doJailbreak super.ihaskell-display; ihaskell-basic = doJailbreak super.ihaskell-basic; - # Fixes too strict version bounds on regex libraries - # Presumably to be removed at the next release - # Test suite doesn't support hspec 2.8 - # https://github.com/yi-editor/yi/issues/1124 - yi-language = appendPatch (fetchpatch { - url = "https://github.com/yi-editor/yi/commit/0d3bcb5ba4c237d57ce33a3dc39b63c56d890765.patch"; - relative = "yi-language"; - sha256 = "sha256-AVQLvul3ufxGQyoXud05qauclNanf6kunip0oJ/9lWQ="; - }) (dontCheck super.yi-language); - # Tests need to lookup target triple x86_64-unknown-linux # https://github.com/llvm-hs/llvm-hs/issues/334 llvm-hs = dontCheckIf (pkgs.stdenv.targetPlatform.system != "x86_64-linux") super.llvm-hs; @@ -2460,8 +2409,6 @@ self: super: { # Invalid CPP in test suite: https://github.com/cdornan/memory-cd/issues/1 memory-cd = dontCheck super.memory-cd; - # https://github.com/haskell/fgl/pull/99 - fgl = doJailbreak super.fgl; fgl-arbitrary = doJailbreak super.fgl-arbitrary; # raaz-0.3 onwards uses backpack and it does not play nicely with @@ -2534,9 +2481,6 @@ self: super: { # 2023-07-18: https://github.com/srid/ema/issues/156 ema = doJailbreak super.ema; - # 2024-03-02: base <=4.18.0.0 https://github.com/srid/url-slug/pull/2 - url-slug = doJailbreak super.url-slug; - glirc = super.glirc.override { vty = self.vty_6_2; vty-unix = super.vty-unix.override { @@ -2583,7 +2527,6 @@ self: super: { system-fileio = doJailbreak (dontCheck super.system-fileio); # Bounds too strict on base and ghc-prim: https://github.com/tibbe/ekg-core/pull/43 (merged); waiting on hackage release - ekg-core = assert super.ekg-core.version == "0.1.1.7"; doJailbreak super.ekg-core; hasura-ekg-core = doJailbreak super.hasura-ekg-core; # Test suite doesn't support hspec 2.8 @@ -2832,7 +2775,6 @@ self: super: { heist-extra = doJailbreak super.heist-extra; # base <4.18.0.0.0 unionmount = doJailbreak super.unionmount; # base <4.18 - path-tree = doJailbreak super.path-tree; # base <4.18 https://github.com/srid/pathtree/pull/1 tailwind = doJailbreak super.tailwind; # base <=4.17.0.0 tagtree = doJailbreak super.tagtree; # base <=4.17 https://github.com/srid/tagtree/issues/1 commonmark-wikilink = doJailbreak super.commonmark-wikilink; # base <4.18.0.0.0 @@ -2909,18 +2851,6 @@ self: super: { html-charset = dontCheck super.html-charset; - # true-name-0.1.0.4 has been tagged, but has not been released to Hackage. - # Also, beyond 0.1.0.4 an additional patch is required to make true-name - # compatible with current versions of template-haskell - # https://github.com/liyang/true-name/pull/4 - true-name = appendPatch (fetchpatch { - url = "https://github.com/liyang/true-name/compare/0.1.0.3...nuttycom:true-name:update_template_haskell.patch"; - hash = "sha256-ZMBXGGc2X5AKXYbqgkLXkg5BhEwyj022E37sUEWahtc="; - }) (overrideCabal (drv: { - revision = null; - editedCabalFile = null; - }) super.true-name); - # 2024-08-15: primitive >=0.9 && <0.10 posix-api = doJailbreak super.posix-api; @@ -2980,7 +2910,7 @@ self: super: { }) super.kmonad; ghc-syntax-highlighter_0_0_12_0 = super.ghc-syntax-highlighter_0_0_12_0.overrideScope(self: super: { - ghc-lib-parser = self.ghc-lib-parser_9_10_1_20240511; + ghc-lib-parser = self.ghc-lib-parser_9_10_1_20241103; }); # 2024-03-17: broken @@ -3053,6 +2983,10 @@ self: super: { }; } super.haskell-to-elm; + # Overly strict upper bounds on esqueleto + # https://github.com/jonschoning/espial/issues/61 + espial = doJailbreak super.espial; + # https://github.com/dpwright/HaskellNet-SSL/pull/33 Use crypton-connection instead of connection HaskellNet-SSL = appendPatch (pkgs.fetchpatch { name = "HaskellNet-SSL-crypton-connection.patch"; @@ -3063,12 +2997,8 @@ self: super: { # https://github.com/isovector/type-errors/issues/9 type-errors = dontCheck super.type-errors; - # 2024-05-15: Hackage distribution is missing files needed for tests - # https://github.com/isovector/cornelis/issues/150 - cornelis = dontCheck super.cornelis; - lzma = doJailbreak (super.lzma.overrideScope (self: super: { - tasty = super.tasty_1_5; + tasty = super.tasty_1_5_2; })); # Fixes build on some platforms: https://github.com/obsidiansystems/commutative-semigroups/pull/18 @@ -3090,9 +3020,6 @@ self: super: { # Can possibly be removed once QuickCheck >= 2.15 and tasty >= 1.5 zinza = dontCheck super.zinza; - # Doesn't officially support hedgehog > 1.3 yet: https://github.com/coot/free-algebras/pull/33 - free-algebras = doJailbreak super.free-algebras; - pdftotext = overrideCabal (drv: { postPatch = '' # Fixes https://todo.sr.ht/~geyaeb/haskell-pdftotext/6 @@ -3139,4 +3066,25 @@ self: super: { ''; }) super.quickcheck-state-machine; + testcontainers = lib.pipe super.testcontainers [ + dontCheck # Tests require docker + doJailbreak # https://github.com/testcontainers/testcontainers-hs/pull/58 + ]; + + # https://bitbucket.org/echo_rm/hailgun/pull-requests/27 + hailgun = appendPatches [ + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/ac2bc2a3003e4b862625862c4565fece01c0cf57/raw"; + sha256 = "sha256-MWeK9nzMVP6cQs2GBFkohABgL8iWcT7YzwF+tLOkIjo="; + }) + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/583daaf87265a7fa67ce5171fe1077e61be9b39c/raw"; + sha256 = "sha256-6WITonLoONxZzzkS7EI79LwmwSdkt6TCgvHA2Hwy148="; + }) + (fetchpatch { + url = "https://bitbucket.org/nh2/hailgun/commits/b9680b82f6d58f807828c1bbb57e26c7af394501/raw"; + sha256 = "sha256-MnOc51tTNg8+HDu1VS2Ct7Mtu0vuuRd3DjzOAOF+t7Q="; + }) + ] super.hailgun; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 2658a1c190afe..e65e33a8cc116 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -332,6 +332,22 @@ self: super: ({ # Tests fail on macOS https://github.com/mrkkrp/zip/issues/112 zip = dontCheck super.zip; + http-streams = super.http-streams.overrideAttrs (drv: { + __darwinAllowLocalNetworking = true; + }); + + io-streams = super.io-streams.overrideAttrs (drv: { + __darwinAllowLocalNetworking = true; + }); + + io-streams-haproxy = super.io-streams-haproxy.overrideAttrs (drv: { + __darwinAllowLocalNetworking = true; + }); + + openssl-streams = super.openssl-streams.overrideAttrs (drv: { + __darwinAllowLocalNetworking = true; + }); + snap = super.snap.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; }); @@ -368,6 +384,10 @@ self: super: ({ ''; }) super.di-core; + # Require /usr/bin/security which breaks sandbox + http-reverse-proxy = dontCheck super.http-reverse-proxy; + servant-auth-server = dontCheck super.servant-auth-server; + } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 { # aarch64-darwin # Workarounds for justStaticExecutables on aarch64-darwin. Since dead code @@ -440,11 +460,6 @@ self: super: ({ } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isx86_64 { # x86_64-darwin - # Work around store corruption on one of our Hydra builders - # https://github.com/NixOS/nixpkgs/issues/356741 - filepath-bytestring = triggerRebuild 1 super.filepath-bytestring; - magic = triggerRebuild 1 super.magic; - # tests appear to be failing to link or something: # https://hydra.nixos.org/build/174540882/nixlog/9 regex-rure = dontCheck super.regex-rure; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index 6d0cd255ef9c2..65f08ed1b413d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -62,29 +62,31 @@ self: super: { # already made the relevant changes. aeson = doDistribute self.aeson_2_2_3_0; attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_2_0; - auto-update = super.auto-update_0_2_1; + auto-update = super.auto-update_0_2_2; + dependent-sum-template = doJailbreak self.dependent-sum-template_0_2_0_1; # template-haskell < 2.22 extensions = doDistribute self.extensions_0_1_0_2; fourmolu = doDistribute self.fourmolu_0_16_2_0; hashable = doDistribute self.hashable_1_4_7_0; integer-conversion = doDistribute self.integer-conversion_0_1_1; - ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20240511; + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20241103; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_10_0_0; - http2 = self.http2_5_3_4; + http2 = doDistribute self.http2_5_3_5; + http-semantics = doDistribute self.http-semantics_0_3_0; lens = doDistribute self.lens_5_3_2; lukko = doDistribute self.lukko_0_1_2; network-control = super.network-control_0_1_3; network-run = super.network-run_0_4_0; ormolu = doDistribute self.ormolu_0_7_7_0; primitive = doDistribute (dontCheck self.primitive_0_9_0_0); # tests introduce a recursive dependency via hspec - quickcheck-instances = doDistribute self.quickcheck-instances_0_3_31; + quickcheck-instances = doDistribute self.quickcheck-instances_0_3_32; rebase = doDistribute self.rebase_1_21_1; rerebase = doDistribute self.rerebase_1_21_1; scientific = doDistribute self.scientific_0_3_8_0; semirings = doDistribute self.semirings_0_7; - time-manager = super.time-manager_0_1_0; + time-manager = super.time-manager_0_1_1; th-abstraction = doDistribute self.th-abstraction_0_7_0_0; uuid-types = doDistribute self.uuid-types_1_0_6; - warp = pkgs.haskell.lib.dontCheck super.warp_3_4_3; # test suite assumes it can freely call curl + warp = pkgs.haskell.lib.dontCheck super.warp_3_4_4; # test suite assumes it can freely call curl # A given major version of ghc-exactprint only supports one version of GHC. ghc-exactprint = doDistribute self.ghc-exactprint_1_9_0_0; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index 91b24ebf94293..b748fae413dac 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -54,14 +54,15 @@ self: super: { # Version upgrades # th-abstraction = doDistribute self.th-abstraction_0_7_0_0; - ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_3_20241022; + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_3_20241103; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2; - ghc-lib = doDistribute self.ghc-lib_9_8_3_20241022; + ghc-lib = doDistribute self.ghc-lib_9_8_3_20241103; megaparsec = doDistribute self.megaparsec_9_6_1; # aeson 2.2.3.0 seemingly unnecessesarily bumped the lower bound on hashable # https://github.com/haskell/aeson/commit/1a666febd0775d8e88d315ece1b97cd20602fb5f aeson = doJailbreak (doDistribute self.aeson_2_2_3_0); attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_2_0; + dependent-sum-template = self.dependent-sum-template_0_2_0_1; # template-haskell < 2.22 xmonad = doDistribute self.xmonad_0_18_0; apply-refact = self.apply-refact_0_14_0_0; ormolu = self.ormolu_0_7_4_0; @@ -94,7 +95,6 @@ self: super: { # blaze-svg = doJailbreak super.blaze-svg; # base <4.19 commutative-semigroups = doJailbreak super.commutative-semigroups; # base < 4.19 - dependent-sum-template = doJailbreak super.dependent-sum-template_0_2_0_1; # template-haskell < 2.21 diagrams-lib = doJailbreak super.diagrams-lib; # base <4.19, text <2.1 diagrams-postscript = doJailbreak super.diagrams-postscript; # base <4.19, bytestring <0.12 diagrams-svg = doJailbreak super.diagrams-svg; # base <4.19, text <2.1 @@ -135,17 +135,6 @@ self: super: { # 2023-12-23: It needs this to build under ghc-9.6.3. # A factor of 100 is insufficent, 200 seems seems to work. hip = appendConfigureFlag "--ghc-options=-fsimpl-tick-factor=200" super.hip; - - # Loosen bounds - patch = appendPatch (pkgs.fetchpatch { - url = "https://github.com/reflex-frp/patch/commit/91fed138483a7bf2b098d45b9e5cc36191776320.patch"; - sha256 = "sha256-/KLfIshia88lU5G/hA7ild7+a2mqc7qgSa9AEBqEqkQ="; - }) super.patch; - reflex = appendPatch (pkgs.fetchpatch { - url = "https://github.com/reflex-frp/reflex/commit/0ac53ca3eab2649dd3f3edc585e10af8d13b28cd.patch"; - sha256 = "sha256-umjwgdSKebJdRrXjwHhsi8HBqotx1vFibY9ttLkyT/0="; - }) super.reflex; - } // lib.optionalAttrs (lib.versionAtLeast super.ghc.version "9.8.3") { # Breakage related to GHC 9.8.3 / deepseq 1.5.1.0 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml index a34c5110db857..7301b7acb1976 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml @@ -385,6 +385,7 @@ broken-packages: - bdo # failure in job https://hydra.nixos.org/build/233216486 at 2023-09-02 - beamable # failure in job https://hydra.nixos.org/build/233211619 at 2023-09-02 - beam # failure in job https://hydra.nixos.org/build/233213313 at 2023-09-02 + - beam-automigrate # failure in job https://hydra.nixos.org/build/282936134 at 2024-12-24 - beam-mysql # failure in job https://hydra.nixos.org/build/233253237 at 2023-09-02 - beam-newtype-field # failure in job https://hydra.nixos.org/build/233206317 at 2023-09-02 - bearriver # failure in job https://hydra.nixos.org/build/269669840 at 2024-08-19 @@ -746,6 +747,7 @@ broken-packages: - cgi-utils # failure in job https://hydra.nixos.org/build/233251773 at 2023-09-02 - cgroup-rts-threads # failure in job https://hydra.nixos.org/build/233207888 at 2023-09-02 - chalkboard # failure in job https://hydra.nixos.org/build/234453414 at 2023-09-13 + - chakra # failure in job https://hydra.nixos.org/build/282936173 at 2024-12-24 - chalmers-lava2000 # failure in job https://hydra.nixos.org/build/233239592 at 2023-09-02 - changelog-d # failure in job https://hydra.nixos.org/build/252716175 at 2024-03-16 - changelog-d # failure in job https://hydra.nixos.org/build/253689337 at 2024-03-31 @@ -1521,6 +1523,7 @@ broken-packages: - elm-websocket # failure in job https://hydra.nixos.org/build/233192201 at 2023-09-02 - elocrypt # failure in job https://hydra.nixos.org/build/233229627 at 2023-09-02 - ema-generics # failure in job https://hydra.nixos.org/build/233200038 at 2023-09-02 + - email # deprecated, depends on outdated dependencies - emailaddress # failure in job https://hydra.nixos.org/build/233202700 at 2023-09-02 - email-header # failure in job https://hydra.nixos.org/build/233243713 at 2023-09-02 - email-postmark # failure in job https://hydra.nixos.org/build/233245426 at 2023-09-02 @@ -1533,7 +1536,6 @@ broken-packages: - enchant # failure in job https://hydra.nixos.org/build/233196992 at 2023-09-02 - Encode # failure in job https://hydra.nixos.org/build/252712962 at 2024-03-16 - encode-string # failure in job https://hydra.nixos.org/build/233251833 at 2023-09-02 - - encoding # failure in job https://hydra.nixos.org/build/233216476 at 2023-09-02 - encoding-io # failure in job https://hydra.nixos.org/build/233208714 at 2023-09-02 - encryptable # failure in job https://hydra.nixos.org/build/233215911 at 2023-09-02 - endo # failure in job https://hydra.nixos.org/build/233222561 at 2023-09-02 @@ -2248,7 +2250,7 @@ broken-packages: - hahp # failure in job https://hydra.nixos.org/build/233250101 at 2023-09-02 - haiji # failure in job https://hydra.nixos.org/build/233232272 at 2023-09-02 - hail # failure in job https://hydra.nixos.org/build/233219127 at 2023-09-02 - - hailgun # failure in job https://hydra.nixos.org/build/233242996 at 2023-09-02 + - hailgun-send # failure in job https://hydra.nixos.org/build/282936164 at 2024-12-24 - hairy # failure in job https://hydra.nixos.org/build/233226903 at 2023-09-02 - hakaru # failure in job https://hydra.nixos.org/build/233231467 at 2023-09-02 - hakismet # failure in job https://hydra.nixos.org/build/233212497 at 2023-09-02 @@ -3029,6 +3031,7 @@ broken-packages: - hx # failure in job https://hydra.nixos.org/build/233225223 at 2023-09-02 - hxmppc # failure in job https://hydra.nixos.org/build/233253810 at 2023-09-02 - HXQ # failure in job https://hydra.nixos.org/build/233218116 at 2023-09-02 + - hxthelper # failure in job https://hydra.nixos.org/build/282936106 at 2024-12-24 (> 10 years since last release) - hxt-pickle-utils # failure in job https://hydra.nixos.org/build/233212654 at 2023-09-02 - hyakko # failure in job https://hydra.nixos.org/build/233199297 at 2023-09-02 - hydra # failure in job https://hydra.nixos.org/build/233212477 at 2023-09-02 @@ -3465,6 +3468,7 @@ broken-packages: - lazy-priority-queue # failure in job https://hydra.nixos.org/build/233211457 at 2023-09-02 - lazyset # failure in job https://hydra.nixos.org/build/233248383 at 2023-09-02 - l-bfgs-b # failure in job https://hydra.nixos.org/build/233258769 at 2023-09-02 + - lbfgs # failure in job https://hydra.nixos.org/build/282178103 at 2024-12-23 - LC3 # failure in job https://hydra.nixos.org/build/233192513 at 2023-09-02 - lcs # failure in job https://hydra.nixos.org/build/233232193 at 2023-09-02 - ldif # failure in job https://hydra.nixos.org/build/233195577 at 2023-09-02 @@ -4700,6 +4704,7 @@ broken-packages: - posix-acl # failure in job https://hydra.nixos.org/build/233222892 at 2023-09-02 - posix-filelock # failure in job https://hydra.nixos.org/build/252726822 at 2024-03-16 - posix-realtime # failure in job https://hydra.nixos.org/build/233191463 at 2023-09-02 + - posix-timer # failure in job https://hydra.nixos.org/build/282175703 at 2024-12-23 - posix-waitpid # failure in job https://hydra.nixos.org/build/233206551 at 2023-09-02 - posplyu # failure in job https://hydra.nixos.org/build/233230437 at 2023-09-02 - postcodes # failure in job https://hydra.nixos.org/build/233247290 at 2023-09-02 @@ -5239,6 +5244,7 @@ broken-packages: - salvia-protocol # failure in job https://hydra.nixos.org/build/233220788 at 2023-09-02 - sandlib # failure in job https://hydra.nixos.org/build/233249740 at 2023-09-02 - sandman # failure in job https://hydra.nixos.org/build/233209667 at 2023-09-02 + - sandwich-contexts # failure in job https://hydra.nixos.org/build/282178661 at 2024-12-23 - sarasvati # failure in job https://hydra.nixos.org/build/233208235 at 2023-09-02 - satchmo-backends # failure in job https://hydra.nixos.org/build/233228506 at 2023-09-02 - satchmo # failure in job https://hydra.nixos.org/build/252712042 at 2024-03-16 @@ -5341,7 +5347,6 @@ broken-packages: - serokell-util # failure in job https://hydra.nixos.org/build/233209952 at 2023-09-02 - servant-aeson-specs # failure in job https://hydra.nixos.org/build/233202245 at 2023-09-02 - servant-auth-cookie # failure in job https://hydra.nixos.org/build/233235829 at 2023-09-02 - - servant-auth-server # failure in job https://hydra.nixos.org/build/233208742 at 2023-09-02 - servant-avro # failure in job https://hydra.nixos.org/build/233225632 at 2023-09-02 - servant-benchmark # failure in job https://hydra.nixos.org/build/233203748 at 2023-09-02 - servant-cassava # failure in job https://hydra.nixos.org/build/252730906 at 2024-03-16 @@ -5358,6 +5363,7 @@ broken-packages: - servant-generic # failure in job https://hydra.nixos.org/build/233211338 at 2023-09-02 - servant-github # failure in job https://hydra.nixos.org/build/233231566 at 2023-09-02 - servant-github-webhook # failure in job https://hydra.nixos.org/build/233234237 at 2023-09-02 + - servant-hateoas # failure in job https://hydra.nixos.org/build/282175434 at 2024-12-23 - servant-htmx # failure in job https://hydra.nixos.org/build/233214786 at 2023-09-02 - servant-http2-client # failure in job https://hydra.nixos.org/build/260189694 at 2024-05-19 - servant-http-streams # failure in job https://hydra.nixos.org/build/233242852 at 2023-09-02 @@ -6016,7 +6022,6 @@ broken-packages: - terntup # failure in job https://hydra.nixos.org/build/233203746 at 2023-09-02 - tersmu # failure in job https://hydra.nixos.org/build/233253842 at 2023-09-02 - testCom # failure in job https://hydra.nixos.org/build/233210118 at 2023-09-02 - - testcontainers # failure in job https://hydra.nixos.org/build/233226596 at 2023-09-02 - TestExplode # failure in job https://hydra.nixos.org/build/233207327 at 2023-09-02 - test-fixture # failure in job https://hydra.nixos.org/build/233203103 at 2023-09-02 - test-framework-doctest # failure in job https://hydra.nixos.org/build/233256232 at 2023-09-02 @@ -6236,7 +6241,6 @@ broken-packages: - trivia # failure in job https://hydra.nixos.org/build/233234176 at 2023-09-02 - tropical # failure in job https://hydra.nixos.org/build/233212835 at 2023-09-02 - tropical-geometry # failure in job https://hydra.nixos.org/build/234465815 at 2023-09-13 - - true-name # failure in job https://hydra.nixos.org/build/252712188 at 2024-03-16 - trust-chain # failure in job https://hydra.nixos.org/build/233252622 at 2023-09-02 - tsession # failure in job https://hydra.nixos.org/build/233259005 at 2023-09-02 - tslib # failure in job https://hydra.nixos.org/build/233225813 at 2023-09-02 @@ -6339,7 +6343,6 @@ broken-packages: - unamb-custom # failure in job https://hydra.nixos.org/build/233197458 at 2023-09-02 - unbeliever # failure in job https://hydra.nixos.org/build/233221256 at 2023-09-02 - unbounded-delays-units # failure in job https://hydra.nixos.org/build/233200989 at 2023-09-02 - - unbound-generics # failure in job https://hydra.nixos.org/build/252713870 at 2024-03-16 - unboxed-containers # failure in job https://hydra.nixos.org/build/233200384 at 2023-09-02 - unboxed # failure in job https://hydra.nixos.org/build/233219555 at 2023-09-02 - unboxed-references # failure in job https://hydra.nixos.org/build/233192713 at 2023-09-02 @@ -6747,6 +6750,7 @@ broken-packages: - xsd # failure in job https://hydra.nixos.org/build/233209021 at 2023-09-02 - xsha1 # failure in job https://hydra.nixos.org/build/233257136 at 2023-09-02 - xslt # failure in job https://hydra.nixos.org/build/233225636 at 2023-09-02 + - xtea # failure in job https://hydra.nixos.org/build/282175333 at 2024-12-23 - xxhash # failure in job https://hydra.nixos.org/build/233240335 at 2023-09-02 - y0l0bot # failure in job https://hydra.nixos.org/build/233212722 at 2023-09-02 - yabi-muno # failure in job https://hydra.nixos.org/build/233246871 at 2023-09-02 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 203c57c1fa65f..b3bd7fee1826d 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -38,6 +38,8 @@ default-package-overrides: - xmonad-contrib < 0.18.1 # 2024-11-01: no release version of http2/3 supports http-semantics >= 0.3.0 at the moment - http-semantics < 0.3.0 + # 2024-12-23: last version to be compatible with Stackage LTS 22/23 (due to data-default) + - diagrams-input < 0.1.4 extra-packages: - Cabal == 3.2.* # Used for packages needing newer Cabal on ghc 8.6 and 8.8 @@ -201,6 +203,7 @@ package-maintainers: - patat - svgcairo danielrolls: + - aws-spend-summary - byte-count-reader - shellify - specup diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 5bde9a49a2378..c3893c4516b4f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -1,4 +1,4 @@ -# Stackage LTS 22.39 +# Stackage LTS 22.40 # This file is auto-generated by # maintainers/scripts/haskell/update-stackage.sh default-package-overrides: @@ -30,7 +30,7 @@ default-package-overrides: - aeson-pretty ==0.8.10 - aeson-qq ==0.8.4 - aeson-schemas ==1.4.2.1 - - aeson-typescript ==0.6.3.0 + - aeson-typescript ==0.6.4.0 - aeson-unqualified-ast ==1.0.0.3 - aeson-value-parser ==0.19.7.2 - aeson-warning-parser ==0.1.1 @@ -38,7 +38,7 @@ default-package-overrides: - aeson-yaml ==1.1.0.1 - agda2lagda ==0.2023.6.9 - agreeing ==0.2.2.0 - - alarmclock ==0.7.0.6 + - alarmclock ==0.7.0.7 - alex ==3.4.0.1 - alex-meta ==0.3.0.13 - alex-tools ==0.6.1 @@ -428,7 +428,7 @@ default-package-overrides: - aws-xray-client-wai ==0.1.0.2 - backprop ==0.2.6.5 - backtracking ==0.1.0 - - bank-holidays-england ==0.2.0.9 + - bank-holidays-england ==0.2.0.11 - barbies ==2.0.5.0 - barrier ==0.1.1 - base16 ==1.0 @@ -508,8 +508,8 @@ default-package-overrides: - blaze-textual ==0.2.3.1 - bloodhound ==0.21.0.0 - bloomfilter ==2.0.1.2 - - bluefin ==0.0.9.0 - - bluefin-internal ==0.0.9.0 + - bluefin ==0.0.10.0 + - bluefin-internal ==0.0.10.0 - bm ==0.2.0.0 - bmp ==1.2.6.4 - bnb-staking-csvs ==0.2.2.0 @@ -692,7 +692,7 @@ default-package-overrides: - commutative-semigroups ==0.1.1.0 - comonad ==5.0.8 - compact ==0.2.0.0 - - compactmap ==0.1.4.4 + - compactmap ==0.1.4.5 - companion ==0.1.0 - compdata ==0.13.1 - compensated ==0.8.3 @@ -745,7 +745,7 @@ default-package-overrides: - control-bool ==0.2.1 - control-dsl ==0.2.1.3 - control-monad-free ==0.6.2 - - control-monad-omega ==0.3.2 + - control-monad-omega ==0.3.3 - convertible ==1.1.1.1 - cookie ==0.4.6 - copilot ==3.19.1 @@ -772,8 +772,8 @@ default-package-overrides: - crackNum ==3.4 - crc32c ==0.1.0 - credential-store ==0.1.2 - - criterion ==1.6.3.0 - - criterion-measurement ==0.2.2.0 + - criterion ==1.6.4.0 + - criterion-measurement ==0.2.3.0 - crypto-api ==0.13.3 - crypto-api-tests ==0.3 - crypto-cipher-tests ==0.0.11 @@ -854,7 +854,7 @@ default-package-overrides: - data-or ==1.0.0.7 - data-ordlist ==0.4.7.0 - data-ref ==0.1 - - data-reify ==0.6.3 + - data-reify ==0.6.4 - data-serializer ==0.3.5 - data-sketches ==0.3.1.0 - data-sketches-core ==0.1.0.0 @@ -987,7 +987,7 @@ default-package-overrides: - egison-pattern-src ==0.2.1.2 - either ==5.0.2 - either-unwrap ==1.1 - - ekg-core ==0.1.1.7 + - ekg-core ==0.1.1.8 - elerea ==2.9.0 - elf ==0.31 - eliminators ==0.9.3 @@ -1028,7 +1028,7 @@ default-package-overrides: - errors ==2.3.0 - errors-ext ==0.4.2 - ersatz ==0.5 - - esqueleto ==3.5.11.2 + - esqueleto ==3.5.13.0 - event-list ==0.1.3 - every ==0.0.1 - evm-opcodes ==0.1.2 @@ -1124,7 +1124,7 @@ default-package-overrides: - focus ==1.0.3.2 - focuslist ==0.1.1.0 - foldable1-classes-compat ==0.1 - - fold-debounce ==0.2.0.12 + - fold-debounce ==0.2.0.14 - foldl ==1.4.17 - folds ==0.7.8 - FontyFruity ==0.5.3.5 @@ -1260,7 +1260,7 @@ default-package-overrides: - gi-gobject ==2.0.31 - gi-graphene ==1.0.8 - gi-gtk ==3.0.43 - - gi-gtk-hs ==0.3.16 + - gi-gtk-hs ==0.3.17 - gi-gtksource ==3.0.29 - gi-harfbuzz ==0.0.10 - gi-javascriptcore ==4.0.28 @@ -1324,7 +1324,7 @@ default-package-overrides: - hackage-security ==0.6.2.4 - haddock-library ==1.11.0 - haha ==0.3.1.1 - - hakyll ==4.16.2.2 + - hakyll ==4.16.3.0 - hakyllbars ==1.0.1.0 - hal ==1.0.1 - half ==0.3.1 @@ -1347,7 +1347,7 @@ default-package-overrides: - haskell-gi ==0.26.12 - haskell-gi-base ==0.26.8 - haskell-gi-overloading ==1.0 - - haskell-lexer ==1.1.1 + - haskell-lexer ==1.1.2 - HaskellNet ==0.6.1.2 - haskell-src ==1.0.4.1 - haskell-src-exts ==1.23.1 @@ -1406,7 +1406,7 @@ default-package-overrides: - hfsevents ==0.1.7 - hgal ==2.0.0.3 - hidapi ==0.1.8 - - hi-file-parser ==0.1.6.0 + - hi-file-parser ==0.1.7.0 - hindent ==6.1.1 - hinfo ==0.0.3.0 - hinotify ==0.4.1 @@ -1445,7 +1445,7 @@ default-package-overrides: - hostname-validate ==1.0.0 - hourglass ==0.2.12 - hourglass-orphans ==0.1.0.0 - - hp2pretty ==0.10 + - hp2pretty ==0.10.1 - hpack ==0.36.1 - hpc-codecov ==0.5.0.0 - hpc-lcov ==1.1.2 @@ -1540,9 +1540,9 @@ default-package-overrides: - http-client-openssl ==0.3.3 - http-client-overrides ==0.1.1.0 - http-client-restricted ==0.1.0 - - http-client-tls ==0.3.6.3 + - http-client-tls ==0.3.6.4 - http-common ==0.8.3.4 - - http-conduit ==2.3.9 + - http-conduit ==2.3.9.1 - http-date ==0.0.11 - http-directory ==0.1.10 - http-download ==0.2.1.0 @@ -1657,7 +1657,7 @@ default-package-overrides: - io-streams-haproxy ==1.0.1.0 - ip ==1.7.8 - ip6addr ==1.0.4 - - iproute ==1.7.14 + - iproute ==1.7.15 - IPv6Addr ==2.0.6 - ipynb ==0.2 - ipython-kernel ==0.11.0.0 @@ -1700,7 +1700,7 @@ default-package-overrides: - justified-containers ==0.3.0.0 - jwt ==0.11.0 - kan-extensions ==5.2.6 - - kansas-comet ==0.4.2 + - kansas-comet ==0.4.3 - katip ==0.8.8.2 - katip-logstash ==0.1.0.2 - katip-wai ==0.1.2.4 @@ -1708,7 +1708,7 @@ default-package-overrides: - kdt ==0.2.6 - keep-alive ==0.2.1.0 - keter ==2.1.5 - - keycode ==0.2.2 + - keycode ==0.2.3 - keyed-vals ==0.2.3.1 - keyed-vals-hspec-tests ==0.2.3.1 - keyed-vals-mem ==0.2.3.1 @@ -1921,7 +1921,7 @@ default-package-overrides: - min-max-pqueue ==0.1.0.2 - mintty ==0.1.4 - misfortune ==0.1.2.1 - - miso ==1.8.4.0 + - miso ==1.8.5.0 - missing-foreign ==0.1.1 - MissingH ==1.6.0.1 - mixed-types-num ==0.5.12 @@ -1961,7 +1961,7 @@ default-package-overrides: - monad-par-extras ==0.3.3 - monad-peel ==0.3 - MonadPrompt ==1.0.0.5 - - MonadRandom ==0.6 + - MonadRandom ==0.6.1 - monad-resumption ==0.1.4.0 - monad-schedule ==0.1.2.2 - monad-st ==0.2.4.1 @@ -2010,14 +2010,14 @@ default-package-overrides: - mx-state-codes ==1.0.0.0 - myers-diff ==0.3.0.0 - mysql ==0.2.1 - - mysql-haskell ==1.1.5 + - mysql-haskell ==1.1.6 - mysql-haskell-nem ==0.1.0.0 - mysql-json-table ==0.1.4.0 - mysql-simple ==0.4.9 - n2o ==0.11.1 - n2o-nitro ==0.11.2 - nagios-check ==0.3.2 - - named ==0.3.0.1 + - named ==0.3.0.2 - names-th ==0.3.0.1 - nano-erl ==0.1.0.1 - nanospec ==0.2.2 @@ -2026,7 +2026,7 @@ default-package-overrides: - natural-arithmetic ==0.1.4.0 - natural-induction ==0.2.0.0 - natural-sort ==0.1.2 - - natural-transformation ==0.4 + - natural-transformation ==0.4.1 - ndjson-conduit ==0.1.0.5 - neat-interpolation ==0.5.1.4 - netcode-io ==0.0.3 @@ -2174,7 +2174,7 @@ default-package-overrides: - ParsecTools ==0.0.2.0 - parser-combinators ==1.3.0 - parser-combinators-tests ==1.3.0 - - parsers ==0.12.11 + - parsers ==0.12.12 - partial-handler ==1.0.3 - partial-isomorphisms ==0.2.3.0 - partialord ==0.0.2 @@ -2262,7 +2262,7 @@ default-package-overrides: - plaid ==0.1.0.4 - plotlyhs ==0.2.3 - Plural ==0.0.2 - - pointed ==5.0.4 + - pointed ==5.0.5 - pointedlist ==0.6.1 - pointless-fun ==1.1.0.8 - poll ==0.0.0.2 @@ -2636,7 +2636,7 @@ default-package-overrides: - shared-memory ==0.2.0.1 - shell-conduit ==5.0.0 - shell-escape ==0.2.0 - - shellify ==0.11.0.3 + - shellify ==0.11.0.4 - shellmet ==0.0.5.0 - shelltestrunner ==1.10 - shell-utility ==0.1 @@ -2734,7 +2734,7 @@ default-package-overrides: - statestack ==0.3.1.1 - StateVar ==1.2.2 - stateWriter ==0.4.0 - - static-bytes ==0.1.0 + - static-bytes ==0.1.1 - static-canvas ==0.2.0.3 - static-text ==0.2.0.7 - statistics ==0.16.2.1 @@ -2932,7 +2932,7 @@ default-package-overrides: - text-rope ==0.2 - text-short ==0.1.6 - text-show ==3.10.5 - - text-show-instances ==3.9.8 + - text-show-instances ==3.9.9 - text-zipper ==0.13 - tfp ==1.0.2 - tf-random ==0.5 @@ -2950,10 +2950,10 @@ default-package-overrides: - th-expand-syns ==0.4.11.0 - th-extras ==0.0.0.8 - th-lego ==0.3.0.3 - - th-lift ==0.8.4 + - th-lift ==0.8.5 - th-lift-instances ==0.1.20 - th-nowq ==0.1.0.5 - - th-orphans ==0.13.14 + - th-orphans ==0.13.15 - th-printf ==0.8 - thread-hierarchy ==0.3.0.2 - thread-local-storage ==0.2 @@ -3098,7 +3098,7 @@ default-package-overrides: - universum ==1.8.2.2 - unix-bytestring ==0.4.0.2 - unix-compat ==0.7.3 - - unix-time ==0.4.15 + - unix-time ==0.4.16 - unjson ==0.15.4 - unliftio ==0.2.25.0 - unliftio-core ==0.2.1.0 @@ -3219,14 +3219,14 @@ default-package-overrides: - websockets ==0.12.7.3 - websockets-simple ==0.2.0 - websockets-snap ==0.10.3.1 - - weigh ==0.0.17 + - weigh ==0.0.18 - welford-online-mean-variance ==0.2.0.0 - what4 ==1.5.1 - wide-word ==0.1.6.0 - Win32-notify ==0.3.0.3 - windns ==0.1.0.1 - - witch ==1.2.1.1 - - withdependencies ==0.3.0 + - witch ==1.2.2.0 + - withdependencies ==0.3.1 - witherable ==0.4.2 - within ==0.2.0.1 - with-location ==0.1.0 @@ -3294,7 +3294,7 @@ default-package-overrides: - yesod-core ==1.6.26.0 - yesod-eventsource ==1.6.0.1 - yesod-fb ==0.6.1 - - yesod-form ==1.7.6 + - yesod-form ==1.7.9 - yesod-form-bootstrap4 ==3.0.1.1 - yesod-gitrepo ==0.3.0 - yesod-gitrev ==0.2.2 diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 7d3699af9eb53..d9b66d443a4e8 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -481,7 +481,6 @@ dont-distribute-packages: - amazon-emailer-client-snap - amby - ampersand - - amqp-streamly - analyze-client - anansi-hscolour - anatomy @@ -623,8 +622,6 @@ dont-distribute-packages: - bbi - bdcs - bdcs-api - - beam-automigrate - - beam-postgres - beam-th - beautifHOL - bech32-th @@ -795,7 +792,6 @@ dont-distribute-packages: - cflp - cfopu - chainweb-mining-client - - chakra - chalkboard-viewer - chapelure - charade @@ -1163,7 +1159,7 @@ dont-distribute-packages: - distribution-plot - dixi - dl-fedora - - dl-fedora_1_2 + - dl-fedora_1_2_1 - dmenu-pkill - dmenu-pmount - dmenu-search @@ -1230,7 +1226,6 @@ dont-distribute-packages: - elsa - ema-extra - emacs-keys - - email - emailparse - embroidery - emd @@ -1738,6 +1733,8 @@ dont-distribute-packages: - gore-and-ash-sync - gps - gps2htmlReport + - gpu-vulkan + - gpu-vulkan-middle - grab-form - graflog - grammar-combinators @@ -1825,8 +1822,6 @@ dont-distribute-packages: - haddocset - hadoop-tools - haggis - - hailgun-send - - hailgun-simple - hails-bin - hake - hakyll-elm @@ -2248,7 +2243,6 @@ dont-distribute-packages: - hxournal - hxt-binary - hxt-filter - - hxthelper - hxweb - hybrid - hydra-print @@ -2317,6 +2311,7 @@ dont-distribute-packages: - instrument-cloudwatch - integreat - intel-aes + - intel-powermon - interpolatedstring-qq - interpolatedstring-qq-mwotton - intro-prelude @@ -2917,6 +2912,8 @@ dont-distribute-packages: - nri-test-encoding - numeric-kinds - numeric-ode + - numeric-optimization + - numeric-optimization-ad - numerical - numhask-hedgehog - numhask-histogram @@ -3358,7 +3355,6 @@ dont-distribute-packages: - regular-web - regular-xmlpickler - reheat - - rel8 - relational-postgresql8 - relational-query - relational-query-HDBC @@ -3484,6 +3480,7 @@ dont-distribute-packages: - samtools-conduit - samtools-enumerator - samtools-iteratee + - sandwich-webdriver_0_3_0_0 - sarsi - sasha - sasl @@ -3595,7 +3592,6 @@ dont-distribute-packages: - servant-zeppelin-server - servant-zeppelin-swagger - sessiontypes-distributed - - sgf - sgrep - shady-gen - shady-graphics @@ -3818,7 +3814,7 @@ dont-distribute-packages: - sydtest-webdriver-screenshot_0_1_0_0 - sydtest-webdriver-yesod - sydtest-yesod - - sydtest_0_18_0_0 + - sydtest_0_18_0_1 - sylvia - symantic-atom - symantic-http-demo @@ -3875,6 +3871,7 @@ dont-distribute-packages: - techlab - telegram-bot - telegram-raw-api + - telescope - ten-lens - ten-unordered-containers - term-rewriting @@ -4019,8 +4016,6 @@ dont-distribute-packages: - ukrainian-phonetics-basic - unagi-bloomfilter - unbound - - unbound-generics-unify - - unbound-kind-generics - unfoldable-restricted - uni-events - uni-graphs diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 2a92ef16dc6fb..ac217aed6b2d8 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -464,6 +464,9 @@ self: super: builtins.intersectAttrs super { # Disable tests because they require a running dbus session xmonad-dbus = dontCheck super.xmonad-dbus; + # Test suite requires running a docker container via testcontainers + amqp-streamly = dontCheck super.amqp-streamly; + # wxc supports wxGTX >= 3.0, but our current default version points to 2.8. # http://hydra.cryp.to/build/1331287/log/raw wxc = (addBuildDepend self.split super.wxc).override { wxGTK = pkgs.wxGTK32; }; @@ -471,6 +474,7 @@ self: super: builtins.intersectAttrs super { shellify = enableSeparateBinOutput super.shellify; specup = enableSeparateBinOutput super.specup; + aws-spend-summary = self.generateOptparseApplicativeCompletions [ "aws-spend-summary" ] (enableSeparateBinOutput super.aws-spend-summary); # Test suite wants to connect to $DISPLAY. bindings-GLFW = dontCheck super.bindings-GLFW; @@ -1009,6 +1013,18 @@ self: super: builtins.intersectAttrs super { postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify; postgresql-pure = dontCheck super.postgresql-pure; + # Needs PostgreSQL db during tests + relocant = overrideCabal (drv: { + preCheck = '' + export postgresqlTestUserOptions="LOGIN SUPERUSER" + export PGDATABASE=relocant + ''; + testToolDepends = drv.testToolDepends or [] ++ [ + pkgs.postgresql + pkgs.postgresqlTestHook + ]; + }) super.relocant; + retrie = addTestToolDepends [pkgs.git pkgs.mercurial] super.retrie; retrie_1_2_0_0 = addTestToolDepends [pkgs.git pkgs.mercurial] super.retrie_1_2_0_0; retrie_1_2_1_1 = addTestToolDepends [pkgs.git pkgs.mercurial] super.retrie_1_2_1_1; @@ -1326,6 +1342,14 @@ self: super: builtins.intersectAttrs super { ] ++ drv.testFlags or []; }) super.http-api-data-qq; + # Test have become more fussy in >= 2.0. We need to have which available for + # tests to succeed and the makefile no longer finds happy by itself. + happy_2_1_2 = overrideCabal (drv: { + buildTools = drv.buildTools or [ ] ++ [ pkgs.buildPackages.which ]; + preCheck = drv.preCheck or "" + '' + export PATH="$PWD/dist/build/happy:$PATH" + ''; + }) super.happy_2_1_2; # Additionally install documentation jacinda = overrideCabal (drv: { enableSeparateDocOutput = true; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index b3437248fc933..fbe4fee91533d 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -822,6 +822,8 @@ self: { pname = "Agda"; version = "2.7.0.1"; sha256 = "13pn0mbxyfy04fcdl68l2m36b40hwk8iwpkqdfad3xsf9l5ddxil"; + revision = "2"; + editedCabalFile = "1v1nfzn3dxvdzrc7310jl29vf4yp40hhnkkbw6d9y8n14grn7lrp"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -4867,16 +4869,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "Diff_0_5" = callPackage + "Diff_1_0_1_1" = callPackage ({ mkDerivation, array, base, directory, pretty, process , QuickCheck, test-framework, test-framework-quickcheck2 }: mkDerivation { pname = "Diff"; - version = "0.5"; - sha256 = "0la5npl3zglzbsnlbksp0s6khb79cm6hbdxhy29sd3xivzg89k03"; - revision = "1"; - editedCabalFile = "1fxg0ibi80dq68draxfh1p0n4mkmyn7gm0b51jwpkq6rx8p9g2lw"; + version = "1.0.1.1"; + sha256 = "060ksa6ql4v6gjdjhrd4q1kr9qs7hz48pacan8gq6baa7xvc5m6v"; libraryHaskellDepends = [ array base pretty ]; testHaskellDepends = [ array base directory pretty process QuickCheck test-framework @@ -12996,6 +12996,8 @@ self: { pname = "LPFP"; version = "1.1.4"; sha256 = "1g86ajibry5ssz3nqnqvnd0w6psyr9gl6wsp6ijaa6r6y1izw1fa"; + revision = "1"; + editedCabalFile = "10k4c0dpjxsnh0c27i1slqhlkn3s81x6xbz54qjm97kkw75fs1zn"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -13017,6 +13019,8 @@ self: { pname = "LPFP-core"; version = "1.1.1"; sha256 = "030n95g1hq2ikawbwifgqzjfdg2y6hyl8vpvybg7ha36hb6vafn1"; + revision = "1"; + editedCabalFile = "1zxnd65apf1ris333d1dkp9aw62qmf9if1vh2invnnhjzl7aq2hz"; libraryHaskellDepends = [ base containers ]; description = "Code for the book Learn Physics with Functional Programming"; license = lib.licenses.bsd3; @@ -14367,8 +14371,8 @@ self: { }: mkDerivation { pname = "MicroHs"; - version = "0.10.3.0"; - sha256 = "11zhgmkzkxxjhnf0jnzk50hsm60zxil5mqa6m1yq6wmg2h1g0vkf"; + version = "0.10.4.0"; + sha256 = "15c4kwkbnz894zvcvdj035k6lcjj8rh9rjm6l7cwirqk2q5nk6pm"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -14662,23 +14666,6 @@ self: { }) {}; "MonadRandom" = callPackage - ({ mkDerivation, base, mtl, primitive, random, transformers - , transformers-compat - }: - mkDerivation { - pname = "MonadRandom"; - version = "0.6"; - sha256 = "0i6h9s2iqj71q06i9al3s2akmdjjx16h015qb81nhgjwi4q8cf69"; - revision = "4"; - editedCabalFile = "0hz8l2yx9p5qwis7lxsnk7n3zss00hw3rxphhj6ih56ppjv7d6h3"; - libraryHaskellDepends = [ - base mtl primitive random transformers transformers-compat - ]; - description = "Random-number generation monad"; - license = lib.licenses.bsd3; - }) {}; - - "MonadRandom_0_6_1" = callPackage ({ mkDerivation, base, mtl, primitive, random, transformers , transformers-compat }: @@ -14691,7 +14678,6 @@ self: { ]; description = "Random-number generation monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "MonadRandomLazy" = callPackage @@ -15278,8 +15264,8 @@ self: { pname = "NanoID"; version = "3.4.0.2"; sha256 = "1dddc7aakhrj65kdspj8ashfdfl894ybqf7iwy94l344ikldfkaj"; - revision = "1"; - editedCabalFile = "0kdr24dw1z1vj0a63bqsdz55ps4lksf4c5fw7l19bn51f71lpqrf"; + revision = "2"; + editedCabalFile = "0yb2bkc0mdywmn1px7i4fpfa6n37fj1fgdzsl3bmcbw9w26qikxc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -19073,8 +19059,8 @@ self: { pname = "SVGFonts"; version = "1.8.0.1"; sha256 = "0r3z7i7x56qvhyc51jlq084c1biy9xn72nm19mw116gx49rm32k9"; - revision = "1"; - editedCabalFile = "0w4bcmfja0spjwfiysa6xzvr6k1f2b8qp5r57b9138zrcllzkrap"; + revision = "2"; + editedCabalFile = "1kk7hbsd0aard9457y674rw5yvailfap1jzmvmvzmfi4ripwqxag"; enableSeparateDataOutput = true; libraryHaskellDepends = [ attoparsec base blaze-markup blaze-svg bytestring cereal @@ -22666,19 +22652,20 @@ self: { "WidgetRattus" = callPackage ({ mkDerivation, base, Cabal, containers, ghc, ghc-boot, hashtables - , simple-affine-space, template-haskell, text, transformers + , monomer, simple-affine-space, template-haskell, text + , transformers }: mkDerivation { pname = "WidgetRattus"; - version = "0.2"; - sha256 = "0i54i5krl10ivmv9rm3aqi02zkqcwjid71iwdm2pjld6z2ls2z4y"; + version = "0.3"; + sha256 = "144fkaxw2v00ynsp9s52r6dpfagfmngh9mrc77ynl2vvyf99zlm7"; setupHaskellDepends = [ base Cabal ]; libraryHaskellDepends = [ - base containers ghc ghc-boot hashtables simple-affine-space - template-haskell transformers + base containers ghc ghc-boot hashtables monomer simple-affine-space + template-haskell text transformers ]; testHaskellDepends = [ base containers text ]; - description = "An asynchronous modal FRP language"; + description = "An asynchronous modal FRP language for GUI programming"; license = lib.licenses.bsd3; }) {}; @@ -25464,8 +25451,8 @@ self: { ({ mkDerivation, base, mtl, transformers }: mkDerivation { pname = "acquire"; - version = "0.3.5"; - sha256 = "1xxr94rnywg7mnf6fq9gbvakglnr1qbyjgvclrsrifjmzmdpbr9p"; + version = "0.3.6"; + sha256 = "1k704606ykjkgiapgaxp058rnaanr5fv977l4hj49b5ck4ghd9hh"; libraryHaskellDepends = [ base mtl transformers ]; description = "Abstraction over management of resources"; license = lib.licenses.mit; @@ -27215,8 +27202,8 @@ self: { }: mkDerivation { pname = "aeson-typescript"; - version = "0.6.3.0"; - sha256 = "1bmhjl10adms07l2fg7qpjr3qsqdbwdfmj5psh6vi5s13w0sjxz9"; + version = "0.6.4.0"; + sha256 = "0xhh2xdg1axpwaigq1g200a516j3w7g5lrk0adin2nsafidc66zx"; libraryHaskellDepends = [ aeson base bytestring containers mtl string-interpolate template-haskell text th-abstraction transformers @@ -28216,19 +28203,20 @@ self: { }) {inherit (pkgs) openal;}; "alarmclock" = callPackage - ({ mkDerivation, async, base, clock, hspec, stm, time - , unbounded-delays + ({ mkDerivation, async, base, clock, hspec, hspec-discover, stm + , time, unbounded-delays }: mkDerivation { pname = "alarmclock"; - version = "0.7.0.6"; - sha256 = "02fkmdhhzdmjkz68l9gayk99b21kvm47ksaflqlqsw3yiy8zq2ss"; + version = "0.7.0.7"; + sha256 = "18f4y7g7iv7mvwbjgn6vf668qc9n0sig4q0qlh5l34bkvmzkp3pz"; libraryHaskellDepends = [ async base clock stm time unbounded-delays ]; testHaskellDepends = [ async base clock hspec stm time unbounded-delays ]; + testToolDepends = [ hspec-discover ]; description = "Wake up and perform an action at a certain time"; license = lib.licenses.bsd3; }) {}; @@ -28359,8 +28347,8 @@ self: { pname = "alex-tools"; version = "0.6.1"; sha256 = "1nh8qbsv4sn6gxc7j8cbp2pb85cajilzhp8rchlwnk7bv8lzf8ji"; - revision = "2"; - editedCabalFile = "1ykm6ycxahwjkjdadcifay94c4mmp9lp3mgrca1150cvv0ff30f8"; + revision = "3"; + editedCabalFile = "020l3qsm10jag2lblcfr7anissn2gi2p9nagwcs8am56siv14n0h"; libraryHaskellDepends = [ base bytestring deepseq template-haskell text ]; @@ -28861,6 +28849,8 @@ self: { pname = "align-audio"; version = "0.0.0.1"; sha256 = "1r1660igj6bmzhccw30vj0wsz7jjkd5k0vbr4nrcbpcwkxllshnb"; + revision = "1"; + editedCabalFile = "1cqxzanhz71lgivffxddq95ay0vaxfpjl3b0zpzbcw3filfkqihy"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -36509,7 +36499,6 @@ self: { ]; description = "A simple streamly wrapper for amqp"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "amqp-utils" = callPackage @@ -39236,6 +39225,8 @@ self: { pname = "apportionment"; version = "0.0.0.4"; sha256 = "12b4jlh3k3da1w5lw8z83qgvn0ys85xwvdqylm5kwfi2i1i72256"; + revision = "1"; + editedCabalFile = "051cznvkni4gl0715q9mxi07p39xq3vzlnzmaazrxvh74nnzlcqf"; libraryHaskellDepends = [ base containers utility-ht ]; testHaskellDepends = [ base doctest-exitcode-stdio doctest-lib QuickCheck @@ -39996,20 +39987,21 @@ self: { "argon" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal - , containers, directory, docopt, filepath, ghc, ghc-paths - , ghc-syb-utils, hlint, hspec, lens-simple, pipes, pipes-bytestring - , pipes-files, pipes-group, pipes-safe, QuickCheck, syb + , containers, directory, dirstream, docopt, filepath, ghc, ghc-boot + , ghc-paths, ghc-syb-utils, hlint, hspec, lens-simple, pipes + , pipes-bytestring, pipes-group, pipes-safe, QuickCheck, syb + , system-filepath }: mkDerivation { pname = "argon"; - version = "0.4.1.0"; - sha256 = "1sjv8zablab38wl9xir2hkkk997as7ryb57dqnyr6i4a26p50g6r"; + version = "0.4.2.0"; + sha256 = "1cx0j4396m0bczzk0zzn5i2wjmny43da8s2bhr7a3ghj8kg0dhw7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson ansi-terminal base bytestring Cabal containers directory ghc - ghc-paths ghc-syb-utils lens-simple pipes pipes-bytestring - pipes-files pipes-group pipes-safe syb + aeson ansi-terminal base bytestring Cabal containers directory + dirstream filepath ghc ghc-boot ghc-paths ghc-syb-utils lens-simple + pipes pipes-bytestring pipes-group pipes-safe syb system-filepath ]; executableHaskellDepends = [ base docopt pipes pipes-safe ]; testHaskellDepends = [ @@ -41784,8 +41776,8 @@ self: { pname = "async"; version = "2.2.5"; sha256 = "1xqnixmcxbird7rxl124bn5swpyyxxx2jxpdsbx2l8drp8z4f60q"; - revision = "2"; - editedCabalFile = "0ddz3q3b478ahz8q0b3ni2b3ikw1sjc2p89j1p530670m3xnm7ng"; + revision = "3"; + editedCabalFile = "0fvnk4rz1d2j4n5pww17qy0km0blv2gqycnbjlyrg6kjcmhqqr5p"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base hashable stm ]; @@ -43437,14 +43429,14 @@ self: { license = lib.licenses.mit; }) {}; - "auto-update_0_2_1" = callPackage + "auto-update_0_2_2" = callPackage ({ mkDerivation, base, exceptions, hspec, hspec-discover, HUnit , retry }: mkDerivation { pname = "auto-update"; - version = "0.2.1"; - sha256 = "19rpplsvakhw91iszddjsk2bfhj5w26715yz0ld71xpcnwdi8ym5"; + version = "0.2.2"; + sha256 = "1x93p1qylbll32sxwwmad5nb8q5p0z0zma9ymrxpz17zy80rqq59"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base exceptions hspec HUnit retry ]; testToolDepends = [ hspec-discover ]; @@ -43515,8 +43507,8 @@ self: { }: mkDerivation { pname = "autodocodec-nix"; - version = "0.0.1.4"; - sha256 = "1awfc6gvmqs5gz0vb6gihs3f8csrqhk1b8yni21np72y2j29pzfw"; + version = "0.0.1.5"; + sha256 = "0lfp0li2hjqad4pw27cyhzsy17frg0i1a6v6irihl362ymk8dj22"; libraryHaskellDepends = [ aeson autodocodec base containers scientific text unordered-containers vector @@ -45095,6 +45087,32 @@ self: { license = lib.licenses.mit; }) {}; + "aws-spend-summary" = callPackage + ({ mkDerivation, amazonka, amazonka-core, amazonka-s3 + , ansi-terminal, base, bytestring, cassava, conduit, containers + , data-default, http-types, lens, optparse-applicative, text, time + , timelens, vector, zlib + }: + mkDerivation { + pname = "aws-spend-summary"; + version = "0.1.0.0"; + sha256 = "0maspcjm53ncd2004h2xp6yr6c6gz9qv15wkx0c49r4wl6iaaqm1"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + amazonka amazonka-core amazonka-s3 ansi-terminal base bytestring + cassava conduit containers data-default http-types lens text time + timelens vector zlib + ]; + executableHaskellDepends = [ + base data-default optparse-applicative text + ]; + description = "Extract recent daily AWS costs"; + license = lib.licenses.gpl2Only; + mainProgram = "aws-spend-summary"; + maintainers = [ lib.maintainers.danielrolls ]; + }) {}; + "aws-transcribe-ws" = callPackage ({ mkDerivation, aeson, am-test, async, base, base16-bytestring , binary, bytestring, crc, cryptohash-sha256, lens, stm, text, time @@ -45175,6 +45193,31 @@ self: { license = lib.licenses.mit; }) {}; + "awsspendsummary" = callPackage + ({ mkDerivation, amazonka, amazonka-core, amazonka-s3 + , ansi-terminal, base, bytestring, cassava, conduit, containers + , data-default, http-types, lens, optparse-applicative, text, time + , timelens, vector, zlib + }: + mkDerivation { + pname = "awsspendsummary"; + version = "0.1.0.1"; + sha256 = "19qxmah2s11nn303p896f0b7bf8n26myh5wpv0frbapzgslp1jvv"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + amazonka amazonka-core amazonka-s3 ansi-terminal base bytestring + cassava conduit containers data-default http-types lens text time + timelens vector zlib + ]; + executableHaskellDepends = [ + base data-default optparse-applicative text + ]; + description = "Extract recent daily AWS costs"; + license = lib.licenses.gpl2Only; + mainProgram = "awsspendsummary"; + }) {}; + "axel" = callPackage ({ mkDerivation, aeson, ansi-terminal, base, bytestring, containers , directory, extra, filepath, freer-simple, ghcid, hashable @@ -46019,13 +46062,16 @@ self: { }) {}; "bank-holidays-england" = callPackage - ({ mkDerivation, base, containers, hspec, QuickCheck, time }: + ({ mkDerivation, base, containers, hspec, hspec-discover + , QuickCheck, time + }: mkDerivation { pname = "bank-holidays-england"; - version = "0.2.0.9"; - sha256 = "1iyyp76mfdiniszim6mi5ls5a2d3nm0fkrkz9v1y0r2gx1d1y3zx"; + version = "0.2.0.11"; + sha256 = "1ffilswdvh7khklyqxqbf7rxf9wzf1ly4dc8j5wli3a0w2bnjd19"; libraryHaskellDepends = [ base containers time ]; testHaskellDepends = [ base containers hspec QuickCheck time ]; + testToolDepends = [ hspec-discover ]; description = "Calculation of bank holidays in England and Wales"; license = lib.licenses.bsd3; }) {}; @@ -47353,8 +47399,8 @@ self: { pname = "battleship-combinatorics"; version = "0.0.1"; sha256 = "0pr1vcq69ndkln5jd6kxd0gn8jvc8n7aiqanxsrqnjpx4kkixph4"; - revision = "1"; - editedCabalFile = "0fw9dyylyvhsbzyslbm0r5k3l3sxbxmh0rq3cy8hkw204gm9x844"; + revision = "2"; + editedCabalFile = "0z2zqmdv5icamkfhpjnjnf88r21151k3pcqij6x0885m8s1y840p"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -47761,6 +47807,7 @@ self: { description = "DB migration library for beam, targeting Postgres"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "beam-core" = callPackage @@ -47865,7 +47912,6 @@ self: { ]; description = "Connection layer between beam and postgres"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "beam-sqlite" = callPackage @@ -48252,6 +48298,22 @@ self: { mainProgram = "example"; }) {}; + "benchpress_0_2_2_24" = callPackage + ({ mkDerivation, base, bytestring, mtl, time }: + mkDerivation { + pname = "benchpress"; + version = "0.2.2.24"; + sha256 = "0ymx8b5v44nd6vskdpa6g1397l76s9qx6hxpklw9ilsg6hcilgsa"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base mtl time ]; + executableHaskellDepends = [ base bytestring time ]; + description = "Micro-benchmarking with detailed statistics"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + mainProgram = "example"; + }) {}; + "bencode" = callPackage ({ mkDerivation, base, binary, bytestring, containers, hspec , parsec, QuickCheck, transformers, transformers-compat @@ -52300,8 +52362,8 @@ self: { pname = "blank-canvas"; version = "0.7.4"; sha256 = "1qm0ms3jk8m5zv81lh3pn5n04afyq7bpn9lc137ddmm9blnkzndi"; - revision = "4"; - editedCabalFile = "0a74klkqfy2d9q7chvxwf0n2778wqgdw320rr7ivixlz6bjbwpqg"; + revision = "5"; + editedCabalFile = "0ijknbbczq3x9i8b1vyx0ivla5ijdp4zxri8hcgpkv0fi3l0xrs4"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base base-compat-batteries base64-bytestring bytestring @@ -53338,10 +53400,8 @@ self: { ({ mkDerivation, bluefin-internal }: mkDerivation { pname = "bluefin"; - version = "0.0.9.0"; - sha256 = "11balgaw73fi3bqnajhs570nfy5lcjzhxdkms2jbxsd80l6n1zx1"; - revision = "1"; - editedCabalFile = "0xll6fdlhr9h9kswn6kdbdk3wbd1z87wsrgr4g3bqsj29bdjqvb7"; + version = "0.0.10.0"; + sha256 = "06s6nd2b1f7cxk84rnqqaw95wy3ib4an2k8na7hk8ibi68a44mfp"; libraryHaskellDepends = [ bluefin-internal ]; description = "The Bluefin effect system"; license = lib.licenses.mit; @@ -53372,8 +53432,8 @@ self: { }: mkDerivation { pname = "bluefin-internal"; - version = "0.0.9.0"; - sha256 = "06y5vq24jrm5l3lf2sq43qnc0i8zazrf9g28spmgzjlsqcv84g4d"; + version = "0.0.10.0"; + sha256 = "1rhlsn8189cfwhlzmwbrzlk1bcd3a797nv8jwxxb8qd9x34g87zh"; libraryHaskellDepends = [ async base monad-control transformers transformers-base unliftio-core @@ -55085,7 +55145,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "brick_2_4" = callPackage + "brick_2_5" = callPackage ({ mkDerivation, base, bimap, bytestring, config-ini, containers , data-clist, deepseq, directory, exceptions, filepath, microlens , microlens-mtl, microlens-th, mtl, QuickCheck, stm @@ -55094,8 +55154,8 @@ self: { }: mkDerivation { pname = "brick"; - version = "2.4"; - sha256 = "124l7yay5q5dxmpf48a4m8b7fnkwpv0shsy78qjpw5fdvqf9xkvz"; + version = "2.5"; + sha256 = "03m539ksp607gsz9pha4dmpm064x6l5da4gphmcch8if18q7bji8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -55172,8 +55232,8 @@ self: { ({ mkDerivation, base, brick, containers, microlens, vector }: mkDerivation { pname = "brick-list-skip"; - version = "0.1.1.14"; - sha256 = "1gyc59y2ch2w5chiyx1d1s6rd71cvgvccmdfkbyzvcm8sywaqnnr"; + version = "0.1.1.15"; + sha256 = "1x3wbvswxcz3agd2dlp4cmi247lsdl7ppllj2szpr474yr3gjshc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base brick containers microlens vector ]; @@ -55227,8 +55287,8 @@ self: { }: mkDerivation { pname = "brick-tabular-list"; - version = "2.2.0.12"; - sha256 = "0ss1rakdpv82pbyf9cnfd3sysap2ggjc7cpz4vh46w55ivy3ba3n"; + version = "2.2.0.13"; + sha256 = "0a583s7bln9hk37m9fhr4z7hhqyp8sdy4qn9yxbb227psjdx01jf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -57125,6 +57185,8 @@ self: { pname = "bytehash"; version = "0.1.1.2"; sha256 = "1vj08viavj5finkwq6hmljhf31q80akfiqxxiw7q4awpcgbgbwdc"; + revision = "1"; + editedCabalFile = "1vga0y6nlhir3q24vmhzl0n9py19r7prciyqsizpcszplmrymr0l"; libraryHaskellDepends = [ base byteslice bytestring containers entropy primitive primitive-unlifted transformers @@ -59453,6 +59515,8 @@ self: { pname = "cabal-rpm"; version = "2.2.1"; sha256 = "0dsbnnvzss0flknf1c2fq85y9a4d26nbrlnrh2xcyfwh2mz20c9d"; + revision = "1"; + editedCabalFile = "1ad0j7qykd5wbn1gdfrkbc50s707h3p0ll8nfqv0if8q1bck3w8l"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -59856,6 +59920,8 @@ self: { pname = "cabal2spec"; version = "2.7.1"; sha256 = "0w1f7ga7nz4112x9k4g75nxpcwvcdfif0bfzk3fg8bghzijf12bd"; + revision = "1"; + editedCabalFile = "0kz3d4nq4z4mdk9pzbzzxvnac0krc0gyzm470hnjcrd06xwsjk46"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base Cabal filepath time ]; @@ -60697,6 +60763,8 @@ self: { pname = "calendar-recycling"; version = "0.0.0.1"; sha256 = "0afmnii65axpqk3x50wj1d17942m1kyhwka3bn78ylxy9z7rrlwc"; + revision = "1"; + editedCabalFile = "0dp0gylbwsrrszg5nw7x38xhilmn0vgn79zl9bam024nb528x7m1"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -60785,6 +60853,8 @@ self: { pname = "call-alloy"; version = "0.5.0.1"; sha256 = "0c34yd6l0650qk760mmgsfgmwvhqhs43nzm7nhzkps5z1p966wmc"; + revision = "2"; + editedCabalFile = "0hgy6daai4i0y5rz4350dzwz4wrwlyrr5d2c7k8d6hc4d8dlhqvm"; enableSeparateDataOutput = true; libraryHaskellDepends = [ async base bytestring containers directory exceptions extra @@ -60829,6 +60899,8 @@ self: { pname = "call-plantuml"; version = "0.0.1.3"; sha256 = "0g6k5ajfdnhdni2ml31mhlgdvpkdnjsdyrppj15q8v964h68cjxk"; + revision = "1"; + editedCabalFile = "1qxk5p0i44sjxd4jbgpzrcfc9xqmj86q6d52fwz32qbc76v4rl1q"; enableSeparateDataOutput = true; libraryHaskellDepends = [ async base bytestring filepath process ]; testHaskellDepends = [ @@ -63957,6 +64029,7 @@ self: { license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; mainProgram = "chakra-exe"; + broken = true; }) {}; "chalk" = callPackage @@ -64837,8 +64910,8 @@ self: { }: mkDerivation { pname = "chessIO"; - version = "0.9.4.0"; - sha256 = "1dbbhpvpnrlx3a4a66q0732fdvb132xax0p5fh41xfhjfxxspzf2"; + version = "0.9.5.0"; + sha256 = "1yva5hx7623l7f0am99kvpcjk924vklipjw4jb2pryi79wgvyqys"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -65695,27 +65768,28 @@ self: { }) {}; "cimple" = callPackage - ({ mkDerivation, aeson, alex, ansi-wl-pprint, array, base - , bytestring, containers, data-fix, extra, file-embed, filepath - , groom, happy, hspec, hspec-discover, monad-parallel, mtl - , QuickCheck, split, text, transformers-compat + ({ mkDerivation, aeson, alex, array, base, bytestring, containers + , data-fix, extra, file-embed, filepath, groom, happy, hspec + , hspec-discover, monad-parallel, mtl, prettyprinter + , prettyprinter-ansi-terminal, QuickCheck, split, text + , transformers-compat }: mkDerivation { pname = "cimple"; - version = "0.0.21"; - sha256 = "1ffqbnsbcza7bfgbbsilyhvifyg3g9j5wpkgmawlw76c5rkk3a7c"; + version = "0.0.22"; + sha256 = "0dp62wqcrdf16mrs10ij59y2ncrbm3nplp3h8qszmq4csiq8scfi"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson ansi-wl-pprint array base bytestring containers data-fix - file-embed filepath monad-parallel mtl split text - transformers-compat + aeson array base bytestring containers data-fix file-embed filepath + monad-parallel mtl prettyprinter prettyprinter-ansi-terminal split + text transformers-compat ]; libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base bytestring groom text ]; testHaskellDepends = [ - ansi-wl-pprint base data-fix extra hspec QuickCheck text - transformers-compat + base data-fix extra hspec prettyprinter prettyprinter-ansi-terminal + QuickCheck text transformers-compat ]; testToolDepends = [ hspec-discover ]; description = "Simple C-like programming language"; @@ -69912,6 +69986,8 @@ self: { pname = "coinor-clp"; version = "0.0.0.2"; sha256 = "0bcwpzmsmf9s8nn7vkwfynjb75x1x8x6bpffmrs55yqc6rvdsn32"; + revision = "1"; + editedCabalFile = "011nb1ig1k123223q3glrdxfxf9jy4k2n12rm6fgfh8q0xlr1ri2"; libraryHaskellDepends = [ base comfort-array deepseq linear-programming non-empty QuickCheck transformers utility-ht @@ -70204,8 +70280,8 @@ self: { pname = "colonnade"; version = "1.2.0.2"; sha256 = "1asjx71gp26a15v7g3p8bfddb5nnzky6672c35xx35hq73mhykr4"; - revision = "6"; - editedCabalFile = "1ny5nbrf5nic2xsilz7xg44y2bcviki6gs4rmg6ydfk5v291qfgn"; + revision = "7"; + editedCabalFile = "043fv0vr7m04lrcnh5561wn62qda4wkjvsakj6db5zjhwbmwm3qy"; libraryHaskellDepends = [ base bytestring contravariant profunctors semigroups text vector ]; @@ -70835,8 +70911,8 @@ self: { pname = "comfort-glpk"; version = "0.1"; sha256 = "06396jgbaxvm2gwksra6gjwqczsvdlif9lal46a8q5sc5cyhcpx1"; - revision = "1"; - editedCabalFile = "0hd4i7s68kfky7l6mdka4p144x4h7fbl619ikwq8fg3fdljvihmq"; + revision = "2"; + editedCabalFile = "0gklb3jxb038bf657gqv37wlibvvr1yy3bdg7zvfvx81s203ja7h"; libraryHaskellDepends = [ base comfort-array deepseq glpk-headers linear-programming non-empty transformers utility-ht @@ -70911,8 +70987,8 @@ self: { }: mkDerivation { pname = "comma-and"; - version = "0.1.0.0"; - sha256 = "13z5z7c2xgljxk9lr786wbmayyqng3pp16pkhv6ch9p0a0adwwkc"; + version = "0.2.0.0"; + sha256 = "10q50gxibzm5ph37i2kgmyg38n6n36dm82qifn8q10c777v3x17x"; libraryHaskellDepends = [ base data-default-class ]; testHaskellDepends = [ base data-default-class hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; @@ -71517,8 +71593,8 @@ self: { ({ mkDerivation, base, containers, hspec, QuickCheck, vector }: mkDerivation { pname = "compactmap"; - version = "0.1.4.4"; - sha256 = "0ipa92sidhj154mslis6s33sn55x2n6kqqfnd9qgxlns0srsr75n"; + version = "0.1.4.5"; + sha256 = "1xa4wa4qjd7yjghkaakpgrz9kw4iyy0zlc9cpajyysaxdq4k7czf"; libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A read-only memory-efficient key-value store"; @@ -75854,17 +75930,6 @@ self: { }) {}; "control-monad-omega" = callPackage - ({ mkDerivation, base }: - mkDerivation { - pname = "control-monad-omega"; - version = "0.3.2"; - sha256 = "1zx92zyvv10w61rzwhn1d4kggzmi9hggsyjcdav424280x31wb7n"; - libraryHaskellDepends = [ base ]; - description = "A breadth-first list monad"; - license = lib.licenses.publicDomain; - }) {}; - - "control-monad-omega_0_3_3" = callPackage ({ mkDerivation, base, tasty, tasty-bench, tasty-quickcheck }: mkDerivation { pname = "control-monad-omega"; @@ -75875,7 +75940,6 @@ self: { benchmarkHaskellDepends = [ base tasty-bench ]; description = "A breadth-first list monad"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; }) {}; "control-monad-queue" = callPackage @@ -78541,10 +78605,8 @@ self: { }: mkDerivation { pname = "criterion"; - version = "1.6.3.0"; - sha256 = "18lvvsgd9wwffmq00hqspjqk71njaw9ia6j5n930rpvab7i125y3"; - revision = "1"; - editedCabalFile = "1576v10909fxizrjzszfj6h8r0j3vlsxpnm5ldarihv8xmnikyb2"; + version = "1.6.4.0"; + sha256 = "0l9gxar759nskhm7gskr3j08bw8515amw6rr4n3zx3978dxg8aq6"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -78620,8 +78682,8 @@ self: { }: mkDerivation { pname = "criterion-measurement"; - version = "0.2.2.0"; - sha256 = "1kcy8n80kinf8ypan25q61ah99h8v9xrcm6fimp46ky0civ8c089"; + version = "0.2.3.0"; + sha256 = "1qnzgkmjlv3m6zr8l3dfnc1b5jy2fyjxb7s1qzhdcww4bsixqxfc"; libraryHaskellDepends = [ aeson base base-compat binary containers deepseq ghc-prim vector ]; @@ -79451,8 +79513,8 @@ self: { }: mkDerivation { pname = "crypto-token"; - version = "0.1.1"; - sha256 = "1x5xfrdi9y207fvk266wc2b6gj9mzvgsi6sy2zsqg6k8acf61vfc"; + version = "0.1.2"; + sha256 = "18xphlvn6wzyi6lqrvm5vic97pkcbiph1938p5l1mb22rj5215zm"; libraryHaskellDepends = [ array base bytestring crypton memory network-byte-order ]; @@ -79856,21 +79918,21 @@ self: { license = lib.licenses.bsd3; }) {}; - "crypton-connection_0_4_1" = callPackage + "crypton-connection_0_4_2" = callPackage ({ mkDerivation, base, basement, bytestring, containers , crypton-x509, crypton-x509-store, crypton-x509-system - , crypton-x509-validation, data-default-class, network, socks, tls + , crypton-x509-validation, data-default, network, socks, tls }: mkDerivation { pname = "crypton-connection"; - version = "0.4.1"; - sha256 = "0s1n1rqp2dmc55sr42nsw2j9k3cs7lgx90bcfi5ckq0jh3mkyy4n"; + version = "0.4.2"; + sha256 = "1d57xnx6lc6p25lb964mv47lss8d29fd4g7rvrakndbs3h3jvh76"; libraryHaskellDepends = [ base basement bytestring containers crypton-x509 crypton-x509-store - crypton-x509-system crypton-x509-validation data-default-class - network socks tls + crypton-x509-system crypton-x509-validation data-default network + socks tls ]; - description = "Simple and easy network connections API"; + description = "Simple and easy network connection API"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; }) {}; @@ -79956,6 +80018,29 @@ self: { license = lib.licenses.bsd3; }) {}; + "crypton-x509-validation_1_6_13" = callPackage + ({ mkDerivation, asn1-encoding, asn1-types, base, bytestring + , containers, crypton, crypton-x509, crypton-x509-store + , data-default, hourglass, memory, mtl, pem, tasty, tasty-hunit + }: + mkDerivation { + pname = "crypton-x509-validation"; + version = "1.6.13"; + sha256 = "1m8mri0ix09s484im2nd0xw0h1fyzmhjakvxd7q1gdqxa4jm69si"; + libraryHaskellDepends = [ + asn1-encoding asn1-types base bytestring containers crypton + crypton-x509 crypton-x509-store data-default hourglass memory mtl + pem + ]; + testHaskellDepends = [ + asn1-encoding asn1-types base bytestring crypton crypton-x509 + crypton-x509-store data-default hourglass memory tasty tasty-hunit + ]; + description = "X.509 Certificate and CRL validation"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "cryptonite" = callPackage ({ mkDerivation, base, basement, bytestring, deepseq, gauge , ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit @@ -82010,36 +82095,33 @@ self: { "darcs" = callPackage ({ mkDerivation, array, async, attoparsec, base, base16-bytestring , binary, bytestring, Cabal, cmdargs, conduit, constraints - , containers, crypton-connection, cryptonite, data-default-class - , data-ordlist, directory, exceptions, fgl, filepath, FindBin - , hashable, haskeline, html, http-client-tls, http-conduit + , containers, cryptonite, data-ordlist, directory, exceptions, fgl + , filepath, FindBin, hashable, haskeline, html, http-conduit , http-types, HUnit, leancheck, memory, mmap, monad-control, mtl , network, network-uri, old-time, parsec, process, QuickCheck , quickcheck-instances, regex-applicative, regex-base, regex-tdfa - , safe, stm, strict-identity, system-fileio, system-filepath, tar - , temporary, terminal-size, terminfo, test-framework - , test-framework-hunit, test-framework-leancheck - , test-framework-quickcheck2, text, time, tls, transformers - , transformers-base, unix, unix-compat, utf8-string, vector - , zip-archive, zlib + , safe, stm, system-fileio, system-filepath, tar, temporary + , terminal-size, terminfo, test-framework, test-framework-hunit + , test-framework-leancheck, test-framework-quickcheck2, text, time + , tls, transformers, transformers-base, unix, unix-compat + , utf8-string, vector, zip-archive, zlib }: mkDerivation { pname = "darcs"; - version = "2.18.3"; - sha256 = "16p6z21xiz8p3acj21wbkzr1flv5wsj17l16sa3l7gksj9idiaql"; + version = "2.18.4"; + sha256 = "0f034hnrw15i8zz160hl81sr0kja2a7ji5ygkf68yp3q5xpjgg7l"; configureFlags = [ "-fforce-char8-encoding" "-flibrary" ]; isLibrary = true; isExecutable = true; setupHaskellDepends = [ base Cabal directory filepath process ]; libraryHaskellDepends = [ array async attoparsec base base16-bytestring binary bytestring - conduit constraints containers crypton-connection cryptonite - data-default-class data-ordlist directory exceptions fgl filepath - hashable haskeline html http-client-tls http-conduit http-types - memory mmap mtl network network-uri old-time parsec process - regex-applicative regex-base regex-tdfa safe stm strict-identity - tar temporary terminal-size terminfo text time tls transformers - unix unix-compat utf8-string vector zip-archive zlib + conduit constraints containers cryptonite data-ordlist directory + exceptions fgl filepath hashable haskeline html http-conduit + http-types memory mmap mtl network network-uri old-time parsec + process regex-applicative regex-base regex-tdfa safe stm tar + temporary terminal-size terminfo text time tls transformers unix + unix-compat utf8-string vector zip-archive zlib ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ @@ -82849,6 +82931,18 @@ self: { license = lib.licenses.bsd3; }) {}; + "data-default-class_0_2_0_0" = callPackage + ({ mkDerivation, data-default }: + mkDerivation { + pname = "data-default-class"; + version = "0.2.0.0"; + sha256 = "1d6m12yv5vjciwbig484jrv9qpy7v762k51rpalcimhbzg231r8a"; + libraryHaskellDepends = [ data-default ]; + description = "A class for types with a default value (compatibility shim)"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "data-default-extra" = callPackage ({ mkDerivation, base, data-default-class , data-default-instances-bytestring @@ -83131,18 +83225,16 @@ self: { "data-effects" = callPackage ({ mkDerivation, base, data-default, data-effects-core - , data-effects-th, lens, tasty, tasty-discover, tasty-hunit, text - , these, time + , data-effects-th, infinite-list, lens, tasty, tasty-discover + , tasty-hunit, text, these, time }: mkDerivation { pname = "data-effects"; - version = "0.2.0.0"; - sha256 = "1fmag3frj414q3anp8711l53diy603rz6sh6pl3p9bliwk8npwfs"; - revision = "1"; - editedCabalFile = "13j27hw73a8kzjf6hvz8pyj8xfv6j9bzp8y2ahd8w6ycv7kdcl10"; + version = "0.3.0.1"; + sha256 = "0xglskzbh7hfl48hx4674ci4p0k8wk9kj2gcw2skpi39pqy2qiwm"; libraryHaskellDepends = [ - base data-default data-effects-core data-effects-th lens text these - time + base data-default data-effects-core data-effects-th infinite-list + lens text these time ]; testHaskellDepends = [ base tasty tasty-hunit ]; testToolDepends = [ tasty-discover ]; @@ -83178,8 +83270,8 @@ self: { pname = "data-effects-th"; version = "0.2.0.0"; sha256 = "0b6hwhh7hc7b81xsm1khrjda737gjwg0q48c8v9ai48q5nsnb646"; - revision = "1"; - editedCabalFile = "1bi4rhb6wl5n5myp1jc5rv3s483jspqfa53dkv7xsq6chvfqhf7h"; + revision = "2"; + editedCabalFile = "1zrl8m2w1hlpdhagbhrmq2slf22yfn1am3kw8v68nh2lqp2v9b0x"; libraryHaskellDepends = [ base containers data-default data-effects-core either extra formatting infinite-list lens mtl template-haskell text @@ -84004,21 +84096,19 @@ self: { }) {}; "data-reify" = callPackage - ({ mkDerivation, base, base-compat, containers, hashable, hspec - , hspec-discover, unordered-containers + ({ mkDerivation, base, containers, hashable, hspec, hspec-discover + , unordered-containers }: mkDerivation { pname = "data-reify"; - version = "0.6.3"; - sha256 = "1sacbil9xn1n2085wpa0dq7ikf1wvh2kkddnvmwsp22ssx059h55"; - revision = "3"; - editedCabalFile = "0mr1926a4jniy16lsj8a3s8irxlihi0j9vnbpzggfxidxys6z93w"; + version = "0.6.4"; + sha256 = "1b2pahnsjckki3kmp4vn9sfqa1199n4hag6ikqlfvf8v2snjxlqj"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers hashable unordered-containers ]; - testHaskellDepends = [ base base-compat hspec ]; + testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Reify a recursive data structure into an explicit graph"; license = lib.licenses.bsd3; @@ -85227,7 +85317,7 @@ self: { license = lib.licenses.asl20; }) {}; - "dbus_1_3_8" = callPackage + "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 @@ -85236,8 +85326,8 @@ self: { }: mkDerivation { pname = "dbus"; - version = "1.3.8"; - sha256 = "1vw6268w3gs7lzi3p0g1vhi930cwwb2l38w6mnv1yzsm26v6np4s"; + version = "1.3.9"; + sha256 = "0n0ajk2cyv02kfwh9zs7xg84hiyhaqnw1z5a0jc8z9c1in3p9vm0"; libraryHaskellDepends = [ base bytestring cereal conduit containers deepseq exceptions filepath lens network parsec random split template-haskell text @@ -87997,21 +88087,21 @@ self: { }) {}; "desktop-portal" = callPackage - ({ mkDerivation, base, binary, bytestring, containers - , data-default-class, dbus, directory, filepath, hspec - , hspec-discover, hspec-expectations, modern-uri, network, process - , random, temporary, text, unix + ({ mkDerivation, base, binary, bytestring, containers, data-default + , dbus, directory, filepath, hspec, hspec-discover + , hspec-expectations, modern-uri, network, process, random + , temporary, text, unix }: mkDerivation { pname = "desktop-portal"; - version = "0.6.0.2"; - sha256 = "04z1d3gqcd0qvrvfhiv51sdhra5m39dq5jvp8hsrw2k32mkdixn9"; + version = "0.7.0.0"; + sha256 = "1j30lqriib7nh4p0qydav11xy17n32y8b9802vlmw4zw8rw84ivx"; libraryHaskellDepends = [ - base binary bytestring containers data-default-class dbus directory + base binary bytestring containers data-default dbus directory filepath modern-uri network random text unix ]; testHaskellDepends = [ - base binary bytestring containers data-default-class dbus directory + base binary bytestring containers data-default dbus directory filepath hspec hspec-expectations modern-uri network process random temporary text unix ]; @@ -89297,6 +89387,27 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-cairo_1_4_3" = callPackage + ({ mkDerivation, array, base, bytestring, cairo, colour, containers + , data-default, diagrams-core, diagrams-lib, filepath, hashable + , JuicyPixels, lens, mtl, optparse-applicative, pango, split + , statestack, transformers, unix, vector + }: + mkDerivation { + pname = "diagrams-cairo"; + version = "1.4.3"; + sha256 = "0irj7jigi9dfprjilndyx0kwg7vjpbhrsxhlsqc8n1sy1b4s2aha"; + libraryHaskellDepends = [ + array base bytestring cairo colour containers data-default + diagrams-core diagrams-lib filepath hashable JuicyPixels lens mtl + optparse-applicative pango split statestack transformers unix + vector + ]; + description = "Cairo backend for diagrams drawing EDSL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-canvas" = callPackage ({ mkDerivation, base, blank-canvas, cmdargs, containers , data-default-class, diagrams-core, diagrams-lib, lens, mtl @@ -89317,6 +89428,25 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-canvas_1_4_2" = callPackage + ({ mkDerivation, base, blank-canvas, cmdargs, containers + , data-default, diagrams-core, diagrams-lib, lens, mtl + , NumInstances, optparse-applicative, statestack, text + }: + mkDerivation { + pname = "diagrams-canvas"; + version = "1.4.2"; + sha256 = "0ns1xmgcjqig7qld7r77rbcrk779cmzj7xfqj6a7sbdci3in2dgm"; + libraryHaskellDepends = [ + base blank-canvas cmdargs containers data-default diagrams-core + diagrams-lib lens mtl NumInstances optparse-applicative statestack + text + ]; + description = "HTML5 canvas backend for diagrams drawing EDSL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-contrib" = callPackage ({ mkDerivation, base, circle-packing, colour, containers , cubicbezier, data-default, data-default-class, diagrams-core @@ -89345,6 +89475,33 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-contrib_1_4_6" = callPackage + ({ mkDerivation, base, circle-packing, colour, containers + , cubicbezier, data-default, diagrams-core, diagrams-lib + , diagrams-solve, force-layout, hashable, HUnit, lens, linear + , mfsolve, MonadRandom, monoid-extras, mtl, mtl-compat, parsec + , QuickCheck, random, semigroups, split, test-framework + , test-framework-hunit, test-framework-quickcheck2, text + }: + mkDerivation { + pname = "diagrams-contrib"; + version = "1.4.6"; + sha256 = "1x5z361xmqfa503brmf0zwyq3lldm9kgixx90v14s4dsz52my46k"; + libraryHaskellDepends = [ + base circle-packing colour containers cubicbezier data-default + diagrams-core diagrams-lib diagrams-solve force-layout hashable + lens linear mfsolve MonadRandom monoid-extras mtl mtl-compat parsec + random semigroups split text + ]; + testHaskellDepends = [ + base containers diagrams-lib HUnit QuickCheck test-framework + test-framework-hunit test-framework-quickcheck2 + ]; + description = "Collection of user contributions to diagrams EDSL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-core" = callPackage ({ mkDerivation, adjunctions, base, containers, distributive , dual-tree, lens, linear, monoid-extras, mtl, profunctors @@ -89514,6 +89671,30 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-input_0_1_4" = callPackage + ({ mkDerivation, attoparsec, base, base64-bytestring, blaze-builder + , blaze-markup, bytestring, colour, conduit, conduit-extra + , containers, css-text, data-default, diagrams-core, diagrams-lib + , digits, either, JuicyPixels, linear, resourcet, semigroups, split + , system-filepath, text, transformers, unordered-containers, vector + , xml-conduit, xml-types + }: + mkDerivation { + pname = "diagrams-input"; + version = "0.1.4"; + sha256 = "0xmywrx8mc12jzynym9d8aw026agwphygf6n4jmd1mvw9vs0270d"; + libraryHaskellDepends = [ + attoparsec base base64-bytestring blaze-builder blaze-markup + bytestring colour conduit conduit-extra containers css-text + data-default diagrams-core diagrams-lib digits either JuicyPixels + linear resourcet semigroups split system-filepath text transformers + unordered-containers vector xml-conduit xml-types + ]; + description = "Parse raster and SVG files for diagrams"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-lib" = callPackage ({ mkDerivation, active, adjunctions, array, base, bytestring , cereal, colour, containers, criterion, data-default-class @@ -89547,6 +89728,38 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-lib_1_4_7" = callPackage + ({ mkDerivation, active, adjunctions, array, base, bytestring + , cereal, colour, containers, criterion, data-default, deepseq + , diagrams-core, diagrams-solve, directory, distributive, dual-tree + , exceptions, fail, filepath, fingertree, fsnotify, hashable + , intervals, JuicyPixels, lens, linear, monoid-extras, mtl + , numeric-extras, optparse-applicative, process, profunctors + , QuickCheck, semigroups, tagged, tasty, tasty-hunit + , tasty-quickcheck, text, transformers, unordered-containers + }: + mkDerivation { + pname = "diagrams-lib"; + version = "1.4.7"; + sha256 = "164czhsn149981glqyzvixv2q8hwd15klav9djhvbssw6r2lsfj2"; + libraryHaskellDepends = [ + active adjunctions array base bytestring cereal colour containers + data-default diagrams-core diagrams-solve directory distributive + dual-tree exceptions fail filepath fingertree fsnotify hashable + intervals JuicyPixels lens linear monoid-extras mtl + optparse-applicative process profunctors semigroups tagged text + transformers unordered-containers + ]; + testHaskellDepends = [ + base deepseq diagrams-solve distributive lens numeric-extras + QuickCheck tasty tasty-hunit tasty-quickcheck + ]; + benchmarkHaskellDepends = [ base criterion diagrams-core ]; + description = "Embedded domain-specific language for declarative graphics"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-pandoc" = callPackage ({ mkDerivation, base, bytestring, diagrams-builder, diagrams-cairo , diagrams-core, diagrams-lib, diagrams-svg, directory, filepath @@ -89637,6 +89850,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-postscript_1_5_2" = callPackage + ({ mkDerivation, base, bytestring, containers, data-default + , diagrams-core, diagrams-lib, hashable, lens, monoid-extras, mtl + , semigroups, split, statestack + }: + mkDerivation { + pname = "diagrams-postscript"; + version = "1.5.2"; + sha256 = "08kqhnd5r60kisjraypwjfcri1v4f32rf14js413871pgic4rhy5"; + libraryHaskellDepends = [ + base bytestring containers data-default diagrams-core diagrams-lib + hashable lens monoid-extras mtl semigroups split statestack + ]; + description = "Postscript backend for diagrams drawing EDSL"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-qrcode" = callPackage ({ mkDerivation, array, base, colour, diagrams-core, diagrams-lib }: @@ -89675,6 +89906,27 @@ self: { license = lib.licenses.bsd3; }) {}; + "diagrams-rasterific_1_4_3" = callPackage + ({ mkDerivation, base, bytestring, containers, data-default + , diagrams-core, diagrams-lib, file-embed, filepath, FontyFruity + , hashable, JuicyPixels, lens, mtl, optparse-applicative + , Rasterific + }: + mkDerivation { + pname = "diagrams-rasterific"; + version = "1.4.3"; + sha256 = "1m7d9mjyydzb74vq1w3irazx334ygqvjhcql3akw62c9f6kckdq8"; + libraryHaskellDepends = [ + base bytestring containers data-default diagrams-core diagrams-lib + file-embed filepath FontyFruity hashable JuicyPixels lens mtl + optparse-applicative Rasterific + ]; + testHaskellDepends = [ base diagrams-core diagrams-lib ]; + description = "Rasterific backend for diagrams"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "diagrams-reflex" = callPackage ({ mkDerivation, base, colour, containers, diagrams-core , diagrams-lib, lens, monoid-extras, mtl, reflex, reflex-dom @@ -90047,8 +90299,8 @@ self: { pname = "diff-loc"; version = "0.1.0.0"; sha256 = "08sbxkf804bq3lwr9s1k1vigq7yrdjgicrj114zi14cdi4168k3x"; - revision = "2"; - editedCabalFile = "1wqbrgp1dxvcwlc04l4rx9g2pkjl1spvrlhkfrzm5xkra33fsnqy"; + revision = "3"; + editedCabalFile = "0msy6gqch9nz5dr1hddwvyq57kf0l8c0dybsl6d2f3109f60rsrn"; libraryHaskellDepends = [ base fingertree show-combinators ]; description = "Map file locations across diffs"; license = lib.licenses.mit; @@ -90597,16 +90849,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "dimensional_1_6" = callPackage + "dimensional_1_6_1" = callPackage ({ mkDerivation, base, criterion, deepseq, exact-pi, hspec , hspec-discover, ieee754, numtype-dk, QuickCheck, vector }: mkDerivation { pname = "dimensional"; - version = "1.6"; - sha256 = "05ikvdpl9j94alyf3r9fwfwn354z4gifbhp1fasspmd9s0bhi7wl"; - revision = "1"; - editedCabalFile = "0g51fw0k86jr0nlvriiprw5zpjqkifxc16s18h1h240y2v0cbgq0"; + version = "1.6.1"; + sha256 = "1alys6kxhs0cbadk0sgs0k5whyn62klpf08b5n1kny7qpq3rhaq4"; libraryHaskellDepends = [ base deepseq exact-pi ieee754 numtype-dk vector ]; @@ -90988,6 +91238,8 @@ self: { pname = "directory"; version = "1.3.9.0"; sha256 = "1k34iqdkh9d5vjd7wihhjjc6388hfbh7sjwp3msziibz2534i8i0"; + revision = "1"; + editedCabalFile = "05xr3df321hb7rnsbad8bgm1jqi7bzpmi54mja9xg2vknxxi7414"; libraryHaskellDepends = [ base file-io filepath time unix ]; testHaskellDepends = [ base filepath time unix ]; description = "Platform-agnostic library for filesystem operations"; @@ -91325,8 +91577,8 @@ self: { }: mkDerivation { pname = "discord-haskell"; - version = "1.17.0"; - sha256 = "0xmfrv50h07sz3hcv96j6nih00gmd0jk6w4d8bprnds2hdzjxsj0"; + version = "1.17.1"; + sha256 = "1lw1n8m297ad0rcbn48ysg85l35sg5bh3gwbnm2698cd051b4yad"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -91863,16 +92115,14 @@ self: { ({ mkDerivation, ansi-terminal, base, binary, containers , data-accessor, deepseq, distributed-process , distributed-process-systest, exceptions, fingertree, hashable - , mtl, network, network-transport, network-transport-tcp, rematch - , stm, test-framework, test-framework-hunit, time, transformers + , mtl, network, network-transport, network-transport-tcp, stm + , test-framework, test-framework-hunit, time, transformers , unordered-containers }: mkDerivation { pname = "distributed-process-async"; - version = "0.2.8"; - sha256 = "0zgdkgsbi0909galmkzg8iw7yhf0qji32aijjdsrn3gfy43hnr4c"; - revision = "1"; - editedCabalFile = "161vvls4000gg4jh5yr2rc11m4zpbphws12v35hhnd4gn4jh2jrn"; + version = "0.2.10"; + sha256 = "1j0rscip4gyr3aw6br07w3wx5wvm8fd1mgknknhf77zx7vc9cspk"; libraryHaskellDepends = [ base binary containers data-accessor deepseq distributed-process exceptions fingertree hashable mtl stm time transformers @@ -91881,8 +92131,8 @@ self: { testHaskellDepends = [ ansi-terminal base binary deepseq distributed-process distributed-process-systest exceptions network network-transport - network-transport-tcp rematch stm test-framework - test-framework-hunit transformers + network-transport-tcp stm test-framework test-framework-hunit + transformers ]; description = "Cloud Haskell Async API"; license = lib.licenses.bsd3; @@ -91917,16 +92167,13 @@ self: { , distributed-process, distributed-process-async , distributed-process-extras, distributed-process-systest , exceptions, fingertree, ghc-prim, hashable, HUnit, mtl, network - , network-transport, network-transport-tcp, rematch, stm - , test-framework, test-framework-hunit, time, transformers - , unordered-containers + , network-transport, network-transport-tcp, stm, test-framework + , test-framework-hunit, time, transformers, unordered-containers }: mkDerivation { pname = "distributed-process-client-server"; - version = "0.2.6.0"; - sha256 = "0mb0awlq60hgjmm6bjzvd86a5kb919q8rx8mbl155q2gbvwvpj4b"; - revision = "1"; - editedCabalFile = "0mf4zvl6k4h5alcvryiarr9wrlqc3w4rlaxdxk54srdg34cmvn87"; + version = "0.2.7.1"; + sha256 = "1kr4l88q4mh8pv68rjj5nnc5ccivq175vrzk6s6dllyn3hs7wxfi"; libraryHaskellDepends = [ base binary containers deepseq distributed-process distributed-process-async distributed-process-extras exceptions @@ -91936,7 +92183,7 @@ self: { ansi-terminal base binary containers deepseq distributed-process distributed-process-async distributed-process-extras distributed-process-systest exceptions fingertree ghc-prim HUnit - mtl network network-transport network-transport-tcp rematch stm + mtl network network-transport network-transport-tcp stm test-framework test-framework-hunit transformers ]; description = "The Cloud Haskell Application Platform"; @@ -91967,16 +92214,14 @@ self: { , distributed-process-supervisor, distributed-process-systest , distributed-static, fingertree, ghc-prim, hashable, HUnit, mtl , network, network-transport, network-transport-tcp, QuickCheck - , rematch, stm, test-framework, test-framework-hunit + , stm, test-framework, test-framework-hunit , test-framework-quickcheck2, time, transformers , unordered-containers }: mkDerivation { pname = "distributed-process-execution"; - version = "0.1.3.0"; - sha256 = "0cr29ca19yfxhq42l5iyh6q29ymdl40cw2mxzms3mfw6p1qgn16z"; - revision = "1"; - editedCabalFile = "04lwlb6iflh0l12ghr8hza7yjxg0kqq58k9250h20gh6xacgdrz4"; + version = "0.1.4.1"; + sha256 = "0n1ylgwb5yvli0shpckfvxf9nhb5cf21c1kh0r21wh49k8v5ppvg"; libraryHaskellDepends = [ base binary containers data-accessor deepseq distributed-process distributed-process-client-server distributed-process-extras @@ -91988,7 +92233,7 @@ self: { deepseq distributed-process distributed-process-extras distributed-process-systest distributed-static fingertree ghc-prim hashable HUnit mtl network network-transport network-transport-tcp - QuickCheck rematch stm test-framework test-framework-hunit + QuickCheck stm test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; description = "Execution Framework for The Cloud Haskell Application Platform"; @@ -92001,17 +92246,14 @@ self: { , containers, data-accessor, deepseq, distributed-process , distributed-process-systest, distributed-static, exceptions , fingertree, ghc-prim, hashable, HUnit, mtl, network - , network-transport, network-transport-tcp, QuickCheck, rematch - , stm, test-framework, test-framework-hunit - , test-framework-quickcheck2, time, transformers - , unordered-containers + , network-transport, network-transport-tcp, QuickCheck, stm + , test-framework, test-framework-hunit, test-framework-quickcheck2 + , time, transformers, unordered-containers }: mkDerivation { pname = "distributed-process-extras"; - version = "0.3.6"; - sha256 = "12xghaimlkw9kh2ha9mr722fmikf9rscxkp92acagzxsw9pyspqz"; - revision = "1"; - editedCabalFile = "0a4ayr8cx35r491a2m2yapg7sd9890jx1x1gdaghv6an6p33qjc9"; + version = "0.3.8"; + sha256 = "076lsgdh5dfs6c7rfbs83c1cpxcy9i410i8knp5b82cxbbi8c3xy"; libraryHaskellDepends = [ base binary containers deepseq distributed-process exceptions fingertree hashable mtl stm time transformers unordered-containers @@ -92020,7 +92262,7 @@ self: { ansi-terminal base binary bytestring containers data-accessor deepseq distributed-process distributed-process-systest distributed-static fingertree ghc-prim hashable HUnit mtl network - network-transport network-transport-tcp QuickCheck rematch stm + network-transport network-transport-tcp QuickCheck stm test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; @@ -92215,33 +92457,28 @@ self: { }) {}; "distributed-process-supervisor" = callPackage - ({ mkDerivation, ansi-terminal, base, binary, bytestring - , containers, data-accessor, deepseq, distributed-process + ({ mkDerivation, base, binary, bytestring, containers + , data-accessor, deepseq, distributed-process , distributed-process-client-server, distributed-process-extras - , distributed-static, exceptions, fingertree, ghc-prim, hashable - , HUnit, mtl, network, network-transport, network-transport-tcp - , random, rematch, stm, test-framework, test-framework-hunit, time - , transformers, unordered-containers + , distributed-static, exceptions, hashable, HUnit + , network-transport, network-transport-tcp, random, stm + , test-framework, test-framework-hunit, time }: mkDerivation { pname = "distributed-process-supervisor"; - version = "0.2.2"; - sha256 = "015pk8px0g3l1h1bj59ns8nlwmrirbqmwq7l9mqdqp05vpjr4npm"; - revision = "1"; - editedCabalFile = "0srf56yl1fr67y0zvd3mqn50qbi7rj2n93pf2zlgnpmllgq4ww3s"; + version = "0.2.3"; + sha256 = "0138kp1xhzhwhy13hx537hrsvckqy8v2jbicwzgkgcj67sgivbvw"; libraryHaskellDepends = [ - base binary bytestring containers data-accessor deepseq - distributed-process distributed-process-client-server - distributed-process-extras distributed-static exceptions fingertree - hashable mtl stm time transformers unordered-containers + base binary containers data-accessor deepseq distributed-process + distributed-process-client-server distributed-process-extras + distributed-static exceptions hashable time ]; testHaskellDepends = [ - ansi-terminal base binary bytestring containers data-accessor - deepseq distributed-process distributed-process-client-server - distributed-process-extras distributed-static exceptions fingertree - ghc-prim hashable HUnit mtl network network-transport - network-transport-tcp random rematch stm test-framework - test-framework-hunit time transformers unordered-containers + base binary bytestring deepseq distributed-process + distributed-process-client-server distributed-process-extras + distributed-static exceptions HUnit network-transport + network-transport-tcp random stm test-framework + test-framework-hunit ]; description = "Supervisors for The Cloud Haskell Application Platform"; license = lib.licenses.bsd3; @@ -92251,17 +92488,17 @@ self: { "distributed-process-systest" = callPackage ({ mkDerivation, ansi-terminal, base, binary, bytestring , distributed-process, distributed-static, exceptions, HUnit - , network, network-transport, random, rematch, stm, test-framework + , network, network-transport, random, stm, test-framework , test-framework-hunit }: mkDerivation { pname = "distributed-process-systest"; - version = "0.3.2"; - sha256 = "04n6i81vgfalmhlwqb6pi20c62zrcymrpmj2n1v0i4qr9f7v2in8"; + version = "0.4.1"; + sha256 = "1jqjqkdwjq3jvjqgpdrx4v5f8p09kigvhk3c8359na59cv9a8dwj"; libraryHaskellDepends = [ ansi-terminal base binary bytestring distributed-process distributed-static exceptions HUnit network network-transport - random rematch stm test-framework test-framework-hunit + random stm test-framework test-framework-hunit ]; description = "Cloud Haskell Test Support"; license = lib.licenses.bsd3; @@ -92309,16 +92546,16 @@ self: { ({ mkDerivation, ansi-terminal, base, binary, bytestring , distributed-process, distributed-static, exceptions, HUnit , network, network-transport, network-transport-inmemory, random - , rematch, stm, test-framework, test-framework-hunit + , setenv, stm, test-framework, test-framework-hunit }: mkDerivation { pname = "distributed-process-tests"; - version = "0.5.0"; - sha256 = "01rpq0hgmvx7703xdx8x0ycfkbj7bpp3yqfxgzm8xy20d98cf9z7"; + version = "0.5.1"; + sha256 = "0mp4a51555sjx4nakyv0cxc5srbhx5av1697n9gs28n2wzmm93q0"; libraryHaskellDepends = [ ansi-terminal base binary bytestring distributed-process distributed-static exceptions HUnit network network-transport - random rematch stm test-framework test-framework-hunit + random setenv stm test-framework test-framework-hunit ]; testHaskellDepends = [ base network network-transport network-transport-inmemory @@ -92682,7 +92919,7 @@ self: { mainProgram = "dl-fedora"; }) {}; - "dl-fedora_1_2" = callPackage + "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 @@ -92690,8 +92927,8 @@ self: { }: mkDerivation { pname = "dl-fedora"; - version = "1.2"; - sha256 = "16zbqvcxn1p663mhnwgcf01nxsxl4nppw5sahmfy3jg8is4wibsk"; + version = "1.2.1"; + sha256 = "1pd6wzr9nsvplb200c2bk8gyhv89lcgc2df86rfzklb6z68dqy7z"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -98530,10 +98767,8 @@ self: { }: mkDerivation { pname = "ekg"; - version = "0.4.1.0"; - sha256 = "03dgsgf67clk4wqrk69jqfh0ap406k0hgz257j0f5kixpws42ahp"; - revision = "1"; - editedCabalFile = "0frwz3jyxj0laaanzq39p74lzgq6cjxzhky51fkwa63qmlv5qfda"; + version = "0.4.1.1"; + sha256 = "19dv4rcdbdahx7kwv1qfxwpifqx3z5psl1kvrwy6ic34x8qfk59c"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring ekg-core ekg-json filepath network snap-core @@ -98600,17 +98835,13 @@ self: { }) {}; "ekg-core" = callPackage - ({ mkDerivation, base, containers, ghc-prim, text - , unordered-containers - }: + ({ mkDerivation, base, containers, text, unordered-containers }: mkDerivation { pname = "ekg-core"; - version = "0.1.1.7"; - sha256 = "04nv6iwzrb63fs97ixb0amj8p6zhabg3ggbrg4nbkq7xjhmkz0a5"; - revision = "4"; - editedCabalFile = "1fzjwckb6h6m5n1k9kj63fy2wpjn1mz9xajiri4aqyzlg1wv619c"; + version = "0.1.1.8"; + sha256 = "028c3g1fz0rfxpfn98wxxmklnxx3szwvjxl9n9ls2w011vqslvia"; libraryHaskellDepends = [ - base containers ghc-prim text unordered-containers + base containers text unordered-containers ]; benchmarkHaskellDepends = [ base ]; description = "Tracking of system metrics"; @@ -98675,10 +98906,8 @@ self: { }: mkDerivation { pname = "ekg-json"; - version = "0.1.1.0"; - sha256 = "0wwzv2hfznd19385imajcarj0c42c3zczg3hlh39afy5k71hgvpp"; - revision = "1"; - editedCabalFile = "0zwmllpmczf9h6y8fagzinxin321z0fyxiyxlyw191i8zp57m579"; + version = "0.1.1.1"; + sha256 = "1mngxy3zhrgfpzi060l4v6x65la7vplbd5z04cvna2m759cn5q2i"; libraryHaskellDepends = [ aeson base ekg-core text unordered-containers ]; @@ -98772,8 +99001,8 @@ self: { }: mkDerivation { pname = "ekg-statsd"; - version = "0.2.6.0"; - sha256 = "19d7bydhc1ghcadip8mw3bshj05xvrc44z3p6fxsvf498zdcxgi9"; + version = "0.2.6.1"; + sha256 = "10svmfns5s3xa4j5a295zdaxn56scmplgch8avraimf3y10spd98"; libraryHaskellDepends = [ base bytestring ekg-core network text time unordered-containers ]; @@ -99588,6 +99817,26 @@ self: { maintainers = [ lib.maintainers.dschrempf ]; }) {}; + "elynx_0_8_0_0" = callPackage + ({ mkDerivation, aeson, base, bytestring, elynx-tools + , optparse-applicative, slynx, tlynx + }: + mkDerivation { + pname = "elynx"; + version = "0.8.0.0"; + sha256 = "13w6bxh16fw1shmcc73xlilsq2lyfpf6049mbm9xhrxb0b8az4l5"; + 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; + 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 @@ -99610,6 +99859,29 @@ self: { 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 + }: + mkDerivation { + pname = "elynx-markov"; + version = "0.8.0.0"; + sha256 = "1j9k751zz6fg84pymcrwa5ica7d2rnmxb0512a9gqxdjsfzynmaf"; + 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; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.dschrempf ]; + }) {}; + "elynx-nexus" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hspec }: mkDerivation { @@ -99623,6 +99895,20 @@ self: { maintainers = [ lib.maintainers.dschrempf ]; }) {}; + "elynx-nexus_0_8_0_0" = callPackage + ({ mkDerivation, attoparsec, base, bytestring, hspec }: + mkDerivation { + pname = "elynx-nexus"; + version = "0.8.0.0"; + sha256 = "0074273y4v2xlk62ncayhfmhm0x6hqkyqvisdzjd1i0bm4cbqdvd"; + libraryHaskellDepends = [ attoparsec base bytestring ]; + 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 @@ -99644,6 +99930,28 @@ self: { 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 + }: + mkDerivation { + pname = "elynx-seq"; + version = "0.8.0.0"; + sha256 = "10g7f3jdx4jcggcb4qrw98nac08f7fqzdg0445h0wiiilpykw0kk"; + 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; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.dschrempf ]; + }) {}; + "elynx-tools" = callPackage ({ mkDerivation, aeson, attoparsec, base, base16-bytestring , bytestring, cryptohash-sha256, directory, hmatrix @@ -99664,6 +99972,27 @@ self: { 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 + , transformers, zlib + }: + mkDerivation { + pname = "elynx-tools"; + version = "0.8.0.0"; + sha256 = "02fysd2gljnj14mk93mnrfxdx7cxlalvzmwckwnqi3d2a1d5ddc4"; + 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; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.dschrempf ]; + }) {}; + "elynx-tree" = callPackage ({ mkDerivation, aeson, attoparsec, base, bytestring, comonad , containers, criterion, data-default, data-default-class, deepseq @@ -99836,6 +100165,7 @@ self: { description = "Sending eMail in Haskell made easy"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "email-header" = callPackage @@ -100314,8 +100644,6 @@ self: { testHaskellDepends = [ base bytestring HUnit QuickCheck ]; description = "A library for various character encodings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "encoding-io" = callPackage @@ -101471,26 +101799,26 @@ self: { "erebos" = callPackage ({ mkDerivation, async, base, binary, bytestring, c2hs, clock - , containers, cryptonite, deepseq, directory, filepath, fsnotify + , containers, crypton, deepseq, directory, filepath, fsnotify , hashable, hashtables, haskeline, iproute, libpjproject, memory , mtl, network, process, stm, template-haskell, text, time , transformers, unix, uuid, zlib }: mkDerivation { pname = "erebos"; - version = "0.1.6"; - sha256 = "153akrq6541k5m0gwhdw6bgk83b9pj3gdmzi0gafgypp0lhrg1f2"; + version = "0.1.7"; + sha256 = "0kcvnh3car18qj9hgg3j85b4fir2zy7i4dp3qbfck32qddf5i1z7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - async base binary bytestring clock containers cryptonite deepseq + async base binary bytestring clock containers crypton deepseq directory filepath fsnotify hashable hashtables iproute memory mtl network stm text time unix uuid zlib ]; libraryPkgconfigDepends = [ libpjproject ]; libraryToolDepends = [ c2hs ]; executableHaskellDepends = [ - base bytestring cryptonite directory haskeline mtl network process + base bytestring crypton directory haskeline mtl network process template-haskell text time transformers uuid ]; description = "Decentralized messaging and synchronization"; @@ -101923,8 +102251,8 @@ self: { pname = "ersatz"; version = "0.5"; sha256 = "1fzaany3mzzmizfzdglwqni3q842ip5z86apgdla2ynhq0hlmh3m"; - revision = "1"; - editedCabalFile = "0mg4bip6ngviyriyx3d0d588h5mm8a985gdhijd6y98yd86krb43"; + revision = "2"; + editedCabalFile = "0z56cmxs98iw15nmq2ajw57w4p8zrwz7kcgqsr27716rkpnspy4f"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -102154,34 +102482,6 @@ self: { }) {}; "esqueleto" = 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.11.2"; - sha256 = "0k78rsf98nzbc4ycf3jgari358g661v3rgg6sxm6dch0q70dhaj5"; - 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; - }) {}; - - "esqueleto_3_5_13_0" = callPackage ({ mkDerivation, aeson, attoparsec, base, blaze-html, bytestring , conduit, containers, exceptions, hspec, hspec-core, monad-logger , mtl, mysql, mysql-simple, persistent, persistent-mysql @@ -102207,7 +102507,6 @@ self: { ]; description = "Type-safe EDSL for SQL queries on persistent backends"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "esqueleto-compat" = callPackage @@ -102324,23 +102623,25 @@ self: { "essence-of-live-coding" = callPackage ({ mkDerivation, base, containers, foreign-store, HUnit, mmorph - , mtl, QuickCheck, syb, test-framework, test-framework-hunit - , test-framework-quickcheck2, time, transformers, vector-sized + , mtl, profunctors, QuickCheck, selective, syb, test-framework + , test-framework-hunit, test-framework-quickcheck2, time + , transformers, vector-sized }: mkDerivation { pname = "essence-of-live-coding"; - version = "0.2.7"; - sha256 = "1vg10x8radvr8ysqfzf1cngp2hnqy8g139x07pwqwycj9zwwnbl4"; + version = "0.2.8"; + sha256 = "04q3lkvingfjbkqb5jw79qzm3vd2rwnghnd4xyh31mliqnxphnfr"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers foreign-store mmorph syb time transformers - vector-sized + base containers foreign-store mmorph profunctors selective syb time + transformers vector-sized ]; executableHaskellDepends = [ base transformers ]; testHaskellDepends = [ - base containers HUnit mtl QuickCheck syb test-framework + base containers HUnit mtl QuickCheck selective syb test-framework test-framework-hunit test-framework-quickcheck2 transformers + vector-sized ]; description = "General purpose live coding framework"; license = lib.licenses.bsd3; @@ -102355,8 +102656,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-PortMidi"; - version = "0.2.7"; - sha256 = "1qqswld88yvqa1z8h9rdxqqvjikhkdb67xp2sph6xb231k9710qy"; + version = "0.2.8"; + sha256 = "1pwi44ykcshm3jf3sbm3x8w2idk3rkf5k6mfk9vkvhizbnk6rwhx"; libraryHaskellDepends = [ base essence-of-live-coding PortMidi transformers ]; @@ -102372,8 +102673,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-gloss"; - version = "0.2.7"; - sha256 = "0iv5wgzfxy1k80dh6c6hrzh4jcjy3ak4l3l004jm3wpfm7fm0lmx"; + version = "0.2.8"; + sha256 = "1c14m2032lfc4apfynj815z74cp8f9wr9m3cfsbs554yxard7drh"; libraryHaskellDepends = [ base essence-of-live-coding foreign-store gloss syb transformers ]; @@ -102409,8 +102710,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-pulse"; - version = "0.2.7"; - sha256 = "0bmnc7901zgak223kfm29md0w5fd9lfv4dxc8c27cdcrdqnqfc2p"; + version = "0.2.8"; + sha256 = "1ybs72cbk35yqvjc26safab41hmmbza7ssxwqlqs0f070xn3w7p7"; libraryHaskellDepends = [ base essence-of-live-coding foreign-store pulse-simple transformers ]; @@ -102446,8 +102747,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-quickcheck"; - version = "0.2.7"; - sha256 = "0jn5bz7xq8jmlkhrrbn5mj3ywh8288gpx43n8fkjzmzdk233kbvp"; + version = "0.2.8"; + sha256 = "1k6va9srxp91dp2dbrav44nd3wlkpb34lb8hz6xjs0mcpynx7nr4"; libraryHaskellDepends = [ base boltzmann-samplers essence-of-live-coding QuickCheck syb transformers @@ -102462,8 +102763,8 @@ self: { ({ mkDerivation, base, essence-of-live-coding, vivid }: mkDerivation { pname = "essence-of-live-coding-vivid"; - version = "0.2.7"; - sha256 = "03j5kmp824s8b2x1n8dp86lh7ac8ccxh54dg0sx7v98j9lflbcqq"; + version = "0.2.8"; + sha256 = "0rjfgfhr1wfy77asrqcnh6830wwl372kxwz5nxmk9v217gfc51w2"; libraryHaskellDepends = [ base essence-of-live-coding vivid ]; description = "General purpose live coding framework - vivid backend"; license = lib.licenses.bsd3; @@ -102476,8 +102777,8 @@ self: { }: mkDerivation { pname = "essence-of-live-coding-warp"; - version = "0.2.7"; - sha256 = "1zykg5qik61xr4ri6d9r04w5rj7wm0wqmnzm6nipwpixal3gdxqa"; + version = "0.2.8"; + sha256 = "1562vw03zqpzzn9v9yss6xs9vfly9glg7j2im9cllivfzngw5fas"; libraryHaskellDepends = [ base essence-of-live-coding http-types wai warp ]; @@ -103693,6 +103994,31 @@ self: { 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 + }: + mkDerivation { + pname = "evm-opcodes"; + version = "0.2.0"; + sha256 = "1s5vwdway724b0c41jwiaaqg1pllnhghjydplifbhhdfv63gkrw0"; + 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; + hydraPlatforms = lib.platforms.none; + }) {}; + "evoke" = callPackage ({ mkDerivation, aeson, base, ghc, HUnit, insert-ordered-containers , lens, QuickCheck, swagger2, text @@ -104002,17 +104328,15 @@ self: { broken = true; }) {}; - "exceptions_0_10_8" = callPackage + "exceptions_0_10_9" = callPackage ({ mkDerivation, base, mtl, QuickCheck, stm, template-haskell , test-framework, test-framework-hunit, test-framework-quickcheck2 , transformers }: mkDerivation { pname = "exceptions"; - version = "0.10.8"; - sha256 = "125mgcw94x7d47ps0lkiq0g2hzzfjkmcq3gfkbi7w78az0sdjq4d"; - revision = "1"; - editedCabalFile = "0rxaahjp8zmp3xhdvvfgkb9qz1j9vsjgr9gz2jxnq69nbnrxj7y3"; + version = "0.10.9"; + sha256 = "0h5y2rqg7kz4ic59n5i7619766mzfpqcdill3l712nihs3q2nk4v"; libraryHaskellDepends = [ base mtl stm template-haskell transformers ]; @@ -104575,16 +104899,14 @@ self: { license = "BSD-2-Clause-Patent"; }) {}; - "exon_1_7_0_0" = callPackage + "exon_1_7_1_0" = callPackage ({ mkDerivation, base, criterion, ghc, hedgehog, incipit-base , parsec, tasty, tasty-hedgehog, template-haskell }: mkDerivation { pname = "exon"; - version = "1.7.0.0"; - sha256 = "1i45lxdp6g94cxcx64jipxdpvza2qpz5m3z2h499xwljgyzyj3vy"; - revision = "2"; - editedCabalFile = "1a0a2lyg75xbnq31k3jkx3ngkr3h4islbjvblp5r0zvwn4q25mj8"; + version = "1.7.1.0"; + sha256 = "0rsgcaakhpwbgy83jwn8g2hf276wfw0akq6hld9ck5zs0k74dzfa"; libraryHaskellDepends = [ base ghc incipit-base parsec template-haskell ]; @@ -106402,6 +106724,27 @@ self: { 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 + }: + mkDerivation { + pname = "fast-logger"; + version = "3.2.5"; + sha256 = "0cddv18k0n1hdbjf0szqq7pl5r0h4srzxy8pmr66a4pc1w410lii"; + 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; + hydraPlatforms = lib.platforms.none; + maintainers = [ lib.maintainers.sternenseemann ]; + }) {}; + "fast-math" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -107106,8 +107449,8 @@ self: { pname = "fcf-base"; version = "0.1.0.0"; sha256 = "19jrcpj496bpchv8fw30vd5b5w3sj1qkzmh5jlahyvz5wsppzwsq"; - revision = "1"; - editedCabalFile = "0j71pgy6cp6jadyx8726daa91j795y9p3r3w0x3jvffpnlk9aibp"; + revision = "2"; + editedCabalFile = "0vmw1srmzl3c3j4pdnaa2lvkcvlya2kccp4j33ayscmlnx29fqn3"; libraryHaskellDepends = [ base fcf-family ]; testHaskellDepends = [ base fcf-family ]; description = "Family-of-families instances for base"; @@ -107168,6 +107511,8 @@ self: { pname = "fcf-family"; version = "0.2.0.1"; sha256 = "0dgbzin82da8a8j0xm9ijkaj5ifk2ca0cx02x5glr07qzzhpa9k5"; + revision = "1"; + editedCabalFile = "1ay0an8smfw4q2yrvfs6n1fc61lgnp0ky66d0d6swc8lv5ds9rda"; libraryHaskellDepends = [ base containers first-class-families template-haskell ]; @@ -108771,8 +109116,8 @@ self: { }: mkDerivation { pname = "filecache"; - version = "0.5.1"; - sha256 = "0nsq25gj0yyjx27hrpwpxvx0sfh4n36rhdx4lxy3drn70746spgq"; + version = "0.5.2"; + sha256 = "1h7l5r5dlb793in1jqfic4j5rbvp0xj9hr2a34h17lbmp7fs5k0r"; libraryHaskellDepends = [ base containers directory exceptions filepath fsnotify mtl stm strict-base-types time @@ -110403,8 +110748,8 @@ self: { pname = "flac"; version = "0.2.1"; sha256 = "0ca41lyl21x9nrlnj5df4fbhycpsmfrl6fsd8pmza2wklx8zlv9d"; - revision = "2"; - editedCabalFile = "1byq496k06whqxdiaa7s3f4hh8mbawm6i0a9pgkbj239y14c3qpj"; + revision = "3"; + editedCabalFile = "1s1x9dzzryccpsdyaqhivz5awlwrwqhmkfnvv58wpxqyjcc236jp"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring containers directory exceptions filepath mtl text @@ -111786,16 +112131,14 @@ self: { }) {}; "fold-debounce" = callPackage - ({ mkDerivation, base, data-default-class, hspec, hspec-discover - , stm, stm-delay, time + ({ mkDerivation, base, data-default, hspec, hspec-discover, stm + , stm-delay, time }: mkDerivation { pname = "fold-debounce"; - version = "0.2.0.12"; - sha256 = "1swlbsgqw6zhqr3rssbl2dmkkh81rw8qykz437py7r652p8plza3"; - libraryHaskellDepends = [ - base data-default-class stm stm-delay time - ]; + version = "0.2.0.14"; + sha256 = "1qdfbgk120ck1a50r2993438qgrwqz33yag4yw8f51yvqzx8v0xc"; + libraryHaskellDepends = [ base data-default stm stm-delay time ]; testHaskellDepends = [ base hspec stm time ]; testToolDepends = [ hspec-discover ]; description = "Fold multiple events that happen in a given period of time"; @@ -112300,6 +112643,20 @@ self: { license = lib.licenses.bsd3; }) {}; + "force-layout_0_4_1" = callPackage + ({ mkDerivation, base, containers, data-default, lens, linear }: + mkDerivation { + pname = "force-layout"; + version = "0.4.1"; + sha256 = "0mas3v19mhzcb4rdn6033rmnbw36y3yw240q2cbpr6z4rfk1wxqq"; + libraryHaskellDepends = [ + base containers data-default lens linear + ]; + description = "Simple force-directed layout"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "fordo" = callPackage ({ mkDerivation, base, process, transformers }: mkDerivation { @@ -113856,18 +114213,19 @@ self: { "free-foil" = callPackage ({ mkDerivation, array, base, bifunctors, containers, deepseq - , doctest-parallel, template-haskell, text + , doctest-parallel, kind-generics, template-haskell, text }: mkDerivation { pname = "free-foil"; - version = "0.1.0"; - sha256 = "0a0mpacwpyj46p79l3imwazp7a3hlm1bwjh5v1x7sk93kyb8d9fg"; + version = "0.2.0"; + sha256 = "19b9bda5vwc9zqj5f555l2c5nvs31l7ja3yp8xw8lqihfjkk8gp8"; libraryHaskellDepends = [ - array base bifunctors containers deepseq template-haskell text + array base bifunctors containers deepseq kind-generics + template-haskell text ]; testHaskellDepends = [ array base bifunctors containers deepseq doctest-parallel - template-haskell text + kind-generics template-haskell text ]; description = "Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads)"; license = lib.licenses.bsd3; @@ -115030,6 +115388,8 @@ self: { pname = "fsnotify"; version = "0.4.1.0"; sha256 = "1vzpx91n2qml0628zq1c0bwnz7d4bal4vwl52hyil60shx5gnc6i"; + revision = "1"; + editedCabalFile = "1r8q07d5232lfxsdx9i1kfwlmr2kirz8g9k18ahz054pvwggs9y6"; libraryHaskellDepends = [ async base bytestring containers directory filepath hinotify monad-control safe-exceptions text time unix unix-compat @@ -115212,6 +115572,8 @@ self: { pname = "ftp-client"; version = "0.5.1.6"; sha256 = "0xlrmzngdzg8h7lcb6kaz1zcm3kd1rdax4xs0h048iz7f78q18dg"; + revision = "1"; + editedCabalFile = "14pdfmm796mv3qd5y2rq8pj429v31w1d3dlxgyvypjmjh07v87gf"; libraryHaskellDepends = [ attoparsec base bytestring containers crypton-connection data-default-class exceptions network transformers @@ -118783,8 +119145,8 @@ self: { pname = "generically"; version = "0.1.1"; sha256 = "1ks3pi6mpma83xffplz8vmimyhvzpnhmcgvk3bvl3c64pqva9i84"; - revision = "3"; - editedCabalFile = "1hl8690xqb6af5i5jn5s55s29hpx9fq1ghdnxi5l1li2q25666qv"; + revision = "4"; + editedCabalFile = "0bj5vhnrggf9ka89z628hcxx1g3r00lv2rrrjv3dfbaqbj7jfr1z"; libraryHaskellDepends = [ base ]; description = "Generically newtype to use with DerivingVia"; license = lib.licenses.bsd3; @@ -121271,7 +121633,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib_9_8_3_20241022" = callPackage + "ghc-lib_9_8_3_20241103" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts @@ -121279,10 +121641,10 @@ self: { }: mkDerivation { pname = "ghc-lib"; - version = "9.8.3.20241022"; - sha256 = "0irdlkkb139spmggjam2n4ydcwkb1r8vsv29g5w9rxqd5rd66w1b"; + version = "9.8.3.20241103"; + sha256 = "0cf14rw1kkvs7f5smhjrsxxs3rhcqlsfgb99cmv2dlvcma3h1k95"; revision = "1"; - editedCabalFile = "0r1a022nf2kk9vk5ca7crx74fzi0vcd8r5c5ldarcvqjfhgayfvi"; + editedCabalFile = "1xjibygf7kjl8b17vsapg1mmlj226z38svd1kfz1b3qpn17j3mcd"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -121295,7 +121657,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib_9_10_1_20240511" = callPackage + "ghc-lib_9_10_1_20241103" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers , deepseq, directory, exceptions, filepath, ghc-lib-parser , ghc-prim, happy, hpc, parsec, pretty, process, rts @@ -121303,10 +121665,10 @@ self: { }: mkDerivation { pname = "ghc-lib"; - version = "9.10.1.20240511"; - sha256 = "1z8xpzkwp2abb8azhjsnmq0cyyvvc3xqm5dgs7vmrfj3yq72j6ys"; - revision = "1"; - editedCabalFile = "0zzp85lr6lps0w1ld535sc73nz4dmrk48rwvngzdwzb460lnqsiv"; + version = "9.10.1.20241103"; + sha256 = "1wzjzfh3cvbmq957plngq41cwi1x63z8f5n5j69xpqkdf64z517g"; + revision = "2"; + editedCabalFile = "1nb61mg0p39258gqwgwh6wc35mdxcps5afwccgiqa3k22rfjdhbg"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -121360,17 +121722,17 @@ self: { license = lib.licenses.bsd3; }) {}; - "ghc-lib-parser_9_8_3_20241022" = callPackage + "ghc-lib-parser_9_8_3_20241103" = 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.8.3.20241022"; - sha256 = "0gnd9dvjbis9vdgjk671x9ys6b0af7399mim8gpi6dpa1nczgc7b"; - revision = "2"; - editedCabalFile = "0qbqx6qg8hab2il9idmxjfwhk7s86ffp24836irc85aazmpvzsxv"; + version = "9.8.3.20241103"; + sha256 = "0cp1s6z0jm0pk6p2zlpklwqyh4wkh42cjxkgjdkl9wqnf1cnn444"; + revision = "1"; + editedCabalFile = "0ih4spj54606cj280cr3icl8d5imgipk1ydbajc9pd9vaqh2kg5c"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -121383,17 +121745,17 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "ghc-lib-parser_9_10_1_20240511" = callPackage + "ghc-lib-parser_9_10_1_20241103" = 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.20240511"; - sha256 = "0fgissqfbgx5ra6gvfywxn76q16v5i97riaxqs1l9pa3zrfdzl9p"; - revision = "1"; - editedCabalFile = "0lsjzmdyqbganrq492vwwkx5j05p34vwn4bjkrd5zjww17fazfcj"; + version = "9.10.1.20241103"; + sha256 = "17q8h8xaa7rn384zq3x7br93mi9g6gwqzp01bh99929qk0mvrsil"; + revision = "2"; + editedCabalFile = "02w33rvb6vfx7am6w0ri4if4m3lk1zf60mw4ibazzqgl4rbkf7im"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base binary bytestring containers deepseq directory @@ -121663,14 +122025,26 @@ self: { license = lib.licenses.mit; }) {}; + "ghc-parser_0_2_7_0" = callPackage + ({ mkDerivation, base, ghc }: + mkDerivation { + pname = "ghc-parser"; + version = "0.2.7.0"; + sha256 = "08m1jb093pkmbj7km7xclq6f1jz20v313ih9b4fydis974i8pv3h"; + libraryHaskellDepends = [ base ghc ]; + description = "Haskell source parser from GHC"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "ghc-paths" = callPackage ({ mkDerivation, base, Cabal, directory }: mkDerivation { pname = "ghc-paths"; version = "0.1.0.12"; sha256 = "1164w9pqnf7rjm05mmfjznz7rrn415blrkk1kjc0gjvks1vfdjvf"; - revision = "6"; - editedCabalFile = "13j23fnlh18zqh5m4y8b5skhavq9kjx2jl6kyxvmfcmdi3q4nwjf"; + revision = "7"; + editedCabalFile = "0irq8j1bz5z3da1g4xd3dp392hwi2xn1cjsrdiqyp4srjlyg2532"; setupHaskellDepends = [ base Cabal directory ]; libraryHaskellDepends = [ base ]; description = "Knowledge of GHC's installation directories"; @@ -122188,8 +122562,8 @@ self: { ({ mkDerivation, base, containers, ghc, transformers }: mkDerivation { pname = "ghc-tcplugin-api"; - version = "0.12.0.0"; - sha256 = "0gl5zhfvvkqa36ccl5hxjrw6pgpl1giwa1ysq4kbw41df8cwcxxl"; + version = "0.13.0.0"; + sha256 = "1gwr31z1rxgxr3jmcyp8bqbm29nr095m876cfh1ljxchd7i9n2n3"; libraryHaskellDepends = [ base containers ghc transformers ]; description = "An API for type-checker plugins"; license = lib.licenses.bsd3; @@ -124013,8 +124387,8 @@ self: { }: mkDerivation { pname = "gi-gtk-hs"; - version = "0.3.16"; - sha256 = "1zdkxhvy4i99p6qcrc53qlxv71vh05w9xd0j1qh20aci05n1nnha"; + version = "0.3.17"; + sha256 = "022g7xlwli8rbasxgafpp2j6ybk5iyk1hlwlg7nph361k3c0l7p6"; libraryHaskellDepends = [ base base-compat containers gi-gdk gi-gdkpixbuf gi-glib gi-gobject gi-gtk haskell-gi-base mtl text transformers @@ -124444,8 +124818,8 @@ self: { }: mkDerivation { pname = "gi-secret"; - version = "0.0.18"; - sha256 = "0z4knqmhcicqnmamzibl1xwarjl7y1da0127jg7s1n7a780dgnd5"; + version = "0.0.19"; + sha256 = "0070li67sl96cbqvywig532a00aqlc7spbf94v8bkj5qy7fph9nz"; setupHaskellDepends = [ base Cabal gi-gio gi-glib gi-gobject haskell-gi ]; @@ -125044,8 +125418,8 @@ self: { }: mkDerivation { pname = "git-annex"; - version = "10.20240927"; - sha256 = "116nfcsnnbqcsv7azgrpk24p9nib8zbj96lg51c7xf7fp441xs9k"; + version = "10.20241031"; + sha256 = "14wjj9y1g9nkz6wnvadypvjnfs2z8gbvh3sk4lqkw8780pnaz3hc"; configureFlags = [ "-fassistant" "-f-benchmark" "-fcrypton" "-fdbus" "-f-debuglocks" "-fmagicmime" "-fpairing" "-fproduction" "-ftorrentparser" @@ -126036,17 +126410,18 @@ self: { ({ mkDerivation, aeson, ansi-wl-pprint, base, bytestring , crypton-connection, data-default-class, http-client, http-conduit , http-types, mtl, tasty, tasty-hunit, temporary, text, time - , transformers, tree-diff, unix, unordered-containers, vector + , transformers, tree-diff, unix-compat, unordered-containers + , vector }: mkDerivation { pname = "gitlab-haskell"; - version = "1.0.1.0"; - sha256 = "0xl9xbxfwvpzcvk9hr0549ki404r1ninrrg15nvpyj8blksgdmp8"; + version = "1.0.2.2"; + sha256 = "11pck9gqlnjp7759kdy3qk3xq6wcnj6acyxgdhx40190d1h3sid9"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring crypton-connection data-default-class http-client http-conduit http-types mtl temporary text time - transformers unix + transformers unix-compat ]; testHaskellDepends = [ aeson ansi-wl-pprint base bytestring tasty tasty-hunit text @@ -130336,8 +130711,8 @@ self: { }: mkDerivation { pname = "google-maps-geocoding"; - version = "0.7.0.2"; - sha256 = "1y05vlfn1wrzb6hcfg2wrlwbcz63xr7w6mqb2zq86yww5i1xpkvx"; + version = "0.7.0.3"; + sha256 = "0cj1bkffgn6nrbk3xnplb5v6qsccfhzljvdp0hrvvb5hwh0wd5m9"; libraryHaskellDepends = [ aeson base google-static-maps http-client servant servant-client text @@ -130470,8 +130845,8 @@ self: { }: mkDerivation { pname = "google-static-maps"; - version = "0.7.0.2"; - sha256 = "05dcy6vswh4b5cz4pf0aa3x1fwzv6q35xfv80978ncp6hpzvb1d1"; + version = "0.7.0.3"; + sha256 = "11zmjyz7j41zi7h88gvjzfnky502f81079xnpsx71xhk1nm4b71x"; libraryHaskellDepends = [ aeson base base64-bytestring bytedump bytestring cryptonite double-conversion http-client JuicyPixels memory network-uri @@ -131028,6 +131403,84 @@ self: { mainProgram = "gps2htmlReport"; }) {}; + "gpu-vulkan" = callPackage + ({ mkDerivation, 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 + }: + mkDerivation { + pname = "gpu-vulkan"; + version = "0.1.0.137"; + sha256 = "19710jmnan0avp4wcs3rkp4mn248k9ifl7ribzclmxp90qzgrj4s"; + 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 + ]; + 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 + ]; + description = "Vulkan library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "gpu-vulkan-core" = callPackage + ({ mkDerivation, base, c-enum, c-struct, nowdoc, text + , vulkan-loader + }: + mkDerivation { + pname = "gpu-vulkan-core"; + version = "0.1.0.8"; + sha256 = "1539ara1achh8anhgyijlrmipsxsm6n7plsr4181g3rvljadp9m7"; + libraryHaskellDepends = [ base c-enum c-struct nowdoc text ]; + libraryPkgconfigDepends = [ vulkan-loader ]; + testHaskellDepends = [ base c-enum c-struct nowdoc text ]; + description = "Thin wrapper for Vulkan API"; + license = lib.licenses.bsd3; + }) {inherit (pkgs) vulkan-loader;}; + + "gpu-vulkan-middle" = callPackage + ({ mkDerivation, base, bytestring, c-enum, containers, data-default + , exception-hierarchy, gpu-vulkan-core, hetero-parameter-list + , language-spir-v, mtl, mtl-misc-yj, ranged-list, stm + , storable-hetero-list, storable-peek-poke, template-haskell, text + , text-misc-yj, typelevel-tools-yj, union-color, uuid + }: + mkDerivation { + pname = "gpu-vulkan-middle"; + version = "0.1.0.54"; + sha256 = "0j2g9gc9k8zpjcr9vf6s52yn53q6hks6p2i7csw2qbhy257vqnxc"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base bytestring c-enum containers data-default exception-hierarchy + gpu-vulkan-core hetero-parameter-list language-spir-v mtl + mtl-misc-yj ranged-list stm storable-hetero-list storable-peek-poke + template-haskell text text-misc-yj typelevel-tools-yj union-color + uuid + ]; + testHaskellDepends = [ + base bytestring c-enum containers data-default exception-hierarchy + gpu-vulkan-core hetero-parameter-list language-spir-v mtl + mtl-misc-yj ranged-list stm storable-hetero-list storable-peek-poke + template-haskell text text-misc-yj typelevel-tools-yj union-color + uuid + ]; + description = "Medium wrapper for Vulkan API"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "gpx-conduit" = callPackage ({ mkDerivation, attoparsec, base, conduit, filepath, monad-control , old-locale, text, time, void, xml-conduit, xml-types @@ -131873,7 +132326,7 @@ self: { license = "MPL-2.0 AND BSD-3-Clause"; }) {}; - "graphql_1_3_0_0" = callPackage + "graphql_1_4_0_0" = callPackage ({ mkDerivation, base, conduit, containers, exceptions, hspec , hspec-discover, hspec-expectations, hspec-megaparsec, megaparsec , parser-combinators, QuickCheck, template-haskell, text @@ -131881,8 +132334,8 @@ self: { }: mkDerivation { pname = "graphql"; - version = "1.3.0.0"; - sha256 = "0clzpnwvy9h71jn2ik0jxghlr7344hgwlxgff0h2imr7mq532adv"; + version = "1.4.0.0"; + sha256 = "1dlaniarjd184qp56sfnldmzxjjn2gyqhyvbjd07l7rl5baskd7d"; libraryHaskellDepends = [ base conduit containers exceptions megaparsec parser-combinators template-haskell text transformers unordered-containers vector @@ -131969,6 +132422,8 @@ self: { pname = "graphql-spice"; version = "1.0.4.0"; sha256 = "182kjz5zky5z1wdg92823hhyprc13yfai0jlg6lx1cih83rwz3h5"; + revision = "1"; + editedCabalFile = "0i2fc7kw12hib03b781xw50ggwvrqj1ij9y622aaaiz5habjmd1b"; libraryHaskellDepends = [ aeson base conduit containers exceptions graphql hspec-expectations megaparsec scientific template-haskell text time transformers @@ -132406,8 +132861,8 @@ self: { }: mkDerivation { pname = "greskell"; - version = "2.0.3.1"; - sha256 = "14sch5i757zg9zih7gz6s7qdkl0lrzra27qksxwk6bqbkrzdgw95"; + version = "2.0.3.2"; + sha256 = "1vyszhrzmqbhisskcrlglpkrizz1mj8kxkdwcpwpg24v6bd65g72"; libraryHaskellDepends = [ aeson base exceptions greskell-core hashable semigroups text transformers unordered-containers vector @@ -132429,8 +132884,8 @@ self: { }: mkDerivation { pname = "greskell-core"; - version = "1.0.0.2"; - sha256 = "0byq7c26qsi19pbgp5wcaj7a0zvkljc678cjn92x8axi36y8ph8x"; + version = "1.0.0.3"; + sha256 = "1qwd2afiaqyrjbdk3c06l2y4rnvzk734n74lkb2c7ms2njgginbn"; libraryHaskellDepends = [ aeson base bytestring containers hashable scientific semigroups text unordered-containers uuid vector @@ -134255,10 +134710,8 @@ self: { }: mkDerivation { pname = "h-raylib"; - version = "5.5.2.0"; - sha256 = "19y2vgy0s4mw47ip3jb78n2gjab2qyp6vyn5fra293srsp25qn5j"; - revision = "4"; - editedCabalFile = "17jcpz9vywj1kjg5llxb2qn0zx3cny4mh8xr478bd6l2m93ywm3b"; + version = "5.5.2.1"; + sha256 = "11jrlghfl9xyssrs4yjcaay825ank1v5sgsys9i4kamrnjpnvagf"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -136411,8 +136864,6 @@ self: { ]; description = "Mailgun REST api interface for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "hailgun-send" = callPackage @@ -136430,6 +136881,7 @@ self: { license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; mainProgram = "hailgun-send"; + broken = true; }) {}; "hailgun-simple" = callPackage @@ -136445,7 +136897,6 @@ self: { ]; description = "Easy-to-use wrapper for the hailgun package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hails" = callPackage @@ -136641,48 +137092,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.2.2"; - sha256 = "0hnqf4xxgf1qgk262qvq0b0mx51jfv67y2kn6ca8jsp43dxy9941"; - revision = "3"; - editedCabalFile = "15q1wkjisjgvjn3mq6bj1rfrdsa50r0c37c4g75g905g7zrbmk51"; - 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_3_0" = callPackage ({ mkDerivation, aeson, base, binary, blaze-html, blaze-markup , bytestring, containers, data-default, deepseq, directory , file-embed, filepath, fsnotify, hashable, http-conduit @@ -136718,7 +137127,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;}; @@ -136912,8 +137320,8 @@ self: { pname = "hakyll-convert"; version = "0.3.0.5"; sha256 = "0xnv0dxfajk4jl0d1a33cjpca21wnrvvm1194jxar58gqp9i0hr5"; - revision = "1"; - editedCabalFile = "168838k3w1aixhd7rq21yrdvrrsp6va4zxmmqkn0j3fhn3fm6a4r"; + revision = "2"; + editedCabalFile = "0lmjwkwaj3kmg8mfll4bf0mj7xnrgqw36qqi0pn6xmgyrdy1nhds"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -138876,13 +139284,13 @@ self: { mainProgram = "happy"; }) {}; - "happy_2_1_1" = callPackage + "happy_2_1_2" = callPackage ({ mkDerivation, array, base, containers, happy-lib, mtl, process }: mkDerivation { pname = "happy"; - version = "2.1.1"; - sha256 = "05vnv5dila8scra69vqn7gpxwn667nhsv9jx79pnx30444d8p8px"; + version = "2.1.2"; + sha256 = "0d8cpm1h7hnap55a7lv7k0cprg80cm1ryqwm8qbq2wxiwkjnap3p"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ array base containers happy-lib mtl ]; @@ -138950,8 +139358,8 @@ self: { ({ mkDerivation, array, base, containers, mtl, transformers }: mkDerivation { pname = "happy-lib"; - version = "2.1.1"; - sha256 = "04sq8kzcgp6iv117s8z0469lg5g0qhc1s3grszksv781w71ljpp7"; + version = "2.1.2"; + sha256 = "1nj94l70y34k8k7hlhh7vrh2sl0n23rs2fbhpb10dms95cs94hih"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array base containers mtl transformers ]; doHaddock = false; @@ -139521,8 +139929,8 @@ self: { }: mkDerivation { pname = "hascard"; - version = "0.6.0.1"; - sha256 = "1fw5vmlbj4mp1q2a4rkhwmbi1iqf6yz4zcn44z9ffn1him1k1zsk"; + version = "0.6.0.2"; + sha256 = "0k1x373033cbs811i8f8gv2yy4rljp1vs2h0jv6rl91fwjvkhcin"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -141400,8 +141808,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "haskell-lexer"; - version = "1.1.1"; - sha256 = "0jgkv1api3w7i9j5z01h7qdx2i9cp93h54hp9hj1bw9hk9bdmvn8"; + version = "1.1.2"; + sha256 = "07b8vij3x90px9zm3zmfy55f8zja8wcy8m0kpbpa94gdzxmmpagk"; libraryHaskellDepends = [ base ]; description = "A fully compliant Haskell 98 lexer"; license = lib.licenses.mit; @@ -145078,14 +145486,14 @@ self: { mainProgram = "hasql-notifications"; }) {}; - "hasql-notifications_0_2_3_0" = callPackage + "hasql-notifications_0_2_3_1" = callPackage ({ mkDerivation, base, bytestring, hasql, hasql-pool, hspec , postgresql-libpq, QuickCheck, text }: mkDerivation { pname = "hasql-notifications"; - version = "0.2.3.0"; - sha256 = "1wr6wgsmgkk834mzadgvpdfj9w9nap262kzaiadhvgy58ffapc4y"; + version = "0.2.3.1"; + sha256 = "1xjnf37b9b4r4q635dgzbfm44vpypppba02s3vjpd2d9krvs0yav"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -148297,8 +148705,8 @@ self: { pname = "hedn"; version = "0.3.0.4"; sha256 = "06js9mcif99k8bfyrsynlg1w5rjygydk5l0qhlrk6pa5v288a7wv"; - revision = "2"; - editedCabalFile = "1ws1l3nkjqlkiy0l1kj4gw8hfz6sqi070i6k8828x4364126njd9"; + revision = "3"; + editedCabalFile = "0yaxvs2ywl1scpp2hjqlivhbxgd7qmn5ilzx8hzz59q1z9x075v4"; libraryHaskellDepends = [ base containers deepseq deriving-compat megaparsec parser-combinators prettyprinter scientific template-haskell text @@ -148319,8 +148727,8 @@ self: { pname = "hedn-functor"; version = "0.1.0.0"; sha256 = "1s90az6akimfq6jwiyicns7v34ryp8riymj0ski1sl4ljjm4r4fi"; - revision = "2"; - editedCabalFile = "188w6bm6l235afsidhidcc166b2rv1xmmh1d0jxrdc69z2wdxiyy"; + revision = "3"; + editedCabalFile = "1yzg11lri9i52rw8a462j7xwazb8kbc0j8q3c2c6igzibmdmc1mb"; libraryHaskellDepends = [ base containers hedn recursion-schemes text vector ]; @@ -148347,55 +148755,58 @@ self: { }) {}; "heftia" = callPackage - ({ mkDerivation, base, data-effects, freer-simple, mtl, tasty - , tasty-discover, tasty-hunit, unliftio + ({ mkDerivation, base, data-effects, mtl, tasty, tasty-discover + , tasty-hunit, unliftio }: mkDerivation { pname = "heftia"; - version = "0.4.0.0"; - sha256 = "19p1l14cg6iqf5bk7pvllpd8z4qhzbpfvfzkvr3rgl7zsz7f28ih"; - libraryHaskellDepends = [ - base data-effects freer-simple mtl unliftio - ]; + version = "0.5.0.0"; + sha256 = "0y906qlpz903gk08gvgzav02adhxqz561aqy9jbrpn5wh3jqshrn"; + libraryHaskellDepends = [ base data-effects mtl unliftio ]; testHaskellDepends = [ base tasty tasty-hunit ]; testToolDepends = [ tasty-discover ]; - description = "higher-order effects done right"; + description = "higher-order algebraic effects done right"; license = lib.licenses.mpl20; hydraPlatforms = lib.platforms.none; }) {}; "heftia-effects" = callPackage - ({ mkDerivation, base, containers, data-effects, eff, effectful - , eveff, extra, freer-simple, fused-effects, ghc-typelits-knownnat - , heftia, hspec, logict, mpeff, mtl, polysemy, tasty, tasty-bench + ({ mkDerivation, base, bytestring, co-log-core, containers + , data-effects, eff, effectful, eveff, extra, filepath + , freer-simple, fused-effects, ghc-typelits-knownnat, heftia, hspec + , logict, mpeff, mtl, polysemy, process, tasty, tasty-bench , tasty-discover, tasty-hspec, text, time, unbounded-delays , unliftio }: mkDerivation { pname = "heftia-effects"; - version = "0.4.0.1"; - sha256 = "05zsgfx2kmhgga4zczz2d9k45f1dkk12qvx5cwf2cx9kx44zi0ba"; + version = "0.5.0.0"; + sha256 = "0bhjj3hhvhid4vk1vfzgqpy2wpb725nwlgkc5xqy6y1ihqkf65r5"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers data-effects ghc-typelits-knownnat heftia time - unbounded-delays unliftio + base bytestring co-log-core containers data-effects + ghc-typelits-knownnat heftia process text time unbounded-delays + unliftio ]; executableHaskellDepends = [ - base containers data-effects extra ghc-typelits-knownnat heftia - text time unbounded-delays unliftio + base bytestring co-log-core containers data-effects extra filepath + ghc-typelits-knownnat heftia process text time unbounded-delays + unliftio ]; testHaskellDepends = [ - base containers data-effects ghc-typelits-knownnat heftia hspec - tasty tasty-hspec time unbounded-delays unliftio + base bytestring co-log-core containers data-effects + ghc-typelits-knownnat heftia hspec process tasty tasty-hspec text + time unbounded-delays unliftio ]; testToolDepends = [ tasty-discover ]; benchmarkHaskellDepends = [ - base containers data-effects eff effectful eveff freer-simple - fused-effects ghc-typelits-knownnat heftia logict mpeff mtl - polysemy tasty-bench time unbounded-delays unliftio + base bytestring co-log-core containers data-effects eff effectful + eveff freer-simple fused-effects ghc-typelits-knownnat heftia + logict mpeff mtl polysemy process tasty-bench text time + unbounded-delays unliftio ]; - description = "higher-order effects done right"; + description = "higher-order algebraic effects done right"; license = lib.licenses.mpl20; hydraPlatforms = lib.platforms.none; broken = true; @@ -149029,8 +149440,8 @@ self: { }: mkDerivation { pname = "heptapod"; - version = "1.0.0.0"; - sha256 = "0a25m30q0blsmylj2k8qjnp4nkx06fyxdn73p3cbp15y5l128i2h"; + version = "1.1.0.0"; + sha256 = "0s7fq0rh0aax7rfqd49li64n9kw86l8i75mzrkqrpd945xb3zkn9"; libraryHaskellDepends = [ base bytestring entropy time uuid-types ]; @@ -149682,6 +150093,36 @@ self: { license = lib.licenses.bsd3; }) {}; + "hetero-parameter-list" = callPackage + ({ mkDerivation, base, data-default, template-haskell }: + mkDerivation { + pname = "hetero-parameter-list"; + version = "0.1.0.19"; + sha256 = "0lbjpk29kvmbrxji68x4f50bmfrwx9v5z28hsm47xihwb1xv2mih"; + libraryHaskellDepends = [ base data-default template-haskell ]; + testHaskellDepends = [ base data-default template-haskell ]; + description = "hetero list with parameter list"; + license = lib.licenses.bsd3; + }) {}; + + "hetero-parameter-list-with-typelevel-tools" = callPackage + ({ mkDerivation, base, hetero-parameter-list, template-haskell + , typelevel-tools-yj + }: + mkDerivation { + pname = "hetero-parameter-list-with-typelevel-tools"; + version = "0.1.0.1"; + sha256 = "03glr22wjr0xpsdsvpzdgqi8cqpzf7481nih1i4m3ma6gn6p4i08"; + libraryHaskellDepends = [ + base hetero-parameter-list template-haskell typelevel-tools-yj + ]; + testHaskellDepends = [ + base hetero-parameter-list template-haskell typelevel-tools-yj + ]; + description = "Hetero parameter list with type level tools"; + license = lib.licenses.bsd3; + }) {}; + "hetero-zip" = callPackage ({ mkDerivation, base, infinite-list }: mkDerivation { @@ -150591,6 +151032,8 @@ self: { pname = "hgal"; version = "2.0.0.3"; sha256 = "0sla6djvppgrir0kc0h3d558kcrxsk85xi0i7ganragy9vkkr0qx"; + revision = "1"; + editedCabalFile = "1dn493c2ll9sdqhj4dy721gd4pgv9win2s89lqnbfmkkidq34134"; libraryHaskellDepends = [ array base containers mtl ]; testHaskellDepends = [ array base containers extra mtl old-time QuickCheck random @@ -151164,24 +151607,6 @@ self: { }) {}; "hi-file-parser" = callPackage - ({ mkDerivation, base, binary, bytestring, hspec, mtl, rio, text - , vector - }: - mkDerivation { - pname = "hi-file-parser"; - version = "0.1.6.0"; - sha256 = "1b13lbgmdb50fw3jkbvj2wq19zmklhxam7rfn7k8bqra2z4kbp2r"; - libraryHaskellDepends = [ - base binary bytestring mtl rio text vector - ]; - testHaskellDepends = [ - base binary bytestring hspec mtl rio text vector - ]; - description = "Parser for GHC's hi files"; - license = lib.licenses.bsd3; - }) {}; - - "hi-file-parser_0_1_7_0" = callPackage ({ mkDerivation, base, binary, bytestring, hspec, mtl, rio, text , vector }: @@ -151197,7 +151622,6 @@ self: { ]; description = "Parser for GHC's hi files"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "hi3status" = callPackage @@ -151914,6 +152338,8 @@ self: { pname = "highs-lp"; version = "0.0"; sha256 = "1fx9llq1pfy4ngx99d3i39kkp1pv07wn8qm92abyrmw06qci938r"; + revision = "1"; + editedCabalFile = "0zcg1bf4byiy1y39w13pajdl23r5bd9m3rafrv16rsixnqkldk9v"; libraryHaskellDepends = [ base comfort-array deepseq guarded-allocation linear-programming non-empty QuickCheck storable-record transformers utility-ht @@ -152386,6 +152812,8 @@ self: { pname = "hint"; version = "0.9.0.8"; sha256 = "19xvi3g35983vhvq467d8gxx23zq7zbd4d6awh2ijb84vgbff7zf"; + revision = "1"; + editedCabalFile = "0f5dwazh10drd9xcqg16p0ja8v7bl0j5k8rgkdnp7b70nhzhk6gb"; libraryHaskellDepends = [ base containers directory exceptions filepath ghc ghc-boot ghc-paths random temporary transformers unix @@ -153677,8 +154105,8 @@ self: { pname = "hledger-iadd"; version = "1.3.21"; sha256 = "00x0vbfp08kqs1nbknndk9h56hcidf6xnrk0ldz45dvjrmgcv3w2"; - revision = "1"; - editedCabalFile = "1jx773cqq676yvzibp7nzdpmas8i7ahx8j6kfc1sfipk37vz2q0g"; + revision = "2"; + editedCabalFile = "1fzwkbknyi003ysrmlqpdd6qq6bnqdgyznj7jzk0fx7dx5zrqrkm"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -153710,8 +154138,8 @@ self: { pname = "hledger-interest"; version = "1.6.6"; sha256 = "0hklpg9sgghrcvkrgz7kfr8jc6kwsv8zzpbbg0c3idhbdxwg74d8"; - revision = "4"; - editedCabalFile = "0b1dvr9kyzhm8zf60xvqf2hkad8w6m14fr2prm0fry8lq79gc515"; + revision = "5"; + editedCabalFile = "0gqvjqz05ww3rxvkxg8qhqfnbvqgcbj30705aw39y5mzr2yll0gl"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -158402,25 +158830,6 @@ self: { }) {}; "hp2pretty" = callPackage - ({ mkDerivation, array, attoparsec, base, containers, filepath - , floatshow, mtl, optparse-applicative, semigroups, text - }: - mkDerivation { - pname = "hp2pretty"; - version = "0.10"; - sha256 = "1irm8mvcib39r8imdx7y7jisp162i0rwk8w3irs2j746c8vhyv12"; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - array attoparsec base containers filepath floatshow mtl - optparse-applicative semigroups text - ]; - description = "generate pretty graphs from heap profiles"; - license = lib.licenses.bsd3; - mainProgram = "hp2pretty"; - }) {}; - - "hp2pretty_0_10_1" = callPackage ({ mkDerivation, array, attoparsec, base, containers, filepath , floatshow, mtl, optparse-applicative, semigroups, text }: @@ -158436,7 +158845,6 @@ self: { ]; description = "generate pretty graphs from heap profiles"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hp2pretty"; }) {}; @@ -161086,14 +161494,18 @@ self: { }) {}; "hs-tango" = callPackage - ({ mkDerivation, base, derive-storable, tango, text, unliftio }: + ({ mkDerivation, base, derive-storable, http-media, lucid2, servant + , servant-server, tango, text, unliftio, warp + }: mkDerivation { pname = "hs-tango"; - version = "1.0.0"; - sha256 = "0ah4xp3vrarq8kpvgwk78hck8bj9w0fk3d6m5vi28cy8dq62qb5c"; + version = "2.0.0"; + sha256 = "1d78icf12k7zj1v4gnms8ddfj1ji6kzcx0r1jws4cri0y4rzwdlk"; libraryHaskellDepends = [ base derive-storable text unliftio ]; libraryPkgconfigDepends = [ tango ]; - benchmarkHaskellDepends = [ base text ]; + benchmarkHaskellDepends = [ + base http-media lucid2 servant servant-server text warp + ]; description = "Bindings to the Tango Controls system"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -167059,18 +167471,18 @@ self: { "http-client-tls" = callPackage ({ mkDerivation, base, bytestring, case-insensitive, containers - , crypton, crypton-connection, data-default-class, exceptions - , gauge, hspec, http-client, http-types, memory, network - , network-uri, text, tls, transformers + , crypton, crypton-connection, data-default, exceptions, gauge + , hspec, http-client, http-types, memory, network, network-uri + , text, tls, transformers }: mkDerivation { pname = "http-client-tls"; - version = "0.3.6.3"; - sha256 = "15chmlnq0nk2kxhk65r9xdjkzl94k0axcml89a5qkdiffwyzrp1q"; + version = "0.3.6.4"; + sha256 = "18qqzif376hv5lqv1c7sp4b90mq5cyfhybip472j9fcaxrph0mkp"; libraryHaskellDepends = [ base bytestring case-insensitive containers crypton - crypton-connection data-default-class exceptions http-client - http-types memory network network-uri text tls transformers + crypton-connection data-default exceptions http-client http-types + memory network network-uri text tls transformers ]; testHaskellDepends = [ base crypton-connection hspec http-client http-types @@ -167119,16 +167531,16 @@ self: { "http-conduit" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-aeson, base , blaze-builder, bytestring, case-insensitive, conduit - , conduit-extra, cookie, crypton-connection, data-default-class - , hspec, http-client, http-client-tls, http-types, HUnit, mtl - , network, resourcet, streaming-commons, temporary, text, time, tls + , conduit-extra, cookie, crypton-connection, data-default, hspec + , http-client, http-client-tls, http-types, HUnit, mtl, network + , resourcet, streaming-commons, temporary, text, time, tls , transformers, unliftio, unliftio-core, utf8-string, wai , wai-conduit, warp, warp-tls }: mkDerivation { pname = "http-conduit"; - version = "2.3.9"; - sha256 = "0mg9l71lcilgc5mfc6syw71hqk17jc7f880s63zrwvfxnhc2cvi9"; + version = "2.3.9.1"; + sha256 = "1bs12v0vh4ik87imfp4xrvpyr3kb3dm4m8y8h1djlcyjxhans10k"; libraryHaskellDepends = [ aeson attoparsec attoparsec-aeson base bytestring conduit conduit-extra http-client http-client-tls http-types mtl resourcet @@ -167137,9 +167549,9 @@ self: { testHaskellDepends = [ aeson attoparsec-aeson base blaze-builder bytestring case-insensitive conduit conduit-extra cookie crypton-connection - data-default-class hspec http-client http-types HUnit network - resourcet streaming-commons temporary text time tls transformers - unliftio utf8-string wai wai-conduit warp warp-tls + data-default hspec http-client http-types HUnit network resourcet + streaming-commons temporary text time tls transformers unliftio + utf8-string wai wai-conduit warp warp-tls ]; doCheck = false; description = "HTTP client package with conduit interface and HTTPS support"; @@ -168006,36 +168418,36 @@ self: { license = lib.licenses.bsd3; }) {}; - "http2_5_3_4" = callPackage + "http2_5_3_5" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, async, base , base16-bytestring, bytestring, case-insensitive, containers , criterion, crypton, directory, filepath, Glob, hspec , hspec-discover, http-semantics, http-types, iproute, network , network-byte-order, network-control, network-run, random, stm - , text, time-manager, typed-process, unix-time, unliftio + , text, time-manager, typed-process, unix-time , unordered-containers, utf8-string, vector }: mkDerivation { pname = "http2"; - version = "5.3.4"; - sha256 = "006l2asgkcgdiyknl363n3wfdmaxbqnnf9kls4ljqxvc677l2jj3"; + version = "5.3.5"; + sha256 = "0zfcfm59yd0i2d9mlcaig3jjc4hsgqzbvjkkl3yiydcx2nk53a3m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ array async base bytestring case-insensitive containers http-semantics http-types iproute network network-byte-order - network-control stm time-manager unix-time unliftio utf8-string + network-control stm time-manager unix-time utf8-string ]; testHaskellDepends = [ aeson aeson-pretty async base base16-bytestring bytestring crypton directory filepath Glob hspec http-semantics http-types network - network-byte-order network-run random text typed-process unliftio + network-byte-order network-run random text typed-process unordered-containers vector ]; testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ array base bytestring case-insensitive containers criterion - network-byte-order stm unliftio + network-byte-order stm ]; description = "HTTP/2 library"; license = lib.licenses.bsd3; @@ -168157,20 +168569,19 @@ self: { "http2-tls" = callPackage ({ mkDerivation, base, bytestring, crypton-x509-store - , crypton-x509-validation, data-default-class, http2, network - , network-control, network-run, recv, time-manager, tls - , utf8-string + , crypton-x509-validation, http2, network, network-control + , network-run, recv, time-manager, tls, utf8-string }: mkDerivation { pname = "http2-tls"; - version = "0.4.3"; - sha256 = "0pfjybiqiqafpbm9cr8dx4b2914l0n62xd36aw5jm8d9x8xsqdzy"; + version = "0.4.4"; + sha256 = "0l7nplayw4l8rw13ic12l3czcdb0nvf5snxa4q851jgfbl35agv4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base bytestring crypton-x509-store crypton-x509-validation - data-default-class http2 network network-control network-run recv - time-manager tls utf8-string + base bytestring crypton-x509-store crypton-x509-validation http2 + network network-control network-run recv time-manager tls + utf8-string ]; description = "Library for HTTP/2 over TLS"; license = lib.licenses.bsd3; @@ -168183,23 +168594,23 @@ self: { , bytestring, case-insensitive, conduit, conduit-extra, containers , crypton, hspec, hspec-discover, http-semantics, http-types, http2 , iproute, network, network-byte-order, quic, QuickCheck, sockaddr - , stm, time-manager, tls, unliftio + , stm, time-manager, tls }: mkDerivation { pname = "http3"; - version = "0.0.18"; - sha256 = "1wmh13irvsfkbzmg1xh5p68xqhvs21hr9dk3dk845xdn269vxidq"; + version = "0.0.19"; + sha256 = "0vdxxsmgfzjwlhph9p2biiyw14l90kpwv04h8c0q55xxfg8plkgf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ array async base bytestring case-insensitive containers http-semantics http-types http2 network network-byte-order quic - sockaddr stm time-manager unliftio + sockaddr stm time-manager ]; testHaskellDepends = [ - attoparsec base base16-bytestring bytestring conduit conduit-extra - crypton hspec http-semantics http-types http2 iproute network quic - QuickCheck stm tls unliftio + async attoparsec base base16-bytestring bytestring conduit + conduit-extra crypton hspec http-semantics http-types http2 iproute + network quic QuickCheck stm tls ]; testToolDepends = [ hspec-discover ]; description = "HTTP/3 library"; @@ -170026,21 +170437,21 @@ self: { ({ mkDerivation, aeson, aeson-pretty, amazonka-s3, async, base , binary, bytestring, contravariant, Diff, directory, exceptions , filepath, generic-lens, ghc-prim, http-conduit, hw-prelude, lens - , mtl, network, polysemy, polysemy-log, polysemy-plugin + , microlens, mtl, network, polysemy, polysemy-log, polysemy-plugin , polysemy-time, prettyprinter, process, resourcet, stm, tasty , tasty-discover, tasty-hedgehog, temporary, testcontainers, text , time, transformers, ulid, unliftio, yaml }: mkDerivation { pname = "hw-polysemy"; - version = "0.3.0.0"; - sha256 = "16cgg0z13f46hqp0abbv70pk6mw1lhckf2kf0hz994mjbprxrp2a"; + version = "0.3.0.2"; + sha256 = "0pmzlv7vff2n8lak4hwc0gzlfnh5ja51ss3wr2lbzq2chy5f9n5i"; libraryHaskellDepends = [ aeson aeson-pretty async base binary bytestring contravariant Diff directory exceptions filepath generic-lens ghc-prim http-conduit - hw-prelude lens mtl network polysemy polysemy-log polysemy-plugin - polysemy-time prettyprinter process resourcet stm temporary - testcontainers text time transformers ulid unliftio yaml + hw-prelude lens microlens mtl network polysemy polysemy-log + polysemy-plugin polysemy-time prettyprinter process resourcet stm + temporary testcontainers text time transformers ulid unliftio yaml ]; testHaskellDepends = [ amazonka-s3 base filepath generic-lens hw-prelude lens polysemy @@ -170055,16 +170466,17 @@ self: { }) {}; "hw-prelude" = callPackage - ({ mkDerivation, async, base, bytestring, contravariant, directory - , filepath, network, process, resourcet, text, unliftio + ({ mkDerivation, aeson, async, base, bytestring, contravariant + , directory, filepath, generic-lens, microlens, network, process + , resourcet, text, unliftio }: mkDerivation { pname = "hw-prelude"; - version = "0.0.0.1"; - sha256 = "13zi55k9by4ysf0r48a7bhh6sb5qri39rqv5c33d4a9aw4jp5jyj"; + version = "0.0.0.3"; + sha256 = "0z15ms53y4j4flzwh0x4683dmnadpyrzdirdbjgcs0mrppqk5az5"; libraryHaskellDepends = [ - async base bytestring contravariant directory filepath network - process resourcet text unliftio + aeson async base bytestring contravariant directory filepath + generic-lens microlens network process resourcet text unliftio ]; description = "Opinionated prelude library"; license = lib.licenses.asl20; @@ -170990,6 +171402,7 @@ self: { description = "Helper functions for HXT"; license = "LGPL"; hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "hxweb" = callPackage @@ -171566,8 +171979,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "hypergeometric"; - version = "0.1.4.0"; - sha256 = "153j8ml8gqgmgzd6aybwcwvrnafgz54myl42l293mj64kcc1yc9r"; + version = "0.1.5.1"; + sha256 = "1ylirwvbn1npc0c1cq5a1hf9z58nxihmijzxd8jil1ag46f0c3mh"; libraryHaskellDepends = [ base ]; description = "Hypergeometric functions"; license = lib.licenses.agpl3Only; @@ -171993,8 +172406,8 @@ self: { pname = "iCalendar"; version = "0.4.1.0"; sha256 = "1nh2gdmm1kd8dlflxwzdqg9xdylqblb7xhnhpl143j1wfcnd1cn4"; - revision = "1"; - editedCabalFile = "037il8bdhxbbpq5p7lpvjyvlrnx24km9lib9kz6q70p8m8mi43xn"; + revision = "2"; + editedCabalFile = "1410vr0dlmnc1g7h780nwigdk2wpnhyg47a1rfn55d2qgs8lk93r"; libraryHaskellDepends = [ base base64-bytestring bytestring case-insensitive containers data-default mime mtl network-uri old-locale parsec text time @@ -172926,7 +173339,7 @@ self: { mainProgram = "ihaskell"; }) {}; - "ihaskell_0_11_0_0" = callPackage + "ihaskell_0_12_0_0" = callPackage ({ mkDerivation, aeson, base, base64-bytestring, binary, bytestring , cmdargs, containers, directory, exceptions, filepath, ghc , ghc-boot, ghc-parser, ghc-paths, ghc-syntax-highlighter @@ -172937,8 +173350,8 @@ self: { }: mkDerivation { pname = "ihaskell"; - version = "0.11.0.0"; - sha256 = "1mjjsmjvapkmj69qzp9sskgxi04fymacvy0la7lr1rcrl9z5x5hd"; + version = "0.12.0.0"; + sha256 = "0syydbzws1gb9xsrfxwxsczskywm91mr7m6qljqhh2vwi1x4v0ch"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -176016,8 +176429,8 @@ self: { }: mkDerivation { pname = "int-like"; - version = "0.1.2"; - sha256 = "09874k3ria5nwb6rv2z3hgfxcm5hynvb2qgbyr7i09nwj4021hgq"; + version = "0.1.3"; + sha256 = "0rp22jdrgsl5ka087cjr3h6qvjs516rajd5cdxxjh154ymj5kzxz"; libraryHaskellDepends = [ algebraic-graphs base containers deepseq hashable ]; @@ -176283,6 +176696,7 @@ self: { executableHaskellDepends = [ base posix-timer streaming unix ]; description = "Poll modern Intel/AMD CPU power consumption on Linux via RAPL"; license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; mainProgram = "intel-powermon"; }) {}; @@ -176692,6 +177106,8 @@ self: { pname = "interpolation"; version = "0.1.1.2"; sha256 = "0y61hwm4xfa1wna4xk61c5p3b3z8i589lz6cxkk2pbaifydccxy0"; + revision = "1"; + editedCabalFile = "179papjalxxl2nsmcv95xz9kjdha148ljyz4syr581f1fn5vklzd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base utility-ht ]; @@ -177863,26 +178279,6 @@ self: { }) {}; "iproute" = callPackage - ({ mkDerivation, appar, base, byteorder, bytestring, containers - , hspec, hspec-discover, network, QuickCheck, safe - }: - mkDerivation { - pname = "iproute"; - version = "1.7.14"; - sha256 = "0kvbddh7h5fg5makk0j9hx7wa8si6xmq3rg10w2bv3rwwnsbgw4k"; - libraryHaskellDepends = [ - appar base byteorder bytestring containers network - ]; - testHaskellDepends = [ - appar base byteorder bytestring containers hspec network QuickCheck - safe - ]; - testToolDepends = [ hspec-discover ]; - description = "IP Routing Table"; - license = lib.licenses.bsd3; - }) {}; - - "iproute_1_7_15" = callPackage ({ mkDerivation, appar, base, byteorder, bytestring, containers , hspec, hspec-discover, network, QuickCheck, safe }: @@ -177900,7 +178296,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "IP Routing Table"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "iptables-helpers" = callPackage @@ -179577,10 +179972,8 @@ self: { }: mkDerivation { pname = "jacinda"; - version = "3.2.0.0"; - sha256 = "0vm55xalnlj7kkpc0n2hdzs5i5rizbig4bi2r77h1b5d9yz0iwjw"; - revision = "2"; - editedCabalFile = "0qf5zi8k7vlkli1d51mhhc9lbh39xd4gvrhcpar792npdi8jwx1c"; + version = "3.2.0.1"; + sha256 = "0d5snl6m9ij81qvsbm949lyh7dwrsvfb725hy87jnigmgkyxzjls"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -179590,7 +179983,9 @@ self: { text transformers vector ]; libraryToolDepends = [ alex happy ]; - executableHaskellDepends = [ base optparse-applicative text ]; + executableHaskellDepends = [ + base directory optparse-applicative text + ]; testHaskellDepends = [ base bytestring tasty tasty-hunit text ]; benchmarkHaskellDepends = [ base criterion deepseq silently text ]; doHaddock = false; @@ -181271,13 +181666,14 @@ self: { }) {}; "jsaddle-wasm" = callPackage - ({ mkDerivation, base, jsaddle }: + ({ mkDerivation, base, bytestring, jsaddle }: mkDerivation { pname = "jsaddle-wasm"; - version = "0.0.0.0"; - sha256 = "03n1541sajbms1pkad6jajxfddx6xm5py4b7j1v77kafxi61dlxw"; - libraryHaskellDepends = [ base jsaddle ]; - description = "Run JSaddle @JSM@ with the GHC WASM backend"; + version = "0.0.1.0"; + sha256 = "1cv0a2nw3y429qa0hb9fv4ddhggf3w8wqawkv3gs981f7np0sg2s"; + libraryHaskellDepends = [ base bytestring jsaddle ]; + doHaddock = false; + description = "Run JSaddle JSM with the GHC WASM backend"; license = lib.licenses.cc0; }) {}; @@ -182069,10 +182465,8 @@ self: { }: mkDerivation { pname = "json-sop"; - version = "0.2.2"; - sha256 = "17smxridqmbj1ic2b25kv1byr07lw6phqa1jx98a5yccflwhvmq4"; - revision = "1"; - editedCabalFile = "0k5cxbqf062f2slqq57vm4qr32kd3xa8kn9zmvl06iwwb2fd6zjf"; + version = "0.2.3"; + sha256 = "1yfa6fpc968pyy403dxq9ipk4k2xl16pjdimm0n8bn7766ihcszb"; libraryHaskellDepends = [ aeson base generics-sop lens-sop tagged text time transformers unordered-containers vector @@ -183627,10 +184021,8 @@ self: { }: mkDerivation { pname = "kansas-comet"; - version = "0.4.2"; - sha256 = "01g30ck1nhj8qwz475mvwvmd8nc1yqxl5qi84c957gp116kig2v7"; - revision = "3"; - editedCabalFile = "00wy4v9xdnp4801qww61gpqfshnbymmh4571rs56lq2f1apzifgv"; + version = "0.4.3"; + sha256 = "0c4nm5ns5acg73biysww8jam1v4kj1k9rk96bl6ad5g2nria7hlp"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base containers data-default-class scotty stm text time @@ -185096,7 +185488,7 @@ self: { mainProgram = "keter"; }) {}; - "keter_2_1_7" = callPackage + "keter_2_1_8" = callPackage ({ mkDerivation, aeson, array, async, attoparsec, base , blaze-builder, bytestring, case-insensitive, conduit , conduit-extra, containers, directory, fast-logger, filepath @@ -185110,8 +185502,8 @@ self: { }: mkDerivation { pname = "keter"; - version = "2.1.7"; - sha256 = "16chqiyqp3cjyf9ci6zkbgngynf0q6jrkw6nzjc6m6s20sr07j1r"; + version = "2.1.8"; + sha256 = "1ba10cd5iiv1ignra11k30cfip3p8sw382735vvigc6gbj6h45wk"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -185257,21 +185649,6 @@ self: { }) {}; "keycode" = callPackage - ({ mkDerivation, base, containers, ghc-prim, template-haskell }: - mkDerivation { - pname = "keycode"; - version = "0.2.2"; - sha256 = "046k8d1h5wwadf5z4pppjkc3g7v2zxlzb06s1xgixc42y5y41yan"; - revision = "11"; - editedCabalFile = "0il646ra0nb0fy1310im1y82w9gh08j6vwi7hw7kpxy1h9q6jp4j"; - libraryHaskellDepends = [ - base containers ghc-prim template-haskell - ]; - description = "Maps web browser keycodes to their corresponding keyboard keys"; - license = lib.licenses.bsd3; - }) {}; - - "keycode_0_2_3" = callPackage ({ mkDerivation, base, containers, ghc-prim, template-haskell }: mkDerivation { pname = "keycode"; @@ -185282,7 +185659,6 @@ self: { ]; description = "Maps web browser keycodes to their corresponding keyboard keys"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "keyed" = callPackage @@ -187896,8 +188272,8 @@ self: { pname = "lame"; version = "0.2.2"; sha256 = "0zfjiyabzzkg9mdy8ynf9sa89zcdpvynzhph7svyjxw6a6h0i0mg"; - revision = "1"; - editedCabalFile = "1d12xrg7whm83v60dq01r961svp8dn212qwy108wh8z5v5hvfryp"; + revision = "2"; + editedCabalFile = "11797lagzb5i24b7h0m50k1lxqldlykqyj1f8aka0jzh7a340xlx"; enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring directory exceptions filepath text wave @@ -189322,6 +189698,26 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "language-spir-v" = callPackage + ({ mkDerivation, base, bytestring, c-enum, nowdoc, shaderc + , template-haskell + }: + mkDerivation { + pname = "language-spir-v"; + version = "0.1.0.1"; + sha256 = "034hidvwyl2yzh8wxfaydnsrfbgs12pim3hv33whdvpqzvy4aqlm"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + base bytestring c-enum nowdoc template-haskell + ]; + libraryPkgconfigDepends = [ shaderc ]; + testHaskellDepends = [ + base bytestring c-enum nowdoc template-haskell + ]; + description = "Data type for SPIR-V"; + license = lib.licenses.bsd3; + }) {inherit (pkgs) shaderc;}; + "language-sqlite" = callPackage ({ mkDerivation, array, base, bytestring, containers, mtl , template-haskell, utf8-string @@ -189571,8 +189967,8 @@ self: { pname = "lapack-ffi-tools"; version = "0.1.3.1"; sha256 = "1mf41wcbxkgiv71c3jjwhsdg9d7qpa88qsifpa5vgplpx2v1p6ya"; - revision = "2"; - editedCabalFile = "1jz2kiy64vbxazhy4bsfcnwd14kqc7g9vk7v6yyw0p0zlhqfzfv5"; + revision = "3"; + editedCabalFile = "19xnq84gw4937zhmj2h8nlrlsikni7qjdm2dbljl1qv68cjs3gjz"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; @@ -189814,6 +190210,8 @@ self: { pname = "latex"; version = "0.1.0.4"; sha256 = "10m0l0wlrkkl474sdmi7cl6w6kqyqzcp05h7jdacxhzbxyf8nahw"; + revision = "1"; + editedCabalFile = "0ryjw2rsw979b9i7i23b6qf4y192za09f1yhi49czgsf4184sccb"; libraryHaskellDepends = [ base containers utility-ht ]; description = "Parse, format and process LaTeX files"; license = lib.licenses.bsd3; @@ -189977,6 +190375,31 @@ self: { mainProgram = "latex-svg-filter"; }) {}; + "lathe" = callPackage + ({ mkDerivation, base, bytestring, hspec, primitive, random, text + }: + mkDerivation { + pname = "lathe"; + version = "0.1.0.0"; + sha256 = "11ni01fma7rgd16gng8iipd4gqg0aqsmwgxgp0ni1sr02y9yg36c"; + libraryHaskellDepends = [ base bytestring primitive text ]; + testHaskellDepends = [ base bytestring hspec primitive random ]; + description = "Pure incremental byte parser"; + license = lib.licenses.bsd3; + }) {}; + + "lathe-time" = callPackage + ({ mkDerivation, base, bytestring, hspec, lathe, time }: + mkDerivation { + pname = "lathe-time"; + version = "0.1.0.0"; + sha256 = "0w75dlprdd1ppsl3g7kkky6c27wb5l7rm9vg355vmxkxlij7mp83"; + libraryHaskellDepends = [ base bytestring lathe time ]; + testHaskellDepends = [ base bytestring hspec lathe time ]; + description = "lathe + time"; + license = lib.licenses.bsd3; + }) {}; + "lattices" = callPackage ({ mkDerivation, base, containers, deepseq, hashable , integer-logarithms, QuickCheck, quickcheck-instances, tagged @@ -190636,6 +191059,8 @@ self: { libraryHaskellDepends = [ array base vector ]; description = "L-BFGS optimization"; license = "unknown"; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "lca" = callPackage @@ -191757,8 +192182,8 @@ self: { pname = "lens-sop"; version = "0.3.0"; sha256 = "145yplksxyk15fyhjssjy5f4z18h1d8bgf25pb1vqdfr10rnffi1"; - revision = "1"; - editedCabalFile = "0gnjfk3na3pk3zm2bppmic7adfpaic051wf6hlfyaysg4acwpxvm"; + revision = "2"; + editedCabalFile = "1qrcpp7wwin7gsbd8r0g7mx4a45wg6sjpl85v6l8dd056s7a9w16"; libraryHaskellDepends = [ base generics-sop optics-core transformers ]; @@ -193863,6 +194288,8 @@ self: { pname = "lifted-async"; version = "0.10.2.6"; sha256 = "1sh11zpmmxbkf00j6k0k858yhxpn7fckvw3d5yynkw263pz1hrzn"; + revision = "1"; + editedCabalFile = "0i1m2ia4cdm1kak6n8jl0ln015frdcsil2xw1gvamdci7zqq587k"; libraryHaskellDepends = [ async base constraints lifted-base monad-control transformers-base ]; @@ -193875,6 +194302,28 @@ self: { license = lib.licenses.bsd3; }) {}; + "lifted-async_0_10_2_7" = callPackage + ({ mkDerivation, async, base, constraints, deepseq, HUnit + , lifted-base, monad-control, mtl, tasty, tasty-bench + , tasty-expected-failure, tasty-hunit, tasty-th, transformers-base + }: + mkDerivation { + pname = "lifted-async"; + version = "0.10.2.7"; + sha256 = "0m9xzlj9hrbs0j4sak2jdvm13l66mpr2k99xcv7rhy8wfssvz0f2"; + libraryHaskellDepends = [ + async base constraints lifted-base monad-control transformers-base + ]; + testHaskellDepends = [ + async base HUnit lifted-base monad-control mtl tasty + tasty-expected-failure tasty-hunit tasty-th + ]; + benchmarkHaskellDepends = [ async base deepseq tasty-bench ]; + description = "Run lifted IO operations asynchronously and wait for their results"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "lifted-base" = callPackage ({ mkDerivation, base, criterion, HUnit, monad-control, monad-peel , test-framework, test-framework-hunit, transformers @@ -194545,6 +194994,8 @@ self: { pname = "linear-circuit"; version = "0.1.0.4"; sha256 = "0pyja29w1vrsi8vi65qdbc3c1vajiqgf5gff2zqh368k3hd4zpi4"; + revision = "1"; + editedCabalFile = "0gcz827i0jd9cnswrai36isdrga0y8vdlyb4nn2xjcpzy6zz6bfd"; libraryHaskellDepends = [ base comfort-array comfort-graph containers lapack netlib-ffi transformers utility-ht @@ -206777,8 +207228,8 @@ self: { pname = "midi-music-box"; version = "0.0.1.2"; sha256 = "0rnjwis6y0lnyfjxnxqk3zsh78ylccq5v21avb97vybmj0pld1l9"; - revision = "3"; - editedCabalFile = "0yh1mqpsw12dci8fgw124jbz5588v5vxdzggrn67x1pd4wvjmr8k"; + revision = "4"; + editedCabalFile = "1lpgd33852in97g89q53qd6xag29nzmp281xnh31rdppjr7zadhc"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -207023,13 +207474,13 @@ self: { , bytestring, case-insensitive, conduit, conduit-extra, directory , filepath, hspec, http-client, http-date, http-types, network , old-locale, parsec, resourcet, split, streaming-commons, text - , time, time-manager, transformers, unix, unix-time, unliftio + , time, time-manager, transformers, unix, unix-time , unordered-containers, wai, wai-app-file-cgi, wai-logger, warp }: mkDerivation { pname = "mighttpd2"; - version = "4.0.7"; - sha256 = "09cjfip6gkqrhr0dwvk5k88ygi80ikvx0ykvmdp2f6np149prfr8"; + version = "4.0.8"; + sha256 = "0yqj3m7y493bzjmx1ycyid4s40h11l46w8lv1783drlw7wpakmya"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -207037,7 +207488,7 @@ self: { array async auto-update base byteorder bytestring case-insensitive conduit conduit-extra directory filepath http-date http-types network parsec resourcet split streaming-commons text unix - unix-time unliftio unordered-containers wai wai-app-file-cgi warp + unix-time unordered-containers wai wai-app-file-cgi warp ]; executableHaskellDepends = [ base bytestring conduit-extra directory filepath http-client @@ -207423,8 +207874,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "mini"; - version = "1.4.0.0"; - sha256 = "0l94dfs2i18yvxi8insl5627wdpm523bygkbc5rg8c38gzrqja6q"; + version = "1.4.1.0"; + sha256 = "1jlvr88w038p6a9ssljjpf5jdr9b9008rdwibzqcbs1x5sxmf2xw"; libraryHaskellDepends = [ base ]; description = "Minimal essentials"; license = lib.licenses.mit; @@ -208215,8 +208666,8 @@ self: { }: mkDerivation { pname = "miso"; - version = "1.8.4.0"; - sha256 = "113gm3rqc17aa3s2hxzdm3q78c7jlf728lqggl5khya1kh2i3yl2"; + version = "1.8.5.0"; + sha256 = "0lbr1hwaidsscrqp3p6p3rr5q1mxfg3f7bb62x974jll3lisxlyb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -208245,8 +208696,8 @@ self: { ({ mkDerivation }: mkDerivation { pname = "miso-examples"; - version = "1.8.4.0"; - sha256 = "0z0q0pxkihdhjpm516xxdy3igbx23pfpn7jnjbvf2v054vjq2rmg"; + version = "1.8.5.0"; + sha256 = "0v7n1wibv4r4kn2n29np6p6rs00z6v9zfdgxi2ja38nqgc7aky7l"; isLibrary = false; isExecutable = true; description = "A tasty Haskell front-end framework"; @@ -208623,6 +209074,8 @@ self: { pname = "mmark"; version = "0.0.8.0"; sha256 = "05wzjyqh4605g2y3lhcqrjh4qzj4fv8xg5baf3xi0x6ararrwjgr"; + revision = "1"; + editedCabalFile = "13d46lpf5b1kj6b1g89gb1s91h87njz3k69mp39nsfhwq19ygibf"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base case-insensitive containers deepseq dlist email-validate @@ -212111,21 +212564,21 @@ self: { "monomer-flatpak-example" = callPackage ({ mkDerivation, async, base, bytestring, c2hs, containers - , data-default-class, dbus, desktop-portal, directory, file-io - , filepath, libpipewire, libspa, modern-uri, monomer - , monomer-hagrid, random, text + , data-default, dbus, desktop-portal, directory, file-io, filepath + , libpipewire, libspa, modern-uri, monomer, monomer-hagrid, random + , text }: mkDerivation { pname = "monomer-flatpak-example"; - version = "0.0.15.6"; - sha256 = "1pzijzrr410yclc7b7hqrbggczj7jl39mm4z6iymvza46mj969pw"; + version = "0.0.16.0"; + sha256 = "1a4kzy96b9rpl8r87im3whl3j59xbs8iqcjn208d0r0yvkmfqd30"; isLibrary = false; isExecutable = true; enableSeparateDataOutput = true; executableHaskellDepends = [ - async base bytestring containers data-default-class dbus - desktop-portal directory file-io filepath modern-uri monomer - monomer-hagrid random text + async base bytestring containers data-default dbus desktop-portal + directory file-io filepath modern-uri monomer monomer-hagrid random + text ]; executablePkgconfigDepends = [ libpipewire libspa ]; executableToolDepends = [ c2hs ]; @@ -212136,22 +212589,21 @@ self: { }) {libpipewire = null; libspa = null;}; "monomer-hagrid" = callPackage - ({ mkDerivation, base, bytestring, containers, data-default - , data-default-class, hspec, hspec-discover, lens, monomer, mtl - , stm, text + ({ mkDerivation, base, bytestring, containers, data-default, hspec + , hspec-discover, lens, monomer, mtl, stm, text }: mkDerivation { pname = "monomer-hagrid"; - version = "0.3.2.0"; - sha256 = "1vdc26pcn4f1qpk9iakxkkaqg0h1h1dx7s5jxfd7n9j91454ccpp"; + version = "0.4.0.0"; + sha256 = "0bjy5sjfi3lh9fpxk31vppp4kihxfnxqnk0x7yvsdcpy9gcrjl6g"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - base containers data-default-class lens monomer text + base containers data-default lens monomer text ]; testHaskellDepends = [ - base bytestring containers data-default data-default-class hspec - lens monomer mtl stm text + base bytestring containers data-default hspec lens monomer mtl stm + text ]; testToolDepends = [ hspec-discover ]; description = "A datagrid widget for the Monomer library"; @@ -214496,6 +214948,22 @@ self: { broken = true; }) {}; + "mtl-misc-yj" = callPackage + ({ mkDerivation, base, mtl, try-monads-tf-misc-yj }: + mkDerivation { + pname = "mtl-misc-yj"; + version = "0.1.0.2"; + sha256 = "1gyygnqgqklh133z57wr3dvqc885fmdxbivlaxrf3p41wh5ywwg4"; + revision = "1"; + editedCabalFile = "1bra354gjnfx67czl0mr7hzyhwrxj71x5pcxn9m6sh5mcf5zpkm7"; + libraryHaskellDepends = [ base mtl ]; + testHaskellDepends = [ base mtl try-monads-tf-misc-yj ]; + description = "tribial tools about mtl"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {try-monads-tf-misc-yj = null;}; + "mtl-prelude" = callPackage ({ mkDerivation, base, mtl, transformers }: mkDerivation { @@ -216984,8 +217452,8 @@ self: { }: mkDerivation { pname = "mysql-haskell"; - version = "1.1.5"; - sha256 = "06q07wahvghbalx9dm6dqmrmljlqjzqs46fbmmlp2f2ijz36m024"; + version = "1.1.6"; + sha256 = "1dzin4xk5d6dn1grqh6dagmcwj2q1rycxfsi2l23kbapm26a7m0b"; libraryHaskellDepends = [ base binary blaze-textual bytestring bytestring-lexing crypton crypton-x509 crypton-x509-store crypton-x509-system @@ -217504,10 +217972,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "named"; - version = "0.3.0.1"; - sha256 = "0dnp4qbhn6ci2dlp230gpq8c5z26wb2liani1myc598g2b3c2qij"; - revision = "5"; - editedCabalFile = "0yhv6qxdjsip5sd3z2gvwhjfq2n3l9qx6n990xfm4mz0dn935v1f"; + version = "0.3.0.2"; + sha256 = "0glm7kfkim2k94xim0cdbyqpwgw22gwghwv0fzj0i3i70r4id3bv"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Named parameters (keyword arguments) for Haskell"; @@ -218283,10 +218749,8 @@ self: { }: mkDerivation { pname = "natural-transformation"; - version = "0.4"; - sha256 = "1by8xwjc23l6pa9l4iv7zp82dykpll3vc3hgxk0pgva724n8xhma"; - revision = "12"; - editedCabalFile = "0nlyhp29s2c93d1rflrw4wkzpp98i9zr11fca2vd6z31yc7dg5pg"; + version = "0.4.1"; + sha256 = "1mx4m6dy6fm56xyhm6xjavv4q3188r2xnrnqgvmqf9a5m678yskf"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers quickcheck-instances tasty tasty-quickcheck @@ -219573,14 +220037,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "network_3_2_4_0" = callPackage + "network_3_2_5_0" = callPackage ({ mkDerivation, base, bytestring, deepseq, directory, hspec , hspec-discover, HUnit, QuickCheck, stm, temporary }: mkDerivation { pname = "network"; - version = "3.2.4.0"; - sha256 = "16xpkjcp3k22sr7aby35xf5arh0rkq330g70dqaw29v7hb87fw1c"; + version = "3.2.5.0"; + sha256 = "1ijcdfvznr8diarzj525gcfnjc1r7dqlxr16mbwibvzlj5w4f0ym"; libraryHaskellDepends = [ base bytestring deepseq directory stm ]; testHaskellDepends = [ base bytestring directory hspec HUnit QuickCheck temporary @@ -220603,6 +221067,8 @@ self: { pname = "network-transport-tests"; version = "0.3.3"; sha256 = "1x6gqv09nhqf2ynk3wx308gnwd2qqx7v54vsrlxn27vhajc105jl"; + revision = "1"; + editedCabalFile = "0xly8snwsks44cgkbprf9j9sz5rbkx37gqvb9f77bhs7wwgz22cp"; libraryHaskellDepends = [ ansi-terminal base bytestring containers mtl network-transport random @@ -222356,8 +222822,8 @@ self: { ({ mkDerivation, base, Cabal, cabal-doctest, doctest, ghc }: mkDerivation { pname = "no-recursion"; - version = "0.1.2.0"; - sha256 = "1asf13irq2py0pjd20l8kncxjj1mv0di9kbsjj0czpj51nqvmsvf"; + version = "0.1.2.2"; + sha256 = "0vdj0j29xlynv2n1z9gqk7yxh3kfynpyvj59kmpkbg8z3qhcrcg3"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base ghc ]; testHaskellDepends = [ base doctest ]; @@ -222675,8 +223141,8 @@ self: { pname = "non-empty"; version = "0.3.5"; sha256 = "0xnxisshns862l5khb70i6pkzc9l95j33vkqlk046xl6galcxdvd"; - revision = "1"; - editedCabalFile = "15rjy9al76b001qd5nyzfpadxwhhsla02q50pm8d5p1a9y4z0vzp"; + revision = "2"; + editedCabalFile = "1zppyd9xf3wrdawcf92blv7ncf5p0jria8ki72k2ydj56097knpx"; libraryHaskellDepends = [ base containers deepseq QuickCheck utility-ht ]; @@ -224144,6 +224610,7 @@ self: { ]; description = "Unified interface to various numerical optimization algorithms"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "numeric-optimization-ad" = callPackage @@ -224165,6 +224632,7 @@ self: { ]; description = "Wrapper of numeric-optimization package for using with AD package"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "numeric-optimization-backprop" = callPackage @@ -225540,8 +226008,8 @@ self: { }: mkDerivation { pname = "oeis2"; - version = "1.0.8"; - sha256 = "1bimn9jq8nw152jgb4la1cczz6c9ij8hf2xjg59z6inq4ssgyjl9"; + version = "1.0.9"; + sha256 = "15wijk3dhncjwwmizqj9q1i32bjcidgy9lv2pq0bf2iqccyqc9nc"; libraryHaskellDepends = [ aeson base containers http-conduit lens lens-aeson text vector ]; @@ -225974,13 +226442,16 @@ self: { }: mkDerivation { pname = "ollama-haskell"; - version = "0.1.0.2"; - sha256 = "12m9ar8fyfxj2bd2q6qgslmyh85fxzqvh09mgvxskdb14yxzil1c"; + version = "0.1.0.3"; + sha256 = "0fgh0c6vccdary0lp3prjn1xspq1i2bbzzsxxsnfpp002qlkz2wx"; libraryHaskellDepends = [ aeson base bytestring http-client http-types text time ]; - testHaskellDepends = [ base silently tasty tasty-hunit text ]; - description = "Ollama Haskell library"; + testHaskellDepends = [ + aeson base bytestring http-client http-types silently tasty + tasty-hunit text time + ]; + description = "Haskell bindings for ollama"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; broken = true; @@ -226448,8 +226919,8 @@ self: { ({ mkDerivation, aeson, base, text }: mkDerivation { pname = "one-line-aeson-text"; - version = "0.1.0.5"; - sha256 = "10ngmv4xbz5w4fpgprrii6n74syia824sysja7ajyv27v6zfbihf"; + version = "0.1.0.6"; + sha256 = "145nnqb2hyhj8fiizkdka33728riw1xqy0i7wsvqhiqq2mhwhm6q"; libraryHaskellDepends = [ aeson base text ]; testHaskellDepends = [ aeson base text ]; description = "Pretty-printing short Aeson values as text"; @@ -228467,8 +228938,8 @@ self: { }: mkDerivation { pname = "opt-env-conf"; - version = "0.6.0.2"; - sha256 = "1mwj5x3s40w7rgl6s87l29q47qv26nzrpilr1qfm0xinvrnq6bj2"; + version = "0.8.0.0"; + sha256 = "0wfayv1k0xxl033knm4fjfc77ffijvh75xpg0g5f0bvc5i7kvgyc"; libraryHaskellDepends = [ aeson autodocodec autodocodec-nix autodocodec-schema autodocodec-yaml base containers hashable mtl path path-io @@ -229639,8 +230110,8 @@ self: { pname = "ormolu"; version = "0.7.4.0"; sha256 = "1s7a9crjhbsmjkdvpv8ycygpiikv96s96p3lmjik4pb3q7idir2z"; - revision = "1"; - editedCabalFile = "0cr96kxx13l6vjmgx3jan0xcr7zn68gnihfqsdz6fi7jbd34jhzl"; + revision = "4"; + editedCabalFile = "1wk0yp9xh4g08p07nf1skpjqn8dy2kmza3zvj34gs70sycngkwj2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -232138,8 +232609,8 @@ self: { }: mkDerivation { pname = "pandoc-vimhl"; - version = "0.3.2.0"; - sha256 = "0ssq2ckcnnbp4mig9h788lyk164zb5rj2byqmk5vv10y86zbp3nr"; + version = "0.3.2.1"; + sha256 = "0ngc1p0vss6i5s9k5lsk9wf92z3di8qv6n1bgb923lnvs567lwk0"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -233883,20 +234354,17 @@ self: { }) {}; "parsers" = callPackage - ({ mkDerivation, attoparsec, base, base-orphans, binary, bytestring - , charset, containers, mtl, parsec, QuickCheck - , quickcheck-instances, scientific, text, transformers - , unordered-containers + ({ mkDerivation, attoparsec, base, binary, bytestring, charset + , containers, mtl, parsec, QuickCheck, quickcheck-instances + , scientific, text, transformers, unordered-containers }: mkDerivation { pname = "parsers"; - version = "0.12.11"; - sha256 = "068k7fm0s13z0jkkffc149cqcxnzpk1m066lp4ccdfcb41km1zwi"; - revision = "2"; - editedCabalFile = "1wx06q6hkib00brrf4rpvbgrcipjmb1g3xhwdqjhkh31skhlimii"; + version = "0.12.12"; + sha256 = "1g16qrhacjzfcja2wn5936xz9bwqs80xxmj189d2lwwyga5m77nx"; libraryHaskellDepends = [ - attoparsec base base-orphans binary charset containers mtl parsec - scientific text transformers unordered-containers + attoparsec base binary charset containers mtl parsec scientific + text transformers unordered-containers ]; testHaskellDepends = [ attoparsec base bytestring parsec QuickCheck quickcheck-instances @@ -234274,10 +234742,8 @@ self: { }: mkDerivation { pname = "paseto"; - version = "0.1.0.0"; - sha256 = "1pcs4p5zxnwdxbvizmiy9cwf57rn0l4yq95yxsfa9zsi0bk9df6f"; - revision = "2"; - editedCabalFile = "01vn6hhqrzlri78kp51fvgfq0ajilcpicr79jdhjbinksxxjaapx"; + version = "0.1.1.1"; + sha256 = "0z3dvcqz7jibz2cgjwami78sf4cpgi39cd16c5hlvali0fj99pqd"; libraryHaskellDepends = [ aeson base base16-bytestring base64-bytestring basement binary bytestring containers crypton deepseq memory mtl parsec text time @@ -234583,28 +235049,29 @@ self: { "patat" = callPackage ({ mkDerivation, aeson, ansi-terminal, ansi-wl-pprint, async, base , base64-bytestring, bytestring, colour, containers, directory - , filepath, mtl, network, network-uri, optparse-applicative, pandoc - , pandoc-types, process, QuickCheck, random, skylighting, tasty - , tasty-hunit, tasty-quickcheck, terminal-size, text, time - , unordered-containers, vector, wcwidth, yaml + , filepath, goldplate, hashable, mtl, network, network-uri + , optparse-applicative, pandoc, pandoc-types, process, QuickCheck + , random, skylighting, tasty, tasty-hunit, tasty-quickcheck + , terminal-size, text, time, unordered-containers, vector, wcwidth + , yaml }: mkDerivation { pname = "patat"; - version = "0.12.0.1"; - sha256 = "0mpafb16k4jh00ff07qgrqnpyshd8iwpsaaijzijl11sfildxy05"; + version = "0.13.0.0"; + sha256 = "02w6g22012kx098x757609nwwxk50nry2lc1lfxjrp6fsrz5c1nb"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ aeson ansi-terminal ansi-wl-pprint async base base64-bytestring - bytestring colour containers directory filepath mtl network - network-uri optparse-applicative pandoc pandoc-types process random - skylighting terminal-size text time unordered-containers vector - wcwidth yaml + bytestring colour containers directory filepath hashable mtl + network network-uri optparse-applicative pandoc pandoc-types + process random skylighting terminal-size text time + unordered-containers vector wcwidth yaml ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ - ansi-terminal base directory pandoc QuickCheck tasty tasty-hunit - tasty-quickcheck text + ansi-terminal base directory goldplate pandoc QuickCheck tasty + tasty-hunit tasty-quickcheck text ]; description = "Terminal-based presentations using Pandoc"; license = lib.licenses.gpl2Only; @@ -234987,6 +235454,8 @@ self: { pname = "pathtype"; version = "0.8.1.3"; sha256 = "0wik0dpqd0bjwpsjwgqzn6cghrjkh5rbv5ggkyj50savh30y9mkj"; + revision = "1"; + editedCabalFile = "1c3qzn30dkfl92i0c67wlr9c8nx75vh02r5w12rr4m0icx3mdc44"; libraryHaskellDepends = [ base deepseq directory doctest-exitcode-stdio QuickCheck semigroups tagged time transformers utility-ht @@ -237249,6 +237718,8 @@ self: { pname = "persistent-mtl"; version = "0.5.1"; sha256 = "13sz2j3g5vyvfhs97xzmzcb5a83lg4wlzmqnbmwg6l419jpj23fq"; + revision = "1"; + editedCabalFile = "0frfp7hifii11sk85j44rbd4ic0inp2gzzpfdylkbrbpfw32s54d"; libraryHaskellDepends = [ base conduit containers exceptions monad-logger mtl persistent resource-pool resourcet text transformers unliftio unliftio-core @@ -242539,19 +243010,17 @@ self: { "pointed" = callPackage ({ mkDerivation, base, comonad, containers, data-default-class - , hashable, kan-extensions, semigroupoids, semigroups, stm, tagged + , hashable, kan-extensions, semigroupoids, stm, tagged , transformers, transformers-compat, unordered-containers }: mkDerivation { pname = "pointed"; - version = "5.0.4"; - sha256 = "1mv06x2hscs220w4acm5jwg96vi4faky6ir9hnljfry3n2r2xix3"; - revision = "3"; - editedCabalFile = "070yfc5b8rww0zyvpf7jfd0k30p53wdr8mdn289afmfjk1p69kx6"; + version = "5.0.5"; + sha256 = "1wbfpd978pnkrbi05sf0yj6f50flxr9vl5m85xv3y22hzg6rb7gr"; libraryHaskellDepends = [ base comonad containers data-default-class hashable kan-extensions - semigroupoids semigroups stm tagged transformers - transformers-compat unordered-containers + semigroupoids stm tagged transformers transformers-compat + unordered-containers ]; description = "Pointed and copointed data"; license = lib.licenses.bsd3; @@ -242978,8 +243447,8 @@ self: { ({ mkDerivation, attoparsec, base, containers, ghc, text }: mkDerivation { pname = "pollock"; - version = "0.1.0.1"; - sha256 = "0ac33p84bizw2b2dndx3jlpwmfd707xcfd7d96ai6if04db43rzr"; + version = "0.1.0.2"; + sha256 = "112knjwg24mq9gigh3jmnhn3mgv51kawy0k8b7ys856429zpbflk"; libraryHaskellDepends = [ attoparsec base containers ghc text ]; description = "Functionality to help examine Haddock information of a module"; license = lib.licenses.mit; @@ -243242,6 +243711,8 @@ self: { pname = "polysemy"; version = "1.9.2.0"; sha256 = "1qwy6a59jdlzc2y7f422yvlwvd9spsgbbpm2r7jcasgxiwq3fkr0"; + revision = "1"; + editedCabalFile = "0cfnh4alps028rsn2n1kji0rdld84qf2ah10b8d036mlmbz4vsy0"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ async base containers first-class-families mtl stm syb @@ -243794,6 +244265,8 @@ self: { pname = "polysemy-plugin"; version = "0.4.5.2"; sha256 = "1inl8wk36fyc6m1fp8pyxmrc82bmznr5f1zasfmxj9q5xxbig87f"; + revision = "1"; + editedCabalFile = "1ng4wxna498jrx2y5aa7r00h563846hqmbvj51bhrp4ndqdmkdwk"; setupHaskellDepends = [ base Cabal cabal-doctest ]; libraryHaskellDepends = [ base containers ghc ghc-tcplugins-extra polysemy syb transformers @@ -245183,6 +245656,8 @@ self: { libraryHaskellDepends = [ base transformers-base unix ]; description = "Bindings to POSIX clock and timer functions"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; }) {}; "posix-waitpid" = callPackage @@ -249139,6 +249614,8 @@ self: { pname = "probability"; version = "0.2.8"; sha256 = "06vaq2wsy63vnsprpz0921v5mdqnhp58h1ly721lwrxyd8lg57hg"; + revision = "1"; + editedCabalFile = "15aj8y5yc1xmmvz1sd9kyaf3vbxzc9xw3wkhk5d3a9yqfn2cy2k5"; libraryHaskellDepends = [ base containers random transformers utility-ht ]; @@ -250599,6 +251076,22 @@ self: { broken = true; }) {}; + "property-matchers" = callPackage + ({ mkDerivation, adjunctions, base, deepseq, pretty-simple + , prettyprinter, recover-rtti, text + }: + mkDerivation { + pname = "property-matchers"; + version = "0.1.0.0"; + sha256 = "1c35mgppmlgv00x46p43l58dgrjc2pjxwfsaq4lkqq14dwpb7anj"; + libraryHaskellDepends = [ + adjunctions base deepseq pretty-simple prettyprinter recover-rtti + text + ]; + description = "A library for tests, based on transforming and writing properties"; + license = lib.licenses.bsd3; + }) {}; + "proplang" = callPackage ({ mkDerivation, base, glade, glib, gtk }: mkDerivation { @@ -252897,6 +253390,28 @@ self: { license = lib.licenses.mit; }) {}; + "pusher-http-haskell_2_1_0_19" = 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; + hydraPlatforms = lib.platforms.none; + }) {}; + "pusher-ws" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, deepseq , hashable, http-conduit, lens, lens-aeson, network, scientific @@ -254294,29 +254809,26 @@ self: { "quic" = callPackage ({ mkDerivation, array, async, base, base16-bytestring, bytestring , containers, crypto-token, crypton, crypton-x509 - , crypton-x509-system, data-default-class, fast-logger, filepath - , hspec, hspec-discover, iproute, memory, network - , network-byte-order, network-control, QuickCheck, random - , serialise, stm, tls, unix-time, unliftio, unliftio-core + , crypton-x509-system, data-default, fast-logger, filepath, hspec + , hspec-discover, iproute, memory, network, network-byte-order + , network-control, QuickCheck, random, serialise, stm, tls + , unix-time }: mkDerivation { pname = "quic"; - version = "0.2.2"; - sha256 = "0bx6bccnfrqm7593mwi1c52pmb2dimxp3pllc6m818bgwrkii61w"; - revision = "2"; - editedCabalFile = "1mkqx0kadpd99d4izkqg7wm86ffvxr0xvz3p424563dx4k1c2apk"; + version = "0.2.4"; + sha256 = "0gy3fhfwb1gn3807w4n05cwqhq8f1kgjgcy77y3amg88m23ydlm9"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - array base base16-bytestring bytestring containers crypto-token - crypton crypton-x509 crypton-x509-system data-default-class + array async base base16-bytestring bytestring containers + crypto-token crypton crypton-x509 crypton-x509-system data-default fast-logger filepath iproute memory network network-byte-order - network-control random serialise stm tls unix-time unliftio - unliftio-core + network-control random serialise stm tls unix-time ]; testHaskellDepends = [ async base base16-bytestring bytestring containers crypton hspec - network QuickCheck tls unix-time unliftio + network QuickCheck tls unix-time ]; testToolDepends = [ hspec-discover ]; description = "QUIC"; @@ -254594,7 +255106,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "quickcheck-instances_0_3_31" = callPackage + "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 @@ -254603,10 +255115,8 @@ self: { }: mkDerivation { pname = "quickcheck-instances"; - version = "0.3.31"; - sha256 = "0bsfh6fwc8h3jzkqrqk56rm6iphrmlrp80pa2z1gs79mz4d7w64v"; - revision = "2"; - editedCabalFile = "1zigggr5i4ikmc34p97x5md1nvpgkwvnvky7saxxsi5w3s3g3zqz"; + version = "0.3.32"; + sha256 = "10zz62j1jplk392c90hkg9mfk8piyp5ify94jp3rld722phg5xa8"; libraryHaskellDepends = [ array base bytestring case-insensitive containers data-fix hashable integer-logarithms old-time OneTuple primitive QuickCheck @@ -255905,8 +256415,8 @@ self: { }: mkDerivation { pname = "radix-tree"; - version = "1.0.0.2"; - sha256 = "19i156s1b9n5vmzjjbd8z7jix95km0xx7fzrig1gx712yaf9x7rh"; + version = "1.1.0.0"; + sha256 = "17ncmiq82vw5ybgfp0zcv98b03qxpsa20jap54462j9gm6c870nv"; libraryHaskellDepends = [ base bytestring deepseq primitive template-haskell text ]; @@ -257415,14 +257925,14 @@ self: { broken = true; }) {}; - "rattletrap_13_1_0" = callPackage + "rattletrap_14_0_0" = callPackage ({ mkDerivation, aeson, aeson-pretty, array, base, bytestring , containers, filepath, http-client, http-client-tls, text }: mkDerivation { pname = "rattletrap"; - version = "13.1.0"; - sha256 = "0niqx3yv215xc2pcy1hnfxrmqqclmz4h33swm8wnf1ddwajh3q9d"; + version = "14.0.0"; + sha256 = "1dl1p379mnyz1d6w7mzm2fqpdfxz8qcffpr3nmy2jbyfmxajdw1m"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -258096,8 +258606,8 @@ self: { pname = "reactive-balsa"; version = "0.4.0.1"; sha256 = "1fhn7bxfrwaa5xb2ckfy2v4aw5cdzclayprjr40zg09s77qxclc1"; - revision = "1"; - editedCabalFile = "1lfq84fgq41bych8k4avrzc04lbyl974q7y5z5wd9h9h3sz0i4wa"; + revision = "2"; + editedCabalFile = "1l5mvm1b4y8r1r6lg7h2imrfzl4y1jcc23cjm5bpcrci46n0z006"; libraryHaskellDepends = [ alsa-core alsa-seq base containers data-accessor data-accessor-transformers event-list extensible-exceptions midi @@ -258324,6 +258834,8 @@ self: { pname = "reactive-jack"; version = "0.4.1.2"; sha256 = "1ckm95dr3y14bh73nxapm9rl39bz1lpxmclgcnd9n2mkn0b1q54w"; + revision = "1"; + editedCabalFile = "045aivc9nivky6pgfwdfyffglg6v3i1zv5alk9abj5jmrz6d3pyw"; libraryHaskellDepends = [ base containers data-accessor event-list explicit-exception extensible-exceptions jack midi non-negative random @@ -258345,8 +258857,8 @@ self: { pname = "reactive-midyim"; version = "0.4.1.1"; sha256 = "1hsa7d79mf7r36grl9i41x84kg3s9j5gj2fy40mb1mhvr221pi9v"; - revision = "1"; - editedCabalFile = "0bfaylhq9nkx4ay6rx18n7df9illw8gfpv21yxgcyi43yb00560w"; + revision = "2"; + editedCabalFile = "131mg8w6dcjzlmrhr8pmlbk2x4qfnza3chik4ylfzi90bqc147gx"; libraryHaskellDepends = [ base containers data-accessor data-accessor-transformers event-list midi non-negative random reactive-banana-bunch semigroups @@ -258898,6 +259410,8 @@ self: { pname = "rec-def"; version = "0.2.2"; sha256 = "0hrca7v3visyppzzszilydhmrpkwc7hmhm0ld8ha2dd9ijvgrd22"; + revision = "1"; + editedCabalFile = "015ibrylnsmz55syn32dvl40d5n5c0pwk6llk0b36k2ak5ls2s1f"; libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base concurrency containers dejafu doctest QuickCheck random tasty @@ -262242,7 +262756,6 @@ self: { ]; description = "Hey! Hey! Can u rel8?"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.sternenseemann ]; }) {}; @@ -262564,6 +263077,32 @@ self: { broken = true; }) {}; + "relocant" = callPackage + ({ mkDerivation, aeson, base, bytestring, Cabal, crypton, directory + , envparse, filepath, hspec, memory, optparse-applicative + , postgresql-simple, process, random, temporary, text, time + }: + mkDerivation { + pname = "relocant"; + version = "1.0.0"; + sha256 = "1iazymf953msr6d7dn99slw12wmnivnx5nfzjbq8h4f84ybwmvr6"; + isLibrary = true; + isExecutable = true; + setupHaskellDepends = [ base Cabal directory filepath process ]; + libraryHaskellDepends = [ + aeson base bytestring crypton directory envparse filepath memory + optparse-applicative postgresql-simple process text time + ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ + base bytestring filepath hspec postgresql-simple random temporary + text + ]; + description = "A PostgreSQL migration CLI tool and library"; + license = lib.licenses.bsd2; + mainProgram = "relocant"; + }) {}; + "reloto" = callPackage ({ mkDerivation, base, containers, QuickCheck, tasty , tasty-quickcheck, text, transformers @@ -263512,6 +264051,8 @@ self: { pname = "req"; version = "3.13.4"; sha256 = "0s80kl29b7d35v044yvkfa6ja40k4sm3wh26qpnscqzv2n6w8zzk"; + revision = "1"; + editedCabalFile = "0hjqbxmvvrw7bslq98kyyiqgl6d70cddddx8g0g6b1f3ffd1vw9n"; enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson authenticate-oauth base blaze-builder bytestring @@ -263903,8 +264444,8 @@ self: { pname = "resolv"; version = "0.2.0.2"; sha256 = "0jz798kliih4lb16s9bjk7sa9034x1qhyrr8z9sp6ahkz4yjh3c8"; - revision = "3"; - editedCabalFile = "0i9h81lrl0gdk6i1yrg2kqdx89fzr0wb29b6p7g2y3bnnmd2cs28"; + revision = "4"; + editedCabalFile = "0xr36sf4ivlxvhsfxj51zbm1pjgs4j5xby6pzjfyrl74c89nw69y"; libraryHaskellDepends = [ base base16-bytestring binary bytestring containers ]; @@ -266513,8 +267054,8 @@ self: { }: mkDerivation { pname = "robots-txt"; - version = "0.4.1.7"; - sha256 = "0krmqznkkrq16bf78hs98ck6793nl68sn6lb5dv6skn8f10pzyfg"; + version = "0.4.1.8"; + sha256 = "0f6s07zdzjjhx4vk2khrh6y2mhfgjxlg3y3l07riiy171qzp9gkd"; libraryHaskellDepends = [ attoparsec base bytestring old-locale time ]; @@ -267046,6 +267587,63 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "ronn" = callPackage + ({ mkDerivation, base, filepath, hspec, hspec-golden, text }: + mkDerivation { + pname = "ronn"; + version = "1.1.1.0"; + sha256 = "0hrahajjmgfb93z2csyqjzbywv74z0c8yaagq5pbhasmrha2jg2i"; + libraryHaskellDepends = [ base text ]; + testHaskellDepends = [ base filepath hspec hspec-golden text ]; + description = "Describe and render Ronn documentation"; + license = lib.licenses.agpl3Only; + }) {}; + + "ronn-envparse" = callPackage + ({ mkDerivation, base, envparse, hspec, ronn, ronn-test }: + mkDerivation { + pname = "ronn-envparse"; + version = "1.0.1.0"; + sha256 = "00vl088d5c64ds9gz979s07zhz65290px4vij7zg4l9hsxhnbnnr"; + libraryHaskellDepends = [ base envparse ronn ]; + testHaskellDepends = [ base envparse hspec ronn-test ]; + description = "Produce Ronn from OptEnvConf"; + license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {ronn-test = null;}; + + "ronn-opt-env-conf" = callPackage + ({ mkDerivation, base, hspec, opt-env-conf, ronn, ronn-test, text + }: + mkDerivation { + pname = "ronn-opt-env-conf"; + version = "1.0.1.0"; + sha256 = "0s2myfg84d3ki0ls816xvllw2dinyzn7gy7ckk6zgc56jckrbs3y"; + libraryHaskellDepends = [ base opt-env-conf ronn text ]; + testHaskellDepends = [ base hspec opt-env-conf ronn-test ]; + description = "Produce Ronn from OptEnvConf"; + license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {ronn-test = null;}; + + "ronn-optparse-applicative" = callPackage + ({ mkDerivation, base, hspec, optparse-applicative, ronn, ronn-test + , text + }: + mkDerivation { + pname = "ronn-optparse-applicative"; + version = "1.0.1.0"; + sha256 = "1l8hsdlb2j3c4q1lmz7kxp16z9vky83gai5kl8jqcb6n7is9c5m2"; + libraryHaskellDepends = [ base optparse-applicative ronn text ]; + testHaskellDepends = [ base hspec optparse-applicative ronn-test ]; + description = "Produce Ronn from OptEnvConf"; + license = lib.licenses.agpl3Only; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {ronn-test = null;}; + "roots" = callPackage ({ mkDerivation, base, tagged }: mkDerivation { @@ -269080,6 +269678,31 @@ self: { license = lib.licenses.mit; }) {}; + "safe-json_1_2_0_2" = callPackage + ({ mkDerivation, aeson, base, bytestring, containers, dlist + , hashable, quickcheck-instances, scientific, tasty, tasty-hunit + , tasty-quickcheck, temporary, text, time, unordered-containers + , uuid, uuid-types, vector + }: + mkDerivation { + pname = "safe-json"; + version = "1.2.0.2"; + sha256 = "1zl0f3y1kih1y3i6376rkizd9kfklqxf7lnj3aipn5ph935lljrz"; + libraryHaskellDepends = [ + aeson base bytestring containers dlist hashable scientific tasty + tasty-hunit tasty-quickcheck text time unordered-containers + uuid-types vector + ]; + testHaskellDepends = [ + aeson base bytestring containers dlist hashable + quickcheck-instances scientific tasty tasty-hunit tasty-quickcheck + temporary text time unordered-containers uuid uuid-types vector + ]; + description = "Automatic JSON format versioning"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "safe-lazy-io" = callPackage ({ mkDerivation, base, extensible-exceptions, parallel, strict-io }: @@ -270084,6 +270707,83 @@ self: { license = lib.licenses.bsd3; }) {}; + "sandwich_0_3_0_0" = callPackage + ({ mkDerivation, aeson, ansi-terminal, async, base, brick + , bytestring, colour, containers, deepseq, directory, exceptions + , filepath, free, haskell-src-exts, microlens, microlens-th + , monad-control, monad-logger, mtl, optparse-applicative + , pretty-show, process, retry, safe, stm, string-interpolate + , template-haskell, text, time, transformers, transformers-base + , unix, unliftio, unliftio-core, vector, vty, vty-crossplatform + }: + mkDerivation { + pname = "sandwich"; + version = "0.3.0.0"; + sha256 = "1krxfk7skys70n8cjpvw5khhk6xlw6l5gra9vvgqqxpcjdnbb1y4"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson ansi-terminal async base brick bytestring colour containers + deepseq directory exceptions filepath free haskell-src-exts + microlens microlens-th monad-control monad-logger mtl + optparse-applicative pretty-show process retry safe stm + string-interpolate template-haskell text time transformers + transformers-base unix unliftio unliftio-core vector vty + vty-crossplatform + ]; + executableHaskellDepends = [ + aeson ansi-terminal async base brick bytestring colour containers + deepseq directory exceptions filepath free haskell-src-exts + microlens microlens-th monad-control monad-logger mtl + optparse-applicative pretty-show process retry safe stm + string-interpolate template-haskell text time transformers + transformers-base unix unliftio unliftio-core vector vty + vty-crossplatform + ]; + testHaskellDepends = [ + aeson ansi-terminal async base brick bytestring colour containers + deepseq directory exceptions filepath free haskell-src-exts + microlens microlens-th monad-control monad-logger mtl + optparse-applicative pretty-show process retry safe stm + string-interpolate template-haskell text time transformers + transformers-base unix unliftio unliftio-core vector vty + vty-crossplatform + ]; + description = "Yet another test framework for Haskell"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + + "sandwich-contexts" = callPackage + ({ mkDerivation, aeson, base, conduit, conduit-extra, containers + , crypton-connection, data-default, exceptions, filepath, HTTP + , http-client, http-conduit, http-types, monad-logger, mtl, network + , postgresql-simple, process, random, relude, retry, safe, sandwich + , streaming-commons, string-interpolate, temporary, text, time + , transformers, unix-compat, unliftio, unliftio-core, vector + }: + mkDerivation { + pname = "sandwich-contexts"; + version = "0.3.0.0"; + sha256 = "0qmp7ag57im3a9mq6z1qkzbn1qqjnq8w9y8qinqlxzn9iwq6skg9"; + libraryHaskellDepends = [ + aeson base conduit conduit-extra containers crypton-connection + data-default exceptions filepath HTTP http-client http-conduit + http-types monad-logger mtl network process random relude retry + safe sandwich streaming-commons string-interpolate temporary text + time transformers unix-compat unliftio unliftio-core vector + ]; + testHaskellDepends = [ + base filepath postgresql-simple relude sandwich string-interpolate + unliftio + ]; + testToolDepends = [ sandwich ]; + description = "Contexts for the Sandwich test library"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "sandwich-hedgehog" = callPackage ({ mkDerivation, base, exceptions, free, hedgehog, sandwich , string-interpolate, text, time, unliftio, vty @@ -270200,6 +270900,40 @@ self: { 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 + , monad-logger, mtl, network, process, random, regex-tdfa, retry + , safe, sandwich, sandwich-contexts, string-interpolate, temporary + , text, time, transformers, unix, unliftio, unliftio-core + , unordered-containers, vector, webdriver + }: + mkDerivation { + pname = "sandwich-webdriver"; + version = "0.3.0.0"; + sha256 = "1s4j2i91csn1wplw1vnz7s8kin5v580a7m98yfas8p7nlm9bihp4"; + libraryHaskellDepends = [ + aeson base bytestring containers data-default directory exceptions + filepath http-client http-client-tls http-conduit microlens + microlens-aeson monad-control monad-logger mtl network process + random regex-tdfa retry safe sandwich sandwich-contexts + string-interpolate temporary text time transformers unix unliftio + unliftio-core unordered-containers vector webdriver + ]; + testHaskellDepends = [ + aeson base bytestring containers data-default directory exceptions + filepath http-client http-client-tls http-conduit microlens + microlens-aeson monad-control monad-logger mtl network process + random regex-tdfa retry safe sandwich sandwich-contexts + string-interpolate text time transformers unix unliftio + unliftio-core unordered-containers vector webdriver + ]; + description = "Sandwich integration with Selenium WebDriver"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "sarasvati" = callPackage ({ mkDerivation, base, deepseq, portaudio }: mkDerivation { @@ -270712,7 +271446,7 @@ self: { broken = true; }) {inherit (pkgs) z3;}; - "sbv_10_12" = callPackage + "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 @@ -270721,8 +271455,8 @@ self: { }: mkDerivation { pname = "sbv"; - version = "10.12"; - sha256 = "1siavgsc0a25rl4x22jcff2d9h1bqif4vm1nymz6niglbqnnrsv8"; + version = "11.0"; + sha256 = "1pdyy3mrhyrqacs7snn4dc9drawqij28svn8qlqxx0wr1bwx86gp"; enableSeparateDataOutput = true; libraryHaskellDepends = [ array async base containers deepseq directory filepath libBF mtl @@ -274600,6 +275334,30 @@ self: { license = lib.licenses.gpl3Only; }) {}; + "sequence-formats_1_9_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 + , tasty, tasty-hunit, transformers, vector + }: + mkDerivation { + pname = "sequence-formats"; + version = "1.9.0.0"; + sha256 = "06zv7qwmdyk35hgam34h8dp69hm936h4n53zz13cdac1kws9m5dg"; + libraryHaskellDepends = [ + attoparsec base bytestring containers errors exceptions foldl + lens-family pipes pipes-attoparsec pipes-bytestring pipes-safe + pipes-zlib streaming-commons transformers vector + ]; + testHaskellDepends = [ + base bytestring containers foldl hspec pipes pipes-safe pipes-zlib + tasty tasty-hunit transformers vector + ]; + description = "A package with basic parsing utilities for several Bioinformatic data formats"; + license = lib.licenses.gpl3Only; + hydraPlatforms = lib.platforms.none; + }) {}; + "sequenceTools" = callPackage ({ mkDerivation, ansi-wl-pprint, base, bytestring, foldl, hspec , lens-family, optparse-applicative, pipes, pipes-group @@ -275248,8 +276006,6 @@ self: { testToolDepends = [ hspec-discover markdown-unlit ]; description = "servant-server/servant-auth compatibility"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "servant-auth-swagger" = callPackage @@ -276149,6 +276905,23 @@ self: { broken = true; }) {}; + "servant-hateoas" = callPackage + ({ mkDerivation, aeson, base, http-media, servant, servant-server + }: + mkDerivation { + pname = "servant-hateoas"; + version = "0.2.1"; + sha256 = "0yw72zi2jgmm7vdfivkiajzp35pr72vmcjwnlsvz9plabk3lb1m5"; + libraryHaskellDepends = [ + aeson base http-media servant servant-server + ]; + testHaskellDepends = [ base ]; + description = "HATEOAS extension for servant"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "servant-haxl-client" = callPackage ({ mkDerivation, aeson, async, attoparsec, base, bytestring , deepseq, either, exceptions, hashable, haxl, hspec, http-client @@ -276186,8 +276959,8 @@ self: { }: mkDerivation { pname = "servant-hmac-auth"; - version = "0.1.6"; - sha256 = "19w7kg39mzrzir8l0qism3zqjgln7wa02zzbdk9swwnfcja8xm1h"; + version = "0.1.7"; + sha256 = "1fj7fjnanmdc92v9xcn1p47w3bav36bl2ck1w1r3s52w8znw1d6v"; libraryHaskellDepends = [ base base64-bytestring bytestring case-insensitive containers cryptonite http-client http-types memory mtl servant servant-client @@ -278937,8 +279710,8 @@ self: { }: mkDerivation { pname = "sexpresso"; - version = "1.2.4.0"; - sha256 = "1lpr6kl79kcfxxmnr7hkr2rxk51y599dj4303f1dw7i0vlbm7rfb"; + version = "1.2.5.0"; + sha256 = "1r89d6r6hbby9k4rl21m1hqbyf74lg065xp62r682xmfcczix3hm"; libraryHaskellDepends = [ base bifunctors containers megaparsec recursion-schemes text ]; @@ -279060,7 +279833,6 @@ self: { ]; description = "SGF (Smart Game Format) parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "sgrep" = callPackage @@ -280243,8 +281015,8 @@ self: { }: mkDerivation { pname = "shellify"; - version = "0.11.0.3"; - sha256 = "1hkf1p2qjb5jc7qkizwsrcb16fhnf2jvqg1y17ly0pgr22lkvxf1"; + version = "0.11.0.4"; + sha256 = "1q0fjdsw76507f0abx6vcqhm1khsx8rd4d1nnipfpj4vsp5w1dbc"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -280259,6 +281031,30 @@ self: { maintainers = [ lib.maintainers.danielrolls ]; }) {}; + "shellify_0_11_0_5" = callPackage + ({ mkDerivation, base, containers, data-default, directory, extra + , hspec, hspec-core, HStringTemplate, mtl, raw-strings-qq, shake + , text, unordered-containers + }: + mkDerivation { + pname = "shellify"; + version = "0.11.0.5"; + sha256 = "0anxcifp15wgk7wji6ks9dcvfzy14q0bwkf6ixx6j42rmbs6fssz"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + base containers data-default directory extra HStringTemplate mtl + raw-strings-qq shake text unordered-containers + ]; + executableHaskellDepends = [ base raw-strings-qq text ]; + testHaskellDepends = [ base hspec hspec-core raw-strings-qq text ]; + description = "A tool for generating shell.nix files"; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + mainProgram = "nix-shellify"; + maintainers = [ lib.maintainers.danielrolls ]; + }) {}; + "shellish" = callPackage ({ mkDerivation, base, bytestring, directory, filepath, mtl , process, strict, time, unix-compat @@ -280379,6 +281175,19 @@ self: { license = lib.licenses.mit; }) {}; + "shellwords_0_1_3_2" = 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; + hydraPlatforms = lib.platforms.none; + }) {}; + "shelly" = callPackage ({ mkDerivation, async, base, bytestring, containers, directory , enclosed-exceptions, exceptions, filepath, hspec, hspec-contrib @@ -284712,6 +285521,31 @@ self: { 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 + , transformers, vector + }: + mkDerivation { + pname = "slynx"; + version = "0.8.0.0"; + sha256 = "1rhp6bkkcqiw8ab82znspdlwrmmm18ksgw3976iqakar04d8yybi"; + 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; + hydraPlatforms = lib.platforms.none; + mainProgram = "slynx"; + maintainers = [ lib.maintainers.dschrempf ]; + }) {}; + "small-bytearray-builder" = callPackage ({ mkDerivation, base, bytebuild, byteslice }: mkDerivation { @@ -285514,6 +286348,8 @@ self: { pname = "smtp-mail"; version = "0.5.0.0"; sha256 = "1slmv6k47aqlnms1gjfvsjs1zw8fymvwb7j8nxpjkm554dxqzbcj"; + revision = "1"; + editedCabalFile = "0mjbrjgr7r42a9f45x4zg1zwij1v20d50x1p4g1s17v49s57hyg3"; libraryHaskellDepends = [ array base base16-bytestring base64-bytestring bytestring crypton crypton-connection data-default-class filepath memory mime-mail @@ -288189,8 +289025,8 @@ self: { pname = "sound-collage"; version = "0.2.1"; sha256 = "09g63b3k0l30z3lxmcz0zpggqqhnr7m01wh2vpm5v561rbnl8rsi"; - revision = "2"; - editedCabalFile = "0csr699dvsvyf90rcks43naiy5biv1awqj0ah4y8vnkyz261n8l5"; + revision = "3"; + editedCabalFile = "09slv6fqrkbhr1jn7h8xs0cxhdaq3r6cy1xar3vp8dil4hc6v3j8"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -288328,6 +289164,8 @@ self: { pname = "sox"; version = "0.2.3.2"; sha256 = "1ys6xm08gr3pvyrial2z1b3gvyd44b9510dpp4ifxqf882igkjgb"; + revision = "1"; + editedCabalFile = "1ncmbclz44grdvhx8lgizsp8g8sm97q6vs50sfiwxh1aqwjys7kd"; libraryHaskellDepends = [ base containers explicit-exception extensible-exceptions process sample-frame semigroups transformers unix utility-ht @@ -289155,8 +289993,8 @@ self: { }: mkDerivation { pname = "specup"; - version = "0.2.0.2"; - sha256 = "19419bzrgaky1ja5isx15fl1xbi9yrxh8i7nd06mh7bmymsprxja"; + version = "0.2.0.3"; + sha256 = "141y6m3l4m39jmdfprk9lksrcgzld1clw5sg6pqw14vry7icq9j8"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -291076,8 +291914,8 @@ self: { pname = "stache"; version = "2.3.4"; sha256 = "0kgiyxws2kir8q8zrqkzmk103y7hl6nksxl70f6fy8m9fqkjga51"; - revision = "2"; - editedCabalFile = "107iijpd6jzdnbxd8pm2kyj57645h1ax1ynzb3dfsq0akhnmsgx6"; + revision = "3"; + editedCabalFile = "1x7kgp6496jd62pz7d7yf4q1l55fd344cwjfpalxpawc769xgvg4"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -291120,6 +291958,8 @@ self: { pname = "stack"; version = "3.1.1"; sha256 = "0iax7ncga64mgkbiy0psjrd603kz8k8m67f718xl4vpyn3m03by4"; + revision = "1"; + editedCabalFile = "18a7ggbvs90d452njdwscmxjg56axk4az0w3c8shisfg0ykd1x6g"; configureFlags = [ "-fdisable-git-info" "-fhide-dependency-versions" "-fsupported-build" @@ -292497,25 +293337,6 @@ self: { }) {}; "static-bytes" = callPackage - ({ mkDerivation, base, bytestring, hspec, hspec-discover, memory - , primitive, QuickCheck, rio, text, vector - }: - mkDerivation { - pname = "static-bytes"; - version = "0.1.0"; - sha256 = "00lai18b7wzyy08l6na0lnzpzlwsld7iqfcz2r0l6qbxmdmm3hsx"; - libraryHaskellDepends = [ - base bytestring memory primitive rio vector - ]; - testHaskellDepends = [ - base bytestring hspec memory primitive QuickCheck rio text vector - ]; - testToolDepends = [ hspec-discover ]; - description = "A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data"; - license = lib.licenses.bsd3; - }) {}; - - "static-bytes_0_1_1" = callPackage ({ mkDerivation, base, bytestring, hspec, hspec-discover, memory , primitive, QuickCheck, rio, text, vector }: @@ -292532,7 +293353,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "static-canvas" = callPackage @@ -293871,6 +294691,22 @@ self: { license = lib.licenses.bsd3; }) {}; + "storable-hetero-list" = callPackage + ({ mkDerivation, base, hetero-parameter-list, storable-peek-poke }: + mkDerivation { + pname = "storable-hetero-list"; + version = "0.1.0.4"; + sha256 = "12d32lwr4apnv8m5c2kh4n1zmka2vgcigziih4ndcal4m0sh1niz"; + libraryHaskellDepends = [ + base hetero-parameter-list storable-peek-poke + ]; + testHaskellDepends = [ + base hetero-parameter-list storable-peek-poke + ]; + description = "about Storable and Hetero list"; + license = lib.licenses.bsd3; + }) {}; + "storable-offset" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -293884,6 +294720,20 @@ self: { broken = true; }) {}; + "storable-peek-poke" = callPackage + ({ mkDerivation, base, typelevel-tools-yj }: + mkDerivation { + pname = "storable-peek-poke"; + version = "0.1.0.1"; + sha256 = "1irarnv968qqmsvgvzp8xw994j267qirnj1sj57fr34z40ck3nbb"; + revision = "1"; + editedCabalFile = "18lxyryk05m4s94977g8irxiwnsp06llp962w5nh0rpsazdrhm4r"; + libraryHaskellDepends = [ base typelevel-tools-yj ]; + testHaskellDepends = [ base typelevel-tools-yj ]; + description = "class Sizable, Peek and Poke"; + license = lib.licenses.bsd3; + }) {}; + "storable-record" = callPackage ({ mkDerivation, base, QuickCheck, semigroups, transformers , utility-ht @@ -293996,6 +294846,8 @@ self: { 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 @@ -294878,8 +295730,8 @@ self: { pname = "streamly"; version = "0.10.1"; sha256 = "1iyvrhjlvfww5jmwdfx58pr5xi9jzv5h22g0nvnhgnrnxhm86sxn"; - revision = "3"; - editedCabalFile = "1g4jv5gq9bn9mb97zqh2g27l77i1ik8qznzv2lc217kylhmnm2gh"; + revision = "4"; + editedCabalFile = "1zd101rz87b9292cazb57qyhm7jy3ia69f80jqw9wjy69bhyihpf"; libraryHaskellDepends = [ atomic-primops base containers deepseq directory exceptions hashable heaps lockfree-queue monad-control mtl network @@ -294997,6 +295849,8 @@ self: { pname = "streamly-core"; version = "0.2.2"; sha256 = "10ymikc81grisamk663qkdv8rm32bxfa3p7vi86crq77xhypg56a"; + revision = "1"; + editedCabalFile = "0ygr5wnv6acwg2lcyrrq75gn23bis8k0vdxd2v765bw0yd3aqibj"; libraryHaskellDepends = [ base containers directory exceptions filepath fusion-plugin-types ghc-bignum ghc-prim heaps monad-control template-haskell @@ -296014,17 +296868,18 @@ self: { }) {}; "string-variants" = callPackage - ({ mkDerivation, aeson, base, bytestring, hedgehog, hspec - , hspec-discover, hspec-hedgehog, HUnit, mono-traversable - , QuickCheck, refined, string-conversions, template-haskell, text + ({ mkDerivation, aeson, base, bytestring, deepseq, hashable + , hedgehog, hspec, hspec-discover, hspec-hedgehog, HUnit + , mono-traversable, QuickCheck, refined, string-conversions + , template-haskell, text }: mkDerivation { pname = "string-variants"; - version = "0.3.1.0"; - sha256 = "137ri01lss5ppji7zml50p7sxnd8sfgxc2ka0hn7ki07idaznhwk"; + version = "0.3.1.1"; + sha256 = "11fym4b4qzyylmpgfbdw8v9mcpyya0zmzp2nsyn33a53ljig39g8"; libraryHaskellDepends = [ - aeson base bytestring mono-traversable QuickCheck refined - string-conversions template-haskell text + aeson base bytestring deepseq hashable mono-traversable QuickCheck + refined string-conversions template-haskell text ]; testHaskellDepends = [ aeson base hedgehog hspec hspec-hedgehog HUnit template-haskell @@ -298357,8 +299212,8 @@ self: { }: mkDerivation { pname = "svgone"; - version = "0.2.0.1"; - sha256 = "0gfi744l0060gs0cdgy7mfd9j6axivkjqbb9ayqa81v7mqrj9nzf"; + version = "0.2.0.2"; + sha256 = "0ifwsarp8kzr87lr9fivh6c3bc3ijvhb5h5ps9b7sgpc0qh57pk7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -298963,7 +299818,7 @@ self: { license = "unknown"; }) {}; - "sydtest_0_18_0_0" = callPackage + "sydtest_0_18_0_1" = callPackage ({ mkDerivation, async, autodocodec, base, bytestring, containers , deepseq, dlist, fast-myers-diff, filepath, MonadRandom, mtl , opt-env-conf, path, path-io, pretty-show, QuickCheck @@ -298972,8 +299827,8 @@ self: { }: mkDerivation { pname = "sydtest"; - version = "0.18.0.0"; - sha256 = "1krm952vqp79gw761d5f90jq30f6n9vih64ay73xacv5nzms5x5l"; + version = "0.18.0.1"; + sha256 = "1lzmm6s4z3w4ny0r9a0g40agzkz2vdzf9c91zxkjrmbmbbh6lj8l"; libraryHaskellDepends = [ async autodocodec base bytestring containers deepseq dlist fast-myers-diff filepath MonadRandom mtl opt-env-conf path path-io @@ -299176,15 +300031,15 @@ self: { broken = true; }) {}; - "sydtest-mongo_0_1_0_0" = callPackage + "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 }: mkDerivation { pname = "sydtest-mongo"; - version = "0.1.0.0"; - sha256 = "1wqhqyg513mh8vxc2ddsxd04iywlz3gwgx35zawgldi215zdfnqi"; + version = "0.2.0.0"; + sha256 = "0sca6m2k03dss7qvfhm0km4x7karg9dck61qhv3gjr42i9145hib"; libraryHaskellDepends = [ base binary bson bytestring mongoDB network path path-io port-utils process sydtest sydtest-process text yaml @@ -301094,8 +301949,8 @@ self: { }: mkDerivation { pname = "systranything"; - version = "0.1.0.0"; - sha256 = "1p6y9hvkn12n1dwnkwij2qjjdvhzqwq9sxqmlzrkclbmkmivcanj"; + version = "0.1.1.0"; + sha256 = "0d41zlfxb3gvhii3fgr4wb1gsids0l7594xdahq5s23wcapaif6b"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -302894,16 +303749,14 @@ self: { maintainers = [ lib.maintainers.maralorn ]; }) {}; - "tasty_1_5" = callPackage + "tasty_1_5_2" = callPackage ({ mkDerivation, ansi-terminal, base, containers , optparse-applicative, stm, tagged, transformers, unix }: mkDerivation { pname = "tasty"; - version = "1.5"; - sha256 = "1b19s0kf61z3zp7qx9m3j3iqmjvwvqsfwryf9lfnj3i15a2zfp6a"; - revision = "2"; - editedCabalFile = "0jr6a6klg08x9pqmap3h3ys5dhda0w92ysbnsvvi81vrzxzz98wd"; + version = "1.5.2"; + sha256 = "0dxp65vm2nfal7nhiznm26yrcq5xj6qkpzjixf2j5gmr9x2v173j"; libraryHaskellDepends = [ ansi-terminal base containers optparse-applicative stm tagged transformers unix @@ -304667,8 +305520,8 @@ self: { }: mkDerivation { pname = "telegram-bot-api"; - version = "7.4.1"; - sha256 = "1ppjyq278ri2467vcyb1z01jsqbirls8lazi1lr8pk9z0sw8mz5y"; + version = "7.4.2"; + sha256 = "0ckl3b1hcdv93wa764rgkv4kpzv52dy1rf61k6w8iha6619rh9m1"; libraryHaskellDepends = [ aeson aeson-pretty base bytestring cron filepath hashable http-api-data http-client http-client-tls monad-control mtl @@ -304693,8 +305546,8 @@ self: { pname = "telegram-bot-simple"; version = "0.14.3"; sha256 = "0h7cpa5zbhz9y362djxznl2q1s0mj1ci6fg071i21fbk1fkjsmhf"; - revision = "1"; - editedCabalFile = "0warsrhsk3vqg9hyr5ircm01shls4n201z7nmjigli1nzzidljf8"; + revision = "2"; + editedCabalFile = "1qkx0vyx4y07khwk5vf0kx735q0s3x5f4rggrdb7dy96dfpsvaz3"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -304804,6 +305657,32 @@ self: { broken = true; }) {}; + "telescope" = callPackage + ({ mkDerivation, base, binary, byte-order, bytestring, casing + , conduit, containers, effectful, exceptions, fits-parse, libyaml + , massiv, megaparsec, resourcet-effectful, scientific, skeletest + , text, time + }: + mkDerivation { + pname = "telescope"; + version = "0.2.0"; + sha256 = "0ax9sk5910zi09wnyxc9zn4sf54bsvyycsj8faxrgf840wpw990f"; + libraryHaskellDepends = [ + base binary byte-order bytestring casing conduit effectful + exceptions fits-parse libyaml massiv megaparsec resourcet-effectful + scientific text time + ]; + testHaskellDepends = [ + base binary byte-order bytestring casing conduit containers + effectful exceptions fits-parse libyaml massiv megaparsec + resourcet-effectful scientific skeletest text time + ]; + testToolDepends = [ skeletest ]; + description = "Astronomical Observations (FITS, ASDF, WCS, etc)"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + }) {}; + "teleshell" = callPackage ({ mkDerivation, attoparsec, base, bytestring, hashable, network , pipes, primitive, QuickCheck, split, tasty, tasty-hunit @@ -306741,8 +307620,6 @@ self: { testToolDepends = [ hspec-discover tasty-discover ]; description = "Docker containers for your integration tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "testing-feat" = callPackage @@ -307019,7 +307896,7 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "text_2_1_1" = callPackage + "text_2_1_2" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers , deepseq, directory, filepath, ghc-prim, QuickCheck , system-cxx-std-lib, tasty, tasty-bench, tasty-hunit @@ -307028,16 +307905,14 @@ self: { }: mkDerivation { pname = "text"; - version = "2.1.1"; - sha256 = "1azy4kzy23nhck4mxfrqdd754z8nbwpxqdgdfqjdgx45nalds374"; - revision = "1"; - editedCabalFile = "0zg8nlri1lhhyhzwl38xsil23j4xgc47ycjk0jl0f1jx0n8zphvq"; + version = "2.1.2"; + sha256 = "1dmcrvgavan5r5h4w0rjcmjii3l1rglr03wi4nd8xlw7jbshr9l4"; libraryHaskellDepends = [ array base binary bytestring deepseq ghc-prim system-cxx-std-lib template-haskell ]; testHaskellDepends = [ - base bytestring deepseq directory ghc-prim QuickCheck tasty + base binary bytestring deepseq directory ghc-prim QuickCheck tasty tasty-hunit tasty-inspection-testing tasty-quickcheck template-haskell transformers ]; @@ -307617,6 +308492,20 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "text-misc-yj" = callPackage + ({ mkDerivation, base, mtl-misc-yj, text, try-text-misc-yj }: + mkDerivation { + pname = "text-misc-yj"; + version = "0.1.0.1"; + sha256 = "1i7mkdz8kpbzyhkzjija2bzr35jr3f51v3a849px65f5jfx2sazb"; + libraryHaskellDepends = [ base mtl-misc-yj text ]; + testHaskellDepends = [ base mtl-misc-yj text try-text-misc-yj ]; + description = "tribial tools about text"; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {try-text-misc-yj = null;}; + "text-normal" = callPackage ({ mkDerivation, base, deepseq, hspec, QuickCheck , quickcheck-instances, text, text-icu @@ -307946,10 +308835,8 @@ self: { }: mkDerivation { pname = "text-show-instances"; - version = "3.9.8"; - sha256 = "13h2nfbmqzll9glifi7n9dkmaxks72w8ciwzwk106iygzpbrnw3c"; - revision = "1"; - editedCabalFile = "17nzy1wr318m90bdmj37rrzwsfhri28azgaqrvpl5igllc4d0480"; + version = "3.9.9"; + sha256 = "0ip2ym2v3rh5bi6mjfxpzrbvbrpqyi2ccaf4kfg5sy0k0yv3nrhm"; libraryHaskellDepends = [ aeson base base-compat bifunctors binary containers directory ghc-boot-th haskeline hpc nonempty-vector old-locale old-time @@ -307971,7 +308858,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "text-show-instances_3_9_9" = callPackage + "text-show-instances_3_9_10" = callPackage ({ mkDerivation, aeson, base, base-compat, bifunctors, binary , containers, directory, generic-deriving, ghc-boot-th, ghc-prim , haskeline, hpc, hspec, hspec-discover, nonempty-vector @@ -307983,8 +308870,8 @@ self: { }: mkDerivation { pname = "text-show-instances"; - version = "3.9.9"; - sha256 = "0ip2ym2v3rh5bi6mjfxpzrbvbrpqyi2ccaf4kfg5sy0k0yv3nrhm"; + version = "3.9.10"; + sha256 = "09cb391gi0hgkjk4ap4d83vg13lczrghmb9db96a4ckw1bp9pbc1"; libraryHaskellDepends = [ aeson base base-compat bifunctors binary containers directory ghc-boot-th haskeline hpc nonempty-vector old-locale old-time @@ -308825,23 +309712,6 @@ self: { }) {}; "th-lift" = callPackage - ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction - }: - mkDerivation { - pname = "th-lift"; - version = "0.8.4"; - sha256 = "06x6njyn6p6shwj5n1znq017vwalr867ziwbwzimz9jbilipgigr"; - revision = "3"; - editedCabalFile = "053glydkbz2h03s4l0isbabp4w4w4b8k3xfd61awf5vdnnyrq612"; - 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_5" = callPackage ({ mkDerivation, base, ghc-prim, template-haskell, th-abstraction }: mkDerivation { @@ -308854,7 +309724,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 @@ -308890,27 +309759,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.14"; - sha256 = "0z07qcbbsj2b3j9p1qr4jvlpa7qgjfjvymkjd6vbizka1wd2mnwx"; - revision = "4"; - editedCabalFile = "10fq55a34h1cysgigf1s2vlb0ka9s7d0lklpk63zla53fx7jshrl"; - 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_15" = callPackage ({ mkDerivation, base, bytestring, ghc-prim, hspec, hspec-discover , mtl, template-haskell, th-compat, th-lift, th-reify-many }: @@ -308927,7 +309775,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Orphan instances for TH datatypes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "th-pprint" = callPackage @@ -310648,13 +311495,13 @@ self: { license = lib.licenses.mit; }) {}; - "time-manager_0_1_0" = callPackage - ({ mkDerivation, auto-update, base, unliftio }: + "time-manager_0_1_1" = callPackage + ({ mkDerivation, auto-update, base }: mkDerivation { pname = "time-manager"; - version = "0.1.0"; - sha256 = "1r2wgi160nkky220bdwknld1ymfpq4541pzbhmkna670r1ahzcb2"; - libraryHaskellDepends = [ auto-update base unliftio ]; + version = "0.1.1"; + sha256 = "0c623xpfd5zahs2d2v7hggd53c5p1h4pii6182by6d06w60496cq"; + libraryHaskellDepends = [ auto-update base ]; description = "Scalable timer"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; @@ -311531,12 +312378,14 @@ self: { }) {}; "tinyapp" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, brick, mtl, vty }: mkDerivation { pname = "tinyapp"; - version = "0.1.0.2"; - sha256 = "1xsh0fv5zmcpgcm5xq3xap5fx9y1v8z14pdqa9xsy7v509g4c8l1"; - libraryHaskellDepends = [ base ]; + version = "0.2.0.0"; + sha256 = "0phi8q1nsbjyrkzm2w0mxh1y5bl3byzdfdp1ib1qsslc5p3z20x5"; + revision = "2"; + editedCabalFile = "1sk4sp28mlh3cx9gjxslcdy3w78v64lil277il6sdf8y6h2bwsa3"; + libraryHaskellDepends = [ base brick mtl vty ]; testHaskellDepends = [ base ]; description = "Library to build tiny apps in Haskell"; license = lib.licenses.mit; @@ -312073,29 +312922,29 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; - "tls_2_1_1" = callPackage + "tls_2_1_4" = callPackage ({ mkDerivation, asn1-encoding, asn1-types, async, base , base16-bytestring, bytestring, cereal, crypton, crypton-x509 - , crypton-x509-store, crypton-x509-validation, data-default-class + , crypton-x509-store, crypton-x509-validation, data-default , hourglass, hspec, hspec-discover, memory, mtl, network , QuickCheck, serialise, transformers, unix-time }: mkDerivation { pname = "tls"; - version = "2.1.1"; - sha256 = "1rzbyrc5x4zq0xdm5h4h0jh2l2ajhbjx5qny6x79ij7zv0c79hkp"; + version = "2.1.4"; + sha256 = "1bs3xjy9nza7yd7yrhzf10zqrg7krd6z87fqcbb2qcz4b34rc8x9"; 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 + crypton-x509-validation data-default 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 + crypton-x509-validation data-default hourglass hspec QuickCheck + serialise ]; testToolDepends = [ hspec-discover ]; description = "TLS protocol native implementation"; @@ -312161,14 +313010,16 @@ self: { license = lib.licenses.bsd3; }) {}; - "tls-session-manager_0_0_6" = callPackage + "tls-session-manager_0_0_7" = callPackage ({ mkDerivation, auto-update, base, basement, bytestring, clock , crypto-token, memory, psqueues, serialise, tls }: mkDerivation { pname = "tls-session-manager"; - version = "0.0.6"; - sha256 = "019b8d54nmmrqxf6nw4si0cym7hjmd2safq848hzihimgjp41caz"; + version = "0.0.7"; + sha256 = "0n88cnwcaz86izp0x004pbjm2nnr1x6lc75kjc26j9m4k9h266nc"; + revision = "1"; + editedCabalFile = "16ipngf44pbzf9xdvh6khkjrjz860nd48f5lrzbi5dnbjhcd6vi2"; libraryHaskellDepends = [ auto-update base basement bytestring clock crypto-token memory psqueues serialise tls @@ -312203,6 +313054,31 @@ self: { 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 + , transformers, vector + }: + mkDerivation { + pname = "tlynx"; + version = "0.8.0.0"; + sha256 = "144jr0wiww76x4k053bshs88cicpnqyz43ya6m8kmg77m5n6fpvy"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson async attoparsec base bytestring comonad containers + data-default elynx-tools elynx-tree gnuplot optparse-applicative + parallel random statistics text transformers vector + ]; + executableHaskellDepends = [ base ]; + description = "Handle phylogenetic trees"; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; + mainProgram = "tlynx"; + maintainers = [ lib.maintainers.dschrempf ]; + }) {}; + "tmapchan" = callPackage ({ mkDerivation, base, containers, hashable, stm , unordered-containers @@ -312301,7 +313177,7 @@ self: { license = lib.licenses.bsd3; }) {}; - "tmp-proc_0_7_1_0" = callPackage + "tmp-proc_0_7_2_0" = 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 @@ -312310,8 +313186,8 @@ self: { }: mkDerivation { pname = "tmp-proc"; - version = "0.7.1.0"; - sha256 = "0l7grkyl0n1h6nbhfi8ivn3wxdkjzhhwfnbxrlbvf2pbiidgj6bc"; + version = "0.7.2.0"; + sha256 = "0yyjxm5d2qyhrfjvh7zq8300fqmlykjx1xn91r0kca1j4hy9i785"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -312410,14 +313286,14 @@ self: { license = lib.licenses.bsd3; }) {}; - "tmp-proc-rabbitmq_0_7_0_1" = callPackage + "tmp-proc-rabbitmq_0_7_2_0" = callPackage ({ mkDerivation, amqp, base, bytestring, hspec, hspec-tmp-proc , text, tmp-proc }: mkDerivation { pname = "tmp-proc-rabbitmq"; - version = "0.7.0.1"; - sha256 = "1jxymiffs8822rxh4fcpiblnd9k40s53p7sx3ny1nf9a3qvh82nf"; + version = "0.7.2.0"; + sha256 = "1m6mdvsv0gd0qqrqikwl2bqz61i14w3zay7z2547vzsbdxb3mfkk"; libraryHaskellDepends = [ amqp base bytestring text tmp-proc ]; testHaskellDepends = [ amqp base bytestring hspec hspec-tmp-proc text tmp-proc @@ -313377,6 +314253,24 @@ self: { broken = true; }) {}; + "tools-yj" = callPackage + ({ mkDerivation, base, containers, data-default, mono-traversable + , stm, text + }: + mkDerivation { + pname = "tools-yj"; + version = "0.1.0.19"; + sha256 = "0zm1alj3a95mbgxmc41c6y35az75fsfc2q0g6f17rn7zbwhmk18v"; + libraryHaskellDepends = [ + base containers data-default mono-traversable stm text + ]; + testHaskellDepends = [ + base containers data-default mono-traversable stm text + ]; + description = "Tribial tools"; + license = lib.licenses.bsd3; + }) {}; + "toolshed" = callPackage ({ mkDerivation, array, base, containers, data-default, deepseq , directory, extra, filepath, HUnit, QuickCheck, random @@ -315805,8 +316699,6 @@ self: { testHaskellDepends = [ base containers template-haskell time ]; description = "Template Haskell hack to violate module abstractions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "truelevel" = callPackage @@ -316732,8 +317624,8 @@ self: { }: mkDerivation { pname = "twain"; - version = "2.2.0.0"; - sha256 = "1d69hc5nxc6pxbwbf13ch9yfmf9zphznv1w9hmszbndjwpc767nj"; + version = "2.2.0.1"; + sha256 = "1ypx89sz9gswn3696y13l6yzvn6wf8rq8ybfcl51ls7773cdkqf3"; libraryHaskellDepends = [ aeson base bytestring case-insensitive cookie either exceptions http-types http2 text time transformers vault wai wai-extra @@ -318618,19 +319510,17 @@ self: { }) {}; "typed-process-effectful" = callPackage - ({ mkDerivation, base, bytestring, effectful, effectful-core, tasty - , tasty-hunit, typed-process + ({ mkDerivation, base, bytestring, effectful, tasty, tasty-hunit + , typed-process }: mkDerivation { pname = "typed-process-effectful"; - version = "1.0.0.2"; - sha256 = "172d04jbvwiy96ggminzlg63skh4gwnbzia90hb67si2zbh8slyd"; + version = "1.0.0.3"; + sha256 = "07vsi991x9aflbk5pza1y20y9pg3zpnqjdj9c7brwv75m9yjasw5"; libraryHaskellDepends = [ - base bytestring effectful effectful-core typed-process - ]; - testHaskellDepends = [ - base effectful effectful-core tasty tasty-hunit + base bytestring effectful typed-process ]; + testHaskellDepends = [ base effectful tasty tasty-hunit ]; description = "A binding of the typed-process library for the effectful effect system"; license = lib.licenses.bsd3; hydraPlatforms = lib.platforms.none; @@ -318931,6 +319821,20 @@ self: { broken = true; }) {}; + "typelevel-tools-yj" = callPackage + ({ mkDerivation, base, template-haskell }: + mkDerivation { + pname = "typelevel-tools-yj"; + version = "0.1.0.7"; + sha256 = "187if2gk1q31cnfrdih9zw7yij6cwkmfb32bsprz9jqvwvgfixak"; + revision = "1"; + editedCabalFile = "102zdd247wja46m159smpbnfmmqk4wd9dk0g5zsycrfsnxzvz28b"; + libraryHaskellDepends = [ base template-haskell ]; + testHaskellDepends = [ base template-haskell ]; + description = "type level tools"; + license = lib.licenses.bsd3; + }) {}; + "typelits-printf" = callPackage ({ mkDerivation, base, hspec, text }: mkDerivation { @@ -320172,8 +321076,6 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Support for programming with names and binders using GHC Generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; }) {}; "unbound-generics-unify" = callPackage @@ -320188,7 +321090,6 @@ self: { ]; description = "Unification based on unbound-generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "unbound-kind-generics" = callPackage @@ -320204,7 +321105,6 @@ self: { ]; description = "Support for programming with names and binders using kind-generics"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; }) {}; "unbounded-delays" = callPackage @@ -320725,8 +321625,8 @@ self: { pname = "unicode-data"; version = "0.6.0"; sha256 = "0iwr096kwvjmx32a2drzz5hlam5sy0ca2m15ih33r8imhlb371xj"; - revision = "1"; - editedCabalFile = "0ijgkzh73x1fhjwr0zv9bg69s5ff95gdxv9acd4kpwa8nd9nvzsn"; + revision = "2"; + editedCabalFile = "1y592fjr7i0416nzxr8g91apm8ff9gls5lwr16bc7zsh9hdyahja"; libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ]; @@ -321482,8 +322382,8 @@ self: { pname = "unique-logic-tf"; version = "0.5.1"; sha256 = "0a2hjkm7kwfnqyscxxdw2r2cq3gsydv5ny91vpxxd3paknqqr0cb"; - revision = "2"; - editedCabalFile = "1508h3mn28ks1g31l1hs4gf2fib4ihylb0wrzin52krs7kkbcnvn"; + revision = "3"; + editedCabalFile = "18ksx28w58g0mdnsk0sr57n76r48dbig4dk4cks3kjzhgbix4wd2"; libraryHaskellDepends = [ base containers data-ref semigroups transformers utility-ht ]; @@ -322302,8 +323202,8 @@ self: { }: mkDerivation { pname = "unix-time"; - version = "0.4.15"; - sha256 = "0rkjjwbw4s1k13f0syy409yiqj7v9x8ghi209j3lxkh1xq9caq17"; + version = "0.4.16"; + sha256 = "1s9qws7z2z9d9ayljz98zdlsja3zvrbcb00n4arzwi3kdl9agqmc"; libraryHaskellDepends = [ base binary bytestring old-time ]; testHaskellDepends = [ base bytestring hspec old-locale old-time QuickCheck @@ -326106,6 +327006,31 @@ self: { 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 + , transformers, vector-stream + }: + mkDerivation { + pname = "vector"; + version = "0.13.2.0"; + sha256 = "08y4j6nii17wc3fs3d2za0yifd3gqf73g8zyqdnsry6bhv3h7wi8"; + libraryHaskellDepends = [ + base deepseq primitive random tasty vector-stream + ]; + testHaskellDepends = [ + base base-orphans doctest primitive QuickCheck random tasty + tasty-hunit tasty-inspection-testing tasty-quickcheck + template-haskell transformers + ]; + benchmarkHaskellDepends = [ base random tasty tasty-bench ]; + 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 @@ -328364,14 +329289,14 @@ self: { "vulkan" = callPackage ({ mkDerivation, base, bytestring, containers, inline-c, tasty , tasty-discover, tasty-hunit, template-haskell, transformers - , vector, vulkan + , vector, vulkan-loader }: mkDerivation { pname = "vulkan"; version = "3.26.2"; sha256 = "1y0yrcc2z43s98gyics9v56j0nkh6xk8knmqwslndsznzma6ga0c"; libraryHaskellDepends = [ base bytestring transformers vector ]; - libraryPkgconfigDepends = [ vulkan ]; + libraryPkgconfigDepends = [ vulkan-loader ]; testHaskellDepends = [ base containers inline-c tasty tasty-hunit template-haskell ]; @@ -328381,7 +329306,7 @@ self: { badPlatforms = [ "i686-linux" "armv7l-linux" ] ++ lib.platforms.darwin; - }) {vulkan = null;}; + }) {inherit (pkgs) vulkan-loader;}; "vulkan-api" = callPackage ({ mkDerivation, base }: @@ -328849,6 +329774,38 @@ self: { license = lib.licenses.mit; }) {}; + "wai-extra_3_1_17" = callPackage + ({ mkDerivation, aeson, ansi-terminal, base, base64-bytestring + , bytestring, call-stack, case-insensitive, containers, cookie + , 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.17"; + sha256 = "0jq1vr3sc4gbcan0w9mzvrj6p20m825zb1y4bq1yjccka146xmn7"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson ansi-terminal base base64-bytestring bytestring call-stack + 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 + ]; + testHaskellDepends = [ + aeson base bytestring case-insensitive cookie directory fast-logger + hspec http-types HUnit iproute resourcet temporary text time wai + warp word8 zlib + ]; + testToolDepends = [ hspec-discover ]; + description = "Provides some basic WAI handlers and middleware"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "wai-feature-flags" = callPackage ({ mkDerivation, aeson, base, bytestring, splitmix, text , unordered-containers, wai, warp @@ -329619,6 +330576,39 @@ self: { 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 + , hspec-tmp-proc, http-client, http-client-tls, http-types + , mustache, network, random, resourcet, streaming-commons + , temporary, test-certs, text, tmp-proc, unix, vault, wai + , wai-conduit, warp, warp-tls + }: + mkDerivation { + pname = "wai-middleware-delegate"; + version = "0.2.0.0"; + sha256 = "1jcbyrvfq7r9nfw9zmazl9nlc5z6dgxdrmjlyiqm25c4bdkkzqaa"; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ + async base blaze-builder bytestring case-insensitive conduit + conduit-extra http-client http-client-tls 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 directory filepath hspec hspec-tmp-proc http-client + http-client-tls http-types mustache network random resourcet + temporary test-certs text tmp-proc unix 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-etag" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, cryptohash , filepath, http-date, http-types, unix-compat @@ -330816,36 +331806,36 @@ self: { maintainers = [ lib.maintainers.alexfmpe ]; }) {}; - "warp_3_4_3" = 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 + "warp_3_4_4" = 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 , http-date, http-types, http2, iproute, network, process , QuickCheck, recv, simple-sendfile, stm, streaming-commons, text - , time-manager, unix, unliftio, vault, wai, word8 + , time-manager, unix, vault, wai, word8 }: mkDerivation { pname = "warp"; - version = "3.4.3"; - sha256 = "1g6g3bm8a4yjrd3h6r31ypf93r2as93d7cy17z6chwv8p41v0c86"; + version = "3.4.4"; + sha256 = "1a842yn4lq9kszcj6pnfjrdd2kfbdx8zzsn8jrv0l9s1bfz3cwmv"; 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 + array async 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 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 + array async 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 vault wai word8 ]; testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ array auto-update base bytestring case-insensitive containers - crypton-x509 gauge ghc-prim hashable http-date http-types network - recv streaming-commons text time-manager unix unliftio vault wai + criterion crypton-x509 ghc-prim hashable http-date http-types + network recv streaming-commons text time-manager unix vault wai word8 ]; description = "A fast, light-weight web server for WAI applications"; @@ -330897,8 +331887,8 @@ self: { }: mkDerivation { pname = "warp-quic"; - version = "0.0.1"; - sha256 = "06q91zca4xndq6da5h43h6nh8m04akgksjs1avb2chscraqqnaj6"; + version = "0.0.2"; + sha256 = "1hb9xv5v7l1iwhv7qgm9y3prrjkpvcd5snmw6xc9wsk3fr82xl1r"; libraryHaskellDepends = [ base bytestring http3 network quic tls wai warp ]; @@ -330966,6 +331956,23 @@ self: { license = lib.licenses.mit; }) {}; + "warp-tls_3_4_11" = callPackage + ({ mkDerivation, base, bytestring, network, recv, streaming-commons + , tls, tls-session-manager, wai, warp + }: + mkDerivation { + pname = "warp-tls"; + version = "3.4.11"; + sha256 = "1sld1xxhya85gg7gz1nznpi98rh5jwp4w0d64qcqw0dsjswhmpr3"; + libraryHaskellDepends = [ + base bytestring network recv streaming-commons tls + tls-session-manager wai warp + ]; + description = "HTTP over TLS support for Warp via the TLS package"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "warp-tls-uid" = callPackage ({ mkDerivation, base, bytestring, data-default, network , streaming-commons, tls, unix, wai, warp, warp-tls, x509 @@ -331722,20 +332729,20 @@ self: { "web-view" = callPackage ({ mkDerivation, base, bytestring, casing, containers - , effectful-core, file-embed, http-types, string-interpolate - , sydtest, sydtest-discover, text + , effectful-core, file-embed, html-entities, http-types + , string-interpolate, sydtest, sydtest-discover, text }: mkDerivation { pname = "web-view"; - version = "0.4.0"; - sha256 = "1dy9qpscj1r6g35n11qyk7fd4nkhbxp0ism8cqhgm2gwmhc2yn56"; + version = "0.5.0"; + sha256 = "007iz283s31n9dhxvw1sz7nh5fn9h4hifc6wkcnm6zwzyr5mknl7"; libraryHaskellDepends = [ base bytestring casing containers effectful-core file-embed - http-types string-interpolate text + html-entities http-types string-interpolate text ]; testHaskellDepends = [ base bytestring casing containers effectful-core file-embed - http-types string-interpolate sydtest text + html-entities http-types string-interpolate sydtest text ]; testToolDepends = [ sydtest-discover ]; description = "Type-safe HTML and CSS with intuitive layouts and composable styles"; @@ -332755,8 +333762,8 @@ self: { pname = "websockets"; version = "0.13.0.0"; sha256 = "1da95b71akggyikbxdmja3gcaqrz8sp6ri5jrsyavc2ickvi9y4s"; - revision = "2"; - editedCabalFile = "1wnj6c9vzgnmidxcy6jpv19b73qvnx4irxbqsncd688px7f7766m"; + revision = "3"; + editedCabalFile = "00mw56z595lgmm0q5pvvr8l14gymsism13m0zm59pxmzk62qvp49"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -333089,15 +334096,15 @@ self: { }) {}; "weigh" = callPackage - ({ mkDerivation, base, criterion-measurement, deepseq, ghc, mtl - , process, split, temporary + ({ mkDerivation, base, criterion-measurement, deepseq, mtl, process + , split, temporary }: mkDerivation { pname = "weigh"; - version = "0.0.17"; - sha256 = "1wp8r6mpj4cqy2mx7vxpav05qks2xj8y93rhzf9qhmvdr6r8acb2"; + version = "0.0.18"; + sha256 = "0bzix1dzq8ndhfxzpsm2sdjssdd0vzy7psj7gkg0rnvbcgf2w1nl"; libraryHaskellDepends = [ - base criterion-measurement deepseq ghc mtl process split temporary + base criterion-measurement deepseq mtl process split temporary ]; testHaskellDepends = [ base deepseq ]; description = "Measure allocations of a Haskell functions/values"; @@ -333421,6 +334428,8 @@ self: { pname = "wherefrom-compat"; version = "0.2.0.0"; sha256 = "0sy2kyp0sz0vkirlxvyc1s5szhx1f6a8zn0sysl2vbgk0yis3b0d"; + revision = "1"; + editedCabalFile = "1nz7qnhlcg2z8wm85ix1npj4aapdvdps77k1bbw6d5jk6i1rp18w"; libraryHaskellDepends = [ base ghc-heap ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "A compatibility layer for GHC's 'wherefrom' function"; @@ -334120,25 +335129,6 @@ self: { }) {}; "witch" = callPackage - ({ mkDerivation, base, bytestring, containers, HUnit, tagged - , template-haskell, text, time, transformers - }: - mkDerivation { - pname = "witch"; - version = "1.2.1.1"; - sha256 = "0zllz1wg2jpldjnyjkswrshs3agr8bbqnb6agv4avfgvffpj0rw1"; - libraryHaskellDepends = [ - base bytestring containers tagged template-haskell text time - ]; - testHaskellDepends = [ - base bytestring containers HUnit tagged text time transformers - ]; - description = "Convert values from one type into another"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.maralorn ]; - }) {}; - - "witch_1_2_2_0" = callPackage ({ mkDerivation, base, bytestring, containers, HUnit, tagged , template-haskell, text, time, transformers }: @@ -334154,7 +335144,6 @@ self: { ]; description = "Convert values from one type into another"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.maralorn ]; }) {}; @@ -334235,17 +335224,16 @@ self: { }) {}; "withdependencies" = callPackage - ({ mkDerivation, base, conduit, containers, hspec, HUnit, mtl - , profunctors + ({ mkDerivation, base, conduit, containers, hspec, mtl, profunctors }: mkDerivation { pname = "withdependencies"; - version = "0.3.0"; - sha256 = "1hjld3ndafnaxwx1c6s88dc3bimbc5vwfdf6lcsq22apzh1gmdm6"; + version = "0.3.1"; + sha256 = "0nqxws8r9a5x6ka22d4cfjxj54yfk82dpjyi8a0nnp2i0wpbxgyi"; libraryHaskellDepends = [ base conduit containers mtl profunctors ]; - testHaskellDepends = [ base conduit hspec HUnit mtl ]; + testHaskellDepends = [ base conduit hspec mtl ]; description = "Run computations that depend on one or more elements in a stream"; license = lib.licenses.gpl3Only; }) {}; @@ -335388,6 +336376,8 @@ self: { pname = "wraxml"; version = "0.5"; sha256 = "1zzslycz4hzg2l3pma0yfwdnqf08cw14b1ac5lzjm4z548bhzg0h"; + revision = "1"; + editedCabalFile = "0y0j420isc9cm1f2hl87fy33181w12cx0mn4m40ik8dld0npgbha"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -335511,6 +336501,24 @@ self: { license = lib.licenses.bsd3; }) {}; + "wreq-effectful" = callPackage + ({ mkDerivation, base, bytestring, effectful-core, http-client + , wreq + }: + mkDerivation { + pname = "wreq-effectful"; + version = "0.1.0.1"; + sha256 = "1sxqvdc0h4y767blmznb4ld0bq25aanbnrwy2wvk23rm8c7vf0w9"; + revision = "1"; + editedCabalFile = "0dvrypqffj4cmy1qvygy9r6d6iwj3d9fka063bbkgm0ri3bsc40y"; + libraryHaskellDepends = [ + base bytestring effectful-core http-client wreq + ]; + testHaskellDepends = [ base ]; + description = "Adaptation of the wreq library for the effectful ecosystem"; + license = lib.licenses.mit; + }) {}; + "wreq-helper" = callPackage ({ mkDerivation, aeson, aeson-result, base, bytestring, http-client , text @@ -337284,6 +338292,31 @@ self: { license = lib.licenses.mit; }) {}; + "xml-conduit_1_9_1_4" = callPackage + ({ mkDerivation, attoparsec, base, blaze-html, blaze-markup + , bytestring, Cabal, cabal-doctest, conduit, conduit-extra + , containers, data-default, deepseq, doctest, hspec, HUnit + , resourcet, text, transformers, xml-types + }: + mkDerivation { + pname = "xml-conduit"; + version = "1.9.1.4"; + sha256 = "0kfz8ddn1l20q41623dxjlmqjyn1i5pzj5a33pipml5z201hv6q4"; + setupHaskellDepends = [ base Cabal cabal-doctest ]; + libraryHaskellDepends = [ + attoparsec base blaze-html blaze-markup bytestring conduit + conduit-extra containers data-default deepseq resourcet text + transformers xml-types + ]; + testHaskellDepends = [ + base blaze-markup bytestring conduit conduit-extra containers + doctest hspec HUnit resourcet text transformers xml-types + ]; + description = "Pure-Haskell utilities for dealing with XML with the conduit package"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + }) {}; + "xml-conduit-decode" = callPackage ({ mkDerivation, base, bifunctors, data-default, lens, semigroups , tasty, tasty-hunit, text, time, xml-conduit, xml-types @@ -338938,6 +339971,20 @@ self: { hydraPlatforms = lib.platforms.none; }) {}; + "xtea" = callPackage + ({ mkDerivation, base, binary, bytestring, hedgehog }: + mkDerivation { + pname = "xtea"; + version = "0.1.0.0"; + sha256 = "02h75vmww3jhij49acjbhh1bp0kknvxxvy4iiizf9rw97zsawr0j"; + libraryHaskellDepends = [ base binary bytestring ]; + testHaskellDepends = [ base bytestring hedgehog ]; + description = "XTEA (eXtended Tiny Encryption Algorithm)"; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; + broken = true; + }) {}; + "xtest" = callPackage ({ mkDerivation, base, libXtst, X11 }: mkDerivation { @@ -340982,7 +342029,7 @@ self: { license = lib.licenses.mit; }) {}; - "yesod-auth-oauth2_0_7_3_0" = callPackage + "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 @@ -340990,8 +342037,8 @@ self: { }: mkDerivation { pname = "yesod-auth-oauth2"; - version = "0.7.3.0"; - sha256 = "162fr9lpcqgni6pm2d9y1a2frc234xipl5kllxkncwnnf748g234"; + version = "0.7.4.0"; + sha256 = "0s74q7scwkxc678b7j2i24c7cd3jkx34w3m0r6pbvsc0ifj2lm6x"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -341574,28 +342621,6 @@ self: { }) {}; "yesod-form" = callPackage - ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html - , blaze-markup, byteable, bytestring, containers, data-default - , email-validate, hspec, network-uri, persistent, resourcet - , shakespeare, text, time, transformers, wai, xss-sanitize - , yesod-core, yesod-persistent - }: - mkDerivation { - pname = "yesod-form"; - version = "1.7.6"; - sha256 = "1bskmz2d1nn192qirldrdfkhbqzjlq5wi7wlj8rcl4pnh5jxvqd8"; - libraryHaskellDepends = [ - aeson attoparsec base blaze-builder blaze-html blaze-markup - byteable bytestring containers data-default email-validate - network-uri persistent resourcet shakespeare text time transformers - wai xss-sanitize yesod-core yesod-persistent - ]; - testHaskellDepends = [ base hspec text time ]; - description = "Form handling support for Yesod Web Framework"; - license = lib.licenses.mit; - }) {}; - - "yesod-form_1_7_9" = callPackage ({ mkDerivation, aeson, attoparsec, base, blaze-builder, blaze-html , blaze-markup, byteable, bytestring, containers, data-default , email-validate, hspec, network-uri, persistent, resourcet @@ -341615,7 +342640,6 @@ self: { testHaskellDepends = [ base hspec text time ]; description = "Form handling support for Yesod Web Framework"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; }) {}; "yesod-form-bootstrap4" = callPackage @@ -342955,11 +343979,12 @@ self: { }: mkDerivation { pname = "yi"; - version = "0.19.2"; - sha256 = "04ppydc16w6m0ldvpxq2xr313rwak18c4k4i1jsqlb8drcwfx7ch"; + version = "0.19.3"; + sha256 = "0lhrq34wjl58cxki3a2sbck620ak2zpkcxqbxqdffd4g2bjrpkdl"; configureFlags = [ "-fpango" "-fvty" ]; isLibrary = false; isExecutable = true; + enableSeparateDataOutput = true; executableHaskellDepends = [ base microlens-platform mtl optparse-applicative yi-core yi-frontend-pango yi-frontend-vty yi-keymap-emacs yi-keymap-vim @@ -343192,15 +344217,15 @@ self: { "yi-language" = callPackage ({ mkDerivation, alex, array, base, binary, containers - , data-default, hashable, microlens-platform, oo-prototypes + , data-default, hashable, hspec, microlens-platform, oo-prototypes , pointedlist, regex-base, regex-tdfa, tasty, tasty-hspec , tasty-quickcheck, template-haskell, transformers-base , unordered-containers }: mkDerivation { pname = "yi-language"; - version = "0.19.1"; - sha256 = "0vy0dsrgg3mg1v982v71rlyshsf64rzx25x667ybsk27sl7jp6r0"; + version = "0.19.2"; + sha256 = "050g61jjhby02shj12cdjsdz6z8cj3432k3qs1q2fi67pppfa5pn"; libraryHaskellDepends = [ array base binary containers data-default hashable microlens-platform oo-prototypes pointedlist regex-base regex-tdfa @@ -343208,7 +344233,7 @@ self: { ]; libraryToolDepends = [ alex ]; testHaskellDepends = [ - array base binary containers data-default hashable + array base binary containers data-default hashable hspec microlens-platform pointedlist regex-base regex-tdfa tasty tasty-hspec tasty-quickcheck template-haskell transformers-base unordered-containers @@ -343426,6 +344451,23 @@ self: { mainProgram = "yiyd"; }) {}; + "yj-sandbox" = callPackage + ({ mkDerivation, base, template-haskell }: + mkDerivation { + pname = "yj-sandbox"; + version = "0.1.0.0"; + sha256 = "1nb0aidix6fpk73wsj0fhnyslnh57w63bd10mw9x430sc1v7j2cb"; + isLibrary = true; + isExecutable = true; + enableSeparateDataOutput = true; + libraryHaskellDepends = [ base template-haskell ]; + executableHaskellDepends = [ base template-haskell ]; + testHaskellDepends = [ base template-haskell ]; + description = "try hackage"; + license = lib.licenses.bsd3; + mainProgram = "yj-sandbox-exe"; + }) {}; + "yjftp" = callPackage ({ mkDerivation, base, directory, ftphs, haskeline, hsConfigure , mtl, process, unix @@ -344747,6 +345789,8 @@ self: { pname = "zip"; version = "2.1.0"; sha256 = "1rbrayns2q34b0cp9b6zl3k600lbgck1c214rmvmywkhmms07slm"; + revision = "1"; + editedCabalFile = "1gm82c27fvgsincz0gi3c23w2lmlb5k3shnmncwdk6c3zyc4wjz0"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c573c2a537dc5..883fe720e293b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8695,6 +8695,8 @@ with pkgs; inherit (darwin.apple_sdk.frameworks) CoreAudio AudioToolbox; }; + aws-spend-summary = haskellPackages.aws-spend-summary.bin; + backlight-auto = callPackage ../by-name/ba/backlight-auto/package.nix { zig = buildPackages.zig_0_11; }; diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index eac5f91a8b57e..f6d4aadc6e1a6 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -191,56 +191,6 @@ in llvmPackages = pkgs.llvmPackages_12; }; ghc92 = compiler.ghc928; - ghc945 = callPackage ../development/compilers/ghc/9.4.5.nix { - bootPkgs = - # Building with 9.2 is broken due to - # https://gitlab.haskell.org/ghc/ghc/-/issues/21914 - # Use 8.10 as a workaround where possible to keep bootstrap path short. - - # On ARM text won't build with GHC 8.10.* - if stdenv.buildPlatform.isAarch then - # TODO(@sternenseemann): package bindist - bb.packages.ghc902 - # No suitable bindists for powerpc64le - else if stdenv.buildPlatform.isPower64 && stdenv.buildPlatform.isLittleEndian then - bb.packages.ghc902 - else - bb.packages.ghc8107Binary; - inherit (buildPackages.python311Packages) sphinx; # a distutils issue with 3.12 - python3 = buildPackages.python311; # so that we don't have two of them - # Need to use apple's patched xattr until - # https://github.com/xattr/xattr/issues/44 and - # https://github.com/xattr/xattr/issues/55 are solved. - inherit (buildPackages.darwin) xattr autoSignDarwinBinariesHook; - # Support range >= 10 && < 14 - buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12; - llvmPackages = pkgs.llvmPackages_12; - }; - ghc946 = callPackage ../development/compilers/ghc/9.4.6.nix { - bootPkgs = - # Building with 9.2 is broken due to - # https://gitlab.haskell.org/ghc/ghc/-/issues/21914 - # Use 8.10 as a workaround where possible to keep bootstrap path short. - - # On ARM text won't build with GHC 8.10.* - if stdenv.buildPlatform.isAarch then - # TODO(@sternenseemann): package bindist - bb.packages.ghc902 - # No suitable bindists for powerpc64le - else if stdenv.buildPlatform.isPower64 && stdenv.buildPlatform.isLittleEndian then - bb.packages.ghc902 - else - bb.packages.ghc8107Binary; - inherit (buildPackages.python311Packages) sphinx; # a distutils issue with 3.12 - python3 = buildPackages.python311; # so that we don't have two of them - # Need to use apple's patched xattr until - # https://github.com/xattr/xattr/issues/44 and - # https://github.com/xattr/xattr/issues/55 are solved. - inherit (buildPackages.darwin) xattr autoSignDarwinBinariesHook; - # Support range >= 10 && < 14 - buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12; - llvmPackages = pkgs.llvmPackages_12; - }; ghc947 = callPackage ../development/compilers/ghc/9.4.7.nix { bootPkgs = # Building with 9.2 is broken due to @@ -593,16 +543,6 @@ in compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.2.x.nix { }; }; ghc92 = packages.ghc928; - ghc945 = callPackage ../development/haskell-modules { - buildHaskellPackages = bh.packages.ghc945; - ghc = bh.compiler.ghc945; - compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.4.x.nix { }; - }; - ghc946 = callPackage ../development/haskell-modules { - buildHaskellPackages = bh.packages.ghc946; - ghc = bh.compiler.ghc946; - compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.4.x.nix { }; - }; ghc947 = callPackage ../development/haskell-modules { buildHaskellPackages = bh.packages.ghc947; ghc = bh.compiler.ghc947; diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 0751f936d3551..7f4ffc757c939 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -69,8 +69,6 @@ let ghc926 ghc927 ghc928 - ghc945 - ghc946 ghc947 ghc948 ghc963 @@ -275,6 +273,7 @@ let agda alex arion + aws-spend-summary bench blucontrol cabal-install @@ -558,8 +557,6 @@ let compilerNames.ghc926 compilerNames.ghc927 compilerNames.ghc928 - compilerNames.ghc945 - compilerNames.ghc946 compilerNames.ghc947 compilerNames.ghc948 compilerNames.ghc9101