mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-06 00:44:39 +01:00
Clarify some disabled packages with missing comments
This commit is contained in:
parent
a42c67f1a4
commit
e8f2526ed1
@ -1599,13 +1599,13 @@ packages:
|
|||||||
- users-postgresql-simple
|
- users-postgresql-simple
|
||||||
- users-test
|
- users-test
|
||||||
- validate-input
|
- validate-input
|
||||||
- ignore < 0 # https://github.com/agrafix/ignore/issues/5
|
- ignore < 0 # compile fail https://github.com/agrafix/ignore/issues/5
|
||||||
- blaze-bootstrap
|
- blaze-bootstrap
|
||||||
- dataurl
|
- dataurl
|
||||||
- psql-helpers
|
- psql-helpers
|
||||||
- superbuffer
|
- superbuffer
|
||||||
- timespan
|
- timespan
|
||||||
- distance < 0 # build failure with GHC 8.4
|
- distance < 0 # compile fail (GHC 8.4)
|
||||||
- async-extra
|
- async-extra
|
||||||
- format-numbers
|
- format-numbers
|
||||||
- highjson
|
- highjson
|
||||||
@ -1763,7 +1763,7 @@ packages:
|
|||||||
- avers-api
|
- avers-api
|
||||||
- avers-server
|
- avers-server
|
||||||
- css-syntax
|
- css-syntax
|
||||||
- etcd # https://github.com/wereHamster/etcd-hs/issues/5
|
- etcd
|
||||||
- github-types
|
- github-types
|
||||||
- github-webhook-handler
|
- github-webhook-handler
|
||||||
- github-webhook-handler-snap
|
- github-webhook-handler-snap
|
||||||
@ -1796,7 +1796,7 @@ packages:
|
|||||||
- bitcoin-tx
|
- bitcoin-tx
|
||||||
- bitcoin-types
|
- bitcoin-types
|
||||||
- hexstring
|
- hexstring
|
||||||
- network-attoparsec < 0
|
- network-attoparsec < 0 # MonadFail
|
||||||
- network-anonymous-i2p < 0
|
- network-anonymous-i2p < 0
|
||||||
- network-anonymous-tor < 0 # build failure w/ socks 0.6, see https://github.com/solatis/haskell-network-anonymous-tor/issues/14
|
- network-anonymous-tor < 0 # build failure w/ socks 0.6, see https://github.com/solatis/haskell-network-anonymous-tor/issues/14
|
||||||
|
|
||||||
@ -1828,7 +1828,7 @@ packages:
|
|||||||
"Abhinav Gupta <mail@abhinavg.net> @abhinav":
|
"Abhinav Gupta <mail@abhinavg.net> @abhinav":
|
||||||
- farmhash
|
- farmhash
|
||||||
- pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
- pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
||||||
- sandman < 0 # Cabal 3
|
- sandman < 0 # compilation failure (Cabal 3)
|
||||||
|
|
||||||
"Adam C. Foltzer <acfoltzer@galois.com> @acfoltzer":
|
"Adam C. Foltzer <acfoltzer@galois.com> @acfoltzer":
|
||||||
- gitrev
|
- gitrev
|
||||||
@ -2181,14 +2181,14 @@ packages:
|
|||||||
- every
|
- every
|
||||||
- extractable-singleton
|
- extractable-singleton
|
||||||
- follow-file
|
- follow-file
|
||||||
- HSet < 0 # Duplicate Hashable instance
|
- HSet < 0 # compilation failure, duplicate Hashable instance
|
||||||
- markup
|
- markup
|
||||||
- monad-control-aligned
|
- monad-control-aligned
|
||||||
- monadoid
|
- monadoid
|
||||||
- n-tuple
|
- n-tuple
|
||||||
- path-extra
|
- path-extra
|
||||||
- pred-set < 0 # DependencyFailed (PackageName "HSet")
|
- pred-set
|
||||||
- pred-trie < 0 # GHC 8.4 via pred-set
|
- pred-trie
|
||||||
- path-extra
|
- path-extra
|
||||||
- poly-arity
|
- poly-arity
|
||||||
- quickcheck-combinators
|
- quickcheck-combinators
|
||||||
@ -2240,16 +2240,16 @@ packages:
|
|||||||
- bins
|
- bins
|
||||||
- conduino
|
- conduino
|
||||||
- configurator-export
|
- configurator-export
|
||||||
- decidable < 0 # #5802/closed
|
- decidable < 0 # compilation failure #5802/closed
|
||||||
- emd
|
- emd
|
||||||
- functor-products < 0 # https://github.com/mstksg/functor-products/issues/1
|
- functor-products < 0 # compilation failure https://github.com/mstksg/functor-products/issues/1
|
||||||
- hamilton
|
- hamilton
|
||||||
- hmatrix-backprop
|
- hmatrix-backprop
|
||||||
- hmatrix-vector-sized
|
- hmatrix-vector-sized
|
||||||
- lens-typelevel
|
- lens-typelevel
|
||||||
- list-witnesses < 0 # #5817/closed
|
- list-witnesses
|
||||||
- nonempty-containers
|
- nonempty-containers
|
||||||
- one-liner-instances < 0 # random 1.2 ? (maybe not, but still fails)
|
- one-liner-instances < 0 # compile failure (random 1.2)
|
||||||
- prompt
|
- prompt
|
||||||
- servant-cli
|
- servant-cli
|
||||||
- tagged-binary
|
- tagged-binary
|
||||||
@ -2291,11 +2291,11 @@ packages:
|
|||||||
"Mathieu Boespflug <mboes@tweag.net> @mboes":
|
"Mathieu Boespflug <mboes@tweag.net> @mboes":
|
||||||
- choice
|
- choice
|
||||||
- distributed-closure
|
- distributed-closure
|
||||||
- inline-java < 0
|
- inline-java
|
||||||
- inline-r
|
- inline-r
|
||||||
- jni < 0 # compilation failure
|
- jni < 0 # compilation failure
|
||||||
- jvm < 0 # transitive compilation failure
|
- jvm
|
||||||
- jvm-streaming < 0
|
- jvm-streaming
|
||||||
- H
|
- H
|
||||||
- sparkle
|
- sparkle
|
||||||
- th-lift
|
- th-lift
|
||||||
@ -2312,7 +2312,7 @@ packages:
|
|||||||
|
|
||||||
"Kai Zhang <kai@kzhang.org> @kaizhang":
|
"Kai Zhang <kai@kzhang.org> @kaizhang":
|
||||||
- matrices
|
- matrices
|
||||||
- haskell-igraph < 0 # ghc 8.10.1 #5440/closed
|
- haskell-igraph < 0 # compile failure ghc 8.10.1 #5440/closed
|
||||||
|
|
||||||
"Michel Boucey <michel.boucey@gmail.com> @MichelBoucey":
|
"Michel Boucey <michel.boucey@gmail.com> @MichelBoucey":
|
||||||
- IPv6Addr
|
- IPv6Addr
|
||||||
@ -2373,7 +2373,7 @@ packages:
|
|||||||
|
|
||||||
"John Lenz <wuzzeb@gmail.com> @wuzzeb":
|
"John Lenz <wuzzeb@gmail.com> @wuzzeb":
|
||||||
- yesod-static-angular
|
- yesod-static-angular
|
||||||
- hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84
|
- hspec-webdriver
|
||||||
- webdriver-angular
|
- webdriver-angular
|
||||||
|
|
||||||
"Sven Heyll <svh@posteo.de> @sheyll":
|
"Sven Heyll <svh@posteo.de> @sheyll":
|
||||||
@ -2891,7 +2891,7 @@ packages:
|
|||||||
- happstack-jmacro
|
- happstack-jmacro
|
||||||
- happstack-server
|
- happstack-server
|
||||||
- happstack-server-tls
|
- happstack-server-tls
|
||||||
- hsx-jmacro < 0
|
- hsx-jmacro
|
||||||
- ixset
|
- ixset
|
||||||
- reform
|
- reform
|
||||||
- reform-blaze
|
- reform-blaze
|
||||||
@ -2914,11 +2914,11 @@ packages:
|
|||||||
- file-modules
|
- file-modules
|
||||||
- frontmatter
|
- frontmatter
|
||||||
- read-editor
|
- read-editor
|
||||||
# - list-prompt # https://github.com/yamadapc/list-prompt/issues/3
|
- list-prompt < 0 # compile failure https://github.com/yamadapc/list-prompt/issues/3
|
||||||
- package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build
|
- package-description-remote < 0 # compile failure
|
||||||
- projectroot
|
- projectroot
|
||||||
- questioner
|
- questioner
|
||||||
# - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11
|
- language-dockerfile < 0 # compile failure https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11
|
||||||
|
|
||||||
"Pascal Hartig <phartig@rdrei.net> @passy":
|
"Pascal Hartig <phartig@rdrei.net> @passy":
|
||||||
- giphy-api
|
- giphy-api
|
||||||
@ -3050,8 +3050,8 @@ packages:
|
|||||||
- xlsx-tabular
|
- xlsx-tabular
|
||||||
|
|
||||||
"Mikhail Glushenkov <mikhail.glushenkov@gmail.com> @23Skidoo":
|
"Mikhail Glushenkov <mikhail.glushenkov@gmail.com> @23Skidoo":
|
||||||
# - Cabal take the one that ships with GHC
|
# - Cabal # take the one that ships with GHC
|
||||||
- cabal-install < 0 # via Cabal/base
|
- cabal-install
|
||||||
- pointful
|
- pointful
|
||||||
|
|
||||||
"Lennart Kolmodin <kolmodin@gmail.com> @kolmodin":
|
"Lennart Kolmodin <kolmodin@gmail.com> @kolmodin":
|
||||||
@ -3103,7 +3103,7 @@ packages:
|
|||||||
- x11-xim
|
- x11-xim
|
||||||
- X11-xft
|
- X11-xft
|
||||||
- Imlib
|
- Imlib
|
||||||
- xturtle < 0 # ghc 8.10
|
- xturtle
|
||||||
- gluturtle
|
- gluturtle
|
||||||
- papillon
|
- papillon
|
||||||
- zasni-gerna
|
- zasni-gerna
|
||||||
@ -3350,7 +3350,7 @@ packages:
|
|||||||
|
|
||||||
"Patrick Chilton <chpatrick@gmail.com> @chpatrick":
|
"Patrick Chilton <chpatrick@gmail.com> @chpatrick":
|
||||||
- webrtc-vad
|
- webrtc-vad
|
||||||
- clang-pure < 0 # #3810/closed
|
- clang-pure < 0 # missing system libraries #3810/closed
|
||||||
- codec
|
- codec
|
||||||
|
|
||||||
"Michal Konecny <mikkonecny@gmail.com> @michalkonecny":
|
"Michal Konecny <mikkonecny@gmail.com> @michalkonecny":
|
||||||
@ -3432,7 +3432,7 @@ packages:
|
|||||||
|
|
||||||
"Michael Swan <mswan@fastmail.com> @michael-swan":
|
"Michael Swan <mswan@fastmail.com> @michael-swan":
|
||||||
- pcf-font < 0 # MonadFail
|
- pcf-font < 0 # MonadFail
|
||||||
- pcf-font-embed < 0 # via pcf-font
|
- pcf-font-embed
|
||||||
|
|
||||||
"Iago Abal <iagoabal+stack@gmail.com>":
|
"Iago Abal <iagoabal+stack@gmail.com>":
|
||||||
- bv
|
- bv
|
||||||
@ -3544,7 +3544,7 @@ packages:
|
|||||||
- inliterate
|
- inliterate
|
||||||
|
|
||||||
"Hyunje Jun <me@noraesae.net> @noraesae":
|
"Hyunje Jun <me@noraesae.net> @noraesae":
|
||||||
- line # via scotty
|
- line
|
||||||
|
|
||||||
"Hannes Saffrich <m0rphism@zankapfel.org> @m0rphism":
|
"Hannes Saffrich <m0rphism@zankapfel.org> @m0rphism":
|
||||||
[]
|
[]
|
||||||
@ -3552,7 +3552,7 @@ packages:
|
|||||||
|
|
||||||
"Alexey Kuleshevich <lehins@yandex.ru> @lehins":
|
"Alexey Kuleshevich <lehins@yandex.ru> @lehins":
|
||||||
- wai-middleware-auth
|
- wai-middleware-auth
|
||||||
# - hip # lens 4.16 via diagrams/chart
|
- hip
|
||||||
- massiv
|
- massiv
|
||||||
- massiv-io
|
- massiv-io
|
||||||
- massiv-test
|
- massiv-test
|
||||||
@ -3606,10 +3606,10 @@ packages:
|
|||||||
- alternators
|
- alternators
|
||||||
- arrow-extras
|
- arrow-extras
|
||||||
- data-diverse
|
- data-diverse
|
||||||
- data-diverse-lens < 0 # "The liberal coverage condition fails"
|
- data-diverse-lens < 0 # compile fail (lens)
|
||||||
- ghcjs-base-stub
|
- ghcjs-base-stub
|
||||||
- glaze
|
- glaze
|
||||||
- glazier < 0
|
- glazier < 0 # compile fail (lens)
|
||||||
- glazier-react
|
- glazier-react
|
||||||
- glazier-react-widget
|
- glazier-react-widget
|
||||||
- javascript-extras
|
- javascript-extras
|
||||||
@ -3799,7 +3799,7 @@ packages:
|
|||||||
- listsafe
|
- listsafe
|
||||||
|
|
||||||
"Serokell <libraries@serokell.io> @serokell":
|
"Serokell <libraries@serokell.io> @serokell":
|
||||||
- importify < 0 # transitive compilation failures
|
- importify
|
||||||
- log-warper
|
- log-warper
|
||||||
- o-clock
|
- o-clock
|
||||||
- tasty-hunit-compat
|
- tasty-hunit-compat
|
||||||
@ -4094,12 +4094,12 @@ packages:
|
|||||||
- mixpanel-client
|
- mixpanel-client
|
||||||
- netrc
|
- netrc
|
||||||
- pretty-sop
|
- pretty-sop
|
||||||
- servant-auth # ghc 8.10
|
- servant-auth
|
||||||
- servant-auth-server # ghc 8.10 via servant
|
- servant-auth-server
|
||||||
- servant-auth-client # via warp-3.3.2
|
- servant-auth-client
|
||||||
- servant-auth-swagger # ghc 8.10 via servant
|
- servant-auth-swagger
|
||||||
- servant-auth-docs # ghc 8.10 via servant
|
- servant-auth-docs
|
||||||
- servant-elm # ghc 8.10 via servant
|
- servant-elm
|
||||||
- systemd
|
- systemd
|
||||||
|
|
||||||
"Andre Van Der Merwe <stackage@andrevdm.com> @andrevdm":
|
"Andre Van Der Merwe <stackage@andrevdm.com> @andrevdm":
|
||||||
@ -4698,7 +4698,6 @@ packages:
|
|||||||
- crypto-cipher-types
|
- crypto-cipher-types
|
||||||
- crypto-numbers
|
- crypto-numbers
|
||||||
- crypto-pubkey
|
- crypto-pubkey
|
||||||
- crypto-pubkey-openssh < 0 # MonadFail
|
|
||||||
- crypto-random
|
- crypto-random
|
||||||
- cryptohash-cryptoapi
|
- cryptohash-cryptoapi
|
||||||
- cryptohash-sha256
|
- cryptohash-sha256
|
||||||
@ -5567,6 +5566,9 @@ packages:
|
|||||||
- bytestring-trie < 0 # tried bytestring-trie-0.2.5.0, but its *library* does not support: binary-0.8.8.0
|
- bytestring-trie < 0 # tried bytestring-trie-0.2.5.0, but its *library* does not support: binary-0.8.8.0
|
||||||
- cabal-file < 0 # tried cabal-file-0.1.1, but its *library* requires the disabled package: hackage-security
|
- cabal-file < 0 # tried cabal-file-0.1.1, but its *library* requires the disabled package: hackage-security
|
||||||
- cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.2, but its *executable* requires the disabled package: cabal-plan
|
- cabal-flatpak < 0 # tried cabal-flatpak-0.1.0.2, but its *executable* requires the disabled package: cabal-plan
|
||||||
|
- cabal-install < 0 # tried cabal-install-3.4.0.0, but its *executable* does not support: base-4.15.0.0
|
||||||
|
- cabal-install < 0 # tried cabal-install-3.4.0.0, but its *executable* does not support: base16-bytestring-1.0.1.0
|
||||||
|
- cabal-install < 0 # tried cabal-install-3.4.0.0, but its *executable* requires the disabled package: hackage-security
|
||||||
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *executable* does not support: optics-core-0.4
|
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *executable* does not support: optics-core-0.4
|
||||||
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *executable* does not support: semialign-1.2
|
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *executable* does not support: semialign-1.2
|
||||||
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *library* does not support: base-4.15.0.0
|
- cabal-plan < 0 # tried cabal-plan-0.7.2.0, but its *library* does not support: base-4.15.0.0
|
||||||
@ -5940,6 +5942,8 @@ packages:
|
|||||||
- hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: base-4.15.0.0
|
- hierarchy < 0 # tried hierarchy-1.0.2, but its *library* does not support: base-4.15.0.0
|
||||||
- highjson-swagger < 0 # tried highjson-swagger-0.5.0.0, but its *library* requires the disabled package: swagger2
|
- highjson-swagger < 0 # tried highjson-swagger-0.5.0.0, but its *library* requires the disabled package: swagger2
|
||||||
- highjson-th < 0 # tried highjson-th-0.5.0.0, but its *library* requires the disabled package: swagger2
|
- highjson-th < 0 # tried highjson-th-0.5.0.0, but its *library* requires the disabled package: swagger2
|
||||||
|
- hip < 0 # tried hip-1.5.6.0, but its *library* requires the disabled package: Chart
|
||||||
|
- hip < 0 # tried hip-1.5.6.0, but its *library* requires the disabled package: Chart-diagrams
|
||||||
- hit < 0 # tried hit-0.7.0, but its *executable* requires the disabled package: git
|
- hit < 0 # tried hit-0.7.0, but its *executable* requires the disabled package: git
|
||||||
- hledger-iadd < 0 # tried hledger-iadd-1.3.14, but its *library* does not support: hledger-lib-1.22
|
- hledger-iadd < 0 # tried hledger-iadd-1.3.14, but its *library* does not support: hledger-lib-1.22
|
||||||
- hledger-interest < 0 # tried hledger-interest-1.6.1, but its *executable* does not support: hledger-lib-1.22
|
- hledger-interest < 0 # tried hledger-interest-1.6.1, but its *executable* does not support: hledger-lib-1.22
|
||||||
@ -5981,6 +5985,7 @@ packages:
|
|||||||
- hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: base-4.15.0.0
|
- hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: base-4.15.0.0
|
||||||
- hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: hspec-core-2.8.2
|
- hspec-tables < 0 # tried hspec-tables-0.0.1, but its *library* does not support: hspec-core-2.8.2
|
||||||
- hspec-wai-json < 0 # tried hspec-wai-json-0.11.0, but its *library* does not support: hspec-wai-0.11.1
|
- hspec-wai-json < 0 # tried hspec-wai-json-0.11.0, but its *library* does not support: hspec-wai-0.11.1
|
||||||
|
- hspec-webdriver < 0 # tried hspec-webdriver-1.2.0, but its *library* requires the disabled package: webdriver
|
||||||
- hsx2hs < 0 # tried hsx2hs-0.14.1.8, but its *library* does not support: template-haskell-2.17.0.0
|
- hsx2hs < 0 # tried hsx2hs-0.14.1.8, but its *library* does not support: template-haskell-2.17.0.0
|
||||||
- http-download < 0 # tried http-download-0.2.0.0, but its *library* requires the disabled package: retry
|
- http-download < 0 # tried http-download-0.2.0.0, but its *library* requires the disabled package: retry
|
||||||
- hw-balancedparens < 0 # tried hw-balancedparens-0.4.1.1, but its *executable* requires the disabled package: generic-lens
|
- hw-balancedparens < 0 # tried hw-balancedparens-0.4.1.1, but its *executable* requires the disabled package: generic-lens
|
||||||
@ -6011,9 +6016,16 @@ packages:
|
|||||||
- idris < 0 # tried idris-1.3.3, but its *library* does not support: network-3.1.2.2
|
- idris < 0 # tried idris-1.3.3, but its *library* does not support: network-3.1.2.2
|
||||||
- idris < 0 # tried idris-1.3.3, but its *library* does not support: optparse-applicative-0.16.1.0
|
- idris < 0 # tried idris-1.3.3, but its *library* does not support: optparse-applicative-0.16.1.0
|
||||||
- ilist < 0 # tried ilist-0.4.0.1, but its *library* does not support: base-4.15.0.0
|
- ilist < 0 # tried ilist-0.4.0.1, but its *library* does not support: base-4.15.0.0
|
||||||
|
- importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: fmt
|
||||||
|
- importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: haskell-names
|
||||||
|
- importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: hse-cpp
|
||||||
|
- importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: log-warper
|
||||||
|
- importify < 0 # tried importify-1.0.1, but its *library* requires the disabled package: text-format
|
||||||
- incremental-parser < 0 # tried incremental-parser-0.5.0.2, but its *library* requires the disabled package: rank2classes
|
- incremental-parser < 0 # tried incremental-parser-0.5.0.2, but its *library* requires the disabled package: rank2classes
|
||||||
- indentation-core < 0 # tried indentation-core-0.0.0.2, but its *library* does not support: base-4.15.0.0
|
- indentation-core < 0 # tried indentation-core-0.0.0.2, but its *library* does not support: base-4.15.0.0
|
||||||
- indentation-parsec < 0 # tried indentation-parsec-0.0.0.2, but its *library* does not support: base-4.15.0.0
|
- indentation-parsec < 0 # tried indentation-parsec-0.0.0.2, but its *library* does not support: base-4.15.0.0
|
||||||
|
- inline-java < 0 # tried inline-java-0.10.0, but its *library* does not support: ghc-9.0.1
|
||||||
|
- inline-java < 0 # tried inline-java-0.10.0, but its *library* requires the disabled package: jni
|
||||||
- interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: template-haskell-2.17.0.0
|
- interpolatedstring-qq2 < 0 # tried interpolatedstring-qq2-0.1.0.0, but its *library* does not support: template-haskell-2.17.0.0
|
||||||
- invertible < 0 # tried invertible-0.2.0.7, but its *library* requires the disabled package: partial-isomorphisms
|
- invertible < 0 # tried invertible-0.2.0.7, but its *library* requires the disabled package: partial-isomorphisms
|
||||||
- invertible-grammar < 0 # tried invertible-grammar-0.1.3, but its *library* does not support: template-haskell-2.17.0.0
|
- invertible-grammar < 0 # tried invertible-grammar-0.1.3, but its *library* does not support: template-haskell-2.17.0.0
|
||||||
@ -6039,10 +6051,15 @@ packages:
|
|||||||
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: containers-0.6.4.1
|
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: containers-0.6.4.1
|
||||||
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: generic-deriving-1.14
|
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: generic-deriving-1.14
|
||||||
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: time-1.9.3
|
- json-schema < 0 # tried json-schema-0.7.4.2, but its *library* does not support: time-1.9.3
|
||||||
|
- jvm < 0 # tried jvm-0.6.0, but its *library* requires the disabled package: distributed-closure
|
||||||
|
- jvm < 0 # tried jvm-0.6.0, but its *library* requires the disabled package: jni
|
||||||
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: distributed-closure
|
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: distributed-closure
|
||||||
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: inline-java
|
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: inline-java
|
||||||
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: jni
|
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: jni
|
||||||
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: jvm
|
- jvm-batching < 0 # tried jvm-batching-0.2.0, but its *library* requires the disabled package: jvm
|
||||||
|
- jvm-streaming < 0 # tried jvm-streaming-0.4.0, but its *library* requires the disabled package: distributed-closure
|
||||||
|
- jvm-streaming < 0 # tried jvm-streaming-0.4.0, but its *library* requires the disabled package: jni
|
||||||
|
- jvm-streaming < 0 # tried jvm-streaming-0.4.0, but its *library* requires the disabled package: jvm-batching
|
||||||
- katip-elasticsearch < 0 # tried katip-elasticsearch-0.7.0.0, but its *library* requires the disabled package: retry
|
- katip-elasticsearch < 0 # tried katip-elasticsearch-0.7.0.0, but its *library* requires the disabled package: retry
|
||||||
- katip-logstash < 0 # tried katip-logstash-0.1.0.0, but its *library* requires the disabled package: retry
|
- katip-logstash < 0 # tried katip-logstash-0.1.0.0, but its *library* requires the disabled package: retry
|
||||||
- katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: aeson-1.5.6.0
|
- katip-rollbar < 0 # tried katip-rollbar-0.3.0.1, but its *library* does not support: aeson-1.5.6.0
|
||||||
@ -6088,6 +6105,8 @@ packages:
|
|||||||
- linear-accelerate < 0 # tried linear-accelerate-0.7.0.0, but its *library* does not support: lens-5.0.1
|
- linear-accelerate < 0 # tried linear-accelerate-0.7.0.0, but its *library* does not support: lens-5.0.1
|
||||||
- linked-list-with-iterator < 0 # tried linked-list-with-iterator-0.1.1.0, but its *library* does not support: containers-0.6.4.1
|
- linked-list-with-iterator < 0 # tried linked-list-with-iterator-0.1.1.0, but its *library* does not support: containers-0.6.4.1
|
||||||
- liquid-fixpoint < 0 # tried liquid-fixpoint-0.8.10.2, but its *library* requires the disabled package: text-format
|
- liquid-fixpoint < 0 # tried liquid-fixpoint-0.8.10.2, but its *library* requires the disabled package: text-format
|
||||||
|
- list-witnesses < 0 # tried list-witnesses-0.1.3.2, but its *library* requires the disabled package: decidable
|
||||||
|
- list-witnesses < 0 # tried list-witnesses-0.1.3.2, but its *library* requires the disabled package: functor-products
|
||||||
- little-logger < 0 # tried little-logger-0.3.2, but its *library* requires the disabled package: co-log
|
- little-logger < 0 # tried little-logger-0.3.2, but its *library* requires the disabled package: co-log
|
||||||
- loc < 0 # tried loc-0.1.3.10, but its *library* does not support: base-4.15.0.0
|
- loc < 0 # tried loc-0.1.3.10, but its *library* does not support: base-4.15.0.0
|
||||||
- log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: aeson-1.5.6.0
|
- log-warper < 0 # tried log-warper-1.9.0, but its *library* does not support: aeson-1.5.6.0
|
||||||
@ -6226,6 +6245,7 @@ packages:
|
|||||||
- papillon < 0 # tried papillon-0.1.1.1, but its *library* does not support: template-haskell-2.17.0.0
|
- papillon < 0 # tried papillon-0.1.1.1, but its *library* does not support: template-haskell-2.17.0.0
|
||||||
- paripari < 0 # tried paripari-0.7.0.0, but its *library* does not support: parser-combinators-1.3.0
|
- paripari < 0 # tried paripari-0.7.0.0, but its *library* does not support: parser-combinators-1.3.0
|
||||||
- path-text-utf8 < 0 # tried path-text-utf8-0.0.1.8, but its *library* does not support: path-0.9.0
|
- path-text-utf8 < 0 # tried path-text-utf8-0.0.1.8, but its *library* does not support: path-0.9.0
|
||||||
|
- pcf-font-embed < 0 # tried pcf-font-embed-0.1.2.0, but its *library* requires the disabled package: pcf-font
|
||||||
- pedersen-commitment < 0 # tried pedersen-commitment-0.2.0, but its *library* requires the disabled package: protolude
|
- pedersen-commitment < 0 # tried pedersen-commitment-0.2.0, but its *library* requires the disabled package: protolude
|
||||||
- perfect-vector-shuffle < 0 # tried perfect-vector-shuffle-0.1.1.1, but its *library* does not support: base-4.15.0.0
|
- perfect-vector-shuffle < 0 # tried perfect-vector-shuffle-0.1.1.1, but its *library* does not support: base-4.15.0.0
|
||||||
- persistable-record < 0 # tried persistable-record-0.6.0.5, but its *library* requires the disabled package: th-data-compat
|
- persistable-record < 0 # tried persistable-record-0.6.0.5, but its *library* requires the disabled package: th-data-compat
|
||||||
@ -6273,6 +6293,8 @@ packages:
|
|||||||
- postgrest < 0 # tried postgrest-7.0.1, but its *library* does not support: base-4.15.0.0
|
- postgrest < 0 # tried postgrest-7.0.1, but its *library* does not support: base-4.15.0.0
|
||||||
- pqueue < 0 # tried pqueue-1.4.1.3, but its *library* does not support: base-4.15.0.0
|
- pqueue < 0 # tried pqueue-1.4.1.3, but its *library* does not support: base-4.15.0.0
|
||||||
- prairie < 0 # tried prairie-0.0.1.0, but its *library* does not support: template-haskell-2.17.0.0
|
- prairie < 0 # tried prairie-0.0.1.0, but its *library* does not support: template-haskell-2.17.0.0
|
||||||
|
- pred-set < 0 # tried pred-set-0.0.1, but its *library* requires the disabled package: HSet
|
||||||
|
- pred-trie < 0 # tried pred-trie-0.6.1, but its *library* requires the disabled package: tries
|
||||||
- prim-uniq < 0 # tried prim-uniq-0.2, but its *library* requires the disabled package: dependent-sum
|
- prim-uniq < 0 # tried prim-uniq-0.2, but its *library* requires the disabled package: dependent-sum
|
||||||
- product-isomorphic < 0 # tried product-isomorphic-0.0.3.3, but its *library* requires the disabled package: th-data-compat
|
- product-isomorphic < 0 # tried product-isomorphic-0.0.3.3, but its *library* requires the disabled package: th-data-compat
|
||||||
- proto-lens < 0 # tried proto-lens-0.7.0.0, but its *library* does not support: base-4.15.0.0
|
- proto-lens < 0 # tried proto-lens-0.7.0.0, but its *library* does not support: base-4.15.0.0
|
||||||
@ -6639,6 +6661,7 @@ packages:
|
|||||||
- xml-isogen < 0 # tried xml-isogen-0.3.0, but its *library* requires the disabled package: dom-parser
|
- xml-isogen < 0 # tried xml-isogen-0.3.0, but its *library* requires the disabled package: dom-parser
|
||||||
- xmonad-contrib < 0 # tried xmonad-contrib-0.16, but its *library* requires the disabled package: xmonad
|
- xmonad-contrib < 0 # tried xmonad-contrib-0.16, but its *library* requires the disabled package: xmonad
|
||||||
- xmonad-extras < 0 # tried xmonad-extras-0.15.3, but its *library* requires the disabled package: xmonad
|
- xmonad-extras < 0 # tried xmonad-extras-0.15.3, but its *library* requires the disabled package: xmonad
|
||||||
|
- xturtle < 0 # tried xturtle-0.2.0.0, but its *library* requires the disabled package: yjsvg
|
||||||
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* does not support: yeshql-core-4.2.0.0
|
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* does not support: yeshql-core-4.2.0.0
|
||||||
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* requires the disabled package: yeshql-hdbc
|
- yeshql < 0 # tried yeshql-4.2.0.0, but its *library* requires the disabled package: yeshql-hdbc
|
||||||
- yesod < 0 # tried yesod-1.6.1.2, but its *library* requires the disabled package: yesod-core
|
- yesod < 0 # tried yesod-1.6.1.2, but its *library* requires the disabled package: yesod-core
|
||||||
@ -7686,6 +7709,7 @@ skipped-benchmarks:
|
|||||||
- haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: aeson-1.5.6.0
|
- haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: aeson-1.5.6.0
|
||||||
- haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: time-1.9.3
|
- haskell-tools-cli # tried haskell-tools-cli-1.1.1.0, but its *benchmarks* does not support: time-1.9.3
|
||||||
- hgeometry # tried hgeometry-0.12.0.4, but its *benchmarks* requires the disabled package: deepseq-generics
|
- hgeometry # tried hgeometry-0.12.0.4, but its *benchmarks* requires the disabled package: deepseq-generics
|
||||||
|
- hip # tried hip-1.5.6.0, but its *benchmarks* requires the disabled package: repa-algorithms
|
||||||
- lsp-test # tried lsp-test-0.14.0.0, but its *benchmarks* does not support: base-4.15.0.0
|
- lsp-test # tried lsp-test-0.14.0.0, but its *benchmarks* does not support: base-4.15.0.0
|
||||||
- lsp-test # tried lsp-test-0.14.0.0, but its *benchmarks* requires the disabled package: lsp
|
- lsp-test # tried lsp-test-0.14.0.0, but its *benchmarks* requires the disabled package: lsp
|
||||||
- o-clock # tried o-clock-1.2.1, but its *benchmarks* requires the disabled package: tiempo
|
- o-clock # tried o-clock-1.2.1, but its *benchmarks* requires the disabled package: tiempo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user