From fa19ef38795d614e287fba3e753536f85815ff9f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:51:19 -0700 Subject: [PATCH 01/17] First stab at using ghc-8.2.1 --- .travis.yml | 2 +- build-constraints.yaml | 2 +- debian-bootstrap.sh | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4d02f22..691ef7c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.0.2 +- GHCVER=8.2.1 install: # Download and unpack the stack executable diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..7f5a09e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.0" +ghc-major-version: "8.2" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a1fbb4cb..cc0d2ca7 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.0.2 +GHCVER=8.2.1 apt-get update apt-get install -y \ @@ -156,9 +156,9 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 # This version is tracked here: # https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM/Installing # -# GHC 8.0 requires LLVM 3.7 tools (specifically, llc-3.7 and opt-3.7). -update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.7" 50 -update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.7" 50 +# GHC 8.2 requires LLVM 3.9 tools (specifically, llc-3.9 and opt-3.9). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-3.9" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-3.9" 50 # install ocilib dependencies then build and install ocilib cd /tmp \ From 4a2e844744fc9a7a249e35daae368607cf51dad3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 27 Jul 2017 22:52:25 +0200 Subject: [PATCH 02/17] Add upper bounds for base, containers, ghc, etc. --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5a09e1..6d9053da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,18 @@ packages: - packdeps < 0.4.4 - cabal2nix < 2.4 + # WIP: Issues are coming ... + - base < 4.10 + - containers < 0.5.9.1 + - ghc < 8.2.1 + - ghc-boot < 8.2 + - ghc-boot-th < 8.1 + - ghci < 8.2 + - process < 1.5 + - template-haskell < 2.12 + - time < 1.7 + - hslua < 0.6 + # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 69664310476afb79d7b5812539876562d113ecb1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 15:12:22 -0700 Subject: [PATCH 03/17] Flip functor-classes-compat flag to containers: true, closes #2671 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d9053da..2bdd2c42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,7 +3236,6 @@ packages: # WIP: Issues are coming ... - base < 4.10 - - containers < 0.5.9.1 - ghc < 8.2.1 - ghc-boot < 8.2 - ghc-boot-th < 8.1 @@ -3343,7 +3342,7 @@ package-flags: ghc_8_0: true functor-classes-compat: - containers: false + containers: true timezone-series: time_1_6_and_1_7: true From 53775edb9a7fabf6f7d7dc460925143b987301ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 17:09:34 -0700 Subject: [PATCH 04/17] Block packages to unconstrain "time", closes #2678 --- build-constraints.yaml | 204 +++++++++++++++++++++-------------------- 1 file changed, 107 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bdd2c42..12840cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -37,7 +37,7 @@ packages: - clr-host - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage - - threepenny-editors + # - threepenny-editors # GHC 8.2.1 via threepenny-gui - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": @@ -46,7 +46,7 @@ packages: "Roman Gonzalez @roman": - etc - - teardown + # - teardown # GHC 8.2.1 "Richard Cook @rcook": - hidden-char @@ -65,7 +65,7 @@ packages: - apportionment - audacity - bibtex - - board-games + # - board-games # GHC 8.2.1 via cgi - buffer-pipe - calendar-recycling - comfort-graph @@ -82,7 +82,7 @@ packages: - event-list - explicit-exception - fixed-length - - gnuplot + # - gnuplot # GHC 8.2.1 - group-by-date - iff - interpolation @@ -129,7 +129,8 @@ packages: - ix-shapable "Jeremy Barisch-Rooney @barischj": - - threepenny-gui-flexbox + [] + # - threepenny-gui-flexbox # GHC 8.2.1 via threepenny-gui "Romain Edelmann @redelmann": - distribution @@ -143,11 +144,11 @@ packages: "Simon Jakobi @sjakobi": - path - present - - threepenny-gui + # - threepenny-gui # GHC 8.2.1 via snap-server "Joe M @joe9": - logger-thread - - text-generic-pretty + # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -293,7 +294,7 @@ packages: - alex - async - base16-bytestring - - c2hs + # - c2hs # GHC 8.2.1 via shelly - csv-conduit - executable-hash - executable-path @@ -373,7 +374,8 @@ packages: - mandrill "Jon Schoning @jonschoning": - - pinboard + [] + # - pinboard # GHC 8.2.1 "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -385,7 +387,7 @@ packages: - profiteur - psqueues - websockets - - websockets-snap + # - websockets-snap # GHC 8.2.1 via snap-server "Sibi Prabakaran @psibi": - download @@ -398,7 +400,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras + # - xmonad-extras # GHC 8.2.1 via libmpd "haskell-openal": - OpenAL @@ -492,7 +494,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - - approximate + # - approximate # GHC 8.2.1 via safecopy - bifunctors - bits - bound @@ -501,7 +503,7 @@ packages: - comonad - comonads-fd - comonad-transformers - - compensated + # - compensated # GHC 8.2.1 via safecopy # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -515,7 +517,7 @@ packages: - graphs - groupoids - heaps - - hyperloglog + # - hyperloglog # GHC 8.2.1 via safecopy - hyphenation - integration - intervals @@ -524,7 +526,7 @@ packages: - lens - linear - linear-accelerate - - log-domain + # - log-domain # GHC 8.2.1 via safecopy - machines - monadic-arrays - monad-products @@ -597,7 +599,7 @@ packages: # - diagrams-svg # bounds: optparse-applicative - dual-tree - force-layout - - haxr + # - haxr # GHC 8.2.1 via http-streams - MonadRandom - monoid-extras @@ -701,7 +703,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # GHC 8.2.1 - esqueleto # bounds: persistent "Adam Bergmark @bergmark": @@ -784,8 +786,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson - - timezone-series + # - timezone-olson # GHC 8.2.1 + # - timezone-series # GHC 8.2.1 - traverse-with-class - tuples-homogenous-h98 @@ -803,9 +805,9 @@ packages: "Joachim Breitner @nomeata": - circle-packing - - arbtt + # - arbtt # GHC 8.2.1 via bytestring-progress - ghc-heap-view - - tttool + # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector - list-fusion-probe - haskell-spacegoo @@ -829,7 +831,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + # - git-annex # GHC 8.2.1 via aws # - github-backup # bounds: github - Win32-extras - concurrent-output @@ -943,7 +945,7 @@ packages: - wai-middleware-caching-lru - wai-middleware-caching-redis # not package maintainer - - ekg + # - ekg # GHC 8.2.1 via snap-server - ekg-json "Paul Rouse @paul-rouse": @@ -1114,7 +1116,7 @@ packages: - hdocs - hformat # - hsdev # bounds: mmorph - - simple-log + # - simple-log # GHC 8.2.1 - text-region "Aleksey Kliger @lambdageek": @@ -1128,7 +1130,7 @@ packages: - machines-process # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - - wreq + # - wreq # GHC 8.2.1 via snap-server "Andraz Bajt @edofic": - effect-handlers @@ -1140,13 +1142,13 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + # - cabal-rpm # GHC 8.2.1 - stackage-query # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi - xmonad-contrib - - shelly + # - shelly # GHC 8.2.1 - cairo - gio @@ -1175,10 +1177,10 @@ packages: # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-api-docs - - avers-server + # - avers # GHC 8.2.1 + # - avers-api # GHC 8.2.1 + # - avers-api-docs # GHC 8.2.1 + # - avers-server # GHC 8.2.1 - css-syntax - etcd - github-types @@ -1210,8 +1212,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - - bitcoin-api - - bitcoin-api-extra + # - bitcoin-api # GHC 8.2.1 via wreq + # - bitcoin-api-extra # GHC 8.2.1 via wreq - bitcoin-block - bitcoin-script - bitcoin-tx @@ -1231,7 +1233,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # GHC 8.2.1 via ekg-wai "Francesco Mazzoli @bitonic": - language-c-quote @@ -1260,7 +1262,7 @@ packages: - github - insert-ordered-containers - integer-logarithms - - JuicyPixels-scale-dct + # - JuicyPixels-scale-dct # GHC 8.2.1 - lattices - microstache - monad-http @@ -1279,9 +1281,9 @@ packages: - waitra # scrive/log - - log # via bloodhound: bounds: vector + # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server - log-base - - log-elasticsearch # via bloodhound: bounds: vector + # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres # Not a maintainer @@ -1528,7 +1530,7 @@ packages: - jmacro-rpc - jmacro-rpc-happstack - jmacro-rpc-snap - - mbox + # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - cubicspline @@ -1585,13 +1587,14 @@ packages: - setlocale "John Chee @chee1bot": - - cgi + [] + # - cgi # GHC 8.2.1 "Taylor Fausak @tfausak": - autoexporter - bento - bmp # Maintained by @benl23x5. - - ekg-statsd # Maintained by @tibbe. + # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 - flow - github-release - gloss # Maintained by @benl23x5. @@ -1600,11 +1603,11 @@ packages: - lackey - octane - overloaded-records # Maintained by @trskop. - - postgresql-simple-migration # Maintained by @ameingast. + # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - ratel - ratel-wai - rattletrap - - strive + # - strive # GHC 8.2.1 - wuss "Marios Titas @redneb": @@ -1643,8 +1646,9 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": - - timezone-series - - timezone-olson + [] + # - timezone-series # GHC 8.2.1 + # - timezone-olson # GHC 8.2.1 via timezone-series "Josh Holland @jshholland": - sandi @@ -1664,11 +1668,11 @@ packages: - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - - clash-lib - - clash-vhdl - - clash-verilog - - clash-systemverilog - - clash-ghc + # - clash-lib # GHC 8.2.1 + # - clash-vhdl # GHC 8.2.1 + # - clash-verilog # GHC 8.2.1 + # - clash-systemverilog # GHC 8.2.1 + # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": - commutative @@ -1795,7 +1799,7 @@ packages: - bencode - hsebaysdk - dockerfile - - wai-middleware-throttle + # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - yesod-auth-basic # "Alcides Viamontes @alcidesv": @@ -1877,9 +1881,9 @@ packages: - b9 - type-spec - pretty-types - - mediabus + # - mediabus # GHC 8.2.1 #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - - mediabus-rtp + # - mediabus-rtp # GHC 8.2.1 # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 @@ -1990,7 +1994,8 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # GHC 8.2.1 "James Cook @mokus0": - dependent-sum @@ -2001,7 +2006,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - - ekg-wai + # - ekg-wai # GHC 8.2.1 - haxl-amazonka - hasql-migration - servant-JuicyPixels @@ -2048,8 +2053,9 @@ packages: - attoparsec-binary "Brandon Martin @codedmart": + [] # - engine-io-wai # bounds websockets - - rethinkdb + # - rethinkdb # GHC 8.2.1 "Michael Walker @barrucadu": - both @@ -2060,8 +2066,8 @@ packages: - hunit-dejafu - tasty-dejafu - irc-ctcp - - irc-conduit - - irc-client + # - irc-conduit # GHC 8.2.1 + # - irc-client # GHC 8.2.1 "Trevor Elliott @elliottt": - irc @@ -2070,8 +2076,8 @@ packages: - emailaddress - envelope - from-sum - - hailgun - - hailgun-simple + # - hailgun # GHC 8.2.1 + # - hailgun-simple # GHC 8.2.1 - highlight # - ig # bounds: http-conduit, transformers - natural-transformation @@ -2142,7 +2148,7 @@ packages: "Andrew Cowie @afcowie": - http-common - - http-streams + # - http-streams # GHC 8.2.1 via snap-server # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 @@ -2178,7 +2184,8 @@ packages: - titlecase "Mark Fine @markfine": - - postgresql-schema + [] + # - postgresql-schema # GHC 8.2.1 via shelly # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -2195,7 +2202,7 @@ packages: - find-clumpiness - blosum # - convert-annotation # via cassava: bounds: vector - - rank-product + # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - compactmap @@ -2245,7 +2252,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - - hsexif + # - hsexif # GHC 8.2.1 "Nickolay Kudasov @fizruk": - http-api-data @@ -2335,7 +2342,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp - - ekg + # - ekg # GHC 8.2.1 # "Emin Karayel @ekarayel": # - sync-mht # bounds: ghc, base @@ -2375,7 +2382,7 @@ packages: "Will Sewell @willsewell": - benchpress - - pusher-http-haskell + # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": # - eventstore # bounds: aeson @@ -2395,7 +2402,7 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - - tz + # - tz # GHC 8.2.1 via timezone-series - tzdata "Timothy Klim @TimothyKlim": @@ -2425,7 +2432,7 @@ packages: - happstack-hsp - happstack-jmacro - happstack-server - - happstack-server-tls + # - happstack-server-tls # GHC 8.2.1 - hsx-jmacro # - ixset # via safecopy: bounds: vector - reform @@ -2454,10 +2461,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - - package-description-remote + # - package-description-remote # GHC 8.2.1 via wreq - projectroot - questioner - - stack-run-auto + # - stack-run-auto # GHC 8.2.1 via wreq # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2478,7 +2485,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - - wai-session-postgresql + # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - hoauth2 @@ -2519,9 +2526,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 + # - marvin >= 0.1.4 # GHC 8.2.1 via wreq - marvin-interpolate >= 1.1 - - mustache + # - mustache # GHC 8.2.1 via wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2548,7 +2555,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - - mushu + # - mushu # GHC 8.2.1 via libmpd # - hakyll-favicon # bounds: skylighting # "Ruey-Lin Hsu @petercommand": @@ -2557,7 +2564,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - - rotating-log + # - rotating-log # GHC 8.2.1 # - ua-parser # bounds aeson - hs-GeoIP - retry @@ -2601,9 +2608,9 @@ packages: "Kei Hibino @khibino": - relational-query - - relational-query-HDBC - - persistable-types-HDBC-pg - - relational-record + # - relational-query-HDBC # GHC 8.2.1 + # - persistable-types-HDBC-pg # GHC 8.2.1 + # - relational-record # GHC 8.2.1 - text-ldap - debian-build - json-rpc-generic @@ -2657,7 +2664,7 @@ packages: - hw-succinct # "Ismail Mustafa @ismailmustafa": - - handwriting + # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - protolude @@ -2754,8 +2761,9 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - - hquantlib - - persistent-redis + [] + # - hquantlib # GHC 8.2.1 + # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": - cache @@ -2833,10 +2841,11 @@ packages: "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 - - dictionaries + # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": - - libmpd + [] + # - libmpd # GHC 8.2.1 "Moritz Kiefer @cocreature": - lrucaching @@ -2848,7 +2857,7 @@ packages: - hocilib # "Matthias Herrmann @2chilled": - - scrape-changes + # - scrape-changes # GHC 8.2.1 via wreq "Daniel Mendler @minad": - quickcheck-special @@ -2863,7 +2872,7 @@ packages: - unlit - intro - tasty-auto - - tasty-stats + # - tasty-stats # GHC 8.2.1 - colorful-monoids - ihs @@ -2900,7 +2909,8 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - HDBC-mysql + [] + # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - numhask @@ -2956,7 +2966,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus - - bookkeeping + # - bookkeeping # GHC 8.2.1 "Marcin Tolysz @tolysz": - rawstring-qm @@ -2993,11 +3003,11 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + # - haskell-tools-refactor # GHC 8.2.1 # - haskell-tools-demo # bounds: websockets - - haskell-tools-cli - - haskell-tools-daemon - - haskell-tools-debug + # - haskell-tools-cli # GHC 8.2.1 + # - haskell-tools-daemon # GHC 8.2.1 + # - haskell-tools-debug # GHC 8.2.1 "David Fisher @ddfisher": - socket-activation @@ -3008,13 +3018,13 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - - sensu-run + # - sensu-run # GHC 8.2.1 via wreq - viewprof "Dylan Simon @dylex": - - postgresql-typed + # - postgresql-typed # GHC 8.2.1 - invertible - - ztail + # - ztail # GHC 8.2.1 "Louis Pan @louispan": - alternators @@ -3094,12 +3104,13 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - - ziptastic-client - - ziptastic-core + [] + # - ziptastic-client # GHC 8.2.1 via tz + # - ziptastic-core # GHC 8.2.1 via tz "Hardy Jones @joneshf": - servant-ruby - - wai-middleware-rollbar + # - wai-middleware-rollbar # GHC 8.2.1 "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3242,7 +3253,6 @@ packages: - ghci < 8.2 - process < 1.5 - template-haskell < 2.12 - - time < 1.7 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2661 From 6d650aca5b59e7f6d69d44945319eca6ee954ec5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 17:54:28 -0700 Subject: [PATCH 05/17] Block packages to unconstrain "template-haskell", closes #2677, closes #2557 --- build-constraints.yaml | 173 +++++++++++++++++++++-------------------- 1 file changed, 87 insertions(+), 86 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12840cf7..21ea85c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -71,9 +71,9 @@ packages: - comfort-graph - concurrent-split - cutter - - data-accessor + # - data-accessor # GHC 8.2.1 - data-accessor-mtl - - data-accessor-template + # - data-accessor-template # GHC 8.2.1 - data-accessor-transformers - data-ref - dsp @@ -91,7 +91,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box + # - midi-music-box # GHC 8.2.1 via diagrams-lib - mbox-utility - med-module - non-empty @@ -247,7 +247,7 @@ packages: - cabal-install - mega-sdist - case-insensitive - - classy-prelude-yesod + # - classy-prelude-yesod # GHC 8.2.1 via yesod - conduit-combinators - conduit-extra - hebrew-time @@ -266,9 +266,9 @@ packages: - stm-conduit - wai-websockets - warp-tls - - yackage - - yesod - - yesod-auth + # - yackage # GHC 8.2.1 via yesod-form + # - yesod # GHC 8.2.1 via yesod-form + # - yesod-auth # GHC 8.2.1 via email-validate - authenticate-oauth - yesod-bin - yesod-eventsource @@ -276,8 +276,8 @@ packages: - yesod-gitrepo - yesod-newsfeed - yesod-sitemap - - yesod-static - - yesod-test + # - yesod-static # GHC 8.2.1 via yesod-test + # - yesod-test # GHC 8.2.1 via yesod-form - yesod-websockets - cereal-conduit - binary-conduit @@ -331,11 +331,11 @@ packages: - Win32-notify "Omari Norman @massysett": - - rainbow - - rainbox + # - rainbow # GHC 8.2.1 via lens-simple + # - rainbox # GHC 8.2.1 via lens-simple - anonymous-sums - multiarg - - prednote + # - prednote # GHC 8.2.1 via lens-simple - cartel - Earley - ofx @@ -371,7 +371,8 @@ packages: # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - - mandrill + [] + # - mandrill # GHC 8.2.1 via email-validate "Jon Schoning @jonschoning": [] @@ -396,7 +397,7 @@ packages: - tldr - fb - yesod-fb - - yesod-auth-fb + # - yesod-auth-fb # GHC 8.2.1 via yesod-auth - hourglass-orphans - wai-slack-middleware - sysinfo @@ -460,7 +461,7 @@ packages: - labels - ace - ical - - check-email + # - check-email # GHC 8.2.1 via email-validate - freenect - frisby - gd @@ -587,17 +588,17 @@ packages: # - BlogLiterately # bounds: skylighting # - BlogLiterately-diagrams # bounds: skylighting # - diagrams # bounds: optparse-applicative - - diagrams-builder + # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file # - diagrams-cairo # bounds: optparse-applicative - - diagrams-contrib - - diagrams-core + # - diagrams-contrib # GHC 8.2.1 via dual-tree + # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative - - diagrams-lib - - diagrams-postscript + # - diagrams-lib # GHC 8.2.1 via diagrams-core + # - diagrams-postscript # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative # - diagrams-svg # bounds: optparse-applicative - - dual-tree + # - dual-tree # GHC 8.2.1 via testing-feat - force-layout # - haxr # GHC 8.2.1 via http-streams - MonadRandom @@ -667,7 +668,7 @@ packages: - rev-state - runmemo - tardis - - lens-family-th + # - lens-family-th # GHC 8.2.1 "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server @@ -812,8 +813,8 @@ packages: - list-fusion-probe - haskell-spacegoo - tasty-expected-failure - - RepLib - - unbound + # - RepLib # GHC 8.2.1 + # - unbound # GHC 8.2.1 "Aditya Bhargava @egonSchiele": - HandsomeSoup @@ -904,7 +905,7 @@ packages: - hledger - hledger-lib # - hledger-ui # bounds: brick - - hledger-web + # - hledger-web # GHC 8.2.1 via yesod-form - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench @@ -953,7 +954,7 @@ packages: - mysql-simple - sphinx # - xmlhtml # bounds: blaze-html, blaze-markup - - yesod-auth-hashdb + # - yesod-auth-hashdb # GHC 8.2.1 via yesod-auth "Toralf Wittner @twittner": - bytestring-conversion @@ -981,7 +982,7 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input - - netwire-input-glfw + # - netwire-input-glfw # GHC 8.2.1 via GLFW-b - yoga - freetype2 @@ -1080,14 +1081,15 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - - yesod-form-richtext + # - yesod-form-richtext # GHC 8.2.1 via yesod-form - ghcjs-perch "Sebastian Nagel @ch1bo": - hdevtools "Andrey Chudnov @achudnov": - - language-ecmascript + [] + # - language-ecmascript # GHC 8.2.1 "Tom Ellis @tomjaguarpaw": - opaleye @@ -1104,7 +1106,7 @@ packages: - servant - servant-client - servant-docs - - servant-js + # - servant-js # GHC 8.2.1 via language-ecmascript - servant-server - servant-lucid - servant-blaze @@ -1527,8 +1529,8 @@ packages: "Gershom Bazerman @gbaz": - jmacro - - jmacro-rpc - - jmacro-rpc-happstack + # - jmacro-rpc # GHC 8.2.1 via happstack-server + # - jmacro-rpc-happstack # GHC 8.2.1 via happstack-server - jmacro-rpc-snap # - mbox # GHC 8.2.1 - kmeans @@ -1601,8 +1603,8 @@ packages: - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - lackey - - octane - - overloaded-records # Maintained by @trskop. + # - octane # GHC 8.2.1 + # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - ratel - ratel-wai @@ -1667,7 +1669,7 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - - clash-prelude + # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 # - clash-verilog # GHC 8.2.1 @@ -1722,7 +1724,7 @@ packages: "Michael Thompson @michaelt": - pipes-text - - lens-simple + # - lens-simple # GHC 8.2.1 via lens-family-th - lens-family-core - lens-family # - streaming # bounds: mmorph @@ -1773,7 +1775,8 @@ packages: - result "Anupam Jain @ajnsit": - - wai-routes + [] + # - wai-routes # GHC 8.2.1 "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors @@ -1800,7 +1803,7 @@ packages: - hsebaysdk - dockerfile # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - - yesod-auth-basic + # - yesod-auth-basic # GHC 8.2.1 via yesod # "Alcides Viamontes @alcidesv": # - second-transfer # bounds: GHC 8 @@ -1838,11 +1841,11 @@ packages: - IPv6DB "koral koral@mailoo.org @k0ral": - - atom-conduit + # - atom-conduit # GHC 8.2.1 via lens-simple - conduit-parse - - opml-conduit - - rss-conduit - - imm + # - opml-conduit # GHC 8.2.1 via lens-simple + # - rss-conduit # GHC 8.2.1 via lens-simple + # - imm # GHC 8.2.1 via lens-simple - timerep - xml-conduit-parse @@ -1872,8 +1875,8 @@ packages: # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account - - yesod-static-angular + # - yesod-auth-account # GHC 8.2.1 via yesod-auth + # - yesod-static-angular # GHC 8.2.1 via yesod - hspec-webdriver - webdriver-angular @@ -1907,7 +1910,7 @@ packages: - twitter-feed # - cassava-megaparsec # via cassava: bounds: vector - dotenv - - stache + # - stache # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel @@ -2038,8 +2041,9 @@ packages: - quadtree "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW - - GLFW-b + [] + # - bindings-GLFW # GHC 8.2.1 + # - GLFW-b # GHC 8.2.1 "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2073,12 +2077,12 @@ packages: - irc "Dennis Gosnell @cdepillabout": - - emailaddress + # - emailaddress # GHC 8.2.1 via email-validate - envelope - from-sum # - hailgun # GHC 8.2.1 # - hailgun-simple # GHC 8.2.1 - - highlight + # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans @@ -2125,7 +2129,8 @@ packages: - GPipe "Patrick Redmond @plredmond": - - GPipe-GLFW + [] + # - GPipe-GLFW # GHC 8.2.1 via GLFW-b # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson @@ -2240,7 +2245,7 @@ packages: - lame - path - forma - - stache + # - stache # GHC 8.2.1 - parser-combinators # "Thomas Bereknyei ": @@ -2411,16 +2416,16 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - - show-prettyprint # https://github.com/fpco/stackage/issues/2554 + # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 # GHC 8.2.1 - - prettyprinter - - prettyprinter-ansi-terminal - - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint - - prettyprinter-compat-annotated-wl-pprint + # - prettyprinter # GHC 8.2.1 + # - prettyprinter-ansi-terminal # GHC 8.2.1 + # - prettyprinter-compat-wl-pprint # GHC 8.2.1 + # - prettyprinter-compat-ansi-wl-pprint # GHC 8.2.1 + # - prettyprinter-compat-annotated-wl-pprint # GHC 8.2.1 "Jeremy Shaw @stepcut": - - boomerang + # - boomerang # GHC 8.2.1 # - clckwrks # via acid-state: via safecopy: bounds: vector # - clckwrks-cli # via acid-state: via safecopy: bounds: vector # - clckwrks-plugin-page # via acid-state: via safecopy: bounds: vector @@ -2429,26 +2434,26 @@ packages: # - hackage-whatsnew # bounds: directory 1.3 # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector - - happstack-hsp - - happstack-jmacro - - happstack-server + # - happstack-hsp # GHC 8.2.1 via hsx2hs + # - happstack-jmacro # GHC 8.2.1 via happstack-server + # - happstack-server # GHC 8.2.1 # - happstack-server-tls # GHC 8.2.1 - hsx-jmacro # - ixset # via safecopy: bounds: vector - reform - reform-blaze - reform-hamlet - - reform-happstack - - reform-hsp + # - reform-happstack # GHC 8.2.1 via happstack-server + # - reform-hsp # GHC 8.2.1 via hsx2hs # - userid # via safecopy: bounds: vector - web-plugins - - web-routes - - web-routes-boomerang - - web-routes-happstack + # - web-routes # GHC 8.2.1 + # - web-routes-boomerang # GHC 8.2.1 via bomoerang + # - web-routes-happstack # GHC 8.2.1 via happstack-server - web-routes-hsp - - web-routes-th + # - web-routes-th # GHC 8.2.1 - web-routes-wai - - hsx2hs + # - hsx2hs # GHC 8.2.1 "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2574,7 +2579,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts + # - SVGFonts # GHC 8.2.1 via diagrams-core # - Chart-diagrams # bounds optparse-applicative # "Aaron Levin @aaronmblevin": @@ -2607,7 +2612,7 @@ packages: - tidal "Kei Hibino @khibino": - - relational-query + # - relational-query # GHC 8.2.1 # - relational-query-HDBC # GHC 8.2.1 # - persistable-types-HDBC-pg # GHC 8.2.1 # - relational-record # GHC 8.2.1 @@ -2646,7 +2651,7 @@ packages: - Imlib - xturtle - gluturtle - - papillon + # - papillon # GHC 8.2.1 "Jan Gerlinger @JanGe": [] @@ -2999,10 +3004,10 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - haskell-tools-ast - - haskell-tools-backend-ghc - - haskell-tools-rewrite - - haskell-tools-prettyprint + # - haskell-tools-ast # GHC 8.2.1 + # - haskell-tools-backend-ghc # GHC 8.2.1 + # - haskell-tools-rewrite # GHC 8.2.1 + # - haskell-tools-prettyprint # GHC 8.2.1 # - haskell-tools-refactor # GHC 8.2.1 # - haskell-tools-demo # bounds: websockets # - haskell-tools-cli # GHC 8.2.1 @@ -3056,8 +3061,8 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep - - yesod-form-bootstrap4 - - yesod-recaptcha2 + # - yesod-form-bootstrap4 # GHC 8.2.1 via yesod-form + # - yesod-recaptcha2 # GHC 8.2.1 via yesod-auth "Andrei Barbu @abarbu": - nondeterminism @@ -3098,8 +3103,8 @@ packages: - search-algorithms "Chris Dornan @cdornan": - - regex - - regex-with-pcre + # - regex # GHC 8.2.1 + # - regex-with-pcre # GHC 8.2.1 - sort - regex-pcre-text @@ -3180,7 +3185,8 @@ packages: - shikensu "George Pollard @Porges": - - email-validate + [] + # - email-validate # GHC 8.2.1 "Alexander Ignatyev @alexander-ignatyev": - astro @@ -3202,7 +3208,7 @@ packages: - pattern-arrows # - purescript # BLOCKED aeson-1.0 - - type-list + # - type-list # GHC 8.2.1 via singletons 2.3 - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - cassava @@ -3225,10 +3231,6 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # https://github.com/fpco/stackage/issues/2557 - - singletons < 2.3 # Wait for GHC 8.2.1 - - th-desugar < 1.7 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 @@ -3239,7 +3241,6 @@ packages: - haddock < 2.18.1 - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - - rattletrap < 2.5.1 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 From e5d11103172f38be26bec3c04e9e624ce28f80ba Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 18:02:59 -0700 Subject: [PATCH 06/17] Block packages to unconstrain "process", closes #2676 --- build-constraints.yaml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21ea85c6..8b06cd7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -103,24 +103,24 @@ packages: - sample-frame - sample-frame-np - set-cover - - sound-collage - - sox + # - sound-collage # GHC 8.2.1 via synthesizer-core + # - sox # GHC 8.2.1 - soxlib - - split-record + # - split-record # GHC 8.2.1 via synthesizer-core - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core - - synthesizer-dimensional - - synthesizer-midi + # - synthesizer-core # GHC 8.2.1 + # - synthesizer-dimensional # GHC 8.2.1 via synthesizer-core + # - synthesizer-midi # GHC 8.2.1 via synthesizer-core - tagchup - tfp - unicode - unsafe - utility-ht - xml-basic - - youtube + # - youtube # GHC 8.2.1 - prelude-compat - fft @@ -244,7 +244,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - - cabal-install + # - cabal-install # GHC 8.2.1 - mega-sdist - case-insensitive # - classy-prelude-yesod # GHC 8.2.1 via yesod @@ -880,7 +880,7 @@ packages: - aeson-utils - arrow-list - attoparsec-expr - - bumper + # - bumper # GHC 8.2.1 - code-builder # - fay-builder # via: fay - generic-aeson @@ -1129,7 +1129,7 @@ packages: "Alois Cochard @aloiscochard": # - codex # bounds: http-client, wreq, directory - machines-binary - - machines-process + # - machines-process # GHC 8.2.1 # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: # - wreq # GHC 8.2.1 via snap-server @@ -1167,9 +1167,9 @@ packages: # - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - - vado + # - vado # GHC 8.2.1 # - vcsgui # via: gi-gtk-hs - - vcswrapper + # - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": - network-simple @@ -2593,7 +2593,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - - cabal-install + # - cabal-install # GHC 8.2.1 - pointful "Lennart Kolmodin @kolmodin": @@ -2673,7 +2673,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - - repline + # - repline # GHC 8.2.1 - picosat "Daishi Nakajima @nakaji_dayo": @@ -2879,7 +2879,7 @@ packages: - tasty-auto # - tasty-stats # GHC 8.2.1 - colorful-monoids - - ihs + # - ihs # GHC 8.2.1 "Taras Serduke @tserduke": - do-list @@ -2984,10 +2984,10 @@ packages: - line "Hannes Saffrich @m0rphism": - - dmenu - - dmenu-pmount - - dmenu-pkill - - dmenu-search + # - dmenu # GHC 8.2.1 + # - dmenu-pmount # GHC 8.2.1 + # - dmenu-pkill # GHC 8.2.1 + # - dmenu-search # GHC 8.2.1 - printcess "Alexey Kuleshevich @lehins": @@ -3239,7 +3239,6 @@ packages: - haddock-library < 1.4.4 - haddock-api < 2.18.1 - haddock < 2.18.1 - - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 From 530f60c0a18edc634fe91ff98e5e3d4c08921253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 18:09:25 -0700 Subject: [PATCH 07/17] Block packages to unconstrain "ghc", closes #2672 --- build-constraints.yaml | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b06cd7f..eac4b900 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -478,7 +478,7 @@ packages: - descriptive - wrap - path - - intero + # - intero # GHC 8.2.1 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters @@ -1115,7 +1115,7 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - - hdocs + # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat # - hsdev # bounds: mmorph # - simple-log # GHC 8.2.1 @@ -1665,10 +1665,11 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": - - ghc-tcplugins-extra - - ghc-typelits-extra - - ghc-typelits-knownnat - - ghc-typelits-natnormalise + [] + # - ghc-tcplugins-extra # GHC 8.2.1 + # - ghc-typelits-extra # GHC 8.2.1 + # - ghc-typelits-knownnat # GHC 8.2.1 + # - ghc-typelits-natnormalise # GHC 8.2.1 # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 @@ -3231,28 +3232,8 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - - haddock < 2.17.5 - - # ghc-8.2.1 - # https://github.com/fpco/stackage/issues/2659 - - haddock-library < 1.4.4 - - haddock-api < 2.18.1 - - haddock < 2.18.1 - - base-noprelude < 4.10.0.0 - - inline-c < 0.6.0.0 - - inline-c-cpp < 0.2.0.0 - - packdeps < 0.4.4 - - cabal2nix < 2.4 - # WIP: Issues are coming ... - base < 4.10 - - ghc < 8.2.1 - - ghc-boot < 8.2 - - ghc-boot-th < 8.1 - - ghci < 8.2 - - process < 1.5 - - template-haskell < 2.12 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2661 From dae1bafd3c999c5a65c03bb861d27f91c6261474 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:38:57 -0700 Subject: [PATCH 08/17] Block packages to unconstrain "base", closes #2670 --- build-constraints.yaml | 567 ++++++++++++++++++++++------------------- 1 file changed, 298 insertions(+), 269 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eac4b900..e3ca868b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -45,7 +45,8 @@ packages: # - discord-hs # bouns: req "Roman Gonzalez @roman": - - etc + [] + # - etc # GHC 8.2.1 via protolude # - teardown # GHC 8.2.1 "Richard Cook @rcook": @@ -147,7 +148,8 @@ packages: # - threepenny-gui # GHC 8.2.1 via snap-server "Joe M @joe9": - - logger-thread + [] + # - logger-thread # GHC 8.2.1 via protolude # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": @@ -166,16 +168,16 @@ packages: # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - - sparse-linear-algebra + # - sparse-linear-algebra # GHC 8.2.1 via MemoTrie - matrix-market-attoparsec - network-multicast - xeno - - plot-light + # - plot-light # GHC 8.2.1 via palette "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - - stm-supply + # - stm-supply # GHC 8.2.1 via Unique - filter-logger "James M.C. Haver II @mchaver": @@ -214,7 +216,8 @@ packages: - makefile "Michael Litchard @mlitchard": - - point-octree + [] + # - point-octree # GHC 8.2.1 "Siddharth Bhat @bollu": - symengine @@ -228,18 +231,19 @@ packages: - once "David Johnson @dmjio": - - miso + # - miso # GHC 8.2.1 - envy - s3-signer # - google-translate # bounds: servant - - hackernews + # - hackernews # GHC 8.2.1 # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams # - stripe-core # bounds: aeson 1.0 "Piotr Mlodawski @pmlodawski": - - signal + [] + # - signal # GHC 8.2.1 # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": @@ -337,9 +341,9 @@ packages: - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel - - Earley + # - Earley # GHC 8.2.1 - ofx - - pinchot + # - pinchot # GHC 8.2.1 - accuerr - timelens - non-empty-sequence @@ -360,7 +364,7 @@ packages: - ghcid - hexml - weeder - - profiterole + # - profiterole # GHC 8.2.1 via ghc-prof "Alan Zimmerman @alanz": - ghc-exactprint @@ -385,7 +389,7 @@ packages: # - hakyll # bounds: skylighting - stylish-haskell # - patat # bounds: skylighting - - profiteur + # - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets # - websockets-snap # GHC 8.2.1 via snap-server @@ -675,7 +679,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list + # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - hatex-guide @@ -695,7 +699,7 @@ packages: - pipes-safe - turtle - foldl - - morte + # - morte # GHC 8.2.1 - bench "Andrew Thaddeus Martin @andrewthad": @@ -730,8 +734,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # - servant-purescript # GHC 8.2.1 + # - servant-subscriber # GHC 8.2.1 "Rodrigo Setti @rodrigosetti": - messagepack @@ -750,10 +754,10 @@ packages: "Michal J. Gajda @mgajda": - iterable - - Octree + # - Octree # GHC 8.2.1 - FenwickTree - - hPDB - - hPDB-examples + # - hPDB # GHC 8.2.1 + # - hPDB-examples # GHC 8.2.1 # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens @@ -807,11 +811,11 @@ packages: "Joachim Breitner @nomeata": - circle-packing # - arbtt # GHC 8.2.1 via bytestring-progress - - ghc-heap-view + # - ghc-heap-view # GHC 8.2.1 # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector - - list-fusion-probe - - haskell-spacegoo + # - list-fusion-probe # GHC 8.2.1 + # - haskell-spacegoo # GHC 8.2.1 via MemoTrie - tasty-expected-failure # - RepLib # GHC 8.2.1 # - unbound # GHC 8.2.1 @@ -840,10 +844,10 @@ packages: - disk-free-space "Colin Woodbury @fosskers": - - microlens-aeson + # - microlens-aeson # GHC 8.2.1 - versions - - vectortiles - - pipes-random + # - vectortiles # GHC 8.2.1 + # - pipes-random # GHC 8.2.1 # - repa # bounds: vector # - repa-io # bounds: vector # - repa-algorithms # bounds: vector @@ -906,7 +910,7 @@ packages: - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - - hledger-api + # - hledger-api # GHC 8.2.1 # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -944,10 +948,10 @@ packages: - holy-project - wai-middleware-caching - wai-middleware-caching-lru - - wai-middleware-caching-redis + # - wai-middleware-caching-redis # GHC 8.2.1 via hedis # not package maintainer # - ekg # GHC 8.2.1 via snap-server - - ekg-json + # - ekg-json # GHC 8.2.1 "Paul Rouse @paul-rouse": - mysql @@ -961,7 +965,7 @@ packages: - cql - cql-io - redis-resp - - redis-io + # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - wai-predicates @@ -1020,28 +1024,28 @@ packages: "Nikita Volkov @nikita-volkov": - base-prelude - cases - - focus + # - focus # GHC 8.2.1 - hasql - hasql-pool - - list-t + # - list-t # GHC 8.2.1 - mtl-prelude - neat-interpolation - partial-handler - postgresql-binary - - slave-thread - - stm-containers + # - slave-thread # GHC 8.2.1 + # - stm-containers # GHC 8.2.1 - refined "Iustin Pop @iustin": - prefix-units "Alexander Thiemann @agrafix": - - Spock + # - Spock # GHC 8.2.1 - Spock-core - Spock-api - Spock-api-server # - Spock-digestive # via: digestive-functors - - Spock-worker + # - Spock-worker # GHC 8.2.1 - graph-core - hvect - reroute @@ -1062,8 +1066,8 @@ packages: - async-extra - format-numbers - highjson - - highjson-swagger - - highjson-th + # - highjson-swagger # GHC 8.2.1 via swagger2 + # - highjson-th # GHC 8.2.1 via swagger2 - superrecord - fileplow @@ -1099,20 +1103,22 @@ packages: - shake-language-c "David Turner @davecturner": - - alarmclock - - bank-holidays-england + [] + # - alarmclock # GHC 8.2.1 + # - bank-holidays-england # GHC 8.2.1 "Haskell Servant ": - - servant - - servant-client - - servant-docs + [] + # - servant # GHC 8.2.1 + # - servant-client # GHC 8.2.1 + # - servant-docs # GHC 8.2.1 # - servant-js # GHC 8.2.1 via language-ecmascript - - servant-server - - servant-lucid - - servant-blaze - - servant-foreign - - servant-mock - - servant-cassava + # - servant-server # GHC 8.2.1 + # - servant-lucid # GHC 8.2.1 + # - servant-blaze # GHC 8.2.1 + # - servant-foreign # GHC 8.2.1 + # - servant-mock # GHC 8.2.1 + # - servant-cassava # GHC 8.2.1 "Alexandr Ruchkin @mvoidex": # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 @@ -1183,30 +1189,31 @@ packages: # - avers-api # GHC 8.2.1 # - avers-api-docs # GHC 8.2.1 # - avers-server # GHC 8.2.1 - - css-syntax + # - css-syntax # GHC 8.2.1 - etcd - github-types - - github-webhook-handler - - github-webhook-handler-snap - - google-cloud - - kraken - - libinfluxdb + # - github-webhook-handler # GHC 8.2.1 + # - github-webhook-handler-snap # GHC 8.2.1 + # - google-cloud # GHC 8.2.1 + # - kraken # GHC 8.2.1 + # - libinfluxdb # GHC 8.2.1 # - mole # bounds: hspec, optparse-applicative - - publicsuffix - - rethinkdb-client-driver + # - publicsuffix # GHC 8.2.1 + # - rethinkdb-client-driver # GHC 8.2.1 - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette + [] + # - palette # GHC 8.2.1 # - diagrams-canvas # bounds: optparse-applicative # - diagrams-rasterific # bounds: optparse-applicative - - lucid-svg + # - lucid-svg # GHC 8.2.1 # - diagrams-html5 # bounds: optparse-applicative - - static-canvas - - svg-builder + # - static-canvas # GHC 8.2.1 + # - svg-builder # GHC 8.2.1 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1226,10 +1233,11 @@ packages: - network-anonymous-tor "Timothy Jones @zmthy": - - http-media + [] + # - http-media # GHC 8.2.1 "Greg V @myfreeweb": - - gitson + # - gitson # GHC 8.2.1 via flock - pcre-heavy - http-link-header - microformats2-parser @@ -1267,12 +1275,12 @@ packages: # - JuicyPixels-scale-dct # GHC 8.2.1 - lattices - microstache - - monad-http + # - monad-http # GHC 8.2.1 - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui - - servant-yaml + # - servant-swagger-ui # GHC 8.2.1 + # - servant-yaml # GHC 8.2.1 - singleton-bool - spdx - splitmix @@ -1280,7 +1288,7 @@ packages: # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - - waitra + # - waitra # GHC 8.2.1 # scrive/log # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server @@ -1422,103 +1430,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - - gogol - - gogol-core - - gogol-adexchange-buyer - - gogol-adexchange-seller - - gogol-admin-datatransfer - - gogol-admin-directory - - gogol-admin-emailmigration - - gogol-admin-reports - - gogol-adsense - - gogol-adsense-host - - gogol-affiliates - - gogol-analytics - - gogol-android-enterprise - - gogol-android-publisher - - gogol-appengine - - gogol-apps-activity - - gogol-apps-calendar - - gogol-apps-licensing - - gogol-apps-reseller - - gogol-apps-tasks - - gogol-appstate - - gogol-autoscaler - - gogol-bigquery - - gogol-billing - - gogol-blogger - - gogol-books - - gogol-civicinfo - - gogol-classroom - - gogol-cloudmonitoring - - gogol-cloudtrace - - gogol-compute - - gogol-container - - gogol-customsearch - - gogol-dataflow - - gogol-dataproc - - gogol-datastore - - gogol-debugger - - gogol-deploymentmanager - - gogol-dfareporting - - gogol-discovery - - gogol-dns - - gogol-doubleclick-bids - - gogol-doubleclick-search - - gogol-drive - - gogol-firebase-rules - - gogol-fitness - - gogol-fonts - - gogol-freebasesearch - - gogol-fusiontables - - gogol-games - - gogol-games-configuration - - gogol-games-management - - gogol-genomics - - gogol-gmail - - gogol-groups-migration - - gogol-groups-settings - - gogol-identity-toolkit - - gogol-kgsearch - - gogol-latencytest - - gogol-logging - - gogol-maps-coordinate - - gogol-maps-engine - - gogol-mirror - - gogol-monitoring - - gogol-oauth2 - - gogol-pagespeed - - gogol-partners - - gogol-people - - gogol-play-moviespartner - - gogol-plus - - gogol-plus-domains - - gogol-prediction - - gogol-proximitybeacon - - gogol-pubsub - - gogol-qpxexpress - - gogol-replicapool - - gogol-replicapool-updater - - gogol-resourcemanager - - gogol-resourceviews - - gogol-script - - gogol-sheets - - gogol-shopping-content - - gogol-siteverification - - gogol-spectrum - - gogol-sqladmin - - gogol-storage - - gogol-storage-transfer - - gogol-tagmanager - - gogol-taskqueue - - gogol-translate - - gogol-urlshortener - - gogol-useraccounts - - gogol-vision - - gogol-webmaster-tools - - gogol-youtube - - gogol-youtube-analytics - - gogol-youtube-reporting + # - gogol # GHC 8.2.1 + # - gogol-core # GHC 8.2.1 + # - gogol-adexchange-buyer # GHC 8.2.1 + # - gogol-adexchange-seller # GHC 8.2.1 + # - gogol-admin-datatransfer # GHC 8.2.1 + # - gogol-admin-directory # GHC 8.2.1 + # - gogol-admin-emailmigration # GHC 8.2.1 + # - gogol-admin-reports # GHC 8.2.1 + # - gogol-adsense # GHC 8.2.1 + # - gogol-adsense-host # GHC 8.2.1 + # - gogol-affiliates # GHC 8.2.1 + # - gogol-analytics # GHC 8.2.1 + # - gogol-android-enterprise # GHC 8.2.1 + # - gogol-android-publisher # GHC 8.2.1 + # - gogol-appengine # GHC 8.2.1 + # - gogol-apps-activity # GHC 8.2.1 + # - gogol-apps-calendar # GHC 8.2.1 + # - gogol-apps-licensing # GHC 8.2.1 + # - gogol-apps-reseller # GHC 8.2.1 + # - gogol-apps-tasks # GHC 8.2.1 + # - gogol-appstate # GHC 8.2.1 + # - gogol-autoscaler # GHC 8.2.1 + # - gogol-bigquery # GHC 8.2.1 + # - gogol-billing # GHC 8.2.1 + # - gogol-blogger # GHC 8.2.1 + # - gogol-books # GHC 8.2.1 + # - gogol-civicinfo # GHC 8.2.1 + # - gogol-classroom # GHC 8.2.1 + # - gogol-cloudmonitoring # GHC 8.2.1 + # - gogol-cloudtrace # GHC 8.2.1 + # - gogol-compute # GHC 8.2.1 + # - gogol-container # GHC 8.2.1 + # - gogol-customsearch # GHC 8.2.1 + # - gogol-dataflow # GHC 8.2.1 + # - gogol-dataproc # GHC 8.2.1 + # - gogol-datastore # GHC 8.2.1 + # - gogol-debugger # GHC 8.2.1 + # - gogol-deploymentmanager # GHC 8.2.1 + # - gogol-dfareporting # GHC 8.2.1 + # - gogol-discovery # GHC 8.2.1 + # - gogol-dns # GHC 8.2.1 + # - gogol-doubleclick-bids # GHC 8.2.1 + # - gogol-doubleclick-search # GHC 8.2.1 + # - gogol-drive # GHC 8.2.1 + # - gogol-firebase-rules # GHC 8.2.1 + # - gogol-fitness # GHC 8.2.1 + # - gogol-fonts # GHC 8.2.1 + # - gogol-freebasesearch # GHC 8.2.1 + # - gogol-fusiontables # GHC 8.2.1 + # - gogol-games # GHC 8.2.1 + # - gogol-games-configuration # GHC 8.2.1 + # - gogol-games-management # GHC 8.2.1 + # - gogol-genomics # GHC 8.2.1 + # - gogol-gmail # GHC 8.2.1 + # - gogol-groups-migration # GHC 8.2.1 + # - gogol-groups-settings # GHC 8.2.1 + # - gogol-identity-toolkit # GHC 8.2.1 + # - gogol-kgsearch # GHC 8.2.1 + # - gogol-latencytest # GHC 8.2.1 + # - gogol-logging # GHC 8.2.1 + # - gogol-maps-coordinate # GHC 8.2.1 + # - gogol-maps-engine # GHC 8.2.1 + # - gogol-mirror # GHC 8.2.1 + # - gogol-monitoring # GHC 8.2.1 + # - gogol-oauth2 # GHC 8.2.1 + # - gogol-pagespeed # GHC 8.2.1 + # - gogol-partners # GHC 8.2.1 + # - gogol-people # GHC 8.2.1 + # - gogol-play-moviespartner # GHC 8.2.1 + # - gogol-plus # GHC 8.2.1 + # - gogol-plus-domains # GHC 8.2.1 + # - gogol-prediction # GHC 8.2.1 + # - gogol-proximitybeacon # GHC 8.2.1 + # - gogol-pubsub # GHC 8.2.1 + # - gogol-qpxexpress # GHC 8.2.1 + # - gogol-replicapool # GHC 8.2.1 + # - gogol-replicapool-updater # GHC 8.2.1 + # - gogol-resourcemanager # GHC 8.2.1 + # - gogol-resourceviews # GHC 8.2.1 + # - gogol-script # GHC 8.2.1 + # - gogol-sheets # GHC 8.2.1 + # - gogol-shopping-content # GHC 8.2.1 + # - gogol-siteverification # GHC 8.2.1 + # - gogol-spectrum # GHC 8.2.1 + # - gogol-sqladmin # GHC 8.2.1 + # - gogol-storage # GHC 8.2.1 + # - gogol-storage-transfer # GHC 8.2.1 + # - gogol-tagmanager # GHC 8.2.1 + # - gogol-taskqueue # GHC 8.2.1 + # - gogol-translate # GHC 8.2.1 + # - gogol-urlshortener # GHC 8.2.1 + # - gogol-useraccounts # GHC 8.2.1 + # - gogol-vision # GHC 8.2.1 + # - gogol-webmaster-tools # GHC 8.2.1 + # - gogol-youtube # GHC 8.2.1 + # - gogol-youtube-analytics # GHC 8.2.1 + # - gogol-youtube-reporting # GHC 8.2.1 - ede - pagerduty - semver @@ -1599,15 +1607,15 @@ packages: # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 - flow - github-release - - gloss # Maintained by @benl23x5. - - gloss-rendering # Maintained by @benl23x5. + # - gloss # Maintained by @benl23x5. # GHC 8.2.1 + # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 - gpolyline # Maintained by @fegu. - - lackey + # - lackey # GHC 8.2.1 # - octane # GHC 8.2.1 # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 # - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 - - ratel - - ratel-wai + # - ratel # GHC 8.2.1 + # - ratel-wai # GHC 8.2.1 - rattletrap # - strive # GHC 8.2.1 - wuss @@ -1623,11 +1631,11 @@ packages: - linux-namespaces "Will Coster @fimad": - - prometheus-client - - prometheus-metrics-ghc + # - prometheus-client # GHC 8.2.1 via atomic-primops + # - prometheus-metrics-ghc # GHC 8.2.1 via prometheus-client - scalpel - scalpel-core - - wai-middleware-prometheus + # - wai-middleware-prometheus # GHC 8.2.1 via prometheus-client "William Casarin @jb55": - bson-lens @@ -1636,7 +1644,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector - pipes-mongodb # via mongoDB - - servant-elm + # - servant-elm # GHC 8.2.1 - skeletons # - streaming-wai # bounds: mmorph @@ -1653,7 +1661,7 @@ packages: # - timezone-olson # GHC 8.2.1 via timezone-series "Josh Holland @jshholland": - - sandi + # - sandi # GHC 8.2.1 - data-ordlist - xmonad @@ -1694,7 +1702,7 @@ packages: - composition-extra - rose-trees - sets - - timemap + # - timemap # GHC 8.2.1 - tries - path-extra - pred-trie @@ -1707,7 +1715,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # - extensible # GHC 8.2.1 via effin - monad-skeleton - objective - witherable @@ -1716,7 +1724,7 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - - optparse-helper + # - optparse-helper # GHC 8.2.1 - pager - semiring-simple @@ -1781,7 +1789,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - - hworker + # - hworker # GHC 8.2.1 via hedis # - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors @@ -1793,8 +1801,8 @@ packages: - distributed-closure - H - inline-r - - jni - - jvm + # - jni # GHC 8.2.1 via atomic-primops + # - jvm # GHC 8.2.1 via jni # - sparkle # bounds: mmorph # - streaming-binary # bounds: mmorph - th-lift @@ -1839,7 +1847,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - - IPv6DB + # - IPv6DB # GHC 8.2.1 via hedis "koral koral@mailoo.org @k0ral": # - atom-conduit # GHC 8.2.1 via lens-simple @@ -1854,19 +1862,19 @@ packages: - protocol-buffers # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - - ekg-core + # - ekg-core # GHC 8.2.1 - digits - hbeanstalk - iso3166-country-codes - iso639 - murmur-hash - - monoidal-containers + # - monoidal-containers # GHC 8.2.1 - regex-pcre - string-combinators - string-class - SHA - data-ordlist - - hedis + # - hedis # GHC 8.2.1 via slave-thread "Rob O'Callahan ropoctl@gmail.com @rcallahan": # - pipes-fastx # via pipes-attoparsec @@ -1902,13 +1910,13 @@ packages: "Vladislav Zavialov @int-index": - transformers-lift - ether - - union + # - union # GHC 8.2.1 "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write # - hapistrano # bounds: path-io - inflections - - twitter-feed + # - twitter-feed # GHC 8.2.1 # - cassava-megaparsec # via cassava: bounds: vector - dotenv # - stache # GHC 8.2.1 @@ -1927,8 +1935,8 @@ packages: - network-carbon # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - - logging-effect - - reactive-banana + # - logging-effect # GHC 8.2.1 + # - reactive-banana # GHC 8.2.1 "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1949,9 +1957,9 @@ packages: - abstract-deque - abstract-deque-tests - abstract-par - - atomic-primops + # - atomic-primops # GHC 8.2.1 - base-orphans - - chaselev-deque + # - chaselev-deque # GHC 8.2.1 via atomic-primops - code-page - deriving-compat - echo @@ -1968,14 +1976,14 @@ packages: - text-show - text-show-instances - th-abstraction - - thread-local-storage + # - thread-local-storage # GHC 8.2.1 via atomic-primops "Kirill Zaborsky @qrilka": - xlsx "Matt Parsons @parsonsmatt": - monad-logger-prefix - - monad-metrics + # - monad-metrics # GHC 8.2.1 via ekg-core "Matthew Pickering @mpickering": - refact @@ -2013,7 +2021,7 @@ packages: # - ekg-wai # GHC 8.2.1 - haxl-amazonka - hasql-migration - - servant-JuicyPixels + # - servant-JuicyPixels # GHC 8.2.1 "Artyom @neongreen": - microlens @@ -2024,19 +2032,19 @@ packages: - microlens-contra - shortcut-links - cheapskate-lucid - - cheapskate-highlight + # - cheapskate-highlight # GHC 8.2.1 - cmark-lucid - - cmark-highlight - - Spock-lucid + # - cmark-highlight # GHC 8.2.1 + # - Spock-lucid # GHC 8.2.1 - charsetdetect-ae - ilist - text-all - fmt "Takano Akio tak@anoak.io @takano-akio": - - fast-builder + # - fast-builder # GHC 8.2.1 - filelock - - euphoria + # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - quadtree @@ -2052,7 +2060,7 @@ packages: - loop - netpbm - network-house - - posix-paths + # - posix-paths # GHC 8.2.1 - reinterpret-cast # As dependencies of packages above - attoparsec-binary @@ -2064,12 +2072,12 @@ packages: "Michael Walker @barrucadu": - both - - concurrency + # - concurrency # GHC 8.2.1 via atomic-primops - dpor - - dejafu - - async-dejafu - - hunit-dejafu - - tasty-dejafu + # - dejafu # GHC 8.2.1 + # - async-dejafu # GHC 8.2.1 + # - hunit-dejafu # GHC 8.2.1 + # - tasty-dejafu # GHC 8.2.1 - irc-ctcp # - irc-conduit # GHC 8.2.1 # - irc-client # GHC 8.2.1 @@ -2086,14 +2094,14 @@ packages: # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - - opaleye-trans + # - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - - servant-checked-exceptions - - servant-static-th + # - servant-checked-exceptions # GHC 8.2.1 + # - servant-static-th # GHC 8.2.1 - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api + # - yahoo-finance-api # GHC 8.2.1 # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": @@ -2127,7 +2135,8 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - - GPipe + [] + # - GPipe # GHC 8.2.1 "Patrick Redmond @plredmond": [] @@ -2142,10 +2151,12 @@ packages: - Xauth "Sebastian de Bellefon @Helkafen": - - wai-middleware-metrics + [] + # - wai-middleware-metrics # GHC 8.2.1 via ekg-core "Stefan Berthold": - - smallcaps + [] + # - smallcaps # GHC 8.2.1 "Gregory Collins @gregorycollins": - hashtables @@ -2211,14 +2222,14 @@ packages: # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - - compactmap - - stateWriter + # - compactmap # GHC 8.2.1 + # - stateWriter # GHC 8.2.1 - filecache - - pcre-utils + # - pcre-utils # GHC 8.2.1 - strict-base-types - - withdependencies + # - withdependencies # GHC 8.2.1 - hruby - - language-puppet + # - language-puppet # GHC 8.2.1 via pcre-utils - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -2261,10 +2272,11 @@ packages: # - hsexif # GHC 8.2.1 "Nickolay Kudasov @fizruk": - - http-api-data + [] + # - http-api-data # GHC 8.2.1 via uri-bytestring # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - - swagger2 - - servant-swagger + # - swagger2 # GHC 8.2.1 + # - servant-swagger # GHC 8.2.1 "Jared Tobin @jtobin": - mwc-probability @@ -2337,8 +2349,8 @@ packages: - pathwalk "John Galt @centromere": - - cacophony - - pipes-cacophony + # - cacophony # GHC 8.2.1 + # - pipes-cacophony # GHC 8.2.1 - blake2 - nfc @@ -2354,8 +2366,9 @@ packages: # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - - ctrie - - ttrie + [] + # - ctrie # GHC 8.2.1 via atomic-primops + # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": - base-noprelude @@ -2387,7 +2400,8 @@ packages: # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - - benchpress + [] + # - benchpress # GHC 8.2.1 # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": @@ -2475,16 +2489,16 @@ packages: - language-dockerfile "Pascal Hartig @passy": - - giphy-api + # - giphy-api # GHC 8.2.1 - optparse-text "rightfold @rightfold": - open-browser "Denis Redozubov @dredozubov": - - tracy + # - tracy # GHC 8.2.1 - hreader-lens - - schematic + # - schematic # GHC 8.2.1 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2494,7 +2508,8 @@ packages: # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - - hoauth2 + [] + # - hoauth2 # GHC 8.2.1 via uri-bytestring "Falko Peters @informatikr": - scrypt @@ -2516,8 +2531,9 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames - - hpp + [] + # - Frames # GHC 8.2.1 + # - hpp # GHC 8.2.1 "Takayuki Muranushi @nushio3": - binary-search @@ -2537,7 +2553,7 @@ packages: # - mustache # GHC 8.2.1 via wreq "Cindy Wang @CindyLinz": - - NoTrace + # - NoTrace # GHC 8.2.1 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2673,7 +2689,7 @@ packages: # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - - protolude + # - protolude # GHC 8.2.1 # - repline # GHC 8.2.1 - picosat @@ -2716,7 +2732,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api + # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate @@ -2744,8 +2760,9 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - - hjsonpointer - - hjsonschema + [] + # - hjsonpointer # GHC 8.2.1 + # - hjsonschema # GHC 8.2.1 "Drew Hess @dhess": - hpio @@ -2753,8 +2770,8 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units - - units-defs + # - units # GHC 8.2.1 via MemoTrie + # - units-defs # GHC 8.2.1 via MemoTrie - HUnit-approx - units-parser @@ -2805,13 +2822,13 @@ packages: "Patrick Chilton @chpatrick": - solga - - solga-swagger + # - solga-swagger # GHC 8.2.1 via swagger2 - clang-pure - webrtc-vad "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num + # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - haskell-packages @@ -2836,17 +2853,20 @@ packages: # - haskell-names # bounds: aeson "Shao Cheng @TerrorJack": - - simple-download - - encoding-io + [] + # - simple-download # GHC 8.2.1 + # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - - aeson-injector + [] + # - aeson-injector # GHC 8.2.1 # "Rune K. Svendsen @runeks": # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core "Al Zohali @zohl": - - servant-auth-cookie < 0.4.1 || > 0.4.1 + [] + # - servant-auth-cookie # GHC 8.2.1 # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": @@ -2905,25 +2925,28 @@ packages: - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - - json-stream + [] + # - json-stream # GHC 8.2.1 "Philipp Balzarek ": - xml-picklers "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": - - multistate - - pqueue + [] + # - multistate # GHC 8.2.1 + # - pqueue # GHC 8.2.1 "Ryan Mulligan @ryantm": [] # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - - numhask - - numhask-range + [] + # - numhask # GHC 8.2.1 via protolude + # - numhask-range # GHC 8.2.1 via protolude # - chart-unit # bounds optparse-applicative # - perf # bounds optparse-applicative - - online + # - online # GHC 8.2.1 via protolude "Iphigenia Df @iphydf": - data-msgpack @@ -2950,12 +2973,13 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - - sibe + # - sibe # GHC 8.2.1 via stemmer - termcolor "Alexis Williams @typedrat": + [] # - stb-image-redux # bounds: vector - - wavefront-obj + # - wavefront-obj # GHC 8.2.1 "XT @xtendo-org": - rawfilepath @@ -2992,7 +3016,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + [] + # - wai-middleware-auth # GHC 8.2.1 via uri-bytestring # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": @@ -3000,7 +3025,8 @@ packages: # - hledger-iadd # bounds: hledger-lib "Roy Levien @orome": - - crypto-enigma + [] + # - crypto-enigma # GHC 8.2.1 "Boldizsár Németh @nboldi": - instance-control @@ -3024,8 +3050,9 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + [] # - sensu-run # GHC 8.2.1 via wreq - - viewprof + # - viewprof # GHC 8.2.1 "Dylan Simon @dylex": # - postgresql-typed # GHC 8.2.1 @@ -3057,7 +3084,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # GHC 8.2.1 via protolude "ncaq @ncaq": - haskell-import-graph @@ -3074,7 +3102,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + # - aeson-diff # GHC 8.2.1 - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": @@ -3115,7 +3143,8 @@ packages: # - ziptastic-core # GHC 8.2.1 via tz "Hardy Jones @joneshf": - - servant-ruby + [] + # - servant-ruby # GHC 8.2.1 # - wai-middleware-rollbar # GHC 8.2.1 "Andrey Mokhov @snowleopard": @@ -3126,13 +3155,14 @@ packages: - hslua-aeson "Judah Jacobson @judah": - - lens-labels - - proto-lens - - proto-lens-descriptors + [] + # - lens-labels # GHC 8.2.1 + # - proto-lens # GHC 8.2.1 + # - proto-lens-descriptors # GHC 8.2.1 # - proto-lens-protoc # bounds: haskell-src-exts # - proto-lens-combinators # bounds: proto-lens-protoc - - proto-lens-arbitrary - - proto-lens-optparse + # - proto-lens-arbitrary # GHC 8.2.1 + # - proto-lens-optparse # GHC 8.2.1 # - proto-lens-protobuf-types # bounds: proto-lens-protoc # - tensorflow # bounds: proto-lens-protoc # - tensorflow-core-ops # bounds: tensorflow @@ -3156,7 +3186,8 @@ packages: - async-timer "Simon Hafner @reactormonk": - - uri-bytestring-aeson + [] + # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - nvim-hs @@ -3180,7 +3211,8 @@ packages: - haddock "Mark Hopkins @mjhopkins": - - alerta + [] + # - alerta # GHC 8.2.1 "Steven Vandevelde @icidasset": - shikensu @@ -3211,7 +3243,7 @@ packages: # - type-list # GHC 8.2.1 via singletons 2.3 - vinyl-utils - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava # If you want to make sure a package is removed from stackage, @@ -3236,16 +3268,12 @@ packages: - base < 4.10 - hslua < 0.6 - # https://github.com/fpco/stackage/issues/2661 - - 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 @@ -3482,6 +3510,7 @@ skipped-tests: - ghc-mod # hspec 2.4 - unordered-containers # via ChasingBottoms - dlist # quickcheck-instances >= 0.3.15 && < 0.4 + - haddock # GHC 8.2.1 via haddock-test # Transitive outdated dependencies # These packages From f6119197cc42ecdbe15fa96815322fcadf7cc110 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:40:43 -0700 Subject: [PATCH 09/17] lift constraints "waiting for ghc 8.2", closes #2127, closes #2528 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3ca868b..c784abda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,12 +3258,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2127 - - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 - - # https://github.com/fpco/stackage/issues/2528 - - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 - # WIP: Issues are coming ... - base < 4.10 - hslua < 0.6 From c5fa4ae211f3488dcd1ff73fedccf25307c61a41 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:44:38 -0700 Subject: [PATCH 10/17] Unskip tests since doctest is constrained; add link for #2681 (hslua) --- build-constraints.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c784abda..f190e40c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,8 +3258,7 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # WIP: Issues are coming ... - - base < 4.10 + # https://github.com/fpco/stackage/issues/2681 - hslua < 0.6 # https://github.com/fpco/stackage/issues/2663 @@ -3423,19 +3422,6 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # 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 From 61ebdd38b6654c10eb4fcd13b3bd7a24a7132d1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:48:34 -0700 Subject: [PATCH 11/17] Block "versions", cannot satisfy both new base #2672 and old megaparsec #2666 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f190e40c..08cf85b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -844,8 +844,9 @@ packages: - disk-free-space "Colin Woodbury @fosskers": + [] # - microlens-aeson # GHC 8.2.1 - - versions + # - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 # - repa # bounds: vector From 109a9d0888667f73998cdd5205a2153af51a9dac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 19:53:57 -0700 Subject: [PATCH 12/17] Add constraint "turtle < 1.4" per #2682 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08cf85b1..74cfe0bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,9 @@ packages: - megaparsec < 6 - hspec-megaparsec < 1 + # https://github.com/fpco/stackage/issues/2682 + - turtle < 1.4 + # end of packages # Package flags are applied to individual packages, and override the values of From f5b04c829b1de841b27ae84ce2b76b4c9f9057bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 20:14:11 -0700 Subject: [PATCH 13/17] Block packages to unconstrain Cabal, closes #2683 --- build-constraints.yaml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74cfe0bc..fe46fb20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -304,7 +304,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools + # - gtk2hs-buildtools # Cabal 2.0.0.2 - happy - hybrid-vectors - indents @@ -385,7 +385,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - cabal-dependency-licenses + # - cabal-dependency-licenses # Cabal 2.0.0.2 # - hakyll # bounds: skylighting - stylish-haskell # - patat # bounds: skylighting @@ -472,7 +472,7 @@ packages: - hostname-validate - ini - lucid - - osdkeys # via libnotify + # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -1011,7 +1011,7 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + # - Chart-cairo # Cabal 2.0.0.2 - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -1159,15 +1159,15 @@ packages: - xmonad-contrib # - shelly # GHC 8.2.1 - - cairo - - gio - - glib - - gtk - - gtk3 - - gtksourceview3 - - pango - - webkitgtk3 - - webkitgtk3-javascriptcore + # - cairo # Cabal 2.0.0.2 + # - gio # Cabal 2.0.0.2 + # - glib # Cabal 2.0.0.2 + # - gtk # Cabal 2.0.0.2 + # - gtk3 # Cabal 2.0.0.2 + # - gtksourceview3 # Cabal 2.0.0.2 + # - pango # Cabal 2.0.0.2 + # - webkitgtk3 # Cabal 2.0.0.2 + # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1559,9 +1559,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # - plot # Cabal 2.0.0.2 + # - plot-gtk # Cabal 2.0.0.2 + # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer # - hmatrix-repa # via repa: bounds: vector @@ -2265,7 +2265,8 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui + [] + # - plot-gtk-ui # Cabal 2.0.0.2 # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2716,8 +2717,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - - wild-bind-indicator - - wild-bind-task-x11 + # - wild-bind-indicator # Cabal 2.0.0.2 + # - wild-bind-task-x11 # Cabal 2.0.0.2 "Cies Breijs @cies": - htoml @@ -2832,7 +2833,7 @@ packages: # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - - haskell-packages + # - haskell-packages # Cabal 2.0.0.2 - oeis "Gergely Patai @cobbpg": From f159ba114bfb058913c2d632d21ab401156c71bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:15:27 -0700 Subject: [PATCH 14/17] Add constraint "cue-sheet < 1" per #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe46fb20..c35ac50c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + - cue-sheet < 1 # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 From 673ad03fdc8518044df60c40ff090744fb983c8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:17:29 -0700 Subject: [PATCH 15/17] Add constraint "semigroupoids < 5.2.1" per #2686 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c35ac50c..93dccdbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,6 +3274,9 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2686 + - semigroupoids < 5.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 707aa64bc2813cb10789543bf4a8fc11ea3d1b3b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:20:58 -0700 Subject: [PATCH 16/17] Disable packages requiring cabal-version >= 2 --- build-constraints.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93dccdbd..f8361c6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,7 +2373,8 @@ packages: # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": - - base-noprelude + [] + # - base-noprelude # cabal-version >= 2 "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -3208,9 +3209,10 @@ packages: - safeio "Alex Biehl @alexbiehl": - - haddock-library - - haddock-api - - haddock + [] + # - haddock-library # cabal-version >= 2 + # - haddock-api # cabal-version >= 2 + # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": [] From 3501991a8f64cbf82db8137bfb2366ed168d54b6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:21:39 -0700 Subject: [PATCH 17/17] Remove constraint "semigroupoids < 5.2.1", closes #2686 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8361c6c..393b21a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3276,9 +3276,6 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2686 - - semigroupoids < 5.2.1 - # end of packages # Package flags are applied to individual packages, and override the values of