From 3a7e65bdc15cbd17de0839d25afadcd807b8ec58 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 29 May 2021 17:50:27 +0200 Subject: [PATCH] GHC 9.0.1 --- Dockerfile | 2 +- build-constraints.yaml | 1723 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 1560 insertions(+), 165 deletions(-) diff --git a/Dockerfile b/Dockerfile index b330e2ac..b812acb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:18.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV GHCVER 8.10.4 +ENV GHCVER 9.0.1 # NOTE: also update debian-bootstrap.sh when cuda version changes ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin diff --git a/build-constraints.yaml b/build-constraints.yaml index c948a397..40ee432e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,6 @@ -ghc-major-version: "8.10" +ghc-major-version: "9.0" # new curator is supposed to use exact GHC version -ghc-version: "8.10.4" +ghc-version: "9.0.1" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version @@ -147,7 +147,7 @@ packages: - smash-microlens - smash-lens - strict-tuple - - strict-tuple-lens < 0.2 # via `lens-5` + - strict-tuple-lens "Matthieu Monsch @mtth": - flags-applicative @@ -788,7 +788,7 @@ packages: - squeather "Neil Mitchell @ndmitchell": - - hlint < 3.3 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 + - hlint - hoogle - shake - tagsoup @@ -811,11 +811,11 @@ packages: - fuzzy "Digital Asset ": - - ghc-lib < 9.0.1 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 - - ghc-lib-parser < 9.0.1 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 + - ghc-lib + - ghc-lib-parser "Shayne Fletcher ": - - ghc-lib-parser-ex < 9 # TODO(mihaimaruseac): Fix when switching to GHC 9.0.1 + - ghc-lib-parser-ex "Karl Ostmo @kostmo": - perfect-hash-generator @@ -977,7 +977,6 @@ packages: - either - eq - ersatz - - exceptions - fixed - folds - free @@ -1043,17 +1042,17 @@ packages: - hspec - hspec-core - hspec-discover - - hspec-wai < 0.11.1 # https://github.com/commercialhaskell/stackage/issues/5940 + - hspec-wai - hspec-wai-json - aeson-qq - interpolate - - doctest < 0.17 # https://github.com/commercialhaskell/stackage/issues/5574 + - doctest - base-compat "Mario Blazevic @blamario": - monad-parallel - monad-coroutine - - monoid-subclasses < 1.1 # https://github.com/commercialhaskell/stackage/issues/5900 + - monoid-subclasses - rank2classes - input-parsers - incremental-parser @@ -1487,7 +1486,7 @@ packages: - parameterized - tracing-control < 0 # https://github.com/commercialhaskell/stackage/issues/5948 - primitive-extras - - primitive-unlifted < 0.2 + - primitive-unlifted - stm-hamt - stm-containers - stm-lifted @@ -2209,8 +2208,8 @@ packages: "Michael Thompson @michaelt": - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - lens-simple < 0 # via lens-family-2.0.0 - - lens-family-core < 2.1.0 #https://github.com/commercialhaskell/stackage/issues/5563 - - lens-family < 2.1.0 #https://github.com/commercialhaskell/stackage/issues/5563 + - lens-family-core + - lens-family "Justin Le @mstksg": - advent-of-code-api < 0 # ghc 8.10 via servant @@ -2704,7 +2703,7 @@ packages: - flac - flac-picture - forma - - ghc-syntax-highlighter < 0.0.7 # GHC 9.0.1 bound + - ghc-syntax-highlighter - hspec-megaparsec - htaglib - html-entity-map @@ -3146,7 +3145,7 @@ packages: - sv < 0 # via base-4.13.0.0 - sv-cassava < 0 # via sv-core - sv-core < 0 # via base-4.13.0.0 - - tasty-hedgehog < 1.1.0.0 # https://github.com/commercialhaskell/stackage/issues/5973 + - tasty-hedgehog "Ismail Mustafa @ismailmustafa": - handwriting < 0 @@ -3218,19 +3217,19 @@ packages: - gi-cairo - gi-dbusmenu - gi-dbusmenugtk3 - - gi-gdk < 4 + - gi-gdk - gi-gdkpixbuf - - gi-gdkx11 < 4 + - gi-gdkx11 - gi-gio - gi-glib - gi-gobject - gi-graphene - - gi-gtk < 4 + - gi-gtk - gi-gtk-hs - gi-pango - gi-xlib - gi-harfbuzz - - gi-gsk < 4 + - gi-gsk - gi-gtksource < 0 # via gi-gdk-4.0.1 & gi-gtk-4.0.1 - gi-javascriptcore < 0 # via haskell-gi - gi-vte < 0 # via gi-gdk-4.0.1 & gi-gtk-4.0.1 @@ -3750,7 +3749,7 @@ packages: - conduit-zstd "Alex Biehl @alexbiehl": - - haddock-library < 1.10 # https://github.com/commercialhaskell/stackage/issues/5890 + - haddock-library - http-client-openssl "Steven Vandevelde @icidasset": @@ -3954,7 +3953,7 @@ packages: - mergeful - mergeless - pretty-relative-time - - safe-coloured-text < 0.1.0.0 # https://github.com/commercialhaskell/stackage/issues/6046 + - safe-coloured-text - sydtest - sydtest-discover - sydtest-persistent-sqlite @@ -4161,7 +4160,7 @@ packages: - constraint - dual - either-both - - filtrable < 0.1.5.0 # https://github.com/commercialhaskell/stackage/issues/5565 + - filtrable - foldable1 - hs-functors - lenz @@ -4829,7 +4828,7 @@ packages: - mono-traversable-instances - mono-traversable-keys - multiset - - mwc-random < 0.15.0.0 # https://github.com/commercialhaskell/stackage/issues/5557 + - mwc-random - names-th - nanospec - nettle @@ -4844,7 +4843,7 @@ packages: - nicify-lib - old-locale - old-time - - one-liner < 2.0 # via linear-base (ghc9) + - one-liner - operational - optional-args - options @@ -4904,9 +4903,9 @@ packages: - scientific - securemem - selective - - semialign < 1.2 # via `indexed-traversable-instances` https://github.com/commercialhaskell/stackage/issues/5881 - - semialign-indexed < 1.2 # via `lens-5` https://github.com/commercialhaskell/stackage/issues/5874 - - semialign-optics < 1.2 # via `optics-core-0.4` https://github.com/commercialhaskell/stackage/issues/5881 + - semialign + - semialign-indexed + - semialign-optics - serialise - servant-client-core - servant-swagger-ui @@ -4926,7 +4925,7 @@ packages: - skein - slist - snap-core - - some < 1.0.3 + - some - special-values - splice - split @@ -4997,6 +4996,7 @@ packages: - typerep-map - uglymemo - unbounded-delays + - unicode-collation - universe - universe-base - universe-dependent-sum @@ -5105,145 +5105,1540 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.6.1.0 + - Win32 == 2.6.1.0 # TODO update for ghc 9.0.1 - "Stackage upper bounds": + "GHC 9": + # ghc-9.0.1 + - fusion-plugin < 0 # -0.2.2 (>=7.10.3 && < =8.11). Pranay Sashank @pranaysashank. @composewell. Used by: library + - hie-bios < 0 # -0.7.5 (>=8.4.1 && < 8.11). Neil Mitchell @ndmitchell. @mpickering. Used by: library + - polysemy-plugin < 0 # -0.3.0.0 (>=8.6.5 && < 9). Matej Niznik @TheMatten. @polysemy-research. Used by: library + - ghc-source-gen < 0 # -0.4.0.0 (>=8.4 && < 8.11). Judah Jacobson @judah. @google. Used by: library + - nri-prelude < 0 # -0.6.0.0 (>=8.6.1 && < 8.11). NoRedInk . @NoRedInk. Used by: library + # Cabal-3.4.0.0 ([changelog](http://hackage.haskell.org/package/Cabal-3.4.0.0/changelog)) is out of bounds for: + - cabal-rpm < 0 # -2.0.8 (>1.10 && < 3.3). Jens Petersen @juhp. @juhp. Used by: executable + - entropy < 0 # -0.4.1.6 (>=1.10 && < 3.3). Grandfathered dependencies. @TomMD. Used by: library + - packdeps < 0 # -0.6.0.0 (>=3.2 && < 3.3). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - pantry < 0 # -0.5.2.1 (>=3 && < 3.3). Michael Snoyman michael@snoyman.com @snoyberg. @commercialhaskell. Used by: library + # template-haskell-2.17.0.0 ([changelog](http://hackage.haskell.org/package/template-haskell-2.17.0.0/changelog)) is out of bounds for: + - Agda < 0 # -2.6.1.3 (>=2.11.0.0 && < 2.17). Andreas Abel @andreasabel. @agda. Used by: library + - aeson-schemas < 0 # -1.3.3 (>=2.12.0.0 && < 2.17). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + - avers < 0 # -0.0.17.1 (>=2.11.0.0 && < 2.17). Tomas Carnecky @wereHamster. @wereHamster. Used by: library + - composite-aeson < 0 # -0.7.5.0 (>=2.11.1.0 && < 2.17). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-base < 0 # -0.7.5.0 (>=2.11.1.0 && < 2.17). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - czipwith < 0 # -1.0.1.3 (>=2.9 && < 2.17). Lennart Spitzner @lspitzner. @lspitzner. Used by: library + - d10 < 0 # -0.2.1.6 (>=2.12 && < 2.17). Type Classes @argumatronic @chris-martin. @typeclasses. Used by: library + - data-accessor-template < 0 # -0.2.1.16 (>=2.11 && < 2.17). Henning Thielemann @thielema. Used by: library + - dhall < 0 # -1.38.1 (>=2.13.0.0 && < 2.17). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - egison-pattern-src-th-mode < 0 # -0.2.1.2 (>=2.2.0 && < 2.17). Satoshi Egi @egisatoshi. @egison. Used by: library + - email-validate < 0 # -2.3.2.13 (>=2.10.0.0 && < 2.17). George Pollard @Porges. @Porges. Used by: library + - equational-reasoning < 0 # -0.7.0.0 (>=2.11 && < 2.17). Hiromi Ishii @konn. @konn. Used by: library + - exception-hierarchy < 0 # -0.1.0.4 (>=2.15 && < 2.17). Yoshikuni Jujo @YoshikuniJujo. @YoshikuniJujo. Used by: library + - freer-simple < 0 # -1.2.1.1 (>=2.11 && < 2.17). Alexis King @lexi-lambda. @lexi-lambda. Used by: library + - geniplate-mirror < 0 # -0.7.7 (< 2.17). Liang-Ting Chen @L-TChen. @danr. Used by: library + - hackage-security < 0 # -0.6.0.1 (>=2.7 && < 2.17). Grandfathered dependencies. @haskell. Used by: library + - hgrev < 0 # -0.2.6 (>=2.10 && < 2.17). Matthew Wraith @wraithm. @bitnomial. Used by: library + - invertible-grammar < 0 # -0.1.3 (>=2.9 && < 2.17). Eugene Smolanka @esmolanka. @esmolanka. Used by: library + - ixset-typed < 0 # -0.5 (>=2.8 && < 2.17). Grandfathered dependencies. @well-typed. Used by: library + - path < 0 # -0.8.0 (< 2.17). Chris Done @chrisdone, Mark Karpov @mrkkrp, Simon Jakobi @sjakobi. @commercialhaskell. Used by: library + - prairie < 0 # -0.0.1.0 (>=2.15 && < 2.17). Matt Parsons @parsonsmatt. @parsonsmatt. Used by: library + - rank2classes < 0 # -1.4.1 (>=2.11 && < 2.17). Mario Blazevic @blamario. @blamario. Used by: library + - refined < 0 # -0.6.2 (>=2.9 && < 2.17). Daniel Cartwright @chessai. @nikita-volkov. Used by: library + - req < 0 # -3.9.0 (>=2.14 && < 2.17). Mark Karpov @mrkkrp. @mrkkrp. Used by: library + - servant-client-core < 0 # -0.18.2 (>=2.11.1.0 && < 2.17). Grandfathered dependencies, Haskell Servant . @haskell-servant. Used by: library + - swagger2 < 0 # -2.6 (>=2.9.0.0 && < 2.17). Nickolay Kudasov @fizruk. @GetShopTV. Used by: library + - th-test-utils < 0 # -1.1.0 (>=2.11.1.0 && < 2.17). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + - vector-circular < 0 # -0.1.3 (>=2.12 && < 2.17). David Himmelstrup @lemmih. @chessai. Used by: library + # ghc-prim-0.7.0 ([changelog](http://hackage.haskell.org/package/ghc-prim-0.7.0/changelog)) is out of bounds for: + - deepseq-generics < 0 # -0.2.0.0 (>=0.2 && < 0.7). Grandfathered dependencies. @hvr. Used by: library + - ed25519 < 0 # -0.0.5.0 (>=0.1 && < 0.7). Grandfathered dependencies. @thoughtpolice. Used by: library + - ekg-core < 0 # -0.1.1.7 (< 0.7). Eric Conlon @ejconlon. @tibbe. Used by: library + - hw-dsv < 0 # -0.4.1.0 (>=0.4 && < 0.7). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-streams < 0 # -0.0.1.0 (>=0.4 && < 0.7). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-xml < 0 # -0.5.1.0 (>=0.5 && < 0.7). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - o-clock < 0 # -1.2.0.1 (>=0.5 && < 0.7). Serokell @serokell. @serokell. Used by: library + - proto-lens < 0 # -0.7.0.0 (>=0.4 && < 0.7). Judah Jacobson @judah. @google. Used by: library + - protolude < 0 # -0.3.0 (>=0.3 && < 0.7). Stephen Diehl @sdiehl. @protolude @sdiehl. Used by: library + - relude < 0 # -0.7.0.0 (>=0.4.0.0 && < 0.7). Grandfathered dependencies. @kowainik. Used by: library + - streamly < 0 # -0.7.3 (>=0.2 && < 0.7). Harendra Kumar @harendra-kumar. @composewell. Used by: library + - typerep-map < 0 # -0.3.3.0 (>=0.5.1.1 && < 0.7). Grandfathered dependencies. @kowainik. Used by: library + # ghc-lib-parser-9.0.1.20210324 ([changelog](http://hackage.haskell.org/package/ghc-lib-parser-9.0.1.20210324/changelog)) (Digital Asset ) is out of bounds for: + - fourmolu < 0 # -0.3.0.0 (>=8.10 && < 8.11). Brandon Chinn @brandonchinn178. @parsonsmatt. Used by: library + - ormolu < 0 # -0.1.4.1 (>=8.10 && < 8.11). Mark Karpov @mrkkrp. @bazel-runfiles. Used by: library + # base-4.15.0.0 ([changelog](http://hackage.haskell.org/package/base-4.15.0.0/changelog)) is out of bounds for: + - HaXml < 0 # -1.25.5 (>=4.3.1.0 && < 4.15). Yoshikuni Jujo @YoshikuniJujo. @hackage-trustees. Used by: library + - HaskellNet < 0 # -0.6 (>=4.3 && < 4.15). Alexander Vershilov @qnikst. @qnikst. Used by: library + - MapWith < 0 # -0.2.0.0 (>=4.9.1 && < 4.15). David James @davjam. @davjam. Used by: library + - aeson-diff < 0 # -1.1.0.9 (>=4.9 && < 4.15). Thomas Sutton @thsutton. @thsutton. Used by: library + - aws-cloudfront-signed-cookies < 0 # -0.2.0.6 (< 4.15). Type Classes @argumatronic @chris-martin. @typeclasses. Used by: library + - bech32 < 0 # -1.1.0 (>=4.11.1.0 && < 4.15). Jonathan Knowles @jonathanknowles. @input-output-hk. Used by: library + - bech32-th < 0 # -1.0.2 (>=4.11.1.0 && < 4.15). Jonathan Knowles @jonathanknowles. @input-output-hk. Used by: library + - broadcast-chan < 0 # -0.2.1.1 (>=4.8 && < 4.15). Emanuel Borsboom @borsboom. @merijn. Used by: library + - bugzilla-redhat < 0 # -0.3.1 (>=4.6 && < 4.15). Jens Petersen @juhp. @juhp. Used by: library + - butcher < 0 # -1.3.3.2 (>=4.11 && < 4.15). Lennart Spitzner @lspitzner. @lspitzner. Used by: library + - bzlib < 0 # -0.5.1.0 (>=4.3 && < 4.15). Grandfathered dependencies. @hackage-trustees. Used by: library + - cabal-plan < 0 # -0.7.2.0 ((>=4.6 && < 4.10) || ^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14). Henning Thielemann @thielema. @hvr. Used by: library + - cdar-mBound < 0 # -0.1.0.2 (>=4.7 && < 4.15). Michal Konecny @michalkonecny. @michalkonecny. Used by: library + - circular < 0 # -0.3.1.1 (>=4.14.1.0 && < 4.15). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - co-log-core < 0 # -0.2.1.1 (>=4.10.1.0 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - configurator-pg < 0 # -0.2.5 (>=4.9 && < 4.15). Robert Vollmert @robx. @robx. Used by: library + - country < 0 # -0.2.1 (>=4.9.1.0 && < 4.15). Daniel Cartwright @chessai. @andrewthad. Used by: library + - crypto-enigma < 0 # -0.1.1.6 (>=4.8.1.0 && < =4.14.1.0). Roy Levien @orome. @orome. Used by: library + - cryptohash-md5 < 0 # -0.11.100.1 (>=4.5 && < 4.15). Jens Petersen @juhp. @hvr. Used by: library + - cryptohash-sha1 < 0 # -0.11.100.1 (>=4.5 && < 4.15). Jens Petersen @juhp. @hvr. Used by: library + - cryptohash-sha256 < 0 # -0.11.102.0 (>=4.5 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - cryptohash-sha512 < 0 # -0.11.100.1 (>=4.5 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - css-syntax < 0 # -0.1.0.0 (>=4.8 && < 4.15). Tomas Carnecky @wereHamster. @wereHamster. Used by: library + - data-compat < 0 # -0.1.0.3 (>=4.12.0.0 && < 4.15). Travis Whitaker . @TravisWhitaker. Used by: library + - data-forest < 0 # -0.1.0.8 (>=4.9 && < 4.15). Chris Martin @chris-martin. @chris-martin. Used by: library + - deepseq-generics < 0 # -0.2.0.0 (>=4.5 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - deepseq-instances < 0 # -0.1.0.1 (>=4.13.0.0 && < 4.15). Travis Whitaker . @TravisWhitaker. Used by: library + - dialogflow-fulfillment < 0 # -0.1.1.4 (>=4.12.0.0 && < 4.15.0.0). Mauricio Fierro @mauriciofierrom. @mauriciofierrom. Used by: library + - doctest-driver-gen < 0 # -0.3.0.3 (>=4.0 && < 4.15). Hexirp @Hexirp. @Hexirp. Used by: library + - earcut < 0 # -0.1.0.4 (>=4.5 && < 4.15). David Himmelstrup @lemmih. @reanimate. Used by: library + - ekg < 0 # -0.4.0.15 (>=4.5 && < 4.15). Eric Conlon @ejconlon. @tibbe. Used by: library + - ekg-core < 0 # -0.1.1.7 (>=4.6 && < 4.15). Eric Conlon @ejconlon. @tibbe. Used by: library + - ekg-json < 0 # -0.1.0.6 (>=4.5 && < 4.15). Eric Conlon @ejconlon. @tibbe. Used by: library + - ekg-statsd < 0 # -0.2.5.0 (>=4.6 && < 4.15). Eric Conlon @ejconlon. @tibbe. Used by: library + - feed < 0 # -1.3.2.0 (>=4 && < 4.15). Adam Bergmark @bergmark. @bergmark. Used by: library + - generic-monoid < 0 # -0.1.0.1 (>=4.11 && < 4.15). Luke Clifton @luke-clifton. Used by: library + - greskell < 0 # -1.2.0.1 (>=4.9.0.0 && < 4.15). Toshio Ito @debug-ito. @debug-ito. Used by: library + - greskell-core < 0 # -0.1.3.6 (>=4.9.0.0 && < 4.15). Toshio Ito @debug-ito. @debug-ito. Used by: library + - greskell-websocket < 0 # -0.1.2.5 (>=4.9.1.0 && < 4.15). Toshio Ito @debug-ito. @debug-ito. Used by: library + - haskell-lsp < 0 # -0.24.0.0 (>=4.9 && < 4.15). Alan Zimmerman @alanz. @alanz. Used by: library + - haskell-lsp-types < 0 # -0.24.0.0 (>=4.9 && < 4.15). Grandfathered dependencies. @alanz. Used by: library + - haxr < 0 # -3000.11.4.1 (>=4.9 && < 4.15). Brent Yorgey @byorgey. @byorgey. Used by: library + - hledger < 0 # -1.21 (>=4.9 && < 4.15). Simon Michael @simonmichael. @simonmichael. Used by: library + - hledger-lib < 0 # -1.21 (>=4.9 && < 4.15). Simon Michael @simonmichael. @simonmichael. Used by: library + - hledger-ui < 0 # -1.21 (>=4.9 && < 4.15). Simon Michael @simonmichael. @simonmichael. Used by: executable + - hledger-web < 0 # -1.21 (>=4.9 && < 4.15). Simon Michael @simonmichael. @simonmichael. Used by: library + - hslogger < 0 # -1.3.1.0 (>=4.3 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - hspec-tables < 0 # -0.0.1 (>=4.13.0.0 && < 4.15). Marcin Rzeźnicki @marcin-rzeznicki. @marcin-rzeznicki. Used by: library + - ilist < 0 # -0.4.0.1 (>=4.10 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - io-streams-haproxy < 0 # -1.0.1.0 (>=4.5 && < 4.15). Grandfathered dependencies. @mightybyte. Used by: library + - ki < 0 # -0.2.0.1 (>=4.12.0.0 && < 4.15). Mitchell Rosen @mitchellwrosen. @mitchellwrosen. Used by: library + - libjwt-typed < 0 # -0.2 (>=4.13.0.0 && < 4.15). Marcin Rzeźnicki @marcin-rzeznicki. @marcin-rzeznicki. Used by: library + - loc < 0 # -0.1.3.10 (< 4.15). Chris Martin @chris-martin. @chris-martin. Used by: library + - lsp < 0 # -1.2.0.0 (>=4.11 && < 4.15). Grandfathered dependencies. @haskell. Used by: library + - lsp-test < 0 # -0.14.0.0 (< 4.15). Luke Lau @bubba. @haskell. Used by: test-suite + - lsp-types < 0 # -1.2.0.0 (>=4.11 && < 4.15). Grandfathered dependencies. @haskell. Used by: library + - membrain < 0 # -0.0.0.2 (>=4.10.1.0 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - multistate < 0 # -0.8.0.3 (>=4.11 && < 4.15). Lennart Spitzner @lspitzner. @lspitzner. Used by: library + - newtype < 0 # -0.2.2.0 (>=4.5 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - path-text-utf8 < 0 # -0.0.1.6 (>=4.7 && < 4.15). Chris Martin @chris-martin. @chris-martin. Used by: library + - perfect-vector-shuffle < 0 # -0.1.1.1 (>=4.9 && < 4.15). Callan McGill @callanmcgill. @Boarders. Used by: library + - postgrest < 0 # -7.0.1 (>=4.9 && < 4.15). Robert Vollmert @robx. @PostgREST. Used by: library + - pqueue < 0 # -1.4.1.3 (>=4.8 && < 4.15). Lennart Spitzner @lspitzner. @lspitzner. Used by: library + - proto-lens < 0 # -0.7.0.0 (>=4.10 && < 4.15). Judah Jacobson @judah. @google. Used by: library + - proto-lens-protobuf-types < 0 # -0.7.0.0 (>=4.10 && < 4.15). Judah Jacobson @judah. @google. Used by: library + - proto-lens-protoc < 0 # -0.7.0.0 (>=4.9 && < 4.15). Judah Jacobson @judah. @google. Used by: library + - proto-lens-runtime < 0 # -0.7.0.0 (>=4.10 && < 4.15). Judah Jacobson @judah. @google. Used by: library + - proto-lens-setup < 0 # -0.4.0.4 (>=4.10 && < 4.15). Judah Jacobson @judah. @google. Used by: library + - protolude < 0 # -0.3.0 (>=4.6 && < 4.15). Stephen Diehl @sdiehl. @protolude @sdiehl. Used by: library + - publicsuffix < 0 # -0.20200526 (>=4 && < 4.15). Tomas Carnecky @wereHamster. @wereHamster. Used by: library + - rattletrap < 0 # -11.1.1 (>=4.14.1 && < 4.15). Taylor Fausak @tfausak. @tfausak. Used by: library + - regex-applicative-text < 0 # -0.1.0.1 (>=4.3 && < 4.15). Grandfathered dependencies. @phadej. Used by: library + - relude < 0 # -0.7.0.0 (>=4.9 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - resolv < 0 # -0.1.2.0 (>=4.5 && < 4.15). Grandfathered dependencies. @hvr. Used by: library + - rethinkdb-client-driver < 0 # -0.0.25 (< 4.15). Tomas Carnecky @wereHamster. @wereHamster. Used by: library + - sandwich < 0 # -0.1.0.6 (< 4.15). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - sandwich-quickcheck < 0 # -0.1.0.5 (< 4.15). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - sandwich-slack < 0 # -0.1.0.4 (< 4.15). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - sandwich-webdriver < 0 # -0.1.0.4 (< 4.15). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - sendgrid-v3 < 0 # -0.3.0.0 (>=4.8 && < 4.15). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @marcelbuesing. Used by: library + - servant < 0 # -0.18.2 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-auth < 0 # -0.4.0.0 (>=4.10 && < 4.15). Domen Kozar @domenkozar. @haskell-servant. Used by: library + - servant-auth-client < 0 # -0.4.1.0 (>=4.10 && < 4.15). Domen Kozar @domenkozar. @haskell-servant. Used by: library + - servant-auth-docs < 0 # -0.2.10.0 (>=4.8 && < 4.15). Domen Kozar @domenkozar. @haskell-servant. Used by: library + - servant-auth-server < 0 # -0.4.6.0 (>=4.10 && < 4.15). Domen Kozar @domenkozar. @haskell-servant. Used by: library + - servant-auth-swagger < 0 # -0.2.10.1 (>=4.10 && < 4.15). Domen Kozar @domenkozar. @haskell-servant. Used by: library + - servant-client < 0 # -0.18.2 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-docs < 0 # -0.11.8 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-errors < 0 # -0.1.6.0 (>=4.10.0.0 && < 4.15). Allan Lukwago @epicallan. @epicallan. Used by: library + - servant-foreign < 0 # -0.15.3 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-http-streams < 0 # -0.18.2 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-openapi3 < 0 # -2.0.1.2 (>=4.9 && < 4.15). Maxim Koltsov @maksbotan. @biocad. Used by: library + - servant-server < 0 # -0.18.2 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-swagger < 0 # -1.1.10 (>=4.9 && < 4.15). Haskell Servant . @haskell-servant. Used by: library + - servant-swagger-ui < 0 # -0.3.5.3.47.1 (>=4.7 && < 4.15). Grandfathered dependencies, Haskell Servant . @haskell-servant. Used by: library + - servant-swagger-ui-core < 0 # -0.3.5 (>=4.7 && < 4.15). Grandfathered dependencies, Haskell Servant . @haskell-servant. Used by: library + - shortcut-links < 0 # -0.5.1.1 (>=4.11 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - snap-server < 0 # -1.1.2.0 (>=4.6 && < 4.15). Simon Jakobi @sjakobi. @mightybyte. Used by: library + - stackcollapse-ghc < 0 # -0.0.1.4 (>=4.12.0.0 && < 4.15). Marcin Rzeźnicki @marcin-rzeznicki. @marcin-rzeznicki. Used by: executable + - strict-tuple < 0 # -0.1.4 (^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14). Emily Pillmore @topos. @mitchellwrosen. Used by: library + - strict-tuple-lens < 0 # -0.1.0.1 (>=4.11 && < 4.15). Emily Pillmore @topos. @emilypi. Used by: library + - stripe-concepts < 0 # -1.0.2.6 (^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14). Type Classes @argumatronic @chris-martin. @typeclasses. Used by: library + - swish < 0 # -0.10.0.4 (>=4.5 && < 4.15). Douglas Burke @DougBurke. Used by: library + - tasty-wai < 0 # -0.1.1.1 (>=4.8 && < 4.15). Pavan Rikhi @prikhi. @qfpl. Used by: library + - tdigest < 0 # -0.2.1.1 (>=4.7 && < 4.15). Grandfathered dependencies. @phadej. Used by: library + - termbox < 0 # -0.3.0 (^>=4.10 || ^>=4.11 || ^>=4.12 || ^>=4.13 || ^>=4.14). Mitchell Rosen @mitchellwrosen. @mitchellwrosen. Used by: library + - text-format < 0 # -0.3.2 (>=4.3 && < 4.15). Dan Burton @DanBurton. @bos @hackage-trustees. Used by: library + - these-skinny < 0 # -0.7.4 (>=4.10 && < 4.15). Daniel Cartwright @chessai. @chessai. Used by: library + - through-text < 0 # -0.1.0.0 (>=4.3 && < 4.15). Adam Bergmark @bergmark. @bergmark. Used by: library + - tonalude < 0 # -0.1.1.1 (>=4.7 && < 4.15). Kadzuya Okamoto @arowM. @tonatona-project. Used by: library + - type-errors-pretty < 0 # -0.0.1.1 (>=4.10.1.0 && < 4.15). Grandfathered dependencies. @chshersh. Used by: library + - typerep-map < 0 # -0.3.3.0 (>=4.10 && < 4.15). Grandfathered dependencies. @kowainik. Used by: library + - with-utf8 < 0 # -1.0.2.2 (>=4.10 && < 4.15). Serokell @serokell. @serokell. Used by: library + - zydiskell < 0 # -0.2.0.0 (>=4.7 && < 4.15). Edward Nerd @nerded1337. @nerded1337. Used by: library - # https://github.com/commercialhaskell/stackage/issues/5587 - - network < 3.1.2.0 - - dbus < 1.2.18 - - # https://github.com/commercialhaskell/stackage/issues/6013 - - path < 0.8 - - # https://github.com/commercialhaskell/stackage/issues/5524 - - dlist < 1.0 - - rebase < 1.7 - - rerebase < 1.7 - - # https://github.com/commercialhaskell/stackage/issues/5598 - - base64-bytestring < 1.2 - - # https://github.com/commercialhaskell/stackage/issues/5633 - - language-c < 0.9 - - # https://github.com/commercialhaskell/stackage/issues/5666 - - generic-deriving < 1.14 - - # https://github.com/commercialhaskell/stackage/issues/5667 - - profunctors < 5.6 - - free < 5.1.6 - - # https://github.com/commercialhaskell/stackage/issues/5686 - - formatting < 7 - - # https://github.com/commercialhaskell/stackage/issues/5747 - - http-client < 0.7 - - http-client-openssl < 0.3.3 - - # https://github.com/commercialhaskell/stackage/issues/5836 - - clock < 0.8.2 - - # https://github.com/commercialhaskell/stackage/issues/5864 - - parser-combinators < 1.3.0 - - parser-combinators-tests < 1.3.0 - - # https://github.com/commercialhaskell/stackage/issues/5867 - - chronos < 1.1.2 - - # https://github.com/commercialhaskell/stackage/issues/5911 - - lens < 5 + # HaXml (GHC 9, Yoshikuni Jujo @YoshikuniJujo) (not present) depended on by: + - yjsvg < 0 # -0.2.0.1 (==1.25.*). Yoshikuni Jujo @YoshikuniJujo. @YoshikuniJujo. Used by: library + # aeson-1.5.6.0 ([changelog](http://hackage.haskell.org/package/aeson-1.5.6.0/changelog)) (Adam Bergmark @bergmark) is out of bounds for: + - chronos < 0 # -1.1.2 (>=1.1 && < 1.5). Daniel Cartwright @chessai. @andrewthad. Used by: library + # aeson-diff (GHC 9, Thomas Sutton @thsutton) (not present) depended on by: + - ipynb < 0 # -0.1.0.1 (-any). John MacFarlane @jgm. @jgm. Used by: test-suite + # aeson-schemas (Brandon Chinn @brandon-leapyear, GHC 9) (not present) depended on by: + - graphql-client < 0 # -1.1.1 (>=1.3 && < 1.4). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + # attoparsec-0.14.1 ([changelog](http://hackage.haskell.org/package/attoparsec-0.14.1/changelog)) (Grandfathered dependencies) is out of bounds for: + - chronos < 0 # -1.1.2 (>=0.13 && < 0.14). Daniel Cartwright @chessai. @andrewthad. Used by: library + - ftp-client < 0 # -0.5.1.4 (>=0.10 && < 0.14). Dan Burton @DanBurton. @mr. Used by: library + - generic-aeson < 0 # -0.2.0.12 (>=0.11 && < 0.14). Alejandro Serrano @serras. @bergmark @hesselink. Used by: library + - ghc-prof < 0 # -1.4.1.8 (< 0.14). Grandfathered dependencies. @maoe. Used by: library + - http-link-header < 0 # -1.2.0 (>=0.13.2.4 && < 0.14). Greg V @myfreeweb. @myfreeweb. Used by: library + - input-parsers < 0 # -0.2.2 (>=0.12.1.4 && < 0.14). Mario Blazevic @blamario. Used by: library + - io-streams < 0 # -1.5.2.1 (>=0.10 && < 0.14). Gregory Collins @gregorycollins. @mightybyte. Used by: library + - ipa < 0 # -0.3.1 (^>=0.13). Rory Tyler Hayford @ngua. Used by: library + - makefile < 0 # -1.1.0.0 (>=0.12 && < 0.14). Nicolas Mattia @nmattia. @nmattia. Used by: library + - net-mqtt < 0 # -0.7.1.0 (>=0.13.2 && < 0.14). Dustin Sallings @dustin. @dustin. Used by: library + - pandoc < 0 # -2.13 (>=0.12 && < 0.14). John MacFarlane @jgm. @jgm. Used by: library + - relapse < 0 # -1.0.0.0 (>=0.13.1.0 && < 0.14). Grandfathered dependencies. @iostat. Used by: library + - snap-core < 0 # -1.0.4.2 (>=0.12 && < 0.14). Grandfathered dependencies. @mightybyte. Used by: library + - uniprot-kb < 0 # -0.1.2.0 (>=0.10 && < 0.14). Pavel Yakovlev @zmactep. @biocad. Used by: library + - websockets < 0 # -0.12.7.2 (>=0.10 && < 0.14). Jasper Van der Jeugt @jaspervdj. @jaspervdj. Used by: library + # base64-bytestring-1.2.0.1 ([changelog](http://hackage.haskell.org/package/base64-bytestring-1.2.0.1/changelog)) (Grandfathered dependencies) is out of bounds for: + - nonce < 0 # -1.0.7 (>=1.0 && < 1.2). Felipe Lessa @meteficha. @meteficha. Used by: library + # cabal-plan (GHC 9, Henning Thielemann @thielema) (not present) depended on by: + - cabal-flatpak < 0 # -0.1.0.2 (>=0.5 && < 0.8). Henning Thielemann @thielema. Used by: executable + # call-stack-0.4.0 ([changelog](http://hackage.haskell.org/package/call-stack-0.4.0/changelog)) (Grandfathered dependencies) is out of bounds for: + - hw-hspec-hedgehog < 0 # -0.1.1.0 (>=0.2 && < 0.4). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # cdar-mBound (GHC 9, Michal Konecny @michalkonecny) (not present) depended on by: + - aern2-mp < 0 # -0.2.6.0 (>=0.1.0.0). Michal Konecny @michalkonecny. @michalkonecny. Used by: library + # circular (Dominik Schrempf @dschrempf, GHC 9) (not present) depended on by: + - mcmc < 0 # -0.4.0.0 (>=0.3.1.1 && < 0.4). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + # citeproc-0.4 ([changelog](http://hackage.haskell.org/package/citeproc-0.4/changelog)) (John MacFarlane @jgm) is out of bounds for: + - pandoc < 0 # -2.13 (>=0.3.0.9 && < 0.3.1). John MacFarlane @jgm. @jgm. Used by: library + # clock-0.8.2 ([changelog](http://hackage.haskell.org/package/clock-0.8.2/changelog)) (Philipp Middendorf @pmiddend) is out of bounds for: + - clock-extras < 0 # -0.1.0.2 (>=0.4.6 && < 0.8.0). Jonathan Fischoff @jfischoff. @skedgeme. Used by: library + # co-log-core (GHC 9, Grandfathered dependencies) (not present) depended on by: + - co-log-concurrent < 0 # -0.5.0.0 (^>=0.2.1.0). Alexander Vershilov @qnikst. @qnikst. Used by: library + # commonmark-0.2 ([changelog](http://hackage.haskell.org/package/commonmark-0.2/changelog)) (John MacFarlane @jgm) is out of bounds for: + - pandoc < 0 # -2.13 (>=0.1.1.3 && < 0.2). John MacFarlane @jgm. @jgm. Used by: library + # composite-aeson (Dan Firth @locallycompact, GHC 9) (not present) depended on by: + - composite-aeson-path < 0 # -0.7.5.0 (>=0.7 && < 0.8). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-aeson-refined < 0 # -0.7.5.0 (>=0.7 && < 0.8). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-aeson-throw < 0 # -0.1.0.0 (-any). Dan Firth @locallycompact. Used by: library + # composite-base (Dan Firth @locallycompact, GHC 9) (not present) depended on by: + - composite-binary < 0 # -0.7.5.0 (>=0.7 && < 0.8). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-ekg < 0 # -0.7.5.0 (>=0.7 && < 0.8). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-hashable < 0 # -0.7.5.0 (>=0.7 && < 0.8). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - composite-tuple < 0 # -0.1.2.0 (-any). Dan Firth @locallycompact. Used by: library + - composite-xstep < 0 # -0.1.0.0 (-any). Dan Firth @locallycompact. Used by: library + # country (Daniel Cartwright @chessai, GHC 9) (not present) depended on by: + - bcp47 < 0 # -0.2.0.4 (>=0.2.1). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + # cryptohash-md5 (GHC 9, Jens Petersen @juhp) (not present) depended on by: + - bson < 0 # -0.4.0.1 (==0.11.*). Victor Denisov @VictorDenisov. @mongodb-haskell. Used by: library + - uuid < 0 # -1.3.15 (>=0.11.100 && < 0.12). Antoine Latter @aslatter. @haskell-hvr. Used by: library + # cryptohash-sha1 (GHC 9, Jens Petersen @juhp) (not present) depended on by: + - hasql-queue < 0 # -1.2.0.2 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: executable + - tmp-postgres < 0 # -1.34.1.0 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: library + - uuid < 0 # -1.3.15 (>=0.11.100 && < 0.12). Antoine Latter @aslatter. @haskell-hvr. Used by: library + # cryptohash-sha256 (GHC 9, Grandfathered dependencies) (not present) depended on by: + - cabal-flatpak < 0 # -0.1.0.2 (>=0.11 && < 0.12). Henning Thielemann @thielema. Used by: executable + - clash-lib < 0 # -1.4.2 (>=0.11 && < 0.12). QBayLogic B.V. @martijnbastiaan. @clash-lang. Used by: library + - elynx-tools < 0 # -0.5.0.2 (>=0.11.102.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - line < 0 # -4.0.1 (>=0.11.100.1). Hyunje Jun @noraesae. @utatti. Used by: library + - rattle < 0 # -0.2 (-any). Neil Mitchell @ndmitchell. @ndmitchell. Used by: library + # deepseq-generics (GHC 9, Grandfathered dependencies) (not present) depended on by: + - github-webhooks < 0 # -0.15.0 (-any). Cuedo Business Solutions @cuedo. @donkeybonks. Used by: library + - hidapi < 0 # -0.1.7 (>=0.1). Niklas Hambüchen mail@nh2.me @nh2. @chpatrick. Used by: library + - kdt < 0 # -0.2.4 (>=0.1.1.1). Luis G. Torres @giogadi. @giogadi. Used by: library + - uri-bytestring < 0 # -0.3.3.0 (-any). Michael Xavier @MichaelXavier. @Soostone. Used by: benchmark + # dhall (GHC 9, Gabriel Gonzalez @Gabriel439) (not present) depended on by: + - dhall-bash < 0 # -1.0.36 (>=1.36.0 && < 1.39). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - dhall-json < 0 # -1.7.6 (>=1.38.0 && < 1.39). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - dhall-lsp-server < 0 # -1.0.14 (>=1.38.0 && < 1.39). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - dhall-yaml < 0 # -1.2.6 (>=1.31.0 && < 1.39). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - hpack-dhall < 0 # -0.5.2 (>=1.18.0). Phil de Joux @philderbeast. @blockscope. Used by: library + - pandoc-dhall-decoder < 0 # -0.1.0.1 (-any). Dan Firth @locallycompact. Used by: library + - verbosity < 0 # -0.4.0.0 (>=1.23.0 && < 2). Peter Trško @trskop. @trskop. Used by: library + # dlist-1.0 ([changelog](http://hackage.haskell.org/package/dlist-1.0/changelog)) (Grandfathered dependencies) is out of bounds for: + - hw-json < 0 # -1.3.2.2 (>=0.8 && < 0.9). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-mquery < 0 # -0.2.1.0 (>=0.8.0 && < 0.9). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - salak < 0 # -0.3.6 (>=0.8.0 && < 0.9). Daniel YU . @leptonyu. Used by: library + # doctest-0.18.1 ([changelog](http://hackage.haskell.org/package/doctest-0.18.1/changelog)) (Simon Hengel @sol) is out of bounds for: + - asif < 0 # -6.0.4 (>=0.16.2 && < 0.17). John Ky newhoggy@gmail.com @newhoggy. @arbor. Used by: test-suite + - numhask < 0 # -0.7.1.0 (>=0.16 && < 0.18). Tony Day @tonyday567. @tonyday567. Used by: test-suite + - partial-semigroup < 0 # -0.5.1.12 (>=0.11 && < 0.18). Chris Martin @chris-martin. @chris-martin. Used by: test-suite + - polysemy < 0 # -1.5.0.0 (>=0.16.0.1 && < 0.17). Matej Niznik @TheMatten. @polysemy-research. Used by: test-suite + # egison-pattern-src-th-mode (GHC 9, Satoshi Egi @egisatoshi) (not present) depended on by: + - mini-egison < 0 # -1.0.0 (>=0.2.1 && < 0.3). Satoshi Egi @egisatoshi. @egison. Used by: library + - sweet-egison < 0 # -0.1.1.3 (^>=0.2.1). Satoshi Egi @egisatoshi. @egison. Used by: library + # ekg-core (Eric Conlon @ejconlon, GHC 9) (not present) depended on by: + - composite-ekg < 0 # -0.7.5.0 (>=0.1.1.3 && < 0.5). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - monad-metrics < 0 # -0.2.2.0 (>=0.1.0.1 && < 0.2). Matt Parsons @parsonsmatt. @parsonsmatt @sellerlabs. Used by: library + # email-validate (GHC 9, George Pollard @Porges) (not present) depended on by: + - mmark < 0 # -0.0.7.3 (>=2.2 && < 2.4). Mark Karpov @mrkkrp. @mmark-md. Used by: library + - rhbzquery < 0 # -0.4.3 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - yesod-auth < 0 # -1.6.10.3 (>=1.0). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-form < 0 # -1.7.0 (>=1.0). Grandfathered dependencies. @snoyberg. Used by: library + # entropy (GHC 9, Grandfathered dependencies) (not present) depended on by: + - bcrypt < 0 # -0.0.11 (< 0.5). Alexandr Kurilin @alex_kurilin. @a1kmm. Used by: library + - clientsession < 0 # -0.9.1.2 (>=0.2.1). Grandfathered dependencies. @snoyberg. Used by: library + - crypto-api < 0 # -0.13.3 (-any). Grandfathered dependencies. @TomMD. Used by: library + - crypto-random-api < 0 # -0.2.0 (-any). Vincent Hanquez @vincenthz. @vincenthz. Used by: library + - nonce < 0 # -1.0.7 (>=0.3.7 && < 0.4.2). Felipe Lessa @meteficha. @meteficha. Used by: library + - pcg-random < 0 # -0.1.3.7 (-any). Grandfathered dependencies. @cchalmers. Used by: library + - random-bytestring < 0 # -0.1.4 (>=0.3). Lars Kuhtz @larskuhtz. Used by: benchmark + - scrypt < 0 # -0.5.0 (>=0.2). Falko Peters @informatikr. @informatikr. Used by: library + - secp256k1-haskell < 0 # -0.5.0 (>=0.3.8 && < 0.5). Jean-Pierre Rupp @xenog. @haskoin. Used by: library + - uuid < 0 # -1.3.15 (>=0.3.7 && < 0.5). Antoine Latter @aslatter. @haskell-hvr. Used by: library + - wai-session < 0 # -0.3.3 (-any). Grandfathered dependencies. @singpolyma. Used by: library + - websockets < 0 # -0.12.7.2 (>=0.2.1 && < 0.5). Jasper Van der Jeugt @jaspervdj. @jaspervdj. Used by: library + - yesod-core < 0 # -1.6.20.1 (-any). Grandfathered dependencies. @snoyberg. Used by: library + # equational-reasoning (GHC 9, Hiromi Ishii @konn) (not present) depended on by: + - ghc-typelits-presburger < 0 # -0.6.0.0 (-any). Hiromi Ishii @konn. @konn. Used by: executable + - singletons-presburger < 0 # -0.6.0.0 (-any). Hiromi Ishii @konn. @konn. Used by: executable + - sized < 0 # -1.0.0.0 (>=0.5). Hiromi Ishii @konn. @konn. Used by: library + - type-natural < 0 # -1.1.0.0 (>=0.4.1.1). Hiromi Ishii @konn. @konn. Used by: library + # feed (Adam Bergmark @bergmark, GHC 9) (not present) depended on by: + - download < 0 # -0.3.2.7 (-any). Sibi Prabakaran @psibi. @psibi. Used by: library + - download-curl < 0 # -0.1.4 (-any). Lukas Epple @sternenseemann. Used by: library + - hakyll-convert < 0 # -0.3.0.4 (>=1.3 && < 1.4). Alexander Batischev @Minoru. @Minoru. Used by: library + # formatting-7.1.2 ([changelog](http://hackage.haskell.org/package/formatting-7.1.2/changelog)) (Michael Snoyman michael@snoyman.com @snoyberg) is out of bounds for: + - webby < 0 # -1.0.1 (>=6.3.7 && < 6.4). Aditya Manthramurthy @donatello. @donatello. Used by: library + # freer-simple (Alexis King @lexi-lambda, GHC 9) (not present) depended on by: + - polysemy < 0 # -1.5.0.0 (-any). Matej Niznik @TheMatten. @polysemy-research. Used by: benchmark + # generic-monoid (GHC 9, Luke Clifton @luke-clifton) (not present) depended on by: + - postgres-options < 0 # -0.2.0.0 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: library + - tmp-postgres < 0 # -1.34.1.0 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: library + # gi-gdk-4.0.3 ([changelog](http://hackage.haskell.org/package/gi-gdk-4.0.3/changelog)) (Iñaki García Etxebarria @garetxe) is out of bounds for: + - gi-dbusmenugtk3 < 0 # -0.4.10 (==3.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gtk-hs < 0 # -0.3.10 (>=3.0.6 && < 3.1). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + # gi-gmodule (not present) depended on by: + - gi-gdkpixbuf < 0 # -2.0.26 (==2.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + # gi-gtk-4.0.4 ([changelog](http://hackage.haskell.org/package/gi-gtk-4.0.4/changelog)) (Iñaki García Etxebarria @garetxe) is out of bounds for: + - gi-dbusmenugtk3 < 0 # -0.4.10 (==3.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gtk-hs < 0 # -0.3.10 (>=3.0.26 && < 3.1). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + # hackage-security (GHC 9, Grandfathered dependencies) (not present) depended on by: + - cabal-file < 0 # -0.1.1 (-any). Jens Petersen @juhp. @juhp. Used by: library + - stack < 0 # -2.7.1 (>=0.6.0.1). Emanuel Borsboom @borsboom. @commercialhaskell. Used by: library + # haddock-library-1.10.0 ([changelog](http://hackage.haskell.org/package/haddock-library-1.10.0/changelog)) (Alex Biehl @alexbiehl) is out of bounds for: + - pandoc < 0 # -2.13 (>=1.8 && < 1.10). John MacFarlane @jgm. @jgm. Used by: library + # haskell-gi-base-0.25.0 ([changelog](http://hackage.haskell.org/package/haskell-gi-base-0.25.0/changelog)) (Iñaki García Etxebarria @garetxe) is out of bounds for: + - gi-cairo-connector < 0 # -0.1.0 (>=0.24.0 && < 0.25). Ivan Malison @IvanMalison. @cohomology. Used by: library + - gi-cairo-render < 0 # -0.1.0 (>=0.24 && < 0.25). Ivan Malison @IvanMalison. @cohomology. Used by: library + # haskell-lsp (Alan Zimmerman @alanz, GHC 9) (not present) depended on by: + - dhall-lsp-server < 0 # -1.0.14 (>=0.19.0.0 && < 0.25). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + # haxr (Brent Yorgey @byorgey, GHC 9) (not present) depended on by: + - koji < 0 # -0.0.2 (>=3000.11.4). Jens Petersen @juhp. @juhp. Used by: library + # hledger-lib (GHC 9, Simon Michael @simonmichael) (not present) depended on by: + - hledger-iadd < 0 # -1.3.14 (>=1.21 && < 1.22). Hans-Peter Deifel @hpdeifel. @hpdeifel. Used by: library + - hledger-interest < 0 # -1.6.1 (==1.21.*). Peter Simons @peti. @peti. Used by: executable + - hledger-stockquotes < 0 # -0.1.1.0 (< 2). Pavan Rikhi @prikhi. @prikhi. Used by: library + # hslogger (GHC 9, Grandfathered dependencies) (not present) depended on by: + - dbus-hslogger < 0 # -0.1.0.1 (-any). Ivan Malison @IvanMalison. @IvanMalison. Used by: library + - dhall-lsp-server < 0 # -1.0.14 (>=1.2.10 && < 1.4). Gabriel Gonzalez @Gabriel439. @dhall-lang. Used by: library + - gtk-sni-tray < 0 # -0.1.6.2 (-any). Ivan Malison @IvanMalison. @IvanMalison. Used by: library + - happstack-server < 0 # -7.7.1 (>=1.0.2). Jeremy Shaw @stepcut. @stepcut. Used by: library + - lambdabot-core < 0 # -5.3.0.1 (>=1.2.1). Peter Simons @peti. @DanBurton @mokus0. Used by: library + - nvim-hs < 0 # -2.1.0.4 (-any). Sebastian Witte @saep. @neovimhaskell. Used by: library + - status-notifier-item < 0 # -0.3.0.5 (-any). Ivan Malison @IvanMalison. @IvanMalison. Used by: library + # hspec-2.8.2 ([changelog](http://hackage.haskell.org/package/hspec-2.8.2/changelog)) (Simon Hengel @sol) is out of bounds for: + - arbor-lru-cache < 0 # -0.1.1.1 (>=2.4 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @arbor. Used by: test-suite + - bits-extra < 0 # -0.0.2.0 (>=2.4 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - fmt < 0 # -0.6.1.2 (>=2.2 && < 2.8). Chris Dornan @cdornan. @aelve. Used by: test-suite + - hw-conduit < 0 # -0.2.1.0 (>=2.4 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-fingertree-strict < 0 # -0.1.2.0 (>=2.4 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-hspec-hedgehog < 0 # -0.1.1.0 (>=2.6 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-ip < 0 # -2.4.2.0 (>=2.4.4 && < 2.8). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-mquery < 0 # -0.2.1.0 (>=2.6.0 && < 2.8.0). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - indexed-containers < 0 # -0.1.0.2 (>=2.4.8 && < 2.8). Ziyang Liu @zliu41. @zliu41. Used by: test-suite + - lrucaching < 0 # -0.3.3 (>=2.2 && < 2.8). Moritz Kiefer @cocreature. @cocreature. Used by: test-suite + - mcmc < 0 # -0.4.0.0 (>=2.7.4 && < 2.8). Dominik Schrempf @dschrempf. @dschrempf. Used by: test-suite + - simple-log < 0 # -0.9.12 (>=2.3 && < 2.8). Alexandr Ruchkin @mvoidex. @mvoidex. Used by: test-suite + - tomland < 0 # -1.3.3.0 (^>=2.7.1). Grandfathered dependencies. @kowainik. Used by: test-suite + - validation-selective < 0 # -0.1.0.1 (^>=2.7.1). Grandfathered dependencies. @kowainik. Used by: test-suite + # hspec-core-2.8.2 ([changelog](http://hackage.haskell.org/package/hspec-core-2.8.2/changelog)) (Simon Hengel @sol) is out of bounds for: + - conferer-hspec < 0 # -1.1.0.0 (>=2.0.0 && < 2.8.0). Lucas David Traverso @ludat. Used by: library + # hspec-wai-0.11.1 ([changelog](http://hackage.haskell.org/package/hspec-wai-0.11.1/changelog)) (Simon Hengel @sol) is out of bounds for: + - hspec-wai-json < 0 # -0.11.0 (==0.11.0). Simon Hengel @sol. @hspec. Used by: library + # http-client-0.7.8 ([changelog](http://hackage.haskell.org/package/http-client-0.7.8/changelog)) (Michael Snoyman michael@snoyman.com @snoyberg) is out of bounds for: + - amazonka-core < 0 # -1.6.1 (>=0.4 && < 0.7). Brendan Hay @brendanhay. @brendanhay. Used by: library + - pinboard < 0 # -0.10.2.0 (>=0.5 && < 0.7). Jon Schoning @jonschoning. @jonschoning. Used by: library + # integer-gmp-1.1 ([changelog](http://hackage.haskell.org/package/integer-gmp-1.1/changelog)) is out of bounds for: + - arithmoi < 0 # -0.11.0.1 (< 1.1). Andrew Lelechenko @Bodigrim. @Bodigrim. Used by: library + - hmpfr < 0 # -0.4.4 (>=1.0 && < 1.1). Michal Konecny @michalkonecny. @michalkonecny. Used by: library + # invertible-grammar (Eugene Smolanka @esmolanka, GHC 9) (not present) depended on by: + - sexp-grammar < 0 # -2.3.0 (>=0.1.3 && < 0.2). Eugene Smolanka @esmolanka. @esmolanka. Used by: library + # ixset-typed (GHC 9, Grandfathered dependencies) (not present) depended on by: + - hOpenPGP < 0 # -2.9.5 (-any). Clint Adams @clinty. Used by: library + - hopenpgp-tools < 0 # -0.23.6 (-any). Clint Adams @clinty. Used by: executable + - ixset-typed-binary-instance < 0 # -0.1.0.2 (-any). Dan Firth @locallycompact. Used by: library + - ixset-typed-conversions < 0 # -0.1.2.0 (-any). Dan Firth @locallycompact. Used by: library + - ixset-typed-hashable-instance < 0 # -0.1.0.2 (-any). Dan Firth @locallycompact. Used by: library + - shake-plus-extended < 0 # -0.4.1.0 (-any). Dan Firth @locallycompact. Used by: library + # jira-wiki-markup-1.4.0 ([changelog](http://hackage.haskell.org/package/jira-wiki-markup-1.4.0/changelog)) (Albert Krewinkel @tarleb) is out of bounds for: + - pandoc < 0 # -2.13 (>=1.3.4 && < 1.4). John MacFarlane @jgm. @jgm. Used by: library + # language-c-0.9.0.1 ([changelog](http://hackage.haskell.org/package/language-c-0.9.0.1/changelog)) (Michael Snoyman michael@snoyman.com @snoyberg) is out of bounds for: + - c2hs < 0 # -0.28.7 (>=0.7.1 && < 0.9). Grandfathered dependencies. @haskell. Used by: executable + # lens-5.0.1 ([changelog](http://hackage.haskell.org/package/lens-5.0.1/changelog)) (Edward Kmett @ekmett) is out of bounds for: + - aeson-picker < 0 # -0.1.0.5 (>=4.15 && < 5). Bogdan Neterebskii @ozzzzz. @ozzzzz. Used by: library + - boundingboxes < 0 # -0.2.3 (>=3.8 && < 5). Fumiaki Kinoshita @fumieval. @fumieval. Used by: library + - lens-datetime < 0 # -0.3 (>=3 && < 5). Mihaly Barasz klao@nilcons.com @klao. @nilcons. Used by: library + - servant-multipart < 0 # -0.12 (>=4.17 && < 4.20). Haskell Servant . @haskell-servant. Used by: library + - smash-lens < 0 # -0.1.0.1 (>=4.0 && < 5.0). Emily Pillmore @topos. @emilypi. Used by: library + # linear-base (not present) depended on by: + - one-liner < 0 # -2.0 (>=0.1 && < 1.0). Grandfathered dependencies. @sjoerdvisscher. Used by: library + # mersenne-random (not present) depended on by: + - mwc-random < 0 # -0.15.0.1 (-any). Grandfathered dependencies. @bos. Used by: benchmark + # mwc-random-0.15.0.1 ([changelog](http://hackage.haskell.org/package/mwc-random-0.15.0.1/changelog)) (Grandfathered dependencies) is out of bounds for: + - mcmc < 0 # -0.4.0.0 (>=0.14.0.0 && < 0.15). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - stm-hamt < 0 # -1.2.0.6 (>=0.13 && < 0.15). Alejandro Serrano @serras. @nikita-volkov. Used by: benchmark + # network-3.1.2.1 ([changelog](http://hackage.haskell.org/package/network-3.1.2.1/changelog)) (Grandfathered dependencies) is out of bounds for: + - network-bsd < 0 # -2.8.1.0 ((>=3.0.0.0 && < 3.0.2) || (>=3.1.0.0 && < 3.1.2)). Grandfathered dependencies. @haskell. Used by: library + # nri-prelude (GHC 9, NoRedInk ) (not present) depended on by: + - nri-env-parser < 0 # -0.1.0.7 (>=0.1.0.0 && < 0.7). NoRedInk . @NoRedInk. Used by: library + - nri-observability < 0 # -0.1.0.2 (>=0.1.0.0 && < 0.7). NoRedInk . @NoRedInk. Used by: library + # pantry (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - stack < 0 # -2.7.1 (>=0.5.1.3). Emanuel Borsboom @borsboom. @commercialhaskell. Used by: library + # parser-combinators-1.3.0 ([changelog](http://hackage.haskell.org/package/parser-combinators-1.3.0/changelog)) (Mark Karpov @mrkkrp) is out of bounds for: + - egison-pattern-src < 0 # -0.2.1.2 (>=1.0.0 && < 1.3). Satoshi Egi @egisatoshi. @egison. Used by: library + - paripari < 0 # -0.7.0.0 (>=1.0 && < 1.3). Daniel Mendler @minad. @minad. Used by: library + # path (Chris Done @chrisdone, GHC 9, Mark Karpov @mrkkrp, Simon Jakobi @sjakobi) (not present) depended on by: + - attoparsec-path < 0 # -0.0.0.1 (-any). Athan Clark @athanclark. @athanclark. Used by: library + - composite-aeson-path < 0 # -0.7.5.0 (>=0.6 && < 0.9). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + - follow-file < 0 # -0.0.3 (-any). Athan Clark @athanclark. @athanclark. Used by: library + - genvalidity-path < 0 # -0.3.0.4 (>=0.5). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - graphql-client < 0 # -1.1.1 (>=0.6.1 && < 0.9). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: executable + - hapistrano < 0 # -0.4.1.3 (>=0.5 && < 0.8). Stack Builders stackage@stackbuilders.com @stackbuilders. @CristhianMotoche @jsl @juanpaucar @sestrella. Used by: library + - hpc-lcov < 0 # -1.0.1 (>=0.6.0 && < 0.9). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: executable + - http-download < 0 # -0.2.0.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @commercialhaskell. Used by: library + - nvim-hs < 0 # -2.1.0.4 (-any). Sebastian Witte @saep. @neovimhaskell. Used by: library + - path-binary-instance < 0 # -0.1.0.1 (-any). Dan Firth @locallycompact. Used by: library + - path-extensions < 0 # -0.1.1.0 (-any). Dan Firth @locallycompact. Used by: library + - path-extra < 0 # -0.2.0 (-any). Athan Clark @athanclark. @athanclark. Used by: library + - path-io < 0 # -1.6.2 (>=0.6 && < 0.9). Mark Karpov @mrkkrp. @mrkkrp. Used by: library + - path-like < 0 # -0.2.0.2 (-any). Dan Firth @locallycompact. Used by: library + - rio-prettyprint < 0 # -0.1.1.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @commercialhaskell. Used by: library + - shake-plus < 0 # -0.3.3.1 (-any). Dan Firth @locallycompact. Used by: library + - shake-plus-extended < 0 # -0.4.1.0 (-any). Dan Firth @locallycompact. Used by: library + - stack < 0 # -2.7.1 (>=0.7.0). Emanuel Borsboom @borsboom. @commercialhaskell. Used by: library + - sydtest < 0 # -0.1.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - sydtest-discover < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - validity-path < 0 # -0.4.0.1 (>=0.5). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - within < 0 # -0.2.0.1 (-any). Dan Firth @locallycompact. Used by: library + - yamlparse-applicative < 0 # -0.1.0.4 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # pqueue (GHC 9, Lennart Spitzner @lspitzner) (not present) depended on by: + - conduit-algorithms < 0 # -0.0.11.0 (-any). Luis Pedro Coelho @luispedro. @luispedro. Used by: library + # primitive-unlifted-1.0.0.0 ([changelog](http://hackage.haskell.org/package/primitive-unlifted-1.0.0.0/changelog)) (Alejandro Serrano @serras) is out of bounds for: + - primitive-extras < 0 # -0.10.1 (>=0.1.1.0 && < 0.2). Alejandro Serrano @serras. @metrix-ai. Used by: library + # protolude (GHC 9, Stephen Diehl @sdiehl) (not present) depended on by: + - minio-hs < 0 # -1.5.3 (>=0.3 && < 0.4). Aditya Manthramurthy @donatello. @minio. Used by: library + - numhask < 0 # -0.7.1.0 (>=0.3 && < 0.4). Tony Day @tonyday567. @tonyday567. Used by: library + - registry < 0 # -0.2.0.3 (>=0.2 && < 0.4). Eric Torreborre @etorreborre. @etorreborre. Used by: library + # rank2classes (GHC 9, Mario Blazevic @blamario) (not present) depended on by: + - construct < 0 # -0.3.0.2 (>=1 && < 1.5). Mario Blazevic @blamario. Used by: library + - incremental-parser < 0 # -0.5.0.2 (>=1.0 && < 1.5). Mario Blazevic @blamario. @blamario. Used by: library + # refined (Daniel Cartwright @chessai, GHC 9) (not present) depended on by: + - composite-aeson-refined < 0 # -0.7.5.0 (>=0.1.2.1 && < 0.7). Dan Firth @locallycompact. @ConferOpenSource. Used by: library + # regex-applicative-text (GHC 9, Grandfathered dependencies) (not present) depended on by: + - stack < 0 # -2.7.1 (>=0.1.0.1). Emanuel Borsboom @borsboom. @commercialhaskell. Used by: library + # relude (GHC 9, Grandfathered dependencies) (not present) depended on by: + - morpheus-graphql < 0 # -0.17.0 (>=0.3.0). Davit Nalchevanidze @nalchevanidze. @nalchevanidze. Used by: library + - morpheus-graphql-app < 0 # -0.17.0 (>=0.3.0). Davit Nalchevanidze @nalchevanidze. @nalchevanidze. Used by: library + - morpheus-graphql-client < 0 # -0.17.0 (>=0.3.0). Davit Nalchevanidze @nalchevanidze. @nalchevanidze. Used by: library + - morpheus-graphql-core < 0 # -0.17.0 (>=0.3.0). Davit Nalchevanidze @nalchevanidze. @nalchevanidze. Used by: library + - morpheus-graphql-subscriptions < 0 # -0.17.0 (>=0.3.0). Davit Nalchevanidze @nalchevanidze. @nalchevanidze. Used by: library + - webby < 0 # -1.0.1 (>=0.7). Aditya Manthramurthy @donatello. @donatello. Used by: library + # req (GHC 9, Mark Karpov @mrkkrp) (not present) depended on by: + - api-maker < 0 # -0.1.0.0 (-any). Manuel Schneckenreither @schnecki. @schnecki. Used by: library + - elm2nix < 0 # -0.2.1 (-any). Domen Kozar @domenkozar. @domenkozar. Used by: library + - hledger-stockquotes < 0 # -0.1.1.0 (>=3 && < 4). Pavan Rikhi @prikhi. @prikhi. Used by: library + - krank < 0 # -0.2.2 (>=2.1.0). Guillaume Bouchard @guibou. @guibou. Used by: library + - req-conduit < 0 # -1.0.0 (>=1.0 && < 4.0). Mark Karpov @mrkkrp. @mrkkrp. Used by: library + # servant (GHC 9, Haskell Servant ) (not present) depended on by: + - lackey < 0 # -1.0.15 (>=0.16.2 && < 0.19). Taylor Fausak @tfausak. @tfausak. Used by: library + - servant-blaze < 0 # -0.9.1 (>=0.10 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-conduit < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-elm < 0 # -0.7.2 (>=0.8). Domen Kozar @domenkozar, William Casarin @jb55. @mattjbray. Used by: library + - servant-exceptions < 0 # -0.2.1 (-any). Sebastian Nagel @ch1bo. @ch1bo. Used by: library + - servant-exceptions-server < 0 # -0.2.1 (>=0.11). Sebastian Nagel @ch1bo. @ch1bo. Used by: library + - servant-machines < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-multipart < 0 # -0.12 (>=0.16 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-pipes < 0 # -0.15.2 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-rawm < 0 # -1.0.0.0 (>=0.16). Dennis Gosnell @cdepillabout. @cdepillabout. Used by: library + - sydtest-servant < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # servant-client (GHC 9, Haskell Servant ) (not present) depended on by: + - servant-conduit < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - servant-elm < 0 # -0.7.2 (-any). Domen Kozar @domenkozar, William Casarin @jb55. @mattjbray. Used by: test-suite + - servant-machines < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - servant-multipart < 0 # -0.12 (-any). Haskell Servant . @haskell-servant. Used by: executable + - servant-pipes < 0 # -0.15.2 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - sydtest-servant < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # servant-client-core (GHC 9, Grandfathered dependencies, Haskell Servant ) (not present) depended on by: + - servant-multipart < 0 # -0.12 (>=0.16 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + # servant-docs (GHC 9, Haskell Servant ) (not present) depended on by: + - servant-multipart < 0 # -0.12 (>=0.10 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + # servant-foreign (GHC 9, Haskell Servant ) (not present) depended on by: + - lackey < 0 # -1.0.15 (>=0.15 && < 0.16). Taylor Fausak @tfausak. @tfausak. Used by: library + - servant-elm < 0 # -0.7.2 (>=0.8). Domen Kozar @domenkozar, William Casarin @jb55. @mattjbray. Used by: library + - servant-multipart < 0 # -0.12 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + # servant-server (GHC 9, Haskell Servant ) (not present) depended on by: + - servant-conduit < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - servant-exceptions-server < 0 # -0.2.1 (>=0.11). Sebastian Nagel @ch1bo. @ch1bo. Used by: library + - servant-machines < 0 # -0.15.1 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - servant-multipart < 0 # -0.12 (>=0.16 && < 0.19). Haskell Servant . @haskell-servant. Used by: library + - servant-pipes < 0 # -0.15.2 (>=0.15 && < 0.19). Haskell Servant . @haskell-servant. Used by: test-suite + - sydtest-servant < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # singletons-3.0 ([changelog](http://hackage.haskell.org/package/singletons-3.0/changelog)) (Richard Eisenberg @goldfirere) is out of bounds for: + - safe-tensor < 0 # -0.2.1.1 (>=2.5 && < 2.8). Nils Alex @nilsalex. @nilsalex. Used by: library + # snap-server (GHC 9, Simon Jakobi @sjakobi) (not present) depended on by: + - threepenny-gui < 0 # -0.9.1.0 (>=0.9.0 && < 1.2). Simon Jakobi @sjakobi. @HeinrichApfelmus. Used by: library + - websockets-snap < 0 # -0.10.3.1 (>=1.0 && < 1.2). Jasper Van der Jeugt @jaspervdj. @jaspervdj. Used by: library + # some-1.0.3 ([changelog](http://hackage.haskell.org/package/some-1.0.3/changelog)) (Grandfathered dependencies) is out of bounds for: + - dependent-sum < 0 # -0.7.1.0 (>=1.0.1 && < 1.0.3). James Cook @mokus0. @obsidiansystems. Used by: library + # tasty-1.4.1 ([changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog)) (Roman Cheplyaka @feuerbach) is out of bounds for: + - filtrable < 0 # -0.1.6.0 (>=1.3.1 && < 1.4). Matthew Farkas-Dyck @strake. @strake. Used by: test-suite + # tasty-wai (GHC 9, Pavan Rikhi @prikhi) (not present) depended on by: + - servant-multipart < 0 # -0.12 (-any). Haskell Servant . @haskell-servant. Used by: test-suite + - wai-middleware-clacks < 0 # -0.1.0.1 (-any). Pavan Rikhi @prikhi. @prikhi. Used by: test-suite + # texmath-0.12.3 ([changelog](http://hackage.haskell.org/package/texmath-0.12.3/changelog)) (John MacFarlane @jgm) is out of bounds for: + - pandoc < 0 # -2.13 (>=0.12.2 && < 0.12.3). John MacFarlane @jgm. @jgm. Used by: library + # text-format (Dan Burton @DanBurton, GHC 9) (not present) depended on by: + - liquid-fixpoint < 0 # -0.8.10.2 (-any). Dan Burton @DanBurton. @ucsd-progsys. Used by: library + # type-errors-pretty (GHC 9, Grandfathered dependencies) (not present) depended on by: + - polysemy < 0 # -1.5.0.0 (>=0.0.0.0 && < 0.1). Matej Niznik @TheMatten. @polysemy-research. Used by: library + # versions-5.0.0 ([changelog](http://hackage.haskell.org/package/versions-5.0.0/changelog)) (Colin Woodbury @fosskers) is out of bounds for: + - aura < 0 # -3.2.4 (^>=4.0.1). Colin Woodbury @fosskers. @fosskers. Used by: library + # with-utf8 (GHC 9, Serokell @serokell) (not present) depended on by: + - squeal-postgresql < 0 # -0.7.0.1 (>=1.0). Eitan Chatav @echatav. @morphismtech. Used by: test-suite + # amazonka-core (Brendan Hay @brendanhay, GHC 9) (not present) depended on by: + - amazonka-apigateway < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-application-autoscaling < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-appstream < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-athena < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-autoscaling < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-budgets < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-certificatemanager < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudformation < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudfront < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudhsm < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudsearch < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudsearch-domains < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudtrail < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudwatch < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudwatch-events < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cloudwatch-logs < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-codebuild < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-codecommit < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-codedeploy < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-codepipeline < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cognito-identity < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cognito-idp < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-cognito-sync < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-config < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-datapipeline < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-devicefarm < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-directconnect < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-discovery < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-dms < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ds < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-dynamodb < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-dynamodb-streams < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ecr < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ecs < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-efs < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elasticache < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elasticbeanstalk < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elasticsearch < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elastictranscoder < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elb < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-elbv2 < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-emr < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-gamelift < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-glacier < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-glue < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-health < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-iam < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-importexport < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-inspector < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-iot < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-iot-dataplane < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-kinesis < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-kinesis-analytics < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-kinesis-firehose < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-kms < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-lambda < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-lightsail < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-marketplace-analytics < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-marketplace-metering < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ml < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-opsworks < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-opsworks-cm < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-pinpoint < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-polly < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-rds < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-redshift < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-rekognition < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-route53 < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-route53-domains < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-s3 < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-sdb < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-servicecatalog < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ses < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-shield < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-sms < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-snowball < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-sns < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-sqs < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-ssm < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-stepfunctions < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-storagegateway < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-sts < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-support < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-swf < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-test < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-waf < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-workspaces < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - amazonka-xray < 0 # -1.6.1 (==1.6.1.*). Brendan Hay @brendanhay. @brendanhay. Used by: library + - serverless-haskell < 0 # -0.12.6 (-any). Alexey Kotlyarov @koterpillar. @seek-oss. Used by: library + # arithmoi (Andrew Lelechenko @Bodigrim, GHC 9) (not present) depended on by: + - cyclotomic < 0 # -1.1.1 (>=0.9). Scott N. Walck @walck. @walck. Used by: library + - quadratic-irrational < 0 # -0.1.1 (>=0.9). Andrew Lelechenko @Bodigrim. @ion1. Used by: library + # bcp47 (Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3, GHC 9) (not present) depended on by: + - bcp47-orphans < 0 # -0.1.0.4 (>=0.2.0.4). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + # bcrypt (Alexandr Kurilin @alex_kurilin, GHC 9) (not present) depended on by: + - users < 0 # -0.5.0.0 (>=0.0.8). Alexander Thiemann @agrafix. @agrafix. Used by: library + # bits-extra (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - hw-json-standard-cursor < 0 # -0.2.3.1 (>=0.0.1.3 && < 0.1). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-rankselect-base < 0 # -0.3.4.1 (>=0.0.0.4 && < 0.1). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-simd < 0 # -0.1.2.0 (>=0.0.1.2 && < 0.1). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # bson (GHC 9, Victor Denisov @VictorDenisov) (not present) depended on by: + - mongoDB < 0 # -2.7.0.0 (>=0.3 && < 0.5). Victor Denisov @VictorDenisov. @mongodb-haskell. Used by: library + # c2hs (GHC 9, Grandfathered dependencies) (not present) depended on by: + - bz2 < 0 # -1.0.1.0 (>=0.26.1). Vanessa McHale @vmchale. Used by: library + - chiphunk < 0 # -0.1.4.0 (>=0.28.1 && < 0.29). David Himmelstrup @lemmih. @CthulhuDen. Used by: library + - hsshellscript < 0 # -3.5.0 (>=0.15.1). Henning Thielemann @thielema. Used by: library + - hw-json-simd < 0 # -0.1.1.0 (-any). Grandfathered dependencies. @haskell-works. Used by: library + - hw-kafka-client < 0 # -4.0.3 (-any). Alexey Raga @AlexeyRaga. @haskell-works. Used by: library + - hw-simd < 0 # -0.1.2.0 (-any). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # chronos (Daniel Cartwright @chessai, GHC 9) (not present) depended on by: + - chronos-bench < 0 # -0.2.0.2 (-any). Florian Knupfer @knupfer. @knupfer. Used by: library + # clash-lib (GHC 9, QBayLogic B.V. @martijnbastiaan) (not present) depended on by: + - clash-ghc < 0 # -1.4.2 (==1.4.2). QBayLogic B.V. @martijnbastiaan. @clash-lang. Used by: library + # clientsession (GHC 9, Grandfathered dependencies) (not present) depended on by: + - wai-middleware-auth < 0 # -0.2.4.1 (-any). Alexey Kuleshevich @lehins. @snoyberg. Used by: library + # crypto-api (GHC 9, Grandfathered dependencies) (not present) depended on by: + - RSA < 0 # -2.4.1 (>=0.10 && < 0.14). Grandfathered dependencies. @GaloisInc. Used by: library + - cryptohash-cryptoapi < 0 # -0.1.4 (>=0.11). Grandfathered dependencies. @vincenthz. Used by: library + - pureMD5 < 0 # -2.1.3 (-any). Grandfathered dependencies. @TomMD. Used by: library + - skein < 0 # -1.0.9.4 (>=0.6 && < 0.14). Grandfathered dependencies. @meteficha. Used by: library + # dependent-sum (GHC 9, James Cook @mokus0) (not present) depended on by: + - dependent-map < 0 # -0.4.0.0 (>=0.6.1 && < 0.8). James Cook @mokus0. @obsidiansystems. Used by: library + - dependent-sum-template < 0 # -0.1.0.3 (>=0.4.1 && < 0.8). James Cook @mokus0. @obsidiansystems. Used by: library + - functor-combinators < 0 # -0.3.6.0 (-any). Grandfathered dependencies. @mstksg. Used by: test-suite + - prim-uniq < 0 # -0.2 (>=0.7 && < 0.8). Peter Simons @peti. @obsidiansystems. Used by: library + - typelits-witnesses < 0 # -0.4.0.0 (-any). Justin Le @mstksg. @mstksg. Used by: library + # download-curl (GHC 9, Lukas Epple @sternenseemann) (not present) depended on by: + - spacecookie < 0 # -1.0.0.0 (>=0.1). Lukas Epple @sternenseemann. @sternenseemann. Used by: test-suite + # elynx-tools (Dominik Schrempf @dschrempf, GHC 9) (not present) depended on by: + - elynx < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: executable + - elynx-markov < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: test-suite + - elynx-seq < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: test-suite + - elynx-tree < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: benchmark + - slynx < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - tlynx < 0 # -0.5.0.2 (>=0.5.0.2). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + # filtrable (GHC 9, Matthew Farkas-Dyck @strake) (not present) depended on by: + - regex-applicative < 0 # -0.3.4 (>=0.1.3). Roman Cheplyaka @feuerbach. @feuerbach. Used by: library + # fmt (Chris Dornan @cdornan, GHC 9) (not present) depended on by: + - cardano-coin-selection < 0 # -1.0.1 (-any). Jonathan Knowles @jonathanknowles. @input-output-hk. Used by: test-suite + # ftp-client (Dan Burton @DanBurton, GHC 9) (not present) depended on by: + - ftp-client-conduit < 0 # -0.5.0.5 (==0.5.*). Dan Burton @DanBurton. @mr. Used by: library + # ghc-prof (GHC 9, Grandfathered dependencies) (not present) depended on by: + - profiterole < 0 # -0.1 (-any). Neil Mitchell @ndmitchell. @ndmitchell. Used by: executable + # gi-gdkpixbuf (GHC 9, Iñaki García Etxebarria @garetxe) (not present) depended on by: + - gi-gdk < 0 # -4.0.3 (==2.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gsk < 0 # -4.0.3 (==2.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gtk < 0 # -4.0.4 (==2.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + # happstack-server (GHC 9, Jeremy Shaw @stepcut) (not present) depended on by: + - reform-happstack < 0 # -0.2.5.4 (>=7.0 && < 7.8). Jeremy Shaw @stepcut. @stepcut. Used by: library + # http-link-header (GHC 9, Greg V @myfreeweb) (not present) depended on by: + - yesod-page-cursor < 0 # -2.0.0.8 (>=1.0.3.1). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + # hw-hspec-hedgehog (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - avro < 0 # -0.5.2.0 (-any). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-eliasfano < 0 # -0.1.2.0 (>=0.1.0.7 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-fingertree < 0 # -0.1.2.0 (>=0.1 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-json-simple-cursor < 0 # -0.1.1.0 (>=0.1.0.4 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-json-standard-cursor < 0 # -0.2.3.1 (>=0.1.0.4 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-packed-vector < 0 # -0.2.1.0 (>=0.1.0.7 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-parser < 0 # -0.1.1.0 (>=0.1.0.4 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + - hw-simd < 0 # -0.1.2.0 (>=0.1.0.4 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: test-suite + # io-streams (GHC 9, Gregory Collins @gregorycollins) (not present) depended on by: + - http-streams < 0 # -0.8.7.2 (>=1.3 && < 1.6). Andrew Cowie @istathar. @afcowie. Used by: library + - openssl-streams < 0 # -1.2.3.0 (>=1.0 && < 1.6). Gregory Collins @gregorycollins. @mightybyte. Used by: library + - seqid-streams < 0 # -0.7.2 (>=1.2 && < 1.6). Matthew Wraith @wraithm. @bitnomial. Used by: library + - slack-api < 0 # -0.12 (>=1.2). Rickey Visinski @rickeyski. @mpickering. Used by: library + - unliftio-streams < 0 # -0.1.1.1 (>=1.5.0.1 && < 2). Bardur Arantsson @BardurArantsson. @BardurArantsson. Used by: library + # koji (GHC 9, Jens Petersen @juhp) (not present) depended on by: + - pkgtreediff < 0 # -0.4.1 (-any). Jens Petersen @juhp. @juhp. Used by: executable + # mmark (GHC 9, Mark Karpov @mrkkrp) (not present) depended on by: + - mmark-cli < 0 # -0.0.5.0 (>=0.0.6 && < 0.1). Mark Karpov @mrkkrp. @mmark-md. Used by: executable + - mmark-ext < 0 # -0.2.1.3 (>=0.0.4 && < =0.1). Mark Karpov @mrkkrp. @mmark-md. Used by: library + # mwc-random (GHC 9, Grandfathered dependencies) (not present) depended on by: + - Spintax < 0 # -0.3.6 (>=0.13.3.2 && < 0.16). Michel Boucey @MichelBoucey. @MichelBoucey. Used by: library + - backprop < 0 # -0.2.6.4 (-any). Justin Le @mstksg. @mstksg. Used by: benchmark + - bimaps < 0 # -0.1.0.2 (>=0.13). Florian Eggenhofer @eggzilla. @choener. Used by: benchmark + - conduit < 0 # -1.3.4.1 (-any). Grandfathered dependencies. @snoyberg. Used by: benchmark + - criterion < 0 # -1.5.9.0 (>=0.8.0.3). Ryan Scott @RyanGlScott. @bos. Used by: library + - dirichlet < 0 # -0.1.0.4 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - elynx-markov < 0 # -0.5.0.2 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - elynx-seq < 0 # -0.5.0.2 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - elynx-tree < 0 # -0.5.0.2 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - emd < 0 # -0.2.0.0 (-any). Justin Le @mstksg. @mstksg. Used by: benchmark + - experimenter < 0 # -0.1.0.12 (-any). Manuel Schneckenreither @schnecki. @schnecki. Used by: library + - foldl < 0 # -1.4.11 (>=0.13.1.0 && < 0.16). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: library + - influxdb < 0 # -1.9.1.2 (-any). Mitsutoshi Aoe @maoe. @maoe. Used by: executable + - massiv-test < 0 # -0.1.6.1 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + - metrics < 0 # -0.4.1.1 (-any). Ian Duncan @iand675. @iand675. Used by: library + - monad-par < 0 # -0.3.5 (>=0.11). Ryan Scott @RyanGlScott. @simonmar. Used by: library + - mono-traversable < 0 # -1.0.15.1 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: benchmark + - mwc-probability < 0 # -2.3.1 (>0.13 && < 0.16). Jared Tobin @jtobin. @jtobin. Used by: library + - mwc-random-monad < 0 # -0.7.3.1 (>=0.13.3.0). Alejandro Serrano @serras. @Shimuuar. Used by: library + - pava < 0 # -0.1.1.1 (-any). Dominik Schrempf @dschrempf. @dschrempf. Used by: benchmark + - pipes-random < 0 # -1.0.0.5 (>=0.13). Colin Woodbury @fosskers. @fosskers. Used by: library + - random-source < 0 # -0.3.0.11 (-any). Peter Simons @peti. @mokus0. Used by: library + - sampling < 0 # -0.3.5 (>=0.13 && < 0.16). Jared Tobin @jtobin. @jtobin. Used by: library + - scheduler < 0 # -1.5.0 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + - slynx < 0 # -0.5.0.2 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - sparse-linear-algebra < 0 # -0.3.1 (-any). Marco Zocca @ocramz. @ocramz. Used by: test-suite + - statistics < 0 # -0.15.2.0 (>=0.13.0.0). Grandfathered dependencies. @bos. Used by: library + - tlynx < 0 # -0.5.0.2 (>=0.14.0.0). Dominik Schrempf @dschrempf. @dschrempf. Used by: library + - uncertain < 0 # -0.3.1.0 (>=0.10). Justin Le @mstksg. @mstksg. Used by: library + - vector-algorithms < 0 # -0.8.0.4 (-any). Grandfathered dependencies. @erikd. Used by: benchmark + # net-mqtt (Dustin Sallings @dustin, GHC 9) (not present) depended on by: + - net-mqtt-lens < 0 # -0.1.0.0 (>=0.7.0.0 && < 0.8.0.0). Dustin Sallings @dustin. @dustin. Used by: library + # network-bsd (GHC 9, Grandfathered dependencies) (not present) depended on by: + - httpd-shed < 0 # -0.4.1.1 (>=2.7 && < 2.9). Grandfathered dependencies. @hsenag. Used by: library + - mongoDB < 0 # -2.7.0.0 (>=2.7 && < 2.9). Victor Denisov @VictorDenisov. @mongodb-haskell. Used by: library + - network-simple < 0 # -0.4.5 ((>=2.7)). Renzo Carbonara @k0001. @k0001. Used by: library + - smtp-mail < 0 # -0.3.0.0 (-any). Matt Parsons @parsonsmatt. @jhickner. Used by: library + # nonce (Felipe Lessa @meteficha, GHC 9) (not present) depended on by: + - mongoDB < 0 # -2.7.0.0 (>=1.0.5). Victor Denisov @VictorDenisov. @mongodb-haskell. Used by: library + - serversession < 0 # -1.0.2 (==1.0.*). Felipe Lessa @meteficha. @snoyberg. Used by: library + # nvim-hs (GHC 9, Sebastian Witte @saep) (not present) depended on by: + - nvim-hs-contrib < 0 # -2.0.0.0 (>=2.0 && < 3). Sebastian Witte @saep. @neovimhaskell. Used by: library + - nvim-hs-ghcid < 0 # -2.0.0.0 (>=2 && < 3). Sebastian Witte @saep. @saep. Used by: library + # one-liner (GHC 9, Grandfathered dependencies) (not present) depended on by: + - generic-data < 0 # -0.9.2.0 (>=1.0). Li-yao Xia @Lysxia. @Lysxia. Used by: test-suite + # pandoc (GHC 9, John MacFarlane @jgm) (not present) depended on by: + - pandoc-plot < 0 # -1.2.1 (>=2.10 && < 3). Laurent P. René de Cotret @LaurentRDC. @LaurentRDC. Used by: library + - pandoc-throw < 0 # -0.1.0.0 (-any). Dan Firth @locallycompact. Used by: library + - slick < 0 # -1.1.1.0 (-any). Chris Penner @ChrisPenner. @ChrisPenner. Used by: library + - yesod-markdown < 0 # -0.12.6.11 (>=2.0). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: library + # postgres-options (GHC 9, Jonathan Fischoff @jfischoff) (not present) depended on by: + - postgresql-libpq-notify < 0 # -0.2.0.0 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: test-suite + # random-bytestring (GHC 9, Lars Kuhtz @larskuhtz) (not present) depended on by: + - base16 < 0 # -0.3.0.1 (-any). Emily Pillmore @topos. @emilypi. Used by: test-suite + - base32 < 0 # -0.2.0.0 (-any). Emily Pillmore @topos. @emilypi. Used by: test-suite + - base64 < 0 # -0.4.2.3 (-any). Emily Pillmore @topos. @emilypi. Used by: test-suite + # salak (Daniel YU , GHC 9) (not present) depended on by: + - salak-yaml < 0 # -0.3.5.3 (>=0.3.5 && < 0.4). Daniel YU . @leptonyu. Used by: library + # snap-core (GHC 9, Grandfathered dependencies) (not present) depended on by: + - gingersnap < 0 # -0.3.1.0 (-any). Tom Murphy . Used by: library + - snap-blaze < 0 # -0.2.1.5 (>=0.6 && < 1.1). Tomas Carnecky @wereHamster. @jaspervdj. Used by: library + # stm-hamt (Alejandro Serrano @serras, GHC 9) (not present) depended on by: + - stm-containers < 0 # -1.2 (>=1.2 && < 1.3). Alejandro Serrano @serras. @nikita-volkov. Used by: library + # sweet-egison (GHC 9, Satoshi Egi @egisatoshi) (not present) depended on by: + - egison < 0 # -4.1.2 (>=0.1.1.3). Satoshi Egi @egisatoshi. @egison. Used by: library + # sydtest (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - genvalidity-sydtest < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-sydtest-aeson < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-sydtest-hashable < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-sydtest-lens < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-sydtest-persistent < 0 # -0.0.0.1 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - sydtest-persistent-sqlite < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - sydtest-wai < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - sydtest-yesod < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # sydtest-discover (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - genvalidity-sydtest < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-sydtest-aeson < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-sydtest-hashable < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-sydtest-lens < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-sydtest-persistent < 0 # -0.0.0.1 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - sydtest-wai < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + # tmp-postgres (GHC 9, Jonathan Fischoff @jfischoff) (not present) depended on by: + - pg-transact < 0 # -0.3.1.1 (>=1.34.0.0). Jonathan Fischoff @jfischoff. @jfischoff. Used by: test-suite + - postgresql-libpq-notify < 0 # -0.2.0.0 (-any). Jonathan Fischoff @jfischoff. @jfischoff. Used by: test-suite + # uri-bytestring (GHC 9, Michael Xavier @MichaelXavier) (not present) depended on by: + - dublincore-xml-conduit < 0 # -0.1.0.2 (-any). koral koral@mailoo.org @k0ral. @k0ral. Used by: library + - hoauth2 < 0 # -1.16.0 (>=0.2.3.1 && < 0.4). Haisheng Wu @freizl. @freizl. Used by: library + - uri-bytestring-aeson < 0 # -0.1.0.8 (>=0.2 && < 0.4). Simon Hafner @reactormonk. @reactormonk. Used by: library + - wai-middleware-auth < 0 # -0.2.4.1 (-any). Alexey Kuleshevich @lehins. @snoyberg. Used by: library + - yesod-auth-oauth2 < 0 # -0.6.3.4 (>=0.3.3.0). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3, Patrick Brisbin @pbrisbin. @freckle. Used by: library + # uuid (Antoine Latter @aslatter, GHC 9) (not present) depended on by: + - avro < 0 # -0.5.2.0 (-any). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - eventful-core < 0 # -0.2.0 (-any). David Reaver @jdreaver. @jdreaver. Used by: library + - eventstore < 0 # -1.4.1 (==1.3.*). Yorick Laupa yo.eight@gmail.com @YoEight. @YoEight. Used by: library + - genvalidity-mergeful < 0 # -0.2.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-mergeless < 0 # -0.2.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-uuid < 0 # -0.1.0.4 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - graphula < 0 # -2.0.0.5 (>=1.3.14). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: test-suite + - ipython-kernel < 0 # -0.10.2.1 (-any). Andrew Gibiansky @gibiansky. @gibiansky. Used by: library + - opaleye < 0 # -0.7.1.0 (>=1.3 && < 1.4). Tom Ellis @tomjaguarpaw. @tomjaguarpaw. Used by: library + - postgresql-binary < 0 # -0.12.4 (==1.3.*). Nikita Volkov @nikita-volkov. @nikita-volkov. Used by: library + - postgresql-typed < 0 # -0.6.2.0 (>=1.3). Dylan Simon @dylex. @dylex. Used by: library + - ratel < 0 # -1.0.15 (>=1.3.13 && < 1.4). Taylor Fausak @tfausak. @tfausak. Used by: library + - rebase < 0 # -1.12.1 (>=1.3 && < 1.4). Grandfathered dependencies. @nikita-volkov. Used by: library + - safe-json < 0 # -1.1.1.1 (>=1.3.13 && < 1.4). Felix Paulusma @Vlix. @Vlix. Used by: test-suite + - typed-uuid < 0 # -0.1.0.0 (>=1.3 && < 1.4). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - validity-uuid < 0 # -0.1.0.3 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # wai-session (GHC 9, Grandfathered dependencies) (not present) depended on by: + - serversession-frontend-wai < 0 # -1.0 (==0.3.*). Felipe Lessa @meteficha. @snoyberg. Used by: library + - wai-session-redis < 0 # -0.1.0.2 (>=0.3.3 && < 0.4). Tomasz Maciosowski @t4ccer. @t4ccer. Used by: library + # websockets (GHC 9, Jasper Van der Jeugt @jaspervdj) (not present) depended on by: + - buttplug-hs-core < 0 # -0.1.0.0 (>=0.12.7.2 && < 0.13). James Sully @sullyj3. @sullyj3. Used by: library + - network-messagepack-rpc-websocket < 0 # -0.1.1.1 (-any). Yuji Yamamoto @igrep. @iij-ii. Used by: library + - skews < 0 # -0.1.0.3 (-any). Yuji Yamamoto @igrep. @iij-ii. Used by: library + - slack-api < 0 # -0.12 (>0.9). Rickey Visinski @rickeyski. @mpickering. Used by: library + - wai-websockets < 0 # -3.0.1.2 (>=0.9). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - wss-client < 0 # -0.3.0.0 (>=0.12.6 && < 0.13). Yuji Yamamoto @igrep. @iij-ii. Used by: library + - wuss < 0 # -1.1.18 (>=0.12.7 && < 0.13). Taylor Fausak @tfausak. @tfausak. Used by: library + - yesod-websockets < 0 # -0.3.0.3 (>=0.10). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + # yamlparse-applicative (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - typed-uuid < 0 # -0.1.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # yesod-auth (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - yesod-auth-hashdb < 0 # -1.7.1.7 (>=1.4.18 && < 1.7). Paul Rouse @paul-rouse. @paul-rouse. Used by: library + - yesod-auth-oauth2 < 0 # -0.6.3.4 (>=1.6.0). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3, Patrick Brisbin @pbrisbin. @freckle. Used by: library + # yesod-core (GHC 9, Grandfathered dependencies) (not present) depended on by: + - bugsnag-haskell < 0 # -0.0.4.1 (-any). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: executable + - sydtest-yesod < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - yesod < 0 # -1.6.1.1 (>=1.6 && < 1.7). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-auth-hashdb < 0 # -1.7.1.7 (>=1.4.19 && < 1.7). Paul Rouse @paul-rouse. @paul-rouse. Used by: library + - yesod-auth-oauth2 < 0 # -0.6.3.4 (>=1.6.0). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3, Patrick Brisbin @pbrisbin. @freckle. Used by: library + - yesod-fb < 0 # -0.6.1 (-any). Felipe Lessa @meteficha, Sibi Prabakaran @psibi. @psibi. Used by: library + - yesod-gitrev < 0 # -0.2.1 (>=1.6). Dan Burton @DanBurton. @DanBurton. Used by: library + - yesod-markdown < 0 # -0.12.6.11 (>=1.2). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: library + - yesod-newsfeed < 0 # -1.7.0.0 (>=1.6 && < 1.7). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-page-cursor < 0 # -2.0.0.8 (>=1.6.18.8). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + - yesod-paginator < 0 # -1.1.1.0 (>=1.4). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: library + - yesod-persistent < 0 # -1.6.0.7 (>=1.6 && < 1.7). Grandfathered dependencies. @snoyberg. Used by: library + - yesod-sitemap < 0 # -1.6.0 (>=1.6 && < 1.7). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-static < 0 # -1.6.1.0 (>=1.6 && < 1.7). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-test < 0 # -1.6.12 (>=1.6.17). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-websockets < 0 # -0.3.0.3 (>=1.6). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + # yesod-form (GHC 9, Grandfathered dependencies) (not present) depended on by: + - yesod < 0 # -1.6.1.1 (>=1.6 && < 1.8). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-auth-hashdb < 0 # -1.7.1.7 (>=1.4 && < 1.8). Paul Rouse @paul-rouse. @paul-rouse. Used by: library + - yesod-markdown < 0 # -0.12.6.11 (>=1.3). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: library + # yjsvg (GHC 9, Yoshikuni Jujo @YoshikuniJujo) (not present) depended on by: + - gluturtle < 0 # -0.0.58.1 (>=0.1.18). Yoshikuni Jujo @YoshikuniJujo. @YoshikuniJujo. Used by: library + # RSA (GHC 9, Grandfathered dependencies) (not present) depended on by: + - authenticate-oauth < 0 # -1.6.0.1 (>=2.0 && < 2.5). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + # avro (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - language-avro < 0 # -0.1.3.1 (>=0.5.1). Flavio Corpa @kutyel. @kutyel. Used by: library + # backprop (GHC 9, Justin Le @mstksg) (not present) depended on by: + - hmatrix-backprop < 0 # -0.1.3.0 (>=0.2.5). Justin Le @mstksg. @mstksg. Used by: library + # base16 (Emily Pillmore @topos, GHC 9) (not present) depended on by: + - base16-lens < 0 # -0.1.3.2 (^>=0.3). Emily Pillmore @topos. @emilypi. Used by: library + # base32 (Emily Pillmore @topos, GHC 9) (not present) depended on by: + - base32-lens < 0 # -0.1.1.1 (^>=0.2). Emily Pillmore @topos. @emilypi. Used by: library + # base64 (Emily Pillmore @topos, GHC 9) (not present) depended on by: + - base64-lens < 0 # -0.3.1 (^>=0.4). Emily Pillmore @topos. @emilypi. Used by: library + - password < 0 # -3.0.0.0 (>=0.3 && < 0.5). Dennis Gosnell @cdepillabout. @cdepillabout. Used by: library + # bz2 (GHC 9, Vanessa McHale @vmchale) (not present) depended on by: + - debian < 0 # -4.0.2 (-any). Clint Adams @clinty. @clinty. Used by: library + # conduit (GHC 9, Grandfathered dependencies) (not present) depended on by: + - MusicBrainz < 0 # -0.4.1 (>=1.2.8). Clint Adams @clinty. Used by: library + - authenticate < 0 # -1.3.5 (>=0.5). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - binary-conduit < 0 # -1.3.1 (>=1.3 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @qnikst. Used by: library + - binary-ext < 0 # -2.0.4 (>=1.3.0). Warlock @A1-Triard. @A1-Triard. Used by: library + - bzlib-conduit < 0 # -0.3.0.2 (>=1.3). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - casa-client < 0 # -0.0.1 (-any). Chris Done @chrisdone. Used by: library + - cassava-conduit < 0 # -0.6.0 (==1.3.*). Dom De Re @domdere. @domdere. Used by: library + - cereal-conduit < 0 # -0.8.0 (>=1.3 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - classy-prelude-conduit < 0 # -1.5.0 (>=1.3 && < 1.4). Grandfathered dependencies. @snoyberg. Used by: library + - conduit-concurrent-map < 0 # -0.1.1 (-any). Niklas Hambüchen mail@nh2.me @nh2. @nh2. Used by: library + - conduit-extra < 0 # -1.3.5 (>=1.3 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - conduit-parse < 0 # -0.2.1.0 (>=1.3). koral koral@mailoo.org @k0ral. @k0ral. Used by: library + - conduit-zstd < 0 # -0.0.2.0 (>=1.0). Luis Pedro Coelho @luispedro. @luispedro. Used by: library + - cryptonite-conduit < 0 # -0.2.2 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @haskell-crypto. Used by: library + - dbus < 0 # -1.2.21 (>=1.3.0 && < 1.4). Andrey Sverdlichenko @rblaze. @rblaze. Used by: library + - editor-open < 0 # -0.6.0.0 (>=1.2.3). Peter Harpending @pharpend. @pharpend. Used by: library + - errors-ext < 0 # -0.4.2 (-any). Warlock @A1-Triard. @A1-Triard. Used by: test-suite + - esqueleto < 0 # -3.5.0.0 (>=1.3). Matt Parsons @parsonsmatt. @bitemyapp. Used by: library + - fb < 0 # -2.1.1 (>=1.3.0). Felipe Lessa @meteficha, Sibi Prabakaran @psibi. @psibi. Used by: library + - fold-debounce-conduit < 0 # -0.2.0.6 (>=1.3.0 && < 1.4). Toshio Ito @debug-ito. @debug-ito. Used by: library + - fsnotify-conduit < 0 # -0.1.1.1 (>=1.2.8). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - google-isbn < 0 # -1.0.3 (-any). Alexandre Peyroux @apeyroux. @apeyroux. Used by: library + - hadoop-streaming < 0 # -0.2.0.3 (>=1.3.1 && < 1.4). Ziyang Liu @zliu41. @zliu41. Used by: library + - hal < 0 # -0.4.8 (>=1.3.1). Nathan Fairhurst @iamfromspace. @Nike-inc. Used by: library + - hamtsolo < 0 # -1.0.3 (>=1.2). Jacek Galowicz @tfc. @tfc. Used by: executable + - hoogle < 0 # -5.0.18.1 (>=1.3.0). Neil Mitchell @ndmitchell. @ndmitchell. Used by: library + - hspec-junit-formatter < 0 # -1.0.1.0 (>=1.3.4.1). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + - html-conduit < 0 # -1.3.2.1 (>=1.3). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - http-conduit < 0 # -2.3.8 (>=1.2). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - http-reverse-proxy < 0 # -0.6.0 (>=1.3). Grandfathered dependencies. @snoyberg. Used by: library + - hw-conduit-merges < 0 # -0.2.1.0 (>=1.3). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-rankselect < 0 # -0.13.4.0 (>=1.2 && < 1.4). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: benchmark + - hw-succinct < 0 # -0.1.0.1 (-any). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - imagesize-conduit < 0 # -1.1 (>=1.1 && < 1.4). Silk . @bergmark @hesselink. Used by: library + - irc-client < 0 # -1.1.2.1 (>=1.2.8 && < 1.4). Michael Walker @barrucadu. @barrucadu. Used by: library + - irc-conduit < 0 # -0.3.0.4 (>=1.2.8 && < 1.4). Michael Walker @barrucadu. @barrucadu. Used by: library + - json-rpc < 0 # -1.0.3 (-any). Jean-Pierre Rupp @xenog. @jprupp. Used by: library + - libyaml < 0 # -0.1.2 (>=1.2.8 && < 1.4). Grandfathered dependencies. @snoyberg. Used by: library + - lz4-frame-conduit < 0 # -0.1.0.1 (-any). Niklas Hambüchen mail@nh2.me @nh2. @nh2. Used by: library + - lzma-conduit < 0 # -1.2.1 (>=1.1.0 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @alphaHeavy. Used by: library + - machines < 0 # -0.7.2 (>=1.3 && < 1.4). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - markdown < 0 # -0.1.17.4 (>=1.2.8). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - mime-mail-ses < 0 # -0.4.3 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - mnist-idx-conduit < 0 # -0.4.0.0 (-any). Marco Zocca @ocramz. @ocramz. Used by: library + - monad-logger < 0 # -0.3.36 (>=1.0 && < 1.4). Grandfathered dependencies. @snoyberg. Used by: library + - ndjson-conduit < 0 # -0.1.0.5 (>=1.2). Sam Rijs @srijs. @srijs. Used by: library + - network-conduit-tls < 0 # -1.3.2 (>=1.3). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - nqe < 0 # -0.6.3 (-any). Jean-Pierre Rupp @xenog. @xenog. Used by: library + - nuxeo < 0 # -0.3.2 (-any). Alexandre Peyroux @apeyroux. @apeyroux. Used by: library + - pager < 0 # -0.1.1.0 (>=1.2.3). Peter Harpending @pharpend. @pharpend. Used by: library + - persistent < 0 # -2.13.0.2 (>=1.2.12). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - persistent-mtl < 0 # -0.2.1.0 (>=1.3.0.3 && < 2). Brandon Chinn @brandonchinn178. @brandonchinn178. Used by: library + - persistent-mysql < 0 # -2.13.0.1 (>=1.2.12). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - persistent-pagination < 0 # -0.1.1.2 (>=1.2.8 && < 1.4). Matt Parsons @parsonsmatt. @parsonsmatt. Used by: library + - persistent-postgresql < 0 # -2.13.0.1 (>=1.2.12). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - persistent-sqlite < 0 # -2.13.0.3 (>=1.2.12). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - persistent-test < 0 # -2.13.0.3 (>=1.2.12). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - persistent-typed-db < 0 # -0.1.0.4 (>=1.3.0). Matt Parsons @parsonsmatt. @parsonsmatt. Used by: library + - plaid < 0 # -0.1.0.4 (-any). Sasha Bogicevic @v0d1ch. @v0d1ch. Used by: executable + - project-template < 0 # -0.2.1.0 (>=1.2.8 && < 1.4). Grandfathered dependencies. @snoyberg. Used by: library + - rocksdb-query < 0 # -0.4.2 (-any). Jean-Pierre Rupp @xenog. @jprupp. Used by: library + - rp-tree < 0 # -0.3.6 (>=1.3.1). Marco Zocca @ocramz. @ocramz. Used by: library + - safeio < 0 # -0.0.5.0 (>=1.0). Luis Pedro Coelho @luispedro. @luispedro. Used by: library + - sbp < 0 # -2.6.3 (>=1.2.13.1). Mark Fine @markfine. @swift-nav. Used by: executable + - serf < 0 # -0.1.1.0 (-any). Ian Duncan @iand675. @iand675 @sanetracker. Used by: library + - shell-conduit < 0 # -5.0.0 (>=1.3). Sibi Prabakaran @psibi. @psibi. Used by: library + - simple-sendfile < 0 # -0.2.30 (-any). Grandfathered dependencies. @kazu-yamamoto. Used by: test-suite + - soap < 0 # -0.2.3.6 (>=1.2.6.6 && < 1.4). Alexander Bondarenko @dpwiz. Used by: library + - stm-conduit < 0 # -4.0.1 (>=1.0 && < 1.4). Alexander Vershilov @qnikst. @cgaebel. Used by: library + - store-streaming < 0 # -0.2.0.3 (>=1.2.3.1). Michael Sloan @mgsloan. @snoyberg. Used by: library + - tar-conduit < 0 # -0.3.2 (-any). Simon Marechal @bartavelle. @snoyberg. Used by: library + - wai-conduit < 0 # -3.0.0.4 (-any). Grandfathered dependencies. @snoyberg. Used by: library + - webex-teams-api < 0 # -0.2.0.1 (-any). Naoto Shimazaki @nshimaza. @nshimaza. Used by: library + - webex-teams-conduit < 0 # -0.2.0.1 (-any). Naoto Shimazaki @nshimaza. @nshimaza. Used by: library + - xlsx < 0 # -0.8.3 (>=1.0.0). Kirill Zaborsky @qrilka. @qrilka. Used by: library + - xml-conduit < 0 # -1.9.1.1 (>=1.3 && < 1.4). Grandfathered dependencies. @snoyberg. Used by: library + - xml-html-qq < 0 # -0.1.0.1 (-any). Dennis Gosnell @cdepillabout. @cdepillabout. Used by: library + - yaml < 0 # -0.11.5.0 (>=1.2.8 && < 1.4). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - yesod-bin < 0 # -1.6.1 (>=1.3). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: executable + - zim-parser < 0 # -0.2.1.0 (-any). Robbin C. @robbinch. @robbinch. Used by: library + - zip < 0 # -1.7.0 (>=1.3 && < 1.4). Mark Karpov @mrkkrp. @mrkkrp. Used by: library + - zip-stream < 0 # -0.2.1.0 (>=1.3). Dylan Simon @dylex. @dylex. Used by: library + # criterion (GHC 9, Ryan Scott @RyanGlScott) (not present) depended on by: + - Color < 0 # -0.3.1 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: benchmark + - ForestStructures < 0 # -0.0.1.0 (>=1.0.2). Florian Eggenhofer @eggzilla. @choener. Used by: benchmark + - JuicyPixels-extra < 0 # -0.5.0 (>=0.6.2.1 && < 1.6). Mark Karpov @mrkkrp. @mrkkrp. Used by: benchmark + - ad < 0 # -4.4.1 (-any). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - aeson-combinators < 0 # -0.0.5.0 (-any). Marek Fajkus @turboMaCk. @turboMaCk. Used by: benchmark + - apecs < 0 # -0.9.2 (>=1.3 && < 2). Jonas Carpay @jonascarpay. @jonascarpay. Used by: benchmark + - aws-xray-client < 0 # -0.1.0.0 (>=1.5.5.0). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: benchmark + - base16-bytestring < 0 # -1.0.1.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @haskell. Used by: benchmark + - base58-bytestring < 0 # -0.1.0 (-any). Aleksey Uimanov @s9gf4ult. Used by: benchmark + - base64-bytestring < 0 # -1.2.0.1 (-any). Grandfathered dependencies. @haskell. Used by: benchmark + - bench < 0 # -1.0.12 (>=1.4 && < 1.6). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: executable + - board-games < 0 # -0.3 (>=0.6 && < 1.6). Henning Thielemann @thielema. Used by: benchmark + - cacophony < 0 # -0.10.1 (-any). John Galt @centromere. @centromere. Used by: benchmark + - cborg-json < 0 # -0.2.2.0 (>=1.0 && < 1.6). Ben Gamari @bgamari. @well-typed. Used by: benchmark + - cmark-gfm < 0 # -0.2.2 (-any). Grandfathered dependencies. @kivikakk. Used by: benchmark + - compdata < 0 # -0.12.1 (-any). Patrick Bahr . @pa-ba. Used by: benchmark + - compensated < 0 # -0.8.3 (>=1.0). Edward Kmett @ekmett. @ekmett. Used by: benchmark + - crypto-numbers < 0 # -0.2.7 (-any). Grandfathered dependencies. @vincenthz. Used by: benchmark + - crypto-pubkey < 0 # -0.2.8 (-any). Grandfathered dependencies. @vincenthz. Used by: benchmark + - cryptohash < 0 # -0.11.9 (-any). Vincent Hanquez @vincenthz. @vincenthz. Used by: benchmark + - cuckoo-filter < 0 # -0.2.0.2 (-any). Chris Coffey @ChrisCoffey. @ChrisCoffey. Used by: executable + - cursor-gen < 0 # -0.3.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - dbus < 0 # -1.2.21 (< 1.6). Andrey Sverdlichenko @rblaze. @rblaze. Used by: benchmark + - doclayout < 0 # -0.3.0.2 (>=1.0 && < 1.6). John MacFarlane @jgm. @jgm. Used by: benchmark + - doctemplates < 0 # -0.9 (>=1.0 && < 1.6). John MacFarlane @jgm. @jgm. Used by: benchmark + - formatting < 0 # -7.1.2 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @AJChapman. Used by: benchmark + - generics-sop < 0 # -0.5.1.1 (-any). Andres Löh @kosmikus. @well-typed. Used by: benchmark + - genvalidity-bytestring < 0 # -0.6.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - genvalidity-containers < 0 # -0.9.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - genvalidity-criterion < 0 # -0.2.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-persistent < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - genvalidity-text < 0 # -0.7.0.2 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - genvalidity-time < 0 # -0.3.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - genvalidity-typed-uuid < 0 # -0.0.0.2 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: benchmark + - graphite < 0 # -0.10.0.1 (-any). Daniel Campoverde @alx741. @alx741. Used by: benchmark + - hw-excess < 0 # -0.2.3.0 (>=1.4 && < 1.6). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: benchmark + - hw-prim < 0 # -0.6.3.0 (>=1.2 && < 1.6). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: benchmark + - hw-rankselect < 0 # -0.13.4.0 (>=1.1 && < 1.6). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: benchmark + - indexed-traversable-instances < 0 # -0.1 (>=1.5.9.0 && < 1.6). Ryan Scott @RyanGlScott. @haskellari. Used by: benchmark + - jose-jwt < 0 # -0.9.2 (-any). Luke Taylor @tekul. @tekul. Used by: benchmark + - katip < 0 # -0.8.5.0 (>=1.1.0.0). Ozgun Ataman ozgun.ataman@soostone.com @ozataman. @Soostone. Used by: benchmark + - lens < 0 # -5.0.1 (-any). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - lucid < 0 # -2.9.12.1 (-any). Chris Done @chrisdone. @chrisdone. Used by: benchmark + - machines < 0 # -0.7.2 (>=0.6 && < 1.6). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - min-max-pqueue < 0 # -0.1.0.2 (>=1.4.1 && < 1.6). Ziyang Liu @zliu41. @zliu41. Used by: benchmark + - network-uri < 0 # -2.6.4.1 (-any). Grandfathered dependencies. @haskell. Used by: benchmark + - nix-derivation < 0 # -1.1.2 (>=1.1.4.0 && < 1.6). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: benchmark + - optics < 0 # -0.4 (-any). Optics . @well-typed. Used by: benchmark + - pandoc-types < 0 # -1.22 (>=1.0 && < 1.6). John MacFarlane @jgm. @jgm. Used by: benchmark + - pcre2 < 0 # -1.1.5 (-any). Shlomo Shuck @sjshuck. @sjshuck. Used by: benchmark + - persistent < 0 # -2.13.0.2 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: benchmark + - posix-paths < 0 # -0.3.0.0 (>=0.6). Niklas Hambüchen mail@nh2.me @nh2. @JohnLato. Used by: benchmark + - product-profunctors < 0 # -0.11.0.2 (-any). Tom Ellis @tomjaguarpaw. @tomjaguarpaw. Used by: benchmark + - ral < 0 # -0.2 (-any). Grandfathered dependencies. @phadej. Used by: benchmark + - rampart < 0 # -1.1.0.3 (>=1.5.7 && < 1.6). Taylor Fausak @tfausak. @tfausak. Used by: benchmark + - rcu < 0 # -0.2.5 (>=1.1). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - rdf < 0 # -0.1.0.5 (-any). Travis Whitaker . @TravisWhitaker @traviswhitaker. Used by: benchmark + - rescue < 0 # -0.4.2.1 (-any). Brooklyn Zelenka @expede. @expede. Used by: benchmark + - simple-vec3 < 0 # -0.6.0.1 (-any). Dmitry Dzhus @dzhus. @dzhus. Used by: benchmark + - store < 0 # -0.7.11 (-any). Michael Sloan @mgsloan, Michael Snoyman michael@snoyman.com @snoyberg. @mgsloan. Used by: benchmark + - streamt < 0 # -0.5.0.0 (>=0.5). David A Roberts @davidar. @davidar. Used by: test-suite + - string-interpolate < 0 # -0.3.1.1 (< 1.6). William Yao @williamyaoh. Used by: benchmark + - tensors < 0 # -0.1.5 (>=1.5.9.0 && < 1.6). Daniel YU . @leptonyu. Used by: benchmark + - terminal-progress-bar < 0 # -0.4.1 (>=1.1.4). Roel van Dijk @roelvandijk. @roelvandijk. Used by: benchmark + - text-show < 0 # -3.9 (>=1.1.4 && < 2). Ryan Scott @RyanGlScott. @RyanGlScott. Used by: benchmark + - thread-local-storage < 0 # -0.2 (>=1.2.1). Ryan Scott @RyanGlScott. @rrnewton. Used by: benchmark + - thyme < 0 # -0.3.5.5 (-any). Grandfathered dependencies. @liyang. Used by: benchmark + - tidal < 0 # -1.7.4 (-any). Alex McLean @yaxu. @tidalcycles. Used by: benchmark + - tree-diff < 0 # -0.2 (^>=1.5.9.0). Grandfathered dependencies. @phadej. Used by: benchmark + - unagi-chan < 0 # -0.4.1.3 (-any). Sandy Maguire @isovector. @jberryman. Used by: benchmark + - urbit-hob < 0 # -0.3.3 (-any). Jared Tobin @jtobin. @urbit. Used by: benchmark + - word-wrap < 0 # -0.4.1 (-any). Grandfathered dependencies. @jtdaugherty. Used by: benchmark + - zenacy-html < 0 # -2.0.3 (-any). Michael Williams @mlcfp. @mlcfp. Used by: benchmark + - zippers < 0 # -0.3.1 (-any). Edward Kmett @ekmett. @RyanGlScott. Used by: benchmark + - zstd < 0 # -0.1.2.0 (-any). Paulo Tanaka @paulot. @luispedro. Used by: benchmark + # eventful-core (David Reaver @jdreaver, GHC 9) (not present) depended on by: + - eventful-test-helpers < 0 # -0.2.0 (-any). David Reaver @jdreaver. @jdreaver. Used by: library + # foldl (GHC 9, Gabriel Gonzalez @Gabriel439) (not present) depended on by: + - deferred-folds < 0 # -0.9.17 (>=1 && < 2). Grandfathered dependencies. @metrix-ai. Used by: library + - distribution-opensuse < 0 # -1.1.1 (-any). Peter Simons @peti. @peti. Used by: library + - list-t < 0 # -1.0.4 (>=1 && < 2). Nikita Volkov @nikita-volkov. @nikita-volkov. Used by: library + - persistent-pagination < 0 # -0.1.1.2 (< 1.5.0). Matt Parsons @parsonsmatt. @parsonsmatt. Used by: library + - pipes-extras < 0 # -1.0.15 (>=1.0.1 && < 1.5). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: library + - pipes-ordered-zip < 0 # -1.2.1 (>=1.4.10). Stephan Schiffels @stschiff. @githubuser. Used by: test-suite + - sequence-formats < 0 # -1.6.1 (>=1.4.10). Stephan Schiffels @stschiff. @stschiff. Used by: library + - sequenceTools < 0 # -1.4.0.5 (>=1.4.5). Stephan Schiffels @stschiff. Used by: executable + - subcategories < 0 # -0.1.1.0 (-any). Hiromi Ishii @konn. @konn. Used by: library + - turtle < 0 # -1.5.22 (>=1.1 && < 1.5). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: library + # generic-data (GHC 9, Li-yao Xia @Lysxia) (not present) depended on by: + - generic-data-surgery < 0 # -0.3.0.0 (>=0.2). Li-yao Xia @Lysxia. @Lysxia. Used by: library + - headroom < 0 # -0.4.1.0 (-any). Vaclav Svejcar @vaclavsvejcar. @vaclavsvejcar. Used by: library + - safecopy < 0 # -0.10.4.2 (>=0.3). Grandfathered dependencies. @acid-state. Used by: library + # genvalidity-uuid (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - genvalidity-typed-uuid < 0 # -0.0.0.2 (>=0.0). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # gi-gdk (GHC 9, Iñaki García Etxebarria @garetxe) (not present) depended on by: + - gi-gdkx11 < 0 # -4.0.3 (==4.0.*). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gtk-strut < 0 # -0.1.3.0 (-any). Ivan Malison @IvanMalison. @IvanMalison. Used by: library + # gi-gtk (GHC 9, Iñaki García Etxebarria @garetxe) (not present) depended on by: + - gtk-strut < 0 # -0.1.3.0 (-any). Ivan Malison @IvanMalison. @IvanMalison. Used by: library + # http-streams (Andrew Cowie @istathar, GHC 9) (not present) depended on by: + - ses-html < 0 # -0.4.0.0 (-any). David Johnson @dmjio. @dmjio. Used by: library + # httpd-shed (GHC 9, Grandfathered dependencies) (not present) depended on by: + - HTTP < 0 # -4000.3.16 (>=0.4 && < 0.5). Grandfathered dependencies. @haskell. Used by: test-suite + - board-games < 0 # -0.3 (>=0.4 && < 0.5). Henning Thielemann @thielema. Used by: executable + # hw-fingertree (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - hw-balancedparens < 0 # -0.4.1.1 (>=0.1.1.0 && < 0.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-rankselect < 0 # -0.13.4.0 (>=0.1.1.0 && < 1.2). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # hw-rankselect-base (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - hw-balancedparens < 0 # -0.4.1.1 (>=0.3.2.1 && < 0.4). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-excess < 0 # -0.2.3.0 (>=0.2.0.0 && < 0.4). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-rankselect < 0 # -0.13.4.0 (>=0.2.0.0 && < 0.4). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - hw-succinct < 0 # -0.1.0.1 (>=0.2.0.0). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # ipython-kernel (Andrew Gibiansky @gibiansky, GHC 9) (not present) depended on by: + - ihaskell < 0 # -0.10.2.0 (>=0.10.2.0). Vaibhav Sagar @vaibhavsagar. @gibiansky. Used by: library + # massiv-test (Alexey Kuleshevich @lehins, GHC 9) (not present) depended on by: + - Color < 0 # -0.3.1 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + - massiv-io < 0 # -0.4.1.0 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + - massiv-persist < 0 # -0.1.0.0 (>=0.1.5). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + - massiv-serialise < 0 # -0.1.0.0 (-any). Alexey Kuleshevich @lehins. @lehins. Used by: test-suite + # monad-par (GHC 9, Ryan Scott @RyanGlScott) (not present) depended on by: + - cabal2nix < 0 # -2.17.0 (-any). Peter Simons @peti. @nixos. Used by: executable + - flat-mcmc < 0 # -1.5.2 (>=0.3.4.7 && < 1). Jared Tobin @jtobin. @jtobin. Used by: library + # mono-traversable (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - binary-ext < 0 # -2.0.4 (-any). Warlock @A1-Triard. @A1-Triard. Used by: library + - bitwise-enum < 0 # -1.0.1.0 (>=1.0.12 && < 1.1). Joshua Booth @jnbooth. @jnbooth. Used by: library + - bv-little < 0 # -1.1.1 (>=1.0.5.0). Alex Washburn @recursion-ninja. @recursion-ninja. Used by: library + - classy-prelude < 0 # -1.5.0 (>=1.0). Grandfathered dependencies. @snoyberg. Used by: library + - flat < 0 # -0.4.4 (-any). Pasqualino Assini @tittoassini. @Quid2. Used by: library + - focuslist < 0 # -0.1.0.2 (-any). Josef Thorne @Grendel-Grendel-Grendel. @cdepillabout. Used by: library + - hw-succinct < 0 # -0.1.0.1 (-any). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + - interpolator < 0 # -1.1.0.2 (-any). Dan Fithian @dfithian. @tvision-insights. Used by: library + - mono-traversable-instances < 0 # -0.1.1.0 (>=1.0 && < 1.1). Grandfathered dependencies. @snoyberg. Used by: library + - mono-traversable-keys < 0 # -0.1.0 (>=1 && < 2.0). Alex Washburn @recursion-ninja, Grandfathered dependencies. @recursion-ninja. Used by: library + - mutable-containers < 0 # -0.3.4 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - store < 0 # -0.7.11 (>=0.7.0). Michael Sloan @mgsloan, Michael Snoyman michael@snoyman.com @snoyberg. @mgsloan. Used by: library + - subcategories < 0 # -0.1.1.0 (-any). Hiromi Ishii @konn. @konn. Used by: library + - transaction < 0 # -0.1.1.3 (>=1.0.0.1 && < 1.1). Kadzuya Okamoto @arowM. @arowM. Used by: library + - unboxing-vector < 0 # -0.2.0.0 (-any). ARATA Mizuki @minoki. @minoki. Used by: library + # mwc-probability (GHC 9, Jared Tobin @jtobin) (not present) depended on by: + - declarative < 0 # -0.5.4 (>=2.0 && < 3). Jared Tobin @jtobin. @jtobin. Used by: library + - flat-mcmc < 0 # -1.5.2 (>=1.0.1 && < 3). Jared Tobin @jtobin. @jtobin. Used by: library + - hasty-hamiltonian < 0 # -1.3.4 (>=2.0 && < 3). Jared Tobin @jtobin. @jtobin. Used by: library + - mcmc-types < 0 # -1.0.3 (>=1.0.1). Jared Tobin @jtobin. @jtobin. Used by: library + - mighty-metropolis < 0 # -2.0.0 (>=1.0.1). Jared Tobin @jtobin. @jtobin. Used by: library + - speedy-slice < 0 # -0.3.2 (>=1.0.1). Jared Tobin @jtobin. @jtobin. Used by: library + # network-simple (GHC 9, Renzo Carbonara @k0001) (not present) depended on by: + - moss < 0 # -0.2.0.0 (-any). Michael B. Gale @mbg. @mbg. Used by: library + - network-simple-tls < 0 # -0.4 (>=0.4.3). Renzo Carbonara @k0001. @k0001. Used by: library + - pipes-network < 0 # -0.6.5 (-any). Renzo Carbonara @k0001. @k0001. Used by: library + - pipes-network-tls < 0 # -0.4 (-any). Renzo Carbonara @k0001. @k0001. Used by: library + # postgresql-binary (GHC 9, Nikita Volkov @nikita-volkov) (not present) depended on by: + - hasql < 0 # -1.4.5.1 (>=0.12.4 && < 0.13). Nikita Volkov @nikita-volkov. @nikita-volkov. Used by: library + - selda-postgresql < 0 # -0.1.8.1 (>=0.12 && < 0.13). Anton Ekblad @valderman. @valderman. Used by: library + # pureMD5 (GHC 9, Grandfathered dependencies) (not present) depended on by: + - HTTP < 0 # -4000.3.16 (>=0.2.4 && < 2.2). Grandfathered dependencies. @haskell. Used by: test-suite + - cabal-debian < 0 # -5.1 (-any). Clint Adams @clinty. @clinty. Used by: library + - debian < 0 # -4.0.2 (-any). Clint Adams @clinty. @clinty. Used by: library + - gravatar < 0 # -0.8.0 (< 3). Patrick Brisbin @pbrisbin. @pbrisbin. Used by: library + - tagged-binary < 0 # -0.2.0.1 (>=2.1). Justin Le @mstksg. @mstksg. Used by: library + # random-source (GHC 9, Peter Simons @peti) (not present) depended on by: + - random-fu < 0 # -0.2.7.7 (==0.3.*). Dominic Steinitz @idontgetoutmuch, Peter Simons @peti. @mokus0. Used by: library + - rvar < 0 # -0.2.0.6 (==0.3.*). Peter Simons @peti. @mokus0. Used by: library + # ratel (GHC 9, Taylor Fausak @tfausak) (not present) depended on by: + - ratel-wai < 0 # -1.1.5 (>=1.0.12 && < 1.1). Taylor Fausak @tfausak. @tfausak. Used by: library + # rebase (GHC 9, Grandfathered dependencies) (not present) depended on by: + - rerebase < 0 # -1.12.1 (==1.12.1). Grandfathered dependencies. @nikita-volkov. Used by: library + # scheduler (Alexey Kuleshevich @lehins, GHC 9) (not present) depended on by: + - massiv < 0 # -0.6.0.0 (>=1.5.0). Alexey Kuleshevich @lehins. @lehins. Used by: library + # typed-uuid (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - genvalidity-typed-uuid < 0 # -0.0.0.2 (>=0.0). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # vector-algorithms (GHC 9, Grandfathered dependencies) (not present) depended on by: + - Rasterific < 0 # -0.7.5.4 (>=0.3). Vincent Berthoux @Twinside. @Twinside. Used by: library + - dense-linear-algebra < 0 # -0.1.0.0 (>=0.4). Grandfathered dependencies. @bos. Used by: library + - poly < 0 # -0.5.0.0 (>=0.8.0.3). Andrew Lelechenko @Bodigrim. @Bodigrim. Used by: library + - rp-tree < 0 # -0.3.6 (>=0.8). Marco Zocca @ocramz. @ocramz. Used by: library + - subcategories < 0 # -0.1.1.0 (-any). Hiromi Ishii @konn. @konn. Used by: library + # HTTP (GHC 9, Grandfathered dependencies) (not present) depended on by: + - HandsomeSoup < 0 # -0.4.2 (-any). Aditya Bhargava @egonSchiele. @egonSchiele. Used by: library + - fedora-haskell-tools < 0 # -0.9 (-any). Jens Petersen @juhp. @fedora-haskell. Used by: executable + - hedis < 0 # -0.14.4 (-any). Kostiantyn Rybnikov @k-bx. @informatikr. Used by: library + - hxt-http < 0 # -9.1.5.2 (>=4000 && < 5000). Grandfathered dependencies. @UweSchmidt. Used by: library + - pg-harness-client < 0 # -0.6.0 (>=4000.2.17 && < 4001). Bardur Arantsson @BardurArantsson. @BardurArantsson. Used by: library + # Rasterific (GHC 9, Vincent Berthoux @Twinside) (not present) depended on by: + - rasterific-svg < 0 # -0.3.3.2 (>=0.7 && < 0.8). Vincent Berthoux @Twinside. @Twinside. Used by: library + # ad (Edward Kmett @ekmett, GHC 9) (not present) depended on by: + - boltzmann-samplers < 0 # -0.1.1.0 (-any). Li-yao Xia @Lysxia. @Lysxia. Used by: library + - matplotlib < 0 # -0.7.5 (-any). Andrei Barbu @abarbu. @abarbu. Used by: test-suite + - sparse-tensor < 0 # -0.2.1.5 (>=4.2 && < 4.5). Tobias Reinhart @TobiReinhart. @TobiReinhart. Used by: library + # apecs (GHC 9, Jonas Carpay @jonascarpay) (not present) depended on by: + - apecs-gloss < 0 # -0.2.4 (>=0.7 && < 0.10). Jonas Carpay @jonascarpay. @jonascarpay. Used by: library + - apecs-physics < 0 # -0.4.5 (>=0.7 && < 0.10). Jonas Carpay @jonascarpay. @jonascarpay. Used by: library + # authenticate-oauth (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - wreq < 0 # -0.5.3.3 (>=1.5). Alois Cochard @aloiscochard, Edward Kmett @ekmett. @bos. Used by: library + # aws-xray-client (Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3, GHC 9) (not present) depended on by: + - aws-xray-client-wai < 0 # -0.1.0.0 (>=0.1.0.0). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + # base16-bytestring (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - binary-tagged < 0 # -0.3 (^>=0.1.1.6 || ^>=1.0.0.0). Grandfathered dependencies. @phadej. Used by: library + - casa-types < 0 # -0.0.2 (>=1). Chris Done @chrisdone. Used by: library + - direct-sqlite < 0 # -2.3.26 (-any). Grandfathered dependencies. @IreneKnapp. Used by: test-suite + - dns < 0 # -4.0.1 (-any). Kostiantyn Rybnikov @k-bx. @kazu-yamamoto. Used by: library + - http2 < 0 # -3.0.1 (>=1.0). Grandfathered dependencies. @kazu-yamamoto. Used by: executable + - mysql-simple < 0 # -0.4.6 (-any). Paul Rouse @paul-rouse. @paul-rouse. Used by: library + - protocol-buffers < 0 # -2.4.17 (-any). Kostiantyn Rybnikov @k-bx. @k-bx. Used by: library + - pusher-http-haskell < 0 # -2.1.0.2 (>=0.1 && < 1.1). Will Sewell @willsewell. @WillSewell. Used by: library + - sqlite-simple < 0 # -0.4.18.0 (-any). Janne Hellsten @nurpax. @nurpax. Used by: test-suite + - structured < 0 # -0.1.0.1 (>=0.1.1.6 && < 1.1). Grandfathered dependencies. @phadej. Used by: library + - text-conversions < 0 # -0.3.1 (< 2). Alexis King @lexi-lambda. @cjdev. Used by: library + - wreq < 0 # -0.5.3.3 (-any). Alois Cochard @aloiscochard, Edward Kmett @ekmett. @bos. Used by: library + # base64-bytestring (GHC 9, Grandfathered dependencies) (not present) depended on by: + - HTF < 0 # -0.14.0.6 (-any). Stefan Wehr @skogsbaer. @skogsbaer. Used by: library + - atom-basic < 0 # -0.2.5 (-any). Carl Baatz @cbaatz. @cbaatz. Used by: library + - base64-bytestring-type < 0 # -1.0.1 (>=1.0.0.1 && < 1.3). Grandfathered dependencies. @futurice @phadej. Used by: library + - dataurl < 0 # -0.1.0.0 (>=1.0). Alexander Thiemann @agrafix. @agrafix. Used by: library + - dns < 0 # -4.0.1 (-any). Kostiantyn Rybnikov @k-bx. @kazu-yamamoto. Used by: library + - http-client < 0 # -0.7.8 (>=1.0). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - http-common < 0 # -0.8.2.1 (-any). Andrew Cowie @istathar. @afcowie @istathar. Used by: library + - jose < 0 # -0.8.4 (>=1.1 && < 1.3). Fraser Tweedale @frasertweedale. @frasertweedale. Used by: library + - kubernetes-webhook-haskell < 0 # -0.2.0.3 (>=1.0.0 && < 1.3). Alessandro Marrella @amarrella. @EarnestResearch. Used by: library + - mime-mail < 0 # -0.5.1 (>=0.1). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - oauthenticated < 0 # -0.2.1.0 (-any). Dan Fithian @dfithian. @tel. Used by: library + - openpgp-asciiarmor < 0 # -0.1.2 (-any). Clint Adams @clinty. Used by: library + - qrcode-juicypixels < 0 # -0.8.2 (>=1.0.0.1 && < 1.3). ALeX Kazik @alexkazik. @alexkazik. Used by: library + - skylighting-core < 0 # -0.10.5.1 (-any). John MacFarlane @jgm. @jgm. Used by: library + - text-conversions < 0 # -0.3.1 (< 2). Alexis King @lexi-lambda. @cjdev. Used by: library + - typed-process < 0 # -0.2.6.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: test-suite + - wai-extra < 0 # -3.1.6 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - wai-saml2 < 0 # -0.2.1.2 (>=0.1 && < 2). Michael B. Gale @mbg. @mbg. Used by: library + - webdriver < 0 # -0.9.0.1 (>=1.0). Adam Curtis @kallisti-dev. @kallisti-dev. Used by: library + - webgear-server < 0 # -0.2.1 (>=1.0.0.3 && < 1.3). Raghu Kaippully @rkaippully. @rkaippully. Used by: library + # classy-prelude (GHC 9, Grandfathered dependencies) (not present) depended on by: + - haskell-import-graph < 0 # -1.0.4 (-any). ncaq @ncaq. @ncaq. Used by: library + # dbus (Andrey Sverdlichenko @rblaze, GHC 9) (not present) depended on by: + - credential-store < 0 # -0.1.2 (-any). Andrey Sverdlichenko @rblaze. @rblaze. Used by: library + # deferred-folds (GHC 9, Grandfathered dependencies) (not present) depended on by: + - text-builder < 0 # -0.6.6.2 (>=0.9.10.1 && < 0.10). Grandfathered dependencies. @nikita-volkov. Used by: library + # doclayout (GHC 9, John MacFarlane @jgm) (not present) depended on by: + - hslua-module-doclayout < 0 # -0.2.0.1 (>=0.2 && < 0.4). Albert Krewinkel @tarleb. @hslua. Used by: library + # formatting (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - async-refresh < 0 # -0.3.0.0 (-any). Moritz Schulte @mtesseract. @mtesseract. Used by: library + - async-refresh-tokens < 0 # -0.4.0.0 (-any). Moritz Schulte @mtesseract. @mtesseract. Used by: library + - elm-export < 0 # -0.6.0.1 (>=6.2.2). William Casarin @jb55. @krisajenkins. Used by: library + - odbc < 0 # -0.2.2 (>=6.3.1). Chris Done @chrisdone. @snoyberg. Used by: library + # generics-sop (Andres Löh @kosmikus, GHC 9) (not present) depended on by: + - generics-sop-lens < 0 # -0.2.0.1 (>=0.5 && < 0.6). Grandfathered dependencies. @phadej. Used by: library + - getopt-generics < 0 # -0.13.0.4 (>=0.2.3 && < 0.6). Sönke Hahn @soenkehahn. @soenkehahn. Used by: library + - openapi3 < 0 # -3.1.0 (>=0.5.1.0 && < 0.6). Maxim Koltsov @maksbotan. @biocad. Used by: library + - pretty-sop < 0 # -0.2.0.3 (>=0.2.3 && < 0.6). Domen Kozar @domenkozar. @well-typed. Used by: library + - records-sop < 0 # -0.1.1.0 (>=0.3 && < 0.6). Andres Löh @kosmikus. @kosmikus. Used by: library + - tuple-sop < 0 # -0.3.1.0 (-any). Ferdinand van Walree @Ferdinand-vW. @Ferdinand-vW. Used by: library + # genvalidity-text (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - genvalidity-aeson < 0 # -0.3.0.0 (>=0.5). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - genvalidity-hspec-aeson < 0 # -0.3.1.1 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + - genvalidity-hspec-persistent < 0 # -0.0.0.1 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + # genvalidity-time (GHC 9, Tom Sydney Kerckhove @NorfairKing) (not present) depended on by: + - pretty-relative-time < 0 # -0.2.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: test-suite + # hasql (GHC 9, Nikita Volkov @nikita-volkov) (not present) depended on by: + - hasql-notifications < 0 # -0.2.0.0 (>=0.19). Diogo Biazus . @diogob. Used by: library + - hasql-optparse-applicative < 0 # -0.3.0.6 (>=1.3 && < 1.5). Nikita Volkov @nikita-volkov. @sannsyn. Used by: library + - hasql-pool < 0 # -0.5.2 (>=1.3 && < 1.5). Nikita Volkov @nikita-volkov. @nikita-volkov. Used by: library + - hasql-transaction < 0 # -1.0.0.2 (>=1.4.5 && < 1.5). Nikita Volkov @nikita-volkov. @nikita-volkov. Used by: library + # html-conduit (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - http-directory < 0 # -0.1.8 (-any). Jens Petersen @juhp. @juhp. Used by: library + # http-conduit (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - cayley-client < 0 # -0.4.15 (>=2.1.8 && < 2.4). Michel Boucey @MichelBoucey. @MichelBoucey. Used by: library + - gitlab-haskell < 0 # -0.2.5 (-any). Rob Stewart @robstewart57. Used by: library + - gothic < 0 # -0.1.6 (>=2.3.2 && < 2.4). Michel Boucey @MichelBoucey. @MichelBoucey. Used by: library + - http-query < 0 # -0.1.0.1 (-any). Jens Petersen @juhp. @juhp. Used by: library + - kawhi < 0 # -0.3.0 (>=2.2). Aaron Taylor @hamsterdam. @thunky-monk. Used by: library + - oeis2 < 0 # -1.0.5 (>=2.2 && < 2.4). Taisuke Hikawa <23.prime.37@gmail.com> @23prime. @23prime. Used by: library + - pagure-cli < 0 # -0.2 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - textlocal < 0 # -0.1.0.5 (-any). Sibi Prabakaran @psibi. @just-chow. Used by: library + - tldr < 0 # -0.9.0 (-any). Sibi Prabakaran @psibi. @psibi. Used by: library + - webex-teams-pipes < 0 # -0.2.0.1 (-any). Naoto Shimazaki @nshimaza. @nshimaza. Used by: test-suite + # hw-prim (GHC 9, John Ky newhoggy@gmail.com @newhoggy) (not present) depended on by: + - hw-bits < 0 # -0.7.2.1 (>=0.4.0.3 && < 0.7). John Ky newhoggy@gmail.com @newhoggy. @haskell-works. Used by: library + # indexed-traversable-instances (GHC 9, Ryan Scott @RyanGlScott) (not present) depended on by: + - optics-extra < 0 # -0.4 (>=0.1 && < 0.2). Optics . @well-typed. Used by: library + - semialign < 0 # -1.2 (>=0.1 && < 0.2). Grandfathered dependencies. @haskellari. Used by: library + - witherable < 0 # -0.4.1 (>=0.1 && < 0.2). Fumiaki Kinoshita @fumieval. @fumieval. Used by: library + # katip (GHC 9, Ozgun Ataman ozgun.ataman@soostone.com @ozataman) (not present) depended on by: + - katip-logstash < 0 # -0.1.0.0 (-any). Michael B. Gale @mbg. @mbg. Used by: library + # lens (Edward Kmett @ekmett, GHC 9) (not present) depended on by: + - Chart < 0 # -1.9.3 (>=3.9 && < 5.1). Vitaly Bragilevsky @bravit. @timbod7. Used by: library + - DAV < 0 # -1.3.4 (>=3.0). Clint Adams @clinty. Used by: library + - accuerr < 0 # -0.2.0.2 (>=4.13). Omari Norman @massysett. @massysett. Used by: library + - aeson-lens < 0 # -0.5.0.0 (>=3.8). John Ky newhoggy@gmail.com @newhoggy. @tanakh. Used by: library + - aeson-with < 0 # -0.1.2.0 (-any). Dan Firth @locallycompact. Used by: library + - api-field-json-th < 0 # -0.1.0.2 (-any). Daishi Nakajima @nakaji-dayo. @nakaji-dayo. Used by: library + - approximate < 0 # -0.3.4 (>=3.9 && < 6). Edward Kmett @ekmett. @ekmett. Used by: library + - asciidiagram < 0 # -1.3.3.3 (>=4.6). Vincent Berthoux @Twinside. @Twinside. Used by: library + - aws-xray-client-wai < 0 # -0.1.0.0 (>=4.17.1). Freckle Engineering @pbrisbin @halogenandtoast @mjgpy3. @freckle. Used by: library + - capability < 0 # -0.4.0.0 (>=4.16 && < 5.1). Andreas Herrmann @aherrmann. @bazel-runfiles. Used by: library + - cayley-client < 0 # -0.4.15 (>=4.12.3 && < 5.1). Michel Boucey @MichelBoucey. @MichelBoucey. Used by: library + - clash-prelude < 0 # -1.4.2 (>=4.10 && < 5.1.0). QBayLogic B.V. @martijnbastiaan. @clash-lang. Used by: library + - composable-associations < 0 # -0.1.0.0 (-any). Sam Protas @SamProtas. @SamProtas. Used by: test-suite + - concise < 0 # -0.1.0.1 (-any). Fraser Tweedale @frasertweedale. @frasertweedale. Used by: library + - datadog < 0 # -0.2.5.0 (-any). Dan Fithian @dfithian. @iand675. Used by: library + - distribution-nixpkgs < 0 # -1.5.0 (-any). Peter Simons @peti. @peti. Used by: library + - ersatz < 0 # -0.4.9 (>=3.8 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - eve < 0 # -0.1.9.0 (-any). Chris Penner @ChrisPenner. @ChrisPenner. Used by: library + - folds < 0 # -0.7.6 (>=4 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - fuzzy-dates < 0 # -0.1.1.2 (-any). Reed Oei @ReedOei. @ReedOei. Used by: library + - generics-sop-lens < 0 # -0.2.0.1 (>=4.14 && < 5.1). Grandfathered dependencies. @phadej. Used by: library + - geojson < 0 # -4.0.2 (>=4.11). Andrew Newman @andrewfnewman. @zellige. Used by: library + - gothic < 0 # -0.1.6 (>=4.16.1 && < 5.1). Michel Boucey @MichelBoucey. @MichelBoucey. Used by: library + - hexml-lens < 0 # -0.2.1 (-any). Jose Iborra @pepeiborra. @pepeiborra. Used by: library + - hyperloglog < 0 # -0.4.4 (>=4 && < 6). Edward Kmett @ekmett. @ekmett. Used by: library + - insert-ordered-containers < 0 # -0.2.5 (>=4.17 && < 5.1). Grandfathered dependencies. @phadej. Used by: library + - intro < 0 # -0.9.0.0 (-any). Daniel Mendler @minad. @minad. Used by: test-suite + - invertible < 0 # -0.2.0.7 (>=4 && < 6). Dylan Simon @dylex. @dylex. Used by: library + - jose < 0 # -0.8.4 (>=4.16). Fraser Tweedale @frasertweedale. @frasertweedale. Used by: library + - jwt < 0 # -0.10.0 (-any). Brian McKenna @puffnfresh. Used by: test-suite + - language-nix < 0 # -2.2.0 (-any). Peter Simons @peti. @peti. Used by: library + - lens-action < 0 # -0.2.5 (>=4.7 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - lens-aeson < 0 # -1.1.1 (>=4.4 && < 6). Edward Kmett @ekmett. @lens. Used by: library + - lens-csv < 0 # -0.1.1.0 (-any). Chris Penner @ChrisPenner. @ChrisPenner. Used by: library + - lens-misc < 0 # -0.0.2.0 (>=4). Louis Pan @louispan. @louispan. Used by: library + - lens-process < 0 # -0.4.0.0 (>=4.0 && < 5.1). Emily Pillmore @topos. @emilypi. Used by: library + - lens-properties < 0 # -4.11.1 (>=4 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - lens-regex < 0 # -0.1.3 (>=4). Takahiro Himura @himura. @himura. Used by: library + - lens-regex-pcre < 0 # -1.1.0.0 (-any). Chris Penner @ChrisPenner. @ChrisPenner. Used by: library + - linear < 0 # -1.21.5 (>=4.15.2 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - mustache < 0 # -2.3.1 (-any). Justus Adam @JustusAdam. @JustusAdam. Used by: test-suite + - oeis2 < 0 # -1.0.5 (>=4.15 && < 6). Taisuke Hikawa <23.prime.37@gmail.com> @23prime. @23prime. Used by: library + - openapi3 < 0 # -3.1.0 (>=4.16.1 && < 5.1). Maxim Koltsov @maksbotan. @biocad. Used by: library + - pagure-cli < 0 # -0.2 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - purescript-bridge < 0 # -0.14.0.0 (-any). Robert Klotzner @eskimor. @eskimor. Used by: library + - quickcheck-arbitrary-adt < 0 # -0.3.1.0 (-any). James M.C. Haver II @mchaver. @plow-technologies. Used by: test-suite + - radius < 0 # -0.7.1.0 (-any). Erick Gonzalez @codemonkeylabs-de. Used by: library + - rainbow < 0 # -0.34.2.2 (-any). Omari Norman @massysett. @massysett. Used by: library + - rainbox < 0 # -0.26.0.0 (-any). Omari Norman @massysett. @massysett. Used by: library + - random-tree < 0 # -0.6.0.5 (>=4.6). Gregory W. Schwartz @GregorySchwartz. Used by: library + - rasterific-svg < 0 # -0.3.3.2 (>=4.5). Vincent Berthoux @Twinside. @Twinside. Used by: library + - semialign-indexed < 0 # -1.2 (==5.*). Grandfathered dependencies. @haskellari. Used by: library + - slack-progressbar < 0 # -0.1.0.1 (-any). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - spatial-math < 0 # -0.5.0.1 (-any). Scott N. Walck @walck. @ghorn. Used by: library + - stratosphere < 0 # -0.59.1 (>=4.5). David Reaver @jdreaver. @frontrowed. Used by: library + - svg-tree < 0 # -0.6.2.4 (>=4.6). Vincent Berthoux @Twinside. @Twinside. Used by: library + - text-region < 0 # -0.3.1.0 (>=4.12). Alexandr Ruchkin @mvoidex. @mvoidex. Used by: library + - these-lens < 0 # -1.0.1.2 (>=4.17.1 && < 5.1). Grandfathered dependencies. @haskellari. Used by: library + - timelens < 0 # -0.2.0.2 (>=4.13). Omari Norman @massysett. @massysett. Used by: library + - trifecta < 0 # -2.1.1 (>=4.0 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library + - validation < 0 # -1.1.1 (>=4 && < 5.1). Tony Morris @tonymorris. @qfpl. Used by: library + - wreq < 0 # -0.5.3.3 (>=4.5). Alois Cochard @aloiscochard, Edward Kmett @ekmett. @bos. Used by: library + - xlsx-tabular < 0 # -0.2.2.1 (-any). Kazuo Koga @kkazuo. @kkazuo. Used by: library + - xml-lens < 0 # -0.3 (>=4.0 && < 5.1). Fumiaki Kinoshita @fumieval. @fumieval. Used by: library + # list-t (GHC 9, Nikita Volkov @nikita-volkov) (not present) depended on by: + - haskell-awk < 0 # -1.2.0.1 (>=1). Samuel Gélineau @gelisam. @gelisam. Used by: library + # lucid (Chris Done @chrisdone, GHC 9) (not present) depended on by: + - cheapskate-lucid < 0 # -0.1.0.0 (==2.*). Artyom Kazak @neongreen. @aelve. Used by: library + - cmark-lucid < 0 # -0.1.0.0 (==2.*). Artyom Kazak @neongreen. @aelve. Used by: library + - gopher-proxy < 0 # -0.1.1.2 (-any). Lukas Epple @sternenseemann. @sternenseemann. Used by: executable + - inliterate < 0 # -0.1.0 (-any). Tom Nielsen @glutamate. @diffusionkinetics. Used by: library + - lucid-cdn < 0 # -0.2.2.0 (-any). Dan Firth @locallycompact. Used by: library + - lucid-extras < 0 # -0.2.2 (>=2.9.9). Marco Zocca @ocramz. @diffusionkinetics. Used by: library + - plotlyhs < 0 # -0.2.1 (-any). Tom Nielsen @glutamate. @diffusionkinetics. Used by: library + - scotty < 0 # -0.12 (-any). Andrew Farmer @xich. @RyanGlScott @xich. Used by: benchmark + # machines (Edward Kmett @ekmett, GHC 9) (not present) depended on by: + - machines-binary < 0 # -7.0.0.0 (>=0.2 && < 0.8). Alois Cochard @aloiscochard. @aloiscochard. Used by: library + # monad-logger (GHC 9, Grandfathered dependencies) (not present) depended on by: + - async-refresh < 0 # -0.3.0.0 (-any). Moritz Schulte @mtesseract. @mtesseract. Used by: library + - async-refresh-tokens < 0 # -0.4.0.0 (-any). Moritz Schulte @mtesseract. @mtesseract. Used by: library + - monad-logger-json < 0 # -0.1.0.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - monad-logger-logstash < 0 # -0.1.0.0 (-any). Michael B. Gale @mbg. @mbg. Used by: library + - monad-logger-prefix < 0 # -0.1.12 (>=0.3.12 && < 0.4.0). Matt Parsons @parsonsmatt. @parsonsmatt @sellerlabs. Used by: library + - persistent-qq < 0 # -2.12.0.1 (-any). Matt Parsons @parsonsmatt. @snoyberg. Used by: test-suite + - rio-orphans < 0 # -0.1.2.0 (-any). Grandfathered dependencies. @commercialhaskell. Used by: library + # mutable-containers (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - capability < 0 # -0.4.0.0 (>=0.3 && < 0.4). Andreas Herrmann @aherrmann. @bazel-runfiles. Used by: library + - monad-unlift-ref < 0 # -0.2.1 (==0.3.*). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - xeno < 0 # -0.4.2 (>=0.3.3). Marco Zocca @ocramz. @ocramz. Used by: library + # network-uri (GHC 9, Grandfathered dependencies) (not present) depended on by: + - DAV < 0 # -1.3.4 (>=2.6). Clint Adams @clinty. Used by: executable + - HandsomeSoup < 0 # -0.4.2 (>=2.6). Aditya Bhargava @egonSchiele. @egonSchiele. Used by: library + - amqp < 0 # -0.22.0 (>=2.6). Roman Cheplyaka @feuerbach. @hreinhardt. Used by: library + - atom-basic < 0 # -0.2.5 (>=2.6). Carl Baatz @cbaatz. @cbaatz. Used by: library + - cgi < 0 # -3001.5.0.0 (==2.6.*). Peter Simons @peti. @cheecheeo. Used by: library + - commonmark-extensions < 0 # -0.2.1.1 (-any). John MacFarlane @jgm. @jgm. Used by: library + - hedis < 0 # -0.14.4 (-any). Kostiantyn Rybnikov @k-bx. @informatikr. Used by: library + - http-client < 0 # -0.7.8 (>=2.6). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - http-client-overrides < 0 # -0.1.1.0 (>=2.6.0.0). Robbie McMichael @robbiemcmichael. @robbiemcmichael. Used by: library + - http-client-tls < 0 # -0.3.5.3 (>=2.6). Grandfathered dependencies. @snoyberg. Used by: library + - http-directory < 0 # -0.1.8 (-any). Jens Petersen @juhp. @juhp. Used by: library + - http-query < 0 # -0.1.0.1 (-any). Jens Petersen @juhp. @juhp. Used by: library + - hxt < 0 # -9.3.1.22 (>=2.6). Grandfathered dependencies. @UweSchmidt. Used by: library + - hxt-http < 0 # -9.1.5.2 (>=2.6). Grandfathered dependencies. @UweSchmidt. Used by: library + - jose < 0 # -0.8.4 (>=2.6). Fraser Tweedale @frasertweedale. @frasertweedale. Used by: library + - json-feed < 0 # -1.0.13 (>=2.6.3 && < 2.7). Taylor Fausak @tfausak. @tfausak. Used by: library + - jwt < 0 # -0.10.0 (-any). Brian McKenna @puffnfresh. Used by: library + - oauthenticated < 0 # -0.2.1.0 (-any). Dan Fithian @dfithian. @tel. Used by: library + - prometheus < 0 # -2.2.2 (>=2.5 && < 2.7). Matthew Wraith @wraithm. @bitnomial. Used by: library + - slack-progressbar < 0 # -0.1.0.1 (-any). Tom McLaughlin @thomasjm. @codedownio. Used by: library + - texmath < 0 # -0.12.3 (>=2.6). John MacFarlane @jgm. @jgm. Used by: executable + - uri-encode < 0 # -1.5.0.7 (>=2.6). Silk . @bergmark @hesselink. Used by: library + - webdriver < 0 # -0.9.0.1 (>=2.6). Adam Curtis @kallisti-dev. @kallisti-dev. Used by: library + - webex-teams-pipes < 0 # -0.2.0.1 (-any). Naoto Shimazaki @nshimaza. @nshimaza. Used by: test-suite + - xss-sanitize < 0 # -0.3.6 (>=2.6). Grandfathered dependencies. @snoyberg. Used by: library + # optics (GHC 9, Optics ) (not present) depended on by: + - intro < 0 # -0.9.0.0 (-any). Daniel Mendler @minad. @minad. Used by: test-suite + # pandoc-types (GHC 9, John MacFarlane @jgm) (not present) depended on by: + - asciidiagram < 0 # -1.3.3.3 (-any). Vincent Berthoux @Twinside. @Twinside. Used by: library + - citeproc < 0 # -0.4 (>=1.22 && < 1.23). John MacFarlane @jgm. @jgm. Used by: library + - commonmark-pandoc < 0 # -0.2.1 (>=1.21 && < 1.23). John MacFarlane @jgm. @jgm. Used by: library + - texmath < 0 # -0.12.3 (>=1.20 && < 1.23). John MacFarlane @jgm. @jgm. Used by: library + # persistent (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - casa-types < 0 # -0.0.2 (-any). Chris Done @chrisdone. Used by: library + - closed < 0 # -0.2.0.1 (-any). Chris Parks @cdparks. @frontrowed. Used by: library + - genvalidity-hspec-persistent < 0 # -0.0.0.1 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + - password-instances < 0 # -3.0.0.0 (>=1.2). Dennis Gosnell @cdepillabout. @cdepillabout. Used by: library + - persistent-qq < 0 # -2.12.0.1 (>=2.12). Matt Parsons @parsonsmatt. @snoyberg. Used by: library + - validity-persistent < 0 # -0.0.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # persistent-sqlite (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - persistent-qq < 0 # -2.12.0.1 (-any). Matt Parsons @parsonsmatt. @snoyberg. Used by: test-suite + # rerebase (GHC 9, Grandfathered dependencies) (not present) depended on by: + - deque < 0 # -0.4.3 (< 2). Grandfathered dependencies. @nikita-volkov. Used by: test-suite + - strict-list < 0 # -0.1.5 (< 2). Grandfathered dependencies. @nikita-volkov. Used by: test-suite + # safecopy (GHC 9, Grandfathered dependencies) (not present) depended on by: + - approximate < 0 # -0.3.4 (>=0.8.1 && < 0.11). Edward Kmett @ekmett. @ekmett. Used by: library + # simple-sendfile (GHC 9, Grandfathered dependencies) (not present) depended on by: + - warp < 0 # -3.3.16 (>=0.2.7 && < 0.3). Grandfathered dependencies. @snoyberg. Used by: library + # soap (Alexander Bondarenko @dpwiz, GHC 9) (not present) depended on by: + - soap-openssl < 0 # -0.1.0.2 (>=0.2.2 && < 0.3). Alexander Bondarenko @dpwiz. Used by: library + - soap-tls < 0 # -0.1.1.4 (>=0.2.2 && < 0.3). Alexander Bondarenko @dpwiz. Used by: library + # string-interpolate (GHC 9, William Yao @williamyaoh) (not present) depended on by: + - aeson-typescript < 0 # -0.3.0.1 (-any). Tom McLaughlin @thomasjm. @codedownio. Used by: library + # text-show (GHC 9, Ryan Scott @RyanGlScott) (not present) depended on by: + - clash-prelude < 0 # -1.4.2 (>=3.7 && < 3.10). QBayLogic B.V. @martijnbastiaan. @clash-lang. Used by: library + - opentelemetry-extra < 0 # -0.6.1 (-any). Dmitry Ivanov @ethercrow. @ethercrow. Used by: library + - text-show-instances < 0 # -3.8.4 (>=3.4 && < 4). Ryan Scott @RyanGlScott. @RyanGlScott. Used by: library + # turtle (GHC 9, Gabriel Gonzalez @Gabriel439) (not present) depended on by: + - singletons-base < 0 # -3.0 (>=1.5). Ryan Scott @RyanGlScott. @goldfirere. Used by: test-suite + # webex-teams-api (GHC 9, Naoto Shimazaki @nshimaza) (not present) depended on by: + - webex-teams-pipes < 0 # -0.2.0.1 (-any). Naoto Shimazaki @nshimaza. @nshimaza. Used by: library + # word-wrap (GHC 9, Grandfathered dependencies) (not present) depended on by: + - brick < 0 # -0.62 (>=0.2). Grandfathered dependencies. @jtdaugherty. Used by: library + # xlsx (GHC 9, Kirill Zaborsky @qrilka) (not present) depended on by: + - xlsx-tabular < 0 # -0.2.2.1 (>=0.7). Kazuo Koga @kkazuo. @kkazuo. Used by: library + # xml-conduit (GHC 9, Grandfathered dependencies) (not present) depended on by: + - DAV < 0 # -1.3.4 (>=1.0). Clint Adams @clinty. Used by: library + - citeproc < 0 # -0.4 (-any). John MacFarlane @jgm. @jgm. Used by: library + - haskell-gi < 0 # -0.25.0 (>=1.3). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - http-directory < 0 # -0.1.8 (-any). Jens Petersen @juhp. @juhp. Used by: library + - junit-xml < 0 # -0.1.0.2 (>=1.5.0 && < 1.10). Jasper Woudenberg @jwoudenberg. @jwoudenberg. Used by: library + - skylighting-core < 0 # -0.10.5.1 (>=1.9.1.0 && < 1.10). John MacFarlane @jgm. @jgm. Used by: library + - wai-saml2 < 0 # -0.2.1.2 (< 2). Michael B. Gale @mbg. @mbg. Used by: library + - xml-conduit-writer < 0 # -0.1.1.2 (-any). Grandfathered dependencies. Used by: library + - xml-hamlet < 0 # -0.5.0.1 (>=1.0). Grandfathered dependencies. Used by: library + - xml-indexed-cursor < 0 # -0.1.1.0 (-any). Dennis Gosnell @cdepillabout. @cdepillabout. Used by: library + - xml-lens < 0 # -0.3 (>=1.1 && < 1.10). Fumiaki Kinoshita @fumieval. @fumieval. Used by: library + # yaml (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - aeson-yaml < 0 # -1.1.0.0 (-any). Gabriel Gonzalez @Gabriel439. @clovyr. Used by: test-suite + - dotenv < 0 # -0.8.0.7 (>=0.8). Stack Builders stackage@stackbuilders.com @stackbuilders. @CristhianMotoche @jsl @juanpaucar @sestrella. Used by: library + - fakedata < 0 # -0.8.0 (-any). Sibi Prabakaran @psibi. @psibi. Used by: library + - fix-whitespace < 0 # -0.0.5 (>=0.8.4 && < 0.12). Andreas Abel @andreasabel. @agda. Used by: executable + - frontmatter < 0 # -0.1.0.2 (-any). Pedro Tacla Yamada @yamadapc. @yamadapc. Used by: library + - ginger < 0 # -0.10.1.0 (>=0.11.0.0 && < 0.12). Tobias Dammers @tdammers. @tdammers. Used by: executable + - hinfo < 0 # -0.0.3.0 (-any). Christopher Davenport @ChristopherDavenport. @ChristopherDavenport. Used by: library + - hlint < 0 # -3.3.1 (>=0.5.0). Neil Mitchell @ndmitchell. @ndmitchell. Used by: library + - hpack < 0 # -0.34.4 (>=0.10.0). Emanuel Borsboom @borsboom. @sol. Used by: library + - http-client-overrides < 0 # -0.1.1.0 (>=0.8.11). Robbie McMichael @robbiemcmichael. @robbiemcmichael. Used by: library + - mustache < 0 # -2.3.1 (-any). Justus Adam @JustusAdam. @JustusAdam. Used by: executable + - stache < 0 # -2.3.0 (>=0.8 && < 0.12). Mark Karpov @mrkkrp, Stack Builders stackage@stackbuilders.com @stackbuilders. @CristhianMotoche @jsl @juanpaucar @sestrella. Used by: executable + - ua-parser < 0 # -0.7.6.0 (>=0.8.3). Ozgun Ataman ozgun.ataman@soostone.com @ozataman. @ua-parser. Used by: library + # amqp (GHC 9, Roman Cheplyaka @feuerbach) (not present) depended on by: + - amqp-utils < 0 # -0.6.1.1 (>=0.19). Frank Doepper @woffs. Used by: executable + # boltzmann-samplers (GHC 9, Li-yao Xia @Lysxia) (not present) depended on by: + - essence-of-live-coding-quickcheck < 0 # -0.2.5 (>=0.1). Manuel Bärenz @turion. @turion. Used by: library + # brick (GHC 9, Grandfathered dependencies) (not present) depended on by: + - cursor-brick < 0 # -0.1.0.0 (-any). Tom Sydney Kerckhove @NorfairKing. @NorfairKing. Used by: library + # composable-associations (GHC 9, Sam Protas @SamProtas) (not present) depended on by: + - composable-associations-aeson < 0 # -0.1.0.1 (-any). Sam Protas @SamProtas. @SamProtas. Used by: library + # direct-sqlite (GHC 9, Grandfathered dependencies) (not present) depended on by: + - selda-sqlite < 0 # -0.1.7.1 (>=2.2 && < 2.4). Anton Ekblad @valderman. @valderman. Used by: library + # fakedata (GHC 9, Sibi Prabakaran @psibi) (not present) depended on by: + - hedgehog-fakedata < 0 # -0.0.1.4 (>=0.1.0). Matt Parsons @parsonsmatt. @parsonsmatt. Used by: library + # haskell-gi (GHC 9, Iñaki García Etxebarria @garetxe) (not present) depended on by: + - gi-atk < 0 # -2.0.23 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-cairo < 0 # -1.0.25 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-dbusmenu < 0 # -0.4.9 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gio < 0 # -2.0.28 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-glib < 0 # -2.0.25 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-gobject < 0 # -2.0.26 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-graphene < 0 # -1.0.3 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-harfbuzz < 0 # -0.0.4 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-pango < 0 # -1.0.24 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + - gi-xlib < 0 # -2.0.10 (>=0.25 && < 0.26). Iñaki García Etxebarria @garetxe. @haskell-gi. Used by: library + # hedis (GHC 9, Kostiantyn Rybnikov @k-bx) (not present) depended on by: + - wai-rate-limit-redis < 0 # -0.1.0.0 (>=0.12 && < 1). Michael B. Gale @mbg. @mbg. Used by: library + # hlint (GHC 9, Neil Mitchell @ndmitchell) (not present) depended on by: + - sbv < 0 # -8.14 (-any). Levent Erkok @LeventErkok. @LeventErkok. Used by: test-suite + - splint < 0 # -1.0.1.4 (>=3.1.6 && < 3.4). Taylor Fausak @tfausak. @tfausak. Used by: library + # http-client (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - aur < 0 # -7.0.6 (>=0.5 && < 0.8). Colin Woodbury @fosskers. @fosskers. Used by: library + - bugsnag-hs < 0 # -0.2.0.3 (>=0.5.10 && < 0.8). Jasper Woudenberg @jwoudenberg. @jwoudenberg. Used by: library + - dl-fedora < 0 # -0.9 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - github-release < 0 # -1.3.7 (>=0.6.4 && < 0.8). Taylor Fausak @tfausak. @tfausak. Used by: library + - github-rest < 0 # -1.0.3 (>=0.5.13.1 && < 0.8). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + - hsebaysdk < 0 # -0.4.1.0 (>=0.4). Christopher Reichert @creichert. @creichert. Used by: library + - http-client-openssl < 0 # -0.3.3 (>=0.7.3). Alex Biehl @alexbiehl. @snoyberg. Used by: library + - koofr-client < 0 # -1.0.0.3 (>=0.4 && < 1). Andraz Bajt @edofic. @edofic. Used by: library + - opensource < 0 # -0.1.1.0 (>=0.4.3.0). Clint Adams @clinty. @OpenSourceOrg. Used by: library + - opentelemetry-lightstep < 0 # -0.6.1 (-any). Dmitry Ivanov @ethercrow. @ethercrow. Used by: library + - pipes-http < 0 # -1.0.6 (>=0.2 && < 0.8). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: library + - scalpel < 0 # -0.6.2 (>=0.4.30). Will Coster @fimad. @fimad. Used by: library + - stripe-http-client < 0 # -2.6.2 (-any). David Johnson @dmjio. @dmjio. Used by: library + - strive < 0 # -5.0.14 (>=0.6.4 && < 0.8). Taylor Fausak @tfausak. @tfausak. Used by: library + - wai-slack-middleware < 0 # -0.2.0 (-any). Sibi Prabakaran @psibi. @psibi. Used by: library + # http-client-tls (GHC 9, Grandfathered dependencies) (not present) depended on by: + - aur < 0 # -7.0.6 (^>=0.3). Colin Woodbury @fosskers. @fosskers. Used by: test-suite + - dl-fedora < 0 # -0.9 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - github-release < 0 # -1.3.7 (>=0.3.5 && < 0.4). Taylor Fausak @tfausak. @tfausak. Used by: library + - github-rest < 0 # -1.0.3 (>=0.3.5.3 && < 0.4). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + - hsebaysdk < 0 # -0.4.1.0 (-any). Christopher Reichert @creichert. @creichert. Used by: library + - koofr-client < 0 # -1.0.0.3 (>=0.2 && < 1). Andraz Bajt @edofic. @edofic. Used by: library + - opensource < 0 # -0.1.1.0 (-any). Clint Adams @clinty. @OpenSourceOrg. Used by: library + - opentelemetry-lightstep < 0 # -0.6.1 (-any). Dmitry Ivanov @ethercrow. @ethercrow. Used by: library + - pipes-http < 0 # -1.0.6 (< 0.4). Gabriel Gonzalez @Gabriel439. @Gabriel439. Used by: library + - scalpel < 0 # -0.6.2 (>=0.2.4). Will Coster @fimad. @fimad. Used by: library + - stripe-http-client < 0 # -2.6.2 (-any). David Johnson @dmjio. @dmjio. Used by: library + - strive < 0 # -5.0.14 (>=0.3.5 && < 0.4). Taylor Fausak @tfausak. @tfausak. Used by: library + # http-directory (GHC 9, Jens Petersen @juhp) (not present) depended on by: + - dl-fedora < 0 # -0.9 (==0.1.5 || >=0.1.8). Jens Petersen @juhp. @juhp. Used by: executable + # hxt (GHC 9, Grandfathered dependencies) (not present) depended on by: + - epub-metadata < 0 # -4.5 (>=9). Dino Morelli @dino-. Used by: library + - hxt-css < 0 # -0.1.0.3 (>=9.3 && < 10). Marios Titas @redneb. @redneb. Used by: library + - hxt-curl < 0 # -9.1.1.1 (>=9.1 && < 10). Noam Lewis @sinelaw. @UweSchmidt. Used by: library + - hxt-expat < 0 # -9.1.1 (>=9.1 && < 10). Noam Lewis @sinelaw. Used by: library + - hxt-tagsoup < 0 # -9.1.4 (>=9.1). Noam Lewis @sinelaw. @UweSchmidt. Used by: library + - xml-to-json < 0 # -2.0.1 (-any). Noam Lewis @sinelaw. @sinelaw. Used by: library + - xmlgen < 0 # -0.6.2.2 (==9.3.*). Stefan Wehr @skogsbaer. @skogsbaer. Used by: test-suite + # junit-xml (GHC 9, Jasper Woudenberg @jwoudenberg) (not present) depended on by: + - tasty-test-reporter < 0 # -0.1.1.4 (>=0.1 && < 0.2). Jasper Woudenberg @jwoudenberg. @stoeffel. Used by: library + # jwt (Brian McKenna @puffnfresh, GHC 9) (not present) depended on by: + - github-rest < 0 # -1.0.3 (>=0.9.0 && < 0.11). Brandon Chinn @brandon-leapyear. @LeapYear. Used by: library + # linear (Edward Kmett @ekmett, GHC 9) (not present) depended on by: + - qchas < 0 # -1.1.0.1 (-any). Sebastian Mihai Ardelean @ardeleanasm. @ardeleanasm. Used by: library + - sdl2 < 0 # -2.5.3.0 (>=1.10.1.2 && < 1.22). Gabríel Arthúr Pétursson @polarina. @ocharles. Used by: library + - sdl2-gfx < 0 # -0.2 (>=1.10.1.2). Siniša Biđin @sbidin. @sbidin. Used by: library + - smoothie < 0 # -0.4.2.11 (>=1.16 && < 1.22). Dimitri Sabadie @phaazon. @phaazon. Used by: library + # opentelemetry-extra (Dmitry Ivanov @ethercrow, GHC 9) (not present) depended on by: + - opentelemetry-lightstep < 0 # -0.6.1 (-any). Dmitry Ivanov @ethercrow. @ethercrow. Used by: library + # optics-extra (GHC 9, Optics ) (not present) depended on by: + - aeson-optics < 0 # -1.1.0.1 (>=0.1 && < 0.5). Grandfathered dependencies. @phadej. Used by: library + # prometheus (GHC 9, Matthew Wraith @wraithm) (not present) depended on by: + - prometheus-wai-middleware < 0 # -1.0.1.0 (^>=2.2). Matthew Wraith @wraithm. @bitnomial. Used by: library + # protocol-buffers (GHC 9, Kostiantyn Rybnikov @k-bx) (not present) depended on by: + - hprotoc < 0 # -2.4.17 (==2.4.17). Kostiantyn Rybnikov @k-bx. @k-bx. Used by: library + - protocol-buffers-descriptor < 0 # -2.4.17 (==2.4.17). Kostiantyn Rybnikov @k-bx. @k-bx. Used by: library + # quickcheck-arbitrary-adt (GHC 9, James M.C. Haver II @mchaver) (not present) depended on by: + - hspec-golden-aeson < 0 # -0.9.0.0 (>=0.3.0.0). James M.C. Haver II @mchaver. @plow-technologies. Used by: library + # scotty (Andrew Farmer @xich, GHC 9) (not present) depended on by: + - wai-middleware-static < 0 # -0.9.0 (-any). Andrew Farmer @xich. @RyanGlScott @xich. Used by: test-suite + # semialign (GHC 9, Grandfathered dependencies) (not present) depended on by: + - semialign-optics < 0 # -1.2 (>=1.2 && < 1.2.1). Grandfathered dependencies. @haskellari. Used by: library + # singletons-base (GHC 9, Ryan Scott @RyanGlScott) (not present) depended on by: + - eliminators < 0 # -0.8 (>=3.0 && < 3.1). Ryan Scott @RyanGlScott. @RyanGlScott. Used by: library + - singleton-nats < 0 # -0.4.6 (>=3.0 && < 3.1). Ryan Scott @RyanGlScott. @AndrasKovacs. Used by: library + # skylighting-core (GHC 9, John MacFarlane @jgm) (not present) depended on by: + - skylighting < 0 # -0.10.5.1 (==0.10.5.1). John MacFarlane @jgm. @jgm. Used by: library + # spatial-math (GHC 9, Scott N. Walck @walck) (not present) depended on by: + - learn-physics < 0 # -0.6.5 (>=0.2). Scott N. Walck @walck. @walck. Used by: library + - not-gloss < 0 # -0.7.7.0 (>=0.2.1.2). Scott N. Walck @walck. @ghorn. Used by: library + # typed-process (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - etc < 0 # -0.4.1.0 (>=0.1.1). Roman Gonzalez @roman. @roman. Used by: library + - hkgr < 0 # -0.3 (-any). Jens Petersen @juhp. @juhp. Used by: executable + - opentelemetry-lightstep < 0 # -0.6.1 (-any). Dmitry Ivanov @ethercrow. @ethercrow. Used by: executable + - rio < 0 # -0.1.20.0 (>=0.2.5.0). Grandfathered dependencies. @commercialhaskell. Used by: library + # wai-extra (GHC 9, Michael Snoyman michael@snoyman.com @snoyberg) (not present) depended on by: + - fn < 0 # -0.3.0.2 (>=3). Daniel Patterson @dbp. @positiondev. Used by: library + - hspec-wai < 0 # -0.11.1 (>=3). Simon Hengel @sol. @hspec. Used by: library + - wai-app-static < 0 # -3.1.7.2 (>=3.0 && < 3.2). Grandfathered dependencies. @snoyberg. Used by: library + - wai-enforce-https < 0 # -0.0.2.1 (-any). Marek Fajkus @turboMaCk. @turboMaCk. Used by: test-suite + - wai-middleware-static < 0 # -0.9.0 (-any). Andrew Farmer @xich. @RyanGlScott @xich. Used by: test-suite + - wai-rate-limit-redis < 0 # -0.1.0.0 (-any). Michael B. Gale @mbg. @mbg. Used by: test-suite + # warp (GHC 9, Grandfathered dependencies) (not present) depended on by: + - bimap-server < 0 # -0.1.0.1 (-any). Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz. Used by: library + - conferer-warp < 0 # -1.1.0.0 (>=3.0 && < 4.0). Lucas David Traverso @ludat. Used by: library + - prometheus-wai-middleware < 0 # -1.0.1.0 (>=3.2 && < 3.5). Matthew Wraith @wraithm. @bitnomial. Used by: executable + - wai-app-static < 0 # -3.1.7.2 (>=3.0.11 && < 3.4). Grandfathered dependencies. @snoyberg. Used by: library + - wai-enforce-https < 0 # -0.0.2.1 (-any). Marek Fajkus @turboMaCk. @turboMaCk. Used by: executable + - wai-feature-flags < 0 # -0.1.0.1 (>=3.3.5 && < 3.4). Jasper Woudenberg @jwoudenberg. @jwoudenberg. Used by: executable + - wai-handler-launch < 0 # -3.0.3.1 (>=3.0 && < 3.4). Grandfathered dependencies. @snoyberg. Used by: library + - wai-rate-limit-redis < 0 # -0.1.0.0 (-any). Michael B. Gale @mbg. @mbg. Used by: test-suite + - warp-tls < 0 # -3.3.1 (>=3.3.6 && < 3.4). Michael Snoyman michael@snoyman.com @snoyberg. @snoyberg. Used by: library + - warp-tls-uid < 0 # -0.2.0.6 (-any). Yoshikuni Jujo @YoshikuniJujo. @YoshikuniJujo. Used by: library + # xss-sanitize (GHC 9, Grandfathered dependencies) (not present) depended on by: + - cheapskate < 0 # -0.1.1.2 (>=0.3 && < 0.4). Sean Hunt @neongreen. @aelve. Used by: library + # rio (GHC 9, Grandfathered dependencies) (not present) depended on by: + - hi-file-parser < 0 # -0.1.2.0 (-any). Michael Snoyman michael@snoyman.com @snoyberg. @commercialhaskell. Used by: library + # sbv (GHC 9, Levent Erkok @LeventErkok) (not present) depended on by: + - crackNum < 0 # -3.1 (>=8.14). Levent Erkok @LeventErkok. @LeventErkok. Used by: executable + # sdl2 (GHC 9, Gabríel Arthúr Pétursson @polarina) (not present) depended on by: + - LambdaHack < 0 # -0.10.2.0 (>=2). Mikolaj Konarski @Mikolaj. @LambdaHack. Used by: library + - sdl2-image < 0 # -2.0.0 (>=2.0). Siniša Biđin @sbidin. @sbidin. Used by: library + - sdl2-mixer < 0 # -1.1.0 (>=2.0.0). Siniša Biđin @sbidin. @sbidin. Used by: library + - sdl2-ttf < 0 # -2.1.2 (>=2.2). Mikolaj Konarski @Mikolaj. @ocharles. Used by: library + # stripe-http-client (David Johnson @dmjio, GHC 9) (not present) depended on by: + - stripe-haskell < 0 # -2.6.2 (-any). David Johnson @dmjio. @dmjio. Used by: library + # tasty-test-reporter (GHC 9, Jasper Woudenberg @jwoudenberg) (not present) depended on by: + - pretty-diff < 0 # -0.4.0.3 (-any). Jasper Woudenberg @jwoudenberg. @stoeffel. Used by: test-suite + # xmlgen (GHC 9, Stefan Wehr @skogsbaer) (not present) depended on by: + - sitemap-gen < 0 # -0.1.0.0 (>=0.6 && < 1). Pavan Rikhi @prikhi. @prikhi. Used by: library + # LambdaHack (GHC 9, Mikolaj Konarski @Mikolaj) (not present) depended on by: + - Allure < 0 # -0.10.2.0 (>=0.10.2.0 && < 0.10.3.0). Mikolaj Konarski @Mikolaj. @AllureOfTheStars. Used by: library - # https://github.com/commercialhaskell/stackage/issues/5878 - - hashable < 1.3.1.0 - - mmark < 0.0.7.3 - - tomland < 1.3.3 - - hspec-golden-aeson < 0.9.0.0 - - time-compat < 1.9.6 - - hashable-time < 0.3 - - # https://github.com/commercialhaskell/stackage/issues/5881 - - optics < 0.4 - - optics-core < 0.4 - - optics-extra < 0.4 - - optics-th < 0.4 - - # https://github.com/commercialhaskell/stackage/issues/5922 - - eliminators < 0.8 - - # https://github.com/commercialhaskell/stackage/issues/5923 - - singleton-nats < 0.4.6 - - singletons-base < 0 - - singletons-th < 0 - - # https://github.com/commercialhaskell/stackage/issues/5924 - - singletons < 3 - - # https://github.com/commercialhaskell/stackage/issues/5925 - - th-desugar < 1.12 - - # https://github.com/commercialhaskell/stackage/issues/5941 - - http-api-data < 0.4.3 - - # https://github.com/commercialhaskell/stackage/issues/5959 - - attoparsec < 0.14.1 - - # https://github.com/commercialhaskell/stackage/issues/5962 - - haskell-gi-base < 0.25 - - haskell-gi < 0.25 - - gi-atk < 2.0.23 - - gi-cairo < 1.0.25 - - gi-dbusmenu < 0.4.9 - - gi-dbusmenugtk3 < 0.4.10 - - gi-gdk < 3.0.24 - - gi-gdkpixbuf < 2.0.25 - - gi-gdkx11 < 3.0.11 - - gi-gio < 2.0.28 - - gi-glib < 2.0.25 - - gi-gobject < 2.0.26 - - gi-graphene < 1.0.3 - - gi-gtk < 3.0.37 - - gi-gtk-hs < 0.3.10 - - gi-harfbuzz < 0.0.4 - - gi-pango < 1.0.24 - - gi-xlib <2.0.10 - - # https://github.com/commercialhaskell/stackage/issues/5975 - - singleton-bool < 0.1.6 - - # https://github.com/commercialhaskell/stackage/issues/5982 - - versions < 5.0 - - # https://github.com/commercialhaskell/stackage/issues/5983 - - yesod-form < 1.7 - - # https://github.com/commercialhaskell/stackage/issues/6006 - - cryptonite < 0.29 - - # https://github.com/commercialhaskell/stackage/issues/6007 - - memory < 0.16 - - # https://github.com/commercialhaskell/stackage/issues/6009 - - hspec-golden < 0.2 # https://github.com/commercialhaskell/stackage/issues/6003 - - stackcollapse-ghc < 0.0.1.4 - - # https://github.com/commercialhaskell/stackage/issues/6010 - - hspec < 2.8 - - hspec-core < 2.8 - - hspec-discover < 2.8 - - tasty-hspec < 1.1.7 # 1.1.7 re-exports cause breaks? - - hspec-junit-formatter < 1.0.1.0 # https://github.com/commercialhaskell/stackage/issues/6024 - - # https://github.com/commercialhaskell/stackage/issues/6012 - - texmath < 0.12.3 - - citeproc < 0.4 - - # https://github.com/commercialhaskell/stackage/issues/6020 - - call-stack < 0.4.0 - - # https://github.com/commercialhaskell/stackage/issues/6042 - - jira-wiki-markup < 1.4 + "Stackage upper bounds": [] # end of packages