diff --git a/CURATORS.md b/CURATORS.md index 0a34d4ed..0e3b25af 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -206,12 +206,13 @@ If a new package fails to build because of missing system libraries we often ask ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You -can modify it and push it to Github to trigger a DockerHub build. The nightly +can modify it and push it to Github to trigger a build. The nightly branch is used for nightlies. For LTSes, we use the ltsX branch, where X is the major version number (e.g., lts3 for lts-3.\*). -Note that when starting a new LTS major release, you'll need to modify Docker -Hub to create a new Docker tag for the relevant branch name. +Update the `Win32` version in `build-constraints.yaml` under "GHC upper bounds". + +Note that when starting a new LTS major release, you'll need to modify `.github/workflows/image.yml` to add a new lts branch. Update `GHCVER` in `Dockerfile`. (This env var automatically gets passed to `debian-bootstrap.sh`.) @@ -241,7 +242,7 @@ docker rm $(docker ps -a -q) docker rmi $(docker images -q) ``` -but `docker pull commercialhaskell/stackage:nightly` can also be run instead just to update the nightly image say. +but `docker pull ghcr.io/commercialhaskell/stackage/build:nightly` can also be run instead just to update the nightly image say. For a new GHC version you should also delete the ~~cache~~ .stack-work snapshot install directories on the stackage-build server to ~~force all packages to be rebuilt~~ clear up some space. See: [issue#746](https://github.com/commercialhaskell/stackage/issues/746). Eg: @@ -513,6 +514,24 @@ sections, or that are of the form `- package < 0 # $version`. * Please make sure to separate bounds issues from compilation failures/test run failures, as we cannot verify that a package builds or that tests pass without running the build! +#### Diffing snapshots / Inspecting changes + +To diff existing snapshots, or to evaluate changes before they end up +in a snapshot you can run: + +``` +commenter diff-snapshot +``` + +Existing snapshots can be retrieved from https://github.com/commercialhaskell/stackage-snapshots. Preliminary snapshots can be generated by running relevant parts of `automated/build.sh`, at the time of writing: + +``` +TARGET=nightly-2021-01-14 \ # the date doesn't matter + curator update && \ + curator constraints --target $TARGET && \ + curator snapshot-incomplete --target $TARGET && \ + curator snapshot +``` ## Adding new curators @@ -555,8 +574,7 @@ Every 3-6 months, we make a new major release of LTS. The procedure we follow fo relaxed upper bounds. There will likely be some hard decisions to be made regarding relaxing a bound versus keeping more packages. All of these changes occur on master and affect nightly. -4. Once the estimated date hits, push a new `ltsXX` branch and trigger Docker - Hub to build a Docker image for the new release. +4. Once the estimated date hits, push a new `ltsXX` and wait for the docker image build. 5. Run the build procedure for the new LTS release. 6. After the LTS build completes, more aggressively prune upper bounds from `build-constraints.yaml`. diff --git a/Dockerfile b/Dockerfile index b812acb2..b89e5235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:18.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV GHCVER 9.0.1 +ENV GHCVER 9.0.2 # NOTE: also update debian-bootstrap.sh when cuda version changes ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin diff --git a/build-constraints.yaml b/build-constraints.yaml index 02141af3..bda8b3ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -10,6 +10,9 @@ cabal-format-version: "3.0" # Constraints for brand new builds packages: + "David Burkett @Disco-Dave": + - katip-wai + "Lukas Epple @sternenseemann": - socket - spacecookie @@ -124,7 +127,7 @@ packages: - Rattus "Rob Stewart @robstewart57": - - gitlab-haskell + - gitlab-haskell < 0 # 0.3.2.0 text 1.2.5.0 exports `elem` "Callan McGill @callanmcgill": - perfect-vector-shuffle @@ -284,7 +287,7 @@ packages: "Matthew Ahrens @mpahrens": - forkable-monad - - butter + - butter < 0 # 0.1.0.6 text 1.2.5.0 exports `elem` "Iris Ward @AdituV": - typenums @@ -1438,10 +1441,11 @@ packages: # incompatible bounds, we would prefer they be disabled temporarily, # rather than disabling the latest hledger-lib and hledger. # (#3494/closed, #5779/closed) - - hledger - - hledger-lib - - hledger-ui - - hledger-web + # Temporary upper bound to avoid mistaken and deprecated 1.24.99 release: + - hledger < 1.24.99 + - hledger-lib < 1.24.99 + - hledger-ui < 1.24.99 + - hledger-web < 1.24.99 "Mihai Maruseac @mihaimaruseac": - io-manager @@ -1501,7 +1505,7 @@ packages: - generic-aeson - parameterized - tracing-control - - primitive-unlifted + - primitive-unlifted < 0.2 # 1.0.0.0 ghc 9.0.2 panic, https://github.com/metrix-ai/primitive-extras/issues/6 - stm-lifted - monad-primitive - mwc-random-monad @@ -1573,9 +1577,9 @@ packages: - hasql - hasql-optparse-applicative - hasql-pool - - hasql-th < 0 # 0.4.0.9 TH compile error + - hasql-th - hasql-transaction - - headed-megaparsec >= 0.2.0.2 # OK for GHC 9.2 https://github.com/commercialhaskell/stackage/issues/6348 + - headed-megaparsec - jsonifier - list-t - mtl-prelude @@ -1586,8 +1590,8 @@ packages: - postgresql-syntax - primitive-extras - ptr-poker - - rebase >= 1.14 # https://github.com/commercialhaskell/stackage/issues/6348 - - rerebase >= 1.14 # https://github.com/commercialhaskell/stackage/issues/6348 + - rebase + - rerebase - slave-thread - stm-containers - stm-hamt @@ -1715,18 +1719,23 @@ packages: - linux-capabilities "Jens Petersen @juhp": + - bodhi - bugzilla-redhat - cabal-file - cabal-rpm - cached-json-file - - dl-fedora + - copr-api + - dl-fedora < 0 # 0.9.2 https://github.com/juhp/dl-fedora/issues/2 - fedora-dists - fedora-haskell-tools + - HaXml - hkgr - - http-directory < 0.1.9 # https://github.com/juhp/dl-fedora/issues/2 + - http-directory - http-query - koji + - pagure - pagure-cli + - pdc - pkgtreediff - rhbzquery - rpm-nvr @@ -1734,7 +1743,8 @@ packages: - simple-cabal - simple-cmd - simple-cmd-args - - HaXml + - stack-all + - stack-clean-old - async-pool - darcs @@ -2190,6 +2200,7 @@ packages: "Martijn Bastiaan @martijnbastiaan": - aeson-pretty + - doctest-parallel "Athan Clark @athanclark": - aeson-attoparsec @@ -3706,6 +3717,7 @@ packages: "Albert Krewinkel @tarleb": - hslua + - hslua-aeson - hslua-classes - hslua-core - hslua-marshalling @@ -3931,7 +3943,7 @@ packages: - binary-ext "Bob Long @bobjflong": - - yesod-csp + - yesod-csp < 0 # 0.2.5.0 text 1.2.5.0 exports `elem` "Alexander Vershilov @qnikst": - stm-conduit @@ -4031,7 +4043,7 @@ packages: - ghc-parser "Alexis Williams @typedrat": - - stb-image-redux + - stb-image-redux < 0.2.1.3 || > 0.2.1.3 # deprecated version "Alexandre Peyroux @apeyroux": - HSlippyMap @@ -4170,6 +4182,8 @@ packages: - file-path-th "Raghu Kaippully @rkaippully": + - webgear-core + - webgear-openapi - webgear-server "Alex Washburn @recursion-ninja": @@ -4236,7 +4250,7 @@ packages: - natural-induction - peano - unconstrained - - util + - util < 0 # 0.1.17.1 compile fail needs DerivingVia enabled "Ben Sima @bensima": - yesod-text-markdown @@ -4644,13 +4658,13 @@ packages: - wai-session-redis "Rory Tyler Hayford @ngua": - - ipa < 0 # https://gitlab.com/ngua/ipa-hs/-/issues/1 + - ipa "Andreas Herrmann @aherrmann": - capability "Dustin Sallings @dustin": - - net-mqtt < 0 # 0.8.1.0 compile fail attoparsec 0.14 + - net-mqtt - net-mqtt-lens "David A Roberts @davidar": @@ -5017,7 +5031,7 @@ packages: - process-extras - product-isomorphic - project-template - - protobuf < 0.2.1.4 # https://github.com/alphaHeavy/protobuf/issues/39 + - protobuf < 0.2.1.4 || > 0.2.1.4 # deprecated version - pureMD5 - quickcheck-instances - quickcheck-io @@ -5200,18 +5214,18 @@ packages: - boxes - cassava - charsetdetect-ae # #6326/closed - - coercible-utils # 6271 + - coercible-utils # #6271 - compiler-warnings # #6326/closed - curl - docopt # #6326/closed - dynamic-state # #6326/closed - first-class-patterns # #5965/closed - ghc-trace-events # #6326/closed - - hashing # 6271 - - hnix-store-core # 6271 + - hashing # #6271 + - hnix-store-core # #6271 - ilist # #5965/closed - io-storage # #6326/closed - - monadlist # 6271 + - monadlist # #6271 - non-empty-sequence - numeric-limits # #6326/closed - oo-prototypes # #6326/closed @@ -5219,7 +5233,7 @@ packages: - opentelemetry-extra # #6326/closed - opentelemetry-lightstep # #6326/closed - opentelemetry-wai # #6326/closed - - path # 6271 + - path # #6271 - pattern-arrows - planb-token-introspection # #6326/closed - pointedlist # #6326/closed @@ -5274,7 +5288,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.10.0.0 + - Win32 == 2.12.0.1 # Section for packages that have been mass-disabled due to # compilation failures, e.g. after we upgrade GHC. Every package @@ -5320,7 +5334,6 @@ packages: - exinst < 0 # 0.8 - ftp-client-conduit < 0 # 0.5.0.5 - giphy-api < 0 # 0.7.0.0 https://github.com/passy/giphy-api/pull/19 - - groundhog-th < 0 # 0.11 - gluturtle < 0 # 0.0.58.1 - haskell-import-graph < 0 # 1.0.4 - haskell-spacegoo < 0 # 0.2.0.1 @@ -5383,7 +5396,6 @@ packages: - tintin < 0 # 1.10.1 - turtle-options < 0 # 0.1.0.4 - type-assertions < 0 # 0.1.0.0 - - type-map < 0 # 0.1.6.0 - typecheck-plugin-nat-simple < 0 # 0.1.0.2 - ulid < 0 # 0.3.0.0 - uncertain < 0 # 0.3.1.0 @@ -5441,24 +5453,23 @@ packages: - HStringTemplate < 0 # tried HStringTemplate-0.8.8, but its *library* does not support: template-haskell-2.18.0.0 - HStringTemplate < 0 # tried HStringTemplate-0.8.8, but its *library* does not support: time-1.11.1.1 - HaTeX < 0 # tried HaTeX-3.22.3.0, but its *library* does not support: bytestring-0.11.1.0 - - HaTeX < 0 # tried HaTeX-3.22.3.0, but its *library* does not support: hashable-1.4.0.1 + - HaTeX < 0 # tried HaTeX-3.22.3.0, but its *library* does not support: hashable-1.4.0.2 - HaskellNet < 0 # tried HaskellNet-0.6, but its *library* does not support: base-4.16.0.0 - HaskellNet-SSL < 0 # tried HaskellNet-SSL-0.3.4.4, but its *library* requires the disabled package: HaskellNet - Hoed < 0 # tried Hoed-0.5.1, but its *library* requires the disabled package: regex-tdfa-text - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *executable* does not support: fast-logger-3.1.0 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *executable* does not support: optparse-applicative-0.16.1.0 - - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: IPv6Addr-2.0.3 - - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: aeson-2.0.2.0 - - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: attoparsec-0.14.3 + - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: IPv6Addr-2.0.4 + - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: aeson-2.0.3.0 + - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: attoparsec-0.14.4 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: bytestring-0.11.1.0 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: hedis-0.15.0 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: unordered-containers-0.2.16.0 - - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: attoparsec-0.14.3 + - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: attoparsec-0.14.4 - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 - - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: hashable-1.4.0.1 - - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: text-show-3.9.4 + - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: hashable-1.4.0.2 + - JuicyPixels-blp < 0 # tried JuicyPixels-blp-0.2.0.0, but its *library* does not support: text-show-3.9.6 - JuicyPixels-blurhash < 0 # tried JuicyPixels-blurhash-0.1.0.3, but its *library* does not support: bytestring-0.11.1.0 - - JuicyPixels-scale-dct < 0 # tried JuicyPixels-scale-dct-0.1.2, but its *library* does not support: base-4.16.0.0 - LambdaHack < 0 # tried LambdaHack-0.11.0.0, but its *library* requires the disabled package: sdl2 - MFlow < 0 # tried MFlow-0.4.6.0, but its *library* requires the disabled package: Workflow - MFlow < 0 # tried MFlow-0.4.6.0, but its *library* requires the disabled package: monadloc @@ -5472,12 +5483,11 @@ packages: - OpenAL < 0 # tried OpenAL-1.7.0.5, but its *library* requires the disabled package: OpenGL - OpenGL < 0 # tried OpenGL-3.0.3.0, but its *library* does not support: bytestring-0.11.1.0 - PrimitiveArray < 0 # tried PrimitiveArray-0.10.1.1, but its *library* requires the disabled package: DPutils - - QuasiText < 0 # tried QuasiText-0.1.2.6, but its *library* requires the disabled package: haskell-src-meta - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: BiobaseBlast-0.3.3.0 - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: BiobaseFasta-0.4.0.1 - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: BiobaseHTTP-1.2.0 - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: BiobaseTypes-0.2.1.0 - - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: aeson-2.0.2.0 + - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: aeson-2.0.3.0 - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* does not support: network-3.1.2.5 - RNAlien < 0 # tried RNAlien-1.7.0, but its *library* requires the disabled package: hierarchical-clustering - RSA < 0 # tried RSA-2.4.1, but its *library* requires the disabled package: crypto-pubkey-types @@ -5511,7 +5521,6 @@ packages: - accelerate-fft < 0 # tried accelerate-fft-1.3.0.0, but its *library* requires the disabled package: accelerate-llvm - accelerate-fft < 0 # tried accelerate-fft-1.3.0.0, but its *library* requires the disabled package: accelerate-llvm-native - accelerate-fft < 0 # tried accelerate-fft-1.3.0.0, but its *library* requires the disabled package: accelerate-llvm-ptx - - accelerate-fft < 0 # tried accelerate-fft-1.3.0.0, but its *library* requires the disabled package: carray - accelerate-fft < 0 # tried accelerate-fft-1.3.0.0, but its *library* requires the disabled package: lens-accelerate - accelerate-fftw < 0 # tried accelerate-fftw-1.0.0.1, but its *library* does not support: accelerate-1.3.0.0 - accelerate-fftw < 0 # tried accelerate-fftw-1.0.0.1, but its *library* does not support: accelerate-io-1.3.0.0 @@ -5525,28 +5534,24 @@ packages: - advent-of-code-api < 0 # tried advent-of-code-api-0.2.8.1, but its *library* requires the disabled package: servant - advent-of-code-api < 0 # tried advent-of-code-api-0.2.8.1, but its *library* requires the disabled package: servant-client - advent-of-code-api < 0 # tried advent-of-code-api-0.2.8.1, but its *library* requires the disabled package: servant-client-core - - aeson-better-errors < 0 # tried aeson-better-errors-0.9.1.0, but its *library* does not support: aeson-2.0.2.0 - - aeson-default < 0 # tried aeson-default-0.9.1.0, but its *library* does not support: aeson-2.0.2.0 + - aeson-better-errors < 0 # tried aeson-better-errors-0.9.1.0, but its *library* does not support: aeson-2.0.3.0 + - aeson-default < 0 # tried aeson-default-0.9.1.0, but its *library* does not support: aeson-2.0.3.0 - aeson-diff < 0 # tried aeson-diff-1.1.0.9, but its *library* does not support: base-4.16.0.0 - - aeson-extra < 0 # tried aeson-extra-0.5.1, but its *library* does not support: base-4.16.0.0 - - aeson-extra < 0 # tried aeson-extra-0.5.1, but its *library* does not support: hashable-1.4.0.1 - - aeson-extra < 0 # tried aeson-extra-0.5.1, but its *library* does not support: template-haskell-2.18.0.0 - - aeson-injector < 0 # tried aeson-injector-1.1.5.0, but its *library* does not support: aeson-2.0.2.0 + - aeson-injector < 0 # tried aeson-injector-1.1.5.0, but its *library* does not support: aeson-2.0.3.0 - aeson-injector < 0 # tried aeson-injector-1.1.5.0, but its *library* does not support: base-4.16.0.0 - aeson-injector < 0 # tried aeson-injector-1.1.5.0, but its *library* does not support: lens-5.1 - - aeson-iproute < 0 # tried aeson-iproute-0.2.1, but its *library* does not support: aeson-2.0.2.0 - - aeson-optics < 0 # tried aeson-optics-1.1.1, but its *library* does not support: base-4.16.0.0 - - aeson-picker < 0 # tried aeson-picker-0.1.0.5, but its *library* does not support: aeson-2.0.2.0 + - aeson-iproute < 0 # tried aeson-iproute-0.2.1, but its *library* does not support: aeson-2.0.3.0 + - aeson-picker < 0 # tried aeson-picker-0.1.0.5, but its *library* does not support: aeson-2.0.3.0 - aeson-picker < 0 # tried aeson-picker-0.1.0.5, but its *library* does not support: lens-5.1 - - aeson-qq < 0 # tried aeson-qq-0.8.4, but its *library* requires the disabled package: haskell-src-meta - aeson-typescript < 0 # tried aeson-typescript-0.3.0.1, but its *library* requires the disabled package: string-interpolate - airship < 0 # tried airship-0.9.4, but its *library* does not support: base64-bytestring-1.2.1.0 - airship < 0 # tried airship-0.9.4, but its *library* does not support: bytestring-trie-0.2.6 - airship < 0 # tried airship-0.9.4, but its *library* does not support: semigroups-0.19.2 - airship < 0 # tried airship-0.9.4, but its *library* does not support: wai-3.2.3 - - airship < 0 # tried airship-0.9.4, but its *library* does not support: wai-extra-3.1.7 + - airship < 0 # tried airship-0.9.4, but its *library* does not support: wai-extra-3.1.8 - alarmclock < 0 # tried alarmclock-0.7.0.5, but its *library* does not support: time-1.11.1.1 - alex-meta < 0 # tried alex-meta-0.3.0.13, but its *library* does not support: template-haskell-2.18.0.0 + - alg < 0 # tried alg-0.2.13.1, but its *library* requires the disabled package: util - align-audio < 0 # tried align-audio-0.0, but its *executable* requires the disabled package: soxlib - alsa-seq < 0 # tried alsa-seq-0.6.0.8, but its *library* does not support: bytestring-0.11.1.0 - amazonka < 0 # tried amazonka-1.6.1, but its *library* does not support: http-client-0.7.9 @@ -5575,7 +5580,7 @@ packages: - amazonka-cognito-idp < 0 # tried amazonka-cognito-idp-1.6.1, but its *library* requires the disabled package: amazonka-core - amazonka-cognito-sync < 0 # tried amazonka-cognito-sync-1.6.1, but its *library* requires the disabled package: amazonka-core - amazonka-config < 0 # tried amazonka-config-1.6.1, but its *library* requires the disabled package: amazonka-core - - amazonka-core < 0 # tried amazonka-core-1.6.1, but its *library* does not support: aeson-2.0.2.0 + - amazonka-core < 0 # tried amazonka-core-1.6.1, but its *library* does not support: aeson-2.0.3.0 - amazonka-core < 0 # tried amazonka-core-1.6.1, but its *library* does not support: http-client-0.7.9 - amazonka-datapipeline < 0 # tried amazonka-datapipeline-1.6.1, but its *library* requires the disabled package: amazonka-core - amazonka-devicefarm < 0 # tried amazonka-devicefarm-1.6.1, but its *library* requires the disabled package: amazonka-core @@ -5660,38 +5665,28 @@ packages: - aos-signature < 0 # tried aos-signature-0.1.1, but its *library* requires the disabled package: memory - aos-signature < 0 # tried aos-signature-0.1.1, but its *library* requires the disabled package: protolude - apecs-gloss < 0 # tried apecs-gloss-0.2.4, but its *library* requires the disabled package: gloss - - api-maker < 0 # tried api-maker-0.1.0.0, but its *library* requires the disabled package: req + - api-maker < 0 # tried api-maker-0.1.0.6, but its *library* requires the disabled package: req + - apply-refact < 0 # tried apply-refact-0.9.3.0, but its *library* does not support: base-4.16.0.0 - arbor-postgres < 0 # tried arbor-postgres-0.0.5, but its *library* does not support: bytestring-0.11.1.0 - arbor-postgres < 0 # tried arbor-postgres-0.0.5, but its *library* does not support: lens-5.1 - arbor-postgres < 0 # tried arbor-postgres-0.0.5, but its *library* does not support: optparse-applicative-0.16.1.0 - arrowp-qq < 0 # tried arrowp-qq-0.3.0, but its *library* does not support: haskell-src-exts-1.23.1 - arrowp-qq < 0 # tried arrowp-qq-0.3.0, but its *library* does not support: template-haskell-2.18.0.0 - - ascii < 0 # tried ascii-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - ascii-case < 0 # tried ascii-case-1.0.0.8, but its *library* does not support: base-4.16.0.0 - - ascii-char < 0 # tried ascii-char-1.0.0.12, but its *library* does not support: base-4.16.0.0 - - ascii-group < 0 # tried ascii-group-1.0.0.8, but its *library* does not support: base-4.16.0.0 - - ascii-predicates < 0 # tried ascii-predicates-1.0.0.6, but its *library* does not support: base-4.16.0.0 - - ascii-superset < 0 # tried ascii-superset-1.0.1.8, but its *library* does not support: base-4.16.0.0 - - ascii-th < 0 # tried ascii-th-1.0.0.6, but its *library* does not support: base-4.16.0.0 - - ascii-th < 0 # tried ascii-th-1.0.0.6, but its *library* does not support: template-haskell-2.18.0.0 - asif < 0 # tried asif-6.0.4, but its *library* requires the disabled package: thyme - asn1-encoding < 0 # tried asn1-encoding-0.9.6, but its *library* requires the disabled package: asn1-types - asn1-parse < 0 # tried asn1-parse-0.9.5, but its *library* requires the disabled package: asn1-types - asn1-types < 0 # tried asn1-types-0.3.4, but its *library* requires the disabled package: memory - async-timer < 0 # tried async-timer-0.2.0.0, but its *library* does not support: unliftio-core-0.2.0.1 - - atom-conduit < 0 # tried atom-conduit-0.9.0.1, but its *library* requires the disabled package: refined - atom-conduit < 0 # tried atom-conduit-0.9.0.1, but its *library* requires the disabled package: relude - audacity < 0 # tried audacity-0.0.2, but its *library* does not support: bytestring-0.11.1.0 - aura < 0 # tried aura-3.2.6, but its *library* does not support: bytestring-0.11.1.0 - - aura < 0 # tried aura-3.2.6, but its *library* does not support: hashable-1.4.0.1 + - aura < 0 # tried aura-3.2.6, but its *library* does not support: hashable-1.4.0.2 - aura < 0 # tried aura-3.2.6, but its *library* does not support: time-1.11.1.1 - - authenticate < 0 # tried authenticate-1.3.5, but its *library* does not support: aeson-2.0.2.0 + - authenticate < 0 # tried authenticate-1.3.5, but its *library* does not support: aeson-2.0.3.0 - authenticate-oauth < 0 # tried authenticate-oauth-1.7, but its *library* requires the disabled package: crypto-pubkey-types - autodocodec-openapi3 < 0 # tried autodocodec-openapi3-0.1.0.0, but its *library* requires the disabled package: openapi3 - - autoexporter < 0 # tried autoexporter-1.1.20, but its *library* does not support: Cabal-3.6.0.0 - - autoexporter < 0 # tried autoexporter-1.1.20, but its *library* does not support: base-4.16.0.0 - - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: aeson-2.0.2.0 - - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: attoparsec-0.14.3 + - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: aeson-2.0.3.0 + - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: attoparsec-0.14.4 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: base-4.16.0.0 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: bytestring-0.11.1.0 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: cryptonite-0.29 @@ -5710,7 +5705,7 @@ packages: - aws-xray-client-wai < 0 # tried aws-xray-client-wai-0.1.0.1, but its *library* requires the disabled package: aws-xray-client - axel < 0 # tried axel-0.0.12, but its *library* does not support: base-4.16.0.0 - axiom < 0 # tried axiom-0.4.7, but its *library* requires the disabled package: transient-universe - - b9 < 0 # tried b9-3.2.0, but its *library* does not support: aeson-2.0.2.0 + - b9 < 0 # tried b9-3.2.0, but its *library* does not support: aeson-2.0.3.0 - b9 < 0 # tried b9-3.2.0, but its *library* does not support: hspec-2.8.5 - b9 < 0 # tried b9-3.2.0, but its *library* does not support: lens-5.1 - b9 < 0 # tried b9-3.2.0, but its *library* does not support: shake-0.19.6 @@ -5730,43 +5725,42 @@ packages: - base64 < 0 # tried base64-0.4.2.3, but its *library* does not support: deepseq-1.4.6.0 - base64-lens < 0 # tried base64-lens-0.3.1, but its *library* does not support: bytestring-0.11.1.0 - base64-lens < 0 # tried base64-lens-0.3.1, but its *library* does not support: lens-5.1 - - bcp47 < 0 # tried bcp47-0.2.0.4, but its *library* requires the disabled package: country + - bcp47 < 0 # tried bcp47-0.2.0.5, but its *library* requires the disabled package: country - bcp47-orphans < 0 # tried bcp47-orphans-0.1.0.4, but its *library* requires the disabled package: esqueleto - bcp47-orphans < 0 # tried bcp47-orphans-0.1.0.4, but its *library* requires the disabled package: persistent - bcrypt < 0 # tried bcrypt-0.0.11, but its *library* requires the disabled package: memory - - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: aeson-2.0.2.0 + - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: aeson-2.0.3.0 - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: bytestring-0.11.1.0 - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: dlist-1.0 - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: ghc-prim-0.8.0 - - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: hashable-1.4.0.1 + - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: hashable-1.4.0.2 - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: time-1.11.1.1 - beam-core < 0 # tried beam-core-0.9.1.0, but its *library* does not support: vector-sized-1.5.0 - - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: aeson-2.0.2.0 + - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: aeson-2.0.3.0 - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: bytestring-0.11.1.0 - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: ghc-prim-0.8.0 - - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: hashable-1.4.0.1 + - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: hashable-1.4.0.2 - beam-migrate < 0 # tried beam-migrate-0.5.1.0, but its *library* does not support: time-1.11.1.1 - - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: aeson-2.0.2.0 + - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: aeson-2.0.3.0 - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: beam-core-0.9.1.0 - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 - - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: hashable-1.4.0.1 + - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: hashable-1.4.0.2 - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: mysql-0.2.1 - beam-mysql < 0 # tried beam-mysql-0.2.0.0, but its *library* does not support: time-1.11.1.1 - - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: aeson-2.0.2.0 - - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: attoparsec-0.14.3 + - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: aeson-2.0.3.0 + - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: attoparsec-0.14.4 - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: bytestring-0.11.1.0 - - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: hashable-1.4.0.1 + - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: hashable-1.4.0.2 - beam-postgres < 0 # tried beam-postgres-0.5.1.0, but its *library* does not support: time-1.11.1.1 - - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: aeson-2.0.2.0 - - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: attoparsec-0.14.3 + - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: aeson-2.0.3.0 + - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: attoparsec-0.14.4 - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: bytestring-0.11.1.0 - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: dlist-1.0 - - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: hashable-1.4.0.1 + - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: hashable-1.4.0.2 - beam-sqlite < 0 # tried beam-sqlite-0.5.1.0, but its *library* does not support: time-1.11.1.1 - bech32 < 0 # tried bech32-1.1.2, but its *executable* requires the disabled package: memory - bech32-th < 0 # tried bech32-th-1.1.1, but its *library* requires the disabled package: bech32 - - bench-show < 0 # tried bench-show-0.3.1, but its *library* requires the disabled package: Chart - - bench-show < 0 # tried bench-show-0.3.1, but its *library* requires the disabled package: Chart-diagrams + - bench-show < 0 # tried bench-show-0.3.1, but its *library* does not support: statistics-0.16.0.1 - benchpress < 0 # tried benchpress-0.2.2.18, but its *library* does not support: base-4.16.0.0 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: brick-0.65 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: bytestring-0.11.1.0 @@ -5781,8 +5775,6 @@ packages: - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: vector-0.12.3.1 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: vty-5.33 - bimap-server < 0 # tried bimap-server-0.1.0.1, but its *library* requires the disabled package: warp - - bin < 0 # tried bin-0.1.1, but its *library* does not support: base-4.16.0.0 - - bin < 0 # tried bin-0.1.1, but its *library* does not support: hashable-1.4.0.1 - binary-bits < 0 # tried binary-bits-0.5, but its *library* does not support: base-4.16.0.0 - binary-parsers < 0 # tried binary-parsers-0.2.4.0, but its *library* does not support: bytestring-0.11.1.0 - bioace < 0 # tried bioace-0.0.1, but its *library* requires the disabled package: biocore @@ -5802,32 +5794,31 @@ packages: - bitcoin-tx < 0 # tried bitcoin-tx-0.13.1, but its *library* requires the disabled package: hexstring - bitcoin-types < 0 # tried bitcoin-types-0.9.2, but its *library* requires the disabled package: hexstring - bits-extra < 0 # tried bits-extra-0.0.2.0, but its *library* does not support: ghc-prim-0.8.0 - - blas-carray < 0 # tried blas-carray-0.1.0.1, but its *library* requires the disabled package: carray - blastxml < 0 # tried blastxml-0.3.2, but its *library* requires the disabled package: biocore - blaze-colonnade < 0 # tried blaze-colonnade-1.2.2.1, but its *library* requires the disabled package: colonnade - - bloodhound < 0 # tried bloodhound-0.18.0.0, but its *library* does not support: aeson-2.0.2.0 + - bloodhound < 0 # tried bloodhound-0.18.0.0, but its *library* does not support: aeson-2.0.3.0 - blosum < 0 # tried blosum-0.1.1.4, but its *executable* requires the disabled package: pipes-text - bnb-staking-csvs < 0 # tried bnb-staking-csvs-0.2.0.0, but its *library* requires the disabled package: req - board-games < 0 # tried board-games-0.3, but its *library* requires the disabled package: cgi + - bodhi < 0 # tried bodhi-0.1.0, but its *library* requires the disabled package: http-query - boolean-normal-forms < 0 # tried boolean-normal-forms-0.0.1.1, but its *library* does not support: base-4.16.0.0 - boomerang < 0 # tried boomerang-1.4.7, but its *library* does not support: template-haskell-2.18.0.0 - boundingboxes < 0 # tried boundingboxes-0.2.3, but its *library* does not support: lens-5.1 - bower-json < 0 # tried bower-json-1.0.0.1, but its *library* requires the disabled package: aeson-better-errors - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: base-4.16.0.0 - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: bytestring-0.11.1.0 - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: ghc-9.2.1 - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: ghc-boot-9.2.1 - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: ghc-boot-th-9.2.1 - - brittany < 0 # tried brittany-0.14.0.0, but its *library* does not support: ghc-exactprint-1.3.0 - - broadcast-chan < 0 # tried broadcast-chan-0.2.1.1, but its *library* does not support: base-4.16.0.0 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: base-4.16.0.0 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: bytestring-0.11.1.0 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-9.2.1 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-boot-9.2.1 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-boot-th-9.2.1 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-exactprint-1.4.1 + - buchhaltung < 0 # tried buchhaltung-0.0.7, but its *library* requires the disabled package: hledger + - buchhaltung < 0 # tried buchhaltung-0.0.7, but its *library* requires the disabled package: hledger-lib - buchhaltung < 0 # tried buchhaltung-0.0.7, but its *library* requires the disabled package: regex-tdfa-text - - bugsnag-haskell < 0 # tried bugsnag-haskell-0.0.4.2, but its *executable* requires the disabled package: yesod-core - - bugsnag-haskell < 0 # tried bugsnag-haskell-0.0.4.2, but its *library* requires the disabled package: http-client-tls + - bugsnag-haskell < 0 # tried bugsnag-haskell-0.0.4.3, but its *executable* requires the disabled package: yesod-core + - bugsnag-haskell < 0 # tried bugsnag-haskell-0.0.4.3, but its *library* requires the disabled package: http-client-tls - bugzilla-redhat < 0 # tried bugzilla-redhat-0.3.3, but its *library* does not support: bytestring-0.11.1.0 - bugzilla-redhat < 0 # tried bugzilla-redhat-0.3.3, but its *library* does not support: time-1.11.1.1 - bulletproofs < 0 # tried bulletproofs-1.1.0, but its *library* requires the disabled package: elliptic-curve - - burrito < 0 # tried burrito-1.2.0.4, but its *library* does not support: base-4.16.0.0 - - burrito < 0 # tried burrito-1.2.0.4, but its *library* does not support: template-haskell-2.18.0.0 - butcher < 0 # tried butcher-1.3.3.2, but its *library* does not support: base-4.16.0.0 - buttplug-hs-core < 0 # tried buttplug-hs-core-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 - bzlib < 0 # tried bzlib-0.5.1.0, but its *library* does not support: base-4.16.0.0 @@ -5835,13 +5826,11 @@ packages: - c14n < 0 # tried c14n-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 - cabal-appimage < 0 # tried cabal-appimage-0.3.0.3, but its *library* does not support: base-4.16.0.0 - cabal-file < 0 # tried cabal-file-0.1.1, but its *library* requires the disabled package: hackage-security - - cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.3, but its *executable* requires the disabled package: cabal-plan + - cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.3, but its *executable* requires the disabled package: http-client-tls - cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* does not support: Cabal-3.6.0.0 - cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* does not support: base-4.16.0.0 - - cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* does not support: hashable-1.4.0.1 + - cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* does not support: hashable-1.4.0.2 - cabal-install < 0 # tried cabal-install-3.6.2.0, but its *executable* does not support: time-1.11.1.1 - - cabal-plan < 0 # tried cabal-plan-0.7.2.1, but its *library* does not support: base-4.16.0.0 - - cabal-plan < 0 # tried cabal-plan-0.7.2.1, but its *library* does not support: bytestring-0.11.1.0 - cabal-rpm < 0 # tried cabal-rpm-2.0.10, but its *executable* does not support: Cabal-3.6.0.0 - cabal2nix < 0 # tried cabal2nix-2.18.0, but its *library* requires the disabled package: hpack - cabal2spec < 0 # tried cabal2spec-2.6.2, but its *library* does not support: Cabal-3.6.0.0 @@ -5850,16 +5839,16 @@ packages: - cairo < 0 # tried cairo-0.13.8.1, but its *library* does not support: Cabal-3.6.0.0 - capability < 0 # tried capability-0.5.0.0, but its *library* does not support: lens-5.1 - cardano-coin-selection < 0 # tried cardano-coin-selection-1.0.1, but its *library* requires the disabled package: cryptonite - - carray < 0 # tried carray-0.1.6.8, but its *library* does not support: bytestring-0.11.1.0 - casa-client < 0 # tried casa-client-0.0.1, but its *library* requires the disabled package: memory - casa-types < 0 # tried casa-types-0.0.2, but its *library* requires the disabled package: persistent - cassava-conduit < 0 # tried cassava-conduit-0.6.0, but its *library* does not support: bytestring-0.11.1.0 - caster < 0 # tried caster-0.0.3.0, but its *library* requires the disabled package: fast-builder + - category < 0 # tried category-0.2.5.0, but its *library* requires the disabled package: alg - cayley-client < 0 # tried cayley-client-0.4.17, but its *library* requires the disabled package: http-conduit - cereal-time < 0 # tried cereal-time-0.1.0.0, but its *library* does not support: time-1.11.1.1 - cgi < 0 # tried cgi-3001.5.0.0, but its *library* does not support: bytestring-0.11.1.0 - cgi < 0 # tried cgi-3001.5.0.0, but its *library* does not support: time-1.11.1.1 - - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: aeson-2.0.2.0 + - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: aeson-2.0.3.0 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: aeson-casing-0.2.0.0 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: bytestring-0.11.1.0 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: connection-0.3.1 @@ -5867,10 +5856,10 @@ packages: - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: http-client-0.7.9 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: req-3.9.2 - check-email < 0 # tried check-email-1.0.2, but its *library* requires the disabled package: email-validate - - chiphunk < 0 # tried chiphunk-0.1.4.0, but its *library* does not support: hashable-1.4.0.1 - - chronos < 0 # tried chronos-1.1.3, but its *library* does not support: aeson-2.0.2.0 + - chiphunk < 0 # tried chiphunk-0.1.4.0, but its *library* does not support: hashable-1.4.0.2 + - chronos < 0 # tried chronos-1.1.3, but its *library* does not support: aeson-2.0.3.0 - chronos < 0 # tried chronos-1.1.3, but its *library* does not support: bytestring-0.11.1.0 - - chronos < 0 # tried chronos-1.1.3, but its *library* does not support: hashable-1.4.0.1 + - chronos < 0 # tried chronos-1.1.3, but its *library* does not support: hashable-1.4.0.2 - chronos < 0 # tried chronos-1.1.3, but its *library* requires the disabled package: bytebuild - chronos < 0 # tried chronos-1.1.3, but its *library* requires the disabled package: byteslice - chronos < 0 # tried chronos-1.1.3, but its *library* requires the disabled package: bytesmith @@ -5885,15 +5874,15 @@ packages: - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: ghc-boot-9.2.1 - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: ghc-prim-0.8.0 - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: ghci-9.2.1 - - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: hashable-1.4.0.1 + - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: hashable-1.4.0.2 - clash-ghc < 0 # tried clash-ghc-1.4.6, but its *library* does not support: template-haskell-2.18.0.0 - clash-lib < 0 # tried clash-lib-1.4.6, but its *library* does not support: ghc-9.2.1 - clash-lib < 0 # tried clash-lib-1.4.6, but its *library* does not support: ghc-bignum-1.2 - - clash-lib < 0 # tried clash-lib-1.4.6, but its *library* does not support: hashable-1.4.0.1 + - clash-lib < 0 # tried clash-lib-1.4.6, but its *library* does not support: hashable-1.4.0.2 - clash-lib < 0 # tried clash-lib-1.4.6, but its *library* does not support: template-haskell-2.18.0.0 - clash-prelude < 0 # tried clash-prelude-1.4.6, but its *library* does not support: ghc-bignum-1.2 - clash-prelude < 0 # tried clash-prelude-1.4.6, but its *library* does not support: ghc-prim-0.8.0 - - clash-prelude < 0 # tried clash-prelude-1.4.6, but its *library* does not support: hashable-1.4.0.1 + - clash-prelude < 0 # tried clash-prelude-1.4.6, but its *library* does not support: hashable-1.4.0.2 - clash-prelude < 0 # tried clash-prelude-1.4.6, but its *library* does not support: template-haskell-2.18.0.0 - classy-prelude-yesod < 0 # tried classy-prelude-yesod-1.5.0, but its *library* requires the disabled package: persistent - classyplate < 0 # tried classyplate-0.3.2.0, but its *library* does not support: base-4.16.0.0 @@ -5911,9 +5900,9 @@ packages: - colour-accelerate < 0 # tried colour-accelerate-0.4.0.0, but its *library* requires the disabled package: accelerate - compact < 0 # tried compact-0.2.0.0, but its *library* does not support: base-4.16.0.0 - compact < 0 # tried compact-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 - - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: aeson-2.0.2.0 + - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: aeson-2.0.3.0 - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: generic-deriving-1.14.1 - - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: hashable-1.4.0.1 + - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: hashable-1.4.0.2 - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: lens-5.1 - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: profunctors-5.6.2 - composite-aeson < 0 # tried composite-aeson-0.7.5.0, but its *library* does not support: template-haskell-2.18.0.0 @@ -5921,7 +5910,6 @@ packages: - composite-aeson-path < 0 # tried composite-aeson-path-0.7.5.0, but its *library* does not support: path-0.9.2 - composite-aeson-refined < 0 # tried composite-aeson-refined-0.7.5.0, but its *library* requires the disabled package: aeson-better-errors - composite-aeson-refined < 0 # tried composite-aeson-refined-0.7.5.0, but its *library* requires the disabled package: composite-aeson - - composite-aeson-refined < 0 # tried composite-aeson-refined-0.7.5.0, but its *library* requires the disabled package: refined - composite-aeson-throw < 0 # tried composite-aeson-throw-0.1.0.0, but its *library* requires the disabled package: aeson-better-errors - composite-aeson-throw < 0 # tried composite-aeson-throw-0.1.0.0, but its *library* requires the disabled package: composite-aeson - composite-base < 0 # tried composite-base-0.7.5.0, but its *library* does not support: lens-5.1 @@ -5929,12 +5917,12 @@ packages: - composite-base < 0 # tried composite-base-0.7.5.0, but its *library* does not support: template-haskell-2.18.0.0 - composite-binary < 0 # tried composite-binary-0.7.5.0, but its *library* requires the disabled package: composite-base - composite-ekg < 0 # tried composite-ekg-0.7.5.0, but its *library* does not support: lens-5.1 - - composite-hashable < 0 # tried composite-hashable-0.7.5.0, but its *library* does not support: hashable-1.4.0.1 + - composite-hashable < 0 # tried composite-hashable-0.7.5.0, but its *library* does not support: hashable-1.4.0.2 - composite-tuple < 0 # tried composite-tuple-0.1.2.0, but its *library* requires the disabled package: composite-base - composite-xstep < 0 # tried composite-xstep-0.1.0.0, but its *library* requires the disabled package: composite-base - compressed < 0 # tried compressed-3.11, but its *library* does not support: containers-0.6.5.1 - - compressed < 0 # tried compressed-3.11, but its *library* does not support: hashable-1.4.0.1 - - concurrent-supply < 0 # tried concurrent-supply-0.1.8, but its *library* does not support: hashable-1.4.0.1 + - compressed < 0 # tried compressed-3.11, but its *library* does not support: hashable-1.4.0.2 + - concurrent-supply < 0 # tried concurrent-supply-0.1.8, but its *library* does not support: hashable-1.4.0.2 - conduit-connection < 0 # tried conduit-connection-0.1.0.5, but its *library* does not support: bytestring-0.11.1.0 - conduit-throttle < 0 # tried conduit-throttle-0.3.1.0, but its *library* requires the disabled package: throttle-io-stream - confcrypt < 0 # tried confcrypt-0.2.3.3, but its *library* does not support: bytestring-0.11.1.0 @@ -5951,16 +5939,17 @@ packages: - connection < 0 # tried connection-0.3.1, but its *library* requires the disabled package: tls - connection < 0 # tried connection-0.3.1, but its *library* requires the disabled package: x509 - connection < 0 # tried connection-0.3.1, but its *library* requires the disabled package: x509-validation + - constraint < 0 # tried constraint-0.1.4.0, but its *library* requires the disabled package: category - construct < 0 # tried construct-0.3.0.2, but its *library* requires the disabled package: input-parsers - - construct < 0 # tried construct-0.3.0.2, but its *library* requires the disabled package: rank2classes - containers-unicode-symbols < 0 # tried containers-unicode-symbols-0.3.1.3, but its *library* does not support: containers-0.6.5.1 - - core-telemetry < 0 # tried core-telemetry-0.1.7.3, but its *library* requires the disabled package: http-streams - - core-telemetry < 0 # tried core-telemetry-0.1.7.3, but its *library* requires the disabled package: locators - - country < 0 # tried country-0.2.1, but its *library* does not support: aeson-2.0.2.0 - - country < 0 # tried country-0.2.1, but its *library* does not support: attoparsec-0.14.3 + - copr-api < 0 # tried copr-api-0.1.0, but its *library* requires the disabled package: http-query + - core-telemetry < 0 # tried core-telemetry-0.1.8.1, but its *library* requires the disabled package: http-streams + - core-telemetry < 0 # tried core-telemetry-0.1.8.1, but its *library* requires the disabled package: locators + - country < 0 # tried country-0.2.1, but its *library* does not support: aeson-2.0.3.0 + - country < 0 # tried country-0.2.1, but its *library* does not support: attoparsec-0.14.4 - country < 0 # tried country-0.2.1, but its *library* does not support: base-4.16.0.0 - country < 0 # tried country-0.2.1, but its *library* does not support: bytestring-0.11.1.0 - - country < 0 # tried country-0.2.1, but its *library* does not support: hashable-1.4.0.1 + - country < 0 # tried country-0.2.1, but its *library* does not support: hashable-1.4.0.2 - cprng-aes < 0 # tried cprng-aes-0.6.1, but its *library* requires the disabled package: cipher-aes - cprng-aes < 0 # tried cprng-aes-0.6.1, but its *library* requires the disabled package: crypto-random - cql-io < 0 # tried cql-io-1.1.1, but its *library* requires the disabled package: cql @@ -5981,22 +5970,20 @@ packages: - cryptonite-openssl < 0 # tried cryptonite-openssl-0.7, but its *library* requires the disabled package: memory - cryptostore < 0 # tried cryptostore-0.2.1.0, but its *library* requires the disabled package: memory - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: QuickCheck-2.14.2 - - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: attoparsec-0.14.3 + - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: attoparsec-0.14.4 - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: bytestring-0.11.1.0 - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: simple-vec3-0.6.0.1 - csg < 0 # tried csg-0.1.0.6, but its *library* does not support: strict-0.4.0.1 - css-syntax < 0 # tried css-syntax-0.1.0.0, but its *library* does not support: base-4.16.0.0 - curl-runnings < 0 # tried curl-runnings-0.16.0, but its *library* requires the disabled package: http-client-tls - cutter < 0 # tried cutter-0.0, but its *executable* does not support: bytestring-0.11.1.0 - - d10 < 0 # tried d10-1.0.0.1, but its *library* does not support: base-4.16.0.0 - - d10 < 0 # tried d10-1.0.0.1, but its *library* does not support: template-haskell-2.18.0.0 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: Cabal-3.6.0.0 - - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: attoparsec-0.14.3 + - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: attoparsec-0.14.4 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: base-4.16.0.0 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: bytestring-0.11.1.0 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: constraints-0.13.2 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: cryptonite-0.29 - - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: hashable-1.4.0.1 + - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: hashable-1.4.0.2 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: memory-0.16.0 - darcs < 0 # tried darcs-2.16.4, but its *library* does not support: time-1.11.1.1 - darcs < 0 # tried darcs-2.16.4, but its *library* requires the disabled package: regex-compat-tdfa @@ -6008,31 +5995,22 @@ packages: - datasets < 0 # tried datasets-0.4.0, but its *library* requires the disabled package: streaming-bytestring - decidable < 0 # tried decidable-0.3.0.0, but its *library* requires the disabled package: functor-products - deepseq-instances < 0 # tried deepseq-instances-0.1.0.1, but its *library* does not support: base-4.16.0.0 - - dependent-sum-template < 0 # tried dependent-sum-template-0.1.1.1, but its *library* requires the disabled package: th-extras - - derulo < 0 # tried derulo-1.0.10, but its *library* does not support: base-4.16.0.0 - dhall < 0 # tried dhall-1.40.2, but its *library* requires the disabled package: http-client-tls - dhall-bash < 0 # tried dhall-bash-1.0.39, but its *library* requires the disabled package: dhall - dhall-json < 0 # tried dhall-json-1.7.9, but its *library* requires the disabled package: dhall - - dhall-lsp-server < 0 # tried dhall-lsp-server-1.0.17, but its *library* does not support: aeson-2.0.2.0 + - dhall-lsp-server < 0 # tried dhall-lsp-server-1.0.17, but its *library* does not support: aeson-2.0.3.0 - dhall-nix < 0 # tried dhall-nix-1.1.23, but its *library* requires the disabled package: hnix - dhall-yaml < 0 # tried dhall-yaml-1.2.9, but its *library* requires the disabled package: dhall - - diagrams < 0 # tried diagrams-1.4.0.1, but its *library* requires the disabled package: diagrams-contrib - - diagrams-builder < 0 # tried diagrams-builder-0.8.0.5, but its *library* does not support: base-4.16.0.0 - - diagrams-builder < 0 # tried diagrams-builder-0.8.0.5, but its *library* does not support: hashable-1.4.0.1 - - diagrams-builder < 0 # tried diagrams-builder-0.8.0.5, but its *library* does not support: lens-5.1 - diagrams-builder < 0 # tried diagrams-builder-0.8.0.5, but its *library* requires the disabled package: haskell-src-exts-simple - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* does not support: base-4.16.0.0 - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* does not support: bytestring-0.11.1.0 - - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* does not support: hashable-1.4.0.1 + - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* does not support: hashable-1.4.0.2 - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* does not support: lens-5.1 - diagrams-cairo < 0 # tried diagrams-cairo-1.4.1.1, but its *library* requires the disabled package: statestack - diagrams-canvas < 0 # tried diagrams-canvas-1.4.1, but its *library* does not support: base-4.16.0.0 - diagrams-canvas < 0 # tried diagrams-canvas-1.4.1, but its *library* does not support: lens-5.1 - diagrams-canvas < 0 # tried diagrams-canvas-1.4.1, but its *library* requires the disabled package: blank-canvas - diagrams-canvas < 0 # tried diagrams-canvas-1.4.1, but its *library* requires the disabled package: statestack - - diagrams-contrib < 0 # tried diagrams-contrib-1.4.4, but its *library* does not support: base-4.16.0.0 - - diagrams-contrib < 0 # tried diagrams-contrib-1.4.4, but its *library* does not support: hashable-1.4.0.1 - - diagrams-contrib < 0 # tried diagrams-contrib-1.4.4, but its *library* does not support: lens-5.1 - diagrams-gtk < 0 # tried diagrams-gtk-1.4, but its *library* does not support: base-4.16.0.0 - diagrams-gtk < 0 # tried diagrams-gtk-1.4, but its *library* requires the disabled package: gtk - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: base-4.16.0.0 @@ -6042,16 +6020,13 @@ packages: - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: optparse-applicative-0.16.1.0 - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* requires the disabled package: statestack - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* requires the disabled package: static-canvas - - diagrams-postscript < 0 # tried diagrams-postscript-1.5, but its *library* does not support: base-4.16.0.0 - - diagrams-postscript < 0 # tried diagrams-postscript-1.5, but its *library* does not support: hashable-1.4.0.1 - - diagrams-postscript < 0 # tried diagrams-postscript-1.5, but its *library* does not support: lens-5.1 - - diagrams-postscript < 0 # tried diagrams-postscript-1.5, but its *library* requires the disabled package: statestack - - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: aeson-2.0.2.0 + - diagrams-postscript < 0 # tried diagrams-postscript-1.5.1, but its *library* requires the disabled package: statestack + - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: aeson-2.0.3.0 - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: base-4.16.0.0 - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: bytestring-0.11.1.0 - dice < 0 # tried dice-0.1.0.1, but its *library* requires the disabled package: random-fu - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *executable* does not support: criterion-1.5.12.0 - - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: attoparsec-0.14.3 + - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: attoparsec-0.14.4 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: base-4.16.0.0 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: bytestring-0.11.1.0 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: containers-0.6.5.1 @@ -6061,7 +6036,7 @@ packages: - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires the disabled package: cabal-toolkit - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: bytestring-0.11.1.0 - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: containers-0.6.5.1 - - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: hashable-1.4.0.1 + - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: hashable-1.4.0.2 - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: random-1.2.1 - distributed-process < 0 # tried distributed-process-0.7.4, but its *library* does not support: stm-2.5.0.0 - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires the disabled package: distributed-process @@ -6079,9 +6054,8 @@ packages: - distribution < 0 # tried distribution-1.1.1.0, but its *library* does not support: containers-0.6.5.1 - distribution < 0 # tried distribution-1.1.1.0, but its *library* does not support: random-1.2.1 - diversity < 0 # tried diversity-0.8.1.0, but its *library* requires the disabled package: fasta - - dl-fedora < 0 # tried dl-fedora-0.9.2, but its *executable* requires the disabled package: http-client-tls - dns < 0 # tried dns-4.0.1, but its *library* requires the disabled package: cryptonite - - docker < 0 # tried docker-0.6.0.6, but its *library* does not support: aeson-2.0.2.0 + - docker < 0 # tried docker-0.6.0.6, but its *library* does not support: aeson-2.0.3.0 - docker < 0 # tried docker-0.6.0.6, but its *library* does not support: bytestring-0.11.1.0 - docker < 0 # tried docker-0.6.0.6, but its *library* does not support: unliftio-core-0.2.0.1 - docker-build-cacher < 0 # tried docker-build-cacher-2.1.1, but its *library* does not support: language-docker-10.4.0 @@ -6094,14 +6068,14 @@ packages: - easytest < 0 # tried easytest-0.3, but its *library* does not support: hedgehog-1.0.5 - ed25519 < 0 # tried ed25519-0.0.5.0, but its *library* does not support: bytestring-0.11.1.0 - ed25519 < 0 # tried ed25519-0.0.5.0, but its *library* does not support: ghc-prim-0.8.0 - - ede < 0 # tried ede-0.3.2.0, but its *library* does not support: aeson-2.0.2.0 + - ede < 0 # tried ede-0.3.2.0, but its *library* does not support: aeson-2.0.3.0 - edit < 0 # tried edit-1.0.1.0, but its *library* does not support: QuickCheck-2.14.2 - edit < 0 # tried edit-1.0.1.0, but its *library* does not support: base-4.16.0.0 - effect-handlers < 0 # tried effect-handlers-0.1.0.8, but its *library* does not support: free-5.1.7 - egison < 0 # tried egison-4.1.3, but its *library* requires the disabled package: sweet-egison - egison-pattern-src < 0 # tried egison-pattern-src-0.2.1.2, but its *library* does not support: parser-combinators-1.3.0 - egison-pattern-src-th-mode < 0 # tried egison-pattern-src-th-mode-0.2.1.2, but its *library* does not support: template-haskell-2.18.0.0 - - ekg < 0 # tried ekg-0.4.0.15, but its *library* does not support: aeson-2.0.2.0 + - ekg < 0 # tried ekg-0.4.0.15, but its *library* does not support: aeson-2.0.3.0 - ekg < 0 # tried ekg-0.4.0.15, but its *library* does not support: base-4.16.0.0 - ekg < 0 # tried ekg-0.4.0.15, but its *library* does not support: time-1.11.1.1 - ekg < 0 # tried ekg-0.4.0.15, but its *library* requires the disabled package: snap-server @@ -6110,7 +6084,7 @@ packages: - ekg-cloudwatch < 0 # tried ekg-cloudwatch-0.0.1.6, but its *library* requires the disabled package: ekg-core - ekg-core < 0 # tried ekg-core-0.1.1.7, but its *library* does not support: base-4.16.0.0 - ekg-core < 0 # tried ekg-core-0.1.1.7, but its *library* does not support: ghc-prim-0.8.0 - - ekg-json < 0 # tried ekg-json-0.1.0.6, but its *library* does not support: aeson-2.0.2.0 + - ekg-json < 0 # tried ekg-json-0.1.0.6, but its *library* does not support: aeson-2.0.3.0 - ekg-json < 0 # tried ekg-json-0.1.0.6, but its *library* does not support: base-4.16.0.0 - ekg-statsd < 0 # tried ekg-statsd-0.2.5.0, but its *library* does not support: base-4.16.0.0 - ekg-statsd < 0 # tried ekg-statsd-0.2.5.0, but its *library* does not support: time-1.11.1.1 @@ -6120,8 +6094,6 @@ packages: - elm2nix < 0 # tried elm2nix-0.2.1, but its *library* requires the disabled package: req - elynx < 0 # tried elynx-0.6.1.0, but its *executable* requires the disabled package: tlynx - email-validate < 0 # tried email-validate-2.3.2.15, but its *library* does not support: template-haskell-2.18.0.0 - - emd < 0 # tried emd-0.2.0.0, but its *library* requires the disabled package: carray - - emd < 0 # tried emd-0.2.0.0, but its *library* requires the disabled package: ghc-typelits-natnormalise - envy < 0 # tried envy-2.1.0.0, but its *library* does not support: bytestring-0.11.1.0 - epub-metadata < 0 # tried epub-metadata-4.5, but its *library* requires the disabled package: regex-compat-tdfa - equal-files < 0 # tried equal-files-0.0.5.3, but its *executable* does not support: bytestring-0.11.1.0 @@ -6137,7 +6109,8 @@ packages: - eventful-sqlite < 0 # tried eventful-sqlite-0.2.0, but its *library* requires the disabled package: eventful-sql-common - eventful-sqlite < 0 # tried eventful-sqlite-0.2.0, but its *library* requires the disabled package: persistent - eventsource-geteventstore-store < 0 # tried eventsource-geteventstore-store-1.2.1, but its *library* requires the disabled package: eventsource-store-specs - - eventstore < 0 # tried eventstore-1.4.2, but its *library* requires the disabled package: interpolate + - eventstore < 0 # tried eventstore-1.4.2, but its *library* requires the disabled package: connection + - eventstore < 0 # tried eventstore-1.4.2, but its *library* requires the disabled package: dns - evm-opcodes < 0 # tried evm-opcodes-0.1.0, but its *library* does not support: base-4.16.0.0 - exception-hierarchy < 0 # tried exception-hierarchy-0.1.0.4, but its *library* does not support: template-haskell-2.18.0.0 - executable-hash < 0 # tried executable-hash-0.2.0.4, but its *library* requires the disabled package: cryptohash @@ -6148,52 +6121,36 @@ packages: - fast-builder < 0 # tried fast-builder-0.1.3.0, but its *library* does not support: base-4.16.0.0 - fasta < 0 # tried fasta-0.10.4.2, but its *library* requires the disabled package: pipes-text - fb < 0 # tried fb-2.1.1, but its *library* requires the disabled package: memory - - fft < 0 # tried fft-0.1.8.7, but its *library* requires the disabled package: carray - fib < 0 # tried fib-0.1.0.1, but its *library* requires the disabled package: base-noprelude - - file-embed-lzma < 0 # tried file-embed-lzma-0, but its *library* does not support: base-4.16.0.0 - - file-embed-lzma < 0 # tried file-embed-lzma-0, but its *library* does not support: bytestring-0.11.1.0 - - file-embed-lzma < 0 # tried file-embed-lzma-0, but its *library* does not support: template-haskell-2.18.0.0 - filecache < 0 # tried filecache-0.4.1, but its *library* requires the disabled package: strict-base-types - filter-logger < 0 # tried filter-logger-0.6.0.0, but its *executable* requires the disabled package: scotty - filter-logger < 0 # tried filter-logger-0.6.0.0, but its *library* requires the disabled package: wai-extra - - fin < 0 # tried fin-0.2, but its *library* does not support: base-4.16.0.0 - - fin < 0 # tried fin-0.2, but its *library* does not support: hashable-1.4.0.1 - find-clumpiness < 0 # tried find-clumpiness-0.2.3.2, but its *library* requires the disabled package: BiobaseNewick - find-clumpiness < 0 # tried find-clumpiness-0.2.3.2, but its *library* requires the disabled package: hierarchical-clustering - flat < 0 # tried flat-0.4.4, but its *library* does not support: base-4.16.0.0 - - flexible-defaults < 0 # tried flexible-defaults-0.0.3, but its *library* requires the disabled package: th-extras - fn < 0 # tried fn-0.3.0.2, but its *library* requires the disabled package: wai-extra - fold-debounce < 0 # tried fold-debounce-0.2.0.9, but its *library* does not support: time-1.11.1.1 - fold-debounce-conduit < 0 # tried fold-debounce-conduit-0.2.0.6, but its *library* does not support: base-4.16.0.0 - - fourmolu < 0 # tried fourmolu-0.4.0.0, but its *library* does not support: Cabal-3.6.0.0 - - fourmolu < 0 # tried fourmolu-0.4.0.0, but its *library* does not support: ghc-lib-parser-9.2.1.20211101 - - freckle-app < 0 # tried freckle-app-1.0.2.2, but its *library* does not support: hspec-2.8.5 - - freckle-app < 0 # tried freckle-app-1.0.2.2, but its *library* does not support: hspec-core-2.8.5 - - freckle-app < 0 # tried freckle-app-1.0.2.2, but its *library* does not support: hspec-junit-formatter-1.0.3.0 - - freer-simple < 0 # tried freer-simple-1.2.1.1, but its *library* does not support: template-haskell-2.18.0.0 + - foldable1 < 0 # tried foldable1-0.1.0.0, but its *library* requires the disabled package: util + - freckle-app < 0 # tried freckle-app-1.0.2.3, but its *library* does not support: hspec-2.8.5 + - freckle-app < 0 # tried freckle-app-1.0.2.3, but its *library* does not support: hspec-core-2.8.5 + - freckle-app < 0 # tried freckle-app-1.0.2.3, but its *library* does not support: hspec-junit-formatter-1.0.3.0 - friday < 0 # tried friday-0.2.3.1, but its *library* does not support: containers-0.6.5.1 - friday < 0 # tried friday-0.2.3.1, but its *library* requires the disabled package: ratio-int - friday-juicypixels < 0 # tried friday-juicypixels-0.1.2.4, but its *library* requires the disabled package: friday - fswatch < 0 # tried fswatch-0.1.0.6, but its *library* does not support: base-4.16.0.0 - fswatch < 0 # tried fswatch-0.1.0.6, but its *library* does not support: haskeline-0.8.2 - ftp-client < 0 # tried ftp-client-0.5.1.4, but its *library* requires the disabled package: connection - - functor-combinators < 0 # tried functor-combinators-0.4.1.0, but its *library* requires the disabled package: sop-core - fused-effects < 0 # tried fused-effects-1.1.1.1, but its *library* does not support: base-4.16.0.0 - galois-field < 0 # tried galois-field-1.0.2, but its *library* does not support: poly-0.5.0.0 - galois-field < 0 # tried galois-field-1.0.2, but its *library* does not support: protolude-0.3.0 - gdax < 0 # tried gdax-0.6.0.0, but its *library* requires the disabled package: regex-tdfa-text - generic-xmlpickler < 0 # tried generic-xmlpickler-0.1.0.6, but its *library* does not support: base-4.16.0.0 - generic-xmlpickler < 0 # tried generic-xmlpickler-0.1.0.6, but its *library* does not support: generic-deriving-1.14.1 - - generics-sop < 0 # tried generics-sop-0.5.1.1, but its *library* does not support: base-4.16.0.0 - - generics-sop < 0 # tried generics-sop-0.5.1.1, but its *library* does not support: ghc-prim-0.8.0 - - generics-sop < 0 # tried generics-sop-0.5.1.1, but its *library* does not support: template-haskell-2.18.0.0 - - generics-sop-lens < 0 # tried generics-sop-lens-0.2.0.1, but its *library* does not support: base-4.16.0.0 - - generics-sop-lens < 0 # tried generics-sop-lens-0.2.0.1, but its *library* does not support: lens-5.1 - geniplate-mirror < 0 # tried geniplate-mirror-0.7.8, but its *library* does not support: template-haskell-2.18.0.0 - genvalidity-hspec-persistent < 0 # tried genvalidity-hspec-persistent-1.0.0.0, but its *library* requires the disabled package: persistent - genvalidity-persistent < 0 # tried genvalidity-persistent-1.0.0.0, but its *library* requires the disabled package: persistent - genvalidity-sydtest-persistent < 0 # tried genvalidity-sydtest-persistent-1.0.0.0, but its *library* requires the disabled package: persistent - - getopt-generics < 0 # tried getopt-generics-0.13.0.4, but its *library* requires the disabled package: generics-sop - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: dhall-1.40.2 - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: ghc-9.2.1 - ghc-parser < 0 # tried ghc-parser-0.2.3.0, but its *library* does not support: ghc-9.2.1 @@ -6201,35 +6158,31 @@ packages: - ghc-source-gen < 0 # tried ghc-source-gen-0.4.2.0, but its *library* does not support: ghc-9.2.1 - ghc-syb-utils < 0 # tried ghc-syb-utils-0.3.0.0, but its *library* does not support: ghc-9.2.1 - ghc-typelits-extra < 0 # tried ghc-typelits-extra-0.4.3, but its *library* does not support: ghc-bignum-1.2 - - ghc-typelits-knownnat < 0 # tried ghc-typelits-knownnat-0.7.6, but its *library* requires the disabled package: ghc-typelits-natnormalise - - ghc-typelits-natnormalise < 0 # tried ghc-typelits-natnormalise-0.7.6, but its *library* does not support: ghc-bignum-1.2 - ghcjs-dom < 0 # tried ghcjs-dom-0.9.5.0, but its *library* requires the disabled package: ghcjs-dom-jsaddle - gi-gsk < 0 # tried gi-gsk-4.0.4, but its *library* does not support: gi-gdk-3.0.25 - gi-webkit2 < 0 # tried gi-webkit2-4.0.28, but its *library* requires the disabled package: gi-soup - ginger < 0 # tried ginger-0.10.4.0, but its *library* does not support: bytestring-0.11.1.0 - gingersnap < 0 # tried gingersnap-0.3.1.0, but its *library* requires the disabled package: snap-core - gio < 0 # tried gio-0.13.8.1, but its *library* does not support: Cabal-3.6.0.0 - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: IfElse - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: aws - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: bloomfilter - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: fdo-notify - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: git-lfs - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: http-client-restricted - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: network-multicast - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: sandi - - git-annex < 0 # tried git-annex-8.20211123, but its *executable* requires the disabled package: torrent + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: IfElse + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: aws + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: bloomfilter + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: fdo-notify + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: git-lfs + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: http-client-restricted + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: network-multicast + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: sandi + - git-annex < 0 # tried git-annex-8.20211231, but its *executable* requires the disabled package: torrent - git-vogue < 0 # tried git-vogue-0.3.0.2, but its *executable* requires the disabled package: hlint - git-vogue < 0 # tried git-vogue-0.3.0.2, but its *executable* requires the disabled package: stylish-haskell - github < 0 # tried github-0.27, but its *library* requires the disabled package: http-client-tls - github < 0 # tried github-0.27, but its *library* requires the disabled package: tls - - github-release < 0 # tried github-release-1.3.8, but its *library* does not support: base-4.16.0.0 + - github-release < 0 # tried github-release-2.0.0.0, but its *library* requires the disabled package: http-client-tls - github-rest < 0 # tried github-rest-1.1.2, but its *library* requires the disabled package: http-client-tls - github-rest < 0 # tried github-rest-1.1.2, but its *library* requires the disabled package: jwt - github-webhook-handler < 0 # tried github-webhook-handler-0.0.8, but its *library* does not support: base-4.16.0.0 - github-webhook-handler-snap < 0 # tried github-webhook-handler-snap-0.0.7, but its *library* does not support: base-4.16.0.0 - github-webhooks < 0 # tried github-webhooks-0.15.0, but its *library* requires the disabled package: memory - - gitlab-haskell < 0 # tried gitlab-haskell-0.3.2.0, but its *library* requires the disabled package: connection - - gitlab-haskell < 0 # tried gitlab-haskell-0.3.2.0, but its *library* requires the disabled package: http-conduit - gitlib-libgit2 < 0 # tried gitlib-libgit2-3.1.2.1, but its *library* requires the disabled package: gitlib - glabrous < 0 # tried glabrous-2.0.5, but its *library* does not support: bytestring-0.11.1.0 - glaze < 0 # tried glaze-0.3.0.1, but its *library* does not support: lens-5.1 @@ -6361,7 +6314,7 @@ packages: - graphite < 0 # tried graphite-0.10.0.1, but its *library* requires the disabled package: graphviz - graphql-client < 0 # tried graphql-client-1.1.1, but its *executable* does not support: bytestring-0.11.1.0 - graphql-client < 0 # tried graphql-client-1.1.1, but its *executable* does not support: path-0.9.2 - - graphql-client < 0 # tried graphql-client-1.1.1, but its *library* does not support: aeson-2.0.2.0 + - graphql-client < 0 # tried graphql-client-1.1.1, but its *library* does not support: aeson-2.0.3.0 - graphula < 0 # tried graphula-2.0.1.0, but its *library* requires the disabled package: persistent - graphviz < 0 # tried graphviz-2999.20.1.0, but its *library* does not support: bytestring-0.11.1.0 - gravatar < 0 # tried gravatar-0.8.0, but its *library* does not support: bytestring-0.11.1.0 @@ -6369,15 +6322,16 @@ packages: - greskell-core < 0 # tried greskell-core-1.0.0.0, but its *library* does not support: base-4.16.0.0 - greskell-websocket < 0 # tried greskell-websocket-1.0.0.0, but its *library* does not support: base-4.16.0.0 - greskell-websocket < 0 # tried greskell-websocket-1.0.0.0, but its *library* does not support: bytestring-0.11.1.0 - - groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* requires the disabled package: groundhog-th - - groundhog-mysql < 0 # tried groundhog-mysql-0.11, but its *library* does not support: mysql-0.2.1 + - groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* does not support: groundhog-0.12.0 + - groundhog-inspector < 0 # tried groundhog-inspector-0.11.0, but its *library* does not support: groundhog-th-0.12 + - groundhog-mysql < 0 # tried groundhog-mysql-0.12, but its *library* does not support: mysql-0.2.1 + - groundhog-th < 0 # tried groundhog-th-0.12, but its *library* does not support: aeson-2.0.3.0 - group-by-date < 0 # tried group-by-date-0.1.0.4, but its *executable* does not support: time-1.11.1.1 - grouped-list < 0 # tried grouped-list-0.2.2.1, but its *library* does not support: base-4.16.0.0 - gtk3 < 0 # tried gtk3-0.15.6, but its *library* does not support: Cabal-3.6.0.0 - hOpenPGP < 0 # tried hOpenPGP-2.9.7, but its *library* requires the disabled package: ixset-typed - hOpenPGP < 0 # tried hOpenPGP-2.9.7, but its *library* requires the disabled package: memory - hOpenPGP < 0 # tried hOpenPGP-2.9.7, but its *library* requires the disabled package: nettle - - hackage-security < 0 # tried hackage-security-0.6.0.1, but its *library* does not support: template-haskell-2.18.0.0 - hackage-security < 0 # tried hackage-security-0.6.0.1, but its *library* does not support: time-1.11.1.1 - hackernews < 0 # tried hackernews-1.4.0.0, but its *library* does not support: http-client-0.7.9 - hackernews < 0 # tried hackernews-1.4.0.0, but its *library* does not support: servant-0.18.3 @@ -6388,25 +6342,22 @@ packages: - hadoop-streaming < 0 # tried hadoop-streaming-0.2.0.3, but its *library* does not support: bytestring-0.11.1.0 - hakyll < 0 # tried hakyll-4.15.1.0, but its *library* does not support: template-haskell-2.18.0.0 - hakyll-convert < 0 # tried hakyll-convert-0.3.0.4, but its *library* does not support: time-1.11.1.1 - - hal < 0 # tried hal-0.4.8, but its *library* does not support: aeson-2.0.2.0 - - hamilton < 0 # tried hamilton-0.1.0.3, but its *executable* requires the disabled package: ghc-typelits-knownnat + - hal < 0 # tried hal-0.4.8, but its *library* does not support: aeson-2.0.3.0 - handwriting < 0 # tried handwriting-0.1.0.3, but its *library* requires the disabled package: wreq - - hapistrano < 0 # tried hapistrano-0.4.3.0, but its *library* does not support: aeson-2.0.2.0 + - hapistrano < 0 # tried hapistrano-0.4.3.0, but its *library* does not support: aeson-2.0.3.0 - hapistrano < 0 # tried hapistrano-0.4.3.0, but its *library* does not support: path-0.9.2 - hapistrano < 0 # tried hapistrano-0.4.3.0, but its *library* does not support: time-1.11.1.1 - happstack-hsp < 0 # tried happstack-hsp-7.3.7.5, but its *library* requires the disabled package: harp - - happstack-jmacro < 0 # tried happstack-jmacro-7.0.12.3, but its *library* requires the disabled package: jmacro - happy-meta < 0 # tried happy-meta-0.2.0.11, but its *library* does not support: template-haskell-2.18.0.0 - hasbolt < 0 # tried hasbolt-0.1.6.1, but its *library* requires the disabled package: connection - hashable-time < 0 # tried hashable-time-0.3, but its *library* does not support: base-4.16.0.0 - hashing < 0 # tried hashing-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 - - haskell-lsp < 0 # tried haskell-lsp-0.24.0.0, but its *library* does not support: aeson-2.0.2.0 + - haskell-lsp < 0 # tried haskell-lsp-0.24.0.0, but its *library* does not support: aeson-2.0.3.0 - haskell-lsp < 0 # tried haskell-lsp-0.24.0.0, but its *library* does not support: base-4.16.0.0 - haskell-lsp-client < 0 # tried haskell-lsp-client-1.0.0.1, but its *library* requires the disabled package: haskell-lsp - haskell-lsp-types < 0 # tried haskell-lsp-types-0.24.0.0, but its *library* does not support: base-4.16.0.0 - - haskell-names < 0 # tried haskell-names-0.9.9, but its *library* does not support: aeson-2.0.2.0 + - haskell-names < 0 # tried haskell-names-0.9.9, but its *library* does not support: aeson-2.0.3.0 - haskell-names < 0 # tried haskell-names-0.9.9, but its *library* does not support: bytestring-0.11.1.0 - - haskell-src-meta < 0 # tried haskell-src-meta-0.8.7, but its *library* does not support: template-haskell-2.18.0.0 - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, but its *library* does not support: base-4.16.0.0 - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, but its *library* does not support: ghc-9.2.1 - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 @@ -6425,8 +6376,8 @@ packages: - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* requires the disabled package: haskell-tools-builtin-refactorings - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* requires the disabled package: references - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: Cabal-3.6.0.0 - - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: Diff-0.4.0 - - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: aeson-2.0.2.0 + - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: Diff-0.4.1 + - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: aeson-2.0.3.0 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: base-4.16.0.0 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: ghc-9.2.1 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: network-3.1.2.5 @@ -6440,7 +6391,7 @@ packages: - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* requires the disabled package: haskell-tools-builtin-refactorings - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* requires the disabled package: references - - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: aeson-2.0.2.0 + - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: aeson-2.0.3.0 - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: base-4.16.0.0 - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: bytestring-0.11.1.0 - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: ghc-9.2.1 @@ -6451,7 +6402,7 @@ packages: - haskell-tools-prettyprint < 0 # tried haskell-tools-prettyprint-1.1.1.0, but its *library* does not support: ghc-9.2.1 - haskell-tools-prettyprint < 0 # tried haskell-tools-prettyprint-1.1.1.0, but its *library* requires the disabled package: references - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: Cabal-3.6.0.0 - - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: aeson-2.0.2.0 + - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: aeson-2.0.3.0 - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: base-4.16.0.0 - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: ghc-9.2.1 - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 @@ -6464,13 +6415,12 @@ packages: - haskintex < 0 # tried haskintex-0.8.0.0, but its *library* requires the disabled package: HaTeX - haskoin-core < 0 # tried haskoin-core-0.21.1, but its *library* requires the disabled package: memory - haskoin-core < 0 # tried haskoin-core-0.21.1, but its *library* requires the disabled package: secp256k1-haskell - - haskoin-store < 0 # tried haskoin-store-0.64.8, but its *library* requires the disabled package: haskoin-node - - haskoin-store < 0 # tried haskoin-store-0.64.8, but its *library* requires the disabled package: haskoin-store-data + - haskoin-store < 0 # tried haskoin-store-0.64.16, but its *library* requires the disabled package: haskoin-node + - haskoin-store < 0 # tried haskoin-store-0.64.16, but its *library* requires the disabled package: haskoin-store-data - hasmin < 0 # tried hasmin-1.0.3, but its *executable* does not support: bytestring-0.11.1.0 - hasmin < 0 # tried hasmin-1.0.3, but its *executable* does not support: optparse-applicative-0.16.1.0 - - hasmin < 0 # tried hasmin-1.0.3, but its *library* does not support: attoparsec-0.14.3 + - hasmin < 0 # tried hasmin-1.0.3, but its *library* does not support: attoparsec-0.14.4 - hasql-migration < 0 # tried hasql-migration-0.3.0, but its *library* requires the disabled package: memory - - hasql-queue < 0 # tried hasql-queue-1.2.0.2, but its *library* requires the disabled package: here - haxl-amazonka < 0 # tried haxl-amazonka-0.1.1, but its *library* requires the disabled package: haxl - haxr < 0 # tried haxr-3000.11.4.1, but its *library* does not support: base-4.16.0.0 - hedgehog < 0 # tried hedgehog-1.0.5, but its *library* does not support: template-haskell-2.18.0.0 @@ -6479,14 +6429,13 @@ packages: - hedgehog-fn < 0 # tried hedgehog-fn-1.0, but its *library* requires the disabled package: hedgehog - hedgehog-quickcheck < 0 # tried hedgehog-quickcheck-0.1.1, but its *library* requires the disabled package: hedgehog - hedis < 0 # tried hedis-0.15.0, but its *library* requires the disabled package: tls - - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: aeson-2.0.2.0 - - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: attoparsec-0.14.3 + - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: aeson-2.0.3.0 + - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: attoparsec-0.14.4 - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: base-4.16.0.0 - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: bytestring-0.11.1.0 - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: dlist-1.0 - - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: hashable-1.4.0.1 + - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: hashable-1.4.0.2 - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: time-1.11.1.1 - - here < 0 # tried here-1.2.13, but its *library* requires the disabled package: haskell-src-meta - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: ansi-terminal-0.11.1 - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: brick-0.65 - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: optparse-applicative-0.16.1.0 @@ -6495,7 +6444,7 @@ packages: - hex-text < 0 # tried hex-text-0.1.0.4, but its *library* does not support: base-4.16.0.0 - hgeometry < 0 # tried hgeometry-0.13, but its *library* requires the disabled package: vector-circular - hgeometry-combinatorial < 0 # tried hgeometry-combinatorial-0.13, but its *library* requires the disabled package: vector-circular - - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: aeson-2.0.2.0 + - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: aeson-2.0.3.0 - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: base-4.16.0.0 - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: bytestring-0.11.1.0 - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: template-haskell-2.18.0.0 @@ -6509,20 +6458,24 @@ packages: - hip < 0 # tried hip-1.5.6.0, but its *library* requires the disabled package: Chart-diagrams - hit < 0 # tried hit-0.7.0, but its *executable* requires the disabled package: git - hjsmin < 0 # tried hjsmin-0.2.0.4, but its *executable* does not support: bytestring-0.11.1.0 + - hledger < 0 # tried hledger-1.24.1, but its *library* does not support: base-4.16.0.0 + - hledger-iadd < 0 # tried hledger-iadd-1.3.16, but its *library* requires the disabled package: hledger-lib + - hledger-interest < 0 # tried hledger-interest-1.6.3, but its *executable* requires the disabled package: hledger-lib + - hledger-lib < 0 # tried hledger-lib-1.24.1, but its *library* does not support: base-4.16.0.0 + - hledger-stockquotes < 0 # tried hledger-stockquotes-0.1.2.0, but its *library* requires the disabled package: hledger-lib - hledger-stockquotes < 0 # tried hledger-stockquotes-0.1.2.0, but its *library* requires the disabled package: req - - hledger-web < 0 # tried hledger-web-1.24.99, but its *library* requires the disabled package: base64 - - hledger-web < 0 # tried hledger-web-1.24.99, but its *library* requires the disabled package: hjsmin - - hlint < 0 # tried hlint-3.3.5, but its *library* does not support: ghc-lib-parser-9.2.1.20211101 - - hlint < 0 # tried hlint-3.3.5, but its *library* does not support: ghc-lib-parser-ex-9.2.0.1 + - hledger-ui < 0 # tried hledger-ui-1.24.1, but its *executable* does not support: base-4.16.0.0 + - hledger-web < 0 # tried hledger-web-1.24.1, but its *library* does not support: base-4.16.0.0 + - hlint < 0 # tried hlint-3.3.6, but its *library* does not support: ghc-lib-parser-9.2.1.20220109 + - hlint < 0 # tried hlint-3.3.6, but its *library* does not support: ghc-lib-parser-ex-9.2.0.1 - hmatrix-backprop < 0 # tried hmatrix-backprop-0.1.3.0, but its *library* requires the disabled package: backprop - hmm-lapack < 0 # tried hmm-lapack-0.5, but its *library* requires the disabled package: lapack - hmpfr < 0 # tried hmpfr-0.4.4, but its *library* does not support: integer-gmp-1.1 - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* requires the disabled package: memory - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* requires the disabled package: saltine - - hoauth2 < 0 # tried hoauth2-1.16.0, but its *executable* does not support: hashable-1.4.0.1 - - hoauth2 < 0 # tried hoauth2-1.16.0, but its *library* does not support: aeson-2.0.2.0 - - hoauth2 < 0 # tried hoauth2-1.16.0, but its *library* does not support: binary-0.8.9.0 - - hoauth2 < 0 # tried hoauth2-1.16.0, but its *library* does not support: bytestring-0.11.1.0 + - hoauth2 < 0 # tried hoauth2-1.16.1, but its *library* does not support: aeson-2.0.3.0 + - hoauth2 < 0 # tried hoauth2-1.16.1, but its *library* does not support: binary-0.8.9.0 + - hoauth2 < 0 # tried hoauth2-1.16.1, but its *library* does not support: bytestring-0.11.1.0 - hocilib < 0 # tried hocilib-0.2.0, but its *library* does not support: bytestring-0.11.1.0 - holy-project < 0 # tried holy-project-0.2.0.1, but its *library* requires the disabled package: hastache - hoogle < 0 # tried hoogle-5.0.18.3, but its *library* requires the disabled package: connection @@ -6534,11 +6487,11 @@ packages: - hopenpgp-tools < 0 # tried hopenpgp-tools-0.23.6, but its *executable* requires the disabled package: memory - hpack < 0 # tried hpack-0.34.6, but its *library* does not support: Cabal-3.6.0.0 - hpack-dhall < 0 # tried hpack-dhall-0.5.4, but its *library* requires the disabled package: hpack - - hpc-coveralls < 0 # tried hpc-coveralls-1.0.10, but its *library* does not support: aeson-2.0.2.0 + - hpc-coveralls < 0 # tried hpc-coveralls-1.0.10, but its *library* does not support: aeson-2.0.3.0 - hpc-coveralls < 0 # tried hpc-coveralls-1.0.10, but its *library* does not support: bytestring-0.11.1.0 - hpc-coveralls < 0 # tried hpc-coveralls-1.0.10, but its *library* does not support: containers-0.6.5.1 - hpc-coveralls < 0 # tried hpc-coveralls-1.0.10, but its *library* does not support: retry-0.9.0.0 - - hpc-lcov < 0 # tried hpc-lcov-1.0.1, but its *executable* does not support: aeson-2.0.2.0 + - hpc-lcov < 0 # tried hpc-lcov-1.0.1, but its *executable* does not support: aeson-2.0.3.0 - hpc-lcov < 0 # tried hpc-lcov-1.0.1, but its *executable* does not support: path-0.9.2 - hpio < 0 # tried hpio-0.9.0.7, but its *executable* does not support: optparse-applicative-0.16.1.0 - hpio < 0 # tried hpio-0.9.0.7, but its *library* does not support: QuickCheck-2.14.2 @@ -6546,28 +6499,28 @@ packages: - hpio < 0 # tried hpio-0.9.0.7, but its *library* does not support: protolude-0.3.0 - hpp < 0 # tried hpp-0.6.4, but its *library* does not support: base-4.16.0.0 - hpqtypes < 0 # tried hpqtypes-1.9.2.1, but its *library* does not support: Cabal-3.6.0.0 - - hpqtypes < 0 # tried hpqtypes-1.9.2.1, but its *library* does not support: aeson-2.0.2.0 - - hpqtypes-extras < 0 # tried hpqtypes-extras-1.14.0.0, but its *library* requires the disabled package: hpqtypes - - hpqtypes-extras < 0 # tried hpqtypes-extras-1.14.0.0, but its *library* requires the disabled package: log-base + - hpqtypes < 0 # tried hpqtypes-1.9.2.1, but its *library* does not support: aeson-2.0.3.0 + - hpqtypes-extras < 0 # tried hpqtypes-extras-1.14.1.0, but its *library* requires the disabled package: hpqtypes + - hpqtypes-extras < 0 # tried hpqtypes-extras-1.14.1.0, but its *library* requires the disabled package: log-base - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: containers-0.6.5.1 - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: hmatrix-0.20.2 - - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: statistics-0.15.2.0 + - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: statistics-0.16.0.1 - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: time-1.11.1.1 - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* does not support: vector-algorithms-0.8.0.4 - hquantlib < 0 # tried hquantlib-0.0.5.0, but its *library* requires the disabled package: hmatrix-special - hquantlib-time < 0 # tried hquantlib-time-0.0.4.1, but its *library* does not support: time-1.11.1.1 - - hs-tags < 0 # tried hs-tags-0.1.5.2, but its *executable* does not support: base-4.16.0.0 - - hs-tags < 0 # tried hs-tags-0.1.5.2, but its *executable* does not support: ghc-9.2.1 + - hs-tags < 0 # tried hs-tags-0.1.5.3, but its *executable* does not support: base-4.16.0.0 + - hs-tags < 0 # tried hs-tags-0.1.5.3, but its *executable* does not support: ghc-9.2.1 - hsb2hs < 0 # tried hsb2hs-0.3.1, but its *executable* requires the disabled package: preprocessor-tools - hschema-aeson < 0 # tried hschema-aeson-0.0.1.1, but its *library* requires the disabled package: hschema - hschema-prettyprinter < 0 # tried hschema-prettyprinter-0.0.1.1, but its *library* requires the disabled package: hschema - hschema-quickcheck < 0 # tried hschema-quickcheck-0.0.1.1, but its *library* requires the disabled package: hschema - - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: aeson-2.0.2.0 - - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: attoparsec-0.14.3 + - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: aeson-2.0.3.0 + - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: attoparsec-0.14.4 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: bytestring-0.11.1.0 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: ghc-boot-9.2.1 - - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: ghc-lib-parser-9.2.1.20211101 - - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: hlint-3.3.5 + - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: ghc-lib-parser-9.2.1.20220109 + - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: hlint-3.3.6 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: http-client-0.7.9 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: lens-5.1 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: optparse-applicative-0.16.1.0 @@ -6585,15 +6538,14 @@ packages: - hspec-wai < 0 # tried hspec-wai-0.11.1, but its *library* requires the disabled package: wai-extra - hspec-wai-json < 0 # tried hspec-wai-json-0.11.0, but its *library* does not support: hspec-wai-0.11.1 - hspec-webdriver < 0 # tried hspec-webdriver-1.2.0, but its *library* requires the disabled package: webdriver - - hsx-jmacro < 0 # tried hsx-jmacro-7.3.8.1, but its *library* requires the disabled package: jmacro - hsx2hs < 0 # tried hsx2hs-0.14.1.8, but its *library* does not support: template-haskell-2.18.0.0 - hsyslog-udp < 0 # tried hsyslog-udp-0.2.5, but its *library* does not support: bytestring-0.11.1.0 - hsyslog-udp < 0 # tried hsyslog-udp-0.2.5, but its *library* does not support: time-1.11.1.1 - - htoml < 0 # tried htoml-1.0.0.3, but its *library* does not support: aeson-2.0.2.0 + - htoml < 0 # tried htoml-1.0.0.3, but its *library* does not support: aeson-2.0.3.0 - http-client-overrides < 0 # tried http-client-overrides-0.1.1.0, but its *executable* requires the disabled package: http-client-tls - http-client-tls < 0 # tried http-client-tls-0.3.5.3, but its *library* requires the disabled package: memory - http-conduit < 0 # tried http-conduit-2.3.8, but its *library* requires the disabled package: http-client-tls - - http-directory < 0 # tried http-directory-0.1.8, but its *library* requires the disabled package: http-client-tls + - http-directory < 0 # tried http-directory-0.1.9, but its *library* requires the disabled package: http-client-tls - http-download < 0 # tried http-download-0.2.0.0, but its *library* requires the disabled package: memory - http-query < 0 # tried http-query-0.1.1, but its *library* requires the disabled package: http-conduit - http-streams < 0 # tried http-streams-0.8.9.4, but its *library* requires the disabled package: openssl-streams @@ -6612,7 +6564,7 @@ packages: - hw-hedgehog < 0 # tried hw-hedgehog-0.1.1.0, but its *library* requires the disabled package: hedgehog - hw-hspec-hedgehog < 0 # tried hw-hspec-hedgehog-0.1.1.0, but its *library* does not support: hspec-2.8.5 - hw-ip < 0 # tried hw-ip-2.4.2.0, but its *library* requires the disabled package: hw-bits - - hw-json < 0 # tried hw-json-1.3.2.2, but its *library* does not support: aeson-2.0.2.0 + - hw-json < 0 # tried hw-json-1.3.2.2, but its *library* does not support: aeson-2.0.3.0 - hw-json-simd < 0 # tried hw-json-simd-0.1.1.0, but its *library* requires the disabled package: hw-prim - hw-json-simple-cursor < 0 # tried hw-json-simple-cursor-0.1.1.0, but its *library* requires the disabled package: hw-bits - hw-json-simple-cursor < 0 # tried hw-json-simple-cursor-0.1.1.0, but its *library* requires the disabled package: hw-prim @@ -6643,7 +6595,7 @@ packages: - hyraxAbif < 0 # tried hyraxAbif-0.2.3.27, but its *library* does not support: text-1.2.5.0 - iconv < 0 # tried iconv-0.4.1.3, but its *library* does not support: bytestring-0.11.1.0 - idris < 0 # tried idris-1.3.4, but its *library* does not support: Cabal-3.6.0.0 - - idris < 0 # tried idris-1.3.4, but its *library* does not support: aeson-2.0.2.0 + - idris < 0 # tried idris-1.3.4, but its *library* does not support: aeson-2.0.3.0 - idris < 0 # tried idris-1.3.4, but its *library* does not support: bytestring-0.11.1.0 - idris < 0 # tried idris-1.3.4, but its *library* does not support: network-3.1.2.5 - iff < 0 # tried iff-0.0.6, but its *library* does not support: bytestring-0.11.1.0 @@ -6652,7 +6604,6 @@ packages: - ihaskell-hvega < 0 # tried ihaskell-hvega-0.5.0.2, but its *library* requires the disabled package: ihaskell - importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: hse-cpp - incremental-parser < 0 # tried incremental-parser-0.5.0.2, but its *library* requires the disabled package: input-parsers - - incremental-parser < 0 # tried incremental-parser-0.5.0.2, but its *library* requires the disabled package: rank2classes - indentation-core < 0 # tried indentation-core-0.0.0.2, but its *library* does not support: base-4.16.0.0 - indentation-parsec < 0 # tried indentation-parsec-0.0.0.2, but its *library* does not support: base-4.16.0.0 - inline-java < 0 # tried inline-java-0.10.0, but its *library* does not support: ghc-9.2.1 @@ -6660,22 +6611,21 @@ packages: - inline-r < 0 # tried inline-r-0.10.5, but its *library* does not support: singletons-3.0.1 - input-parsers < 0 # tried input-parsers-0.2.3.1, but its *library* does not support: bytestring-0.11.1.0 - int-cast < 0 # tried int-cast-0.2.0.0, but its *library* does not support: base-4.16.0.0 - - interpolate < 0 # tried interpolate-0.2.1, but its *library* requires the disabled package: haskell-src-meta - - interpolatedstring-perl6 < 0 # tried interpolatedstring-perl6-1.0.2, but its *library* requires the disabled package: haskell-src-meta - interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 - interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: template-haskell-2.18.0.0 - intro < 0 # tried intro-0.9.0.0, but its *library* does not support: bytestring-0.11.1.0 - - invertible < 0 # tried invertible-0.2.0.7, but its *library* requires the disabled package: haskell-src-meta - invertible-grammar < 0 # tried invertible-grammar-0.1.3.2, but its *library* does not support: template-haskell-2.18.0.0 - - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: attoparsec-0.14.3 + - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: attoparsec-0.14.4 - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: base-4.16.0.0 - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: bytestring-0.11.1.0 + - ipa < 0 # tried ipa-0.3.1.1, but its *library* does not support: template-haskell-2.18.0.0 + - ipa < 0 # tried ipa-0.3.1.1, but its *library* does not support: unicode-transforms-0.4.0 - ipython-kernel < 0 # tried ipython-kernel-0.10.2.2, but its *library* requires the disabled package: memory - irc-client < 0 # tried irc-client-1.1.2.2, but its *library* does not support: bytestring-0.11.1.0 - irc-client < 0 # tried irc-client-1.1.2.2, but its *library* does not support: time-1.11.1.1 - irc-conduit < 0 # tried irc-conduit-0.3.0.5, but its *library* does not support: bytestring-0.11.1.0 - irc-conduit < 0 # tried irc-conduit-0.3.0.5, but its *library* does not support: time-1.11.1.1 - - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: attoparsec-0.14.3 + - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: attoparsec-0.14.4 - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: bytestring-0.11.1.0 - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: network-3.1.2.5 - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: path-0.9.2 @@ -6686,37 +6636,32 @@ packages: - ixset-typed-conversions < 0 # tried ixset-typed-conversions-0.1.2.0, but its *library* requires the disabled package: ixset-typed - ixset-typed-hashable-instance < 0 # tried ixset-typed-hashable-instance-0.1.0.2, but its *library* requires the disabled package: ixset-typed - jack < 0 # tried jack-0.7.2, but its *library* does not support: bytestring-0.11.1.0 - - jmacro < 0 # tried jmacro-0.6.17, but its *library* requires the disabled package: haskell-src-meta - - jmacro-rpc < 0 # tried jmacro-rpc-0.3.3, but its *library* requires the disabled package: jmacro - - jmacro-rpc-happstack < 0 # tried jmacro-rpc-happstack-0.3.2, but its *library* requires the disabled package: jmacro - jmacro-rpc-snap < 0 # tried jmacro-rpc-snap-0.3, but its *library* requires the disabled package: snap-core - jose < 0 # tried jose-0.9, but its *library* requires the disabled package: memory - jose-jwt < 0 # tried jose-jwt-0.9.2, but its *library* requires the disabled package: memory - - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: aeson-2.0.2.0 - - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: attoparsec-0.14.3 + - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: aeson-2.0.3.0 + - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: attoparsec-0.14.4 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: base-compat-0.12.1 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: base64-bytestring-1.2.1.0 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: bytestring-0.11.1.0 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: lens-5.1 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: ref-tf-0.5.0.1 - jsaddle < 0 # tried jsaddle-0.9.8.1, but its *library* does not support: time-1.11.1.1 - - json-alt < 0 # tried json-alt-1.0.0, but its *library* does not support: aeson-2.0.2.0 + - json-alt < 0 # tried json-alt-1.0.0, but its *library* does not support: aeson-2.0.3.0 - json-autotype < 0 # tried json-autotype-3.1.2, but its *executable* does not support: bytestring-0.11.1.0 - - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: aeson-2.0.2.0 - - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: hashable-1.4.0.1 + - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: aeson-2.0.3.0 + - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: hashable-1.4.0.2 - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: lens-5.1 - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* does not support: smallcheck-1.2.1 - json-autotype < 0 # tried json-autotype-3.1.2, but its *library* requires the disabled package: run-haskell-module - - json-feed < 0 # tried json-feed-1.0.15, but its *library* does not support: base-4.16.0.0 - - json-feed < 0 # tried json-feed-1.0.15, but its *library* does not support: bytestring-0.11.1.0 - - json-feed < 0 # tried json-feed-1.0.15, but its *library* does not support: time-1.11.1.1 - - json-rpc-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: aeson-2.0.2.0 + - json-feed < 0 # tried json-feed-2.0.0.0, but its *library* does not support: time-1.11.1.1 + - json-rpc-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: aeson-2.0.3.0 - json-rpc-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: base-4.16.0.0 - json-rpc-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: bytestring-0.11.1.0 - - json-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: aeson-2.0.2.0 + - json-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: aeson-2.0.3.0 - json-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: base-4.16.0.0 - json-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: bytestring-0.11.1.0 - - json-stream < 0 # tried json-stream-0.4.2.4, but its *library* does not support: aeson-2.0.2.0 + - json-stream < 0 # tried json-stream-0.4.2.4, but its *library* does not support: aeson-2.0.3.0 - jvm < 0 # tried jvm-0.6.0, but its *library* requires the disabled package: distributed-closure - jvm < 0 # tried jvm-0.6.0, but its *library* requires the disabled package: jni - jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: distributed-closure @@ -6725,42 +6670,37 @@ packages: - jvm-streaming < 0 # tried jvm-streaming-0.4.0, but its *library* requires the disabled package: jni - jwt < 0 # tried jwt-0.11.0, but its *library* requires the disabled package: memory - katip-logstash < 0 # tried katip-logstash-0.1.0.2, but its *library* requires the disabled package: logstash - - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: aeson-2.0.2.0 + - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: aeson-2.0.3.0 - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: async-2.2.4 - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: katip-0.8.7.0 - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: rollbar-hs-0.3.1.0 - katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: time-1.11.1.1 - - katip-scalyr-scribe < 0 # tried katip-scalyr-scribe-0.1.0.1, but its *library* does not support: aeson-2.0.2.0 + - katip-scalyr-scribe < 0 # tried katip-scalyr-scribe-0.1.0.1, but its *library* does not support: aeson-2.0.3.0 - katip-scalyr-scribe < 0 # tried katip-scalyr-scribe-0.1.0.1, but its *library* does not support: katip-0.8.7.0 - kawhi < 0 # tried kawhi-0.3.0, but its *library* requires the disabled package: http-conduit - - ki < 0 # tried ki-0.2.0.1, but its *library* does not support: base-4.16.0.0 - kind-generics-th < 0 # tried kind-generics-th-0.2.2.2, but its *library* does not support: template-haskell-2.18.0.0 - - kleene < 0 # tried kleene-0.1, but its *library* does not support: base-4.16.0.0 - - kleene < 0 # tried kleene-0.1, but its *library* does not support: bytestring-0.11.1.0 - koji < 0 # tried koji-0.0.2, but its *library* requires the disabled package: haxr - - koofr-client < 0 # tried koofr-client-1.0.0.3, but its *library* does not support: aeson-2.0.2.0 + - koofr-client < 0 # tried koofr-client-1.0.0.3, but its *library* does not support: aeson-2.0.3.0 - kraken < 0 # tried kraken-0.1.0, but its *library* does not support: base-4.16.0.0 - krank < 0 # tried krank-0.2.3, but its *library* requires the disabled package: req - - kubernetes-webhook-haskell < 0 # tried kubernetes-webhook-haskell-0.2.0.3, but its *library* does not support: aeson-2.0.2.0 + - kubernetes-webhook-haskell < 0 # tried kubernetes-webhook-haskell-0.2.0.3, but its *library* does not support: aeson-2.0.3.0 - kubernetes-webhook-haskell < 0 # tried kubernetes-webhook-haskell-0.2.0.3, but its *library* does not support: bytestring-0.11.1.0 - - lackey < 0 # tried lackey-1.0.16, but its *library* does not support: base-4.16.0.0 + - lackey < 0 # tried lackey-2.0.0.0, but its *library* requires the disabled package: servant-foreign - lambdabot-core < 0 # tried lambdabot-core-5.3.0.2, but its *library* requires the disabled package: random-fu - lambdabot-irc-plugins < 0 # tried lambdabot-irc-plugins-5.3.0.2, but its *library* requires the disabled package: lambdabot-core - - language-c-quote < 0 # tried language-c-quote-0.13, but its *library* requires the disabled package: haskell-src-meta - language-haskell-extract < 0 # tried language-haskell-extract-0.2.4, but its *library* does not support: template-haskell-2.18.0.0 - - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: aeson-2.0.2.0 + - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: aeson-2.0.3.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: base16-bytestring-1.0.2.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: bytestring-0.11.1.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: formatting-7.1.3 - - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: hashable-1.4.0.1 - - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: hruby-0.4.0.0 + - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: hashable-1.4.0.2 + - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: hruby-0.5.0.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: lens-5.1 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: megaparsec-9.2.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: memory-0.16.0 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: servant-0.18.3 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: servant-client-0.18.3 - lapack < 0 # tried lapack-0.5, but its *library* requires the disabled package: hyper - - lapack-carray < 0 # tried lapack-carray-0.0.3, but its *library* requires the disabled package: carray - lapack-ffi-tools < 0 # tried lapack-ffi-tools-0.1.2.1, but its *executable* does not support: bytestring-0.11.1.0 - lapack-hmatrix < 0 # tried lapack-hmatrix-0.0.0.1, but its *library* requires the disabled package: lapack - large-hashable < 0 # tried large-hashable-0.1.0.4, but its *library* does not support: template-haskell-2.18.0.0 @@ -6777,7 +6717,6 @@ packages: - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: bytestring-0.11.1.0 - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: text-1.2.5.0 - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: time-1.11.1.1 - - libraft < 0 # tried libraft-0.5.0.0, but its *executable* requires the disabled package: postgresql-simple-url - libraft < 0 # tried libraft-0.5.0.0, but its *library* requires the disabled package: ekg - libraft < 0 # tried libraft-0.5.0.0, but its *library* requires the disabled package: ekg-core - libraft < 0 # tried libraft-0.5.0.0, but its *library* requires the disabled package: monad-metrics @@ -6790,15 +6729,13 @@ packages: - linked-list-with-iterator < 0 # tried linked-list-with-iterator-0.1.1.0, but its *library* does not support: containers-0.6.5.1 - liquid-fixpoint < 0 # tried liquid-fixpoint-8.10.7, but its *library* does not support: megaparsec-9.2.0 - liquid-fixpoint < 0 # tried liquid-fixpoint-8.10.7, but its *library* requires the disabled package: rest-rewrite - - list-singleton < 0 # tried list-singleton-1.0.0.5, but its *library* does not support: base-4.16.0.0 - list-witnesses < 0 # tried list-witnesses-0.1.3.2, but its *library* requires the disabled package: functor-products - little-logger < 0 # tried little-logger-0.3.2, but its *library* requires the disabled package: co-log - little-logger < 0 # tried little-logger-0.3.2, but its *library* requires the disabled package: co-log-core - llvm-hs-pure < 0 # tried llvm-hs-pure-9.0.0, but its *library* does not support: bytestring-0.11.1.0 - - loc < 0 # tried loc-0.1.3.10, but its *library* does not support: base-4.16.0.0 - locators < 0 # tried locators-0.3.0.3, but its *library* requires the disabled package: memory - - log-base < 0 # tried log-base-0.11.0.0, but its *library* does not support: aeson-2.0.2.0 - - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: aeson-2.0.2.0 + - log-base < 0 # tried log-base-0.11.0.0, but its *library* does not support: aeson-2.0.3.0 + - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: aeson-2.0.3.0 - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: o-clock-1.2.1 - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: universum-1.7.2 - logger-thread < 0 # tried logger-thread-0.1.0.2, but its *library* requires the disabled package: protolude @@ -6814,8 +6751,7 @@ packages: - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* requires the disabled package: logging-effect - logstash < 0 # tried logstash-0.1.0.3, but its *library* requires the disabled package: tls - loopbreaker < 0 # tried loopbreaker-0.1.1.1, but its *library* does not support: ghc-9.2.1 - - lukko < 0 # tried lukko-0.1.1.3, but its *library* does not support: base-4.16.0.0 - - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: aeson-2.0.2.0 + - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: aeson-2.0.3.0 - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: network-3.1.2.5 - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: servant-0.18.3 - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: servant-client-0.18.3 @@ -6825,20 +6761,18 @@ packages: - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: ekg-wai - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: envy - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: monad-metrics - - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: refined - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: servant-server - magico < 0 # tried magico-0.0.2.3, but its *executable* requires the disabled package: lapack - - makefile < 0 # tried makefile-1.1.0.0, but its *library* does not support: attoparsec-0.14.3 + - makefile < 0 # tried makefile-1.1.0.0, but its *library* does not support: attoparsec-0.14.4 - mallard < 0 # tried mallard-0.6.1.1, but its *library* does not support: megaparsec-9.2.0 - mallard < 0 # tried mallard-0.6.1.1, but its *library* requires the disabled package: Interpolation - - mandrill < 0 # tried mandrill-0.5.5.0, but its *library* does not support: aeson-2.0.2.0 + - mandrill < 0 # tried mandrill-0.5.5.0, but its *library* does not support: aeson-2.0.3.0 - map-syntax < 0 # tried map-syntax-0.3, but its *library* does not support: base-4.16.0.0 - markup < 0 # tried markup-4.2.0, but its *library* requires the disabled package: attoparsec-uri - - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: aeson-2.0.2.0 + - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: aeson-2.0.3.0 - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: http-client-0.7.9 - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: lens-5.1 - marvin < 0 # tried marvin-0.2.5, but its *library* requires the disabled package: marvin-interpolate - - matrix-static < 0 # tried matrix-static-0.3, but its *library* requires the disabled package: ghc-typelits-natnormalise - mbox < 0 # tried mbox-0.3.4, but its *library* does not support: time-1.11.1.1 - mbox-utility < 0 # tried mbox-utility-0.0.3.1, but its *executable* does not support: bytestring-0.11.1.0 - mbox-utility < 0 # tried mbox-utility-0.0.3.1, but its *executable* does not support: time-1.11.1.1 @@ -6850,9 +6784,9 @@ packages: - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: scalpel-core-0.6.2 - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: time-1.11.1.1 - med-module < 0 # tried med-module-0.1.2.1, but its *library* does not support: bytestring-0.11.1.0 - - medea < 0 # tried medea-1.2.0, but its *library* does not support: aeson-2.0.2.0 + - medea < 0 # tried medea-1.2.0, but its *library* does not support: aeson-2.0.3.0 - medea < 0 # tried medea-1.2.0, but its *library* does not support: bytestring-0.11.1.0 - - medea < 0 # tried medea-1.2.0, but its *library* does not support: hashable-1.4.0.1 + - medea < 0 # tried medea-1.2.0, but its *library* does not support: hashable-1.4.0.2 - mega-sdist < 0 # tried mega-sdist-0.4.1.0, but its *executable* requires the disabled package: pantry - memory < 0 # tried memory-0.16.0, but its *library* does not support: base-4.16.0.0 - memory < 0 # tried memory-0.16.0, but its *library* does not support: ghc-prim-0.8.0 @@ -6884,7 +6818,6 @@ packages: - mime-mail-ses < 0 # tried mime-mail-ses-0.4.3, but its *library* requires the disabled package: http-client-tls - mini-egison < 0 # tried mini-egison-1.0.0, but its *library* requires the disabled package: egison-pattern-src - mini-egison < 0 # tried mini-egison-1.0.0, but its *library* requires the disabled package: egison-pattern-src-th-mode - - mini-egison < 0 # tried mini-egison-1.0.0, but its *library* requires the disabled package: haskell-src-meta - minio-hs < 0 # tried minio-hs-1.5.3, but its *library* requires the disabled package: memory - minio-hs < 0 # tried minio-hs-1.5.3, but its *library* requires the disabled package: protolude - misfortune < 0 # tried misfortune-0.1.1.2, but its *library* requires the disabled package: knob @@ -6898,34 +6831,34 @@ packages: - mmark-ext < 0 # tried mmark-ext-0.2.1.4, but its *library* requires the disabled package: mmark - mnist-idx < 0 # tried mnist-idx-0.1.2.8, but its *library* does not support: bytestring-0.11.1.0 - modify-fasta < 0 # tried modify-fasta-0.8.3.0, but its *executable* requires the disabled package: pipes-text - - modular < 0 # tried modular-0.1.0.8, but its *library* requires the disabled package: ghc-typelits-knownnat - mole < 0 # tried mole-0.0.7, but its *executable* does not support: base-4.16.0.0 - mole < 0 # tried mole-0.0.7, but its *executable* requires the disabled package: snap-server - monad-bayes < 0 # tried monad-bayes-0.1.1.0, but its *library* does not support: base-4.16.0.0 - monad-bayes < 0 # tried monad-bayes-0.1.1.0, but its *library* does not support: mwc-random-0.15.0.2 + - monad-bayes < 0 # tried monad-bayes-0.1.1.0, but its *library* does not support: statistics-0.16.0.1 - monad-logger-logstash < 0 # tried monad-logger-logstash-0.2.0.2, but its *library* requires the disabled package: logstash - - monad-metrics < 0 # tried monad-metrics-0.2.2.0, but its *library* does not support: hashable-1.4.0.1 + - monad-metrics < 0 # tried monad-metrics-0.2.2.0, but its *library* does not support: hashable-1.4.0.2 - monad-mock < 0 # tried monad-mock-0.2.0.0, but its *library* does not support: template-haskell-2.18.0.0 - monad-unlift-ref < 0 # tried monad-unlift-ref-0.2.1, but its *library* requires the disabled package: monad-unlift - mongoDB < 0 # tried mongoDB-2.7.1.1, but its *library* requires the disabled package: cryptohash - mongoDB < 0 # tried mongoDB-2.7.1.1, but its *library* requires the disabled package: tls - monoidal-containers < 0 # tried monoidal-containers-0.6.2.0, but its *library* does not support: base-4.16.0.0 - monomer < 0 # tried monomer-1.2.0.0, but its *library* does not support: lens-5.1 - - morpheus-graphql < 0 # tried morpheus-graphql-0.18.0, but its *library* does not support: aeson-2.0.2.0 + - morpheus-graphql < 0 # tried morpheus-graphql-0.18.0, but its *library* does not support: aeson-2.0.3.0 - morpheus-graphql < 0 # tried morpheus-graphql-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - - morpheus-graphql-app < 0 # tried morpheus-graphql-app-0.18.0, but its *library* does not support: aeson-2.0.2.0 + - morpheus-graphql-app < 0 # tried morpheus-graphql-app-0.18.0, but its *library* does not support: aeson-2.0.3.0 - morpheus-graphql-app < 0 # tried morpheus-graphql-app-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - - morpheus-graphql-client < 0 # tried morpheus-graphql-client-0.18.0, but its *library* does not support: aeson-2.0.2.0 + - morpheus-graphql-client < 0 # tried morpheus-graphql-client-0.18.0, but its *library* does not support: aeson-2.0.3.0 - morpheus-graphql-client < 0 # tried morpheus-graphql-client-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - morpheus-graphql-code-gen < 0 # tried morpheus-graphql-code-gen-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - - morpheus-graphql-core < 0 # tried morpheus-graphql-core-0.18.0, but its *library* does not support: aeson-2.0.2.0 + - morpheus-graphql-core < 0 # tried morpheus-graphql-core-0.18.0, but its *library* does not support: aeson-2.0.3.0 - morpheus-graphql-core < 0 # tried morpheus-graphql-core-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - - morpheus-graphql-subscriptions < 0 # tried morpheus-graphql-subscriptions-0.18.0, but its *library* does not support: aeson-2.0.2.0 + - morpheus-graphql-subscriptions < 0 # tried morpheus-graphql-subscriptions-0.18.0, but its *library* does not support: aeson-2.0.3.0 - morpheus-graphql-subscriptions < 0 # tried morpheus-graphql-subscriptions-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - morpheus-graphql-tests < 0 # tried morpheus-graphql-tests-0.18.0, but its *library* does not support: bytestring-0.11.1.0 - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: base-4.16.0.0 - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: bytestring-0.11.1.0 - - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: hashable-1.4.0.1 + - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: hashable-1.4.0.2 - msgpack-aeson < 0 # tried msgpack-aeson-0.1.0.0, but its *library* requires the disabled package: msgpack - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* does not support: blaze-builder-0.4.2.2 - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* does not support: filepath-1.4.2.1 @@ -6942,7 +6875,7 @@ packages: - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: random-1.2.1 - multipart < 0 # tried multipart-0.2.1, but its *library* does not support: bytestring-0.11.1.0 - multistate < 0 # tried multistate-0.8.0.3, but its *library* does not support: base-4.16.0.0 - - mustache < 0 # tried mustache-2.3.2, but its *library* does not support: aeson-2.0.2.0 + - mustache < 0 # tried mustache-2.3.2, but its *library* does not support: aeson-2.0.3.0 - mwc-random-accelerate < 0 # tried mwc-random-accelerate-0.2.0.0, but its *library* requires the disabled package: accelerate - mysql-haskell < 0 # tried mysql-haskell-0.8.4.3, but its *library* does not support: memory-0.16.0 - mysql-haskell < 0 # tried mysql-haskell-0.8.4.3, but its *library* requires the disabled package: word24 @@ -6957,8 +6890,8 @@ packages: - named < 0 # tried named-0.3.0.1, but its *library* does not support: base-4.16.0.0 - naqsha < 0 # tried naqsha-0.3.0.1, but its *library* does not support: base-4.16.0.0 - naqsha < 0 # tried naqsha-0.3.0.1, but its *library* does not support: bytestring-0.11.1.0 + - net-mqtt < 0 # tried net-mqtt-0.8.2.0, but its *library* does not support: attoparsec-0.14.4 - net-mqtt-lens < 0 # tried net-mqtt-lens-0.1.1.0, but its *library* requires the disabled package: net-mqtt - - netlib-carray < 0 # tried netlib-carray-0.1, but its *library* requires the disabled package: carray - netrc < 0 # tried netrc-0.2.0.0, but its *library* does not support: base-4.16.0.0 - netrc < 0 # tried netrc-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 - nettle < 0 # tried nettle-0.3.0, but its *library* does not support: bytestring-0.11.1.0 @@ -6991,7 +6924,6 @@ packages: - nri-redis < 0 # tried nri-redis-0.1.0.3, but its *library* does not support: base-4.16.0.0 - nri-test-encoding < 0 # tried nri-test-encoding-0.1.1.1, but its *library* does not support: base-4.16.0.0 - numhask-prelude < 0 # tried numhask-prelude-0.5.0, but its *library* does not support: numhask-0.8.1.0 - - numhask-space < 0 # tried numhask-space-0.8.1.0, but its *library* requires the disabled package: tdigest - nuxeo < 0 # tried nuxeo-0.3.2, but its *library* requires the disabled package: http-conduit - nvim-hs < 0 # tried nvim-hs-2.1.0.7, but its *library* requires the disabled package: messagepack - nvim-hs-ghcid < 0 # tried nvim-hs-ghcid-2.0.0.0, but its *library* requires the disabled package: nvim-hs-contrib @@ -7012,20 +6944,19 @@ packages: - openssl-streams < 0 # tried openssl-streams-1.2.3.0, but its *library* does not support: bytestring-0.11.1.0 - opentelemetry-extra < 0 # tried opentelemetry-extra-0.7.0, but its *library* requires the disabled package: http-client-tls - opentelemetry-lightstep < 0 # tried opentelemetry-lightstep-0.7.0, but its *library* requires the disabled package: http-client-tls - - opml-conduit < 0 # tried opml-conduit-0.9.0.0, but its *library* requires the disabled package: refined - oset < 0 # tried oset-0.4.0.1, but its *library* does not support: base-4.16.0.0 - packdeps < 0 # tried packdeps-0.6.0.0, but its *library* does not support: Cabal-3.6.0.0 + - pagure < 0 # tried pagure-0.1.0, but its *library* requires the disabled package: http-query - pagure-cli < 0 # tried pagure-cli-0.2, but its *executable* requires the disabled package: http-conduit - pairing < 0 # tried pairing-1.1.0, but its *library* does not support: bytestring-0.11.1.0 - pairing < 0 # tried pairing-1.1.0, but its *library* does not support: groups-0.5.3 - pairing < 0 # tried pairing-1.1.0, but its *library* does not support: protolude-0.3.0 - pairing < 0 # tried pairing-1.1.0, but its *library* requires the disabled package: elliptic-curve - - palette < 0 # tried palette-0.3.0.2, but its *library* does not support: base-4.16.0.0 - pandoc < 0 # tried pandoc-2.16.2, but its *library* requires the disabled package: http-client-tls - pandoc-csv2table < 0 # tried pandoc-csv2table-1.0.9, but its *library* requires the disabled package: pandoc - pandoc-dhall-decoder < 0 # tried pandoc-dhall-decoder-0.1.0.1, but its *library* requires the disabled package: dhall - pandoc-dhall-decoder < 0 # tried pandoc-dhall-decoder-0.1.0.1, but its *library* requires the disabled package: pandoc - - pandoc-plot < 0 # tried pandoc-plot-1.3.0, but its *library* requires the disabled package: pandoc + - pandoc-plot < 0 # tried pandoc-plot-1.4.0, but its *library* requires the disabled package: pandoc - pandoc-throw < 0 # tried pandoc-throw-0.1.0.0, but its *library* requires the disabled package: pandoc - pango < 0 # tried pango-0.13.8.1, but its *library* does not support: Cabal-3.6.0.0 - pantry < 0 # tried pantry-0.5.3, but its *library* does not support: Cabal-3.6.0.0 @@ -7033,7 +6964,6 @@ packages: - papillon < 0 # tried papillon-0.1.1.1, but its *library* does not support: template-haskell-2.18.0.0 - paripari < 0 # tried paripari-0.7.0.0, but its *library* does not support: bytestring-0.11.1.0 - paripari < 0 # tried paripari-0.7.0.0, but its *library* does not support: parser-combinators-1.3.0 - - partial-semigroup < 0 # tried partial-semigroup-0.5.1.12, but its *library* does not support: base-4.16.0.0 - password < 0 # tried password-3.0.0.0, but its *library* does not support: bytestring-0.11.1.0 - password-instances < 0 # tried password-instances-3.0.0.0, but its *library* requires the disabled package: persistent - password-types < 0 # tried password-types-1.0.0.0, but its *library* requires the disabled package: memory @@ -7041,6 +6971,7 @@ packages: - path-text-utf8 < 0 # tried path-text-utf8-0.0.1.8, but its *library* does not support: base-4.16.0.0 - path-text-utf8 < 0 # tried path-text-utf8-0.0.1.8, but its *library* does not support: path-0.9.2 - pcf-font-embed < 0 # tried pcf-font-embed-0.1.2.0, but its *library* requires the disabled package: pcf-font + - pdc < 0 # tried pdc-0.1.1, but its *library* requires the disabled package: http-query - pdf-toolbox-content < 0 # tried pdf-toolbox-content-0.1.1, but its *library* requires the disabled package: pdf-toolbox-core - pdf-toolbox-core < 0 # tried pdf-toolbox-core-0.1.1, but its *library* requires the disabled package: cryptohash - pdf-toolbox-document < 0 # tried pdf-toolbox-document-0.1.2, but its *library* requires the disabled package: pdf-toolbox-core @@ -7054,7 +6985,7 @@ packages: - persistable-types-HDBC-pg < 0 # tried persistable-types-HDBC-pg-0.0.3.5, but its *library* requires the disabled package: HDBC - persistable-types-HDBC-pg < 0 # tried persistable-types-HDBC-pg-0.0.3.5, but its *library* requires the disabled package: persistable-record - persistable-types-HDBC-pg < 0 # tried persistable-types-HDBC-pg-0.0.3.5, but its *library* requires the disabled package: relational-query-HDBC - - persistent < 0 # tried persistent-2.13.2.1, but its *library* does not support: aeson-2.0.2.0 + - persistent < 0 # tried persistent-2.13.2.1, but its *library* does not support: aeson-2.0.3.0 - persistent < 0 # tried persistent-2.13.2.1, but its *library* does not support: template-haskell-2.18.0.0 - persistent-discover < 0 # tried persistent-discover-0.1.0.5, but its *library* requires the disabled package: persistent - persistent-documentation < 0 # tried persistent-documentation-0.1.0.4, but its *library* requires the disabled package: persistent @@ -7067,7 +6998,6 @@ packages: - persistent-pagination < 0 # tried persistent-pagination-0.1.1.2, but its *library* requires the disabled package: esqueleto - persistent-pagination < 0 # tried persistent-pagination-0.1.1.2, but its *library* requires the disabled package: persistent - persistent-postgresql < 0 # tried persistent-postgresql-2.13.2.1, but its *library* requires the disabled package: persistent - - persistent-qq < 0 # tried persistent-qq-2.12.0.1, but its *library* requires the disabled package: haskell-src-meta - persistent-qq < 0 # tried persistent-qq-2.12.0.1, but its *library* requires the disabled package: persistent - persistent-redis < 0 # tried persistent-redis-2.13.0.0, but its *library* does not support: bytestring-0.11.1.0 - persistent-sqlite < 0 # tried persistent-sqlite-2.13.0.3, but its *library* requires the disabled package: persistent @@ -7079,11 +7009,11 @@ packages: - picedit < 0 # tried picedit-0.2.3.0, but its *library* does not support: JuicyPixels-3.3.6 - picedit < 0 # tried picedit-0.2.3.0, but its *library* does not support: hmatrix-0.20.2 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: Cabal-3.6.0.0 - - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: aeson-2.0.2.0 + - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: aeson-2.0.3.0 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: base-4.16.0.0 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: binary-orphans-1.0.2 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: containers-0.6.5.1 - - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: hashable-1.4.0.1 + - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: hashable-1.4.0.2 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: shake-0.19.6 - pier < 0 # tried pier-0.3.0.0, but its *executable* does not support: yaml-0.11.7.0 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: Cabal-3.6.0.0 @@ -7091,13 +7021,13 @@ packages: - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: base64-bytestring-1.2.1.0 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: bytestring-0.11.1.0 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: containers-0.6.5.1 - - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: hashable-1.4.0.1 + - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: hashable-1.4.0.2 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: http-client-0.7.9 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: shake-0.19.6 - - pinboard < 0 # tried pinboard-0.10.2.0, but its *library* does not support: aeson-2.0.2.0 + - pinboard < 0 # tried pinboard-0.10.2.0, but its *library* does not support: aeson-2.0.3.0 - pinboard < 0 # tried pinboard-0.10.2.0, but its *library* does not support: bytestring-0.11.1.0 - pinboard < 0 # tried pinboard-0.10.2.0, but its *library* does not support: http-client-0.7.9 - - pinch < 0 # tried pinch-0.4.1.2, but its *library* does not support: hashable-1.4.0.1 + - pinch < 0 # tried pinch-0.4.1.2, but its *library* does not support: hashable-1.4.0.2 - pipes-category < 0 # tried pipes-category-0.3.0.0, but its *library* does not support: lens-5.1 - pipes-http < 0 # tried pipes-http-1.0.6, but its *library* does not support: bytestring-0.11.1.0 - pipes-misc < 0 # tried pipes-misc-0.5.0.0, but its *library* requires the disabled package: pipes-category @@ -7114,7 +7044,7 @@ packages: - polysemy-extra < 0 # tried polysemy-extra-0.2.0.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-fskvstore < 0 # tried polysemy-fskvstore-0.1.1.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-kvstore < 0 # tried polysemy-kvstore-0.1.2.0, but its *library* does not support: polysemy-1.7.1.0 - - polysemy-kvstore-jsonfile < 0 # tried polysemy-kvstore-jsonfile-0.1.1.0, but its *library* does not support: aeson-2.0.2.0 + - polysemy-kvstore-jsonfile < 0 # tried polysemy-kvstore-jsonfile-0.1.1.0, but its *library* does not support: aeson-2.0.3.0 - polysemy-kvstore-jsonfile < 0 # tried polysemy-kvstore-jsonfile-0.1.1.0, but its *library* does not support: base-4.16.0.0 - polysemy-kvstore-jsonfile < 0 # tried polysemy-kvstore-jsonfile-0.1.1.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-methodology < 0 # tried polysemy-methodology-0.2.1.0, but its *library* does not support: base-4.16.0.0 @@ -7136,14 +7066,12 @@ packages: - pomaps < 0 # tried pomaps-0.2.0.1, but its *library* does not support: containers-0.6.5.1 - pomaps < 0 # tried pomaps-0.2.0.1, but its *library* does not support: ghc-prim-0.8.0 - postgresql-migration < 0 # tried postgresql-migration-0.2.1.3, but its *library* does not support: time-1.11.1.1 - - postgresql-query < 0 # tried postgresql-query-3.9.0, but its *library* requires the disabled package: haskell-src-meta - - postgresql-simple-url < 0 # tried postgresql-simple-url-0.2.1.0, but its *library* does not support: base-4.16.0.0 - postgresql-typed < 0 # tried postgresql-typed-0.6.2.0, but its *library* requires the disabled package: HDBC - - postgresql-typed < 0 # tried postgresql-typed-0.6.2.0, but its *library* requires the disabled package: haskell-src-meta - postgresql-typed < 0 # tried postgresql-typed-0.6.2.0, but its *library* requires the disabled package: memory - - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: aeson-2.0.2.0 + - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: aeson-2.0.3.0 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: base-4.16.0.0 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: bytestring-0.11.1.0 + - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: hasql-1.5.0.1 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: jose-0.9 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: lens-5.1 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: retry-0.9.0.0 @@ -7154,16 +7082,14 @@ packages: - pred-set < 0 # tried pred-set-0.0.1, but its *library* requires the disabled package: HSet - pred-trie < 0 # tried pred-trie-0.6.1, but its *library* requires the disabled package: pred-set - pred-trie < 0 # tried pred-trie-0.6.1, but its *library* requires the disabled package: tries - - pretty-sop < 0 # tried pretty-sop-0.2.0.3, but its *library* requires the disabled package: generics-sop - - primitive-extras < 0 # tried primitive-extras-0.10.1.3, but its *library* requires the disabled package: primitive-unlifted - - primitive-unlifted < 0 # tried primitive-unlifted-1.0.0.0, but its *library* does not support: bytestring-0.11.1.0 - printcess < 0 # tried printcess-0.1.0.3, but its *library* does not support: containers-0.6.5.1 - printcess < 0 # tried printcess-0.1.0.3, but its *library* does not support: lens-5.1 - product-isomorphic < 0 # tried product-isomorphic-0.0.3.3, but its *library* requires the disabled package: th-data-compat - profiterole < 0 # tried profiterole-0.1, but its *executable* requires the disabled package: ghc-prof - - profiteur < 0 # tried profiteur-0.4.6.0, but its *executable* does not support: aeson-2.0.2.0 + - profiteur < 0 # tried profiteur-0.4.6.0, but its *executable* does not support: aeson-2.0.3.0 - profiteur < 0 # tried profiteur-0.4.6.0, but its *executable* does not support: bytestring-0.11.1.0 - - prometheus < 0 # tried prometheus-2.2.2, but its *library* does not support: bytestring-0.11.1.0 + - prometheus < 0 # tried prometheus-2.2.3, but its *library* requires the disabled package: http-client-tls + - prometheus-wai-middleware < 0 # tried prometheus-wai-middleware-1.0.1.0, but its *executable* requires the disabled package: warp - prometheus-wai-middleware < 0 # tried prometheus-wai-middleware-1.0.1.0, but its *library* requires the disabled package: prometheus - proto-lens < 0 # tried proto-lens-0.7.1.0, but its *library* does not support: base-4.16.0.0 - proto-lens < 0 # tried proto-lens-0.7.1.0, but its *library* does not support: bytestring-0.11.1.0 @@ -7185,7 +7111,7 @@ packages: - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: base-4.16.0.0 - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: bytestring-0.11.1.0 - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: ghc-prim-0.8.0 - - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: hashable-1.4.0.1 + - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: hashable-1.4.0.2 - publicsuffix < 0 # tried publicsuffix-0.20200526, but its *library* does not support: base-4.16.0.0 - pure-io < 0 # tried pure-io-0.2.1, but its *library* does not support: base-4.16.0.0 - pusher-http-haskell < 0 # tried pusher-http-haskell-2.1.0.8, but its *library* requires the disabled package: memory @@ -7201,7 +7127,7 @@ packages: - quickcheck-combinators < 0 # tried quickcheck-combinators-0.0.5, but its *library* requires the disabled package: unfoldable-restricted - quickcheck-state-machine < 0 # tried quickcheck-state-machine-0.7.1, but its *library* requires the disabled package: markov-chain-usage-model - radius < 0 # tried radius-0.7.1.0, but its *library* requires the disabled package: memory - - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: aeson-2.0.2.0 + - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: aeson-2.0.3.0 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: bytestring-0.11.1.0 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: connection-0.3.1 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: constraints-0.13.2 @@ -7210,40 +7136,27 @@ packages: - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: lens-5.1 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: req-3.9.2 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* requires the disabled package: extensible - - ral < 0 # tried ral-0.2, but its *library* does not support: base-4.16.0.0 - - ral < 0 # tried ral-0.2, but its *library* does not support: hashable-1.4.0.1 - - rampart < 0 # tried rampart-1.1.0.4, but its *library* does not support: base-4.16.0.0 - - random-source < 0 # tried random-source-0.3.0.11, but its *library* requires the disabled package: th-extras - ranged-list < 0 # tried ranged-list-0.1.0.0, but its *library* requires the disabled package: typecheck-plugin-nat-simple - rank-product < 0 # tried rank-product-0.2.2.0, but its *library* requires the disabled package: random-fu - - rank2classes < 0 # tried rank2classes-1.4.3, but its *library* does not support: template-haskell-2.18.0.0 - rate-limit < 0 # tried rate-limit-1.4.2, but its *library* does not support: time-1.11.1.1 - - ratel < 0 # tried ratel-1.0.17, but its *library* does not support: base-4.16.0.0 - - ratel < 0 # tried ratel-1.0.17, but its *library* does not support: bytestring-0.11.1.0 - - ratel-wai < 0 # tried ratel-wai-1.1.5, but its *library* does not support: base-4.16.0.0 - - ratel-wai < 0 # tried ratel-wai-1.1.5, but its *library* does not support: bytestring-0.11.1.0 + - ratel < 0 # tried ratel-2.0.0.0, but its *library* requires the disabled package: http-client-tls + - ratel-wai < 0 # tried ratel-wai-2.0.0.0, but its *library* requires the disabled package: ratel - rattletrap < 0 # tried rattletrap-11.2.4, but its *library* does not support: base-4.16.0.0 - rattletrap < 0 # tried rattletrap-11.2.4, but its *library* does not support: bytestring-0.11.1.0 - - rdf < 0 # tried rdf-0.1.0.5, but its *library* does not support: attoparsec-0.14.3 + - rdf < 0 # tried rdf-0.1.0.5, but its *library* does not support: attoparsec-0.14.4 - readable < 0 # tried readable-0.3.1, but its *library* does not support: bytestring-0.11.1.0 - reanimate < 0 # tried reanimate-1.1.4.0, but its *library* requires the disabled package: hgeometry - reanimate < 0 # tried reanimate-1.1.4.0, but its *library* requires the disabled package: hgeometry-combinatorial - rebase < 0 # tried rebase-1.14, but its *library* requires the disabled package: hashable-time - records-sop < 0 # tried records-sop-0.1.1.0, but its *library* does not support: ghc-prim-0.8.0 - reddit-scrape < 0 # tried reddit-scrape-0.0.1, but its *library* requires the disabled package: http-client-tls - - refined < 0 # tried refined-0.6.2, but its *library* does not support: aeson-2.0.2.0 - - refined < 0 # tried refined-0.6.2, but its *library* does not support: base-4.16.0.0 - - refined < 0 # tried refined-0.6.2, but its *library* does not support: bytestring-0.11.1.0 - - refined < 0 # tried refined-0.6.2, but its *library* does not support: template-haskell-2.18.0.0 - reform-hsp < 0 # tried reform-hsp-0.2.7.2, but its *library* requires the disabled package: hsx2hs - - regex-applicative-text < 0 # tried regex-applicative-text-0.1.0.1, but its *library* does not support: base-4.16.0.0 - regex-pcre-text < 0 # tried regex-pcre-text-0.94.0.1, but its *library* does not support: bytestring-0.11.1.0 - regex-pcre-text < 0 # tried regex-pcre-text-0.94.0.1, but its *library* does not support: regex-base-0.94.0.2 - regex-pcre-text < 0 # tried regex-pcre-text-0.94.0.1, but its *library* does not support: regex-pcre-builtin-0.95.2.3.8.44 - regex-tdfa-text < 0 # tried regex-tdfa-text-1.0.0.3, but its *library* does not support: regex-base-0.94.0.2 - registry < 0 # tried registry-0.2.1.0, but its *library* requires the disabled package: protolude - - rel8 < 0 # tried rel8-1.2.1.0, but its *library* does not support: base-4.16.0.0 - - relapse < 0 # tried relapse-1.0.0.0, but its *library* does not support: attoparsec-0.14.3 + - relapse < 0 # tried relapse-1.0.0.0, but its *library* does not support: attoparsec-0.14.4 - relational-query < 0 # tried relational-query-0.12.3.0, but its *library* requires the disabled package: persistable-record - relational-query < 0 # tried relational-query-0.12.3.0, but its *library* requires the disabled package: product-isomorphic - relational-query-HDBC < 0 # tried relational-query-HDBC-0.7.2.0, but its *library* requires the disabled package: th-data-compat @@ -7253,35 +7166,33 @@ packages: - relational-schemas < 0 # tried relational-schemas-0.1.8.0, but its *library* requires the disabled package: relational-query - relude < 0 # tried relude-1.0.0.1, but its *library* does not support: base-4.16.0.0 - relude < 0 # tried relude-1.0.0.1, but its *library* does not support: ghc-prim-0.8.0 - - relude < 0 # tried relude-1.0.0.1, but its *library* does not support: hashable-1.4.0.1 - - repa-algorithms < 0 # tried repa-algorithms-3.4.1.3, but its *library* does not support: base-4.16.0.0 + - relude < 0 # tried relude-1.0.0.1, but its *library* does not support: hashable-1.4.0.2 + - repa-algorithms < 0 # tried repa-algorithms-3.4.1.4, but its *library* does not support: base-4.16.0.0 - repa-io < 0 # tried repa-io-3.4.1.1, but its *library* does not support: bytestring-0.11.1.0 - req < 0 # tried req-3.9.2, but its *library* does not support: template-haskell-2.18.0.0 - req-conduit < 0 # tried req-conduit-1.0.1, but its *library* requires the disabled package: req - - req-url-extra < 0 # tried req-url-extra-0.1.1.0, but its *executable* does not support: aeson-2.0.2.0 + - req-url-extra < 0 # tried req-url-extra-0.1.1.0, but its *executable* does not support: aeson-2.0.3.0 - req-url-extra < 0 # tried req-url-extra-0.1.1.0, but its *library* does not support: base-4.16.0.0 - req-url-extra < 0 # tried req-url-extra-0.1.1.0, but its *library* does not support: req-3.9.2 - require < 0 # tried require-0.4.11, but its *library* does not support: bytestring-0.11.1.0 - rerebase < 0 # tried rerebase-1.14, but its *library* requires the disabled package: rebase - resistor-cube < 0 # tried resistor-cube-0.0.1.4, but its *executable* requires the disabled package: lapack - - resolv < 0 # tried resolv-0.1.2.0, but its *library* does not support: base-4.16.0.0 - rethinkdb-client-driver < 0 # tried rethinkdb-client-driver-0.0.25, but its *library* does not support: base-4.16.0.0 - rhbzquery < 0 # tried rhbzquery-0.4.4, but its *executable* requires the disabled package: email-validate - rhine-gloss < 0 # tried rhine-gloss-0.7.0, but its *library* requires the disabled package: rhine - - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: aeson-2.0.2.0 - - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: attoparsec-0.14.3 + - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: aeson-2.0.3.0 + - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: attoparsec-0.14.4 - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: network-3.1.2.5 - riak < 0 # tried riak-1.2.0.0, but its *library* does not support: time-1.11.1.1 - riak-protobuf < 0 # tried riak-protobuf-0.25.0.0, but its *library* requires the disabled package: proto-lens - riak-protobuf < 0 # tried riak-protobuf-0.25.0.0, but its *library* requires the disabled package: proto-lens-runtime - - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: aeson-2.0.2.0 + - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: aeson-2.0.3.0 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: bytestring-0.11.1.0 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: http-client-0.7.9 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: network-3.1.2.5 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: time-1.11.1.1 - rpmbuild-order < 0 # tried rpmbuild-order-0.4.5, but its *library* requires the disabled package: graphviz - rss-conduit < 0 # tried rss-conduit-0.6.0.1, but its *library* requires the disabled package: atom-conduit - - rvar < 0 # tried rvar-0.2.0.6, but its *library* requires the disabled package: random-source - s3-signer < 0 # tried s3-signer-0.5.0.0, but its *library* requires the disabled package: cryptohash - safe-json < 0 # tried safe-json-1.1.2.0, but its *library* does not support: bytestring-0.11.1.0 - safe-json < 0 # tried safe-json-1.1.2.0, but its *library* does not support: time-1.11.1.1 @@ -7292,7 +7203,6 @@ packages: - salak-toml < 0 # tried salak-toml-0.3.5.3, but its *library* requires the disabled package: tomland - salak-yaml < 0 # tried salak-yaml-0.3.5.3, but its *library* requires the disabled package: salak - saltine < 0 # tried saltine-0.1.1.1, but its *library* does not support: bytestring-0.11.1.0 - - salve < 0 # tried salve-1.0.11, but its *library* does not support: base-4.16.0.0 - sandwich < 0 # tried sandwich-0.1.0.9, but its *library* requires the disabled package: string-interpolate - sandwich-quickcheck < 0 # tried sandwich-quickcheck-0.1.0.6, but its *library* requires the disabled package: sandwich - sandwich-slack < 0 # tried sandwich-slack-0.1.0.6, but its *library* requires the disabled package: string-interpolate @@ -7301,27 +7211,26 @@ packages: - sbv < 0 # tried sbv-8.17, but its *library* does not support: base-4.16.0.0 - scalendar < 0 # tried scalendar-1.2.0, but its *library* does not support: containers-0.6.5.1 - scalpel < 0 # tried scalpel-0.6.2, but its *library* requires the disabled package: http-client-tls - - schematic < 0 # tried schematic-0.5.1.0, but its *library* does not support: aeson-2.0.2.0 + - schematic < 0 # tried schematic-0.5.1.0, but its *library* does not support: aeson-2.0.3.0 - schematic < 0 # tried schematic-0.5.1.0, but its *library* requires the disabled package: hjsonschema - schematic < 0 # tried schematic-0.5.1.0, but its *library* requires the disabled package: validationt - scotty < 0 # tried scotty-0.12, but its *library* requires the disabled package: warp - sdl2 < 0 # tried sdl2-2.5.3.0, but its *library* does not support: bytestring-0.11.1.0 - sdl2-ttf < 0 # tried sdl2-ttf-2.1.2, but its *library* requires the disabled package: sdl2 - secp256k1-haskell < 0 # tried secp256k1-haskell-0.6.0, but its *library* does not support: bytestring-0.11.1.0 - - secp256k1-haskell < 0 # tried secp256k1-haskell-0.6.0, but its *library* does not support: hashable-1.4.0.1 + - secp256k1-haskell < 0 # tried secp256k1-haskell-0.6.0, but its *library* does not support: hashable-1.4.0.2 - securemem < 0 # tried securemem-0.1.10, but its *library* requires the disabled package: memory - selda < 0 # tried selda-0.5.1.0, but its *library* does not support: bytestring-0.11.1.0 - selda < 0 # tried selda-0.5.1.0, but its *library* does not support: time-1.11.1.1 - - selda-json < 0 # tried selda-json-0.1.1.0, but its *library* does not support: aeson-2.0.2.0 + - selda-json < 0 # tried selda-json-0.1.1.0, but its *library* does not support: aeson-2.0.3.0 - selda-json < 0 # tried selda-json-0.1.1.0, but its *library* does not support: bytestring-0.11.1.0 - selda-postgresql < 0 # tried selda-postgresql-0.1.8.1, but its *library* does not support: bytestring-0.11.1.0 - selda-postgresql < 0 # tried selda-postgresql-0.1.8.1, but its *library* does not support: time-1.11.1.1 - selda-sqlite < 0 # tried selda-sqlite-0.1.7.1, but its *library* does not support: bytestring-0.11.1.0 - selda-sqlite < 0 # tried selda-sqlite-0.1.7.1, but its *library* does not support: time-1.11.1.1 - semialign-indexed < 0 # tried semialign-indexed-1.2, but its *library* does not support: base-4.16.0.0 - - semialign-optics < 0 # tried semialign-optics-1.2, but its *library* does not support: base-4.16.0.0 - sendgrid-v3 < 0 # tried sendgrid-v3-0.3.0.0, but its *library* does not support: base-4.16.0.0 - - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: aeson-2.0.2.0 + - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: aeson-2.0.3.0 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: base-4.16.0.0 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: bytestring-0.11.1.0 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: http-client-0.7.9 @@ -7331,12 +7240,12 @@ packages: - seqloc < 0 # tried seqloc-0.6.1.1, but its *library* requires the disabled package: biocore - sequence-formats < 0 # tried sequence-formats-1.6.1, but its *library* does not support: base-4.16.0.0 - sequenceTools < 0 # tried sequenceTools-1.5.0, but its *library* requires the disabled package: sequence-formats - - servant < 0 # tried servant-0.18.3, but its *library* does not support: aeson-2.0.2.0 + - servant < 0 # tried servant-0.18.3, but its *library* does not support: aeson-2.0.3.0 - servant < 0 # tried servant-0.18.3, but its *library* does not support: base-4.16.0.0 - servant < 0 # tried servant-0.18.3, but its *library* does not support: base-compat-0.12.1 - servant-JuicyPixels < 0 # tried servant-JuicyPixels-0.3.1.0, but its *executable* requires the disabled package: servant-server - servant-JuicyPixels < 0 # tried servant-JuicyPixels-0.3.1.0, but its *library* requires the disabled package: servant - - servant-auth < 0 # tried servant-auth-0.4.0.0, but its *library* does not support: aeson-2.0.2.0 + - servant-auth < 0 # tried servant-auth-0.4.0.0, but its *library* does not support: aeson-2.0.3.0 - servant-auth < 0 # tried servant-auth-0.4.0.0, but its *library* does not support: base-4.16.0.0 - servant-auth < 0 # tried servant-auth-0.4.0.0, but its *library* does not support: jose-0.9 - servant-auth < 0 # tried servant-auth-0.4.0.0, but its *library* does not support: lens-5.1 @@ -7352,7 +7261,7 @@ packages: - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: servant-server-0.18.3 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: time-1.11.1.1 - servant-auth-docs < 0 # tried servant-auth-docs-0.2.10.0, but its *library* does not support: base-4.16.0.0 - - servant-auth-server < 0 # tried servant-auth-server-0.4.6.0, but its *library* does not support: aeson-2.0.2.0 + - servant-auth-server < 0 # tried servant-auth-server-0.4.6.0, but its *library* does not support: aeson-2.0.3.0 - servant-auth-server < 0 # tried servant-auth-server-0.4.6.0, but its *library* does not support: base-4.16.0.0 - servant-auth-server < 0 # tried servant-auth-server-0.4.6.0, but its *library* does not support: base64-bytestring-1.2.1.0 - servant-auth-server < 0 # tried servant-auth-server-0.4.6.0, but its *library* does not support: bytestring-0.11.1.0 @@ -7379,17 +7288,17 @@ packages: - servant-client < 0 # tried servant-client-0.18.3, but its *library* does not support: base-4.16.0.0 - servant-client < 0 # tried servant-client-0.18.3, but its *library* does not support: base-compat-0.12.1 - servant-client < 0 # tried servant-client-0.18.3, but its *library* does not support: time-1.11.1.1 - - servant-client-core < 0 # tried servant-client-core-0.18.3, but its *library* does not support: aeson-2.0.2.0 + - servant-client-core < 0 # tried servant-client-core-0.18.3, but its *library* does not support: aeson-2.0.3.0 - servant-client-core < 0 # tried servant-client-core-0.18.3, but its *library* does not support: base-4.16.0.0 - servant-client-core < 0 # tried servant-client-core-0.18.3, but its *library* does not support: base-compat-0.12.1 - servant-client-core < 0 # tried servant-client-core-0.18.3, but its *library* does not support: template-haskell-2.18.0.0 - servant-conduit < 0 # tried servant-conduit-0.15.1, but its *library* requires the disabled package: servant - - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: aeson-2.0.2.0 + - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: aeson-2.0.3.0 - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: base-4.16.0.0 - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: base-compat-0.12.1 - - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: hashable-1.4.0.1 + - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: hashable-1.4.0.2 - servant-docs < 0 # tried servant-docs-0.11.9, but its *library* does not support: lens-5.1 - - servant-docs-simple < 0 # tried servant-docs-simple-0.4.0.0, but its *library* does not support: aeson-2.0.2.0 + - servant-docs-simple < 0 # tried servant-docs-simple-0.4.0.0, but its *library* does not support: aeson-2.0.3.0 - servant-elm < 0 # tried servant-elm-0.7.2, but its *library* requires the disabled package: servant - servant-elm < 0 # tried servant-elm-0.7.2, but its *library* requires the disabled package: servant-foreign - servant-errors < 0 # tried servant-errors-0.1.6.0, but its *library* does not support: base-4.16.0.0 @@ -7405,7 +7314,7 @@ packages: - servant-http-streams < 0 # tried servant-http-streams-0.18.3, but its *library* does not support: base-4.16.0.0 - servant-http-streams < 0 # tried servant-http-streams-0.18.3, but its *library* does not support: base-compat-0.12.1 - servant-http-streams < 0 # tried servant-http-streams-0.18.3, but its *library* does not support: time-1.11.1.1 - - servant-js < 0 # tried servant-js-0.9.4.2, but its *executable* does not support: aeson-2.0.2.0 + - servant-js < 0 # tried servant-js-0.9.4.2, but its *executable* does not support: aeson-2.0.3.0 - servant-js < 0 # tried servant-js-0.9.4.2, but its *library* does not support: base-4.16.0.0 - servant-js < 0 # tried servant-js-0.9.4.2, but its *library* does not support: base-compat-0.12.1 - servant-js < 0 # tried servant-js-0.9.4.2, but its *library* does not support: lens-5.1 @@ -7433,7 +7342,7 @@ packages: - servant-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: lens-5.1 - servant-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: pandoc-types-1.22.1 - servant-pipes < 0 # tried servant-pipes-0.15.3, but its *library* requires the disabled package: servant - - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: aeson-2.0.2.0 + - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: aeson-2.0.3.0 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: base-4.16.0.0 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: base-compat-batteries-0.12.1 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: bytestring-0.11.1.0 @@ -7441,7 +7350,7 @@ packages: - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: time-1.11.1.1 - servant-rawm < 0 # tried servant-rawm-1.0.0.0, but its *library* requires the disabled package: servant - servant-ruby < 0 # tried servant-ruby-0.9.0.0, but its *library* requires the disabled package: servant-foreign - - servant-server < 0 # tried servant-server-0.18.3, but its *executable* does not support: aeson-2.0.2.0 + - servant-server < 0 # tried servant-server-0.18.3, but its *executable* does not support: aeson-2.0.3.0 - servant-server < 0 # tried servant-server-0.18.3, but its *library* does not support: base-4.16.0.0 - servant-server < 0 # tried servant-server-0.18.3, but its *library* does not support: base-compat-0.12.1 - servant-static-th < 0 # tried servant-static-th-1.0.0.0, but its *library* requires the disabled package: servant @@ -7460,19 +7369,19 @@ packages: - servant-subscriber < 0 # tried servant-subscriber-0.7.0.0, but its *library* requires the disabled package: servant-foreign - servant-subscriber < 0 # tried servant-subscriber-0.7.0.0, but its *library* requires the disabled package: servant-server - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: Cabal-3.6.0.0 - - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: aeson-2.0.2.0 + - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: aeson-2.0.3.0 - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: base-4.16.0.0 - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: base-compat-0.12.1 - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: bytestring-0.11.1.0 - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: lens-5.1 - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: swagger2-2.7 - - servant-swagger-ui < 0 # tried servant-swagger-ui-0.3.5.3.52.5, but its *library* does not support: aeson-2.0.2.0 + - servant-swagger-ui < 0 # tried servant-swagger-ui-0.3.5.3.52.5, but its *library* does not support: aeson-2.0.3.0 - servant-swagger-ui < 0 # tried servant-swagger-ui-0.3.5.3.52.5, but its *library* does not support: base-4.16.0.0 - servant-swagger-ui < 0 # tried servant-swagger-ui-0.3.5.3.52.5, but its *library* does not support: bytestring-0.11.1.0 - - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: aeson-2.0.2.0 + - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: aeson-2.0.3.0 - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: base-4.16.0.0 - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: bytestring-0.11.1.0 - - servant-swagger-ui-redoc < 0 # tried servant-swagger-ui-redoc-0.3.4.1.22.3, but its *library* does not support: aeson-2.0.2.0 + - servant-swagger-ui-redoc < 0 # tried servant-swagger-ui-redoc-0.3.4.1.22.3, but its *library* does not support: aeson-2.0.3.0 - servant-swagger-ui-redoc < 0 # tried servant-swagger-ui-redoc-0.3.4.1.22.3, but its *library* does not support: base-4.16.0.0 - servant-swagger-ui-redoc < 0 # tried servant-swagger-ui-redoc-0.3.4.1.22.3, but its *library* does not support: bytestring-0.11.1.0 - servant-tracing < 0 # tried servant-tracing-0.2.0.0, but its *library* requires the disabled package: servant @@ -7508,44 +7417,40 @@ packages: - simplest-sqlite < 0 # tried simplest-sqlite-0.1.0.2, but its *library* does not support: template-haskell-2.18.0.0 - siphash < 0 # tried siphash-1.0.3, but its *library* does not support: bytestring-0.11.1.0 - size-based < 0 # tried size-based-0.1.2.0, but its *library* does not support: template-haskell-2.18.0.0 - - sized < 0 # tried sized-1.0.0.0, but its *library* requires the disabled package: ghc-typelits-knownnat - - sized < 0 # tried sized-1.0.0.0, but its *library* requires the disabled package: type-natural - - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: aeson-2.0.2.0 + - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: aeson-2.0.3.0 - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: base-4.16.0.0 - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: constraints-0.13.2 - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: lens-5.1 - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: random-1.2.1 - skeletons < 0 # tried skeletons-0.4.0, but its *executable* requires the disabled package: tinytemplate - - slack-progressbar < 0 # tried slack-progressbar-0.1.0.1, but its *library* requires the disabled package: interpolate - slack-progressbar < 0 # tried slack-progressbar-0.1.0.1, but its *library* requires the disabled package: wreq - - slack-web < 0 # tried slack-web-0.3.0.1, but its *library* does not support: aeson-2.0.2.0 - - slack-web < 0 # tried slack-web-0.3.0.1, but its *library* does not support: base-4.16.0.0 - - slack-web < 0 # tried slack-web-0.3.0.1, but its *library* does not support: http-client-0.7.9 - - slave-thread < 0 # tried slave-thread-1.1.0.1, but its *library* requires the disabled package: stm-containers + - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: aeson-2.0.3.0 + - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: base-4.16.0.0 + - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: http-client-0.7.9 - slick < 0 # tried slick-1.1.2.2, but its *library* requires the disabled package: mustache - slist < 0 # tried slist-0.2.0.0, but its *library* does not support: base-4.16.0.0 - smallcheck-series < 0 # tried smallcheck-series-0.7.1.0, but its *library* does not support: base-4.16.0.0 - smash < 0 # tried smash-0.1.2, but its *library* does not support: base-4.16.0.0 - - smash < 0 # tried smash-0.1.2, but its *library* does not support: hashable-1.4.0.1 - - smash-aeson < 0 # tried smash-aeson-0.1.0.0, but its *library* does not support: aeson-2.0.2.0 + - smash < 0 # tried smash-0.1.2, but its *library* does not support: hashable-1.4.0.2 + - smash-aeson < 0 # tried smash-aeson-0.1.0.0, but its *library* does not support: aeson-2.0.3.0 - smash-lens < 0 # tried smash-lens-0.1.0.1, but its *library* does not support: lens-5.1 - smash-microlens < 0 # tried smash-microlens-0.1.0.0, but its *library* requires the disabled package: smash - - smoothie < 0 # tried smoothie-0.4.2.11, but its *library* does not support: aeson-2.0.2.0 + - smoothie < 0 # tried smoothie-0.4.2.11, but its *library* does not support: aeson-2.0.3.0 - smtp-mail < 0 # tried smtp-mail-0.3.0.0, but its *library* requires the disabled package: memory - - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: aeson-2.0.2.0 - - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: attoparsec-0.14.3 + - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: aeson-2.0.3.0 + - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: attoparsec-0.14.4 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: base-4.16.0.0 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: bytestring-0.11.1.0 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: dlist-1.0 - - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: hashable-1.4.0.1 + - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: hashable-1.4.0.2 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: lens-5.1 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: mwc-random-0.15.0.2 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: time-1.11.1.1 - snap < 0 # tried snap-1.1.3.1, but its *library* requires the disabled package: pwstore-fast - snap < 0 # tried snap-1.1.3.1, but its *library* requires the disabled package: snap-server - snap-blaze < 0 # tried snap-blaze-0.2.1.5, but its *library* requires the disabled package: snap-core - - snap-core < 0 # tried snap-core-1.0.4.2, but its *library* does not support: attoparsec-0.14.3 - - snap-core < 0 # tried snap-core-1.0.4.2, but its *library* does not support: hashable-1.4.0.1 + - snap-core < 0 # tried snap-core-1.0.4.2, but its *library* does not support: attoparsec-0.14.4 + - snap-core < 0 # tried snap-core-1.0.4.2, but its *library* does not support: hashable-1.4.0.2 - snap-core < 0 # tried snap-core-1.0.4.2, but its *library* does not support: time-1.11.1.1 - soap < 0 # tried soap-0.2.3.6, but its *library* does not support: bytestring-0.11.1.0 - soap-openssl < 0 # tried soap-openssl-0.1.0.2, but its *library* requires the disabled package: soap @@ -7553,7 +7458,6 @@ packages: - socket < 0 # tried socket-0.8.3.0, but its *library* does not support: bytestring-0.11.1.0 - socket-activation < 0 # tried socket-activation-0.1.0.2, but its *library* does not support: network-3.1.2.5 - solana-staking-csvs < 0 # tried solana-staking-csvs-0.1.1.0, but its *library* requires the disabled package: req - - sop-core < 0 # tried sop-core-0.5.0.1, but its *library* does not support: base-4.16.0.0 - sound-collage < 0 # tried sound-collage-0.2.1, but its *executable* requires the disabled package: soxlib - soxlib < 0 # tried soxlib-0.0.3.1, but its *library* does not support: bytestring-0.11.1.0 - spacecookie < 0 # tried spacecookie-1.0.0.1, but its *library* requires the disabled package: socket @@ -7569,16 +7473,8 @@ packages: - split-record < 0 # tried split-record-0.1.1.4, but its *executable* requires the disabled package: soxlib - sqlite-simple-errors < 0 # tried sqlite-simple-errors-0.6.1.0, but its *library* does not support: text-1.2.5.0 - srt-dhall < 0 # tried srt-dhall-0.1.0.0, but its *library* requires the disabled package: dhall - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: hackage-security - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: hpack - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: memory - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: mustache - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: pantry - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: persistent - - stack < 0 # tried stack-2.7.3, but its *library* requires the disabled package: regex-applicative-text + - stack-all < 0 # tried stack-all-0.3.1, but its *executable* requires the disabled package: http-query - stackcollapse-ghc < 0 # tried stackcollapse-ghc-0.0.1.4, but its *executable* does not support: base-4.16.0.0 - - stm-containers < 0 # tried stm-containers-1.2, but its *library* requires the disabled package: stm-hamt - - stm-hamt < 0 # tried stm-hamt-1.2.0.7, but its *library* requires the disabled package: primitive-extras - stm-supply < 0 # tried stm-supply-0.2.0.0, but its *library* requires the disabled package: concurrent-supply - store < 0 # tried store-0.7.14, but its *library* requires the disabled package: cryptohash - store-streaming < 0 # tried store-streaming-0.2.0.3, but its *library* requires the disabled package: store @@ -7587,50 +7483,44 @@ packages: - streaming-cassava < 0 # tried streaming-cassava-0.2.0.0, but its *library* requires the disabled package: streaming-bytestring - streamproc < 0 # tried streamproc-1.6.2, but its *library* does not support: base-4.16.0.0 - strict-base-types < 0 # tried strict-base-types-0.7, but its *library* requires the disabled package: strict-lens - - strict-tuple < 0 # tried strict-tuple-0.1.4, but its *library* does not support: base-4.16.0.0 - - strict-tuple < 0 # tried strict-tuple-0.1.4, but its *library* does not support: hashable-1.4.0.1 + - strict-tuple < 0 # tried strict-tuple-0.1.4, but its *library* does not support: hashable-1.4.0.2 - strict-tuple-lens < 0 # tried strict-tuple-lens-0.2, but its *library* does not support: lens-5.1 - string-interpolate < 0 # tried string-interpolate-0.3.1.1, but its *library* does not support: bytestring-0.11.1.0 - string-interpolate < 0 # tried string-interpolate-0.3.1.1, but its *library* does not support: template-haskell-2.18.0.0 - - stripe-concepts < 0 # tried stripe-concepts-1.0.3, but its *library* does not support: base-4.16.0.0 - - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* does not support: aeson-2.0.2.0 + - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* does not support: aeson-2.0.3.0 - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* does not support: bytestring-0.11.1.0 - stripe-core < 0 # tried stripe-core-2.6.2, but its *library* does not support: time-1.11.1.1 - stripe-haskell < 0 # tried stripe-haskell-2.6.2, but its *library* requires the disabled package: stripe-core - stripe-haskell < 0 # tried stripe-haskell-2.6.2, but its *library* requires the disabled package: stripe-http-client - - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* does not support: aeson-2.0.2.0 + - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* does not support: aeson-2.0.3.0 - stripe-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* does not support: bytestring-0.11.1.0 - stripe-scotty < 0 # tried stripe-scotty-1.1.0.1, but its *library* does not support: base-4.16.0.0 - - stripe-signature < 0 # tried stripe-signature-1.0.0.10, but its *library* does not support: base-4.16.0.0 - - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: aeson-2.0.2.0 + - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: aeson-2.0.3.0 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: bytestring-0.11.1.0 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: hspec-2.8.5 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: hspec-core-2.8.5 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: random-1.2.1 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: time-1.11.1.1 - stripe-wreq < 0 # tried stripe-wreq-1.0.1.12, but its *library* does not support: base-4.16.0.0 - - strive < 0 # tried strive-5.0.16, but its *library* does not support: base-4.16.0.0 - - strive < 0 # tried strive-5.0.16, but its *library* does not support: bytestring-0.11.1.0 - - strive < 0 # tried strive-5.0.16, but its *library* does not support: template-haskell-2.18.0.0 - - strive < 0 # tried strive-5.0.16, but its *library* does not support: time-1.11.1.1 - - strong-path < 0 # tried strong-path-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 + - strive < 0 # tried strive-6.0.0.1, but its *library* does not support: time-1.11.1.1 + - strong-path < 0 # tried strong-path-1.1.2.0, but its *library* does not support: template-haskell-2.18.0.0 - structured-haskell-mode < 0 # tried structured-haskell-mode-1.1.0, but its *executable* does not support: haskell-src-exts-1.23.1 - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: Cabal-3.6.0.0 - - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: aeson-2.0.2.0 + - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: aeson-2.0.3.0 - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: bytestring-0.11.1.0 - - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: ghc-lib-parser-9.2.1.20211101 + - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *library* does not support: ghc-lib-parser-9.2.1.20220109 - superbuffer < 0 # tried superbuffer-0.3.1.1, but its *library* does not support: bytestring-0.11.1.0 - - sv < 0 # tried sv-1.4.0.1, but its *library* does not support: attoparsec-0.14.3 + - sv < 0 # tried sv-1.4.0.1, but its *library* does not support: attoparsec-0.14.4 - sv < 0 # tried sv-1.4.0.1, but its *library* does not support: base-4.16.0.0 - sv < 0 # tried sv-1.4.0.1, but its *library* does not support: bytestring-0.11.1.0 - - sv-cassava < 0 # tried sv-cassava-0.3, but its *library* does not support: attoparsec-0.14.3 + - sv-cassava < 0 # tried sv-cassava-0.3, but its *library* does not support: attoparsec-0.14.4 - sv-cassava < 0 # tried sv-cassava-0.3, but its *library* does not support: bytestring-0.11.1.0 - - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: attoparsec-0.14.3 + - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: attoparsec-0.14.4 - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: base-4.16.0.0 - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: bytestring-0.11.1.0 - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: lens-5.1 - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: profunctors-5.6.2 - - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: aeson-2.0.2.0 + - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: aeson-2.0.3.0 - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: bytestring-0.11.1.0 - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: containers-0.6.5.1 - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: http-api-data-0.4.3 @@ -7642,14 +7532,12 @@ packages: - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: base-4.16.0.0 - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: base-compat-batteries-0.12.1 - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: bytestring-0.11.1.0 - - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: hashable-1.4.0.1 + - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: hashable-1.4.0.2 - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: lens-5.1 - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: template-haskell-2.18.0.0 - swagger2 < 0 # tried swagger2-2.7, but its *library* does not support: time-1.11.1.1 - sweet-egison < 0 # tried sweet-egison-0.1.1.3, but its *library* requires the disabled package: egison-pattern-src - sweet-egison < 0 # tried sweet-egison-0.1.1.3, but its *library* requires the disabled package: egison-pattern-src-th-mode - - sweet-egison < 0 # tried sweet-egison-0.1.1.3, but its *library* requires the disabled package: haskell-src-meta - - swish < 0 # tried swish-0.10.0.9, but its *library* does not support: base-4.16.0.0 - sydtest-persistent < 0 # tried sydtest-persistent-0.0.0.0, but its *library* requires the disabled package: persistent - sydtest-servant < 0 # tried sydtest-servant-0.2.0.0, but its *library* requires the disabled package: servant - sydtest-servant < 0 # tried sydtest-servant-0.2.0.0, but its *library* requires the disabled package: servant-client @@ -7665,7 +7553,6 @@ packages: - synthesizer-midi < 0 # tried synthesizer-midi-0.6.1.1, but its *library* requires the disabled package: midi - synthesizer-midi < 0 # tried synthesizer-midi-0.6.1.1, but its *library* requires the disabled package: synthesizer-dimensional - taffybar < 0 # tried taffybar-3.3.0, but its *library* requires the disabled package: HStringTemplate - - taffybar < 0 # tried taffybar-3.3.0, but its *library* requires the disabled package: broadcast-chan - taffybar < 0 # tried taffybar-3.3.0, but its *library* requires the disabled package: rate-limit - tagchup < 0 # tried tagchup-0.4.1.1, but its *library* does not support: bytestring-0.11.1.0 - tasty-hedgehog < 0 # tried tasty-hedgehog-1.1.0.0, but its *library* requires the disabled package: hedgehog @@ -7677,13 +7564,11 @@ packages: - tcp-streams < 0 # tried tcp-streams-1.0.1.1, but its *library* requires the disabled package: tls - tcp-streams < 0 # tried tcp-streams-1.0.1.1, but its *library* requires the disabled package: x509 - tcp-streams-openssl < 0 # tried tcp-streams-openssl-1.0.1.0, but its *library* does not support: network-3.1.2.5 - - tdigest < 0 # tried tdigest-0.2.1.1, but its *library* does not support: base-4.16.0.0 - telegram-bot-simple < 0 # tried telegram-bot-simple-0.3.8, but its *library* requires the disabled package: servant - telegram-bot-simple < 0 # tried telegram-bot-simple-0.3.8, but its *library* requires the disabled package: servant-client - telegram-bot-simple < 0 # tried telegram-bot-simple-0.3.8, but its *library* requires the disabled package: servant-multipart - telegram-bot-simple < 0 # tried telegram-bot-simple-0.3.8, but its *library* requires the disabled package: servant-multipart-api - telegram-bot-simple < 0 # tried telegram-bot-simple-0.3.8, but its *library* requires the disabled package: servant-multipart-client - - termbox < 0 # tried termbox-0.3.0, but its *library* does not support: base-4.16.0.0 - termcolor < 0 # tried termcolor-0.2.0.0, but its *executable* requires the disabled package: cli - termonad < 0 # tried termonad-4.2.0.0, but its *library* requires the disabled package: xml-html-qq - test-fixture < 0 # tried test-fixture-0.5.1.0, but its *library* does not support: template-haskell-2.18.0.0 @@ -7692,19 +7577,14 @@ packages: - text-all < 0 # tried text-all-0.4.2, but its *library* does not support: text-1.2.5.0 - text-all < 0 # tried text-all-0.4.2, but its *library* does not support: text-format-0.3.2 - text-format < 0 # tried text-format-0.3.2, but its *library* does not support: base-4.16.0.0 - - text-generic-pretty < 0 # tried text-generic-pretty-1.2.1, but its *library* does not support: wl-pprint-text-1.2.0.1 + - text-generic-pretty < 0 # tried text-generic-pretty-1.2.1, but its *library* does not support: wl-pprint-text-1.2.0.2 - text-ldap < 0 # tried text-ldap-0.1.1.14, but its *library* requires the disabled package: memory - textlocal < 0 # tried textlocal-0.1.0.5, but its *library* requires the disabled package: http-client-tls - - th-extras < 0 # tried th-extras-0.0.0.5, but its *library* does not support: template-haskell-2.18.0.0 - th-to-exp < 0 # tried th-to-exp-0.0.1.1, but its *library* does not support: template-haskell-2.18.0.0 - these-optics < 0 # tried these-optics-1.0.1.2, but its *library* does not support: base-4.16.0.0 - - these-skinny < 0 # tried these-skinny-0.7.4, but its *library* does not support: base-4.16.0.0 - threepenny-gui < 0 # tried threepenny-gui-0.9.1.0, but its *library* requires the disabled package: snap-server - threepenny-gui-flexbox < 0 # tried threepenny-gui-flexbox-0.4.2, but its *library* requires the disabled package: threepenny-gui - thumbnail-plus < 0 # tried thumbnail-plus-1.0.5, but its *library* does not support: either-5.0.1.1 - - time-parsers < 0 # tried time-parsers-0.1.2.1, but its *library* does not support: base-4.16.0.0 - - time-parsers < 0 # tried time-parsers-0.1.2.1, but its *library* does not support: template-haskell-2.18.0.0 - - timer-wheel < 0 # tried timer-wheel-0.3.0, but its *library* does not support: base-4.16.0.0 - tldr < 0 # tried tldr-0.9.2, but its *library* requires the disabled package: http-conduit - tls < 0 # tried tls-1.5.6, but its *library* requires the disabled package: memory - tls-debug < 0 # tried tls-debug-0.4.8, but its *executable* requires the disabled package: cryptonite @@ -7731,58 +7611,52 @@ packages: - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: base-4.16.0.0 - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: servant-0.18.3 - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: servant-server-0.18.3 - - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: wai-extra-3.1.7 - - topograph < 0 # tried topograph-1.0.0.1, but its *library* does not support: base-4.16.0.0 + - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: wai-extra-3.1.8 - tracing < 0 # tried tracing-0.0.7.2, but its *library* does not support: time-1.11.1.1 - tracing-control < 0 # tried tracing-control-0.0.7.2, but its *library* does not support: time-1.11.1.1 - transformers-lift < 0 # tried transformers-lift-0.2.0.2, but its *library* does not support: base-4.16.0.0 - transformers-lift < 0 # tried transformers-lift-0.2.0.2, but its *library* does not support: writer-cps-transformers-0.5.6.1 - transient-universe < 0 # tried transient-universe-0.6.0.1, but its *library* does not support: network-3.1.2.5 - - tree-diff < 0 # tried tree-diff-0.2.1, but its *library* does not support: base-4.16.0.0 - - tree-diff < 0 # tried tree-diff-0.2.1, but its *library* does not support: hashable-1.4.0.1 - - tree-diff < 0 # tried tree-diff-0.2.1, but its *library* does not support: time-1.11.1.1 - tries < 0 # tried tries-0.0.6.1, but its *library* requires the disabled package: rose-trees - triplesec < 0 # tried triplesec-0.2.2.1, but its *library* requires the disabled package: memory - true-name < 0 # tried true-name-0.1.0.3, but its *library* does not support: template-haskell-2.18.0.0 - - ttl-hashtables < 0 # tried ttl-hashtables-1.4.1.0, but its *library* does not support: hashable-1.4.0.1 + - ttl-hashtables < 0 # tried ttl-hashtables-1.4.1.0, but its *library* does not support: hashable-1.4.0.2 - ttl-hashtables < 0 # tried ttl-hashtables-1.4.1.0, but its *library* does not support: hashtables-1.3 - - tuple-sop < 0 # tried tuple-sop-0.3.1.0, but its *library* requires the disabled package: generics-sop - twitter-conduit < 0 # tried twitter-conduit-0.6.1, but its *library* requires the disabled package: http-conduit - type-combinators-singletons < 0 # tried type-combinators-singletons-0.2.1.0, but its *library* requires the disabled package: type-combinators - type-errors-pretty < 0 # tried type-errors-pretty-0.0.1.2, but its *library* does not support: base-4.16.0.0 - - type-natural < 0 # tried type-natural-1.1.0.1, but its *library* requires the disabled package: ghc-typelits-natnormalise - typerep-map < 0 # tried typerep-map-0.4.0.0, but its *library* does not support: base-4.16.0.0 - typerep-map < 0 # tried typerep-map-0.4.0.0, but its *library* does not support: ghc-prim-0.8.0 - tz < 0 # tried tz-0.1.3.5, but its *library* does not support: bytestring-0.11.1.0 - tz < 0 # tried tz-0.1.3.5, but its *library* does not support: template-haskell-2.18.0.0 - tz < 0 # tried tz-0.1.3.5, but its *library* does not support: time-1.11.1.1 - tzdata < 0 # tried tzdata-0.2.20201021.0, but its *library* does not support: bytestring-0.11.1.0 - - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: aeson-2.0.2.0 - - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: attoparsec-0.14.3 + - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: aeson-2.0.3.0 + - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: attoparsec-0.14.4 - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: base-4.16.0.0 - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: cryptonite-0.29 - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: parser-combinators-1.3.0 - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: time-1.11.1.1 - - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: aeson-2.0.2.0 + - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: aeson-2.0.3.0 - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: base-4.16.0.0 - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: base64-bytestring-1.2.1.0 - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 - ucam-webauth-types < 0 # tried ucam-webauth-types-0.1.0.0, but its *library* does not support: time-1.11.1.1 - unfoldable-restricted < 0 # tried unfoldable-restricted-0.0.3, but its *library* requires the disabled package: unfoldable - - uniprot-kb < 0 # tried uniprot-kb-0.1.2.0, but its *library* does not support: attoparsec-0.14.3 - - unjson < 0 # tried unjson-0.15.3, but its *library* does not support: aeson-2.0.2.0 + - uniprot-kb < 0 # tried uniprot-kb-0.1.2.0, but its *library* does not support: attoparsec-0.14.4 + - unjson < 0 # tried unjson-0.15.3, but its *library* does not support: aeson-2.0.3.0 - uri-templater < 0 # tried uri-templater-0.3.1.0, but its *library* does not support: trifecta-2.1.2 - urlpath < 0 # tried urlpath-9.0.1, but its *library* requires the disabled package: attoparsec-uri - - userid < 0 # tried userid-0.1.3.6, but its *library* does not support: aeson-2.0.2.0 + - userid < 0 # tried userid-0.1.3.6, but its *library* does not support: aeson-2.0.3.0 - userid < 0 # tried userid-0.1.3.6, but its *library* does not support: base-4.16.0.0 - users < 0 # tried users-0.5.0.0, but its *library* requires the disabled package: bcrypt - users-postgresql-simple < 0 # tried users-postgresql-simple-0.5.0.2, but its *library* requires the disabled package: users - users-test < 0 # tried users-test-0.5.0.1, but its *library* requires the disabled package: users - utf8-conversions < 0 # tried utf8-conversions-0.1.0.4, but its *library* does not support: bytestring-0.11.1.0 - - utf8-conversions < 0 # tried utf8-conversions-0.1.0.4, but its *library* does not support: text-short-0.1.4 + - utf8-conversions < 0 # tried utf8-conversions-0.1.0.4, but its *library* does not support: text-short-0.1.5 - utf8-light < 0 # tried utf8-light-0.4.2, but its *library* does not support: base-4.16.0.0 - - vado < 0 # tried vado-0.0.13, but its *library* does not support: attoparsec-0.14.3 + - vado < 0 # tried vado-0.0.13, but its *library* does not support: attoparsec-0.14.4 - vado < 0 # tried vado-0.0.13, but its *library* does not support: base-4.16.0.0 - validation-selective < 0 # tried validation-selective-0.1.0.1, but its *library* does not support: base-4.16.0.0 - validation-selective < 0 # tried validation-selective-0.1.0.1, but its *library* does not support: selective-0.5 @@ -7790,12 +7664,10 @@ packages: - variable-media-field-dhall < 0 # tried variable-media-field-dhall-0.1.0.0, but its *library* requires the disabled package: dhall - vcswrapper < 0 # tried vcswrapper-0.1.6, but its *library* does not support: base-4.16.0.0 - vcswrapper < 0 # tried vcswrapper-0.1.6, but its *library* does not support: containers-0.6.5.1 - - vec < 0 # tried vec-0.4, but its *library* does not support: base-4.16.0.0 - - vec < 0 # tried vec-0.4, but its *library* does not support: hashable-1.4.0.1 - vector-circular < 0 # tried vector-circular-0.1.3, but its *library* does not support: template-haskell-2.18.0.0 - vector-fftw < 0 # tried vector-fftw-0.1.4.0, but its *library* does not support: base-4.16.0.0 - verbosity < 0 # tried verbosity-0.4.0.0, but its *library* requires the disabled package: dhall - - vformat-aeson < 0 # tried vformat-aeson-0.1.0.1, but its *library* does not support: aeson-2.0.2.0 + - vformat-aeson < 0 # tried vformat-aeson-0.1.0.1, but its *library* does not support: aeson-2.0.3.0 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: base-4.16.0.0 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: brick-0.65 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: lens-5.1 @@ -7805,7 +7677,7 @@ packages: - wai-cli < 0 # tried wai-cli-0.2.3, but its *library* requires the disabled package: warp-tls - wai-enforce-https < 0 # tried wai-enforce-https-1.0.0.0, but its *executable* requires the disabled package: warp - wai-enforce-https < 0 # tried wai-enforce-https-1.0.0.0, but its *executable* requires the disabled package: warp-tls - - wai-extra < 0 # tried wai-extra-3.1.7, but its *library* requires the disabled package: http2 + - wai-extra < 0 # tried wai-extra-3.1.8, but its *library* requires the disabled package: http2 - wai-feature-flags < 0 # tried wai-feature-flags-0.1.0.3, but its *executable* requires the disabled package: warp - wai-handler-launch < 0 # tried wai-handler-launch-3.0.3.1, but its *library* requires the disabled package: warp - wai-middleware-auth < 0 # tried wai-middleware-auth-0.2.5.1, but its *library* requires the disabled package: hoauth2 @@ -7813,7 +7685,7 @@ packages: - wai-middleware-crowd < 0 # tried wai-middleware-crowd-0.1.4.2, but its *executable* does not support: optparse-applicative-0.16.1.0 - wai-middleware-delegate < 0 # tried wai-middleware-delegate-0.1.2.4, but its *library* requires the disabled package: http-conduit - wai-middleware-metrics < 0 # tried wai-middleware-metrics-0.2.4, but its *library* requires the disabled package: ekg-core - - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: aeson-2.0.2.0 + - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: aeson-2.0.3.0 - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: bytestring-0.11.1.0 - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: http-client-0.7.9 - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: time-1.11.1.1 @@ -7826,14 +7698,13 @@ packages: - wai-session-redis < 0 # tried wai-session-redis-0.1.0.4, but its *library* does not support: bytestring-0.11.1.0 - wai-transformers < 0 # tried wai-transformers-0.1.0, but its *library* requires the disabled package: wai-websockets - wai-websockets < 0 # tried wai-websockets-3.0.1.2, but its *executable* requires the disabled package: wai-app-static - - wakame < 0 # tried wakame-0.1.0.0, but its *library* requires the disabled package: sop-core - warp < 0 # tried warp-3.3.18, but its *library* requires the disabled package: x509 - warp-tls < 0 # tried warp-tls-3.3.2, but its *library* requires the disabled package: cryptonite - warp-tls < 0 # tried warp-tls-3.3.2, but its *library* requires the disabled package: tls - warp-tls < 0 # tried warp-tls-3.3.2, but its *library* requires the disabled package: tls-session-manager - warp-tls-uid < 0 # tried warp-tls-uid-0.2.0.6, but its *library* requires the disabled package: tls - warp-tls-uid < 0 # tried warp-tls-uid-0.2.0.6, but its *library* requires the disabled package: x509 - - wavefront < 0 # tried wavefront-0.7.1.4, but its *library* does not support: attoparsec-0.14.3 + - wavefront < 0 # tried wavefront-0.7.1.4, but its *library* does not support: attoparsec-0.14.4 - wavefront < 0 # tried wavefront-0.7.1.4, but its *library* does not support: base-4.16.0.0 - wavefront < 0 # tried wavefront-0.7.1.4, but its *library* does not support: dlist-1.0 - web-routes < 0 # tried web-routes-0.27.14.3, but its *library* does not support: bytestring-0.11.1.0 @@ -7844,8 +7715,8 @@ packages: - web-routes-th < 0 # tried web-routes-th-0.22.6.6, but its *library* does not support: template-haskell-2.18.0.0 - web-routes-wai < 0 # tried web-routes-wai-0.24.3.1, but its *library* does not support: bytestring-0.11.1.0 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: OneTuple-0.3.1 - - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: aeson-2.0.2.0 - - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: attoparsec-0.14.3 + - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: aeson-2.0.3.0 + - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: attoparsec-0.14.4 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: base-4.16.0.0 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: bytestring-0.11.1.0 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: cryptonite-0.29 @@ -7857,15 +7728,17 @@ packages: - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: servant-client-0.18.3 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: template-haskell-2.18.0.0 - web3 < 0 # tried web3-0.9.1.0, but its *library* does not support: vinyl-0.13.3 - - webby < 0 # tried webby-1.0.1, but its *library* does not support: aeson-2.0.2.0 + - webby < 0 # tried webby-1.0.1, but its *library* does not support: aeson-2.0.3.0 - webby < 0 # tried webby-1.0.1, but its *library* does not support: formatting-7.1.3 - - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* does not support: aeson-2.0.2.0 + - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* does not support: aeson-2.0.3.0 - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* does not support: base-4.16.0.0 - webdriver-angular < 0 # tried webdriver-angular-0.1.11, but its *library* does not support: language-javascript-0.7.1.0 - webdriver-angular < 0 # tried webdriver-angular-0.1.11, but its *library* does not support: webdriver-0.9.0.1 - webex-teams-api < 0 # tried webex-teams-api-0.2.0.1, but its *library* requires the disabled package: http-conduit - webex-teams-conduit < 0 # tried webex-teams-conduit-0.2.0.1, but its *library* requires the disabled package: webex-teams-api - - webgear-server < 0 # tried webgear-server-0.2.1, but its *library* does not support: aeson-2.0.2.0 + - webgear-core < 0 # tried webgear-core-1.0.1, but its *library* requires the disabled package: jose + - webgear-openapi < 0 # tried webgear-openapi-1.0.1, but its *library* requires the disabled package: openapi3 + - webgear-server < 0 # tried webgear-server-1.0.1, but its *library* requires the disabled package: jose - websockets-simple < 0 # tried websockets-simple-0.2.0, but its *library* requires the disabled package: wai-transformers - websockets-snap < 0 # tried websockets-snap-0.10.3.1, but its *library* does not support: bytestring-0.11.1.0 - websockets-snap < 0 # tried websockets-snap-0.10.3.1, but its *library* requires the disabled package: snap-server @@ -7927,7 +7800,6 @@ packages: - yesod-auth-oauth2 < 0 # tried yesod-auth-oauth2-0.6.3.4, but its *library* requires the disabled package: memory - yesod-bin < 0 # tried yesod-bin-1.6.1, but its *executable* requires the disabled package: http-client-tls - yesod-core < 0 # tried yesod-core-1.6.21.0, but its *library* requires the disabled package: memory - - yesod-csp < 0 # tried yesod-csp-0.2.5.0, but its *library* requires the disabled package: yesod-core - yesod-eventsource < 0 # tried yesod-eventsource-1.6.0.1, but its *library* requires the disabled package: yesod-core - yesod-fb < 0 # tried yesod-fb-0.6.1, but its *library* requires the disabled package: memory - yesod-form < 0 # tried yesod-form-1.7.0, but its *library* requires the disabled package: email-validate @@ -7955,14 +7827,14 @@ packages: - yesod-static-angular < 0 # tried yesod-static-angular-0.1.8, but its *library* does not support: yesod-static-1.6.1.0 - yesod-static-angular < 0 # tried yesod-static-angular-0.1.8, but its *library* requires the disabled package: hamlet - yesod-test < 0 # tried yesod-test-1.6.12, but its *library* requires the disabled package: memory - - yesod-text-markdown < 0 # tried yesod-text-markdown-0.1.10, but its *library* does not support: aeson-2.0.2.0 + - yesod-text-markdown < 0 # tried yesod-text-markdown-0.1.10, but its *library* does not support: aeson-2.0.3.0 - yesod-websockets < 0 # tried yesod-websockets-0.3.0.3, but its *library* requires the disabled package: yesod-core - youtube < 0 # tried youtube-0.2.1.1, but its *executable* does not support: bytestring-0.11.1.0 - zasni-gerna < 0 # tried zasni-gerna-0.0.7.1, but its *library* requires the disabled package: papillon - ziptastic-client < 0 # tried ziptastic-client-0.3.0.3, but its *library* does not support: base-compat-0.12.1 - ziptastic-client < 0 # tried ziptastic-client-0.3.0.3, but its *library* does not support: servant-0.18.3 - ziptastic-client < 0 # tried ziptastic-client-0.3.0.3, but its *library* does not support: servant-client-0.18.3 - - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: aeson-2.0.2.0 + - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: aeson-2.0.3.0 - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: base-compat-0.12.1 - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: bytestring-0.11.1.0 - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: http-api-data-0.4.3 @@ -7995,6 +7867,9 @@ packages: # aeson-2 # https://github.com/commercialhaskell/stackage/issues/6217 + # https://github.com/commercialhaskell/stackage/issues/6402 + # https://github.com/commercialhaskell/stackage/issues/6243 + # https://github.com/commercialhaskell/stackage/issues/6393 - aeson >= 2.0.0.0 - aura >= 3.2.6 - avro >= 0.6.0.0 @@ -8002,6 +7877,7 @@ packages: - core-data >= 0.3.0.0 - eventstore >= 1.4.2 - faktory >= 1.1.2.1 + - flow >= 2.0.0.0 - forma >= 1.2.0 - geojson >= 4.1.0 - greskell >= 2.0.0.0 @@ -8009,31 +7885,32 @@ packages: - greskell-websocket >= 1.0.0.0 - hruby >= 0.4.0.0 - hspec-expectations-json >= 1.0.0.5 + - jose >= 0.9 + - jsonpath >= 0.2.1.0 - kanji > 3.5 - microlens-aeson >= 2.4 - mmark-cli >= 0.0.5.1 + - pandoc-plot >= 1.4.0 - postgresql-binary >= 0.12.4.2 - servant-tracing >= 0.2.0.0 - shikensu >= 0.4.0 - stache >= 2.3.1 - stripe-scotty >= 1.1.0.1 - stripe-wreq >= 1.0.1.12 + - yaml >= 0.11.7 # happy-1.21.0 is deprecated an unbuildable # https://github.com/commercialhaskell/stackage/issues/6294 # see also https://github.com/commercialhaskell/stackage/issues/6242 - happy < 1.21 # OK for GHC 9.2 - # https://github.com/commercialhaskell/stackage/issues/6243 - # lift together with https://github.com/commercialhaskell/stackage/issues/6217 - - jose >= 0.9 - # https://github.com/commercialhaskell/stackage/issues/6264 # Requires GHC 9.2 # Any new package-version that must use GHC 9.2 should be added here. # We'll Remove this section along with the nightly upgrade to GHC 9.2. - dbus >= 1.2.23 - eliminators >= 0.9 + - fourmolu >= 0.5.0.0 - ghc-exactprint >= 1.1 - ghc-lib >= 9.2.1.20211030 - ghc-lib-parser >= 9.2.1.20211030 @@ -8079,6 +7956,34 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6348 - selective >= 0.5 - yaml-unscrambler >= 0.1.0.5 + - headed-megaparsec >= 0.2.0.2 + - rebase >= 1.14 + - rerebase >= 1.14 + - selective >= 0.5 + - yaml-unscrambler >= 0.1.0.5 + + # https://github.com/commercialhaskell/stackage/issues/6388 + # issue is for 5.0, but 4.0.4 is deprecated. + - hw-kafka-client < 4.0.4 # ROK for GHC 9.2 + + # https://github.com/commercialhaskell/stackage/issues/6395 + - wuss < 2.0 + + # https://github.com/commercialhaskell/stackage/issues/6396 + # https://github.com/commercialhaskell/stackage/issues/6397 + # https://github.com/commercialhaskell/stackage/issues/6398 + - pandoc < 2.17 + - texmath < 0.12.4 + - ipynb < 0.2 + + # https://github.com/haskell-game/sdl2/issues/240 (need newer Ubuntu) + - sdl2 < 2.5.3.1 + + # https://github.com/commercialhaskell/stack/issues/5670 (fails with Cabal-3.4) + - stack < 0 + + # https://github.com/commercialhaskell/stackage/issues/6401 + - rope-utf16-splay < 0.4 # end of packages @@ -8222,6 +8127,7 @@ skipped-builds: # Otherwise place them in expected-test-failures. skipped-tests: # aeson-2 + # https://github.com/commercialhaskell/stackage/issues/6217 - jsonifier - req @@ -8352,15 +8258,11 @@ skipped-tests: - HTTP # tried HTTP-4000.3.16, but its *test-suite* does not support: base-4.16.0.0 - IPv6DB # tried IPv6DB-0.3.2, but its *test-suite* does not support: hspec-2.8.5 - IPv6DB # tried IPv6DB-0.3.2, but its *test-suite* does not support: http-client-0.7.9 - - JuicyPixels-scale-dct # tried JuicyPixels-scale-dct-0.1.2, but its *test-suite* does not support: time-1.11.1.1 - MissingH # tried MissingH-1.4.3.0, but its *test-suite* requires the disabled package: errorcall-eq-instance - acc # tried acc-0.2.0.1, but its *test-suite* requires the disabled package: rerebase - accelerate-bignum # tried accelerate-bignum-0.3.0.0, but its *test-suite* requires the disabled package: hedgehog - accelerate-blas # tried accelerate-blas-0.3.0.0, but its *test-suite* requires the disabled package: hedgehog - accelerate-fft # tried accelerate-fft-1.3.0.0, but its *test-suite* requires the disabled package: hedgehog - - aeson-commit # tried aeson-commit-1.4, but its *test-suite* requires the disabled package: aeson-qq - - aeson-schemas # tried aeson-schemas-1.3.5, but its *test-suite* requires the disabled package: aeson-qq - - aeson-schemas # tried aeson-schemas-1.3.5, but its *test-suite* requires the disabled package: interpolate - airship # tried airship-0.9.4, but its *test-suite* does not support: bytestring-0.11.1.0 - airship # tried airship-0.9.4, but its *test-suite* does not support: tasty-1.4.2.1 - algebraic-graphs # tried algebraic-graphs-0.5, but its *test-suite* does not support: QuickCheck-2.14.2 @@ -8378,7 +8280,7 @@ skipped-tests: - avro # tried avro-0.6.0.0, but its *test-suite* requires the disabled package: hw-hspec-hedgehog - barrier # tried barrier-0.1.1, but its *test-suite* does not support: lens-family-core-2.1.0 - barrier # tried barrier-0.1.1, but its *test-suite* does not support: tasty-1.4.2.1 - - binary-parser # tried binary-parser-0.5.7, but its *test-suite* requires the disabled package: rerebase + - binary-parser # tried binary-parser-0.5.7.1, but its *test-suite* requires the disabled package: rerebase - bits-extra # tried bits-extra-0.0.2.0, but its *test-suite* does not support: hspec-2.8.5 - blake2 # tried blake2-0.3.0, but its *test-suite* requires the disabled package: hlint - blaze-html # tried blaze-html-0.9.1.2, but its *test-suite* does not support: QuickCheck-2.14.2 @@ -8386,7 +8288,6 @@ skipped-tests: - bnb-staking-csvs # tried bnb-staking-csvs-0.2.0.0, but its *test-suite* requires the disabled package: hedgehog - boolean-normal-forms # tried boolean-normal-forms-0.0.1.1, but its *test-suite* does not support: QuickCheck-2.14.2 - bsb-http-chunked # tried bsb-http-chunked-0.0.0.4, but its *test-suite* requires the disabled package: hedgehog - - bugsnag-haskell # tried bugsnag-haskell-0.0.4.2, but its *test-suite* requires the disabled package: aeson-qq - bugsnag-hs # tried bugsnag-hs-0.2.0.8, but its *test-suite* requires the disabled package: hedgehog - cacophony # tried cacophony-0.10.1, but its *test-suite* requires the disabled package: hlint - cardano-coin-selection # tried cardano-coin-selection-1.0.1, but its *test-suite* requires the disabled package: memory @@ -8404,8 +8305,9 @@ skipped-tests: - cron # tried cron-0.7.0, but its *test-suite* requires the disabled package: hedgehog - csg # tried csg-0.1.0.6, but its *test-suite* does not support: doctest-0.18.2 - csg # tried csg-0.1.0.6, but its *test-suite* does not support: tasty-1.4.2.1 + - d10 # tried d10-1.0.0.2, but its *test-suite* requires the disabled package: hedgehog - darcs # tried darcs-2.16.4, but its *test-suite* does not support: QuickCheck-2.14.2 - - deferred-folds # tried deferred-folds-0.9.17, but its *test-suite* requires the disabled package: rerebase + - deferred-folds # tried deferred-folds-0.9.18, but its *test-suite* requires the disabled package: rerebase - deque # tried deque-0.4.4, but its *test-suite* requires the disabled package: rerebase - detour-via-sci # tried detour-via-sci-1.0.0, but its *test-suite* requires the disabled package: hlint - dhall-lsp-server # tried dhall-lsp-server-1.0.17, but its *test-suite* does not support: lsp-test-0.14.0.2 @@ -8419,7 +8321,7 @@ skipped-tests: - ed25519 # tried ed25519-0.0.5.0, but its *test-suite* does not support: QuickCheck-2.14.2 - ed25519 # tried ed25519-0.0.5.0, but its *test-suite* does not support: directory-1.3.6.2 - ed25519 # tried ed25519-0.0.5.0, but its *test-suite* does not support: doctest-0.18.2 - - ed25519 # tried ed25519-0.0.5.0, but its *test-suite* does not support: hlint-3.3.5 + - ed25519 # tried ed25519-0.0.5.0, but its *test-suite* does not support: hlint-3.3.6 - edit # tried edit-1.0.1.0, but its *test-suite* does not support: doctest-0.18.2 - edit # tried edit-1.0.1.0, but its *test-suite* does not support: tasty-1.4.2.1 - elm-street # tried elm-street-0.1.0.4, but its *test-suite* does not support: bytestring-0.11.1.0 @@ -8430,7 +8332,8 @@ skipped-tests: - eventsource-stub-store # tried eventsource-stub-store-1.1.1, but its *test-suite* requires the disabled package: eventsource-store-specs - extensible-effects # tried extensible-effects-5.0.0.1, but its *test-suite* requires the disabled package: test-framework-th - filtrable # tried filtrable-0.1.6.0, but its *test-suite* does not support: tasty-1.4.2.1 - - focuslist # tried focuslist-0.1.0.2, but its *test-suite* requires the disabled package: hedgehog + - focuslist # tried focuslist-0.1.1.0, but its *test-suite* does not support: genvalidity-1.0.0.1 + - focuslist # tried focuslist-0.1.1.0, but its *test-suite* does not support: validity-0.12.0.0 - ftp-client # tried ftp-client-0.5.1.4, but its *test-suite* does not support: tasty-1.4.2.1 - ftp-client # tried ftp-client-0.5.1.4, but its *test-suite* does not support: tasty-hspec-1.2 - functor-combinators # tried functor-combinators-0.4.1.0, but its *test-suite* requires the disabled package: hedgehog @@ -8441,20 +8344,18 @@ skipped-tests: - galois-field # tried galois-field-1.0.2, but its *test-suite* does not support: semirings-0.6 - galois-field # tried galois-field-1.0.2, but its *test-suite* does not support: tasty-1.4.2.1 - generic-xmlpickler # tried generic-xmlpickler-0.1.0.6, but its *test-suite* does not support: tasty-1.4.2.1 - - generics-eot # tried generics-eot-0.4.0.1, but its *test-suite* requires the disabled package: interpolate - - ghc-prof # tried ghc-prof-1.4.1.9, but its *test-suite* does not support: attoparsec-0.14.3 - - github-rest # tried github-rest-1.1.2, but its *test-suite* requires the disabled package: aeson-qq + - ghc-prof # tried ghc-prof-1.4.1.9, but its *test-suite* does not support: attoparsec-0.14.4 - github-types # tried github-types-0.2.1, but its *test-suite* requires the disabled package: http-conduit - gitlib-libgit2 # tried gitlib-libgit2-3.1.2.1, but its *test-suite* requires the disabled package: gitlib-test - greskell # tried greskell-2.0.0.0, but its *test-suite* does not support: bytestring-0.11.1.0 - greskell-core # tried greskell-core-1.0.0.0, but its *test-suite* does not support: bytestring-0.11.1.0 - - hackage-security # tried hackage-security-0.6.0.1, but its *test-suite* does not support: aeson-2.0.2.0 + - hackage-security # tried hackage-security-0.6.0.1, but its *test-suite* does not support: aeson-2.0.3.0 - hackage-security # tried hackage-security-0.6.0.1, but its *test-suite* does not support: tasty-1.4.2.1 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: base-compat-0.12.1 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: hspec-2.8.5 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: hspec-discover-2.8.5 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: optparse-applicative-0.16.1.0 - - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: tree-diff-0.2.1 + - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: tree-diff-0.2.1.1 - hasbolt # tried hasbolt-0.1.6.1, but its *test-suite* does not support: bytestring-0.11.1.0 - haskell-names # tried haskell-names-0.9.9, but its *test-suite* does not support: tasty-1.4.2.1 - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *test-suite* does not support: bytestring-0.11.1.0 @@ -8472,14 +8373,13 @@ skipped-tests: - haskey-mtl # tried haskey-mtl-0.3.1.0, but its *test-suite* does not support: lens-5.1 - haskoin-core # tried haskoin-core-0.21.1, but its *test-suite* requires the disabled package: base64 - hasmin # tried hasmin-1.0.3, but its *test-suite* does not support: doctest-0.18.2 - - hasql-transaction # tried hasql-transaction-1.0.1, but its *test-suite* requires the disabled package: rerebase + - hasql-transaction # tried hasql-transaction-1.0.1.1, but its *test-suite* requires the disabled package: rerebase - hedn # tried hedn-0.3.0.4, but its *test-suite* requires the disabled package: hedgehog - heist # tried heist-1.1.0.1, but its *test-suite* does not support: lens-5.1 - hidden-char # tried hidden-char-0.1.0.2, but its *test-suite* does not support: hspec-2.8.5 - hledger-stockquotes # tried hledger-stockquotes-0.1.2.0, but its *test-suite* requires the disabled package: hedgehog - hmatrix-vector-sized # tried hmatrix-vector-sized-0.1.3.0, but its *test-suite* requires the disabled package: hedgehog - hpack-dhall # tried hpack-dhall-0.5.4, but its *test-suite* requires the disabled package: hlint - - hspec-expectations-json # tried hspec-expectations-json-1.0.0.5, but its *test-suite* requires the disabled package: aeson-qq - hspec-tables # tried hspec-tables-0.0.1, but its *test-suite* does not support: hspec-2.8.5 - http-conduit # tried http-conduit-2.3.8, but its *test-suite* requires the disabled package: tls - http-media # tried http-media-0.8.0.0, but its *test-suite* does not support: QuickCheck-2.14.2 @@ -8522,15 +8422,16 @@ skipped-tests: - irc-dcc # tried irc-dcc-2.0.1, but its *test-suite* does not support: tasty-hspec-1.2 - json-rpc-client # tried json-rpc-client-0.2.5.0, but its *test-suite* does not support: QuickCheck-2.14.2 - jwt # tried jwt-0.11.0, but its *test-suite* does not support: doctest-0.18.2 + - katip-wai # tried katip-wai-0.1.0.0, but its *test-suite* requires the disabled package: warp + - lackey # tried lackey-2.0.0.0, but its *test-suite* requires the disabled package: servant - language-javascript # tried language-javascript-0.7.1.0, but its *test-suite* requires the disabled package: utf8-light - libjwt-typed # tried libjwt-typed-0.2, but its *test-suite* does not support: hspec-2.8.5 - libjwt-typed # tried libjwt-typed-0.2, but its *test-suite* does not support: hspec-core-2.8.5 - libraft # tried libraft-0.5.0.0, but its *test-suite* requires the disabled package: quickcheck-state-machine - - libraft # tried libraft-0.5.0.0, but its *test-suite* requires the disabled package: tree-diff - linear-accelerate # tried linear-accelerate-0.7.0.0, but its *test-suite* does not support: doctest-0.18.2 - linear-base # tried linear-base-0.1.0, but its *test-suite* requires the disabled package: hedgehog + - loc # tried loc-0.1.3.16, but its *test-suite* requires the disabled package: hedgehog - lrucaching # tried lrucaching-0.3.3, but its *test-suite* does not support: hspec-2.8.5 - - lukko # tried lukko-0.1.1.3, but its *test-suite* does not support: bytestring-0.11.1.0 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: Glob-0.10.2 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: QuickCheck-2.14.2 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: base-4.16.0.0 @@ -8558,16 +8459,17 @@ skipped-tests: - options # tried options-1.2.1.1, but its *test-suite* requires the disabled package: chell-quickcheck - oset # tried oset-0.4.0.1, but its *test-suite* does not support: hspec-2.8.5 - oset # tried oset-0.4.0.1, but its *test-suite* does not support: hspec-discover-2.8.5 - - partial-semigroup # tried partial-semigroup-0.5.1.12, but its *test-suite* does not support: doctest-0.18.2 + - partial-semigroup # tried partial-semigroup-0.5.1.14, but its *test-suite* does not support: doctest-0.18.2 - password-instances # tried password-instances-3.0.0.0, but its *test-suite* requires the disabled package: password - persistent-typed-db # tried persistent-typed-db-0.1.0.5, but its *test-suite* requires the disabled package: esqueleto - pipes-fluid # tried pipes-fluid-0.6.0.1, but its *test-suite* requires the disabled package: pipes-misc - polysemy-webserver # tried polysemy-webserver-0.2.1.1, but its *test-suite* requires the disabled package: http-conduit - postgresql-syntax # tried postgresql-syntax-0.4, but its *test-suite* requires the disabled package: hedgehog - postgrest # tried postgrest-8.0.0, but its *test-suite* does not support: hspec-2.8.5 + - primitive-extras # tried primitive-extras-0.10.1.4, but its *test-suite* requires the disabled package: rerebase - printcess # tried printcess-0.1.0.3, but its *test-suite* does not support: HUnit-1.6.2.0 - printcess # tried printcess-0.1.0.3, but its *test-suite* does not support: QuickCheck-2.14.2 - - ptr-poker # tried ptr-poker-0.1.2.3, but its *test-suite* requires the disabled package: hedgehog + - ptr-poker # tried ptr-poker-0.1.2.4, but its *test-suite* requires the disabled package: hedgehog - qnap-decrypt # tried qnap-decrypt-0.3.5, but its *test-suite* does not support: hspec-2.8.5 - quickcheck-state-machine # tried quickcheck-state-machine-0.7.1, but its *test-suite* requires the disabled package: hs-rqlite - rakuten # tried rakuten-0.1.1.5, but its *test-suite* does not support: hspec-2.8.5 @@ -8575,6 +8477,7 @@ skipped-tests: - rakuten # tried rakuten-0.1.1.5, but its *test-suite* does not support: warp-3.3.18 - records-sop # tried records-sop-0.1.1.0, but its *test-suite* does not support: hspec-2.8.5 - registry # tried registry-0.2.1.0, but its *test-suite* requires the disabled package: hedgehog + - rel8 # tried rel8-1.2.2.0, but its *test-suite* requires the disabled package: hedgehog - req-url-extra # tried req-url-extra-0.1.1.0, but its *test-suite* does not support: hspec-2.8.5 - rescue # tried rescue-0.4.2.1, but its *test-suite* requires the disabled package: hlint - retry # tried retry-0.9.0.0, but its *test-suite* requires the disabled package: hedgehog @@ -8584,7 +8487,7 @@ skipped-tests: - salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* does not support: QuickCheck-2.14.2 - scalendar # tried scalendar-1.2.0, but its *test-suite* requires the disabled package: SCalendar - schematic # tried schematic-0.5.1.0, but its *test-suite* does not support: base-4.16.0.0 - - servant-auth-client # tried servant-auth-client-0.4.1.0, but its *test-suite* does not support: aeson-2.0.2.0 + - servant-auth-client # tried servant-auth-client-0.4.1.0, but its *test-suite* does not support: aeson-2.0.3.0 - servant-auth-client # tried servant-auth-client-0.4.1.0, but its *test-suite* does not support: hspec-discover-2.8.5 - servant-auth-client # tried servant-auth-client-0.4.1.0, but its *test-suite* does not support: jose-0.9 - servant-auth-server # tried servant-auth-server-0.4.6.0, but its *test-suite* does not support: hspec-2.8.5 @@ -8597,7 +8500,7 @@ skipped-tests: - servant-js # tried servant-js-0.9.4.2, but its *test-suite* does not support: hspec-2.8.5 - servant-js # tried servant-js-0.9.4.2, but its *test-suite* does not support: hspec-discover-2.8.5 - servant-js # tried servant-js-0.9.4.2, but its *test-suite* requires the disabled package: language-ecmascript - - servant-kotlin # tried servant-kotlin-0.1.1.9, but its *test-suite* does not support: aeson-2.0.2.0 + - servant-kotlin # tried servant-kotlin-0.1.1.9, but its *test-suite* does not support: aeson-2.0.3.0 - servant-kotlin # tried servant-kotlin-0.1.1.9, but its *test-suite* does not support: hspec-2.8.5 - servant-kotlin # tried servant-kotlin-0.1.1.9, but its *test-suite* does not support: http-api-data-0.4.3 - servant-lucid # tried servant-lucid-0.9.0.4, but its *test-suite* requires the disabled package: servant-server @@ -8615,7 +8518,7 @@ skipped-tests: - servant-swagger # tried servant-swagger-1.1.10, but its *test-suite* does not support: doctest-0.18.2 - servant-swagger # tried servant-swagger-1.1.10, but its *test-suite* does not support: hspec-2.8.5 - servant-swagger # tried servant-swagger-1.1.10, but its *test-suite* does not support: hspec-discover-2.8.5 - - servant-yaml # tried servant-yaml-0.1.0.1, but its *test-suite* does not support: aeson-2.0.2.0 + - servant-yaml # tried servant-yaml-0.1.0.1, but its *test-suite* does not support: aeson-2.0.3.0 - servant-yaml # tried servant-yaml-0.1.0.1, but its *test-suite* does not support: base-compat-0.12.1 - servant-yaml # tried servant-yaml-0.1.0.1, but its *test-suite* does not support: servant-server-0.18.3 - sessiontypes-distributed # tried sessiontypes-distributed-0.1.1, but its *test-suite* does not support: hspec-2.8.5 @@ -8630,7 +8533,8 @@ skipped-tests: - snap # tried snap-1.1.3.1, but its *test-suite* does not support: QuickCheck-2.14.2 - solana-staking-csvs # tried solana-staking-csvs-0.1.1.0, but its *test-suite* requires the disabled package: hedgehog - squeather # tried squeather-0.8.0.0, but its *test-suite* requires the disabled package: hedgehog - - stb-image-redux # tried stb-image-redux-0.2.1.3, but its *test-suite* does not support: hspec-2.8.5 + - stb-image-redux # tried stb-image-redux-0.2.1.2, but its *test-suite* does not support: hspec-2.8.5 + - stm-hamt # tried stm-hamt-1.2.0.7, but its *test-suite* requires the disabled package: rerebase - stm-supply # tried stm-supply-0.2.0.0, but its *test-suite* requires the disabled package: Unique - storablevector # tried storablevector-0.2.13.1, but its *test-suite* does not support: bytestring-0.11.1.0 - streaming-cassava # tried streaming-cassava-0.2.0.0, but its *test-suite* does not support: hspec-2.8.5 @@ -8684,7 +8588,6 @@ skipped-tests: - xml-parser # tried xml-parser-0.1.0.1, but its *test-suite* requires the disabled package: rerebase - xmlhtml # tried xmlhtml-0.2.5.2, but its *test-suite* does not support: hspec-2.8.5 - yesod-auth-basic # tried yesod-auth-basic-0.1.0.3, but its *test-suite* requires the disabled package: yesod-test - - yesod-csp # tried yesod-csp-0.2.5.0, but its *test-suite* requires the disabled package: yesod-test - yesod-page-cursor # tried yesod-page-cursor-2.0.0.9, but its *test-suite* requires the disabled package: persistent - yesod-static-angular # tried yesod-static-angular-0.1.8, but its *test-suite* does not support: yesod-test-1.6.12 - zm # tried zm-0.3.2, but its *test-suite* does not support: doctest-0.18.2 @@ -8718,7 +8621,7 @@ expected-test-failures: - capataz # https://github.com/roman/Haskell-capataz/issues/6 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - crypto-numbers - - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + - css-text # 0.1.3.0 https://github.com/yesodweb/css-text/issues/10 - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task @@ -8762,6 +8665,7 @@ expected-test-failures: - datadog # requires API keys in env vars https://github.com/fpco/stackage/pull/3308#issuecomment-369535040 - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL + - dns # https://github.com/commercialhaskell/stackage/issues/6374 - drifter-postgresql # PostgreSQL - egison # executable not found https://github.com/egison/egison/issues/250 - esqueleto # mysql and postgresql @@ -8862,10 +8766,10 @@ expected-test-failures: # fixed by adding these files to `extra-source-files` in the # .cabal file. # + - bugsnag-haskell # https://github.com/commercialhaskell/stackage/issues/6372 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - - doctest - - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 + - doctest-discover # https://github.com/karun012/doctest-discover/issues/33 - ghc-events # https://github.com/haskell/ghc-events/issues/70 - gitlab-haskell # https://github.com/commercialhaskell/stackage/issues/6088 - hspec-core # https://github.com/commercialhaskell/stackage/issues/6291 @@ -8876,6 +8780,7 @@ expected-test-failures: # Testcase assertion failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup. # + - dbus # https://github.com/commercialhaskell/stackage/issues/6373 - generic-optics # optimization output https://github.com/kcsongor/generic-lens/issues/133 - binary-parsers # runtime failure https://github.com/winterland1989/binary-parsers/issues/3 - JuicyPixels-blurhash @@ -8895,6 +8800,7 @@ expected-test-failures: - debian - dhall-yaml # https://github.com/commercialhaskell/stackage/issues/5640 - dimensional + - doctest-parallel # https://github.com/commercialhaskell/stackage/issues/6380 - download # https://github.com/fpco/stackage/issues/2811 - duration - ede @@ -8948,6 +8854,7 @@ expected-test-failures: - safe-decimal - simple-affine-space - simple-vec3 # https://github.com/commercialhaskell/stackage/pull/5410 + - singletons-base - sized - spatial-math - subcategories @@ -8960,6 +8867,7 @@ expected-test-failures: - universum - utf8-conversions - varying + - vector-algorithms - vivid-osc - wakame - world-peace @@ -8984,14 +8892,17 @@ expected-test-failures: - data-diverse # 4.7.0.0 - do-notation # 0.1.0.2 - domain-optics # 0.1.0.2 https://github.com/commercialhaskell/stackage/pull/6102 + - easy-logger # https://github.com/commercialhaskell/stackage/issues/6384 - flat # 0.4.4 - flay # 0.4 - - focuslist # 0.1.0.2 + - functor-combinators # https://github.com/commercialhaskell/stackage/issues/6376 + - generic-lens # https://github.com/commercialhaskell/stackage/issues/6377 - geojson # 4.0.2 - heap # 1.0.4 https://github.com/pruvisto/heap/issues/11 - hsini # 0.5.1.2 - hweblib # 0.6.3 https://github.com/aycanirican/hweblib/issues/3 - leveldb-haskell + - mfsolve # https://github.com/commercialhaskell/stackage/issues/6379 - multiarg # 0.30.0.10 - parameterized # 0.5.0.0 https://github.com/commercialhaskell/stackage/issues/5746 - protobuf # 0.2.1.4 @@ -9026,7 +8937,9 @@ expected-test-failures: - detour-via-sci # https://github.com/commercialhaskell/stackage/issues/6360 - dhall - doctest-driver-gen + - envelope # https://github.com/commercialhaskell/stackage/issues/6383 - email-validate + - fmt # https://github.com/commercialhaskell/stackage/issues/6375 - greskell - greskell-core - headroom @@ -9097,6 +9010,7 @@ expected-haddock-failures: - hw-ip # https://github.com/commercialhaskell/stackage/issues/5014 - hw-json # https://github.com/commercialhaskell/stackage/issues/5014 - hw-rankselect + - doctest-parallel # https://github.com/commercialhaskell/stackage/issues/5014 # end of expected-haddock-failures @@ -9111,7 +9025,6 @@ expected-benchmark-failures: # Compilation failures - OrderedBits # 0.0.2.0 - aeson-combinators # 0.0.5.0 - - cipher-blowfish # 0.0.11 https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - cryptohash # 0.11.9 https://github.com/vincenthz/hs-cryptohash/pull/43 - incremental-parser # 0.5.0.2 @@ -9134,6 +9047,7 @@ expected-benchmark-failures: # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: # aeson-2 + # https://github.com/commercialhaskell/stackage/issues/6217 - jsonifier # Cyclic dependencies @@ -9215,16 +9129,15 @@ skipped-benchmarks: - distributed-process # tried distributed-process-0.7.4, but its *benchmarks* does not support: network-transport-tcp-0.8.0 - ed25519 # tried ed25519-0.0.5.0, but its *benchmarks* does not support: criterion-1.5.12.0 - extensible-effects # tried extensible-effects-5.0.0.1, but its *benchmarks* requires the disabled package: test-framework-th - - fmt # tried fmt-0.6.3.0, but its *benchmarks* requires the disabled package: interpolate - hasbolt # tried hasbolt-0.1.6.1, but its *benchmarks* does not support: bytestring-0.11.1.0 - - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: aeson-2.0.2.0 + - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: aeson-2.0.3.0 - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: time-1.11.1.1 + - heist # tried heist-1.1.0.1, but its *benchmarks* does not support: statistics-0.16.0.1 - hip # tried hip-1.5.6.0, but its *benchmarks* requires the disabled package: repa-algorithms - o-clock # tried o-clock-1.2.1, but its *benchmarks* requires the disabled package: tiempo - - polysemy # tried polysemy-1.7.1.0, but its *benchmarks* requires the disabled package: freer-simple - psqueues # tried psqueues-0.2.7.3, but its *benchmarks* requires the disabled package: PSQueue - psqueues # tried psqueues-0.2.7.3, but its *benchmarks* requires the disabled package: fingertree-psqueue - - ptr-poker # tried ptr-poker-0.1.2.3, but its *benchmarks* requires the disabled package: rerebase + - ptr-poker # tried ptr-poker-0.1.2.4, but its *benchmarks* requires the disabled package: rerebase - random # tried random-1.2.1, but its *benchmarks* does not support: time-1.11.1.1 - random-bytestring # tried random-bytestring-0.1.4, but its *benchmarks* requires the disabled package: cryptonite - redis-io # tried redis-io-1.1.0, but its *benchmarks* requires the disabled package: hedis diff --git a/etc/commenter/Cargo.lock b/etc/commenter/Cargo.lock index c69a4517..85dbdfe9 100644 --- a/etc/commenter/Cargo.lock +++ b/etc/commenter/Cargo.lock @@ -31,6 +31,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" + [[package]] name = "bitflags" version = "1.3.2" @@ -58,9 +64,17 @@ version = "0.2.0" dependencies = [ "lazy-regex", "regex", + "serde", + "serde_yaml", "structopt", ] +[[package]] +name = "hashbrown" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" + [[package]] name = "heck" version = "0.3.3" @@ -80,10 +94,20 @@ dependencies = [ ] [[package]] -name = "lazy-regex" -version = "2.2.1" +name = "indexmap" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17d198f91272f6e788a5c0bd5d741cf778da4e5bc761ec67b32d5d3b0db34a54" +checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" +dependencies = [ + "autocfg", + "hashbrown", +] + +[[package]] +name = "lazy-regex" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "919a16773ebf2de27e95fc58460110932e55bb0780e23aa51fa5a6b59c9e2b3d" dependencies = [ "lazy-regex-proc_macros", "once_cell", @@ -92,9 +116,9 @@ dependencies = [ [[package]] name = "lazy-regex-proc_macros" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c12938b1b92cf5be22940527e15b79fd0c7e706e34bc70816f6a72b3484f84e" +checksum = "5fbe6bf0a04af51c07976625d5007e75ed9b8b955befc21c77b3947733496e36" dependencies = [ "proc-macro2", "quote", @@ -110,21 +134,27 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.108" +version = "0.2.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" + +[[package]] +name = "linked-hash-map" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "memchr" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "once_cell" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" [[package]] name = "proc-macro-error" @@ -152,18 +182,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.27" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" +checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" dependencies = [ "unicode-xid", ] [[package]] name = "quote" -version = "1.0.9" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" +checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" dependencies = [ "proc-macro2", ] @@ -185,6 +215,44 @@ version = "0.6.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +[[package]] +name = "ryu" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" + +[[package]] +name = "serde" +version = "1.0.133" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.133" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_yaml" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0" +dependencies = [ + "indexmap", + "ryu", + "serde", + "yaml-rust", +] + [[package]] name = "strsim" version = "0.8.0" @@ -217,9 +285,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.73" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7" +checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" dependencies = [ "proc-macro2", "quote", @@ -261,9 +329,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "version_check" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" +checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "winapi" @@ -286,3 +354,12 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "yaml-rust" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" +dependencies = [ + "linked-hash-map", +] diff --git a/etc/commenter/Cargo.toml b/etc/commenter/Cargo.toml index adb15eab..4c57ad43 100644 --- a/etc/commenter/Cargo.toml +++ b/etc/commenter/Cargo.toml @@ -9,4 +9,6 @@ edition = "2018" [dependencies] lazy-regex = "2.2.1" regex = "1.5.4" +serde = { version = "1.0.133", features = ["derive"] } +serde_yaml = "0.8.23" structopt = "0.3.25" diff --git a/etc/commenter/src/lib.rs b/etc/commenter/src/lib.rs index a453a9be..1d02896c 100644 --- a/etc/commenter/src/lib.rs +++ b/etc/commenter/src/lib.rs @@ -1,10 +1,13 @@ use std::collections::{BTreeMap, BTreeSet}; +use std::error::Error; +use std::fmt; use std::fs::File; use std::io::{BufRead, BufReader, LineWriter, Lines, Write}; use std::path::Path; use std::process::Command; use lazy_regex::regex; +use serde::{Deserialize, Deserializer}; pub fn clear() { handle(true, |loc, _lines| match loc { @@ -41,20 +44,20 @@ impl VersionTag { fn version(&self) -> &str { match self { - VersionTag::Manual(s) => &s, - VersionTag::Auto(s) => &s, + VersionTag::Manual(s) => s, + VersionTag::Auto(s) => s, } } } pub fn outdated() { let mut all: Vec = vec![]; - let disabled = handle(false, |_loc, lines| { + let versioned = handle(false, |_loc, lines| { all.extend(lines); vec![] }); let mut map: BTreeMap = BTreeMap::new(); - for DisabledPackage { package, version } in disabled { + for VersionedPackage { package, version } in versioned { map.insert(package, VersionTag::Manual(version)); } let mut support: BTreeMap<(String, String), BTreeSet<(String, String)>> = BTreeMap::new(); @@ -86,11 +89,9 @@ pub fn outdated() { let latest = latest_version(&package); if version.version() != latest { println!( - "{} mismatch, {}: {}, hackage: {}", - package, - version.tag(), - version.version(), - latest + "{package} mismatch, {tag}: {version}, hackage: {latest}", + tag = version.tag(), + version = version.version(), ); } } @@ -107,22 +108,21 @@ pub fn outdated() { let latest = latest_version(&package); if version != latest { let max = 3; - let dependents_stripped = dependents.len().checked_sub(max).unwrap_or(0); + let dependents_stripped = dependents.len().saturating_sub(max); let dependents = dependents .into_iter() .take(max) - .map(|(p, v)| format!("{}-{}", p, v)) + .map(|(p, v)| format!("{p}-{v}")) .collect::>() .join(", "); let dependents = if dependents_stripped > 0 { - format!("{} and {} more", dependents, dependents_stripped) + format!("{dependents} and {dependents_stripped} more") } else { dependents }; println!( - "{} mismatch, snapshot: {}, hackage: {}, dependents: {}", - package, version, latest, dependents, + "{package} mismatch, snapshot: {version}, hackage: {latest}, dependents: {dependents}" ); } } @@ -139,9 +139,11 @@ fn is_boot(package: &str) -> bool { "filepath", "deepseq", "ghc", + "ghc-bignum", "ghc-boot", "ghc-boot-th", "ghc-prim", + "ghc-lib-parser", // not a boot lib, but tied to the GHC version. "integer-gmp", "process", "stm", @@ -175,34 +177,38 @@ enum State { Done, } -struct DisabledPackage { +struct VersionedPackage { package: String, version: String, } -fn parse_disabled_package(s: &str) -> Option { +fn parse_versioned_package(s: &str) -> Option { if let Some(caps) = regex!(r#"- *([^ ]+) < *0 *# *([\d.]+)"#).captures(s) { let package = caps.get(1).unwrap().as_str().to_owned(); let version = caps.get(2).unwrap().as_str().to_owned(); - Some(DisabledPackage { package, version }) + Some(VersionedPackage { package, version }) + } else if let Some(caps) = regex!(r#"- *([^ ]+) *# *([\d.]+)"#).captures(s) { + let package = caps.get(1).unwrap().as_str().to_owned(); + let version = caps.get(2).unwrap().as_str().to_owned(); + Some(VersionedPackage { package, version }) } else { None } } -fn handle(write: bool, mut f: F) -> Vec +fn handle(write: bool, mut f: F) -> Vec where F: FnMut(Location, Vec) -> Vec, { let path = "build-constraints.yaml"; let mut new_lines: Vec = vec![]; - let mut disabled_packages: Vec = vec![]; + let mut versioned_packages: Vec = vec![]; let mut state = State::LookingForLibBounds; let mut buf = vec![]; for line in read_lines(path).map(|s| s.unwrap()) { - if let Some(disabled_package) = parse_disabled_package(&line) { - disabled_packages.push(disabled_package); + if let Some(versioned_package) = parse_versioned_package(&line) { + versioned_packages.push(versioned_package); } match state { @@ -273,7 +279,7 @@ where file.flush().unwrap(); } - disabled_packages + versioned_packages } enum Location { @@ -289,3 +295,124 @@ where let file = File::open(filename).unwrap(); BufReader::new(file).lines() } + +#[derive(Deserialize)] +struct SnapshotYaml { + // flags: BTreeMap>, + // publish_time + packages: Vec, + // hidden + // resolver +} + +#[derive(Deserialize)] +struct SnapshotPackage { + hackage: PackageWithVersionAndSha, + // pantry-tree +} + +#[derive(PartialOrd, Ord, PartialEq, Eq, Clone)] +struct PackageName(String); + +impl fmt::Display for PackageName { + fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { + self.0.fmt(f) + } +} + +#[derive(Clone, PartialOrd, Ord, PartialEq, Eq)] +struct Version(String); + +impl fmt::Display for Version { + fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { + self.0.fmt(f) + } +} + +// zstd-0.1.3.0@sha256:4c0a372251068eb6086b8c3a0a9f347488f08b570a7705844ffeb2c720c97223,3723 +struct PackageWithVersionAndSha { + name: PackageName, + version: Version, +} + +impl<'de> serde::Deserialize<'de> for PackageWithVersionAndSha { + fn deserialize(deserializer: D) -> Result + where + D: Deserializer<'de>, + { + let s: String = String::deserialize(deserializer)?; + let r = regex!(r#"^(.+?)-([.\d]+)@sha256:[\da-z]+,\d+$"#); + if let Some(caps) = r.captures(&s) { + let name = PackageName(caps.get(1).unwrap().as_str().to_owned()); + let version = Version(caps.get(2).unwrap().as_str().to_owned()); + Ok(Self { name, version }) + } else { + Err(serde::de::Error::invalid_value( + serde::de::Unexpected::Other(&s), + &"Invalid PackageVersionWithSha", + )) + } + } +} + +fn yaml_from_file>(path: P) -> Result> +where + A: for<'de> Deserialize<'de>, +{ + let file = File::open(path)?; + let reader = BufReader::new(file); + let u = serde_yaml::from_reader(reader)?; + Ok(u) +} + +struct Snapshot { + packages: BTreeMap>, +} + +#[derive(Clone, Copy)] +enum Diff { + Left(A), + Right(A), + Both(A, A), +} + +fn to_diff(a: SnapshotYaml, b: SnapshotYaml) -> Snapshot { + let mut packages = BTreeMap::new(); + for s in a.packages { + let package = s.hackage; + packages.insert(package.name, Diff::Left(package.version)); + } + for s in b.packages { + let package = s.hackage; + let name = package.name; + let version = package.version; + if let Some(a) = packages.remove(&name) { + match a { + Diff::Left(a) => { + if a == version { + packages.remove(&name); + } else { + packages.insert(name, Diff::Both(a, version)); + } + } + _ => unreachable!(), + } + } else { + packages.insert(name, Diff::Right(version)); + } + } + + Snapshot { packages } +} + +pub fn diff_snapshot(a: String, b: String) { + let diff = to_diff(yaml_from_file(a).unwrap(), yaml_from_file(b).unwrap()); + for (name, diff) in diff.packages { + let s = match diff { + Diff::Left(a) => format!("- {name}-{a}"), + Diff::Right(b) => format!("+ {name}-{b}"), + Diff::Both(a, b) => format!("~ {name}-{a} -> {b}"), + }; + println!("{s}"); + } +} diff --git a/etc/commenter/src/main.rs b/etc/commenter/src/main.rs index 07c1662f..25db2bbf 100644 --- a/etc/commenter/src/main.rs +++ b/etc/commenter/src/main.rs @@ -22,25 +22,19 @@ enum Opt { Clear, Add, Outdated, + DiffSnapshot { a: String, b: String }, } fn main() { let opt = Opt::from_args(); match opt { - Opt::Clear => clear(), + Opt::Clear => commenter::clear(), Opt::Add => add(), - Opt::Outdated => outdated(), + Opt::Outdated => commenter::outdated(), + Opt::DiffSnapshot { a, b } => commenter::diff_snapshot(a, b), } } -fn clear() { - commenter::clear(); -} - -fn outdated() { - commenter::outdated(); -} - fn add() { let mut lib_exes: H = Default::default(); let mut tests: H = Default::default(); @@ -64,7 +58,7 @@ fn add() { } else if line == "curator: Snapshot dependency graph contains errors:" { process_line = true; } else if !process_line { - println!("[INFO] {}", line); + println!("[INFO] {line}"); } else if let Some(cap) = package.captures(&line) { let root = last_header.clone().unwrap(); let package = cap.name("package").unwrap().as_str(); @@ -100,7 +94,7 @@ fn add() { for (header, packages) in lib_exes { for (package, version, component) in packages { let s = printer(" ", &package, true, &version, &component, &header); - println!("{}", s); + println!("{s}"); auto_lib_exes.push(s); } } @@ -111,7 +105,7 @@ fn add() { for (header, packages) in tests { for (package, version, component) in packages { let s = printer(" ", &package, false, &version, &component, &header); - println!("{}", s); + println!("{s}"); auto_tests.push(s); } } @@ -122,7 +116,7 @@ fn add() { for (header, packages) in benches { for (package, version, component) in packages { let s = printer(" ", &package, false, &version, &component, &header); - println!("{}", s); + println!("{s}"); auto_benches.push(s); } } @@ -148,11 +142,6 @@ fn printer( let lt0 = if lt0 { " < 0" } else { "" }; format!( "{indent}- {package}{lt0} # tried {package}-{version}, but its *{component}* {cause}", - indent = indent, - package = package, - lt0 = lt0, - version = version, - component = component, cause = match header { Header::Versioned { package, version } => format!( "does not support: {package}-{version}",