mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 09:00:28 +01:00
Merge pull request #2667 from fpco/ghc821
First step to GHC 8.2.1: drop upper bounds
This commit is contained in:
commit
3a63b441f4
@ -1,4 +1,10 @@
|
|||||||
ghc-major-version: "8.0"
|
ghc-major-version: "8.0"
|
||||||
|
|
||||||
|
# This affects which version of the Cabal file format we allow. We
|
||||||
|
# should ensure that this is always no greater than the version
|
||||||
|
# supported by the most recent cabal-install and Stack releases.
|
||||||
|
cabal-format-version: "1.24"
|
||||||
|
|
||||||
# Constraints for brand new builds
|
# Constraints for brand new builds
|
||||||
packages:
|
packages:
|
||||||
"Jacob Stanley <jacob@stanley.io> @jystic":
|
"Jacob Stanley <jacob@stanley.io> @jystic":
|
||||||
@ -35,7 +41,8 @@ packages:
|
|||||||
- clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510
|
- clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510
|
||||||
|
|
||||||
"Joshua Koike <jkoike2013@gmail.com> @jano017":
|
"Joshua Koike <jkoike2013@gmail.com> @jano017":
|
||||||
- discord-hs
|
[]
|
||||||
|
# - discord-hs # bouns: req
|
||||||
|
|
||||||
"Roman Gonzalez <romanandreg@gmail.com> @roman":
|
"Roman Gonzalez <romanandreg@gmail.com> @roman":
|
||||||
- etc
|
- etc
|
||||||
@ -154,8 +161,8 @@ packages:
|
|||||||
|
|
||||||
"Luke Murphy <lukewm@riseup.net> @lwm":
|
"Luke Murphy <lukewm@riseup.net> @lwm":
|
||||||
- tasty-discover
|
- tasty-discover
|
||||||
- lentil
|
# - lentil # bounds: optparse-applicative
|
||||||
- packunused
|
# - packunused # bounds: optparse-applicative
|
||||||
|
|
||||||
"Marco Zocca @ocramz":
|
"Marco Zocca @ocramz":
|
||||||
- sparse-linear-algebra
|
- sparse-linear-algebra
|
||||||
@ -183,8 +190,8 @@ packages:
|
|||||||
- binary-parsers
|
- binary-parsers
|
||||||
- binary-ieee754
|
- binary-ieee754
|
||||||
- word24
|
- word24
|
||||||
- mysql-haskell
|
# - mysql-haskell # bounds: memory
|
||||||
- mysql-haskell-openssl
|
# - mysql-haskell-openssl # bounds: tcp-streams
|
||||||
- data-has
|
- data-has
|
||||||
|
|
||||||
"Harendra Kumar <harendra.kumar@gmail.com> @harendra-kumar":
|
"Harendra Kumar <harendra.kumar@gmail.com> @harendra-kumar":
|
||||||
@ -287,7 +294,6 @@ packages:
|
|||||||
- async
|
- async
|
||||||
- base16-bytestring
|
- base16-bytestring
|
||||||
- c2hs
|
- c2hs
|
||||||
- cassava
|
|
||||||
- csv-conduit
|
- csv-conduit
|
||||||
- executable-hash
|
- executable-hash
|
||||||
- executable-path
|
- executable-path
|
||||||
@ -373,9 +379,9 @@ packages:
|
|||||||
- blaze-html
|
- blaze-html
|
||||||
- blaze-markup
|
- blaze-markup
|
||||||
- cabal-dependency-licenses
|
- cabal-dependency-licenses
|
||||||
- hakyll
|
# - hakyll # bounds: skylighting
|
||||||
- stylish-haskell
|
- stylish-haskell
|
||||||
- patat
|
# - patat # bounds: skylighting
|
||||||
- profiteur
|
- profiteur
|
||||||
- psqueues
|
- psqueues
|
||||||
- websockets
|
- websockets
|
||||||
@ -576,19 +582,19 @@ packages:
|
|||||||
|
|
||||||
"Brent Yorgey <byorgey@gmail.com> @byorgey":
|
"Brent Yorgey <byorgey@gmail.com> @byorgey":
|
||||||
- active
|
- active
|
||||||
- BlogLiterately
|
# - BlogLiterately # bounds: skylighting
|
||||||
- BlogLiterately-diagrams
|
# - BlogLiterately-diagrams # bounds: skylighting
|
||||||
- diagrams
|
# - diagrams # bounds: optparse-applicative
|
||||||
- diagrams-builder
|
- diagrams-builder
|
||||||
# - diagrams-haddock # BLOCKED directory 1.3 via cautious-file
|
# - diagrams-haddock # BLOCKED directory 1.3 via cautious-file
|
||||||
- diagrams-cairo # bounds: vector
|
# - diagrams-cairo # bounds: optparse-applicative
|
||||||
- diagrams-contrib
|
- diagrams-contrib
|
||||||
- diagrams-core
|
- diagrams-core
|
||||||
- diagrams-gtk
|
# - diagrams-gtk # bounds: optparse-applicative
|
||||||
- diagrams-lib
|
- diagrams-lib
|
||||||
- diagrams-postscript
|
- diagrams-postscript
|
||||||
- diagrams-rasterific
|
# - diagrams-rasterific # bounds: optparse-applicative
|
||||||
- diagrams-svg
|
# - diagrams-svg # bounds: optparse-applicative
|
||||||
- dual-tree
|
- dual-tree
|
||||||
- force-layout
|
- force-layout
|
||||||
- haxr
|
- haxr
|
||||||
@ -883,7 +889,7 @@ packages:
|
|||||||
- rest-client
|
- rest-client
|
||||||
- rest-core
|
- rest-core
|
||||||
- rest-gen
|
- rest-gen
|
||||||
- rest-happstack
|
# - rest-happstack # bounds happstack-server
|
||||||
- rest-snap
|
- rest-snap
|
||||||
- rest-stringmap
|
- rest-stringmap
|
||||||
- rest-types
|
- rest-types
|
||||||
@ -892,10 +898,10 @@ packages:
|
|||||||
- uri-encode
|
- uri-encode
|
||||||
|
|
||||||
"Simon Michael <simon@joyful.com> @simonmichael":
|
"Simon Michael <simon@joyful.com> @simonmichael":
|
||||||
- darcs
|
# - darcs # bounds: graphviz < 2999.19
|
||||||
- hledger
|
- hledger
|
||||||
- hledger-lib
|
- hledger-lib
|
||||||
- hledger-ui
|
# - hledger-ui # bounds: brick
|
||||||
- hledger-web
|
- hledger-web
|
||||||
- hledger-api
|
- hledger-api
|
||||||
# - shelltestrunner # bounds: Diff, HUnit
|
# - shelltestrunner # bounds: Diff, HUnit
|
||||||
@ -926,8 +932,9 @@ packages:
|
|||||||
# - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5
|
# - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5
|
||||||
|
|
||||||
"Daniel Gröber <dxld@darkboxed.org> @DanielG":
|
"Daniel Gröber <dxld@darkboxed.org> @DanielG":
|
||||||
|
[]
|
||||||
# - ghc-mod # bounds: syb
|
# - ghc-mod # bounds: syb
|
||||||
- cabal-helper
|
# - cabal-helper # bounds: extra
|
||||||
|
|
||||||
"Yann Esposito <yann.esposito@gmail.com> yogsototh @yogsototh":
|
"Yann Esposito <yann.esposito@gmail.com> yogsototh @yogsototh":
|
||||||
- human-readable-duration
|
- human-readable-duration
|
||||||
@ -1041,7 +1048,7 @@ packages:
|
|||||||
- users-test
|
- users-test
|
||||||
- validate-input
|
- validate-input
|
||||||
- ignore
|
- ignore
|
||||||
- elm-bridge
|
# - elm-bridge # bounds: aeson
|
||||||
# digestive-bootstrap # via: digestive-functors, digestive-functors-blaze
|
# digestive-bootstrap # via: digestive-functors, digestive-functors-blaze
|
||||||
- blaze-bootstrap
|
- blaze-bootstrap
|
||||||
- dataurl
|
- dataurl
|
||||||
@ -1106,7 +1113,7 @@ packages:
|
|||||||
"Alexandr Ruchkin <voidex@live.com> @mvoidex":
|
"Alexandr Ruchkin <voidex@live.com> @mvoidex":
|
||||||
- hdocs
|
- hdocs
|
||||||
- hformat
|
- hformat
|
||||||
- hsdev
|
# - hsdev # bounds: mmorph
|
||||||
- simple-log
|
- simple-log
|
||||||
- text-region
|
- text-region
|
||||||
|
|
||||||
@ -1136,7 +1143,7 @@ packages:
|
|||||||
- cabal-rpm
|
- cabal-rpm
|
||||||
- stackage-query
|
- stackage-query
|
||||||
# - cabal-sort # BLOCKED directory 1.3
|
# - cabal-sort # BLOCKED directory 1.3
|
||||||
- idris
|
# - idris # bounds aeson
|
||||||
- libffi
|
- libffi
|
||||||
- xmonad-contrib
|
- xmonad-contrib
|
||||||
- shelly
|
- shelly
|
||||||
@ -1190,10 +1197,10 @@ packages:
|
|||||||
|
|
||||||
"Jeffrey Rosenbluth <jeffrey.rosenbluth@gmail.com> @jeffreyrosenbluth":
|
"Jeffrey Rosenbluth <jeffrey.rosenbluth@gmail.com> @jeffreyrosenbluth":
|
||||||
- palette
|
- palette
|
||||||
- diagrams-canvas
|
# - diagrams-canvas # bounds: optparse-applicative
|
||||||
- diagrams-rasterific
|
# - diagrams-rasterific # bounds: optparse-applicative
|
||||||
- lucid-svg
|
- lucid-svg
|
||||||
- diagrams-html5
|
# - diagrams-html5 # bounds: optparse-applicative
|
||||||
- static-canvas
|
- static-canvas
|
||||||
- svg-builder
|
- svg-builder
|
||||||
|
|
||||||
@ -1266,7 +1273,7 @@ packages:
|
|||||||
- spdx
|
- spdx
|
||||||
- splitmix
|
- splitmix
|
||||||
- tdigest
|
- tdigest
|
||||||
- tdigest-Chart
|
# - tdigest-Chart # bounds: optparse-applicative
|
||||||
- these
|
- these
|
||||||
- time-parsers
|
- time-parsers
|
||||||
- waitra
|
- waitra
|
||||||
@ -1548,7 +1555,7 @@ packages:
|
|||||||
"Noam Lewis <jones.noamle@gmail.com> @sinelaw":
|
"Noam Lewis <jones.noamle@gmail.com> @sinelaw":
|
||||||
- xml-to-json
|
- xml-to-json
|
||||||
- xml-to-json-fast
|
- xml-to-json-fast
|
||||||
- resolve-trivial-conflicts
|
# - resolve-trivial-conflicts # bounds: optparse-applicative
|
||||||
- wl-pprint
|
- wl-pprint
|
||||||
# not a maintainer
|
# not a maintainer
|
||||||
- hxt-curl
|
- hxt-curl
|
||||||
@ -1626,7 +1633,7 @@ packages:
|
|||||||
- pipes-mongodb # via mongoDB
|
- pipes-mongodb # via mongoDB
|
||||||
- servant-elm
|
- servant-elm
|
||||||
- skeletons
|
- skeletons
|
||||||
- streaming-wai
|
# - streaming-wai # bounds: mmorph
|
||||||
|
|
||||||
# "Smirnov Alexey <chemistmail@gmail.com> @chemist":
|
# "Smirnov Alexey <chemistmail@gmail.com> @chemist":
|
||||||
# - snmp # bounds: ghc, base
|
# - snmp # bounds: ghc, base
|
||||||
@ -1673,8 +1680,8 @@ packages:
|
|||||||
- poly-arity
|
- poly-arity
|
||||||
- urlpath
|
- urlpath
|
||||||
- wai-transformers
|
- wai-transformers
|
||||||
- wai-middleware-content-type
|
# - wai-middleware-content-type # bounds: skylighting
|
||||||
- wai-middleware-verbs
|
# - wai-middleware-verbs # bounds: skylighting
|
||||||
- websockets-rpc
|
- websockets-rpc
|
||||||
- webpage
|
- webpage
|
||||||
- composition-extra
|
- composition-extra
|
||||||
@ -1714,9 +1721,9 @@ packages:
|
|||||||
- lens-simple
|
- lens-simple
|
||||||
- lens-family-core
|
- lens-family-core
|
||||||
- lens-family
|
- lens-family
|
||||||
- streaming
|
# - streaming # bounds: mmorph
|
||||||
- streaming-bytestring
|
# - streaming-bytestring # bounds: mmorph
|
||||||
- streaming-utils
|
# - streaming-utils # bounds: mmorph
|
||||||
|
|
||||||
"Justin Le <justin@jle.im> @mstksg":
|
"Justin Le <justin@jle.im> @mstksg":
|
||||||
- auto
|
- auto
|
||||||
@ -1780,8 +1787,8 @@ packages:
|
|||||||
- inline-r
|
- inline-r
|
||||||
- jni
|
- jni
|
||||||
- jvm
|
- jvm
|
||||||
- sparkle
|
# - sparkle # bounds: mmorph
|
||||||
- streaming-binary
|
# - streaming-binary # bounds: mmorph
|
||||||
- th-lift
|
- th-lift
|
||||||
|
|
||||||
"Christopher Reichert <creichert07@gmail.com> @creichert":
|
"Christopher Reichert <creichert07@gmail.com> @creichert":
|
||||||
@ -1891,7 +1898,7 @@ packages:
|
|||||||
|
|
||||||
"Stack Builders stackage@stackbuilders.com @stackbuilders":
|
"Stack Builders stackage@stackbuilders.com @stackbuilders":
|
||||||
- atomic-write
|
- atomic-write
|
||||||
- hapistrano
|
# - hapistrano # bounds: path-io
|
||||||
- inflections
|
- inflections
|
||||||
- twitter-feed
|
- twitter-feed
|
||||||
# - cassava-megaparsec # via cassava: bounds: vector
|
# - cassava-megaparsec # via cassava: bounds: vector
|
||||||
@ -2041,7 +2048,7 @@ packages:
|
|||||||
- attoparsec-binary
|
- attoparsec-binary
|
||||||
|
|
||||||
"Brandon Martin <brandon@codedmart.com> @codedmart":
|
"Brandon Martin <brandon@codedmart.com> @codedmart":
|
||||||
- engine-io-wai
|
# - engine-io-wai # bounds websockets
|
||||||
- rethinkdb
|
- rethinkdb
|
||||||
|
|
||||||
"Michael Walker <mike@barrucadu.co.uk> @barrucadu":
|
"Michael Walker <mike@barrucadu.co.uk> @barrucadu":
|
||||||
@ -2076,7 +2083,7 @@ packages:
|
|||||||
- xml-html-qq
|
- xml-html-qq
|
||||||
- xml-indexed-cursor
|
- xml-indexed-cursor
|
||||||
- yahoo-finance-api
|
- yahoo-finance-api
|
||||||
- yesod-markdown
|
# - yesod-markdown # bounds: skylighting
|
||||||
|
|
||||||
"Franklin Chen <franklinchen@franklinchen.com> @FranklinChen":
|
"Franklin Chen <franklinchen@franklinchen.com> @FranklinChen":
|
||||||
- Ebnf2ps
|
- Ebnf2ps
|
||||||
@ -2145,7 +2152,7 @@ packages:
|
|||||||
|
|
||||||
"Ivan Miljenovic <Ivan.Miljenovic@gmail.com> @ivan-m":
|
"Ivan Miljenovic <Ivan.Miljenovic@gmail.com> @ivan-m":
|
||||||
- fgl
|
- fgl
|
||||||
- fgl-arbitrary
|
# - fgl-arbitrary # bouns: QuickCheck
|
||||||
- graphviz
|
- graphviz
|
||||||
- wl-pprint-text
|
- wl-pprint-text
|
||||||
|
|
||||||
@ -2268,9 +2275,9 @@ packages:
|
|||||||
# - distributed-process-simplelocalnet # via: distributed-process
|
# - distributed-process-simplelocalnet # via: distributed-process
|
||||||
- distributed-static
|
- distributed-static
|
||||||
- network-transport
|
- network-transport
|
||||||
- network-transport-tcp
|
# - network-transport-tcp # bounds: network-transport
|
||||||
- network-transport-inmemory
|
# - network-transport-inmemory # bounds: network-transport
|
||||||
- network-transport-composed
|
# - network-transport-composed # bounds: network-transport
|
||||||
- rank1dynamic
|
- rank1dynamic
|
||||||
|
|
||||||
# "Alexander Vershilov <alexander.vershilov@tweag.io> @qnikst":
|
# "Alexander Vershilov <alexander.vershilov@tweag.io> @qnikst":
|
||||||
@ -2294,8 +2301,9 @@ packages:
|
|||||||
# - engine-io-yesod # bounds: ghc, base
|
# - engine-io-yesod # bounds: ghc, base
|
||||||
|
|
||||||
"Tim McGilchrist <timmcgil@gmail.com> @tmcgilchrist":
|
"Tim McGilchrist <timmcgil@gmail.com> @tmcgilchrist":
|
||||||
|
[]
|
||||||
# - riak # bounds: aeson
|
# - riak # bounds: aeson
|
||||||
- airship
|
# - airship # bounds: mmorph
|
||||||
|
|
||||||
"Yuras Shumovich <shumovichy@gmail.com> @Yuras":
|
"Yuras Shumovich <shumovichy@gmail.com> @Yuras":
|
||||||
- pdf-toolbox-core
|
- pdf-toolbox-core
|
||||||
@ -2370,7 +2378,7 @@ packages:
|
|||||||
- pusher-http-haskell
|
- pusher-http-haskell
|
||||||
|
|
||||||
"Yorick Laupa yo.eight@gmail.com @YoEight":
|
"Yorick Laupa yo.eight@gmail.com @YoEight":
|
||||||
- eventstore
|
# - eventstore # bounds: aeson
|
||||||
- dotnet-timespan
|
- dotnet-timespan
|
||||||
|
|
||||||
"Sebastian Dröge slomo@coaxion.net @sdroege":
|
"Sebastian Dröge slomo@coaxion.net @sdroege":
|
||||||
@ -2442,7 +2450,7 @@ packages:
|
|||||||
- file-modules
|
- file-modules
|
||||||
- frontmatter
|
- frontmatter
|
||||||
- read-editor
|
- read-editor
|
||||||
- hspec-setup
|
# - hspec-setup # bounds: haskell-src-exts
|
||||||
# - hzulip # bounds: aeson, stm-conduit
|
# - hzulip # bounds: aeson, stm-conduit
|
||||||
- list-prompt
|
- list-prompt
|
||||||
# - memoization-utils # bounds: time
|
# - memoization-utils # bounds: time
|
||||||
@ -2532,8 +2540,8 @@ packages:
|
|||||||
- pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223
|
- pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223
|
||||||
- zip-archive
|
- zip-archive
|
||||||
- doctemplates
|
- doctemplates
|
||||||
- pandoc
|
# - pandoc # bounds: skylighting
|
||||||
- pandoc-citeproc
|
# - pandoc-citeproc # bounds: skylighting
|
||||||
|
|
||||||
"Karun Ramakrishnan <karun012@gmail.com> @karun012":
|
"Karun Ramakrishnan <karun012@gmail.com> @karun012":
|
||||||
- doctest-discover
|
- doctest-discover
|
||||||
@ -2541,7 +2549,7 @@ packages:
|
|||||||
"Elie Genard <elaye.github.io@gmail.com> @eliegenard":
|
"Elie Genard <elaye.github.io@gmail.com> @eliegenard":
|
||||||
- turtle-options
|
- turtle-options
|
||||||
- mushu
|
- mushu
|
||||||
- hakyll-favicon
|
# - hakyll-favicon # bounds: skylighting
|
||||||
|
|
||||||
# "Ruey-Lin Hsu <petercommand@gmail.com> @petercommand":
|
# "Ruey-Lin Hsu <petercommand@gmail.com> @petercommand":
|
||||||
# - MASMGen # bounds: ghc, base
|
# - MASMGen # bounds: ghc, base
|
||||||
@ -2550,17 +2558,17 @@ packages:
|
|||||||
- string-conv
|
- string-conv
|
||||||
- rng-utils
|
- rng-utils
|
||||||
- rotating-log
|
- rotating-log
|
||||||
- ua-parser
|
# - ua-parser # bounds aeson
|
||||||
- hs-GeoIP
|
- hs-GeoIP
|
||||||
- retry
|
- retry
|
||||||
- katip
|
# - katip # bounds aeson
|
||||||
# - katip-elasticsearch # via bloodhound: bounds: vector
|
# - katip-elasticsearch # via bloodhound: bounds: vector
|
||||||
|
|
||||||
"Sid Kapur sidharthkapur1@gmail.com @sid-kap":
|
"Sid Kapur sidharthkapur1@gmail.com @sid-kap":
|
||||||
- tuple
|
- tuple
|
||||||
- OneTuple
|
- OneTuple
|
||||||
- SVGFonts
|
- SVGFonts
|
||||||
- Chart-diagrams
|
# - Chart-diagrams # bounds optparse-applicative
|
||||||
|
|
||||||
# "Aaron Levin <aaron.levin@soundcloud.com> @aaronmblevin":
|
# "Aaron Levin <aaron.levin@soundcloud.com> @aaronmblevin":
|
||||||
# - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client
|
# - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client
|
||||||
@ -2634,8 +2642,9 @@ packages:
|
|||||||
- papillon
|
- papillon
|
||||||
|
|
||||||
"Jan Gerlinger <git@jangerlinger.de> @JanGe":
|
"Jan Gerlinger <git@jangerlinger.de> @JanGe":
|
||||||
- irc-dcc
|
[]
|
||||||
- xdcc
|
# - irc-dcc # bounds: path
|
||||||
|
# - xdcc # bounds: path
|
||||||
|
|
||||||
"John Ky newhoggy@gmail.com @newhoggy":
|
"John Ky newhoggy@gmail.com @newhoggy":
|
||||||
- hw-bits
|
- hw-bits
|
||||||
@ -2657,7 +2666,7 @@ packages:
|
|||||||
|
|
||||||
"Daishi Nakajima <nakaji.dayo@gmail.com> @nakaji_dayo":
|
"Daishi Nakajima <nakaji.dayo@gmail.com> @nakaji_dayo":
|
||||||
- api-field-json-th
|
- api-field-json-th
|
||||||
- yesod-job-queue
|
# - yesod-job-queue # bounds cron
|
||||||
|
|
||||||
# "Braden Walters <vc@braden-walters.info> @meoblast001":
|
# "Braden Walters <vc@braden-walters.info> @meoblast001":
|
||||||
# - hakyll-sass # compilation failure
|
# - hakyll-sass # compilation failure
|
||||||
@ -2877,7 +2886,7 @@ packages:
|
|||||||
- vector-mmap
|
- vector-mmap
|
||||||
|
|
||||||
"Alex Mason <alex.mason@data61.csiro.au> @Axman6":
|
"Alex Mason <alex.mason@data61.csiro.au> @Axman6":
|
||||||
- foldl-statistics
|
# - foldl-statistics # bounds: foldl
|
||||||
- amazonka-s3-streaming
|
- amazonka-s3-streaming
|
||||||
|
|
||||||
"Ondrej Palkovsky <palkovsky.ondrej@gmail.com> @ondrap":
|
"Ondrej Palkovsky <palkovsky.ondrej@gmail.com> @ondrap":
|
||||||
@ -2896,8 +2905,8 @@ packages:
|
|||||||
"Tony Day <tonyday567@gmail.com> @tonyday567":
|
"Tony Day <tonyday567@gmail.com> @tonyday567":
|
||||||
- numhask
|
- numhask
|
||||||
- numhask-range
|
- numhask-range
|
||||||
- chart-unit
|
# - chart-unit # bounds optparse-applicative
|
||||||
- perf
|
# - perf # bounds optparse-applicative
|
||||||
- online
|
- online
|
||||||
|
|
||||||
"Iphigenia Df <iphydf@gmail.com> @iphydf":
|
"Iphigenia Df <iphydf@gmail.com> @iphydf":
|
||||||
@ -2914,7 +2923,7 @@ packages:
|
|||||||
- clock-extras
|
- clock-extras
|
||||||
- next-ref
|
- next-ref
|
||||||
- tmp-postgres
|
- tmp-postgres
|
||||||
- postgresql-simple-opts
|
# - postgresql-simple-opts # bounds: optparse-applicative
|
||||||
- pg-transact
|
- pg-transact
|
||||||
- hspec-pg-transact
|
- hspec-pg-transact
|
||||||
- postgresql-simple-queue
|
- postgresql-simple-queue
|
||||||
@ -2971,7 +2980,8 @@ packages:
|
|||||||
# - hip # via repa: bounds: vector
|
# - hip # via repa: bounds: vector
|
||||||
|
|
||||||
"Hans-Peter Deifel <hpd@hpdeifel.de> @hpdeifel":
|
"Hans-Peter Deifel <hpd@hpdeifel.de> @hpdeifel":
|
||||||
- hledger-iadd
|
[]
|
||||||
|
# - hledger-iadd # bounds: hledger-lib
|
||||||
|
|
||||||
"Roy Levien <royl@aldaron.com> @orome":
|
"Roy Levien <royl@aldaron.com> @orome":
|
||||||
- crypto-enigma
|
- crypto-enigma
|
||||||
@ -2984,7 +2994,7 @@ packages:
|
|||||||
- haskell-tools-rewrite
|
- haskell-tools-rewrite
|
||||||
- haskell-tools-prettyprint
|
- haskell-tools-prettyprint
|
||||||
- haskell-tools-refactor
|
- haskell-tools-refactor
|
||||||
- haskell-tools-demo
|
# - haskell-tools-demo # bounds: websockets
|
||||||
- haskell-tools-cli
|
- haskell-tools-cli
|
||||||
- haskell-tools-daemon
|
- haskell-tools-daemon
|
||||||
- haskell-tools-debug
|
- haskell-tools-debug
|
||||||
@ -3102,23 +3112,24 @@ packages:
|
|||||||
- lens-labels
|
- lens-labels
|
||||||
- proto-lens
|
- proto-lens
|
||||||
- proto-lens-descriptors
|
- proto-lens-descriptors
|
||||||
- proto-lens-protoc
|
# - proto-lens-protoc # bounds: haskell-src-exts
|
||||||
- proto-lens-combinators
|
# - proto-lens-combinators # bounds: proto-lens-protoc
|
||||||
- proto-lens-arbitrary
|
- proto-lens-arbitrary
|
||||||
- proto-lens-optparse
|
- proto-lens-optparse
|
||||||
- proto-lens-protobuf-types
|
# - proto-lens-protobuf-types # bounds: proto-lens-protoc
|
||||||
- tensorflow
|
# - tensorflow # bounds: proto-lens-protoc
|
||||||
- tensorflow-core-ops
|
# - tensorflow-core-ops # bounds: tensorflow
|
||||||
- tensorflow-opgen
|
# - tensorflow-opgen # bounds: tensorflow
|
||||||
- tensorflow-ops
|
# - tensorflow-ops # bounds: tensorflow
|
||||||
- tensorflow-proto
|
# - tensorflow-proto # bounds: proto-lens-protoc
|
||||||
- tensorflow-test
|
# - tensorflow-test # bounds: tensorflow
|
||||||
|
|
||||||
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
"Christof Schramm <christof.schramm@campus.lmu.de>":
|
||||||
- mnist-idx
|
- mnist-idx
|
||||||
|
|
||||||
"Naushadh <naushadh@protonmail.com> @naushadh":
|
"Naushadh <naushadh@protonmail.com> @naushadh":
|
||||||
- persistent-mysql-haskell
|
[]
|
||||||
|
# - persistent-mysql-haskell # bounds: tcp-streams
|
||||||
|
|
||||||
"Moritz Schulte <mtesseract@silverratio.net> @mtesseract":
|
"Moritz Schulte <mtesseract@silverratio.net> @mtesseract":
|
||||||
- async-refresh
|
- async-refresh
|
||||||
@ -3183,6 +3194,7 @@ packages:
|
|||||||
- type-list
|
- type-list
|
||||||
- vinyl-utils
|
- vinyl-utils
|
||||||
- language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4
|
- language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4
|
||||||
|
- cassava
|
||||||
|
|
||||||
# If you want to make sure a package is removed from stackage,
|
# If you want to make sure a package is removed from stackage,
|
||||||
# place it here with a `< 0` constraint and send a pull
|
# place it here with a `< 0` constraint and send a pull
|
||||||
@ -3196,127 +3208,19 @@ packages:
|
|||||||
- Win32 == 2.3.1.1
|
- Win32 == 2.3.1.1
|
||||||
|
|
||||||
"Stackage upper bounds":
|
"Stackage upper bounds":
|
||||||
# https://github.com/fpco/stackage/issues/2037
|
|
||||||
- haskell-src-exts < 1.19
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2127
|
# https://github.com/fpco/stackage/issues/2127
|
||||||
- leapseconds-announced < 2017.0.0.1
|
- leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2317
|
|
||||||
- skylighting < 0.2
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2329
|
|
||||||
- network-transport < 0.5
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2334
|
|
||||||
- tcp-streams < 1.0.0.0
|
|
||||||
- tcp-streams-openssl < 1.0.0.0
|
|
||||||
- mysql-haskell < 0.8.1.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2393
|
|
||||||
- HUnit < 1.6.0.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2400
|
|
||||||
- hslua < 0.5
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2449
|
|
||||||
- aeson < 1.2.0.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2451
|
|
||||||
- websockets < 0.11.0.0
|
|
||||||
- servant-subscriber < 0.6.0.1
|
|
||||||
- websockets-simple < 0.0.2.1
|
|
||||||
- websockets-rpc < 0.4.1
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2487
|
|
||||||
- graphviz < 2999.19
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2528
|
# https://github.com/fpco/stackage/issues/2528
|
||||||
- concurrent-output < 1.10.0
|
- concurrent-output < 1.10.0 # Wait for GHC 8.2.1
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2529
|
|
||||||
- mmorph < 1.1.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2604
|
|
||||||
- criterion < 1.2
|
|
||||||
- statistics < 0.14
|
|
||||||
- thread-local-storage < 0.1.2
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2550
|
|
||||||
- foldl < 1.3.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2555
|
|
||||||
- streaming-commons < 0.1.18
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2557
|
# https://github.com/fpco/stackage/issues/2557
|
||||||
- singletons < 2.3
|
- singletons < 2.3 # Wait for GHC 8.2.1
|
||||||
- th-desugar < 1.7
|
- th-desugar < 1.7
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2559
|
|
||||||
- path-io < 1.3
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2562
|
|
||||||
- trifecta < 1.7
|
|
||||||
|
|
||||||
# https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build
|
# https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build
|
||||||
- haddock < 2.17.5
|
- haddock < 2.17.5
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2569
|
|
||||||
- optparse-applicative < 0.14
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2583
|
|
||||||
- path < 0.6
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2584
|
|
||||||
- tasty-quickcheck < 0.9
|
|
||||||
- arithmoi < 0.5.0.1
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2586
|
|
||||||
- QuickCheck < 2.10
|
|
||||||
- aeson-compat < 0.3.7
|
|
||||||
- arithmoi < 0.5.0.1
|
|
||||||
- binary-orphans < 0.1.7.0
|
|
||||||
- lattices < 1.6.0
|
|
||||||
- quickcheck-instances < 0.3.13
|
|
||||||
- text-show < 3.6.2
|
|
||||||
- text-show-instances < 3.6.1
|
|
||||||
- these < 0.7.4
|
|
||||||
- aeson-extra < 0.4.1.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2587
|
|
||||||
- extra < 1.6
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2594
|
|
||||||
- req < 0.3.0 # also remove from expected-test-failure
|
|
||||||
- req-conduit < 0.2.0 # because of above
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2595
|
|
||||||
- cassava < 0.5.0.0
|
|
||||||
- cassava-conduit < 0.4.0.0 # because of above and #2586
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2607
|
|
||||||
- http-media < 0.7.0
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2617
|
|
||||||
- brick < 0.19
|
|
||||||
- hledger-iadd < 1.2.2
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2628
|
|
||||||
- hledger-lib < 1.3
|
|
||||||
- hledger < 1.3
|
|
||||||
- hledger-api < 1.3
|
|
||||||
- hledger-ui < 1.3
|
|
||||||
- hledger-web < 1.3
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2635
|
|
||||||
- cryptonite < 0.24
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2646
|
|
||||||
- cron < 0.6
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2656
|
|
||||||
- happstack-server < 7.5.0
|
|
||||||
|
|
||||||
# ghc-8.2.1
|
# ghc-8.2.1
|
||||||
# https://github.com/fpco/stackage/issues/2659
|
# https://github.com/fpco/stackage/issues/2659
|
||||||
- haddock-library < 1.4.4
|
- haddock-library < 1.4.4
|
||||||
@ -3328,9 +3232,19 @@ packages:
|
|||||||
- inline-c < 0.6.0.0
|
- inline-c < 0.6.0.0
|
||||||
- inline-c-cpp < 0.2.0.0
|
- inline-c-cpp < 0.2.0.0
|
||||||
- packdeps < 0.4.4
|
- packdeps < 0.4.4
|
||||||
|
- cabal2nix < 2.4
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/2661
|
# https://github.com/fpco/stackage/issues/2661
|
||||||
- servant-docs < 0.11
|
- servant-docs < 0.11
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/2663
|
||||||
|
- doctest < 0.12
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/2666
|
||||||
|
- megaparsec < 6
|
||||||
|
- hspec-megaparsec < 1
|
||||||
|
- versions < 3.2
|
||||||
|
|
||||||
# end of packages
|
# end of packages
|
||||||
|
|
||||||
# Package flags are applied to individual packages, and override the values of
|
# Package flags are applied to individual packages, and override the values of
|
||||||
@ -3423,6 +3337,12 @@ package-flags:
|
|||||||
time_1_6_and_1_7: true
|
time_1_6_and_1_7: true
|
||||||
time_pre_1_6: false
|
time_pre_1_6: false
|
||||||
|
|
||||||
|
mintty:
|
||||||
|
win32-2-5: false
|
||||||
|
|
||||||
|
cassava:
|
||||||
|
pre-bytestring-0-10-4: false
|
||||||
|
|
||||||
# end of package-flags
|
# end of package-flags
|
||||||
|
|
||||||
# Special configure options for individual packages
|
# Special configure options for individual packages
|
||||||
@ -3479,6 +3399,37 @@ skipped-tests:
|
|||||||
# Outdated dependencies
|
# Outdated dependencies
|
||||||
# These can periodically be checked for updates;
|
# These can periodically be checked for updates;
|
||||||
# just remove these lines and run `stackage-curator check' to verify.
|
# just remove these lines and run `stackage-curator check' to verify.
|
||||||
|
# doctest 0.12
|
||||||
|
- ad
|
||||||
|
- attoparsec-time
|
||||||
|
- bits
|
||||||
|
- bound
|
||||||
|
- bytes
|
||||||
|
- cgi
|
||||||
|
- clash-prelude
|
||||||
|
- comonad
|
||||||
|
- distributive
|
||||||
|
- email-validate
|
||||||
|
- flow
|
||||||
|
- trifecta
|
||||||
|
# - genvalidity-property # bounds: QuickCheck
|
||||||
|
- hasmin
|
||||||
|
- http-api-data
|
||||||
|
- intervals
|
||||||
|
- lens
|
||||||
|
- lens-aeson
|
||||||
|
- linear
|
||||||
|
- linear-accelerate
|
||||||
|
- log-domain
|
||||||
|
- makefile
|
||||||
|
- pipes-group
|
||||||
|
- prettyprinter
|
||||||
|
- semigroupoids
|
||||||
|
- servant-ruby
|
||||||
|
- servant-swagger
|
||||||
|
- tdigest
|
||||||
|
- turtle
|
||||||
|
- zippers
|
||||||
# # HUnit 1.5
|
# # HUnit 1.5
|
||||||
- GLFW-b
|
- GLFW-b
|
||||||
- Glob
|
- Glob
|
||||||
@ -3595,8 +3546,34 @@ skipped-tests:
|
|||||||
# wrong package.yaml file
|
# wrong package.yaml file
|
||||||
- teardown # https://github.com/roman/Haskell-teardown/issues/1
|
- teardown # https://github.com/roman/Haskell-teardown/issues/1
|
||||||
|
|
||||||
# waiting for QuickCheck == 2.10.*
|
# QuickCheck 2.10
|
||||||
- integer-logarithms
|
- blaze-html
|
||||||
|
- blaze-markup
|
||||||
|
- cassava-conduit
|
||||||
|
- edit-distance
|
||||||
|
- http-media
|
||||||
|
- morte
|
||||||
|
- printcess
|
||||||
|
- retry
|
||||||
|
- superbuffer
|
||||||
|
- unbound
|
||||||
|
- vector
|
||||||
|
- wai-middleware-rollbar
|
||||||
|
- websockets
|
||||||
|
- path
|
||||||
|
- aeson
|
||||||
|
|
||||||
|
# HUnit 1.6
|
||||||
|
- terminal-progress-bar
|
||||||
|
|
||||||
|
# tasty-quickcheck 0.9
|
||||||
|
- binary-parser
|
||||||
|
- cryptohash-sha512
|
||||||
|
- diagrams-solve
|
||||||
|
- tar
|
||||||
|
- vector-builder
|
||||||
|
- zlib
|
||||||
|
- text-short
|
||||||
|
|
||||||
# end of skipped-tests
|
# end of skipped-tests
|
||||||
|
|
||||||
@ -3789,7 +3766,6 @@ expected-test-failures:
|
|||||||
- ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1
|
- ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1
|
||||||
- haskell-docs # GHC bug
|
- haskell-docs # GHC bug
|
||||||
- rattletrap # OOM? https://github.com/fpco/stackage/issues/2232
|
- rattletrap # OOM? https://github.com/fpco/stackage/issues/2232
|
||||||
- req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784
|
|
||||||
- servant # https://github.com/haskell-servant/servant/issues/698
|
- servant # https://github.com/haskell-servant/servant/issues/698
|
||||||
- snap-core # https://github.com/snapframework/snap-core/issues/26
|
- snap-core # https://github.com/snapframework/snap-core/issues/26
|
||||||
- stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5
|
- stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5
|
||||||
@ -3936,6 +3912,12 @@ skipped-benchmarks:
|
|||||||
- graphviz
|
- graphviz
|
||||||
- wl-pprint-text
|
- wl-pprint-text
|
||||||
|
|
||||||
|
# criterion 1.2
|
||||||
|
- binary-parsers
|
||||||
|
- cryptohash-sha512
|
||||||
|
- ed25519
|
||||||
|
- unordered-containers
|
||||||
|
|
||||||
# end of skipped-benchmarks
|
# end of skipped-benchmarks
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user