diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0110e558..a3532166 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,7 +4,7 @@ on: push: branches: - nightly - - lts18 + - lts19 jobs: push: diff --git a/automated/dockerfiles/lts-19.0/Dockerfile b/automated/dockerfiles/lts-19.0/Dockerfile new file mode 100644 index 00000000..3ec53a59 --- /dev/null +++ b/automated/dockerfiles/lts-19.0/Dockerfile @@ -0,0 +1,90 @@ +FROM ubuntu:18.04 + +LABEL maintainer="manny@fpcomplete.com" + +ARG GHC_VERSION=9.0.2 +ARG LTS_SLUG=lts-19.0 +ARG PID1_VERSION=0.1.2.0 +ARG STACK_VERSION=2.7.3 +ARG CUDA_VERSION=10.0 +ARG JVM_PATH=/usr/lib/jvm/java-8-openjdk-amd64 +ARG LLVM_PATH=/usr/lib/llvm-9 +ARG BOOTSTRAP_COMMIT=70317ea1c42e6caae625059980575157cf9525ed + +ARG DEBIAN_FRONTEND=noninteractive +ARG VARIANT=build +ARG STACK_ROOT=/home/stackage/.stack + +# +# Set encoding to UTF-8 and PATH to find GHC and cabal/stack-installed binaries. +# + +ENV LANG=C.UTF-8 \ + LC_ALL=C.UTF-8 \ + PATH=/root/.local/bin:/usr/local/cuda-$CUDA_VERSION/bin:$STACK_ROOT/programs/x86_64-linux/ghc-$GHC_VERSION/bin:$PATH \ + CUDA_PATH=/usr/local/cuda-$CUDA_VERSION \ + CPATH=$JVM_PATH/include:$JVM_PATH/include/linux:$LLVM_PATH/include + +# +# Install pre-requisites +# + +RUN apt-get update && \ + apt-get install -y --no-install-recommends \ + wget netbase ca-certificates g++ gcc libc6-dev libffi-dev libgmp-dev \ + make xz-utils zlib1g-dev git gnupg libtinfo-dev jq && \ + rm -rf /var/lib/apt/lists/* + +# +# Use Stackage's debian-bootstrap.sh script to install system libraries and +# tools required to build any Stackage package. +# Re-installs 'stack' *after* running debian-bootstrap.sh since that may have +# installed a different version. +# In the case of 'small' image, just install Stack and GHC. +# + +RUN if [ "$VARIANT" != "small" ]; then \ + wget -qO- https://raw.githubusercontent.com/fpco/stackage/$BOOTSTRAP_COMMIT/debian-bootstrap.sh | sed "s/^GHCVER=9.0.1$/GHCVER=$GHC_VERSION/" | GHCVER=$GHC_VERSION bash; \ + fi && \ + wget -qO- https://github.com/commercialhaskell/stack/releases/download/v$STACK_VERSION/stack-$STACK_VERSION-linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C /usr/bin '*/stack' && \ + if [ "$VARIANT" = "small" ]; then \ + stack setup --resolver ghc-$GHC_VERSION; \ + fi && \ + rm -rf /var/lib/apt/lists/* && \ + cd $STACK_ROOT && \ + find . -type f -not -path "./programs/x86_64-linux/ghc-$GHC_VERSION/*" -exec rm '{}' \; && \ + find . -type d -print0 |sort -rz |xargs -0 rmdir 2>/dev/null || true + +# +# Configure Stack to use the GHC installed in the Docker image rather than installing its own +# + +RUN mkdir /etc/stack/ && \ + echo "system-ghc: true" >/etc/stack/config.yaml + +# +# Use 'stack' to install basic Haskell tools like alex, happy, and cpphs. We +# remove most of the STACK_ROOT afterward to save space, but keep the 'share' +# files that some of these tools require. +# + +RUN stack --resolver=$LTS_SLUG --local-bin-path=/usr/bin install \ + happy alex cpphs gtk2hs-buildtools hscolour hlint hindent && \ + cd $STACK_ROOT && \ + find . -type f -not -path './snapshots/*/share/*' -and -not -path "./programs/x86_64-linux/ghc-$GHC_VERSION/*" -exec rm '{}' \; && \ + find . -type d -print0 |sort -rz |xargs -0 rmdir 2>/dev/null || true + +# +# Install 'pid1' init daemon +# + +RUN wget -O- "https://github.com/fpco/pid1/releases/download/v$PID1_VERSION/pid1-$PID1_VERSION-linux-x86_64.tar.gz" | tar xzf - -C /usr/local && \ + chown root:root /usr/local/sbin && \ + chown root:root /usr/local/sbin/pid1 + +# +# Set up pid1 entrypoint and default command +# + +ENTRYPOINT ["/usr/local/sbin/pid1"] +CMD ["bash"] diff --git a/build-constraints.yaml b/build-constraints.yaml index 8271f4fe..b6341c6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -12,6 +12,7 @@ packages: "Xy Ren @re-xyr": - cleff + - cleff-plugin - rec-smallarray "Janus Troelsen @ysangkok": @@ -1526,7 +1527,7 @@ packages: - mwc-random-monad "Flavio Corpa @kutyel": - - language-avro < 0 # via avro + - language-avro "Matvey Aksenov @supki": - terminal-size @@ -2704,7 +2705,7 @@ packages: - flexible-defaults - funcmp - hackage-db - - hledger-interest < 0 # https://github.com/commercialhaskell/stackage/issues/6473 + - hledger-interest - hopenssl - hsdns - hsemail @@ -2742,7 +2743,7 @@ packages: - clumpiness - find-clumpiness - blosum - - rank-product + - rank-product < 0 # 0.2.2.0 compile fail "Simon Marechal @bartavelle": - compactmap @@ -3022,7 +3023,7 @@ packages: "Justus Adam @JustusAdam": - marvin - marvin-interpolate - - mustache < 0 # https://github.com/JustusAdam/mustache/issues/58 + - mustache < 0 # 2.4.0 https://github.com/JustusAdam/mustache/issues/58 - exit-codes >= 1.0.0 "Cindy Wang @CindyLinz": @@ -3164,7 +3165,7 @@ packages: - arbor-lru-cache - arbor-postgres - asif - - avro < 0 # https://github.com/haskell-works/avro/issues/177 + - avro < 0 # 0.6.0.1 https://github.com/haskell-works/avro/issues/177 - bits-extra - hw-balancedparens - hw-bits @@ -3226,7 +3227,7 @@ packages: - postgresql-transactional "Tom Murphy ": - - gingersnap + - gingersnap < 0 # 0.3.1.0 compile fail aeson 2 - microspec - midair - nano-erl @@ -3592,7 +3593,7 @@ packages: - conduit-aeson "Hans-Peter Deifel @hpdeifel": - - hledger-iadd < 0 # https://github.com/commercialhaskell/stackage/issues/6473 + - hledger-iadd "Roy Levien @orome": - crypto-enigma @@ -3673,7 +3674,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + - aeson-diff < 0 # 1.1.0.11 setup fail needs Cabal exposed - edit-distance-vector "Kyle Van Berendonck @donkeybonks": @@ -4377,6 +4378,7 @@ packages: - bnb-staking-csvs - solana-staking-csvs - cointracking-imports + - binance-exports "David Baynard @dbaynard": - time-qq @@ -4402,7 +4404,7 @@ packages: - reanimate - earcut - vector-circular - - hgeometry < 0 # 0.13 compile fail + - hgeometry - hgeometry-combinatorial - approximate-equality # required by hgeometry-combinatorial - type-level-natural-number # required by approximate-equality @@ -4496,7 +4498,12 @@ packages: - egison-pattern-src-th-mode "Travis Cardwell @TravisCardwell": + - bm + - horizontal-rule - literatex + - phatsort + - queue-sheet + - redact - ttc "Jasper Woudenberg @jwoudenberg": @@ -4555,7 +4562,7 @@ packages: - multi-containers "Vaclav Svejcar @vaclavsvejcar": - - headroom < 0 # via mustache + - headroom - vcs-ignore "Adrian Sieber @ad-si": @@ -4768,6 +4775,9 @@ packages: - data-default-instances-unordered-containers - data-default-instances-vector + "David Spies @davidspies": + - fastmemo + "comp @1Computer1": - errata - reorder-expression @@ -5244,7 +5254,7 @@ packages: # When disabling one of these packages, move it to "Removed packages". "Abandoned packages": - Earley - - bower-json + - bower-json < 0 # 1.0.0.1 compile fail aeson 2 - boxes - cassava - charsetdetect-ae # #6326/closed @@ -5275,7 +5285,6 @@ packages: - shellmet # #5965/closed - slist # #5965/closed - type-errors-pretty # #5965/closed - - typerep-map < 0 # internal library #5965/closed - unordered-intmap # #6326/closed - word-trie # #6326/closed - xdg-basedir # #6326/closed @@ -5315,6 +5324,7 @@ packages: - tinytemplate < 0 # 0.1.2.0 compile fail - tomland < 0 # 1.3.3.1 #5965/closed - type-combinators < 0 # 0.2.4.3 compile fail https://github.com/kylcarte/type-combinators/issues/8 + - typerep-map < 0 # 0.5.0.0 internal library #5965/closed - universe-instances-base < 0 # 1.1 deprecated - universe-instances-trans < 0 # 1.1 deprecated - validation-selective < 0 # 0.1.0.1 #5965/closed @@ -5372,7 +5382,6 @@ packages: - elm2nix # 0.2.1 compile fail aeson 2.0 - elm2nix < 0 # 0.2.1 compile fail aeson 2.0 - enum-subset-generate < 0 # 0.1.0.0 - - essence-of-live-coding-quickcheck < 0 # 0.2.5 - etc < 0 # 0.4.1.0 compile fail aeson 2.0 - etcd < 0 # 1.0.5 - eve < 0 # 0.1.9.0 @@ -5402,7 +5411,6 @@ packages: - jmacro < 0 # 0.6.17 compile fail aeson 2.0 - json-rpc < 0 # 1.0.3 compile fail aeson 2.0 - json-rpc-generic < 0 # 0.2.1.6 compile fail aeson 2.0 - - json-stream < 0 # 0.4.2.4 compile fail aeson 2.0 - katydid < 0 # 0.4.0.2 MonadFail - kawhi < 0 # 0.3.0 compile fail aeson 2.0 - kdt < 0 # 0.2.4 https://github.com/giogadi/kdt/issues/5 @@ -5436,7 +5444,6 @@ packages: - pushbullet-types < 0 # 0.4.1.0 compile fail aeson 2.0 - raaz < 0 # 0.3.6 multiple libraries - regex-compat-tdfa < 0 # 0.95.1.4 - - rhine < 0 # 0.7.0 - rigel-viz < 0 # 0.2.0.0 compile fail aeson 2.0 - rose-trees < 0 # 0.0.4.5 compilation seems to hang? - sdl2-gfx < 0 # 0.3.0.0 SDL2_gfx @@ -5465,7 +5472,6 @@ packages: - tintin < 0 # 1.10.1 - turtle-options < 0 # 0.1.0.4 - type-assertions < 0 # 0.1.0.0 - - typecheck-plugin-nat-simple < 0 # 0.1.0.2 - ulid < 0 # 0.3.0.0 - uncertain < 0 # 0.3.1.0 - unordered-intmap < 0 # 0.1.1 @@ -5508,18 +5514,14 @@ packages: - Chart-diagrams < 0 # tried Chart-diagrams-1.9.3, but its *library* does not support: lens-5.1 - DPutils < 0 # tried DPutils-0.1.1.0, but its *library* requires the disabled package: streaming-bytestring - EntrezHTTP < 0 # tried EntrezHTTP-1.0.4, but its *library* requires the disabled package: Taxonomy - - FPretty < 0 # tried FPretty-1.1, but its *library* does not support: base-4.16.0.0 + - FPretty < 0 # tried FPretty-1.1, but its *library* does not support: base-4.16.1.0 - Frames < 0 # tried Frames-0.7.3, but its *library* requires the disabled package: readable - GLUT < 0 # tried GLUT-2.7.0.16, but its *library* requires the disabled package: OpenGL - GPipe < 0 # tried GPipe-2.2.5, but its *library* does not support: hashtables-1.3 - GPipe < 0 # tried GPipe-2.2.5, but its *library* does not support: linear-1.21.8 - Genbank < 0 # tried Genbank-1.0.3, but its *library* requires the disabled package: biocore - H < 0 # tried H-0.9.0.1, but its *executable* requires the disabled package: inline-r - - HStringTemplate < 0 # tried HStringTemplate-0.8.8, but its *library* does not support: bytestring-0.11.1.0 - - HStringTemplate < 0 # tried HStringTemplate-0.8.8, but its *library* does not support: semigroups-0.20 - - 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 - - HaskellNet < 0 # tried HaskellNet-0.6, but its *library* does not support: base-4.16.0.0 + - HaskellNet < 0 # tried HaskellNet-0.6, but its *library* does not support: base-4.16.1.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.1 @@ -5528,23 +5530,23 @@ packages: - 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: bytestring-0.11.3.0 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: hedis-0.15.1 - IPv6DB < 0 # tried IPv6DB-0.3.2, but its *library* does not support: unordered-containers-0.2.17.0 - 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: bytestring-0.11.3.0 - 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-blurhash < 0 # tried JuicyPixels-blurhash-0.1.0.3, but its *library* does not support: bytestring-0.11.3.0 - 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 - MFlow < 0 # tried MFlow-0.4.6.0, but its *library* requires the disabled package: pwstore-fast - - MapWith < 0 # tried MapWith-0.2.0.0, but its *library* does not support: base-4.16.0.0 - - Network-NineP < 0 # tried Network-NineP-0.4.7.1, but its *library* does not support: bytestring-0.11.1.0 + - MapWith < 0 # tried MapWith-0.2.0.0, but its *library* does not support: base-4.16.1.0 + - Network-NineP < 0 # tried Network-NineP-0.4.7.1, but its *library* does not support: bytestring-0.11.3.0 - Network-NineP < 0 # tried Network-NineP-0.4.7.1, but its *library* requires the disabled package: mstate - - NoTrace < 0 # tried NoTrace-0.3.0.4, but its *library* does not support: base-4.16.0.0 + - NoTrace < 0 # tried NoTrace-0.3.0.4, but its *library* does not support: base-4.16.1.0 - 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 + - OpenGL < 0 # tried OpenGL-3.0.3.0, but its *library* does not support: bytestring-0.11.3.0 - PrimitiveArray < 0 # tried PrimitiveArray-0.10.1.1, but its *library* requires the disabled package: DPutils - 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 @@ -5559,11 +5561,11 @@ packages: - Spock-api-server < 0 # tried Spock-api-server-0.14.0.0, but its *library* requires the disabled package: Spock-core - Spock-lucid < 0 # tried Spock-lucid-0.4.0.1, but its *library* requires the disabled package: Spock - Spock-worker < 0 # tried Spock-worker-0.3.1.0, but its *library* requires the disabled package: Spock - - Strafunski-StrategyLib < 0 # tried Strafunski-StrategyLib-5.0.1.0, but its *library* does not support: base-4.16.0.0 - - TotalMap < 0 # tried TotalMap-0.1.1.1, but its *library* does not support: base-4.16.0.0 + - Strafunski-StrategyLib < 0 # tried Strafunski-StrategyLib-5.0.1.0, but its *library* does not support: base-4.16.1.0 + - TotalMap < 0 # tried TotalMap-0.1.1.1, but its *library* does not support: base-4.16.1.0 - TotalMap < 0 # tried TotalMap-0.1.1.1, but its *library* does not support: lens-5.1 - YampaSynth < 0 # tried YampaSynth-0.2, but its *executable* requires the disabled package: Yampa - - accelerate < 0 # tried accelerate-1.3.0.0, but its *library* does not support: base-4.16.0.0 + - accelerate < 0 # tried accelerate-1.3.0.0, but its *library* does not support: base-4.16.1.0 - accelerate-arithmetic < 0 # tried accelerate-arithmetic-1.0.0.1, but its *library* does not support: accelerate-1.3.0.0 - accelerate-bignum < 0 # tried accelerate-bignum-0.3.0.0, but its *library* requires the disabled package: accelerate - accelerate-bignum < 0 # tried accelerate-bignum-0.3.0.0, but its *library* requires the disabled package: accelerate-llvm @@ -5597,16 +5599,13 @@ packages: - 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-default < 0 # tried aeson-default-0.9.1.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: 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-injector < 0 # tried aeson-injector-1.1.5.0, but its *library* does not support: servant-docs-0.12 + - aeson-injector < 0 # tried aeson-injector-1.2.0.0, but its *library* does not support: aeson-2.0.3.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-typescript < 0 # tried aeson-typescript-0.3.0.1, but its *library* requires the disabled package: string-interpolate + - aeson-typescript < 0 # tried aeson-typescript-0.4.0.0, 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: bytestring-trie-0.2.7 - airship < 0 # tried airship-0.9.4, but its *library* does not support: mmorph-1.2.0 - airship < 0 # tried airship-0.9.4, but its *library* does not support: semigroups-0.20 - airship < 0 # tried airship-0.9.4, but its *library* does not support: wai-3.2.3 @@ -5615,7 +5614,7 @@ packages: - 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 + - alsa-seq < 0 # tried alsa-seq-0.6.0.8, but its *library* does not support: bytestring-0.11.3.0 - amazonka < 0 # tried amazonka-1.6.1, but its *library* does not support: http-client-0.7.11 - amazonka < 0 # tried amazonka-1.6.1, but its *library* does not support: unliftio-core-0.2.0.1 - amazonka-apigateway < 0 # tried amazonka-apigateway-1.6.1, but its *library* requires the disabled package: amazonka-core @@ -5708,9 +5707,8 @@ packages: - amazonka-waf < 0 # tried amazonka-waf-1.6.1, but its *library* requires the disabled package: amazonka-core - amazonka-workspaces < 0 # tried amazonka-workspaces-1.6.1, but its *library* requires the disabled package: amazonka-core - amazonka-xray < 0 # tried amazonka-xray-1.6.1, but its *library* requires the disabled package: amazonka-core - - amqp-utils < 0 # tried amqp-utils-0.6.3.2, but its *executable* requires the disabled package: filepath-bytestring - ansigraph < 0 # tried ansigraph-0.3.0.5, but its *library* does not support: ansi-terminal-0.11.1 - - ansigraph < 0 # tried ansigraph-0.3.0.5, but its *library* does not support: base-4.16.0.0 + - ansigraph < 0 # tried ansigraph-0.3.0.5, but its *library* does not support: base-4.16.1.0 - antiope-core < 0 # tried antiope-core-7.5.3, but its *library* requires the disabled package: amazonka - antiope-core < 0 # tried antiope-core-7.5.3, but its *library* requires the disabled package: amazonka-core - antiope-dynamodb < 0 # tried antiope-dynamodb-7.5.3, but its *library* requires the disabled package: amazonka @@ -5725,8 +5723,7 @@ packages: - antiope-sqs < 0 # tried antiope-sqs-7.5.3, but its *library* requires the disabled package: amazonka-core - 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.6, but its *library* requires the disabled package: req - - 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: bytestring-0.11.3.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.17.0.0 - arrowp-qq < 0 # tried arrowp-qq-0.3.0, but its *library* does not support: haskell-src-exts-1.23.1 @@ -5734,8 +5731,8 @@ packages: - asif < 0 # tried asif-6.0.4, but its *library* requires the disabled package: thyme - 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: relude - - audacity < 0 # tried audacity-0.0.2.1, but its *library* does not support: bytestring-0.11.1.0 - - aura < 0 # tried aura-3.2.7, but its *library* does not support: bytestring-0.11.1.0 + - audacity < 0 # tried audacity-0.0.2.1, but its *library* does not support: bytestring-0.11.3.0 + - aura < 0 # tried aura-3.2.7, but its *library* does not support: bytestring-0.11.3.0 - aura < 0 # tried aura-3.2.7, but its *library* does not support: time-1.11.1.1 - autodocodec-openapi3 < 0 # tried autodocodec-openapi3-0.1.0.0, but its *library* requires the disabled package: autodocodec - autodocodec-schema < 0 # tried autodocodec-schema-0.1.0.0, but its *library* requires the disabled package: autodocodec @@ -5743,9 +5740,9 @@ packages: - autodocodec-yaml < 0 # tried autodocodec-yaml-0.1.0.0, but its *library* requires the disabled package: autodocodec - 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 + - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: base-4.16.1.0 + - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: bytestring-0.11.3.0 + - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: cryptonite-0.30 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: memory-0.17.0 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: template-haskell-2.18.0.0 - avers < 0 # tried avers-0.0.17.1, but its *library* does not support: time-1.11.1.1 @@ -5755,10 +5752,9 @@ packages: - avers-server < 0 # tried avers-server-0.1.0.1, but its *library* requires the disabled package: servant - avers-server < 0 # tried avers-server-0.1.0.1, but its *library* requires the disabled package: servant-server - avwx < 0 # tried avwx-0.3.0.3, but its *library* does not support: lens-5.1 - - aws-cloudfront-signed-cookies < 0 # tried aws-cloudfront-signed-cookies-0.2.0.10, but its *library* does not support: base-4.16.0.0 - aws-cloudfront-signed-cookies < 0 # tried aws-cloudfront-signed-cookies-0.2.0.10, but its *library* does not support: time-1.11.1.1 - 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 + - axel < 0 # tried axel-0.0.12, but its *library* does not support: base-4.16.1.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.3.0 - b9 < 0 # tried b9-3.2.0, but its *library* does not support: hspec-2.9.4 @@ -5767,36 +5763,36 @@ packages: - b9 < 0 # tried b9-3.2.0, but its *library* requires the disabled package: posix-pty - b9 < 0 # tried b9-3.2.0, but its *library* requires the disabled package: template - bank-holidays-england < 0 # tried bank-holidays-england-0.2.0.6, but its *library* does not support: time-1.11.1.1 - - barrier < 0 # tried barrier-0.1.1, but its *library* does not support: bytestring-0.11.1.0 - - base-noprelude < 0 # tried base-noprelude-4.13.0.0, but its *library* does not support: base-4.16.0.0 - - base16-lens < 0 # tried base16-lens-0.1.3.2, but its *library* does not support: bytestring-0.11.1.0 + - barrier < 0 # tried barrier-0.1.1, but its *library* does not support: bytestring-0.11.3.0 + - base-noprelude < 0 # tried base-noprelude-4.13.0.0, but its *library* does not support: base-4.16.1.0 + - base16-lens < 0 # tried base16-lens-0.1.3.2, but its *library* does not support: bytestring-0.11.3.0 - base16-lens < 0 # tried base16-lens-0.1.3.2, but its *library* does not support: lens-5.1 - - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: base-4.16.0.0 - - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: bytestring-0.11.1.0 - - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: deepseq-1.4.6.0 - - base32-lens < 0 # tried base32-lens-0.1.1.1, but its *library* does not support: bytestring-0.11.1.0 + - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: base-4.16.1.0 + - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: bytestring-0.11.3.0 + - base32 < 0 # tried base32-0.2.1.0, but its *library* does not support: deepseq-1.4.6.1 + - base32-lens < 0 # tried base32-lens-0.1.1.1, but its *library* does not support: bytestring-0.11.3.0 - base32-lens < 0 # tried base32-lens-0.1.1.1, but its *library* does not support: lens-5.1 - - base64 < 0 # tried base64-0.4.2.3, but its *library* does not support: base-4.16.0.0 - - 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 < 0 # tried base64-0.4.2.3, but its *library* does not support: base-4.16.1.0 + - base64 < 0 # tried base64-0.4.2.3, but its *library* does not support: deepseq-1.4.6.1 + - base64-lens < 0 # tried base64-lens-0.3.1, but its *library* does not support: bytestring-0.11.3.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.5, but its *library* requires the disabled package: country + - bcp47 < 0 # tried bcp47-0.2.0.5, but its *library* requires the disabled package: generic-arbitrary - 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 - 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.2.1 - - 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: bytestring-0.11.3.0 - 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-sqlite < 0 # tried beam-sqlite-0.5.1.2, but its *library* requires the disabled package: sqlite-simple - bench-show < 0 # tried bench-show-0.3.2, but its *library* requires the disabled package: Chart - bench-show < 0 # tried bench-show-0.3.2, but its *library* requires the disabled package: Chart-diagrams - - benchpress < 0 # tried benchpress-0.2.2.18, but its *library* does not support: base-4.16.0.0 + - benchpress < 0 # tried benchpress-0.2.2.18, but its *library* does not support: base-4.16.1.0 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: brick-0.68 - - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: bytestring-0.11.1.0 + - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: bytestring-0.11.3.0 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: directory-1.3.6.2 - - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: filepath-1.4.2.1 + - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: filepath-1.4.2.2 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: lens-5.1 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: process-1.6.13.2 - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: protolude-0.3.0 @@ -5805,11 +5801,11 @@ packages: - bhoogle < 0 # tried bhoogle-0.1.3.5, but its *executable* does not support: typed-process-0.2.8.0 - 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.34 - - 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 + - binary-bits < 0 # tried binary-bits-0.5, but its *library* does not support: base-4.16.1.0 + - binary-parsers < 0 # tried binary-parsers-0.2.4.0, but its *library* does not support: bytestring-0.11.3.0 - bioace < 0 # tried bioace-0.0.1, but its *library* requires the disabled package: biocore - bioalign < 0 # tried bioalign-0.0.5, but its *library* requires the disabled package: biocore - - biocore < 0 # tried biocore-0.3.1, but its *library* does not support: base-4.16.0.0 + - biocore < 0 # tried biocore-0.3.1, but its *library* does not support: base-4.16.1.0 - biocore < 0 # tried biocore-0.3.1, but its *library* requires the disabled package: stringable - biofasta < 0 # tried biofasta-0.0.3, but its *library* requires the disabled package: biocore - biofastq < 0 # tried biofastq-0.1, but its *library* requires the disabled package: biocore @@ -5828,102 +5824,99 @@ packages: - 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.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.1.0, but its *library* requires the disabled package: req + - bnb-staking-csvs < 0 # tried bnb-staking-csvs-0.2.1.0, but its *library* requires the disabled package: cointracking-imports - board-games < 0 # tried board-games-0.3, but its *library* requires the disabled package: cgi - - boolean-normal-forms < 0 # tried boolean-normal-forms-0.0.1.1, but its *library* does not support: base-4.16.0.0 + - boolean-normal-forms < 0 # tried boolean-normal-forms-0.0.1.1, but its *library* does not support: base-4.16.1.0 - boomerang < 0 # tried boomerang-1.4.7, but its *library* does not support: semigroups-0.20 - boomerang < 0 # tried boomerang-1.4.7, but its *library* does not support: template-haskell-2.18.0.0 - both < 0 # tried both-0.1.1.2, but its *library* requires the disabled package: zero - boundingboxes < 0 # tried boundingboxes-0.2.3, but its *library* does not support: lens-5.1 - - 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: base-4.16.1.0 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: bytestring-0.11.3.0 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-9.2.2 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-boot-9.2.2 + - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-boot-th-9.2.2 - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: ghc-exactprint-1.5.0 - brittany < 0 # tried brittany-0.14.0.2, but its *library* does not support: semigroups-0.20 - buchhaltung < 0 # tried buchhaltung-0.0.7, but its *library* requires the disabled package: regex-tdfa-text - - bugzilla-redhat < 0 # tried bugzilla-redhat-1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - bugzilla-redhat < 0 # tried bugzilla-redhat-1.0.0, but its *library* does not support: bytestring-0.11.3.0 - bugzilla-redhat < 0 # tried bugzilla-redhat-1.0.0, 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 - - buttplug-hs-core < 0 # tried buttplug-hs-core-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 + - buttplug-hs-core < 0 # tried buttplug-hs-core-0.1.0.1, but its *library* does not support: bytestring-0.11.3.0 - buttplug-hs-core < 0 # tried buttplug-hs-core-0.1.0.1, but its *library* does not support: wuss-2.0.0.1 - - bzlib < 0 # tried bzlib-0.5.1.0, but its *library* does not support: base-4.16.0.0 - - bzlib < 0 # tried bzlib-0.5.1.0, but its *library* does not support: bytestring-0.11.1.0 - - 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 + - bzlib < 0 # tried bzlib-0.5.1.0, but its *library* does not support: base-4.16.1.0 + - bzlib < 0 # tried bzlib-0.5.1.0, but its *library* does not support: bytestring-0.11.3.0 + - c14n < 0 # tried c14n-0.1.0.1, but its *library* does not support: bytestring-0.11.3.0 + - cabal-appimage < 0 # tried cabal-appimage-0.3.0.3, but its *library* does not support: base-4.16.1.0 - cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.3, but its *executable* requires the disabled package: cabal-plan - - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: Cabal-3.6.0.0 + - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: Cabal-3.6.3.0 - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: HTTP-4000.4.0 - - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: base-4.16.0.0 - - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: bytestring-0.11.1.0 + - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: base-4.16.1.0 + - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: bytestring-0.11.3.0 - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: hashable-1.4.0.2 - cabal-install < 0 # tried cabal-install-3.4.1.0, but its *executable* does not support: time-1.11.1.1 - cabal-plan < 0 # tried cabal-plan-0.7.2.1, but its *executable* does not support: optparse-applicative-0.17.0.0 - - cabal-rpm < 0 # tried cabal-rpm-2.0.10, but its *executable* does not support: Cabal-3.6.0.0 + - cabal-rpm < 0 # tried cabal-rpm-2.0.11, but its *executable* does not support: Cabal-3.6.3.0 - cabal2nix < 0 # tried cabal2nix-2.18.0, but its *library* requires the disabled package: hpack - cacophony < 0 # tried cacophony-0.10.1, but its *library* requires the disabled package: monad-coroutine - - cairo < 0 # tried cairo-0.13.8.1, but its *library* does not support: Cabal-3.6.0.0 + - cairo < 0 # tried cairo-0.13.8.1, but its *library* does not support: Cabal-3.6.3.0 - capability < 0 # tried capability-0.5.0.0, but its *library* does not support: lens-5.1 - captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* does not support: aeson-2.0.3.0 - - captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* does not support: bytestring-0.11.3.0 - captcha-2captcha < 0 # tried captcha-2captcha-0.1.0.0, but its *library* does not support: lens-5.1 - captcha-capmonster < 0 # tried captcha-capmonster-0.1.0.0, but its *library* does not support: aeson-2.0.3.0 - - captcha-capmonster < 0 # tried captcha-capmonster-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - captcha-capmonster < 0 # tried captcha-capmonster-0.1.0.0, but its *library* does not support: bytestring-0.11.3.0 - captcha-capmonster < 0 # tried captcha-capmonster-0.1.0.0, but its *library* does not support: lens-5.1 - captcha-core < 0 # tried captcha-core-0.1.0.1, but its *library* does not support: aeson-2.0.3.0 - - captcha-core < 0 # tried captcha-core-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 + - captcha-core < 0 # tried captcha-core-0.1.0.1, but its *library* does not support: bytestring-0.11.3.0 - captcha-core < 0 # tried captcha-core-0.1.0.1, but its *library* does not support: lens-5.1 - - casa-client < 0 # tried casa-client-0.0.1, but its *library* requires the disabled package: casa-types - - 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 + - cassava-conduit < 0 # tried cassava-conduit-0.6.0, but its *library* does not support: bytestring-0.11.3.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 - 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: bytestring-0.11.3.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.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: bytestring-0.11.3.0 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: connection-0.3.1 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: http-api-data-0.4.3 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: http-client-0.7.11 - chatwork < 0 # tried chatwork-0.1.3.5, but its *library* does not support: req-3.10.0 - 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.2 - - chronos < 0 # tried chronos-1.1.4, but its *library* does not support: base-4.16.0.0 + - chronos < 0 # tried chronos-1.1.4, but its *library* does not support: base-4.16.1.0 - chronos < 0 # tried chronos-1.1.4, but its *library* does not support: hashable-1.4.0.2 - chronos < 0 # tried chronos-1.1.4, but its *library* does not support: semigroups-0.20 - chronos < 0 # tried chronos-1.1.4, but its *library* requires the disabled package: bytebuild - chronos < 0 # tried chronos-1.1.4, but its *library* requires the disabled package: byteslice - chronos < 0 # tried chronos-1.1.4, but its *library* requires the disabled package: bytesmith - chronos-bench < 0 # tried chronos-bench-0.2.0.2, but its *library* requires the disabled package: chronos - - clang-compilation-database < 0 # tried clang-compilation-database-0.1.0.1, but its *library* does not support: base-4.16.0.0 - - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghc-9.2.1 - - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghc-boot-9.2.1 + - clang-compilation-database < 0 # tried clang-compilation-database-0.1.0.1, but its *library* does not support: base-4.16.1.0 + - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghc-9.2.2 + - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghc-boot-9.2.2 - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghc-prim-0.8.0 - - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghci-9.2.1 + - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: ghci-9.2.2 - clash-ghc < 0 # tried clash-ghc-1.6.2, but its *library* does not support: template-haskell-2.18.0.0 - - clash-lib < 0 # tried clash-lib-1.6.2, but its *library* does not support: ghc-9.2.1 + - clash-lib < 0 # tried clash-lib-1.6.2, but its *library* does not support: ghc-9.2.2 - clash-lib < 0 # tried clash-lib-1.6.2, but its *library* does not support: template-haskell-2.18.0.0 - clash-prelude < 0 # tried clash-prelude-1.6.2, but its *library* does not support: ghc-prim-0.8.0 - clash-prelude < 0 # tried clash-prelude-1.6.2, 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 + - classy-prelude-yesod < 0 # tried classy-prelude-yesod-1.5.0, but its *library* requires the disabled package: yesod-static + - classyplate < 0 # tried classyplate-0.3.2.0, but its *library* does not support: base-4.16.1.0 - classyplate < 0 # tried classyplate-0.3.2.0, but its *library* does not support: template-haskell-2.18.0.0 + - clay < 0 # tried clay-0.14.0, but its *library* does not support: base-4.16.1.0 - clock-extras < 0 # tried clock-extras-0.1.0.2, but its *library* does not support: clock-0.8.3 - - closed < 0 # tried closed-0.2.0.1, but its *library* requires the disabled package: persistent - cmark-highlight < 0 # tried cmark-highlight-0.2.0.0, but its *library* does not support: cmark-0.6 - - co-log-concurrent < 0 # tried co-log-concurrent-0.5.1.0, but its *library* does not support: base-4.16.0.0 + - co-log-concurrent < 0 # tried co-log-concurrent-0.5.1.0, but its *library* does not support: base-4.16.1.0 - co-log-concurrent < 0 # tried co-log-concurrent-0.5.1.0, but its *library* requires the disabled package: co-log-core - codec < 0 # tried codec-0.2.1, but its *library* requires the disabled package: binary-bits - cointracking-imports < 0 # tried cointracking-imports-0.1.0.1, but its *library* requires the disabled package: xlsx - - colonnade < 0 # tried colonnade-1.2.0.2, but its *library* does not support: bytestring-0.11.1.0 + - colonnade < 0 # tried colonnade-1.2.0.2, but its *library* does not support: bytestring-0.11.3.0 - colonnade < 0 # tried colonnade-1.2.0.2, but its *library* does not support: semigroups-0.20 - 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 + - compact < 0 # tried compact-0.2.0.0, but its *library* does not support: base-4.16.1.0 + - compact < 0 # tried compact-0.2.0.0, but its *library* does not support: bytestring-0.11.3.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.2 @@ -5949,65 +5942,65 @@ packages: - 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.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-connection < 0 # tried conduit-connection-0.1.0.5, but its *library* does not support: bytestring-0.11.3.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 + - confcrypt < 0 # tried confcrypt-0.2.3.3, but its *library* does not support: bytestring-0.11.3.0 - confcrypt < 0 # tried confcrypt-0.2.3.3, but its *library* does not support: optparse-applicative-0.17.0.0 - confcrypt < 0 # tried confcrypt-0.2.3.3, but its *library* requires the disabled package: crypto-pubkey-openssh - - conferer < 0 # tried conferer-1.1.0.0, but its *library* does not support: bytestring-0.11.1.0 - - conferer-aeson < 0 # tried conferer-aeson-1.1.0.2, but its *library* does not support: bytestring-0.11.1.0 + - conferer < 0 # tried conferer-1.1.0.0, but its *library* does not support: bytestring-0.11.3.0 + - conferer-aeson < 0 # tried conferer-aeson-1.1.0.2, but its *library* does not support: bytestring-0.11.3.0 - conferer-hspec < 0 # tried conferer-hspec-1.1.0.0, but its *library* does not support: hspec-core-2.9.4 - conferer-snap < 0 # tried conferer-snap-1.0.0.0, but its *library* does not support: conferer-1.1.0.0 - conferer-snap < 0 # tried conferer-snap-1.0.0.0, but its *library* requires the disabled package: snap-server - conferer-warp < 0 # tried conferer-warp-1.1.0.0, but its *library* requires the disabled package: conferer - - configurator-pg < 0 # tried configurator-pg-0.2.5, but its *library* does not support: base-4.16.0.0 + - configurator-pg < 0 # tried configurator-pg-0.2.5, but its *library* does not support: base-4.16.1.0 - configurator-pg < 0 # tried configurator-pg-0.2.5, but its *library* does not support: megaparsec-9.2.0 - 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 - containers-unicode-symbols < 0 # tried containers-unicode-symbols-0.3.1.3, but its *library* does not support: containers-0.6.5.1 - 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: base-4.16.1.0 + - country < 0 # tried country-0.2.1, but its *library* does not support: bytestring-0.11.3.0 - country < 0 # tried country-0.2.1, but its *library* does not support: hashable-1.4.0.2 - cql-io < 0 # tried cql-io-1.1.1, but its *library* requires the disabled package: cql - crackNum < 0 # tried crackNum-3.2, but its *executable* requires the disabled package: sbv - - crc32c < 0 # tried crc32c-0.0.0, but its *library* does not support: bytestring-0.11.1.0 + - crc32c < 0 # tried crc32c-0.0.0, but its *library* does not support: bytestring-0.11.3.0 - crypto-pubkey < 0 # tried crypto-pubkey-0.2.8, but its *library* requires the disabled package: crypto-numbers - cryptocipher < 0 # tried cryptocipher-0.6.2, but its *library* requires the disabled package: cipher-blowfish - 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.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: bytestring-0.11.3.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 - - cutter < 0 # tried cutter-0.0, but its *executable* does not support: bytestring-0.11.1.0 + - css-syntax < 0 # tried css-syntax-0.1.0.0, but its *library* does not support: base-4.16.1.0 + - cutter < 0 # tried cutter-0.0, but its *executable* does not support: bytestring-0.11.3.0 - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: attoparsec-0.14.4 - - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: base-4.16.0.0 - - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: bytestring-0.11.1.0 + - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: base-4.16.1.0 + - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: bytestring-0.11.3.0 - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: constraints-0.13.3 + - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: cryptonite-0.30 - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: hashable-1.4.0.2 - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: memory-0.17.0 - darcs < 0 # tried darcs-2.16.5, but its *library* does not support: time-1.11.1.1 - data-accessor-template < 0 # tried data-accessor-template-0.2.1.16, but its *library* does not support: template-haskell-2.18.0.0 - - data-compat < 0 # tried data-compat-0.1.0.3, but its *library* does not support: base-4.16.0.0 - - datasets < 0 # tried datasets-0.4.0, but its *library* requires the disabled package: req + - data-compat < 0 # tried data-compat-0.1.0.3, but its *library* does not support: base-4.16.1.0 - 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 + - deepseq-instances < 0 # tried deepseq-instances-0.1.0.1, but its *library* does not support: base-4.16.1.0 - dhall-lsp-server < 0 # tried dhall-lsp-server-1.1.0, but its *library* does not support: aeson-2.0.3.0 - dhall-lsp-server < 0 # tried dhall-lsp-server-1.1.0, but its *library* does not support: lsp-1.4.0.0 - dhall-lsp-server < 0 # tried dhall-lsp-server-1.1.0, but its *library* does not support: rope-utf16-splay-0.4.0.0 - dhall-nix < 0 # tried dhall-nix-1.1.24, but its *library* requires the disabled package: hnix - 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.2, 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: base-4.16.1.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-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* does not support: base-4.16.1.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 + - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: base-4.16.1.0 - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: containers-0.6.5.1 - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: diagrams-core-1.5.0 - diagrams-html5 < 0 # tried diagrams-html5-1.4.1, but its *library* does not support: lens-5.1 @@ -6016,28 +6009,28 @@ packages: - 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.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 + - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: base-4.16.1.0 + - dialogflow-fulfillment < 0 # tried dialogflow-fulfillment-0.1.1.4, but its *library* does not support: bytestring-0.11.3.0 - dice < 0 # tried dice-0.1.0.1, but its *library* does not support: random-fu-0.3.0.0 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *executable* does not support: criterion-1.5.13.0 - 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: base-4.16.1.0 + - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: bytestring-0.11.3.0 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: containers-0.6.5.1 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: exceptions-0.10.4 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* does not support: time-1.11.1.1 - - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* does not support: Cabal-3.6.0.0 + - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* does not support: Cabal-3.6.3.0 - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires the disabled package: cabal-toolkit - direct-sqlite < 0 # tried direct-sqlite-2.3.26, but its *library* does not support: semigroups-0.20 - - 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: bytestring-0.11.3.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.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 < 0 # tried distributed-process-0.7.4, but its *library* does not support: stm-2.5.0.2 - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires the disabled package: distributed-process - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires the disabled package: network-transport - distributed-process-monad-control < 0 # tried distributed-process-monad-control-0.5.1.3, but its *library* requires the disabled package: distributed-process - - distributed-process-simplelocalnet < 0 # tried distributed-process-simplelocalnet-0.2.4, but its *library* does not support: bytestring-0.11.1.0 + - distributed-process-simplelocalnet < 0 # tried distributed-process-simplelocalnet-0.2.4, but its *library* does not support: bytestring-0.11.3.0 - distributed-process-simplelocalnet < 0 # tried distributed-process-simplelocalnet-0.2.4, but its *library* does not support: containers-0.6.5.1 - distributed-process-simplelocalnet < 0 # tried distributed-process-simplelocalnet-0.2.4, but its *library* does not support: network-3.1.2.7 - distributed-process-simplelocalnet < 0 # tried distributed-process-simplelocalnet-0.2.4, but its *library* does not support: network-transport-tcp-0.8.0 @@ -6045,12 +6038,12 @@ packages: - distributed-process-tests < 0 # tried distributed-process-tests-0.4.11, but its *library* does not support: network-3.1.2.7 - distributed-process-tests < 0 # tried distributed-process-tests-0.4.11, but its *library* does not support: random-1.2.1 - distributed-process-tests < 0 # tried distributed-process-tests-0.4.11, but its *library* requires the disabled package: rematch - - distributed-static < 0 # tried distributed-static-0.3.9, but its *library* does not support: bytestring-0.11.1.0 + - distributed-static < 0 # tried distributed-static-0.3.9, but its *library* does not support: bytestring-0.11.3.0 - 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 - 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: bytestring-0.11.3.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.2 - docopt < 0 # tried docopt-0.7.0.7, but its *library* does not support: template-haskell-2.18.0.0 @@ -6060,38 +6053,36 @@ packages: - dotenv < 0 # tried dotenv-0.9.0.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - drawille < 0 # tried drawille-0.1.2.0, but its *library* does not support: containers-0.6.5.1 - drifter-sqlite < 0 # tried drifter-sqlite-0.1.0.0, but its *library* requires the disabled package: sqlite-simple - - earcut < 0 # tried earcut-0.1.0.4, but its *library* does not support: base-4.16.0.0 + - earcut < 0 # tried earcut-0.1.0.4, but its *library* does not support: base-4.16.1.0 - easytest < 0 # tried easytest-0.3, but its *library* does not support: hedgehog-1.1.1 - - 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.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 + - edit < 0 # tried edit-1.0.1.0, but its *library* does not support: base-4.16.1.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.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: base-4.16.1.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 - ekg-cloudwatch < 0 # tried ekg-cloudwatch-0.0.1.6, but its *library* requires the disabled package: amazonka - ekg-cloudwatch < 0 # tried ekg-cloudwatch-0.0.1.6, but its *library* requires the disabled package: amazonka-core - 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: base-4.16.1.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.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-json < 0 # tried ekg-json-0.1.0.6, but its *library* does not support: base-4.16.1.0 + - ekg-statsd < 0 # tried ekg-statsd-0.2.5.0, but its *library* does not support: base-4.16.1.0 - ekg-statsd < 0 # tried ekg-statsd-0.2.5.0, but its *library* does not support: time-1.11.1.1 - ekg-wai < 0 # tried ekg-wai-0.1.0.3, but its *library* does not support: time-1.11.1.1 - elm-street < 0 # tried elm-street-0.1.0.4, but its *executable* does not support: servant-0.19 - elm-street < 0 # tried elm-street-0.1.0.4, but its *executable* does not support: servant-server-0.19 - - elm-street < 0 # tried elm-street-0.1.0.4, but its *library* does not support: base-4.16.0.0 + - elm-street < 0 # tried elm-street-0.1.0.4, but its *library* does not support: base-4.16.1.0 - email-validate < 0 # tried email-validate-2.3.2.15, but its *library* does not support: template-haskell-2.18.0.0 - - envy < 0 # tried envy-2.1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - envy < 0 # tried envy-2.1.0.0, but its *library* does not support: bytestring-0.11.3.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 + - equal-files < 0 # tried equal-files-0.0.5.3, but its *executable* does not support: bytestring-0.11.3.0 - esqueleto < 0 # tried esqueleto-3.5.3.1, but its *library* does not support: time-1.11.1.1 - essence-of-live-coding-gloss < 0 # tried essence-of-live-coding-gloss-0.2.6, but its *library* requires the disabled package: gloss - euler-tour-tree < 0 # tried euler-tour-tree-0.1.1.0, but its *library* requires the disabled package: Unique @@ -6099,64 +6090,59 @@ packages: - event < 0 # tried event-0.1.4, but its *library* does not support: semigroups-0.20 - eventful-dynamodb < 0 # tried eventful-dynamodb-0.2.0, but its *library* requires the disabled package: amazonka - eventful-postgresql < 0 # tried eventful-postgresql-0.2.0, but its *library* requires the disabled package: eventful-sql-common - - eventful-postgresql < 0 # tried eventful-postgresql-0.2.0, but its *library* requires the disabled package: persistent - eventful-sql-common < 0 # tried eventful-sql-common-0.2.0, but its *library* does not support: persistent-template-2.12.0.0 - 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-api - eventsource-geteventstore-store < 0 # tried eventsource-geteventstore-store-1.2.1, but its *library* requires the disabled package: eventsource-store-specs - eventsource-stub-store < 0 # tried eventsource-stub-store-1.1.1, but its *library* requires the disabled package: eventsource-api - exception-hierarchy < 0 # tried exception-hierarchy-0.1.0.6, but its *library* does not support: template-haskell-2.18.0.0 - experimenter < 0 # tried experimenter-0.1.0.12, but its *library* requires the disabled package: esqueleto - - experimenter < 0 # tried experimenter-0.1.0.12, but its *library* requires the disabled package: persistent - - fast-builder < 0 # tried fast-builder-0.1.3.0, but its *library* does not support: base-4.16.0.0 + - fast-builder < 0 # tried fast-builder-0.1.3.0, but its *library* does not support: base-4.16.1.0 - fasta < 0 # tried fasta-0.10.4.2, but its *library* requires the disabled package: pipes-text + - fastmemo < 0 # tried fastmemo-0.1.0.1, but its *library* does not support: base-4.16.1.0 + - fastmemo < 0 # tried fastmemo-0.1.0.1, but its *library* does not support: bytestring-0.11.3.0 - fib < 0 # tried fib-0.1.0.1, but its *library* requires the disabled package: base-noprelude - filecache < 0 # tried filecache-0.4.1, but its *library* requires the disabled package: strict-base-types - - filepath-bytestring < 0 # tried filepath-bytestring-1.4.2.1.10, but its *library* does not support: bytestring-0.11.1.0 - 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 + - flat < 0 # tried flat-0.4.4, but its *library* does not support: base-4.16.1.0 - 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 + - fold-debounce-conduit < 0 # tried fold-debounce-conduit-0.2.0.6, but its *library* does not support: base-4.16.1.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.9, but its *library* does not support: aeson-2.0.3.0 - freckle-app < 0 # tried freckle-app-1.0.2.9, but its *library* requires the disabled package: datadog - 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: base-4.16.1.0 - fswatch < 0 # tried fswatch-0.1.0.6, but its *library* does not support: haskeline-0.8.2 - 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-arbitrary < 0 # tried generic-arbitrary-0.2.0, but its *library* does not support: base-4.16.1.0 + - generic-xmlpickler < 0 # tried generic-xmlpickler-0.1.0.6, but its *library* does not support: base-4.16.1.0 - generic-xmlpickler < 0 # tried generic-xmlpickler-0.1.0.6, but its *library* does not support: generic-deriving-1.14.1 - geniplate-mirror < 0 # tried geniplate-mirror-0.7.8, but its *library* does not support: template-haskell-2.18.0.0 - genvalidity-aeson < 0 # tried genvalidity-aeson-1.0.0.0, but its *library* requires the disabled package: validity-aeson - - genvalidity-hspec-persistent < 0 # tried genvalidity-hspec-persistent-1.0.0.0, but its *library* requires the disabled package: persistent - genvalidity-mergeful < 0 # tried genvalidity-mergeful-0.3.0.0, but its *library* requires the disabled package: mergeful - - genvalidity-persistent < 0 # tried genvalidity-persistent-1.0.0.0, but its *library* requires the disabled package: persistent - genvalidity-sydtest < 0 # tried genvalidity-sydtest-1.0.0.0, but its *library* requires the disabled package: sydtest - genvalidity-sydtest-aeson < 0 # tried genvalidity-sydtest-aeson-1.0.0.0, but its *library* requires the disabled package: sydtest - genvalidity-sydtest-hashable < 0 # tried genvalidity-sydtest-hashable-1.0.0.0, but its *library* requires the disabled package: sydtest - genvalidity-sydtest-lens < 0 # tried genvalidity-sydtest-lens-1.0.0.0, but its *library* requires the disabled package: sydtest - - genvalidity-sydtest-persistent < 0 # tried genvalidity-sydtest-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: sydtest - genvalidity-typed-uuid < 0 # tried genvalidity-typed-uuid-0.1.0.1, but its *library* requires the disabled package: typed-uuid - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: dhall-1.41.1 - - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: ghc-9.2.1 + - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: ghc-9.2.2 - ghc-clippy-plugin < 0 # tried ghc-clippy-plugin-0.0.0.1, but its *library* does not support: text-icu-0.8.0.1 - - ghc-parser < 0 # tried ghc-parser-0.2.3.0, but its *library* does not support: ghc-9.2.1 - - ghc-prof < 0 # tried ghc-prof-1.4.1.9, but its *library* does not support: base-4.16.0.0 - - ghc-syb-utils < 0 # tried ghc-syb-utils-0.3.0.0, 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.2 + - ghc-prof < 0 # tried ghc-prof-1.4.1.9, but its *library* does not support: base-4.16.1.0 + - ghc-syb-utils < 0 # tried ghc-syb-utils-0.3.0.0, but its *library* does not support: ghc-9.2.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 *executable* does not support: optparse-applicative-0.17.0.0 - - 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 + - ginger < 0 # tried ginger-0.10.4.0, but its *library* does not support: bytestring-0.11.3.0 + - gio < 0 # tried gio-0.13.8.1, but its *library* does not support: Cabal-3.6.3.0 - git-annex < 0 # tried git-annex-10.20220222, but its *executable* requires the disabled package: IfElse - git-annex < 0 # tried git-annex-10.20220222, but its *executable* requires the disabled package: aws - git-annex < 0 # tried git-annex-10.20220222, but its *executable* requires the disabled package: bloomfilter @@ -6167,11 +6153,10 @@ packages: - git-annex < 0 # tried git-annex-10.20220222, but its *executable* requires the disabled package: sandi - git-annex < 0 # tried git-annex-10.20220222, 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-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-webhook-handler < 0 # tried github-webhook-handler-0.0.8, but its *library* does not support: base-4.16.1.0 + - github-webhook-handler-snap < 0 # tried github-webhook-handler-snap-0.0.7, but its *library* does not support: base-4.16.1.0 - 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 + - glabrous < 0 # tried glabrous-2.0.5, but its *library* does not support: bytestring-0.11.3.0 - glaze < 0 # tried glaze-0.3.0.1, but its *library* does not support: lens-5.1 - glazier-react < 0 # tried glazier-react-1.0.0.0, but its *library* requires the disabled package: data-diverse-lens - glazier-react < 0 # tried glazier-react-1.0.0.0, but its *library* requires the disabled package: ghcjs-base-stub @@ -6179,21 +6164,21 @@ packages: - glazier-react-widget < 0 # tried glazier-react-widget-1.0.0.0, but its *library* requires the disabled package: data-diverse-lens - glazier-react-widget < 0 # tried glazier-react-widget-1.0.0.0, but its *library* requires the disabled package: ghcjs-base-stub - glazier-react-widget < 0 # tried glazier-react-widget-1.0.0.0, but its *library* requires the disabled package: glazier - - glib < 0 # tried glib-0.13.8.1, but its *library* does not support: Cabal-3.6.0.0 - - glib < 0 # tried glib-0.13.8.1, but its *library* does not support: bytestring-0.11.1.0 - - gloss < 0 # tried gloss-1.13.2.1, but its *library* does not support: bytestring-0.11.1.0 + - glib < 0 # tried glib-0.13.8.1, but its *library* does not support: Cabal-3.6.3.0 + - glib < 0 # tried glib-0.13.8.1, but its *library* does not support: bytestring-0.11.3.0 + - gloss < 0 # tried gloss-1.13.2.1, but its *library* does not support: bytestring-0.11.3.0 - gloss-accelerate < 0 # tried gloss-accelerate-2.1.0.0, but its *library* requires the disabled package: accelerate - gloss-accelerate < 0 # tried gloss-accelerate-2.1.0.0, but its *library* requires the disabled package: gloss - gloss-accelerate < 0 # tried gloss-accelerate-2.1.0.0, but its *library* requires the disabled package: gloss-rendering - gloss-accelerate < 0 # tried gloss-accelerate-2.1.0.0, but its *library* requires the disabled package: linear-accelerate - gloss-algorithms < 0 # tried gloss-algorithms-1.13.0.2, but its *library* requires the disabled package: gloss - - gloss-examples < 0 # tried gloss-examples-1.13.0.3, but its *executable* does not support: bytestring-0.11.1.0 + - gloss-examples < 0 # tried gloss-examples-1.13.0.3, but its *executable* does not support: bytestring-0.11.3.0 - gloss-examples < 0 # tried gloss-examples-1.13.0.3, but its *executable* does not support: random-1.2.1 - gloss-raster < 0 # tried gloss-raster-1.13.1.2, but its *library* requires the disabled package: gloss - gloss-raster < 0 # tried gloss-raster-1.13.1.2, but its *library* requires the disabled package: gloss-rendering - gloss-raster-accelerate < 0 # tried gloss-raster-accelerate-2.1.0.0, but its *library* requires the disabled package: accelerate - gloss-raster-accelerate < 0 # tried gloss-raster-accelerate-2.1.0.0, but its *library* requires the disabled package: gloss - - gloss-rendering < 0 # tried gloss-rendering-1.13.1.1, but its *library* does not support: bytestring-0.11.1.0 + - gloss-rendering < 0 # tried gloss-rendering-1.13.1.1, but its *library* does not support: bytestring-0.11.3.0 - gmail-simple < 0 # tried gmail-simple-0.1.0.4, but its *library* requires the disabled package: base64 - gogol < 0 # tried gogol-0.5.0, but its *library* requires the disabled package: gogol-core - gogol-adexchange-buyer < 0 # tried gogol-adexchange-buyer-0.5.0, but its *library* requires the disabled package: gogol-core @@ -6291,44 +6276,41 @@ packages: - gogol-youtube < 0 # tried gogol-youtube-0.5.0, but its *library* requires the disabled package: gogol-core - gogol-youtube-analytics < 0 # tried gogol-youtube-analytics-0.5.0, but its *library* requires the disabled package: gogol-core - gogol-youtube-reporting < 0 # tried gogol-youtube-reporting-0.5.0, but its *library* requires the disabled package: gogol-core - - google-cloud < 0 # tried google-cloud-0.0.4, but its *library* does not support: base-4.16.0.0 + - google-cloud < 0 # tried google-cloud-0.0.4, but its *library* does not support: base-4.16.1.0 - google-oauth2-jwt < 0 # tried google-oauth2-jwt-0.3.3, but its *library* does not support: base64-bytestring-1.2.1.0 - - google-oauth2-jwt < 0 # tried google-oauth2-jwt-0.3.3, but its *library* does not support: bytestring-0.11.1.0 - - google-translate < 0 # tried google-translate-0.5, but its *library* does not support: bytestring-0.11.1.0 + - google-oauth2-jwt < 0 # tried google-oauth2-jwt-0.3.3, but its *library* does not support: bytestring-0.11.3.0 + - google-translate < 0 # tried google-translate-0.5, but its *library* does not support: bytestring-0.11.3.0 - google-translate < 0 # tried google-translate-0.5, but its *library* does not support: http-api-data-0.4.3 - google-translate < 0 # tried google-translate-0.5, but its *library* does not support: http-client-0.7.11 - - gothic < 0 # tried gothic-0.1.8, but its *library* does not support: bytestring-0.11.1.0 + - gothic < 0 # tried gothic-0.1.8, but its *library* does not support: bytestring-0.11.3.0 - 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: bytestring-0.11.3.0 - graphql-client < 0 # tried graphql-client-1.1.1, but its *executable* does not support: optparse-applicative-0.17.0.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 *executable* does not support: path-io-1.7.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 - - greskell < 0 # tried greskell-2.0.0.0, but its *library* does not support: base-4.16.0.0 - - 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 + - graphviz < 0 # tried graphviz-2999.20.1.0, but its *library* does not support: bytestring-0.11.3.0 + - gravatar < 0 # tried gravatar-0.8.0, but its *library* does not support: bytestring-0.11.3.0 + - greskell < 0 # tried greskell-2.0.0.0, but its *library* does not support: base-4.16.1.0 + - greskell-core < 0 # tried greskell-core-1.0.0.0, but its *library* does not support: base-4.16.1.0 + - greskell-websocket < 0 # tried greskell-websocket-1.0.0.0, but its *library* does not support: base-4.16.1.0 + - greskell-websocket < 0 # tried greskell-websocket-1.0.0.0, but its *library* does not support: bytestring-0.11.3.0 - 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-sqlite < 0 # tried groundhog-sqlite-0.12.0, but its *library* requires the disabled package: direct-sqlite - 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 + - gtk3 < 0 # tried gtk3-0.15.6, but its *library* does not support: Cabal-3.6.3.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: nettle - - hackage-security < 0 # tried hackage-security-0.6.2.1, but its *library* requires the disabled package: ed25519 - hackernews < 0 # tried hackernews-1.4.0.0, but its *library* does not support: http-client-0.7.11 - hackernews < 0 # tried hackernews-1.4.0.0, but its *library* does not support: servant-0.19 - hackernews < 0 # tried hackernews-1.4.0.0, but its *library* does not support: servant-client-0.19 - - hadolint < 0 # tried hadolint-2.8.0, but its *library* does not support: deepseq-1.4.6.0 - - hadolint < 0 # tried hadolint-2.8.0, but its *library* requires the disabled package: colourista - - hadolint < 0 # tried hadolint-2.8.0, but its *library* requires the disabled package: spdx - - hadoop-streaming < 0 # tried hadoop-streaming-0.2.0.3, but its *library* does not support: bytestring-0.11.1.0 + - hadolint < 0 # tried hadolint-2.9.1, but its *library* does not support: deepseq-1.4.6.1 + - hadolint < 0 # tried hadolint-2.9.1, but its *library* requires the disabled package: colourista + - hadolint < 0 # tried hadolint-2.9.1, but its *library* requires the disabled package: spdx + - hadoop-streaming < 0 # tried hadoop-streaming-0.2.0.3, but its *library* does not support: bytestring-0.11.3.0 - hakyll < 0 # tried hakyll-4.15.1.1, 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.9, but its *library* requires the disabled package: envy @@ -6340,80 +6322,81 @@ packages: - 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 - - 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 + - hashable-time < 0 # tried hashable-time-0.3, but its *library* does not support: base-4.16.1.0 + - hashing < 0 # tried hashing-0.1.0.1, but its *library* does not support: bytestring-0.11.3.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 < 0 # tried haskell-lsp-0.24.0.0, but its *library* does not support: base-4.16.1.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-lsp-types < 0 # tried haskell-lsp-types-0.24.0.0, but its *library* does not support: base-4.16.1.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-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-names < 0 # tried haskell-names-0.9.9, but its *library* does not support: bytestring-0.11.3.0 + - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-ast < 0 # tried haskell-tools-ast-1.1.1.0, 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* requires the disabled package: references - - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: bytestring-0.11.1.0 - - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: ghc-9.2.1 - - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: ghc-boot-th-9.2.1 + - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: bytestring-0.11.3.0 + - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: ghc-9.2.2 + - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: ghc-boot-th-9.2.2 - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 - haskell-tools-backend-ghc < 0 # tried haskell-tools-backend-ghc-1.1.1.0, but its *library* requires the disabled package: references - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *executable* does not support: Glob-0.10.2 - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* does not support: ghc-9.2.1 + - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-cli < 0 # tried haskell-tools-cli-1.1.1.0, but its *library* does not support: strict-0.4.0.1 - 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: Cabal-3.6.3.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: base-4.16.1.0 + - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: network-3.1.2.7 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: optparse-applicative-0.17.0.0 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: strict-0.4.0.1 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* requires the disabled package: haskell-tools-builtin-refactorings - haskell-tools-daemon < 0 # tried haskell-tools-daemon-1.1.1.0, but its *library* requires the disabled package: references - - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* does not support: ghc-9.2.1 + - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-debug < 0 # tried haskell-tools-debug-1.1.1.0, but its *library* does not support: ghc-9.2.2 - 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.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 + - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: bytestring-0.11.3.0 + - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* does not support: warp-3.3.20 - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* requires the disabled package: haskell-tools-builtin-refactorings - haskell-tools-demo < 0 # tried haskell-tools-demo-1.1.1.0, but its *library* requires the disabled package: references - - haskell-tools-prettyprint < 0 # tried haskell-tools-prettyprint-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - 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* does not support: base-4.16.1.0 + - haskell-tools-prettyprint < 0 # tried haskell-tools-prettyprint-1.1.1.0, but its *library* does not support: ghc-9.2.2 - 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: Cabal-3.6.3.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: base-4.16.1.0 + - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* does not support: template-haskell-2.18.0.0 - haskell-tools-refactor < 0 # tried haskell-tools-refactor-1.1.1.0, but its *library* requires the disabled package: references - - haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* does not support: base-4.16.0.0 - - haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* does not support: ghc-9.2.1 + - haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* does not support: base-4.16.1.0 + - haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* does not support: ghc-9.2.2 - haskell-tools-rewrite < 0 # tried haskell-tools-rewrite-1.1.1.0, but its *library* requires the disabled package: references - haskey < 0 # tried haskey-0.3.1.0, but its *library* does not support: stm-containers-1.2 - haskey-mtl < 0 # tried haskey-mtl-0.3.1.0, but its *library* does not support: monad-control-1.0.3.1 - 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.65.0, but its *library* requires the disabled package: haskoin-node - haskoin-store < 0 # tried haskoin-store-0.65.0, 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: bytestring-0.11.3.0 - hasmin < 0 # tried hasmin-1.0.3, but its *executable* does not support: optparse-applicative-0.17.0.0 - hasmin < 0 # tried hasmin-1.0.3, but its *library* does not support: attoparsec-0.14.4 - 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 + - haxr < 0 # tried haxr-3000.11.4.1, but its *library* does not support: base-4.16.1.0 + - headroom < 0 # tried headroom-0.4.3.0, but its *library* requires the disabled package: mustache - 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: base-4.16.1.0 + - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: bytestring-0.11.3.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.2 - heist < 0 # tried heist-1.1.0.1, but its *library* does not support: time-1.11.1.1 @@ -6422,24 +6405,22 @@ packages: - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: optparse-applicative-0.17.0.0 - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: semigroups-0.20 - herms < 0 # tried herms-1.9.0.4, but its *executable* does not support: vty-5.34 - - hex-text < 0 # tried hex-text-0.1.0.4, but its *library* does not support: base-4.16.0.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: base-4.16.1.0 + - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: bytestring-0.11.3.0 - hgrev < 0 # tried hgrev-0.2.6, but its *library* does not support: template-haskell-2.18.0.0 - - hid < 0 # tried hid-0.2.2, but its *library* does not support: bytestring-0.11.1.0 - - hidden-char < 0 # tried hidden-char-0.1.0.2, but its *library* does not support: base-4.16.0.0 - - hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: base-4.16.0.0 + - hid < 0 # tried hid-0.2.2, but its *library* does not support: bytestring-0.11.3.0 + - hidden-char < 0 # tried hidden-char-0.1.0.2, but its *library* does not support: base-4.16.1.0 + - hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: base-4.16.1.0 - hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: mmorph-1.2.0 - hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: transformers-compat-0.7.1 - - higher-leveldb < 0 # tried higher-leveldb-0.6.0.0, but its *library* does not support: bytestring-0.11.1.0 + - higher-leveldb < 0 # tried higher-leveldb-0.6.0.0, but its *library* does not support: bytestring-0.11.3.0 - highjson-swagger < 0 # tried highjson-swagger-0.5.0.0, but its *library* requires the disabled package: highjson - highjson-th < 0 # tried highjson-th-0.5.0.0, but its *library* requires the disabled package: highjson - hip < 0 # tried hip-1.5.6.0, but its *library* requires the disabled package: Chart - 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-stockquotes < 0 # tried hledger-stockquotes-0.1.2.0, but its *library* requires the disabled package: req + - hjsmin < 0 # tried hjsmin-0.2.0.4, but its *executable* does not support: bytestring-0.11.3.0 - hledger-web < 0 # tried hledger-web-1.25, but its *library* requires the disabled package: base64 - hledger-web < 0 # tried hledger-web-1.25, but its *library* requires the disabled package: hjsmin - hlint < 0 # tried hlint-3.3.6, but its *library* does not support: ghc-lib-parser-9.2.2.20220307 @@ -6448,21 +6429,23 @@ packages: - 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* does not support: algebraic-graphs-0.6 - - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: base-4.16.0.0 - - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: bytestring-0.11.1.0 + - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: base-4.16.1.0 + - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: bytestring-0.11.3.0 + - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: cryptonite-0.30 - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: memory-0.17.0 - hnix-store-core < 0 # tried hnix-store-core-0.5.0.0, but its *library* does not support: time-1.11.1.1 - hoauth2 < 0 # tried hoauth2-2.3.0, but its *library* does not support: binary-0.8.9.0 - - hoauth2 < 0 # tried hoauth2-2.3.0, 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 - - hocon < 0 # tried hocon-0.1.0.4, but its *library* does not support: MissingH-1.5.0.0 + - hoauth2 < 0 # tried hoauth2-2.3.0, but its *library* does not support: bytestring-0.11.3.0 + - hocilib < 0 # tried hocilib-0.2.0, but its *library* does not support: bytestring-0.11.3.0 + - hocon < 0 # tried hocon-0.1.0.4, but its *library* does not support: MissingH-1.5.0.1 + - hocon < 0 # tried hocon-0.1.0.4, but its *library* does not support: parsec-3.1.15.0 - holy-project < 0 # tried holy-project-0.2.0.1, but its *library* requires the disabled package: hastache - hopenpgp-tools < 0 # tried hopenpgp-tools-0.23.6, but its *executable* requires the disabled package: graphviz - hopenpgp-tools < 0 # tried hopenpgp-tools-0.23.6, but its *executable* requires the disabled package: ixset-typed - - hpack < 0 # tried hpack-0.34.6, but its *library* does not support: Cabal-3.6.0.0 + - hpack < 0 # tried hpack-0.34.6, but its *library* does not support: Cabal-3.6.3.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.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: bytestring-0.11.3.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.2.0 - hpc-lcov < 0 # tried hpc-lcov-1.0.1, but its *executable* does not support: aeson-2.0.3.0 @@ -6471,9 +6454,9 @@ packages: - hpc-lcov < 0 # tried hpc-lcov-1.0.1, but its *executable* does not support: path-io-1.7.0 - hpio < 0 # tried hpio-0.9.0.7, but its *executable* does not support: optparse-applicative-0.17.0.0 - hpio < 0 # tried hpio-0.9.0.7, but its *library* does not support: QuickCheck-2.14.2 - - hpio < 0 # tried hpio-0.9.0.7, but its *library* does not support: bytestring-0.11.1.0 + - hpio < 0 # tried hpio-0.9.0.7, but its *library* does not support: bytestring-0.11.3.0 - 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 + - hpp < 0 # tried hpp-0.6.4, but its *library* does not support: base-4.16.1.0 - 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 @@ -6482,16 +6465,16 @@ packages: - 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.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 + - hs-tags < 0 # tried hs-tags-0.1.5.3, but its *executable* does not support: base-4.16.1.0 + - hs-tags < 0 # tried hs-tags-0.1.5.3, but its *executable* does not support: ghc-9.2.2 - 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.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: bytestring-0.11.3.0 + - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: ghc-boot-9.2.2 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: ghc-lib-parser-9.2.2.20220307 - 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.11 @@ -6501,23 +6484,23 @@ packages: - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: template-haskell-2.18.0.0 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* does not support: time-1.11.1.1 - hsdev < 0 # tried hsdev-0.3.4.0, but its *library* requires the disabled package: text-region - - hsexif < 0 # tried hsexif-0.6.1.8, but its *library* does not support: bytestring-0.11.1.0 + - hsexif < 0 # tried hsexif-0.6.1.8, but its *library* does not support: bytestring-0.11.3.0 - hsexif < 0 # tried hsexif-0.6.1.8, but its *library* does not support: time-1.11.1.1 - - hspec-need-env < 0 # tried hspec-need-env-0.1.0.8, but its *library* does not support: base-4.16.0.0 - - hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: base-4.16.0.0 + - hspec-need-env < 0 # tried hspec-need-env-0.1.0.8, but its *library* does not support: base-4.16.1.0 + - hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: base-4.16.1.0 - hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: hspec-core-2.9.4 - - hspec-tmp-proc < 0 # tried hspec-tmp-proc-0.5.0.1, but its *library* does not support: base-4.16.0.0 + - hspec-tmp-proc < 0 # tried hspec-tmp-proc-0.5.0.1, but its *library* does not support: base-4.16.1.0 - hspec-tmp-proc < 0 # tried hspec-tmp-proc-0.5.0.1, but its *library* does not support: hspec-2.9.4 - 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: bytestring-0.11.3.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.3.0 - hw-balancedparens < 0 # tried hw-balancedparens-0.4.1.1, but its *executable* does not support: optparse-applicative-0.17.0.0 - - hw-bits < 0 # tried hw-bits-0.7.2.1, but its *library* does not support: bytestring-0.11.1.0 - - hw-conduit < 0 # tried hw-conduit-0.2.1.0, but its *library* does not support: bytestring-0.11.1.0 + - hw-bits < 0 # tried hw-bits-0.7.2.1, but its *library* does not support: bytestring-0.11.3.0 + - hw-conduit < 0 # tried hw-conduit-0.2.1.0, but its *library* does not support: bytestring-0.11.3.0 - hw-conduit < 0 # tried hw-conduit-0.2.1.0, but its *library* does not support: time-1.11.1.1 - hw-dsv < 0 # tried hw-dsv-0.4.1.0, but its *executable* does not support: hedgehog-1.1.1 - hw-dsv < 0 # tried hw-dsv-0.4.1.0, but its *executable* does not support: optparse-applicative-0.17.0.0 @@ -6537,7 +6520,7 @@ packages: - hw-json-standard-cursor < 0 # tried hw-json-standard-cursor-0.2.3.1, but its *executable* does not support: optparse-applicative-0.17.0.0 - hw-packed-vector < 0 # tried hw-packed-vector-0.2.1.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - hw-parser < 0 # tried hw-parser-0.1.1.0, but its *library* requires the disabled package: hw-prim - - hw-prim < 0 # tried hw-prim-0.6.3.0, but its *library* does not support: bytestring-0.11.1.0 + - hw-prim < 0 # tried hw-prim-0.6.3.0, but its *library* does not support: bytestring-0.11.3.0 - hw-prim < 0 # tried hw-prim-0.6.3.0, but its *library* does not support: ghc-prim-0.8.0 - hw-rankselect < 0 # tried hw-rankselect-0.13.4.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - hw-rankselect-base < 0 # tried hw-rankselect-base-0.3.4.1, but its *library* requires the disabled package: bits-extra @@ -6554,43 +6537,43 @@ packages: - hw-succinct < 0 # tried hw-succinct-0.1.0.1, but its *library* requires the disabled package: hw-rankselect - hw-xml < 0 # tried hw-xml-0.5.1.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - hw-xml < 0 # tried hw-xml-0.5.1.0, but its *library* does not support: ghc-prim-0.8.0 - - hyper < 0 # tried hyper-0.2.1.1, but its *library* does not support: base-4.16.0.0 + - hyper < 0 # tried hyper-0.2.1.1, but its *library* does not support: base-4.16.1.0 - hyperloglog < 0 # tried hyperloglog-0.4.5, but its *library* requires the disabled package: siphash - - hyraxAbif < 0 # tried hyraxAbif-0.2.3.27, but its *library* does not support: bytestring-0.11.1.0 + - hyraxAbif < 0 # tried hyraxAbif-0.2.3.27, but its *library* does not support: bytestring-0.11.3.0 - 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 + - iconv < 0 # tried iconv-0.4.1.3, but its *library* does not support: bytestring-0.11.3.0 + - idris < 0 # tried idris-1.3.4, but its *library* does not support: Cabal-3.6.3.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: bytestring-0.11.3.0 - idris < 0 # tried idris-1.3.4, but its *library* does not support: network-3.1.2.7 - idris < 0 # tried idris-1.3.4, but its *library* does not support: optparse-applicative-0.17.0.0 - - iff < 0 # tried iff-0.0.6, but its *library* does not support: bytestring-0.11.1.0 + - iff < 0 # tried iff-0.0.6, but its *library* does not support: bytestring-0.11.3.0 - ihaskell < 0 # tried ihaskell-0.10.2.2, but its *library* requires the disabled package: ghc-parser - ihaskell < 0 # tried ihaskell-0.10.2.2, but its *library* requires the disabled package: hlint - 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.3, but its *library* requires the disabled package: input-parsers - - 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 + - indentation-core < 0 # tried indentation-core-0.0.0.2, but its *library* does not support: base-4.16.1.0 + - indentation-parsec < 0 # tried indentation-parsec-0.0.0.2, but its *library* does not support: base-4.16.1.0 + - inline-java < 0 # tried inline-java-0.10.0, but its *library* does not support: ghc-9.2.2 - inline-java < 0 # tried inline-java-0.10.0, but its *library* requires the disabled package: jni - 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 - - interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - input-parsers < 0 # tried input-parsers-0.2.3.1, but its *library* does not support: bytestring-0.11.3.0 + - int-cast < 0 # tried int-cast-0.2.0.0, but its *library* does not support: base-4.16.1.0 + - interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: bytestring-0.11.3.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 + - intro < 0 # tried intro-0.9.0.0, but its *library* does not support: bytestring-0.11.3.0 - 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 + - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: base-4.16.1.0 + - io-streams-haproxy < 0 # tried io-streams-haproxy-1.0.1.0, but its *library* does not support: bytestring-0.11.3.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 - - 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: bytestring-0.11.3.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: bytestring-0.11.3.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.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: bytestring-0.11.3.0 - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: network-3.1.2.7 - irc-dcc < 0 # tried irc-dcc-2.0.1, but its *library* does not support: path-0.9.2 - it-has < 0 # tried it-has-0.2.0.0, but its *library* does not support: generic-lens-2.2.1.0 @@ -6599,7 +6582,7 @@ packages: - ixset-typed-binary-instance < 0 # tried ixset-typed-binary-instance-0.1.0.2, but its *library* requires the disabled package: ixset-typed - 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 + - jack < 0 # tried jack-0.7.2, but its *library* does not support: bytestring-0.11.3.0 - javascript-extras < 0 # tried javascript-extras-0.5.0.0, but its *library* requires the disabled package: ghcjs-base-stub - 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 @@ -6609,12 +6592,12 @@ packages: - 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: bytestring-0.11.3.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.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 *executable* does not support: bytestring-0.11.3.0 - 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 @@ -6622,11 +6605,11 @@ packages: - 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-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-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: base-4.16.1.0 + - json-rpc-client < 0 # tried json-rpc-client-0.2.5.0, but its *library* does not support: bytestring-0.11.3.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-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: base-4.16.1.0 + - json-rpc-server < 0 # tried json-rpc-server-0.2.6.0, but its *library* does not support: bytestring-0.11.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 @@ -6643,17 +6626,17 @@ packages: - kind-generics-th < 0 # tried kind-generics-th-0.2.2.2, but its *library* does not support: template-haskell-2.18.0.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.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 + - kraken < 0 # tried kraken-0.1.0, but its *library* does not support: base-4.16.1.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 + - kubernetes-webhook-haskell < 0 # tried kubernetes-webhook-haskell-0.2.0.3, but its *library* does not support: bytestring-0.11.3.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* does not support: random-fu-0.3.0.0 - lambdabot-irc-plugins < 0 # tried lambdabot-irc-plugins-5.3.0.2, but its *library* requires the disabled package: lambdabot-core + - language-avro < 0 # tried language-avro-0.1.4.0, but its *library* requires the disabled package: avro - 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.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: bytestring-0.11.3.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.2 - language-puppet < 0 # tried language-puppet-1.4.6.5, but its *library* does not support: hruby-0.5.0.0 @@ -6672,17 +6655,17 @@ packages: - lens-simple < 0 # tried lens-simple-0.1.0.9, but its *library* does not support: lens-family-2.1.1 - lens-simple < 0 # tried lens-simple-0.1.0.9, but its *library* does not support: lens-family-core-2.1.0 - lenz < 0 # tried lenz-0.4.2.0, but its *library* requires the disabled package: hs-functors - - libinfluxdb < 0 # tried libinfluxdb-0.0.4, but its *library* does not support: base-4.16.0.0 - - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: base-4.16.0.0 - - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: bytestring-0.11.1.0 + - libinfluxdb < 0 # tried libinfluxdb-0.0.4, but its *library* does not support: base-4.16.1.0 + - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: base-4.16.1.0 + - libjwt-typed < 0 # tried libjwt-typed-0.2, but its *library* does not support: bytestring-0.11.3.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 *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 - libraft < 0 # tried libraft-0.5.0.0, but its *library* requires the disabled package: protolude - - licensor < 0 # tried licensor-0.5.0, but its *library* does not support: Cabal-3.6.0.0 - - licensor < 0 # tried licensor-0.5.0, but its *library* does not support: base-4.16.0.0 + - licensor < 0 # tried licensor-0.5.0, but its *library* does not support: Cabal-3.6.3.0 + - licensor < 0 # tried licensor-0.5.0, but its *library* does not support: base-4.16.1.0 - linear-accelerate < 0 # tried linear-accelerate-0.7.0.0, but its *library* does not support: lens-5.1 - linear-circuit < 0 # tried linear-circuit-0.1.0.4, but its *library* requires the disabled package: lapack - 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 @@ -6691,7 +6674,7 @@ packages: - 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 + - llvm-hs-pure < 0 # tried llvm-hs-pure-9.0.0, but its *library* does not support: bytestring-0.11.3.0 - log-base < 0 # tried log-base-0.11.0.0, but its *library* does not support: aeson-2.0.3.0 - log-base < 0 # tried log-base-0.11.0.0, but its *library* does not support: mmorph-1.2.0 - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: aeson-2.0.3.0 @@ -6699,17 +6682,17 @@ packages: - log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: o-clock-1.2.1.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 - - logging-effect-extra < 0 # tried logging-effect-extra-2.0.0, but its *library* does not support: base-4.16.0.0 + - logging-effect-extra < 0 # tried logging-effect-extra-2.0.0, but its *library* does not support: base-4.16.1.0 - logging-effect-extra < 0 # tried logging-effect-extra-2.0.0, but its *library* does not support: prettyprinter-1.7.1 - logging-effect-extra < 0 # tried logging-effect-extra-2.0.0, but its *library* requires the disabled package: logging-effect - - logging-effect-extra-file < 0 # tried logging-effect-extra-file-2.0.1, but its *library* does not support: base-4.16.0.0 + - logging-effect-extra-file < 0 # tried logging-effect-extra-file-2.0.1, but its *library* does not support: base-4.16.1.0 - logging-effect-extra-file < 0 # tried logging-effect-extra-file-2.0.1, but its *library* does not support: prettyprinter-1.7.1 - logging-effect-extra-file < 0 # tried logging-effect-extra-file-2.0.1, but its *library* requires the disabled package: logging-effect - - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* does not support: base-4.16.0.0 + - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* does not support: base-4.16.1.0 - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* does not support: prettyprinter-1.7.1 - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* does not support: time-1.11.1.1 - logging-effect-extra-handler < 0 # tried logging-effect-extra-handler-2.0.1, but its *library* requires the disabled package: logging-effect - - loopbreaker < 0 # tried loopbreaker-0.1.1.1, but its *library* does not support: ghc-9.2.1 + - loopbreaker < 0 # tried loopbreaker-0.1.1.1, but its *library* does not support: ghc-9.2.2 - lsp < 0 # tried lsp-1.4.0.0, but its *library* requires the disabled package: lsp-types - lsp-test < 0 # tried lsp-test-0.14.0.2, but its *library* requires the disabled package: lsp-types - lsp-types < 0 # tried lsp-types-1.4.0.1, but its *library* requires the disabled package: rope-utf16-splay @@ -6717,7 +6700,7 @@ packages: - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: network-3.1.2.7 - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: servant-0.19 - lxd-client < 0 # tried lxd-client-0.1.0.6, but its *library* does not support: servant-client-0.19 - - lzma-conduit < 0 # tried lzma-conduit-1.2.2, but its *library* does not support: bytestring-0.11.1.0 + - lzma-conduit < 0 # tried lzma-conduit-1.2.2, but its *library* does not support: bytestring-0.11.3.0 - machines-directory < 0 # tried machines-directory-7.0.0.0, but its *library* requires the disabled package: machines-io - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: ekg-core - magicbane < 0 # tried magicbane-0.5.1, but its *library* requires the disabled package: ekg-wai @@ -6729,7 +6712,7 @@ packages: - 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.6.0, but its *library* requires the disabled package: email-validate - - map-syntax < 0 # tried map-syntax-0.3, but its *library* does not support: base-4.16.0.0 + - map-syntax < 0 # tried map-syntax-0.3, but its *library* does not support: base-4.16.1.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 *executable* requires the disabled package: mustache - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: aeson-2.0.3.0 @@ -6738,10 +6721,10 @@ packages: - marvin < 0 # tried marvin-0.2.5, but its *library* does not support: text-icu-0.8.0.1 - marvin < 0 # tried marvin-0.2.5, but its *library* requires the disabled package: marvin-interpolate - 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: bytestring-0.11.3.0 - mbox-utility < 0 # tried mbox-utility-0.0.3.1, but its *executable* does not support: time-1.11.1.1 - mbtiles < 0 # tried mbtiles-0.6.0.0, but its *library* requires the disabled package: sqlite-simple - - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: bytestring-0.11.1.0 + - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: bytestring-0.11.3.0 - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: extra-1.7.10 - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: formatting-7.1.3 - mbug < 0 # tried mbug-1.3.2, but its *library* does not support: http-client-0.7.11 @@ -6751,30 +6734,30 @@ packages: - mcmc < 0 # tried mcmc-0.6.2.0, but its *library* requires the disabled package: monad-parallel - 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: algebraic-graphs-0.6 - - 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: bytestring-0.11.3.0 - 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.2.1, but its *executable* requires the disabled package: pantry - menshen < 0 # tried menshen-0.0.3, but its *library* does not support: regex-tdfa-1.3.1.2 - mercury-api < 0 # tried mercury-api-0.1.0.2, but its *executable* does not support: optparse-applicative-0.17.0.0 - merkle-tree < 0 # tried merkle-tree-0.1.1, but its *library* requires the disabled package: protolude - - messagepack < 0 # tried messagepack-0.5.4, but its *library* does not support: bytestring-0.11.1.0 - - messagepack-rpc < 0 # tried messagepack-rpc-0.5.1, but its *library* does not support: bytestring-0.11.1.0 + - messagepack < 0 # tried messagepack-0.5.4, but its *library* does not support: bytestring-0.11.3.0 + - messagepack-rpc < 0 # tried messagepack-rpc-0.5.1, but its *library* does not support: bytestring-0.11.3.0 - messagepack-rpc < 0 # tried messagepack-rpc-0.5.1, but its *library* does not support: containers-0.6.5.1 - microformats2-parser < 0 # tried microformats2-parser-1.0.2.0, but its *executable* requires the disabled package: aws-lambda-haskell-runtime - microformats2-parser < 0 # tried microformats2-parser-1.0.2.0, but its *executable* requires the disabled package: aws-lambda-haskell-runtime-wai - microformats2-parser < 0 # tried microformats2-parser-1.0.2.0, but its *library* requires the disabled package: xml-lens - - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: bytestring-0.11.1.0 + - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: bytestring-0.11.3.0 - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: http-client-0.7.11 - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: http-media-0.8.0.0 - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: servant-0.19 - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: servant-client-0.19 - microsoft-translator < 0 # tried microsoft-translator-0.1.2, but its *library* does not support: time-1.11.1.1 - - midi < 0 # tried midi-0.2.2.2, but its *library* does not support: bytestring-0.11.1.0 + - midi < 0 # tried midi-0.2.2.2, but its *library* does not support: bytestring-0.11.3.0 - midi-alsa < 0 # tried midi-alsa-0.2.1, but its *library* requires the disabled package: alsa-seq - midi-alsa < 0 # tried midi-alsa-0.2.1, but its *library* requires the disabled package: midi - midi-music-box < 0 # tried midi-music-box-0.0.1.2, but its *executable* requires the disabled package: diagrams-postscript - midi-music-box < 0 # tried midi-music-box-0.0.1.2, but its *executable* requires the disabled package: midi - - milena < 0 # tried milena-0.5.4.0, but its *library* does not support: bytestring-0.11.1.0 + - milena < 0 # tried milena-0.5.4.0, but its *library* does not support: bytestring-0.11.3.0 - milena < 0 # tried milena-0.5.4.0, but its *library* does not support: lens-5.1 - milena < 0 # tried milena-0.5.4.0, but its *library* does not support: network-3.1.2.7 - milena < 0 # tried milena-0.5.4.0, but its *library* does not support: random-1.2.1 @@ -6790,9 +6773,9 @@ packages: - mmark-cli < 0 # tried mmark-cli-0.0.5.1, but its *executable* requires the disabled package: mmark - mmark-ext < 0 # tried mmark-ext-0.2.1.4, but its *library* requires the disabled package: mmark - modify-fasta < 0 # tried modify-fasta-0.8.3.0, but its *executable* requires the disabled package: pipes-text - - 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* does not support: base-4.16.1.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: base-4.16.1.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-control-aligned < 0 # tried monad-control-aligned-0.0.1.1, but its *library* does not support: transformers-compat-0.7.1 @@ -6801,39 +6784,39 @@ packages: - monad-mock < 0 # tried monad-mock-0.2.0.0, but its *library* does not support: template-haskell-2.18.0.0 - monad-parallel < 0 # tried monad-parallel-0.7.2.5, but its *library* does not support: transformers-compat-0.7.1 - monad-unlift-ref < 0 # tried monad-unlift-ref-0.2.1, but its *library* requires the disabled package: monad-unlift - - monoidal-containers < 0 # tried monoidal-containers-0.6.2.0, but its *library* does not support: base-4.16.0.0 + - monoidal-containers < 0 # tried monoidal-containers-0.6.2.0, but its *library* does not support: base-4.16.1.0 - monomer < 0 # tried monomer-1.3.0.0, but its *library* requires the disabled package: OpenGL - 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 < 0 # tried morpheus-graphql-0.18.0, but its *library* does not support: bytestring-0.11.3.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-app < 0 # tried morpheus-graphql-app-0.18.0, but its *library* does not support: bytestring-0.11.3.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-client < 0 # tried morpheus-graphql-client-0.18.0, but its *library* does not support: bytestring-0.11.3.0 - morpheus-graphql-code-gen < 0 # tried morpheus-graphql-code-gen-0.18.0, but its *executable* does not support: optparse-applicative-0.17.0.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-code-gen < 0 # tried morpheus-graphql-code-gen-0.18.0, but its *library* does not support: bytestring-0.11.3.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-core < 0 # tried morpheus-graphql-core-0.18.0, but its *library* does not support: bytestring-0.11.3.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 + - morpheus-graphql-subscriptions < 0 # tried morpheus-graphql-subscriptions-0.18.0, but its *library* does not support: bytestring-0.11.3.0 + - morpheus-graphql-tests < 0 # tried morpheus-graphql-tests-0.18.0, but its *library* does not support: bytestring-0.11.3.0 + - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: base-4.16.1.0 + - msgpack < 0 # tried msgpack-1.0.1.0, but its *library* does not support: bytestring-0.11.3.0 - 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 + - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* does not support: filepath-1.4.2.2 - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* does not support: msgpack-1.0.1.0 - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* does not support: template-haskell-2.18.0.0 - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* requires the disabled package: peggy - msgpack-idl < 0 # tried msgpack-idl-0.2.1, but its *library* requires the disabled package: shakespeare-text - - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: base-4.16.0.0 + - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: base-4.16.1.0 - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: binary-conduit-1.3.1 - - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: bytestring-0.11.1.0 + - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: bytestring-0.11.3.0 - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: conduit-1.3.4.2 - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: conduit-extra-1.3.5 - msgpack-rpc < 0 # tried msgpack-rpc-1.0.0, but its *library* does not support: network-3.1.2.7 - 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 + - multipart < 0 # tried multipart-0.2.1, but its *library* does not support: bytestring-0.11.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.17.0 - mysql-haskell < 0 # tried mysql-haskell-0.8.4.3, but its *library* requires the disabled package: word24 @@ -6841,26 +6824,26 @@ packages: - mysql-haskell-openssl < 0 # tried mysql-haskell-openssl-0.8.3.1, but its *library* requires the disabled package: mysql-haskell - mysql-haskell-openssl < 0 # tried mysql-haskell-openssl-0.8.3.1, but its *library* requires the disabled package: tcp-streams-openssl - mysql-haskell-openssl < 0 # tried mysql-haskell-openssl-0.8.3.1, but its *library* requires the disabled package: wire-streams - - n-tuple < 0 # tried n-tuple-0.0.2.0, but its *library* does not support: base-4.16.0.0 + - n-tuple < 0 # tried n-tuple-0.0.2.0, but its *library* does not support: base-4.16.1.0 - n-tuple < 0 # tried n-tuple-0.0.2.0, but its *library* does not support: singletons-3.0.1 - n2o-web < 0 # tried n2o-web-0.11.2, but its *library* requires the disabled package: n2o-protocols - nakadi-client < 0 # tried nakadi-client-0.7.0.0, but its *library* requires the disabled package: async-timer - - 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 + - named < 0 # tried named-0.3.0.1, but its *library* does not support: base-4.16.1.0 + - naqsha < 0 # tried naqsha-0.3.0.1, but its *library* does not support: base-4.16.1.0 + - naqsha < 0 # tried naqsha-0.3.0.1, but its *library* does not support: bytestring-0.11.3.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 - - nettle < 0 # tried nettle-0.3.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.3.0 - netwire-input-glfw < 0 # tried netwire-input-glfw-0.0.11, but its *executable* requires the disabled package: OpenGL - network-anonymous-tor < 0 # tried network-anonymous-tor-0.11.0, but its *library* requires the disabled package: hexstring - network-anonymous-tor < 0 # tried network-anonymous-tor-0.11.0, but its *library* requires the disabled package: network-attoparsec - network-msgpack-rpc < 0 # tried network-msgpack-rpc-0.0.6, but its *library* does not support: network-3.1.2.7 - - network-transport < 0 # tried network-transport-0.5.4, but its *library* does not support: bytestring-0.11.1.0 + - network-transport < 0 # tried network-transport-0.5.4, but its *library* does not support: bytestring-0.11.3.0 - network-transport-composed < 0 # tried network-transport-composed-0.2.1, but its *library* requires the disabled package: network-transport - - network-transport-inmemory < 0 # tried network-transport-inmemory-0.5.2, but its *library* does not support: bytestring-0.11.1.0 + - network-transport-inmemory < 0 # tried network-transport-inmemory-0.5.2, but its *library* does not support: bytestring-0.11.3.0 - network-transport-inmemory < 0 # tried network-transport-inmemory-0.5.2, but its *library* does not support: containers-0.6.5.1 - - network-transport-tcp < 0 # tried network-transport-tcp-0.8.0, but its *library* does not support: bytestring-0.11.1.0 - - network-transport-tests < 0 # tried network-transport-tests-0.3.0, but its *library* does not support: bytestring-0.11.1.0 + - network-transport-tcp < 0 # tried network-transport-tcp-0.8.0, but its *library* does not support: bytestring-0.11.3.0 + - network-transport-tests < 0 # tried network-transport-tests-0.3.0, but its *library* does not support: bytestring-0.11.3.0 - not-gloss < 0 # tried not-gloss-0.7.7.0, but its *library* requires the disabled package: OpenGL - nri-env-parser < 0 # tried nri-env-parser-0.1.0.8, but its *library* requires the disabled package: nri-prelude - nri-http < 0 # tried nri-http-0.1.0.4, but its *library* requires the disabled package: nri-prelude @@ -6876,14 +6859,14 @@ packages: - nvim-hs-ghcid < 0 # tried nvim-hs-ghcid-2.0.0.0, but its *library* requires the disabled package: nvim-hs-contrib - oblivious-transfer < 0 # tried oblivious-transfer-0.1.0, but its *library* requires the disabled package: protolude - oeis < 0 # tried oeis-0.3.10, but its *library* does not support: HTTP-4000.4.0 - - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: Cabal-3.6.0.0 - - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: base-4.16.0.0 - - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: bytestring-0.11.1.0 + - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: Cabal-3.6.3.0 + - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: base-4.16.1.0 + - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: bytestring-0.11.3.0 - om-elm < 0 # tried om-elm-2.0.0.0, but its *library* does not support: template-haskell-2.18.0.0 - - oset < 0 # tried oset-0.4.0.1, but its *library* does not support: base-4.16.0.0 + - oset < 0 # tried oset-0.4.0.1, but its *library* does not support: base-4.16.1.0 - packdeps < 0 # tried packdeps-0.6.0.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - - packdeps < 0 # tried packdeps-0.6.0.0, but its *library* does not support: Cabal-3.6.0.0 - - pairing < 0 # tried pairing-1.1.0, but its *library* does not support: bytestring-0.11.1.0 + - packdeps < 0 # tried packdeps-0.6.0.0, but its *library* does not support: Cabal-3.6.3.0 + - pairing < 0 # tried pairing-1.1.0, but its *library* does not support: bytestring-0.11.3.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 @@ -6894,106 +6877,88 @@ packages: - 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.4.1, 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.4, but its *library* does not support: Cabal-3.6.0.0 - - papillon < 0 # tried papillon-0.1.1.1, but its *library* does not support: bytestring-0.11.1.0 + - pango < 0 # tried pango-0.13.8.1, but its *library* does not support: Cabal-3.6.3.0 + - pantry < 0 # tried pantry-0.5.4, but its *library* does not support: Cabal-3.6.3.0 + - papillon < 0 # tried papillon-0.1.1.1, but its *library* does not support: bytestring-0.11.3.0 - 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: bytestring-0.11.3.0 - paripari < 0 # tried paripari-0.7.0.0, but its *library* does not support: parser-combinators-1.3.0 - - password < 0 # tried password-3.0.1.0, but its *library* does not support: bytestring-0.11.1.0 - - password < 0 # tried password-3.0.1.0, but its *library* does not support: memory-0.17.0 - - password-instances < 0 # tried password-instances-3.0.0.0, but its *library* requires the disabled package: password-types - - 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* does not support: memory-0.17.0 - - 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 + - password < 0 # tried password-3.0.1.0, but its *library* does not support: bytestring-0.11.3.0 - pcf-font-embed < 0 # tried pcf-font-embed-0.1.2.0, but its *library* requires the disabled package: pcf-font - pedersen-commitment < 0 # tried pedersen-commitment-0.2.0, but its *library* requires the disabled package: protolude - - peregrin < 0 # tried peregrin-0.3.1, but its *library* does not support: bytestring-0.11.1.0 + - peregrin < 0 # tried peregrin-0.3.1, but its *library* does not support: bytestring-0.11.3.0 - perf < 0 # tried perf-0.9.0, but its *library* does not support: time-1.11.1.1 - - perfect-vector-shuffle < 0 # tried perfect-vector-shuffle-0.1.1.1, but its *library* does not support: base-4.16.0.0 + - perfect-vector-shuffle < 0 # tried perfect-vector-shuffle-0.1.1.1, but its *library* does not support: base-4.16.1.0 - persistable-record < 0 # tried persistable-record-0.6.0.5, but its *library* requires the disabled package: th-data-compat - 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.3.0, 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 - persistent-iproute < 0 # tried persistent-iproute-0.2.5, but its *library* requires the disabled package: aeson-iproute - - persistent-iproute < 0 # tried persistent-iproute-0.2.5, but its *library* requires the disabled package: persistent - - persistent-mongoDB < 0 # tried persistent-mongoDB-2.13.0.0, but its *library* requires the disabled package: persistent - - persistent-mtl < 0 # tried persistent-mtl-0.4.0.0, but its *library* does not support: base-4.16.0.0 - - persistent-mysql < 0 # tried persistent-mysql-2.13.1.1, but its *library* requires the disabled package: persistent + - persistent-mtl < 0 # tried persistent-mtl-0.4.0.0, but its *library* does not support: base-4.16.1.0 - persistent-mysql-haskell < 0 # tried persistent-mysql-haskell-0.6.0, but its *library* does not support: tls-1.5.7 - 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.4.0, but its *library* requires the disabled package: persistent - - persistent-qq < 0 # tried persistent-qq-2.12.0.2, 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.1.0, but its *library* requires the disabled package: persistent - - persistent-test < 0 # tried persistent-test-2.13.1.0, but its *library* requires the disabled package: persistent - pg-harness-server < 0 # tried pg-harness-server-0.6.2, but its *executable* does not support: random-1.2.1 - pg-harness-server < 0 # tried pg-harness-server-0.6.2, but its *executable* does not support: scotty-0.12 - picedit < 0 # tried picedit-0.2.3.0, but its *executable* requires the disabled package: cli - picedit < 0 # tried picedit-0.2.3.0, but its *library* does not support: JuicyPixels-3.3.7 - 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: Cabal-3.6.3.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: base-4.16.1.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.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.8.0 - - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: Cabal-3.6.0.0 - - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: base-4.16.0.0 + - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: Cabal-3.6.3.0 + - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: base-4.16.1.0 - 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: bytestring-0.11.3.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.2 - pier-core < 0 # tried pier-core-0.3.0.0, but its *library* does not support: http-client-0.7.11 - 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.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: bytestring-0.11.3.0 - pinboard < 0 # tried pinboard-0.10.2.0, but its *library* does not support: http-client-0.7.11 - 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-http < 0 # tried pipes-http-1.0.6, but its *library* does not support: bytestring-0.11.3.0 - pipes-misc < 0 # tried pipes-misc-0.5.0.0, but its *library* requires the disabled package: pipes-category - pipes-network-tls < 0 # tried pipes-network-tls-0.4, but its *library* requires the disabled package: pipes-network - pixelated-avatar-generator < 0 # tried pixelated-avatar-generator-0.1.3, but its *executable* requires the disabled package: cli - pkgtreediff < 0 # tried pkgtreediff-0.5.0, but its *executable* requires the disabled package: koji - plot < 0 # tried plot-0.2.3.11, but its *library* requires the disabled package: cairo - plot < 0 # tried plot-0.2.3.11, but its *library* requires the disabled package: pango - - pointful < 0 # tried pointful-1.1.0.0, but its *library* does not support: base-4.16.0.0 + - pointful < 0 # tried pointful-1.1.0.0, but its *library* does not support: base-4.16.1.0 - pointful < 0 # tried pointful-1.1.0.0, but its *library* requires the disabled package: haskell-src-exts-simple - 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.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: base-4.16.1.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 + - polysemy-methodology < 0 # tried polysemy-methodology-0.2.1.0, but its *library* does not support: base-4.16.1.0 - polysemy-methodology < 0 # tried polysemy-methodology-0.2.1.0, but its *library* does not support: polysemy-1.7.1.0 - - polysemy-path < 0 # tried polysemy-path-0.2.1.0, but its *library* does not support: base-4.16.0.0 + - polysemy-path < 0 # tried polysemy-path-0.2.1.0, but its *library* does not support: base-4.16.1.0 - polysemy-path < 0 # tried polysemy-path-0.2.1.0, but its *library* does not support: polysemy-1.7.1.0 - - polysemy-several < 0 # tried polysemy-several-0.1.0.0, but its *library* does not support: base-4.16.0.0 + - polysemy-several < 0 # tried polysemy-several-0.1.0.0, but its *library* does not support: base-4.16.1.0 - polysemy-several < 0 # tried polysemy-several-0.1.0.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-socket < 0 # tried polysemy-socket-0.0.2.0, but its *library* does not support: polysemy-1.7.1.0 - - polysemy-uncontrolled < 0 # tried polysemy-uncontrolled-0.1.1.0, but its *library* does not support: base-4.16.0.0 + - polysemy-uncontrolled < 0 # tried polysemy-uncontrolled-0.1.1.0, but its *library* does not support: base-4.16.1.0 - polysemy-uncontrolled < 0 # tried polysemy-uncontrolled-0.1.1.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-video < 0 # tried polysemy-video-0.2.0.1, but its *library* does not support: polysemy-1.7.1.0 - polysemy-vinyl < 0 # tried polysemy-vinyl-0.1.5.0, but its *library* does not support: polysemy-1.7.1.0 - polysemy-vinyl < 0 # tried polysemy-vinyl-0.1.5.0, but its *library* does not support: vinyl-0.14.2 - polysemy-zoo < 0 # tried polysemy-zoo-0.8.0.0, but its *library* does not support: constraints-0.13.3 - polysemy-zoo < 0 # tried polysemy-zoo-0.8.0.0, but its *library* does not support: ghc-prim-0.8.0 - - pomaps < 0 # tried pomaps-0.2.0.1, but its *library* does not support: base-4.16.0.0 + - pomaps < 0 # tried pomaps-0.2.0.1, but its *library* does not support: base-4.16.1.0 - 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 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: HTTP-4000.4.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: base-4.16.1.0 + - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: bytestring-0.11.3.0 - postgrest < 0 # tried postgrest-8.0.0, but its *library* does not support: hasql-1.5.0.2 - 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 @@ -7011,44 +6976,42 @@ packages: - 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.3.0 - - profiteur < 0 # tried profiteur-0.4.6.0, but its *executable* does not support: bytestring-0.11.1.0 - - 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 + - profiteur < 0 # tried profiteur-0.4.6.0, but its *executable* does not support: bytestring-0.11.3.0 + - proto-lens < 0 # tried proto-lens-0.7.1.0, but its *library* does not support: base-4.16.1.0 + - proto-lens < 0 # tried proto-lens-0.7.1.0, but its *library* does not support: bytestring-0.11.3.0 - proto-lens < 0 # tried proto-lens-0.7.1.0, but its *library* does not support: ghc-prim-0.8.0 - - proto-lens-arbitrary < 0 # tried proto-lens-arbitrary-0.1.2.10, but its *library* does not support: base-4.16.0.0 - - proto-lens-arbitrary < 0 # tried proto-lens-arbitrary-0.1.2.10, but its *library* does not support: bytestring-0.11.1.0 - - proto-lens-optparse < 0 # tried proto-lens-optparse-0.1.1.8, but its *library* does not support: base-4.16.0.0 + - proto-lens-arbitrary < 0 # tried proto-lens-arbitrary-0.1.2.10, but its *library* does not support: base-4.16.1.0 + - proto-lens-arbitrary < 0 # tried proto-lens-arbitrary-0.1.2.10, but its *library* does not support: bytestring-0.11.3.0 + - proto-lens-optparse < 0 # tried proto-lens-optparse-0.1.1.8, but its *library* does not support: base-4.16.1.0 - proto-lens-optparse < 0 # tried proto-lens-optparse-0.1.1.8, but its *library* does not support: optparse-applicative-0.17.0.0 - - proto-lens-protobuf-types < 0 # tried proto-lens-protobuf-types-0.7.1.0, but its *library* does not support: base-4.16.0.0 - - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *executable* does not support: bytestring-0.11.1.0 - - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *executable* does not support: ghc-9.2.1 - - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *library* does not support: base-4.16.0.0 - - proto-lens-runtime < 0 # tried proto-lens-runtime-0.7.0.1, but its *library* does not support: base-4.16.0.0 - - proto-lens-runtime < 0 # tried proto-lens-runtime-0.7.0.1, but its *library* does not support: bytestring-0.11.1.0 - - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: Cabal-3.6.0.0 - - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: base-4.16.0.0 - - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: bytestring-0.11.1.0 - - 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 + - proto-lens-protobuf-types < 0 # tried proto-lens-protobuf-types-0.7.1.0, but its *library* does not support: base-4.16.1.0 + - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *executable* does not support: bytestring-0.11.3.0 + - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *executable* does not support: ghc-9.2.2 + - proto-lens-protoc < 0 # tried proto-lens-protoc-0.7.1.0, but its *library* does not support: base-4.16.1.0 + - proto-lens-runtime < 0 # tried proto-lens-runtime-0.7.0.1, but its *library* does not support: base-4.16.1.0 + - proto-lens-runtime < 0 # tried proto-lens-runtime-0.7.0.1, but its *library* does not support: bytestring-0.11.3.0 + - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: Cabal-3.6.3.0 + - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: base-4.16.1.0 + - proto-lens-setup < 0 # tried proto-lens-setup-0.4.0.5, but its *library* does not support: bytestring-0.11.3.0 + - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: base-4.16.1.0 + - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: bytestring-0.11.3.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.2 - protolude < 0 # tried protolude-0.3.0, but its *library* does not support: transformers-compat-0.7.1 - - 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* does not support: memory-0.17.0 - - qm-interpolated-string < 0 # tried qm-interpolated-string-0.3.0.0, but its *library* does not support: bytestring-0.11.1.0 + - publicsuffix < 0 # tried publicsuffix-0.20200526, but its *library* does not support: base-4.16.1.0 + - pure-io < 0 # tried pure-io-0.2.1, but its *library* does not support: base-4.16.1.0 + - qm-interpolated-string < 0 # tried qm-interpolated-string-0.3.0.0, but its *library* does not support: bytestring-0.11.3.0 - qnap-decrypt < 0 # tried qnap-decrypt-0.3.5, but its *executable* does not support: optparse-applicative-0.17.0.0 - - qnap-decrypt < 0 # tried qnap-decrypt-0.3.5, but its *library* does not support: bytestring-0.11.1.0 - - qrcode-core < 0 # tried qrcode-core-0.9.4, but its *library* does not support: bytestring-0.11.1.0 - - qrcode-juicypixels < 0 # tried qrcode-juicypixels-0.8.2, but its *library* does not support: bytestring-0.11.1.0 + - qnap-decrypt < 0 # tried qnap-decrypt-0.3.5, but its *library* does not support: bytestring-0.11.3.0 - questioner < 0 # tried questioner-0.1.1.0, but its *library* does not support: ansi-terminal-0.11.1 - questioner < 0 # tried questioner-0.1.1.0, but its *library* requires the disabled package: readline + - queue-sheet < 0 # tried queue-sheet-0.7.0.2, but its *library* requires the disabled package: ginger - quickbench < 0 # tried quickbench-1.0.1, but its *library* requires the disabled package: docopt - quickcheck-arbitrary-template < 0 # tried quickcheck-arbitrary-template-0.2.1.1, but its *library* does not support: template-haskell-2.18.0.0 - 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 - 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: bytestring-0.11.3.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.3 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* does not support: http-api-data-0.4.3 @@ -7056,15 +7019,14 @@ 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.10.0 - rakuten < 0 # tried rakuten-0.1.1.5, but its *library* requires the disabled package: extensible - - random-source < 0 # tried random-source-0.3.0.11, but its *library* does not support: base-4.16.0.0 - - ranged-list < 0 # tried ranged-list-0.1.0.0, but its *library* requires the disabled package: typecheck-plugin-nat-simple + - random-source < 0 # tried random-source-0.3.0.11, but its *library* does not support: base-4.16.1.0 - rate-limit < 0 # tried rate-limit-1.4.2, but its *library* does not support: time-1.11.1.1 - - 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 + - rattletrap < 0 # tried rattletrap-11.2.4, but its *library* does not support: base-4.16.1.0 + - rattletrap < 0 # tried rattletrap-11.2.4, but its *library* does not support: bytestring-0.11.3.0 - 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 + - rdf < 0 # tried rdf-0.1.0.5, but its *library* does not support: bytestring-0.11.3.0 + - readable < 0 # tried readable-0.3.1, but its *library* does not support: bytestring-0.11.3.0 - reanimate < 0 # tried reanimate-1.1.5.0, but its *library* does not support: aeson-2.0.3.0 - - reanimate < 0 # tried reanimate-1.1.5.0, but its *library* requires the disabled package: hgeometry - records-sop < 0 # tried records-sop-0.1.1.0, but its *library* does not support: ghc-prim-0.8.0 - reform < 0 # tried reform-0.2.7.4, but its *library* does not support: semigroups-0.20 - reform-blaze < 0 # tried reform-blaze-0.2.4.3, but its *library* requires the disabled package: reform @@ -7072,7 +7034,7 @@ packages: - reform-happstack < 0 # tried reform-happstack-0.2.5.4, but its *library* requires the disabled package: reform - reform-hsp < 0 # tried reform-hsp-0.2.7.2, but its *library* requires the disabled package: hsx2hs - reform-hsp < 0 # tried reform-hsp-0.2.7.2, but its *library* requires the disabled package: reform - - 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: bytestring-0.11.3.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 @@ -7085,22 +7047,20 @@ packages: - relational-record < 0 # tried relational-record-0.2.2.0, but its *library* requires the disabled package: product-isomorphic - relational-record < 0 # tried relational-record-0.2.2.0, but its *library* requires the disabled package: relational-query-HDBC - 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: base-4.16.1.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.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.10.0, 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 + - repa-algorithms < 0 # tried repa-algorithms-3.4.1.4, but its *library* does not support: base-4.16.1.0 + - repa-io < 0 # tried repa-io-3.4.1.1, but its *library* does not support: bytestring-0.11.3.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: base-4.16.1.0 - req-url-extra < 0 # tried req-url-extra-0.1.1.0, but its *library* does not support: req-3.10.0 - - require < 0 # tried require-0.4.11, but its *library* does not support: bytestring-0.11.1.0 + - require < 0 # tried require-0.4.11, but its *library* does not support: bytestring-0.11.3.0 - resistor-cube < 0 # tried resistor-cube-0.0.1.4, but its *executable* requires the disabled package: lapack - - rethinkdb-client-driver < 0 # tried rethinkdb-client-driver-0.0.25, 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.1.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.1, but its *library* does not support: base-4.16.0.0 - - rhine-gloss < 0 # tried rhine-gloss-0.7.1, but its *library* requires the disabled package: rhine + - rhine < 0 # tried rhine-0.7.1, but its *library* does not support: base-4.16.1.0 + - rhine-gloss < 0 # tried rhine-gloss-0.7.1, but its *library* does not support: base-4.16.1.0 - 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.7 @@ -7108,7 +7068,7 @@ packages: - 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.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: bytestring-0.11.3.0 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: http-client-0.7.11 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: network-3.1.2.7 - rollbar-hs < 0 # tried rollbar-hs-0.3.1.0, but its *library* does not support: time-1.11.1.1 @@ -7117,52 +7077,52 @@ packages: - rss-conduit < 0 # tried rss-conduit-0.6.0.1, but its *library* requires the disabled package: atom-conduit - safe-json < 0 # tried safe-json-1.1.3.0, but its *library* does not support: time-1.11.1.1 - safe-tensor < 0 # tried safe-tensor-0.2.1.1, but its *library* does not support: singletons-3.0.1 - - salak < 0 # tried salak-0.3.6, but its *library* does not support: bytestring-0.11.1.0 + - salak < 0 # tried salak-0.3.6, but its *library* does not support: bytestring-0.11.3.0 - salak < 0 # tried salak-0.3.6, but its *library* does not support: time-1.11.1.1 - salak-toml < 0 # tried salak-toml-0.3.5.3, but its *library* does not support: time-1.11.1.1 - 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 + - saltine < 0 # tried saltine-0.1.1.1, but its *library* does not support: bytestring-0.11.3.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 - sandwich-webdriver < 0 # tried sandwich-webdriver-0.1.0.6, but its *library* requires the disabled package: string-interpolate - sandwich-webdriver < 0 # tried sandwich-webdriver-0.1.0.6, but its *library* requires the disabled package: webdriver - - sbv < 0 # tried sbv-8.17, but its *library* does not support: base-4.16.0.0 + - sbv < 0 # tried sbv-8.17, but its *library* does not support: base-4.16.1.0 - scalendar < 0 # tried scalendar-1.1.1, but its *library* does not support: containers-0.6.5.1 - 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 - - 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: bytestring-0.11.3.0 - secp256k1-haskell < 0 # tried secp256k1-haskell-0.6.0, but its *library* does not support: hashable-1.4.0.2 - - 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: bytestring-0.11.3.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.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-json < 0 # tried selda-json-0.1.1.0, but its *library* does not support: bytestring-0.11.3.0 + - selda-postgresql < 0 # tried selda-postgresql-0.1.8.1, but its *library* does not support: bytestring-0.11.3.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: bytestring-0.11.3.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 - - sendgrid-v3 < 0 # tried sendgrid-v3-0.3.0.0, but its *library* does not support: base-4.16.0.0 + - semialign-indexed < 0 # tried semialign-indexed-1.2, but its *library* does not support: base-4.16.1.0 + - sendgrid-v3 < 0 # tried sendgrid-v3-0.3.0.0, but its *library* does not support: base-4.16.1.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: base-4.16.1.0 + - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: bytestring-0.11.3.0 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: http-client-0.7.11 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: lens-5.1 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: optparse-applicative-0.17.0.0 - sensu-run < 0 # tried sensu-run-0.7.0.5, but its *executable* does not support: time-1.11.1.1 - seqloc < 0 # tried seqloc-0.6.1.1, but its *library* requires the disabled package: biocore - - servant < 0 # tried servant-0.19, but its *library* does not support: base-4.16.0.0 + - servant < 0 # tried servant-0.19, but its *library* does not support: base-4.16.1.0 - servant < 0 # tried servant-0.19, but its *library* does not support: base-compat-0.12.1 - servant < 0 # tried servant-0.19, but its *library* does not support: mmorph-1.2.0 - 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.1.0, but its *library* does not support: base-4.16.0.0 - - servant-auth-client < 0 # tried servant-auth-client-0.4.1.0, but its *library* does not support: base-4.16.0.0 - - servant-auth-client < 0 # tried servant-auth-client-0.4.1.0, but its *library* does not support: bytestring-0.11.1.0 + - servant-auth < 0 # tried servant-auth-0.4.1.0, but its *library* does not support: base-4.16.1.0 + - servant-auth-client < 0 # tried servant-auth-client-0.4.1.0, but its *library* does not support: base-4.16.1.0 + - servant-auth-client < 0 # tried servant-auth-client-0.4.1.0, but its *library* does not support: bytestring-0.11.3.0 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: blaze-builder-0.4.2.2 - - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: cryptonite-0.29 + - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: cryptonite-0.30 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: exceptions-0.10.4 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: http-api-data-0.4.3 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: http-types-0.12.3 @@ -7170,12 +7130,12 @@ packages: - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: servant-0.19 - servant-auth-cookie < 0 # tried servant-auth-cookie-0.6.0.3, but its *library* does not support: servant-server-0.19 - 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.7.0, but its *library* does not support: base-4.16.0.0 - - servant-auth-server < 0 # tried servant-auth-server-0.4.7.0, but its *library* does not support: bytestring-0.11.1.0 + - servant-auth-docs < 0 # tried servant-auth-docs-0.2.10.0, but its *library* does not support: base-4.16.1.0 + - servant-auth-server < 0 # tried servant-auth-server-0.4.7.0, but its *library* does not support: base-4.16.1.0 + - servant-auth-server < 0 # tried servant-auth-server-0.4.7.0, but its *library* does not support: bytestring-0.11.3.0 - servant-auth-server < 0 # tried servant-auth-server-0.4.7.0, but its *library* does not support: memory-0.17.0 - servant-auth-server < 0 # tried servant-auth-server-0.4.7.0, but its *library* does not support: time-1.11.1.1 - - servant-auth-swagger < 0 # tried servant-auth-swagger-0.2.10.1, but its *library* does not support: base-4.16.0.0 + - servant-auth-swagger < 0 # tried servant-auth-swagger-0.2.10.1, but its *library* does not support: base-4.16.1.0 - servant-auth-wordpress < 0 # tried servant-auth-wordpress-1.0.0.2, but its *library* requires the disabled package: servant-server - servant-blaze < 0 # tried servant-blaze-0.9.1, but its *library* requires the disabled package: servant - servant-cassava < 0 # tried servant-cassava-0.10.1, but its *library* does not support: base-compat-0.12.1 @@ -7186,26 +7146,26 @@ packages: - servant-checked-exceptions < 0 # tried servant-checked-exceptions-2.2.0.1, but its *library* requires the disabled package: servant-server - servant-checked-exceptions-core < 0 # tried servant-checked-exceptions-core-2.2.0.1, but its *library* requires the disabled package: servant - servant-checked-exceptions-core < 0 # tried servant-checked-exceptions-core-2.2.0.1, but its *library* requires the disabled package: servant-docs - - servant-client < 0 # tried servant-client-0.19, but its *library* does not support: base-4.16.0.0 + - servant-client < 0 # tried servant-client-0.19, but its *library* does not support: base-4.16.1.0 - servant-client < 0 # tried servant-client-0.19, but its *library* does not support: base-compat-0.12.1 - servant-client < 0 # tried servant-client-0.19, but its *library* does not support: time-1.11.1.1 - - servant-client-core < 0 # tried servant-client-core-0.19, but its *library* does not support: base-4.16.0.0 + - servant-client-core < 0 # tried servant-client-core-0.19, but its *library* does not support: base-4.16.1.0 - servant-client-core < 0 # tried servant-client-core-0.19, but its *library* does not support: base-compat-0.12.1 - servant-client-core < 0 # tried servant-client-core-0.19, 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.12, but its *library* does not support: base-4.16.0.0 + - servant-docs < 0 # tried servant-docs-0.12, but its *library* does not support: base-4.16.1.0 - servant-docs < 0 # tried servant-docs-0.12, but its *library* does not support: base-compat-0.12.1 - servant-docs-simple < 0 # tried servant-docs-simple-0.4.0.0, but its *library* does not support: aeson-2.0.3.0 - servant-docs-simple < 0 # tried servant-docs-simple-0.4.0.0, but its *library* does not support: servant-0.19 - 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 + - servant-errors < 0 # tried servant-errors-0.1.6.0, but its *library* does not support: base-4.16.1.0 - servant-exceptions < 0 # tried servant-exceptions-0.2.1, but its *library* requires the disabled package: servant - servant-exceptions-server < 0 # tried servant-exceptions-server-0.2.1, but its *library* requires the disabled package: servant - servant-exceptions-server < 0 # tried servant-exceptions-server-0.2.1, but its *library* requires the disabled package: servant-server - - servant-foreign < 0 # tried servant-foreign-0.15.4, but its *library* does not support: base-4.16.0.0 + - servant-foreign < 0 # tried servant-foreign-0.15.4, but its *library* does not support: base-4.16.1.0 - servant-foreign < 0 # tried servant-foreign-0.15.4, but its *library* does not support: base-compat-0.12.1 - - servant-http-streams < 0 # tried servant-http-streams-0.18.4, but its *library* does not support: base-4.16.0.0 + - servant-http-streams < 0 # tried servant-http-streams-0.18.4, but its *library* does not support: base-4.16.1.0 - servant-http-streams < 0 # tried servant-http-streams-0.18.4, but its *library* does not support: base-compat-0.12.1 - servant-http-streams < 0 # tried servant-http-streams-0.18.4, but its *library* does not support: http-common-0.8.3.4 - servant-http-streams < 0 # tried servant-http-streams-0.18.4, but its *library* does not support: time-1.11.1.1 @@ -7219,28 +7179,28 @@ packages: - servant-lucid < 0 # tried servant-lucid-0.9.0.5, but its *library* requires the disabled package: servant - servant-machines < 0 # tried servant-machines-0.15.1, but its *library* requires the disabled package: servant - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: QuickCheck-2.14.2 - - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: base-4.16.0.0 + - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: base-4.16.1.0 - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: base-compat-0.12.1 - - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: bytestring-0.11.1.0 + - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: bytestring-0.11.3.0 - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: servant-0.19 - servant-mock < 0 # tried servant-mock-0.8.7, but its *library* does not support: servant-server-0.19 - - servant-multipart < 0 # tried servant-multipart-0.12.1, but its *library* does not support: bytestring-0.11.1.0 - - servant-multipart-api < 0 # tried servant-multipart-api-0.12.1, but its *library* does not support: bytestring-0.11.1.0 - - servant-multipart-client < 0 # tried servant-multipart-client-0.12.1, but its *library* does not support: bytestring-0.11.1.0 - - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.3, but its *library* does not support: Cabal-3.6.0.0 - - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.3, but its *library* does not support: base-4.16.0.0 - - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.3, but its *library* does not support: base-compat-0.12.1 - - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.3, but its *library* does not support: bytestring-0.11.1.0 - - servant-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: bytestring-0.11.1.0 + - servant-multipart < 0 # tried servant-multipart-0.12.1, but its *library* does not support: bytestring-0.11.3.0 + - servant-multipart-api < 0 # tried servant-multipart-api-0.12.1, but its *library* does not support: bytestring-0.11.3.0 + - servant-multipart-client < 0 # tried servant-multipart-client-0.12.1, but its *library* does not support: bytestring-0.11.3.0 + - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.4, but its *library* does not support: Cabal-3.6.3.0 + - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.4, but its *library* does not support: base-4.16.1.0 + - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.4, but its *library* does not support: base-compat-0.12.1 + - servant-openapi3 < 0 # tried servant-openapi3-2.0.1.4, but its *library* does not support: bytestring-0.11.3.0 + - servant-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: bytestring-0.11.3.0 - servant-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: http-media-0.8.0.0 - 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-pandoc < 0 # tried servant-pandoc-0.5.0.0, but its *library* does not support: servant-docs-0.12 - 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.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-4.16.1.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 + - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: bytestring-0.11.3.0 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: hspec-2.9.4 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: servant-0.19 - servant-quickcheck < 0 # tried servant-quickcheck-0.0.10.0, but its *library* does not support: servant-client-0.19 @@ -7248,71 +7208,69 @@ 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.19, but its *library* does not support: base-4.16.0.0 + - servant-server < 0 # tried servant-server-0.19, but its *library* does not support: base-4.16.1.0 - servant-server < 0 # tried servant-server-0.19, 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 - servant-static-th < 0 # tried servant-static-th-1.0.0.0, but its *library* requires the disabled package: servant-server - - servant-streaming < 0 # tried servant-streaming-0.3.0.0, but its *library* does not support: base-4.16.0.0 + - servant-streaming < 0 # tried servant-streaming-0.3.0.0, but its *library* does not support: base-4.16.1.0 - servant-streaming < 0 # tried servant-streaming-0.3.0.0, but its *library* does not support: servant-0.19 - - servant-streaming-client < 0 # tried servant-streaming-client-0.3.0.0, but its *library* does not support: base-4.16.0.0 + - servant-streaming-client < 0 # tried servant-streaming-client-0.3.0.0, but its *library* does not support: base-4.16.1.0 - servant-streaming-client < 0 # tried servant-streaming-client-0.3.0.0, but its *library* does not support: http-media-0.8.0.0 - servant-streaming-client < 0 # tried servant-streaming-client-0.3.0.0, but its *library* does not support: servant-0.19 - servant-streaming-client < 0 # tried servant-streaming-client-0.3.0.0, but its *library* does not support: servant-client-core-0.19 - - servant-streaming-server < 0 # tried servant-streaming-server-0.3.0.0, but its *library* does not support: base-4.16.0.0 + - servant-streaming-server < 0 # tried servant-streaming-server-0.3.0.0, but its *library* does not support: base-4.16.1.0 - servant-streaming-server < 0 # tried servant-streaming-server-0.3.0.0, but its *library* does not support: http-media-0.8.0.0 - servant-streaming-server < 0 # tried servant-streaming-server-0.3.0.0, but its *library* does not support: servant-server-0.19 - servant-streaming-server < 0 # tried servant-streaming-server-0.3.0.0, but its *library* requires the disabled package: streaming-wai - servant-subscriber < 0 # tried servant-subscriber-0.7.0.0, but its *library* requires the disabled package: servant - 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: Cabal-3.6.3.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-ui < 0 # tried servant-swagger-ui-0.3.5.4.5.0, 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: base-4.16.0.0 + - servant-swagger < 0 # tried servant-swagger-1.1.10, but its *library* does not support: bytestring-0.11.3.0 + - servant-swagger-ui < 0 # tried servant-swagger-ui-0.3.5.4.5.0, but its *library* does not support: base-4.16.1.0 + - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: base-4.16.1.0 - servant-swagger-ui-core < 0 # tried servant-swagger-ui-core-0.3.5, but its *library* does not support: transformers-compat-0.7.1 - - 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: base-4.16.1.0 - servant-websockets < 0 # tried servant-websockets-2.0.0, but its *library* requires the disabled package: servant-server - servant-xml < 0 # tried servant-xml-1.0.1.4, but its *library* requires the disabled package: servant - - servant-yaml < 0 # tried servant-yaml-0.1.0.1, but its *library* does not support: base-4.16.0.0 - - servant-yaml < 0 # tried servant-yaml-0.1.0.1, but its *library* does not support: bytestring-0.11.1.0 + - servant-yaml < 0 # tried servant-yaml-0.1.0.1, but its *library* does not support: base-4.16.1.0 + - servant-yaml < 0 # tried servant-yaml-0.1.0.1, but its *library* does not support: bytestring-0.11.3.0 - servant-yaml < 0 # tried servant-yaml-0.1.0.1, but its *library* does not support: servant-0.19 - serverless-haskell < 0 # tried serverless-haskell-0.12.6, but its *library* requires the disabled package: amazonka-core - - serversession < 0 # tried serversession-1.0.2, but its *library* requires the disabled package: persistent-test - serversession-backend-persistent < 0 # tried serversession-backend-persistent-1.0.5, but its *library* does not support: base64-bytestring-1.2.1.0 - serversession-backend-redis < 0 # tried serversession-backend-redis-1.0.4, but its *library* does not support: hedis-0.15.1 - - serversession-frontend-wai < 0 # tried serversession-frontend-wai-1.0, but its *library* requires the disabled package: serversession - serversession-frontend-yesod < 0 # tried serversession-frontend-yesod-1.0, but its *library* does not support: yesod-core-1.6.21.0 - - sessiontypes-distributed < 0 # tried sessiontypes-distributed-0.1.1, but its *library* does not support: bytestring-0.11.1.0 + - sessiontypes-distributed < 0 # tried sessiontypes-distributed-0.1.1, but its *library* does not support: bytestring-0.11.3.0 - sessiontypes-distributed < 0 # tried sessiontypes-distributed-0.1.1, but its *library* does not support: exceptions-0.10.4 - sessiontypes-distributed < 0 # tried sessiontypes-distributed-0.1.1, but its *library* requires the disabled package: sessiontypes - shake-plus-extended < 0 # tried shake-plus-extended-0.4.1.0, but its *library* requires the disabled package: ixset-typed - - shellmet < 0 # tried shellmet-0.0.4.0, but its *library* does not support: base-4.16.0.0 + - shellmet < 0 # tried shellmet-0.0.4.0, but its *library* does not support: base-4.16.1.0 - show-prettyprint < 0 # tried show-prettyprint-0.3.0.1, but its *library* does not support: trifecta-2.1.2 - - shower < 0 # tried shower-0.2.0.2, but its *library* does not support: base-4.16.0.0 + - shower < 0 # tried shower-0.2.0.2, but its *library* does not support: base-4.16.1.0 - simple < 0 # tried simple-1.0.0, but its *library* requires the disabled package: simple-templates - simple-log < 0 # tried simple-log-0.9.12, but its *library* does not support: mmorph-1.2.0 - simple-log < 0 # tried simple-log-0.9.12, but its *library* does not support: time-1.11.1.1 - simple-session < 0 # tried simple-session-1.0.0, but its *library* requires the disabled package: simple - - simplest-sqlite < 0 # tried simplest-sqlite-0.1.0.2, but its *library* does not support: bytestring-0.11.1.0 + - simplest-sqlite < 0 # tried simplest-sqlite-0.1.0.2, but its *library* does not support: bytestring-0.11.3.0 - 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 + - siphash < 0 # tried siphash-1.0.3, but its *library* does not support: bytestring-0.11.3.0 - size-based < 0 # tried size-based-0.1.2.0, but its *library* does not support: template-haskell-2.18.0.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: base-4.16.1.0 - sized-grid < 0 # tried sized-grid-0.2.0.1, but its *library* does not support: constraints-0.13.3 - 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-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: base-4.16.1.0 - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: http-client-0.7.11 - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: servant-0.19 - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: servant-client-0.19 - slack-web < 0 # tried slack-web-0.4.0.0, but its *library* does not support: servant-client-core-0.19 - - 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 + - slist < 0 # tried slist-0.2.0.0, but its *library* does not support: base-4.16.1.0 + - smallcheck-series < 0 # tried smallcheck-series-0.7.1.0, but its *library* does not support: base-4.16.1.0 + - smash < 0 # tried smash-0.1.2, but its *library* does not support: base-4.16.1.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 @@ -7320,8 +7278,8 @@ packages: - smoothie < 0 # tried smoothie-0.4.2.11, 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: 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: base-4.16.1.0 + - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: bytestring-0.11.3.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.2 - snap < 0 # tried snap-1.1.3.1, but its *library* does not support: lens-5.1 @@ -7331,81 +7289,73 @@ packages: - 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.5.0, but its *library* does not support: hashable-1.4.0.2 - - soap < 0 # tried soap-0.2.3.6, but its *library* does not support: bytestring-0.11.1.0 + - soap < 0 # tried soap-0.2.3.6, but its *library* does not support: bytestring-0.11.3.0 - soap-openssl < 0 # tried soap-openssl-0.1.0.2, but its *library* requires the disabled package: soap - soap-tls < 0 # tried soap-tls-0.1.1.4, but its *library* requires the disabled package: soap - - socket < 0 # tried socket-0.8.3.0, but its *library* does not support: bytestring-0.11.1.0 + - socket < 0 # tried socket-0.8.3.0, but its *library* does not support: bytestring-0.11.3.0 - socket-activation < 0 # tried socket-activation-0.1.0.2, but its *library* does not support: network-3.1.2.7 - - solana-staking-csvs < 0 # tried solana-staking-csvs-0.1.2.0, but its *library* requires the disabled package: req + - solana-staking-csvs < 0 # tried solana-staking-csvs-0.1.2.0, but its *library* requires the disabled package: cointracking-imports - 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: filepath-bytestring + - soxlib < 0 # tried soxlib-0.0.3.1, but its *library* does not support: bytestring-0.11.3.0 - spacecookie < 0 # tried spacecookie-1.0.0.1, but its *library* requires the disabled package: socket - sparkle < 0 # tried sparkle-0.7.4, but its *library* does not support: inline-java-0.10.0 - sparkle < 0 # tried sparkle-0.7.4, but its *library* does not support: jvm-0.6.0 - sparkle < 0 # tried sparkle-0.7.4, but its *library* requires the disabled package: distributed-closure - sparkle < 0 # tried sparkle-0.7.4, but its *library* requires the disabled package: jni - - sparse-tensor < 0 # tried sparse-tensor-0.2.1.5, but its *library* does not support: Cabal-3.6.0.0 + - sparse-tensor < 0 # tried sparse-tensor-0.2.1.5, but its *library* does not support: Cabal-3.6.3.0 - sparse-tensor < 0 # tried sparse-tensor-0.2.1.5, but its *library* does not support: ad-4.5 - - speculation < 0 # tried speculation-1.5.0.3, but its *library* does not support: stm-2.5.0.0 - - splint < 0 # tried splint-1.0.1.4, but its *library* does not support: base-4.16.0.0 - - splint < 0 # tried splint-1.0.1.4, but its *library* does not support: ghc-9.2.1 + - speculation < 0 # tried speculation-1.5.0.3, but its *library* does not support: stm-2.5.0.2 + - splint < 0 # tried splint-1.0.1.4, but its *library* does not support: base-4.16.1.0 + - splint < 0 # tried splint-1.0.1.4, but its *library* does not support: ghc-9.2.2 - split-record < 0 # tried split-record-0.1.1.4, but its *executable* requires the disabled package: soxlib - sqlite-simple < 0 # tried sqlite-simple-0.4.18.0, but its *library* does not support: semigroups-0.20 - 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* does not support: dhall-1.41.1 - stack < 0 # tried stack-2.7.5, but its *library* requires the disabled package: mustache - - stackcollapse-ghc < 0 # tried stackcollapse-ghc-0.0.1.4, but its *executable* does not support: base-4.16.0.0 + - stackcollapse-ghc < 0 # tried stackcollapse-ghc-0.0.1.4, but its *executable* does not support: base-4.16.1.0 - stm-supply < 0 # tried stm-supply-0.2.0.0, but its *library* requires the disabled package: concurrent-supply - streaming-attoparsec < 0 # tried streaming-attoparsec-1.0.0.1, but its *library* requires the disabled package: streaming-bytestring - streaming-bytestring < 0 # tried streaming-bytestring-0.2.1, but its *library* does not support: ghc-prim-0.8.0 - streaming-bytestring < 0 # tried streaming-bytestring-0.2.1, but its *library* does not support: mmorph-1.2.0 - streaming-cassava < 0 # tried streaming-cassava-0.2.0.0, but its *library* requires the disabled package: streaming-bytestring - streamly-bytestring < 0 # tried streamly-bytestring-0.1.4, but its *library* does not support: bytestring-0.11.3.0 - - streamproc < 0 # tried streamproc-1.6.2, but its *library* does not support: base-4.16.0.0 + - streamproc < 0 # tried streamproc-1.6.2, but its *library* does not support: base-4.16.1.0 - strict-base-types < 0 # tried strict-base-types-0.7, but its *library* requires the disabled package: strict-lens - 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: bytestring-0.11.3.0 - string-interpolate < 0 # tried string-interpolate-0.3.1.1, but its *library* does not support: template-haskell-2.18.0.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: bytestring-0.11.3.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.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-http-client < 0 # tried stripe-http-client-2.6.2, but its *library* does not support: bytestring-0.11.3.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: bytestring-0.11.3.0 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: hspec-2.9.4 - stripe-tests < 0 # tried stripe-tests-2.6.2, but its *library* does not support: hspec-core-2.9.4 - 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-6.0.0.1, but its *library* does not support: time-1.11.1.1 - - strong-path < 0 # tried strong-path-1.1.3.0, but its *library* does not support: hashable-1.4.0.2 - - strong-path < 0 # tried strong-path-1.1.3.0, but its *library* does not support: template-haskell-2.18.0.0 + - strong-path < 0 # tried strong-path-1.1.4.0, but its *library* does not support: hashable-1.4.0.2 + - strong-path < 0 # tried strong-path-1.1.4.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 - structured-haskell-mode < 0 # tried structured-haskell-mode-1.1.0, but its *executable* requires the disabled package: descriptive - - stylish-haskell < 0 # tried stylish-haskell-0.13.0.0, but its *executable* does not support: optparse-applicative-0.17.0.0 - - 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.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.2.20220307 - - superbuffer < 0 # tried superbuffer-0.3.1.1, but its *library* does not support: bytestring-0.11.1.0 + - superbuffer < 0 # tried superbuffer-0.3.1.1, but its *library* does not support: bytestring-0.11.3.0 - 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 < 0 # tried sv-1.4.0.1, but its *library* does not support: base-4.16.1.0 + - sv < 0 # tried sv-1.4.0.1, but its *library* does not support: bytestring-0.11.3.0 - 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-cassava < 0 # tried sv-cassava-0.3, but its *library* does not support: bytestring-0.11.3.0 - 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: base-4.16.1.0 + - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: bytestring-0.11.3.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 - sv-core < 0 # tried sv-core-0.5, but its *library* does not support: semigroups-0.20 - 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: bytestring-0.11.3.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 - swagger-petstore < 0 # tried swagger-petstore-0.0.2.0, but its *library* does not support: http-client-0.7.11 @@ -7416,7 +7366,6 @@ packages: - 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 - sydtest < 0 # tried sydtest-0.8.0.0, but its *library* requires the disabled package: autodocodec - - sydtest-persistent < 0 # tried sydtest-persistent-0.0.0.0, but its *library* requires the disabled package: persistent - sydtest-persistent < 0 # tried sydtest-persistent-0.0.0.0, but its *library* requires the disabled package: sydtest - 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 @@ -7427,10 +7376,10 @@ packages: - synthesizer-alsa < 0 # tried synthesizer-alsa-0.5.0.6, but its *library* requires the disabled package: alsa-seq - synthesizer-alsa < 0 # tried synthesizer-alsa-0.5.0.6, but its *library* requires the disabled package: midi - synthesizer-alsa < 0 # tried synthesizer-alsa-0.5.0.6, but its *library* requires the disabled package: synthesizer-dimensional - - synthesizer-dimensional < 0 # tried synthesizer-dimensional-0.8.1, but its *library* does not support: bytestring-0.11.1.0 + - synthesizer-dimensional < 0 # tried synthesizer-dimensional-0.8.1, but its *library* does not support: bytestring-0.11.3.0 - 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 - - tagchup < 0 # tried tagchup-0.4.1.1, but its *library* does not support: bytestring-0.11.1.0 + - tagchup < 0 # tried tagchup-0.4.1.1, but its *library* does not support: bytestring-0.11.3.0 - tasty-stats < 0 # tried tasty-stats-0.2.0.4, but its *library* does not support: containers-0.6.5.1 - tasty-stats < 0 # tried tasty-stats-0.2.0.4, but its *library* does not support: tasty-1.4.2.1 - tasty-stats < 0 # tried tasty-stats-0.2.0.4, but its *library* does not support: time-1.11.1.1 @@ -7447,35 +7396,36 @@ packages: - testing-feat < 0 # tried testing-feat-1.1.0.0, but its *library* requires the disabled package: size-based - 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-format < 0 # tried text-format-0.3.2, but its *library* does not support: base-4.16.1.0 - 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-regex-replace < 0 # tried text-regex-replace-0.1.1.4, but its *library* does not support: text-icu-0.8.0.1 - 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-optics < 0 # tried these-optics-1.0.1.2, but its *library* does not support: base-4.16.1.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: clay - 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 - - tmp-proc < 0 # tried tmp-proc-0.5.0.1, but its *library* does not support: base-4.16.0.0 - - token-bucket < 0 # tried token-bucket-0.1.0.1, but its *library* does not support: base-4.16.0.0 - - tonalude < 0 # tried tonalude-0.1.1.1, but its *library* does not support: base-4.16.0.0 - - tonalude < 0 # tried tonalude-0.1.1.1, but its *library* does not support: bytestring-0.11.1.0 - - tonaparser < 0 # tried tonaparser-0.1.0.1, but its *library* does not support: base-4.16.0.0 - - tonatona < 0 # tried tonatona-0.1.2.1, but its *library* does not support: base-4.16.0.0 - - tonatona-logger < 0 # tried tonatona-logger-0.2.0.2, but its *library* does not support: base-4.16.0.0 - - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: base-4.16.0.0 - - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: persistent-2.13.3.0 - - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: persistent-postgresql-2.13.4.0 - - tonatona-persistent-sqlite < 0 # tried tonatona-persistent-sqlite-0.1.0.2, but its *library* does not support: base-4.16.0.0 - - tonatona-persistent-sqlite < 0 # tried tonatona-persistent-sqlite-0.1.0.2, but its *library* does not support: persistent-2.13.3.0 + - tmp-proc < 0 # tried tmp-proc-0.5.0.1, but its *library* does not support: base-4.16.1.0 + - token-bucket < 0 # tried token-bucket-0.1.0.1, but its *library* does not support: base-4.16.1.0 + - tonalude < 0 # tried tonalude-0.1.1.1, but its *library* does not support: base-4.16.1.0 + - tonalude < 0 # tried tonalude-0.1.1.1, but its *library* does not support: bytestring-0.11.3.0 + - tonaparser < 0 # tried tonaparser-0.1.0.1, but its *library* does not support: base-4.16.1.0 + - tonatona < 0 # tried tonatona-0.1.2.1, but its *library* does not support: base-4.16.1.0 + - tonatona-logger < 0 # tried tonatona-logger-0.2.0.2, but its *library* does not support: base-4.16.1.0 + - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: base-4.16.1.0 + - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: persistent-2.13.3.3 + - tonatona-persistent-postgresql < 0 # tried tonatona-persistent-postgresql-0.1.0.2, but its *library* does not support: persistent-postgresql-2.13.5.0 + - tonatona-persistent-sqlite < 0 # tried tonatona-persistent-sqlite-0.1.0.2, but its *library* does not support: base-4.16.1.0 + - tonatona-persistent-sqlite < 0 # tried tonatona-persistent-sqlite-0.1.0.2, but its *library* does not support: persistent-2.13.3.3 - tonatona-persistent-sqlite < 0 # tried tonatona-persistent-sqlite-0.1.0.2, but its *library* does not support: persistent-sqlite-2.13.1.0 - - 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: base-4.16.1.0 - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: servant-0.19 - tonatona-servant < 0 # tried tonatona-servant-0.1.0.4, but its *library* does not support: servant-server-0.19 - 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-bifunctors < 0 # tried transformers-bifunctors-0.1, but its *library* does not support: mmorph-1.2.0 - - 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: base-4.16.1.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.7 - tries < 0 # tried tries-0.0.6.1, but its *library* requires the disabled package: rose-trees @@ -7483,86 +7433,84 @@ packages: - 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 - 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-errors-pretty < 0 # tried type-errors-pretty-0.0.1.2, but its *library* does not support: base-4.16.1.0 - typed-uuid < 0 # tried typed-uuid-0.2.0.0, but its *library* requires the disabled package: autodocodec - 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: base-4.16.1.0 + - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: bytestring-0.11.3.0 + - ucam-webauth < 0 # tried ucam-webauth-0.1.0.0, but its *library* does not support: cryptonite-0.30 - 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.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: base-4.16.1.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: bytestring-0.11.3.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 - union < 0 # tried union-0.1.2, but its *library* does not support: vinyl-0.14.2 - 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.3.0 - - userid < 0 # tried userid-0.1.3.6, but its *library* does not support: base-4.16.0.0 - - utf8-conversions < 0 # tried utf8-conversions-0.1.0.4, but its *library* does not support: bytestring-0.11.1.0 + - userid < 0 # tried userid-0.1.3.6, but its *library* does not support: base-4.16.1.0 + - utf8-conversions < 0 # tried utf8-conversions-0.1.0.4, but its *library* does not support: bytestring-0.11.3.0 - 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 + - utf8-light < 0 # tried utf8-light-0.4.2, but its *library* does not support: base-4.16.1.0 - 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 - - validity-persistent < 0 # tried validity-persistent-0.0.0.0, but its *library* requires the disabled package: persistent - - vcswrapper < 0 # tried vcswrapper-0.1.6, but its *library* does not support: base-4.16.0.0 + - vado < 0 # tried vado-0.0.13, but its *library* does not support: base-4.16.1.0 + - vcswrapper < 0 # tried vcswrapper-0.1.6, but its *library* does not support: base-4.16.1.0 - vcswrapper < 0 # tried vcswrapper-0.1.6, but its *library* does not support: containers-0.6.5.1 - - vector-fftw < 0 # tried vector-fftw-0.1.4.0, but its *library* does not support: base-4.16.0.0 + - vector-fftw < 0 # tried vector-fftw-0.1.4.0, but its *library* does not support: base-4.16.1.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: base-4.16.1.0 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: brick-0.68 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: lens-5.1 - viewprof < 0 # tried viewprof-0.0.0.33, but its *executable* does not support: vty-5.34 - wai-middleware-crowd < 0 # tried wai-middleware-crowd-0.1.4.2, but its *executable* does not support: optparse-applicative-0.17.0.0 - 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.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: bytestring-0.11.3.0 - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: http-client-0.7.11 - wai-middleware-rollbar < 0 # tried wai-middleware-rollbar-0.11.0, but its *library* does not support: time-1.11.1.1 - wai-middleware-throttle < 0 # tried wai-middleware-throttle-0.3.0.1, but its *library* requires the disabled package: token-bucket - - wai-rate-limit-redis < 0 # tried wai-rate-limit-redis-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 + - wai-rate-limit-redis < 0 # tried wai-rate-limit-redis-0.2.0.0, but its *library* does not support: bytestring-0.11.3.0 - wai-routing < 0 # tried wai-routing-0.13.0, but its *library* requires the disabled package: wai-predicates - wai-routing < 0 # tried wai-routing-0.13.0, but its *library* requires the disabled package: wai-route - - wai-saml2 < 0 # tried wai-saml2-0.2.1.2, but its *library* does not support: bytestring-0.11.1.0 - - wai-session-redis < 0 # tried wai-session-redis-0.1.0.4, but its *library* does not support: bytestring-0.11.1.0 + - wai-saml2 < 0 # tried wai-saml2-0.2.1.2, but its *library* does not support: bytestring-0.11.3.0 + - wai-session-redis < 0 # tried wai-session-redis-0.1.0.4, but its *library* does not support: bytestring-0.11.3.0 - wai-transformers < 0 # tried wai-transformers-0.1.0, but its *library* requires the disabled package: monad-control-aligned - 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: base-4.16.1.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 + - web-routes < 0 # tried web-routes-0.27.14.3, but its *library* does not support: bytestring-0.11.3.0 - web-routes-boomerang < 0 # tried web-routes-boomerang-0.28.4.2, but its *library* requires the disabled package: boomerang - web-routes-boomerang < 0 # tried web-routes-boomerang-0.28.4.2, but its *library* requires the disabled package: web-routes - web-routes-happstack < 0 # tried web-routes-happstack-0.23.12.1, but its *library* requires the disabled package: web-routes - web-routes-hsp < 0 # tried web-routes-hsp-0.24.6.1, but its *library* requires the disabled package: web-routes - 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-1.0.0.0, but its *library* does not support: base-4.16.0.0 + - web-routes-wai < 0 # tried web-routes-wai-0.24.3.1, but its *library* does not support: bytestring-0.11.3.0 + - web3 < 0 # tried web3-1.0.0.0, but its *library* does not support: base-4.16.1.0 - web3 < 0 # tried web3-1.0.0.0, but its *library* requires the disabled package: web3-ethereum - web3 < 0 # tried web3-1.0.0.0, but its *library* requires the disabled package: web3-polkadot - web3 < 0 # tried web3-1.0.0.0, but its *library* requires the disabled package: web3-provider - 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.3.0 - - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* does not support: base-4.16.0.0 + - webdriver < 0 # tried webdriver-0.9.0.1, but its *library* does not support: base-4.16.1.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 - websockets-simple < 0 # tried websockets-simple-0.2.0, but its *library* requires the disabled package: monad-control-aligned - - 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* does not support: bytestring-0.11.3.0 - websockets-snap < 0 # tried websockets-snap-0.10.3.1, but its *library* requires the disabled package: snap-server - - wikicfp-scraper < 0 # tried wikicfp-scraper-0.1.0.12, but its *library* does not support: bytestring-0.11.1.0 + - wikicfp-scraper < 0 # tried wikicfp-scraper-0.1.0.12, but its *library* does not support: bytestring-0.11.3.0 - wikicfp-scraper < 0 # tried wikicfp-scraper-0.1.0.12, but its *library* does not support: time-1.11.1.1 - - wild-bind < 0 # tried wild-bind-0.1.2.8, but its *library* does not support: base-4.16.0.0 - - wild-bind-x11 < 0 # tried wild-bind-x11-0.2.0.14, but its *library* does not support: base-4.16.0.0 - - wire-streams < 0 # tried wire-streams-0.1.1.0, but its *library* does not support: bytestring-0.11.1.0 - - wl-pprint-console < 0 # tried wl-pprint-console-0.1.0.2, but its *library* does not support: bytestring-0.11.1.0 + - wild-bind < 0 # tried wild-bind-0.1.2.8, but its *library* does not support: base-4.16.1.0 + - wild-bind-x11 < 0 # tried wild-bind-x11-0.2.0.14, but its *library* does not support: base-4.16.1.0 + - wire-streams < 0 # tried wire-streams-0.1.1.0, but its *library* does not support: bytestring-0.11.3.0 + - wl-pprint-console < 0 # tried wl-pprint-console-0.1.0.2, but its *library* does not support: bytestring-0.11.3.0 - wl-pprint-extras < 0 # tried wl-pprint-extras-3.5.0.5, but its *library* does not support: containers-0.6.5.1 - - wl-pprint-terminfo < 0 # tried wl-pprint-terminfo-3.7.1.4, but its *library* does not support: bytestring-0.11.1.0 + - wl-pprint-terminfo < 0 # tried wl-pprint-terminfo-3.7.1.4, but its *library* does not support: bytestring-0.11.3.0 - wl-pprint-terminfo < 0 # tried wl-pprint-terminfo-3.7.1.4, but its *library* does not support: containers-0.6.5.1 - wrecker < 0 # tried wrecker-1.3.2.0, but its *library* requires the disabled package: next-ref - wrecker < 0 # tried wrecker-1.3.2.0, but its *library* requires the disabled package: threads-extras @@ -7573,32 +7521,28 @@ packages: - xlsx-tabular < 0 # tried xlsx-tabular-0.2.2.1, but its *library* requires the disabled package: xlsx - xml-isogen < 0 # tried xml-isogen-0.3.0, but its *library* requires the disabled package: dom-parser - xmlbf-xmlhtml < 0 # tried xmlbf-xmlhtml-0.2, but its *library* requires the disabled package: xmlhtml - - xmlhtml < 0 # tried xmlhtml-0.2.5.2, but its *library* does not support: bytestring-0.11.1.0 + - xmlhtml < 0 # tried xmlhtml-0.2.5.2, but its *library* does not support: bytestring-0.11.3.0 - yaml-unscrambler < 0 # tried yaml-unscrambler-0.1.0.8, but its *library* requires the disabled package: base64 - yeshql < 0 # tried yeshql-4.2.0.0, but its *library* does not support: yeshql-core-4.2.0.0 - yeshql < 0 # tried yeshql-4.2.0.0, but its *library* requires the disabled package: yeshql-hdbc - yesod < 0 # tried yesod-1.6.2, but its *library* requires the disabled package: yesod-form - - yesod < 0 # tried yesod-1.6.2, but its *library* requires the disabled package: yesod-persistent - yesod-auth < 0 # tried yesod-auth-1.6.11, but its *library* requires the disabled package: email-validate - - yesod-auth < 0 # tried yesod-auth-1.6.11, but its *library* requires the disabled package: persistent - yesod-auth-basic < 0 # tried yesod-auth-basic-0.1.0.3, but its *library* requires the disabled package: yesod - - yesod-auth-bcryptdb < 0 # tried yesod-auth-bcryptdb-0.3.0.1, but its *library* does not support: persistent-2.13.3.0 + - yesod-auth-bcryptdb < 0 # tried yesod-auth-bcryptdb-0.3.0.1, but its *library* does not support: persistent-2.13.3.3 - yesod-auth-bcryptdb < 0 # tried yesod-auth-bcryptdb-0.3.0.1, but its *library* does not support: yesod-auth-1.6.11 - yesod-auth-bcryptdb < 0 # tried yesod-auth-bcryptdb-0.3.0.1, but its *library* does not support: yesod-core-1.6.21.0 - yesod-auth-bcryptdb < 0 # tried yesod-auth-bcryptdb-0.3.0.1, but its *library* does not support: yesod-form-1.7.0 - yesod-auth-fb < 0 # tried yesod-auth-fb-1.10.1, but its *library* requires the disabled package: fb - - yesod-auth-hashdb < 0 # tried yesod-auth-hashdb-1.7.1.7, but its *library* requires the disabled package: persistent + - yesod-auth-hashdb < 0 # tried yesod-auth-hashdb-1.7.1.7, but its *library* requires the disabled package: yesod-auth + - yesod-auth-hashdb < 0 # tried yesod-auth-hashdb-1.7.1.7, but its *library* requires the disabled package: yesod-form - yesod-auth-oauth2 < 0 # tried yesod-auth-oauth2-0.7.0.1, but its *library* requires the disabled package: hoauth2 - yesod-fb < 0 # tried yesod-fb-0.6.1, but its *library* requires the disabled package: fb - yesod-form < 0 # tried yesod-form-1.7.0, but its *library* requires the disabled package: email-validate - - yesod-form < 0 # tried yesod-form-1.7.0, but its *library* requires the disabled package: persistent - yesod-form-bootstrap4 < 0 # tried yesod-form-bootstrap4-3.0.1, but its *library* requires the disabled package: yesod-form - yesod-form-richtext < 0 # tried yesod-form-richtext-0.1.0.2, but its *library* does not support: yesod-core-1.6.21.0 - yesod-form-richtext < 0 # tried yesod-form-richtext-0.1.0.2, but its *library* does not support: yesod-form-1.7.0 - yesod-markdown < 0 # tried yesod-markdown-0.12.6.12, but its *library* requires the disabled package: pandoc - - yesod-markdown < 0 # tried yesod-markdown-0.12.6.12, but its *library* requires the disabled package: persistent - - yesod-paginator < 0 # tried yesod-paginator-1.1.1.0, but its *library* requires the disabled package: persistent - - yesod-persistent < 0 # tried yesod-persistent-1.6.0.7, but its *library* requires the disabled package: persistent + - yesod-paginator < 0 # tried yesod-paginator-1.1.1.0, but its *executable* requires the disabled package: yesod - yesod-recaptcha2 < 0 # tried yesod-recaptcha2-1.0.2, but its *library* requires the disabled package: yesod-form - yesod-static < 0 # tried yesod-static-1.6.1.0, but its *library* requires the disabled package: hjsmin - yesod-static-angular < 0 # tried yesod-static-angular-0.1.8, but its *executable* does not support: yesod-1.6.2 @@ -7607,7 +7551,7 @@ 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-text-markdown < 0 # tried yesod-text-markdown-0.1.10, but its *library* does not support: aeson-2.0.3.0 - - youtube < 0 # tried youtube-0.2.1.1, but its *executable* does not support: bytestring-0.11.1.0 + - youtube < 0 # tried youtube-0.2.1.1, but its *executable* does not support: bytestring-0.11.3.0 - zasni-gerna < 0 # tried zasni-gerna-0.0.7.1, but its *library* requires the disabled package: papillon - zero < 0 # tried zero-0.1.5, but its *library* does not support: semigroups-0.20 - ziptastic-client < 0 # tried ziptastic-client-0.3.0.3, but its *library* does not support: base-compat-0.12.1 @@ -7615,18 +7559,18 @@ packages: - ziptastic-client < 0 # tried ziptastic-client-0.3.0.3, but its *library* does not support: servant-client-0.19 - 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: bytestring-0.11.3.0 - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: http-api-data-0.4.3 - ziptastic-core < 0 # tried ziptastic-core-0.2.0.3, but its *library* does not support: servant-0.19 - - zlib-lens < 0 # tried zlib-lens-0.1.2.1, but its *library* does not support: bytestring-0.11.1.0 - - zm < 0 # tried zm-0.3.2, but its *library* does not support: bytestring-0.11.1.0 + - zlib-lens < 0 # tried zlib-lens-0.1.2.1, but its *library* does not support: bytestring-0.11.3.0 + - zm < 0 # tried zm-0.3.2, but its *library* does not support: bytestring-0.11.3.0 - zm < 0 # tried zm-0.3.2, but its *library* does not support: containers-0.6.5.1 - zm < 0 # tried zm-0.3.2, but its *library* does not support: flat-0.4.4 - zm < 0 # tried zm-0.3.2, but its *library* does not support: model-0.5 - - ztail < 0 # tried ztail-1.2.0.2, but its *executable* does not support: bytestring-0.11.1.0 + - ztail < 0 # tried ztail-1.2.0.2, but its *executable* does not support: bytestring-0.11.3.0 - ztail < 0 # tried ztail-1.2.0.2, but its *executable* does not support: time-1.11.1.1 - - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: base-4.16.0.0 - - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: bytestring-0.11.1.0 + - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: base-4.16.1.0 + - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: bytestring-0.11.3.0 - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: storable-record-0.0.6 # End of Library and exe bounds failures @@ -7912,8 +7856,7 @@ skipped-tests: - IPv6DB # tried IPv6DB-0.3.2, but its *test-suite* does not support: http-client-0.7.11 - JuicyPixels-blurhash # tried JuicyPixels-blurhash-0.1.0.3, but its *test-suite* does not support: doctest-0.20.0 - JuicyPixels-blurhash # tried JuicyPixels-blurhash-0.1.0.3, but its *test-suite* does not support: tasty-hedgehog-1.2.0.0 - - aeson-diff # tried aeson-diff-1.1.0.11, but its *test-suite* requires the disabled package: hlint - - 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: bytestring-0.11.3.0 - airship # tried airship-0.9.4, but its *test-suite* does not support: tasty-1.4.2.1 - antiope-core # tried antiope-core-7.5.3, but its *test-suite* does not support: hedgehog-1.1.1 - antiope-core # tried antiope-core-7.5.3, but its *test-suite* does not support: hspec-2.9.4 @@ -7932,6 +7875,7 @@ skipped-tests: - atom-conduit # tried atom-conduit-0.9.0.1, but its *test-suite* requires the disabled package: hlint - 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-generic-combinators # tried binary-generic-combinators-0.4.4.0, but its *test-suite* requires the disabled package: generic-arbitrary - bits-extra # tried bits-extra-0.0.2.0, but its *test-suite* does not support: doctest-0.20.0 - bits-extra # tried bits-extra-0.0.2.0, but its *test-suite* does not support: hedgehog-1.1.1 - bits-extra # tried bits-extra-0.0.2.0, but its *test-suite* does not support: hspec-2.9.4 @@ -7946,8 +7890,7 @@ skipped-tests: - chatwork # tried chatwork-0.1.3.5, but its *test-suite* does not support: servant-server-0.19 - chatwork # tried chatwork-0.1.3.5, but its *test-suite* does not support: warp-3.3.20 - chronos # tried chronos-1.1.4, but its *test-suite* does not support: aeson-2.0.3.0 - - clay # tried clay-0.13.3, but its *test-suite* does not support: hspec-2.9.4 - - clay # tried clay-0.13.3, but its *test-suite* does not support: hspec-discover-2.9.4 + - codec # tried codec-0.2.1, but its *test-suite* requires the disabled package: generic-arbitrary - colour # tried colour-2.3.6, but its *test-suite* does not support: random-1.2.1 - conduit-parse # tried conduit-parse-0.2.1.0, but its *test-suite* requires the disabled package: hlint - csg # tried csg-0.1.0.6, but its *test-suite* does not support: doctest-0.20.0 @@ -7969,7 +7912,7 @@ skipped-tests: - 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.20.0 - 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 + - elm-street # tried elm-street-0.1.0.4, but its *test-suite* does not support: bytestring-0.11.3.0 - elm-street # tried elm-street-0.1.0.4, but its *test-suite* does not support: hspec-2.9.4 - email-validate # tried email-validate-2.3.2.15, but its *test-suite* does not support: doctest-0.20.0 - email-validate # tried email-validate-2.3.2.15, but its *test-suite* does not support: hspec-2.9.4 @@ -7977,6 +7920,7 @@ skipped-tests: - euler-tour-tree # tried euler-tour-tree-0.1.1.0, but its *test-suite* requires the disabled package: sequence - 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 + - filepath-bytestring # tried filepath-bytestring-1.4.2.1.10, but its *test-suite* does not support: filepath-1.4.2.2 - filtrable # tried filtrable-0.1.6.0, but its *test-suite* does not support: tasty-1.4.2.1 - fixed-vector-hetero # tried fixed-vector-hetero-0.6.1.1, but its *test-suite* does not support: doctest-0.20.0 - focuslist # tried focuslist-0.1.1.0, but its *test-suite* does not support: genvalidity-1.0.0.1 @@ -7994,21 +7938,22 @@ skipped-tests: - genvalidity-sydtest-aeson # tried genvalidity-sydtest-aeson-1.0.0.0, but its *test-suite* requires the disabled package: genvalidity-aeson - ghc-prof # tried ghc-prof-1.4.1.9, but its *test-suite* does not support: attoparsec-0.14.4 - 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 + - graphula # tried graphula-2.0.1.0, but its *test-suite* requires the disabled package: generic-arbitrary + - greskell # tried greskell-2.0.0.0, but its *test-suite* does not support: bytestring-0.11.3.0 + - greskell-core # tried greskell-core-1.0.0.0, but its *test-suite* does not support: bytestring-0.11.3.0 - 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.9.4 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: hspec-discover-2.9.4 - haddock-library # tried haddock-library-1.10.0, but its *test-suite* does not support: optparse-applicative-0.17.0.0 - 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 + - hasbolt # tried hasbolt-0.1.6.1, but its *test-suite* does not support: bytestring-0.11.3.0 - hasbolt # tried hasbolt-0.1.6.1, but its *test-suite* does not support: hspec-2.9.4 - 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 + - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *test-suite* does not support: bytestring-0.11.3.0 - haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, 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* requires the disabled package: knob - haskell-tools-daemon # tried haskell-tools-daemon-1.1.1.0, but its *test-suite* does not support: Glob-0.10.2 - - haskell-tools-daemon # tried haskell-tools-daemon-1.1.1.0, but its *test-suite* does not support: bytestring-0.11.1.0 + - haskell-tools-daemon # tried haskell-tools-daemon-1.1.1.0, but its *test-suite* does not support: bytestring-0.11.3.0 - haskell-tools-daemon # tried haskell-tools-daemon-1.1.1.0, but its *test-suite* does not support: tasty-1.4.2.1 - haskell-tools-demo # tried haskell-tools-demo-1.1.1.0, but its *test-suite* does not support: network-3.1.2.7 - haskell-tools-demo # tried haskell-tools-demo-1.1.1.0, but its *test-suite* does not support: tasty-1.4.2.1 @@ -8024,7 +7969,7 @@ skipped-tests: - hpack-dhall # tried hpack-dhall-0.5.4, but its *test-suite* requires the disabled package: hlint - hspec-tables # tried hspec-tables-0.0.1, but its *test-suite* does not support: hspec-2.9.4 - http-media # tried http-media-0.8.0.0, but its *test-suite* does not support: QuickCheck-2.14.2 - - http-media # tried http-media-0.8.0.0, but its *test-suite* does not support: base-4.16.0.0 + - http-media # tried http-media-0.8.0.0, but its *test-suite* does not support: base-4.16.1.0 - http-streams # tried http-streams-0.8.9.6, but its *test-suite* requires the disabled package: snap-server - hw-balancedparens # tried hw-balancedparens-0.4.1.1, but its *test-suite* does not support: doctest-0.20.0 - hw-balancedparens # tried hw-balancedparens-0.4.1.1, but its *test-suite* does not support: hedgehog-1.1.1 @@ -8093,7 +8038,7 @@ skipped-tests: - lsp # tried lsp-1.4.0.0, but its *test-suite* requires the disabled package: rope-utf16-splay - 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 + - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: base-4.16.1.0 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: doctest-0.20.0 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: tasty-1.4.2.1 - makefile # tried makefile-1.1.0.0, but its *test-suite* does not support: tasty-hunit-0.10.0.3 @@ -8113,6 +8058,7 @@ skipped-tests: - numhask-prelude # tried numhask-prelude-0.5.0, but its *test-suite* does not support: doctest-0.20.0 - o-clock # tried o-clock-1.2.1.1, but its *test-suite* does not support: tasty-hedgehog-1.2.0.0 - opaleye # tried opaleye-0.9.2.0, but its *test-suite* requires the disabled package: dotenv + - opentelemetry-extra # tried opentelemetry-extra-0.7.0, but its *test-suite* requires the disabled package: generic-arbitrary - opml-conduit # tried opml-conduit-0.9.0.0, but its *test-suite* requires the disabled package: hlint - options # tried options-1.2.1.1, but its *test-suite* requires the disabled package: chell - options # tried options-1.2.1.1, but its *test-suite* requires the disabled package: chell-quickcheck @@ -8124,6 +8070,7 @@ skipped-tests: - pipes-fluid # tried pipes-fluid-0.6.0.1, but its *test-suite* requires the disabled package: pipes-misc - polysemy # tried polysemy-1.7.1.0, but its *test-suite* does not support: doctest-0.20.0 - polysemy-plugin # tried polysemy-plugin-0.4.3.0, but its *test-suite* does not support: doctest-0.20.0 + - postgresql-query # tried postgresql-query-3.9.0, but its *test-suite* requires the disabled package: generic-arbitrary - postgrest # tried postgrest-8.0.0, but its *test-suite* does not support: hspec-2.9.4 - 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 @@ -8137,10 +8084,11 @@ skipped-tests: - relude # tried relude-1.0.0.1, but its *test-suite* does not support: hedgehog-1.1.1 - req-url-extra # tried req-url-extra-0.1.1.0, but its *test-suite* does not support: hspec-2.9.4 - rescue # tried rescue-0.4.2.1, but its *test-suite* requires the disabled package: hlint + - roc-id # tried roc-id-0.1.0.0, but its *test-suite* requires the disabled package: generic-arbitrary - rss-conduit # tried rss-conduit-0.6.0.1, but its *test-suite* requires the disabled package: hlint - safeio # tried safeio-0.0.5.0, but its *test-suite* requires the disabled package: test-framework-th - salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* does not support: QuickCheck-2.14.2 - - schematic # tried schematic-0.5.1.0, but its *test-suite* does not support: base-4.16.0.0 + - schematic # tried schematic-0.5.1.0, but its *test-suite* does not support: base-4.16.1.0 - servant # tried servant-0.19, but its *test-suite* does not support: hspec-2.9.4 - servant # tried servant-0.19, but its *test-suite* does not support: hspec-discover-2.9.4 - servant-auth-client # tried servant-auth-client-0.4.1.0, but its *test-suite* does not support: hspec-2.9.4 @@ -8175,7 +8123,7 @@ skipped-tests: - servant-machines # tried servant-machines-0.15.1, but its *test-suite* requires the disabled package: servant-client - servant-machines # tried servant-machines-0.15.1, but its *test-suite* requires the disabled package: servant-server - servant-mock # tried servant-mock-0.8.7, but its *test-suite* does not support: hspec-wai-0.11.1 - - servant-openapi3 # tried servant-openapi3-2.0.1.3, but its *test-suite* does not support: doctest-0.20.0 + - servant-openapi3 # tried servant-openapi3-2.0.1.4, but its *test-suite* does not support: doctest-0.20.0 - servant-pipes # tried servant-pipes-0.15.3, but its *test-suite* requires the disabled package: servant-client - servant-pipes # tried servant-pipes-0.15.3, but its *test-suite* requires the disabled package: servant-server - servant-quickcheck # tried servant-quickcheck-0.0.10.0, but its *test-suite* does not support: hspec-core-2.9.4 @@ -8203,7 +8151,7 @@ skipped-tests: - snap # tried snap-1.1.3.1, but its *test-suite* does not support: QuickCheck-2.14.2 - stb-image-redux # tried stb-image-redux-0.2.1.2, but its *test-suite* does not support: hspec-2.9.4 - 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 + - storablevector # tried storablevector-0.2.13.1, but its *test-suite* does not support: bytestring-0.11.3.0 - streaming-cassava # tried streaming-cassava-0.2.0.0, but its *test-suite* does not support: hspec-2.9.4 - stripe-http-client # tried stripe-http-client-2.6.2, but its *test-suite* does not support: hspec-2.9.4 - superbuffer # tried superbuffer-0.3.1.1, but its *test-suite* does not support: HTF-0.15.0.0 @@ -8240,8 +8188,9 @@ skipped-tests: - wild-bind-x11 # tried wild-bind-x11-0.2.0.14, but its *test-suite* does not support: time-1.11.1.1 - wreq # tried wreq-0.5.3.3, but its *test-suite* requires the disabled package: snap-server - wss-client # tried wss-client-0.3.0.0, but its *test-suite* requires the disabled package: envy + - xml-isogen # tried xml-isogen-0.3.0, but its *test-suite* requires the disabled package: generic-arbitrary - xmlhtml # tried xmlhtml-0.2.5.2, but its *test-suite* does not support: hspec-2.9.4 - - yesod-page-cursor # tried yesod-page-cursor-2.0.0.9, but its *test-suite* requires the disabled package: persistent + - yesod-page-cursor # tried yesod-page-cursor-2.0.0.9, but its *test-suite* requires the disabled package: yesod - yesod-static-angular # tried yesod-static-angular-0.1.8, but its *test-suite* does not support: yesod-test-1.6.12 - yesod-test # tried yesod-test-1.6.12, but its *test-suite* requires the disabled package: yesod-form - zm # tried zm-0.3.2, but its *test-suite* does not support: doctest-0.20.0 @@ -8257,6 +8206,9 @@ skipped-tests: # general failures - aern2-mp # https://github.com/michalkonecny/aern2/issues/11 - genvalidity-text # https://github.com/NorfairKing/validity/issues/101 + + # ??? + - incremental-parser # 0.5.0.3 Main: executable not found # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run @@ -8430,6 +8382,7 @@ expected-test-failures: - 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-discover # https://github.com/karun012/doctest-discover/issues/33 + - enum-text # https://github.com/cdornan/enum-text/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/70 - gitlab-haskell # https://github.com/commercialhaskell/stackage/issues/6088 - hspec-junit-formatter # https://github.com/freckle/hspec-junit-formatter/issues/14 @@ -8464,7 +8417,6 @@ expected-test-failures: - ede - exp-pairs # https://github.com/Bodigrim/exp-pairs/issues/16 - fixed-vector-hetero - - freckle-app # 1.0.0.4 https://github.com/commercialhaskell/stackage/issues/6197 - genvalidity-persistent - genvalidity-property - ghc-prof @@ -8477,7 +8429,6 @@ expected-test-failures: - hpack # https://github.com/commercialhaskell/stackage/issues/4512 - hpack-dhall # https://github.com/BlockScope/hpack-dhall/issues/25 - hspec-golden-aeson - - incremental-parser # 0.5.0.2 - jose - justified-containers - jwt @@ -8557,10 +8508,11 @@ expected-test-failures: - flay # 0.4 - functor-combinators # https://github.com/commercialhaskell/stackage/issues/6376 - generic-lens # https://github.com/commercialhaskell/stackage/issues/6377 - - geojson # 4.1.0 + - geojson # 4.0.4 - 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 + - json-stream # 0.4.3.0 - krank # 0.2.3 compile fail against aeson 2 - leveldb-haskell - lsp # 1.4.0.0 compile fail against aeson 2 @@ -8570,10 +8522,8 @@ expected-test-failures: - protobuf # 0.2.1.3 - record-wrangler # 0.1.1.0 - relapse # 1.0.0.0 #5948/closed - - safe-json # 1.1.2.0 compile fail against aeson 2 - secp256k1-haskell # #5948/closed - servant-static-th # 1.0.0.0 Tasty issue: https://github.com/commercialhaskell/stackage/issues/6090 - - snap-core # 1.0.4.2 random 1.2 - snappy # Could not find module ‘Functions’ - text-icu # 0.7.1.0 https://github.com/bos/text-icu/issues/32 - thread-supervisor # 0.2.0.0 @@ -8581,6 +8531,7 @@ expected-test-failures: - type-of-html-static # 0.1.0.2 https://github.com/commercialhaskell/stackage/issues/5728 - ua-parser # 0.7.6.0 compile fail against aeson 2 - vivid-supercollider # 0.4.1.2 https://github.com/commercialhaskell/stackage/issues/4250 + - xml-html-qq # 0.1.0.1 - xmlgen # 0.6.2.2 https://github.com/skogsbaer/xmlgen/issues/6 # Recursive deps https://github.com/fpco/stackage/issues/1818 @@ -8694,7 +8645,7 @@ expected-benchmark-failures: - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - cryptohash # 0.11.9 https://github.com/vincenthz/hs-cryptohash/pull/43 - fast-builder # 0.1.3.0 compile fail against aeson 2 - - incremental-parser # 0.5.0.2 + - incremental-parser # 0.5.0.3 - lz4 # https://github.com/fpco/stackage/issues/3510 - raaz # https://github.com/commercialhaskell/stackage/issues/4766 - serialise # 0.2.4.0 https://github.com/commercialhaskell/stackage/issues/6340 @@ -8798,7 +8749,8 @@ 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.13.0 - extensible-effects # tried extensible-effects-5.0.0.1, but its *benchmarks* requires the disabled package: test-framework-th - - hasbolt # tried hasbolt-0.1.6.1, but its *benchmarks* does not support: bytestring-0.11.1.0 + - filepath-bytestring # tried filepath-bytestring-1.4.2.1.10, but its *benchmarks* does not support: filepath-1.4.2.2 + - hasbolt # tried hasbolt-0.1.6.1, but its *benchmarks* does not support: bytestring-0.11.3.0 - hasbolt # tried hasbolt-0.1.6.1, but its *benchmarks* does not support: hspec-2.9.4 - 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