From afb988f616caa4e3153ac34560b59d4670bbd4ae Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 23 Jul 2017 23:27:04 -0400 Subject: [PATCH 001/225] Add composable-associations and composable-associations-aeson --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620efdd9..a21e9881 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,8 @@ packages: "Sam Protas @SamProtas": - triplesec + - composable-associations + - composable-associations-aeson "Anton Ekblad @valderman": - selda From 4fca4bf67bded2a53d6174cf860c891182853b66 Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 25 Jul 2017 16:35:19 +1000 Subject: [PATCH 002/225] servant-pandoc now maintained by @ivan-m --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..1bfbc326 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1964,7 +1964,6 @@ packages: "Matthew Pickering @mpickering": - refact - # - servant-pandoc # bounds: pandoc-types, servant-docs # - apply-refact # "Andrew Gibiansky @gibiansky": @@ -2148,6 +2147,7 @@ packages: - fgl-arbitrary - graphviz - wl-pprint-text + - servant-pandoc "Sharif Olorin @olorin": - quickcheck-text From fa19ef38795d614e287fba3e753536f85815ff9f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:51:19 -0700 Subject: [PATCH 003/225] 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 004/225] 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 005/225] 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 006/225] 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 007/225] 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 008/225] 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 009/225] 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 010/225] 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 011/225] 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 012/225] 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 013/225] 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 014/225] 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 015/225] 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 016/225] 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 017/225] 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 018/225] 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 019/225] 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 From abce203a3a2f33a80b8f3b67e749c6ec156695e1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 16:52:38 -0700 Subject: [PATCH 020/225] Bump ghc version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad96d66b..56076512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/8.0.2/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh From 9dcef1851c1d55dbd2f8bcd02abb89f8d8308d10 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Jul 2017 17:15:44 -0700 Subject: [PATCH 021/225] Update apt-get installs: llvm and libclang to 3.9 --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index cc0d2ca7..b6cd4e78 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -48,7 +48,7 @@ apt-get install -y \ libblas-dev \ libbz2-dev \ libcairo2-dev \ - libclang-3.7-dev \ + libclang-3.9-dev \ libcurl4-openssl-dev \ libdevil-dev \ libedit-dev \ @@ -117,7 +117,7 @@ apt-get install -y \ libyaml-dev \ libzip-dev \ libzmq3-dev \ - llvm-3.7 \ + llvm-3.9 \ locales \ m4 \ minisat \ From 8c565ac2a9f56562a456bf913b41c4c5002868db Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 09:26:32 -0700 Subject: [PATCH 022/225] Block packages relying on c2hs --- build-constraints.yaml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 393b21a5..8505ca23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -84,7 +84,7 @@ packages: - explicit-exception - fixed-length # - gnuplot # GHC 8.2.1 - - group-by-date + # - group-by-date # GHC 8.2.1 via c2hs - iff - interpolation - jack @@ -922,7 +922,7 @@ packages: "Dimitri Sabadie @phaazon": # - al # FIXME temporary, figure out why it's not working with stackage-build - event - - hid + # - hid # GHC 8.2.1 via c2hs # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal @@ -1157,7 +1157,7 @@ packages: # - idris # bounds aeson - libffi - xmonad-contrib - # - shelly # GHC 8.2.1 + # - shelly # GHC 8.2.1: time < 1.7 # - cairo # Cabal 2.0.0.2 # - gio # Cabal 2.0.0.2 @@ -1583,9 +1583,10 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": + [] # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H - - inline-r + # - H # GHC 8.2.1 via c2hs + # - inline-r # GHC 8.2.1 via c2hs # "David Fox @ddssff": # - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 @@ -1800,8 +1801,8 @@ packages: - cassette - choice - distributed-closure - - H - - inline-r + # - H # GHC 8.2.1 via c2hs + # - inline-r # GHC 8.2.1 via c2hs # - jni # GHC 8.2.1 via atomic-primops # - jvm # GHC 8.2.1 via jni # - sparkle # bounds: mmorph @@ -2354,7 +2355,7 @@ packages: # - cacophony # GHC 8.2.1 # - pipes-cacophony # GHC 8.2.1 - blake2 - - nfc + # - nfc # GHC 8.2.1 via c2hs "Adam Curtis @kallisti-dev": - webdriver @@ -2380,8 +2381,9 @@ packages: - exp-pairs "Stefan Kersten @kaoskorobase": - - hsndfile - - hsndfile-vector + [] + # - hsndfile # GHC 8.2.1 via c2hs + # - hsndfile-vector # GHC 8.2.1 via c2hs "yihuang @yihuang": - tagstream-conduit @@ -2882,8 +2884,9 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - - heatshrink - - hocilib + [] + # - heatshrink # GHC 8.2.1 via c2hs + # - hocilib # GHC 8.2.1 via c2hs # "Matthias Herrmann @2chilled": # - scrape-changes # GHC 8.2.1 via wreq @@ -4060,6 +4063,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- shelly-1.6.8.3 # re-enable shelly, c2hs, etc # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 8140c2bf8cb9556892ad8c94fc8e977e40c2da46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 09:44:04 -0700 Subject: [PATCH 023/225] Block labels, posix-realtime, th-to-exp, freer-effects per build failures --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8505ca23..61f64c5b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -462,7 +462,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels + # - labels # https://github.com/chrisdone/labels/issues/8 - ace - ical # - check-email # GHC 8.2.1 via email-validate @@ -761,7 +761,7 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - - posix-realtime + # - posix-realtime # https://github.com/mgajda/posix-realtime/issues/5 "Dom De Re @domdere": - cassava-conduit @@ -2822,7 +2822,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions - - th-to-exp + # - th-to-exp # https://github.com/lexi-lambda/th-to-exp/issues/1 - type-assertions "Patrick Chilton @chpatrick": @@ -3131,7 +3131,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects + # - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": From 999739324f3406c77432464e550bb297495b2f46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:07:41 -0700 Subject: [PATCH 024/225] Block hdevtools, hsass, binary-typed, data-diverse per build failures --- build-constraints.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f64c5b..5cc2de39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1090,7 +1090,8 @@ packages: - ghcjs-perch "Sebastian Nagel @ch1bo": - - hdevtools + [] + # - hdevtools # https://github.com/hdevtools/hdevtools/issues/57 "Andrey Chudnov @achudnov": [] @@ -1903,8 +1904,9 @@ packages: # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - - hlibsass - - hsass + [] + # - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 + # - hsass # via hlibsass "Robert Massaioli @robertmassaioli": - range @@ -2434,7 +2436,7 @@ packages: - pkcs10 "David Luposchainsky @quchen": - - binary-typed + # - binary-typed # https://github.com/quchen/binary-typed/issues/42 - pgp-wordlist # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 # GHC 8.2.1 @@ -3068,8 +3070,8 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras - - data-diverse - - data-diverse-lens + # - data-diverse # https://github.com/louispan/data-diverse/issues/2 + # - data-diverse-lens # via data-diverse - disposable - ghcjs-base-stub - glaze From aa495075ff85d2ecc2ec529a088451e5e7349edb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:17:18 -0700 Subject: [PATCH 025/225] Expect leapseconds-announce tests to fail per bjornbm/leapseconds-announced#5 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cc2de39..65b110d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From 55a7dd0da64aea99e2d2528542e8f8da109409ec Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 10:32:43 -0700 Subject: [PATCH 026/225] Block lhs2tex, transient, and sleda per build faliures --- build-constraints.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65b110d8..71815529 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -309,7 +309,7 @@ packages: - hybrid-vectors - indents - language-c - - lhs2tex + # - lhs2tex # https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -492,9 +492,9 @@ packages: - TCache - Workflow - MFlow - - transient - - transient-universe - - axiom + # - transient # https://github.com/transient-haskell/transient/issues/70 + # - transient-universe # via transient + # - axiom # via transient "Edward Kmett @ekmett": - ad @@ -3206,9 +3206,10 @@ packages: - triplesec "Anton Ekblad @valderman": - - selda - - selda-sqlite - - selda-postgresql + [] + # - selda # https://github.com/valderman/selda/issues/41 + # - selda-sqlite # via selda + # - selda-postgresql # via selda "Luis Pedro Coelho @luispedro": - safeio From 8487a419bcec778418ee9c29a618bac1c0ef51ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:25:50 -0700 Subject: [PATCH 027/225] Expect test failures for hweblib and unicode-transforms per build failures --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71815529..7e7c9278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,6 +3754,7 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 @@ -3763,6 +3764,7 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 + - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 8c91b7851b4d89529baef2af566a507e399f1ec8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:32:05 -0700 Subject: [PATCH 028/225] Block dynamic state and most yi-* per build failures --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e7c9278..26965507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2115,7 +2115,7 @@ packages: - charsetdetect-ae - compiler-errors - docopt - - dynamic-state + # - dynamic-state # https://github.com/yi-editor/dynamic-state/issues/2 - dyre - io-storage - oo-prototypes @@ -2123,20 +2123,20 @@ packages: - word-trie - xdg-basedir # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - - yi-core + # - yi-core # via dynamic-state # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim + # - yi-frontend-vty # via yi-core + # - yi-fuzzy-open # via dynamic-state + # - yi-ireader # via yi-core + # - yi-keymap-cua # via yi-core + # - yi-keymap-emacs # via yi-core + # - yi-keymap-vim # via yi-core - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript + # - yi-misc-modes # via yi-core + # - yi-mode-haskell # via yi-core + # - yi-mode-javascript # via yi-core - yi-rope - - yi-snippet + # - yi-snippet # via yi-core "Tobias Bexelius @tobbebex": [] From 29509758364243fdc55d495aeea013b49f9917ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:37:07 -0700 Subject: [PATCH 029/225] Block language-python per bjpop/language-python#35 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 26965507..73d060e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2976,7 +2976,8 @@ packages: - postgresql-simple-queue "Bernie Pope @bjpop": - - language-python + [] + # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - picedit From 58a3a8e8307a91b79d63eb2d11aae43585ba9186 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Jul 2017 11:37:47 -0700 Subject: [PATCH 030/225] Expect test failure for hosc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73d060e1..8544ee1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,6 +3794,7 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug + - hosc # GHC 8.2.1 (?) - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 From d0344fe83346873c450525962a917bcb78e60be4 Mon Sep 17 00:00:00 2001 From: matt-noonan Date: Sun, 30 Jul 2017 22:44:56 -0400 Subject: [PATCH 031/225] add justified-containers --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8544ee1a..d3de5c03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: "Edward Amsden @eamsden": - h2c - bno055-haskell + + "Matt Noonan @matt-noonan": + - justified-containers # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 653cf5134120b91f2185a88b1618544c1dbbea2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:24:18 +0300 Subject: [PATCH 032/225] Expect benchmark compilation failure mrkkrp/req-conduit#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3de5c03..a70feffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3837,6 +3837,9 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # https://github.com/mrkkrp/req-conduit/issues/4 + - req-conduit + # end of expected-benchmark-failures From 3830ed701ae7d115776a1e423b7638be7d711f29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:25:53 +0300 Subject: [PATCH 033/225] Expect test suite failure for mrkkrp/path-io#29 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a70feffc..eadff9e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,6 +3840,9 @@ expected-benchmark-failures: # https://github.com/mrkkrp/req-conduit/issues/4 - req-conduit + # https://github.com/mrkkrp/path-io/issues/29 + - path-io + # end of expected-benchmark-failures From 75c7b5798e8765d9d4ecf62acd01bce063ca446a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:27:36 +0300 Subject: [PATCH 034/225] Expect test suite compilation failure for frontrowed/stratosphere#55 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eadff9e2..3e467383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,6 +3843,9 @@ expected-benchmark-failures: # https://github.com/mrkkrp/path-io/issues/29 - path-io + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # end of expected-benchmark-failures From 68f2eed47fd408e11864c5dcdb1a451adff8746a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:30:35 +0300 Subject: [PATCH 035/225] Block for build failure alephcloud/hs-configuration-tools#56 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e467383..ce98032e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1778,7 +1778,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools + # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/56 "Sam Rijs @srijs": - ndjson-conduit From d02117d5b3fe3468507f4d6eb1131bd2c90a0895 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:32:52 +0300 Subject: [PATCH 036/225] Block package Shimuuar/fixed-vector-hetero#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce98032e..c43c912a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,7 +1954,7 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - - fixed-vector-hetero + # - fixed-vector-hetero # https://github.com/Shimuuar/fixed-vector-hetero/issues/3 - type-level-numbers "Ryan Scott @RyanGlScott": From 2f42a9e21f7694b370bf7492ca59b2f61bd800ee Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:34:18 +0300 Subject: [PATCH 037/225] Block packages haskell-distributed/rank1dynamic#18 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c43c912a..524ab7dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2303,12 +2303,12 @@ packages: # - distributed-process-supervisor # GHC 8 # - distributed-process-task # GHC 8 # - distributed-process-simplelocalnet # via: distributed-process - - distributed-static + # - distributed-static # https://github.com/haskell-distributed/rank1dynamic/issues/18 - network-transport # - network-transport-tcp # bounds: network-transport # - network-transport-inmemory # bounds: network-transport # - network-transport-composed # bounds: network-transport - - rank1dynamic + # - rank1dynamic # https://github.com/haskell-distributed/rank1dynamic/issues/18 # "Alexander Vershilov @qnikst": # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 From 38f3929c97e661e788336839a183d04dff1a89a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:37:03 +0300 Subject: [PATCH 038/225] Block package mstksg/tagged-binary#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 524ab7dc..beacb630 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1749,7 +1749,7 @@ packages: - configurator-export - hamilton - prompt - - tagged-binary + # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 - typelits-witnesses - uncertain - vector-sized From 5e54983fd61fd7e8da74f939d7314d01142f7157 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:42:08 +0300 Subject: [PATCH 039/225] Block packages albertoruiz/hmatrix#232 --- build-constraints.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index beacb630..dc442c46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -153,7 +153,7 @@ packages: # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - - boltzmann-samplers + # - boltzmann-samplers # https://github.com/albertoruiz/hmatrix/issues/232 - generic-random "Tobias Dammers @tdammers": @@ -1545,7 +1545,7 @@ packages: # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - - cubicspline + # - cubicspline # https://github.com/albertoruiz/hmatrix/issues/232 - maximal-cliques "Alexander Bondarenko @wiz": @@ -1557,9 +1557,9 @@ packages: - generics-sop "Vivian McPhail @amcphail": - - hmatrix-gsl-stats - - hsignal - - hstatistics + # - hmatrix-gsl-stats # https://github.com/albertoruiz/hmatrix/issues/232 + # - hsignal # https://github.com/albertoruiz/hmatrix/issues/232 + # - hstatistics # https://github.com/albertoruiz/hmatrix/issues/232 # - plot # Cabal 2.0.0.2 # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 @@ -1745,9 +1745,9 @@ packages: "Justin Le @mstksg": - auto - - backprop + # - backprop # https://github.com/albertoruiz/hmatrix/issues/232 - configurator-export - - hamilton + # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 - prompt # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 - typelits-witnesses @@ -2980,7 +2980,7 @@ packages: # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - - picedit + # - picedit # https://github.com/albertoruiz/hmatrix/issues/232 - mathexpr # - sibe # GHC 8.2.1 via stemmer - termcolor @@ -3234,7 +3234,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - - mltool + # - mltool # https://github.com/albertoruiz/hmatrix/issues/232 "Edward Amsden @eamsden": - h2c From d01ad6326da8768150586f0de3b57a1b23219781 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 06:44:21 +0300 Subject: [PATCH 040/225] Update check for GHC 8.2.1 --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index bf7f91f6..79e7a39f 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.0.2 stackage-curator check +exec stack exec --resolver ghc-8.2.1 stackage-curator check From 369a9422383952a75a81458c5c4cfd07a8914ee2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 07:58:54 +0300 Subject: [PATCH 041/225] Revert "Expect benchmark compilation failure mrkkrp/req-conduit#4" This reverts commit 653cf5134120b91f2185a88b1618544c1dbbea2a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 035d2306..83cda922 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,9 +3839,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/mrkkrp/req-conduit/issues/4 - - req-conduit - # https://github.com/mrkkrp/path-io/issues/29 - path-io From a6df0c97e9e10026b3b5eb5897ec9122d1e64acd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:31:35 +0300 Subject: [PATCH 042/225] Block clr-inline https://gitlab.com/tim-m89/clr-haskell/issues/28 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83cda922..98a4e771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,7 +38,8 @@ packages: - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui - - 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, and https://gitlab.com/tim-m89/clr-haskell/issues/28 + "Joshua Koike @jano017": [] From 54275d82262a5397ffc91c5e2652fb285773472a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:33:14 +0300 Subject: [PATCH 043/225] Block packages louispan/glazier-react#7 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a4e771..0f5e6d7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3079,8 +3079,8 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react - - glazier-react-widget + # - glazier-react # https://github.com/louispan/glazier-react/issues/7 + # - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 - javascript-extras - l10n - pipes-category From 58f782ac7004eabb5eb79c36821ac168374e6993 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:36:09 +0300 Subject: [PATCH 044/225] Block packages nikita-volkov/hasql#76 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f5e6d7d..997c73aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,8 +1027,8 @@ packages: - base-prelude - cases # - focus # GHC 8.2.1 - - hasql - - hasql-pool + # - hasql # https://github.com/nikita-volkov/hasql/issues/76 + # - hasql-pool # https://github.com/nikita-volkov/hasql/issues/76 # - list-t # GHC 8.2.1 - mtl-prelude - neat-interpolation @@ -2025,7 +2025,7 @@ packages: "Timo von Holtz @tvh": # - ekg-wai # GHC 8.2.1 - haxl-amazonka - - hasql-migration + # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 "Artyom @neongreen": From 49097ebdb32294c573935ff84575d03bdb4ba46a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:38:15 +0300 Subject: [PATCH 045/225] Block packages jdreaver/eventful#13 --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997c73aa..711edace 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,13 +2733,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - - eventful-core - - eventful-dynamodb - - eventful-memory - - eventful-postgresql - - eventful-sql-common - - eventful-sqlite - - eventful-test-helpers + # - eventful-core # https://github.com/jdreaver/eventful/issues/13 + # - eventful-dynamodb # https://github.com/jdreaver/eventful/issues/13 + # - eventful-memory # https://github.com/jdreaver/eventful/issues/13 + # - eventful-postgresql # https://github.com/jdreaver/eventful/issues/13 + # - eventful-sql-common # https://github.com/jdreaver/eventful/issues/13 + # - eventful-sqlite # https://github.com/jdreaver/eventful/issues/13 + # - eventful-test-helpers # https://github.com/jdreaver/eventful/issues/13 # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate From 581f4df10a910026a9a14d993a06d16f171b378b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:43:10 +0300 Subject: [PATCH 046/225] Revert "Expect test suite failure for mrkkrp/path-io#29" This reverts commit 3830ed701ae7d115776a1e423b7638be7d711f29. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 711edace..c03e8f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,9 +3840,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/mrkkrp/path-io/issues/29 - - path-io - # https://github.com/frontrowed/stratosphere/issues/55 - stratosphere From 1ba373e2957768adf6e69a810541a57cf97ca3f2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:45:18 +0300 Subject: [PATCH 047/225] Expect Haddock failure goldfirere/singletons#242 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c03e8f78..70ff82c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3880,6 +3880,9 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/2652 - haskell-lsp + + # https://github.com/goldfirere/singletons/issues/242 + - singletons # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 5ba8bca905186cc67dc1ae252f9809844c8c3d78 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 08:46:53 +0300 Subject: [PATCH 048/225] Expect test failure mrkkrp/pagination#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70ff82c5..153b2bbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3811,6 +3811,9 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + # https://github.com/mrkkrp/pagination/issues/2 + - pagination + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ede6e9520a40df293dd6bca1999be7385b571b2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:21:04 +0300 Subject: [PATCH 049/225] Block packages for ndmitchell/derive#25 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 153b2bbd..14876e1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,7 @@ packages: "Pasqualino Assini @tittoassini": - zm - - flat + # - flat # https://github.com/ndmitchell/derive/issues/25 - model "Timo Koepke @koepket": @@ -2317,9 +2317,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit - - twitter-types - - twitter-types-lens + # - twitter-conduit # https://github.com/ndmitchell/derive/issues/25 + # - twitter-types # https://github.com/ndmitchell/derive/issues/25 + # - twitter-types-lens # https://github.com/ndmitchell/derive/issues/25 # "Robbin C. robbinch": # - zim-parser # via: lzma From f200c50ff05438b632bee262969d48200450bc55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:32:38 +0300 Subject: [PATCH 050/225] Block package lykahb/groundhog#69 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14876e1f..4c3093c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: - groundhog-sqlite - groundhog-postgresql - groundhog-mysql - - groundhog-inspector + # - groundhog-inspector # https://github.com/lykahb/groundhog/issues/69 "Janne Hellsten @nurpax": - sqlite-simple From 6300938c1001044ca83c297e1b2d079d6b16271f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:39:49 +0300 Subject: [PATCH 051/225] Block package Daniel-Diaz/hatex-guide#21 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c3093c3..a86688c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -683,7 +683,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - - hatex-guide + # - hatex-guide # https://github.com/Daniel-Diaz/hatex-guide/issues/21 - include-file - matrix - pcre-light From 07edb64a9a29bb64d6dc4e55196e76d76c596143 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:41:22 +0300 Subject: [PATCH 052/225] Block stackage-query --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a86688c4..85c88567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1154,7 +1154,7 @@ packages: "Jens Petersen @juhp": # - cabal-rpm # GHC 8.2.1 - - stackage-query + # - stackage-query # BLOCKED stackage-types/Cabal 2.0 # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi From 6e4b1d42ba8de920d1441d6b653871cb874338f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:50:48 +0300 Subject: [PATCH 053/225] Expect test failure blamario/monoid-subclasses#14 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85c88567..e927cf1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3814,6 +3814,9 @@ expected-test-failures: # https://github.com/mrkkrp/pagination/issues/2 - pagination + # https://github.com/blamario/monoid-subclasses/issues/14 + - monoid-subclasses + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 66c80198177c40008a56ada8c262b344312ff862 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:52:09 +0300 Subject: [PATCH 054/225] Expect test failure agrafix/Spock#130 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e927cf1d..712b74c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3817,6 +3817,9 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses + # https://github.com/agrafix/Spock/issues/130 + - reroute + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 092f12ad5441f78c511e84a40eb6f02464b45364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 09:59:18 +0300 Subject: [PATCH 055/225] Block packages neovimhaskell/nvim-hs#57 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 712b74c9..9c6de94f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3200,9 +3200,11 @@ packages: # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # https://github.com/neovimhaskell/nvim-hs/issues/57 + # - nvim-hs + # - nvim-hs-contrib + # - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From dfdd722f55c469b9a3fc363b95e2d938038a4b78 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:01:58 +0300 Subject: [PATCH 056/225] Skipping OOM tests athanclark/rose-trees#6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c6de94f..182d1873 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3609,6 +3609,9 @@ skipped-tests: - zlib - text-short + # https://github.com/athanclark/rose-trees/issues/6 + - rose-trees + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b32a3c19a6c67248905262278a49cf58bf6c3575 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:04:54 +0300 Subject: [PATCH 057/225] Expect test failure jtdaugherty/vty#132 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 182d1873..f1b7eb88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3825,6 +3825,9 @@ expected-test-failures: # https://github.com/agrafix/Spock/issues/130 - reroute + # https://github.com/jtdaugherty/vty/issues/132 + - vty + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 96dda6c53c9972e65a123601e3e49dc39d8e33a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:07:11 +0300 Subject: [PATCH 058/225] Expect test failure haskell-foundation/foundation#381 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1b7eb88..bbd8382a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3828,6 +3828,9 @@ expected-test-failures: # https://github.com/jtdaugherty/vty/issues/132 - vty + # https://github.com/haskell-foundation/foundation/issues/381 + - foundation + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ed6ccadcea0b0135766f437b00f35db9ec3ff0fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:11:04 +0300 Subject: [PATCH 059/225] Move to correct section --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bbd8382a..6f3c37e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3831,6 +3831,9 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3860,9 +3863,6 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # end of expected-benchmark-failures From e7ec7eee8c9a43eb2bb73ecc649f710d08bbeca0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:12:50 +0300 Subject: [PATCH 060/225] Expect benchmark failure harendra-kumar/unicode-transforms#16 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f3c37e4..0f2fb515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3863,6 +3863,9 @@ expected-benchmark-failures: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # https://github.com/harendra-kumar/unicode-transforms/issues/16 + - unicode-transforms + # end of expected-benchmark-failures From d2772dbbaca736441d7f2b82ebdd1cb8b846ab70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:16:37 +0300 Subject: [PATCH 061/225] Expect test failure beijaflor-io/haskell-language-dockerfile#8 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f2fb515..7bfe50e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3834,6 +3834,9 @@ expected-test-failures: # https://github.com/frontrowed/stratosphere/issues/55 - stratosphere + # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 + - language-dockerfile + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6152099b8f86535571ef6b866c24049ee9f99206 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:18:19 +0300 Subject: [PATCH 062/225] Skip store (GHC 8.2) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bfe50e4..1ca4181c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -266,8 +266,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator - - store + # - stackage-curator # GHC 8.2 + # - store # GHC 8.2 - stm-conduit - wai-websockets - warp-tls From adfaa115c2e94005b5bfc526a929b40a65bd8688 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:21:45 +0300 Subject: [PATCH 063/225] Expect test failure kazu-yamamoto/word8#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ca4181c..c429ccfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3837,6 +3837,9 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile + # https://github.com/kazu-yamamoto/word8/issues/5 + - word8 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c88f966b06faa5274c4d02a1b8e439a3488e5391 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:23:35 +0300 Subject: [PATCH 064/225] Block package mrkkrp/cue-sheet#4 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c429ccfc..142c8e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2255,7 +2255,7 @@ packages: - tagged-identity - req - req-conduit - - cue-sheet + # - cue-sheet # https://github.com/mrkkrp/cue-sheet/issues/4 - wave - flac - flac-picture @@ -3286,7 +3286,6 @@ 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 151ce79ffb923285b8e8beb5e0136315e7a8fc01 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:24:56 +0300 Subject: [PATCH 065/225] Expect test failure pruvisto/heap#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 142c8e26..cd7887d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,6 +3839,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/word8/issues/5 - word8 + # https://github.com/pruvisto/heap/issues/4 + - heap + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 881f6d0290bdd57fdf8c3710d3a764d654eff1da Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:26:45 +0300 Subject: [PATCH 066/225] Expect test failure #2689 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd7887d6..0bdeb5bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,6 +3842,9 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap + # https://github.com/fpco/stackage/issues/2689 + - non-negative + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 6616d913818fd34038f6c17c58d51088a6950b4a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:28:00 +0300 Subject: [PATCH 067/225] Expect test failure adamgundry/units-parser#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bdeb5bf..983881b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/2689 - non-negative + # https://github.com/adamgundry/units-parser/issues/1 + - units-parser + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 546f6574275a04d73139322a26aae56c883f6e7f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:29:38 +0300 Subject: [PATCH 068/225] Extra package blocked for ndmitchell/derive#25 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 983881b3..353759dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -24,7 +24,7 @@ packages: # - opencv-extra "Pasqualino Assini @tittoassini": - - zm + # - zm # https://github.com/ndmitchell/derive/issues/25 # - flat # https://github.com/ndmitchell/derive/issues/25 - model From 4c6353ccf605999df4adfdee16a3a1a372e9e7e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:30:55 +0300 Subject: [PATCH 069/225] Expect test failure fcomb/pkcs10-hs#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 353759dd..fb94e411 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,6 +3848,9 @@ expected-test-failures: # https://github.com/adamgundry/units-parser/issues/1 - units-parser + # https://github.com/fcomb/pkcs10-hs/issues/2 + - pkcs10 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 83bca22db277f1b568021c3421f95de6f944a312 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:32:26 +0300 Subject: [PATCH 070/225] Expect test failure simonmichael/hledger#596 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb94e411..0ca51246 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,6 +3851,9 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 + # https://github.com/simonmichael/hledger/issues/596 + - hledger-lib + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b88fd851c2910f2257d6d7f012c223eed4ca50b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:35:36 +0300 Subject: [PATCH 071/225] Expect test failure romanb/wai-route#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ca51246..ba72ac4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3854,6 +3854,9 @@ expected-test-failures: # https://github.com/simonmichael/hledger/issues/596 - hledger-lib + # https://github.com/romanb/wai-route/issues/5 + - wai-route + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 5ab3b7cf348f8b20452960fde675915bd95a727f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:37:17 +0300 Subject: [PATCH 072/225] Expect test failure brendanhay/amazonka#397 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba72ac4b..e533b97d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,9 @@ expected-test-failures: # https://github.com/romanb/wai-route/issues/5 - wai-route + # https://github.com/brendanhay/amazonka/issues/397 + - amazonka-core + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From baa5dc9bf7dbbcd414e4a619ee89e1d54aee74d5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:40:38 +0300 Subject: [PATCH 073/225] Block packages haskell-gi/haskell-gi#113 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e533b97d..2064598b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,16 +2751,16 @@ packages: "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk - - gi-gdkpixbuf - - gi-gio + # - gi-gdk # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gdkpixbuf # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gio # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - - gi-gtk + # - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-pango - - gi-soup + # - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - - gi-webkit + # - gi-webkit # https://github.com/haskell-gi/haskell-gi/issues/113 - haskell-gi - haskell-gi-base From 1018668452d784da690bec38f800019124f9cd3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:42:47 +0300 Subject: [PATCH 074/225] Add note about cue-sheet CC @mrkkrp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2064598b..c5f72f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 From 6a1efa304d6e6be8794ffe33ad65aed2afec1359 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:44:15 +0300 Subject: [PATCH 075/225] Block package agrafix/superrecord#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5f72f41..8fff6ebf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3949,7 +3949,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 - - superrecord + # - superrecord # https://github.com/agrafix/superrecord/issues/3 # Transitive outdated dependencies # These packages From aea42e9bb493ba677a6ea5c947137b1b62df6814 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:49:20 +0300 Subject: [PATCH 076/225] Revert "Expect test failure mrkkrp/pagination#2" This reverts commit 5ba8bca905186cc67dc1ae252f9809844c8c3d78. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fff6ebf..82629fd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3816,9 +3816,6 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - # https://github.com/mrkkrp/pagination/issues/2 - - pagination - # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses From 7c12a4638fc11a81d09fd2b42970da28c272071a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:50:39 +0300 Subject: [PATCH 077/225] Expect test failure bos/text-icu#32 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82629fd7..52f2391a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,6 +3858,9 @@ expected-test-failures: # https://github.com/brendanhay/amazonka/issues/397 - amazonka-core + # https://github.com/bos/text-icu/issues/32 + - text-icu + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 96638be8b49f86863a55beb323f4f4d2042f9f19 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:52:12 +0300 Subject: [PATCH 078/225] Block packages https://gitlab.com/twittner/wai-predicates/issues/3 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52f2391a..b4415778 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -970,8 +970,8 @@ packages: # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - - wai-predicates - - wai-routing + # - wai-predicates # https://gitlab.com/twittner/wai-predicates/issues/3 + # - wai-routing # https://gitlab.com/twittner/wai-predicates/issues/3 - zeromq4-haskell "trupill@gmail.com": From 0e40b07289fd76876a25c7508a49e15490a72836 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:53:58 +0300 Subject: [PATCH 079/225] Expect test failure winterland1989/binary-parsers#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4415778..b7f88993 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,6 +3861,9 @@ expected-test-failures: # https://github.com/bos/text-icu/issues/32 - text-icu + # https://github.com/winterland1989/binary-parsers/issues/3 + - binary-parsers + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 761726f307272de5eb6b2637e852d25cedaebdd1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:55:04 +0300 Subject: [PATCH 080/225] Block package snoyberg/keter#170 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7f88993..1d222fbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -256,7 +256,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter + # - keter # https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses From 522ebca7d1ea2fc646bb40002352126ee4a6d89e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 10:56:19 +0300 Subject: [PATCH 081/225] Revert and close #2689 This reverts commit 881f6d0290bdd57fdf8c3710d3a764d654eff1da. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d222fbc..4953eb8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3840,9 +3840,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/fpco/stackage/issues/2689 - - non-negative - # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 8d7fc3b9171f5b85a88e2b6913cdb1ca28bbea74 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:02:38 +0300 Subject: [PATCH 082/225] Block superrecord (via bookkeeper) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4953eb8f..2a362148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1070,7 +1070,7 @@ packages: - highjson # - highjson-swagger # GHC 8.2.1 via swagger2 # - highjson-th # GHC 8.2.1 via swagger2 - - superrecord + # - superrecord # GHC 8.2.1 via bookkeeper - fileplow "Joey Eremondi @JoeyEremondi": From 674fe0934c48723cc58acc3bacf60ca99b114021 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:51:51 +0300 Subject: [PATCH 083/225] Expect benchmark failure #2690 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a362148..74ca6b8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,7 +3040,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - - references + # - references # https://github.com/nboldi/references/issues/27 # - haskell-tools-ast # GHC 8.2.1 # - haskell-tools-backend-ghc # GHC 8.2.1 # - haskell-tools-rewrite # GHC 8.2.1 @@ -3893,6 +3893,9 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms + # https://github.com/fpco/stackage/issues/2690 + - storablevector + # end of expected-benchmark-failures From 90d067eb98b4d1d15117579c9439b2b7159ffce9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:52:58 +0300 Subject: [PATCH 084/225] Block package massysett/anonymous-sums#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ca6b8f..e726ad6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,7 +338,7 @@ packages: "Omari Norman @massysett": # - rainbow # GHC 8.2.1 via lens-simple # - rainbox # GHC 8.2.1 via lens-simple - - anonymous-sums + # - anonymous-sums # https://github.com/massysett/anonymous-sums/issues/1 - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel From 194df7cfb75bf392ffb39752384f091c540e17a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:54:12 +0300 Subject: [PATCH 085/225] Block package chpatrick/solga#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e726ad6f..39476d57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2829,7 +2829,7 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga + # - solga # https://github.com/chpatrick/solga/issues/9 # - solga-swagger # GHC 8.2.1 via swagger2 - clang-pure - webrtc-vad From 7b8e813f8a2fb39dbb334bfb224f3fcd807c7f2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:57:21 +0300 Subject: [PATCH 086/225] Expect test failure qnikst/binary-conduit#11 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39476d57..e87f23cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,6 +3861,9 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers + # https://github.com/qnikst/binary-conduit/issues/11 + - binary-conduit + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 610843f123443440411e89a57d991dc07a573722 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 11:58:43 +0300 Subject: [PATCH 087/225] Block package AshleyYakeley/open-witness#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e87f23cb..e1398849 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,7 +2816,7 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable - witness - - open-witness + # - open-witness # https://github.com/AshleyYakeley/open-witness/issues/1 "Victor Denisov @VictorDenisov": - mongoDB From 063d2de350ac354e4c2fefad1df3172ac75c5c76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:00:10 +0300 Subject: [PATCH 088/225] Another block for haskell-gi/haskell-gi#113 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1398849..9572614e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,7 +2757,7 @@ packages: - gi-glib - gi-gobject # - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango + # - gi-pango # https://github.com/haskell-gi/haskell-gi/issues/113 # - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # https://github.com/haskell-gi/haskell-gi/issues/113 From 16e88590992b7ebb42e59fa279ce1577d067ca50 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:01:29 +0300 Subject: [PATCH 089/225] Expect test failure Daniel-Diaz/HaTeX#100 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9572614e..4007ccc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,6 +3864,9 @@ expected-test-failures: # https://github.com/qnikst/binary-conduit/issues/11 - binary-conduit + # https://github.com/Daniel-Diaz/HaTeX/issues/100 + - HaTeX + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1f502edf34b2b0a48bcbb6252fbf930686f2053f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:02:38 +0300 Subject: [PATCH 090/225] Expect test failure bos/attoparsec#131 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4007ccc9..a8372bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,6 +3867,9 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX + # https://github.com/bos/attoparsec/issues/131 + - attoparsec + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b7b4cf0d0c5ea6e52403b0822bb7e2418777db69 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:04:22 +0300 Subject: [PATCH 091/225] Block package lindenbaum/hinterface#2 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8372bfc..d62053dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -29,7 +29,9 @@ packages: - model "Timo Koepke @koepket": - - hinterface + [] + # https://github.com/lindenbaum/hinterface/issues/2 + # - hinterface "Jose Iborra @pepeiborra": - arrowp-qq From d33126e0136095fabb9711ecb02763070c5d00fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:05:42 +0300 Subject: [PATCH 092/225] Block package phadej/dlist-nonempty#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d62053dc..e8bf85a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1270,7 +1270,7 @@ packages: - binary-tagged - cabal-doctest - crypt-sha512 - - dlist-nonempty + # - dlist-nonempty # https://github.com/phadej/dlist-nonempty/issues/2 - edit-distance - functor-classes-compat - generics-sop-lens From 52a8d0690ffc25c86d12bce66b576eb9a47c5245 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:11:31 +0300 Subject: [PATCH 093/225] Expect test failure jdreaver/sum-type-boilerplate#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8bf85a3..fdc192b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3872,6 +3872,9 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec + # https://github.com/jdreaver/sum-type-boilerplate/issues/1 + - sum-type-boilerplate + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1481d429707ab4b4767b5bbb123dbee86a997f4f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:13:29 +0300 Subject: [PATCH 094/225] Expect test failure osa1/hslua#58 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdc192b2..33e1aedc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3875,6 +3875,9 @@ expected-test-failures: # https://github.com/jdreaver/sum-type-boilerplate/issues/1 - sum-type-boilerplate + # https://github.com/osa1/hslua/issues/58 + - hslua + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f5743a5bd7b738cb7dc9d9f1ba7f5276532bc613 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:14:51 +0300 Subject: [PATCH 095/225] Reopen #2689 This reverts commit 522ebca7d1ea2fc646bb40002352126ee4a6d89e. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33e1aedc..c3768e37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,6 +3842,9 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap + # https://github.com/fpco/stackage/issues/2689 + - non-negative + # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 8ee82566b170ae9c03aa4f4355ee25cb251b3049 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:16:05 +0300 Subject: [PATCH 096/225] Expect test failure sdroege/conduit-iconv#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3768e37..ddeda3b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3881,6 +3881,9 @@ expected-test-failures: # https://github.com/osa1/hslua/issues/58 - hslua + # https://github.com/sdroege/conduit-iconv/issues/2 + - conduit-iconv + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 070615710c7fc5e1ee87fa8728a6e0cf28db08e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:17:59 +0300 Subject: [PATCH 097/225] Add back package and close nboldi/references#27 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddeda3b0..e05a8431 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,7 +3042,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references # https://github.com/nboldi/references/issues/27 + - references # - haskell-tools-ast # GHC 8.2.1 # - haskell-tools-backend-ghc # GHC 8.2.1 # - haskell-tools-rewrite # GHC 8.2.1 From c50ca94c3043214222d48f42a2171024a09a5e1e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:19:56 +0300 Subject: [PATCH 098/225] Expect test failure raaz-crypto/raaz#337 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e05a8431..545ae2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3884,6 +3884,9 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv + # https://github.com/raaz-crypto/raaz/issues/337 + - raaz-crypto + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 993117eb217d982c523841775f7e631870e9b5e8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:22:22 +0300 Subject: [PATCH 099/225] Expect test failure https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 545ae2fc..a4661ef4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3887,6 +3887,9 @@ expected-test-failures: # https://github.com/raaz-crypto/raaz/issues/337 - raaz-crypto + # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 + - picoparsec + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c9a2580f5b4c70cc0ce61560605fb7b75795e68b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:24:52 +0300 Subject: [PATCH 100/225] Block package chpatrick/clang-pure#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4661ef4..49fb32ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2833,7 +2833,7 @@ packages: "Patrick Chilton @chpatrick": # - solga # https://github.com/chpatrick/solga/issues/9 # - solga-swagger # GHC 8.2.1 via swagger2 - - clang-pure + # - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": From 28f6effb033dc9e32e5d1d6510c99f33abeb2622 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:27:47 +0300 Subject: [PATCH 101/225] Fix package name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49fb32ad..b295d069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3885,7 +3885,7 @@ expected-test-failures: - conduit-iconv # https://github.com/raaz-crypto/raaz/issues/337 - - raaz-crypto + - raaz # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From ba8f7a6436a33237445d8b63a20325fc7ed826ae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:33:13 +0300 Subject: [PATCH 102/225] Expect benchmark failure raaz-crypto/raaz#338 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b295d069..72507986 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3925,6 +3925,9 @@ expected-benchmark-failures: # https://github.com/fpco/stackage/issues/2690 - storablevector + # https://github.com/raaz-crypto/raaz/issues/338 + - raaz + # end of expected-benchmark-failures From bbf5bce29384a6e928d97baf322b88399b499424 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:35:46 +0300 Subject: [PATCH 103/225] Block package Twinside/svg-tree#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72507986..9e1b5586 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -615,7 +615,7 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree + # - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - rasterific-svg - asciidiagram From 6e59f1ff8c77c4f9a2284962ba584c7d9b4fcb24 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:42:22 +0300 Subject: [PATCH 104/225] More blocks for Twinside/svg-tree#11 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e1b5586..89d40498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -616,8 +616,8 @@ packages: - FontyFruity - Rasterific # - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - - rasterific-svg - - asciidiagram + # - rasterific-svg # https://github.com/Twinside/svg-tree/issues/11 + # - asciidiagram # https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar From 0feda184a210421fc6e961abf55d9678b5240c62 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:44:42 +0300 Subject: [PATCH 105/225] Revert and close #2690 This reverts commit 674fe0934c48723cc58acc3bacf60ca99b114021. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89d40498..4c3c7d5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3922,9 +3922,6 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms - # https://github.com/fpco/stackage/issues/2690 - - storablevector - # https://github.com/raaz-crypto/raaz/issues/338 - raaz From cc86c3476624b9ff57b6e8825a87a29dc74bf55c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:45:05 +0300 Subject: [PATCH 106/225] Revert and close #2689 This reverts commit f5743a5bd7b738cb7dc9d9f1ba7f5276532bc613. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c3c7d5f..a1bafb41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3842,9 +3842,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/fpco/stackage/issues/2689 - - non-negative - # https://github.com/adamgundry/units-parser/issues/1 - units-parser From 57b2dc66da72dc5c4ede77583af5b049e29cba03 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 12:48:08 +0300 Subject: [PATCH 107/225] Revert "Block package phadej/dlist-nonempty#2" This reverts commit d33126e0136095fabb9711ecb02763070c5d00fe. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1bafb41..2c2f59ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1270,7 +1270,7 @@ packages: - binary-tagged - cabal-doctest - crypt-sha512 - # - dlist-nonempty # https://github.com/phadej/dlist-nonempty/issues/2 + - dlist-nonempty - edit-distance - functor-classes-compat - generics-sop-lens From 82c1cc918ab08fb0757dc0dec5a470ad22cb85c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:17:44 +0300 Subject: [PATCH 108/225] Revert "Expect Haddock failure goldfirere/singletons#242" This reverts commit 1ba373e2957768adf6e69a810541a57cf97ca3f2. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c2f59ba..d6e2a5ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3959,9 +3959,6 @@ expected-haddock-failures: # https://github.com/fpco/stackage/pull/2652 - haskell-lsp - - # https://github.com/goldfirere/singletons/issues/242 - - singletons # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From e2ceeea5a161c4aa66908270bd8d8d9bc4c09a7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:18:28 +0300 Subject: [PATCH 109/225] Revert "Expect test failure simonmichael/hledger#596" This reverts commit 83bca22db277f1b568021c3421f95de6f944a312. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6e2a5ff..3abea434 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,9 +3848,6 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 - # https://github.com/simonmichael/hledger/issues/596 - - hledger-lib - # https://github.com/romanb/wai-route/issues/5 - wai-route From c13fdbf0bc92563f82150104c473aa4bdaf8c7eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:09 +0300 Subject: [PATCH 110/225] Revert "Expect test failure jdreaver/sum-type-boilerplate#1" This reverts commit 52a8d0690ffc25c86d12bce66b576eb9a47c5245. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3abea434..f9753e61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,9 +3869,6 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec - # https://github.com/jdreaver/sum-type-boilerplate/issues/1 - - sum-type-boilerplate - # https://github.com/osa1/hslua/issues/58 - hslua From 3789666f4691ca01a357c989d054a90646426499 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:37 +0300 Subject: [PATCH 111/225] Revert "Block package lykahb/groundhog#69" This reverts commit f200c50ff05438b632bee262969d48200450bc55. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9753e61..9b54cd4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -750,7 +750,7 @@ packages: - groundhog-sqlite - groundhog-postgresql - groundhog-mysql - # - groundhog-inspector # https://github.com/lykahb/groundhog/issues/69 + - groundhog-inspector "Janne Hellsten @nurpax": - sqlite-simple From 26a71bfd7747822b2eb7a89a933426912e39f326 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:24:54 +0300 Subject: [PATCH 112/225] Revert "Block packages jdreaver/eventful#13" This reverts commit 49097ebdb32294c573935ff84575d03bdb4ba46a. --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b54cd4e..9a14b2c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,13 +2735,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": - # - eventful-core # https://github.com/jdreaver/eventful/issues/13 - # - eventful-dynamodb # https://github.com/jdreaver/eventful/issues/13 - # - eventful-memory # https://github.com/jdreaver/eventful/issues/13 - # - eventful-postgresql # https://github.com/jdreaver/eventful/issues/13 - # - eventful-sql-common # https://github.com/jdreaver/eventful/issues/13 - # - eventful-sqlite # https://github.com/jdreaver/eventful/issues/13 - # - eventful-test-helpers # https://github.com/jdreaver/eventful/issues/13 + - eventful-core + - eventful-dynamodb + - eventful-memory + - eventful-postgresql + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers # - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate From ba21fd079bcbccfa0a7b3b88120f5e6f96dd9f8b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:25:58 +0300 Subject: [PATCH 113/225] Revert "Expect test suite compilation failure for frontrowed/stratosphere#55" This reverts commit 75c7b5798e8765d9d4ecf62acd01bce063ca446a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a14b2c7..2e41510c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3830,9 +3830,6 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile From cf90c281eca1d2157a6bff230b03aefc9a647b79 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:26:48 +0300 Subject: [PATCH 114/225] Revert "Expect test failure raaz-crypto/raaz#337" This reverts commit c50ca94c3043214222d48f42a2171024a09a5e1e. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e41510c..e98163eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3872,9 +3872,6 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv - # https://github.com/raaz-crypto/raaz/issues/337 - - raaz - # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From ff91a6f8a9c34305de028988dd3dec3bed3256fb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:27:23 +0300 Subject: [PATCH 115/225] Revert "Expect benchmark failure raaz-crypto/raaz#338" This reverts commit ba8f7a6436a33237445d8b63a20325fc7ed826ae. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e98163eb..9844b977 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,9 +3907,6 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms - # https://github.com/raaz-crypto/raaz/issues/338 - - raaz - # end of expected-benchmark-failures From 25861872ee57cc92c406ad6917b8df8acfd3d685 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:33:31 +0300 Subject: [PATCH 116/225] Revert "Revert "Expect test failure simonmichael/hledger#596"" This reverts commit e2ceeea5a161c4aa66908270bd8d8d9bc4c09a7e. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9844b977..347470f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ expected-test-failures: # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 + # https://github.com/simonmichael/hledger/issues/596 + - hledger-lib + # https://github.com/romanb/wai-route/issues/5 - wai-route From d5a76f16022e8615baf8c8608d373f10236b816e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:34:07 +0300 Subject: [PATCH 117/225] Revert "Revert "Expect benchmark failure raaz-crypto/raaz#338"" This reverts commit ff91a6f8a9c34305de028988dd3dec3bed3256fb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 347470f8..8189f86e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3910,6 +3910,9 @@ expected-benchmark-failures: # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms + # https://github.com/raaz-crypto/raaz/issues/338 + - raaz + # end of expected-benchmark-failures From 1f9c2002768cf2ccfdf4ed35b08d0f57fb98b022 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:34:16 +0300 Subject: [PATCH 118/225] Revert "Revert "Expect test failure raaz-crypto/raaz#337"" This reverts commit cf90c281eca1d2157a6bff230b03aefc9a647b79. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8189f86e..ae65d090 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3875,6 +3875,9 @@ expected-test-failures: # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv + # https://github.com/raaz-crypto/raaz/issues/337 + - raaz + # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec From b2f957c44f03c23fb9e533a2f2f9fc1eb218a0d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:39:49 +0300 Subject: [PATCH 119/225] Block package and close #2681 --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae65d090..e4d422db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3164,7 +3164,7 @@ packages: "Albert Krewinkel @tarleb": - hslua - - hslua-aeson + # - hslua-aeson # BOUNDS hslua 0.6 "Judah Jacobson @judah": [] @@ -3279,9 +3279,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2681 - - hslua < 0.6 - # https://github.com/fpco/stackage/issues/2663 - doctest < 0.12 @@ -3869,9 +3866,6 @@ expected-test-failures: # https://github.com/bos/attoparsec/issues/131 - attoparsec - # https://github.com/osa1/hslua/issues/58 - - hslua - # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv From 0cd1b5862e3d84b6bfb4e30e07c1e7feb812da9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Jul 2017 21:40:04 +0300 Subject: [PATCH 120/225] Revert "Revert "Expect test suite compilation failure for frontrowed/stratosphere#55"" This reverts commit ba21fd079bcbccfa0a7b3b88120f5e6f96dd9f8b. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4d422db..ef50c9b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3827,6 +3827,9 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation + # https://github.com/frontrowed/stratosphere/issues/55 + - stratosphere + # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile From 15f4567f31abd7c141ab91a9de4a1cc064bed664 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 31 Jul 2017 14:24:30 -0700 Subject: [PATCH 121/225] tagged-binary compatible with base-4.10 and ghc 8.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..c229a62e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1752,7 +1752,7 @@ packages: - configurator-export # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 - prompt - # - tagged-binary # https://github.com/mstksg/tagged-binary/issues/2 + - tagged-binary - typelits-witnesses - uncertain - vector-sized From 34663806ac318b9c8661e2e1cd76d4905f8a6e33 Mon Sep 17 00:00:00 2001 From: Levent Erkok Date: Mon, 31 Jul 2017 17:52:25 -0700 Subject: [PATCH 122/225] SBV should compile with GHC 8.2.1 without problems. Evidence: https://github.com/LeventErkok/sbv/blob/master/README.md --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..12b205ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: "Matt Noonan @matt-noonan": - justified-containers + "Levent Erkok @LeventErkok": + - sbv + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 @@ -3710,7 +3713,6 @@ expected-test-failures: - rethinkdb - rethinkdb-client-driver - riak - - sbv # needs z3 >= 4.5 (Xenial has 4.4) - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages From 97e2ea6f174c26ae2a3b1c184f0a0f10fd5d75d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:06:13 +0300 Subject: [PATCH 123/225] Upper bound for #2693 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..4cdcafe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3290,6 +3290,9 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2693 + - tls < 1.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 64ec8ce88e85cf369a5cebcf6e31dd7450d779aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:07:41 +0300 Subject: [PATCH 124/225] Drop vinyl-utils --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cdcafe9..d88d83c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3263,7 +3263,7 @@ packages: # - purescript # BLOCKED aeson-1.0 # - type-list # GHC 8.2.1 via singletons 2.3 - - vinyl-utils + # - vinyl-utils # BOUNDS vinyl 0.6 # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava From 414f183715b17ba335c76b549be5af53626e470c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:10:46 +0300 Subject: [PATCH 125/225] Revert "Block packages neovimhaskell/nvim-hs#57" This reverts commit 092f12ad5441f78c511e84a40eb6f02464b45364. --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec89c097..d7e0bc24 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3202,11 +3202,9 @@ packages: # - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - [] - # https://github.com/neovimhaskell/nvim-hs/issues/57 - # - nvim-hs - # - nvim-hs-contrib - # - nvim-hs-ghcid + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From 6a967d48e22f6cf075ba5bb63083a9b743e53bcb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:11:31 +0300 Subject: [PATCH 126/225] Revert "Expect test failure agrafix/Spock#130" This reverts commit 66c80198177c40008a56ada8c262b344312ff862. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7e0bc24..9367a7ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,9 +3821,6 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses - # https://github.com/agrafix/Spock/issues/130 - - reroute - # https://github.com/jtdaugherty/vty/issues/132 - vty From a44e0811b289ab8d892897f9662dbca00b0a5ad9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:25:37 +0300 Subject: [PATCH 127/225] Revert "Block package agrafix/superrecord#3" This reverts commit 6a1efa304d6e6be8794ffe33ad65aed2afec1359. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9367a7ad..ed0762e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3966,7 +3966,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 - # - superrecord # https://github.com/agrafix/superrecord/issues/3 + - superrecord # Transitive outdated dependencies # These packages From ad75c784d541c4a1dfee588e2bbc4c171d1255de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 06:38:01 +0300 Subject: [PATCH 128/225] Revert "Expect test failure kazu-yamamoto/word8#5" This reverts commit adfaa115c2e94005b5bfc526a929b40a65bd8688. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0762e4..1678926b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3833,9 +3833,6 @@ expected-test-failures: # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile - # https://github.com/kazu-yamamoto/word8/issues/5 - - word8 - # https://github.com/pruvisto/heap/issues/4 - heap From a5de4d8eaca156c37977f97d1a5e73af401e8bb3 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Mon, 31 Jul 2017 22:44:21 -0500 Subject: [PATCH 129/225] unblock pinboard --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1678926b..2bd1f69c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,8 +382,7 @@ packages: # - mandrill # GHC 8.2.1 via email-validate "Jon Schoning @jonschoning": - [] - # - pinboard # GHC 8.2.1 + - pinboard "Jasper Van der Jeugt @jaspervdj": - blaze-html From 66c3ebc7d61186026b88bb26959eaa5685921f64 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 13:22:14 +0300 Subject: [PATCH 130/225] Revert "Revert "Expect test failure agrafix/Spock#130"" This reverts commit 6a967d48e22f6cf075ba5bb63083a9b743e53bcb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1f69c..4934b624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,6 +3820,9 @@ expected-test-failures: # https://github.com/blamario/monoid-subclasses/issues/14 - monoid-subclasses + # https://github.com/agrafix/Spock/issues/130 + - reroute + # https://github.com/jtdaugherty/vty/issues/132 - vty From 3912aa5e1dede268e905049b4fb43b66bee7b856 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 13:53:02 +0300 Subject: [PATCH 131/225] Remove some no-longer-expected failures --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4934b624..00c9fed3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3773,7 +3773,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - - text-show # https://github.com/fpco/stackage/issues/2436 - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - tries # https://github.com/athanclark/tries/issues/2 @@ -3829,9 +3828,6 @@ expected-test-failures: # https://github.com/haskell-foundation/foundation/issues/381 - foundation - # https://github.com/frontrowed/stratosphere/issues/55 - - stratosphere - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-dockerfile @@ -3934,21 +3930,17 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 # Runs out of memory - - stratosphere - store # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - # https://github.com/fpco/stackage/pull/2652 - - haskell-lsp # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 22ab496932407f4d691d62ac3f979731f238e3d6 Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Tue, 1 Aug 2017 14:26:56 +0200 Subject: [PATCH 132/225] Unblock hledger-iadd Was blocked in 1842f09361 but release 1.2.4 works again with the latest hledger-lib. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c9fed3..88dff160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3032,8 +3032,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # bounds: hledger-lib + - hledger-iadd "Roy Levien @orome": [] From 55e4d975d99e57989a14e085f336a38b1bd4630f Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Tue, 1 Aug 2017 22:46:57 +0900 Subject: [PATCH 133/225] re-add relational-query. add compat layer packages. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef50c9b9..2d81162b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2639,12 +2639,15 @@ packages: - tidal "Kei Hibino @khibino": - # - relational-query # GHC 8.2.1 + - th-data-compat + - th-reify-compat + - relational-query # - 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 + - aeson-generic-compat - json-rpc-generic "wren romano @wrengr": @@ -3346,6 +3349,7 @@ package-flags: th-data-compat: template-haskell-210: false + template-haskell-212: true th-reify-compat: template-haskell-210: false From 420a81bf35bb1fc4ef3e634efb50f8464166da2a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:05:31 +0300 Subject: [PATCH 134/225] Remove upper bound and close #2693 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00c9fed3..578aef05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3290,9 +3290,6 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2693 - - tls < 1.4 - # end of packages # Package flags are applied to individual packages, and override the values of From 1ea0b15635b120606cfdeb7a0b710f67c5824532 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:11:07 +0300 Subject: [PATCH 135/225] Revert "Extra package blocked for ndmitchell/derive#25" This reverts commit 546f6574275a04d73139322a26aae56c883f6e7f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 578aef05..a8e91051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -24,7 +24,7 @@ packages: # - opencv-extra "Pasqualino Assini @tittoassini": - # - zm # https://github.com/ndmitchell/derive/issues/25 + - zm # - flat # https://github.com/ndmitchell/derive/issues/25 - model From ba03d83607c5744ad53a89958b45781ed6b83692 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:11:20 +0300 Subject: [PATCH 136/225] Revert "Block packages for ndmitchell/derive#25" This reverts commit ede6e9520a40df293dd6bca1999be7385b571b2f. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8e91051..3eb8dad0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,7 @@ packages: "Pasqualino Assini @tittoassini": - zm - # - flat # https://github.com/ndmitchell/derive/issues/25 + - flat - model "Timo Koepke @koepket": @@ -2318,9 +2318,9 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # https://github.com/ndmitchell/derive/issues/25 - # - twitter-types # https://github.com/ndmitchell/derive/issues/25 - # - twitter-types-lens # https://github.com/ndmitchell/derive/issues/25 + - twitter-conduit + - twitter-types + - twitter-types-lens # "Robbin C. robbinch": # - zim-parser # via: lzma From a59fd616c1db47b49388f836706ee1c340c39758 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:12:54 +0300 Subject: [PATCH 137/225] Skip tests instead of expect failure (upper bound placement) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3eb8dad0..ffef250b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,6 +3611,9 @@ skipped-tests: # https://github.com/athanclark/rose-trees/issues/6 - rose-trees + # https://github.com/bos/attoparsec/issues/131 + - attoparsec + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3858,9 +3861,6 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX - # https://github.com/bos/attoparsec/issues/131 - - attoparsec - # https://github.com/sdroege/conduit-iconv/issues/2 - conduit-iconv From 00294b383b6c1235b8485fa359052d4cecc1dbc9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 18:42:55 +0300 Subject: [PATCH 138/225] Block hledger-iadd for jtdaugherty/word-wrap#1 CC @hpdeifel --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 366c196a..6a6aee91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,7 +3035,8 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # https://github.com/jtdaugherty/word-wrap/issues/1 "Roy Levien @orome": [] From dd83617a02bcecc0e344c2f16f98f798cc82eeb3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 20:18:49 +0300 Subject: [PATCH 139/225] Revert "Block hledger-iadd for jtdaugherty/word-wrap#1" This reverts commit 00294b383b6c1235b8485fa359052d4cecc1dbc9. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a6aee91..366c196a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,8 +3035,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # https://github.com/jtdaugherty/word-wrap/issues/1 + - hledger-iadd "Roy Levien @orome": [] From 92d748f57da80698590b8d975fcbced43e01e243 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Aug 2017 22:30:04 +0300 Subject: [PATCH 140/225] Revert "Expect test failure romanb/wai-route#5" This reverts commit b88fd851c2910f2257d6d7f012c223eed4ca50b1. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 366c196a..c5a70f8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3846,9 +3846,6 @@ expected-test-failures: # https://github.com/simonmichael/hledger/issues/596 - hledger-lib - # https://github.com/romanb/wai-route/issues/5 - - wai-route - # https://github.com/brendanhay/amazonka/issues/397 - amazonka-core From 7a52682f6aca1a136e206fe14c155f3ea5056571 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Wed, 2 Aug 2017 00:49:27 +0200 Subject: [PATCH 141/225] Add selda + associated packages back in GHC 8.2 build failure is fixed as of 0.1.10.0. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5a70f8c..714ecf2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3214,9 +3214,9 @@ packages: "Anton Ekblad @valderman": [] - # - selda # https://github.com/valderman/selda/issues/41 - # - selda-sqlite # via selda - # - selda-postgresql # via selda + - selda + - selda-sqlite + - selda-postgresql "Luis Pedro Coelho @luispedro": - safeio From 7147bc951e58f6b3a339937f3fe8f60b9d5ac756 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:43:34 -0700 Subject: [PATCH 142/225] Unblock data-diverse per louispan/data-diverse#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5a70f8c..80e095c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3075,8 +3075,8 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras - # - data-diverse # https://github.com/louispan/data-diverse/issues/2 - # - data-diverse-lens # via data-diverse + - data-diverse + - data-diverse-lens - disposable - ghcjs-base-stub - glaze From cd39b389b5703949ea943b828915485366e12da8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:44:56 -0700 Subject: [PATCH 143/225] Expect test success per bjornbm/leapsecons-announced#5 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80e095c4..cd6baf91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3772,7 +3772,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - leapseconds-announced # https://github.com/bjornbm/leapseconds-announced/issues/5 - picosat # https://github.com/fpco/stackage/pull/2382 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From 0097b25a28ea601e1dd4bd12abc2896cf59b901a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:46:44 -0700 Subject: [PATCH 144/225] Unblock th-to-exp per lexi-lambda/th-to-exp#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd6baf91..8a798ca8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2829,7 +2829,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions - # - th-to-exp # https://github.com/lexi-lambda/th-to-exp/issues/1 + - th-to-exp - type-assertions "Patrick Chilton @chpatrick": From 8fe60838896b1d1132728da8cd24ef7e4e4a2183 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:51:55 -0700 Subject: [PATCH 145/225] Unblock yi* per yi-editor/dynamic-state#2 --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a798ca8..579b9ade 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,7 +2117,7 @@ packages: - charsetdetect-ae - compiler-errors - docopt - # - dynamic-state # https://github.com/yi-editor/dynamic-state/issues/2 + - dynamic-state - dyre - io-storage - oo-prototypes @@ -2125,20 +2125,20 @@ packages: - word-trie - xdg-basedir # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - # - yi-core # via dynamic-state + - yi-core # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 - # - yi-frontend-vty # via yi-core - # - yi-fuzzy-open # via dynamic-state - # - yi-ireader # via yi-core - # - yi-keymap-cua # via yi-core - # - yi-keymap-emacs # via yi-core - # - yi-keymap-vim # via yi-core + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim - yi-language - # - yi-misc-modes # via yi-core - # - yi-mode-haskell # via yi-core - # - yi-mode-javascript # via yi-core + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope - # - yi-snippet # via yi-core + - yi-snippet "Tobias Bexelius @tobbebex": [] From a221844e4271a37d3f4c680ed280f782d76a4cb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 1 Aug 2017 17:57:57 -0700 Subject: [PATCH 146/225] Update reasons to block yi and yi-frontend-pango --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 579b9ade..ff21bfe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2124,9 +2124,9 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 + # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango - yi-core - # - yi-frontend-pango # build failure https://github.com/commercialhaskell/stack/issues/2795 + # - yi-frontend-pango # Cabal 2.0.0.2 via pango - yi-frontend-vty - yi-fuzzy-open - yi-ireader From 1bd73acc695ed0d4cc36e36f9764874cefe34d66 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:28:28 +0300 Subject: [PATCH 147/225] Revert "Expect test failure adamgundry/units-parser#1" This reverts commit 6616d913818fd34038f6c17c58d51088a6950b4a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff21bfe8..4470eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3836,9 +3836,6 @@ expected-test-failures: # https://github.com/pruvisto/heap/issues/4 - heap - # https://github.com/adamgundry/units-parser/issues/1 - - units-parser - # https://github.com/fcomb/pkcs10-hs/issues/2 - pkcs10 From c8ab93598d1483da520a56c65d525e615e06af56 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:29:56 +0300 Subject: [PATCH 148/225] Expect test failure louispan/data-diverse#3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4470eaf8..4a053089 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3866,6 +3866,9 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec + # https://github.com/louispan/data-diverse/issues/3 + - data-diverse + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3cc080642ebf47e0c91c1480d76bf2f85943bf40 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:30:55 +0300 Subject: [PATCH 149/225] Expect test failure Quid2/flat#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a053089..5d5a08dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,6 +3869,9 @@ expected-test-failures: # https://github.com/louispan/data-diverse/issues/3 - data-diverse + # https://github.com/Quid2/flat/issues/1 + - flat + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 49541a21554f94113f3734457d44643d9e17e929 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:32:06 +0300 Subject: [PATCH 150/225] Block package hpdeifel/hledger-iadd#25 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d5a08dd..33691c4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3035,7 +3035,9 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # https://github.com/hpdeifel/hledger-iadd/issues/25 + # - hledger-iadd "Roy Levien @orome": [] From 8e47cdad94a3e1de10eea14c9df70fd1a9cc0110 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 06:33:17 +0300 Subject: [PATCH 151/225] Block package and close himura/twitter-conduit#56 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33691c4d..2806a40d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2318,7 +2318,8 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit + # https://github.com/himura/twitter-conduit/issues/56 + # - twitter-conduit # Cabal 2.0 - twitter-types - twitter-types-lens From c2f92abc668ba96bf37fdf005c3b5cb841315b1a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 08:29:56 +0300 Subject: [PATCH 152/225] Unblock some Yesod packages --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2806a40d..0918546b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: # - cabal-install # GHC 8.2.1 - mega-sdist - case-insensitive - # - classy-prelude-yesod # GHC 8.2.1 via yesod + - classy-prelude-yesod - conduit-combinators - conduit-extra - hebrew-time @@ -274,7 +274,7 @@ packages: - wai-websockets - warp-tls # - yackage # GHC 8.2.1 via yesod-form - # - yesod # GHC 8.2.1 via yesod-form + - yesod # - yesod-auth # GHC 8.2.1 via email-validate - authenticate-oauth - yesod-bin @@ -283,8 +283,8 @@ packages: - yesod-gitrepo - yesod-newsfeed - yesod-sitemap - # - yesod-static # GHC 8.2.1 via yesod-test - # - yesod-test # GHC 8.2.1 via yesod-form + - yesod-static + - yesod-test - yesod-websockets - cereal-conduit - binary-conduit From d7cb1be42c89a3f6302da015dd074a6060a13db8 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Wed, 2 Aug 2017 09:03:06 +0100 Subject: [PATCH 153/225] Fix broken YAML for selda --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 714ecf2c..7a571928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,7 +3213,6 @@ packages: - composable-associations-aeson "Anton Ekblad @valderman": - [] - selda - selda-sqlite - selda-postgresql From c41ebbe36b9b81d2c5a81e9974cc0e80f97266c4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 11:46:27 +0300 Subject: [PATCH 154/225] Revert "Expect test failure qnikst/binary-conduit#11" This reverts commit 7b8e813f8a2fb39dbb334bfb224f3fcd807c7f2c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0918546b..64714295 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3854,9 +3854,6 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers - # https://github.com/qnikst/binary-conduit/issues/11 - - binary-conduit - # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX From 0bee4f667914e4eadcca87b09a009e25715495e5 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 2 Aug 2017 13:17:57 +0200 Subject: [PATCH 155/225] Update build-constraints.yaml Add pcre-utils back. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94dd735c..ad8f3e92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,7 +2231,7 @@ packages: # - compactmap # GHC 8.2.1 # - stateWriter # GHC 8.2.1 - filecache - # - pcre-utils # GHC 8.2.1 + - pcre-utils - strict-base-types # - withdependencies # GHC 8.2.1 - hruby From d634153c4300e21433e32e087f9a98b3dbc544d1 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 Aug 2017 13:48:44 +0200 Subject: [PATCH 156/225] Update maintainer email addr for multistate, pqueue --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad8f3e92..af09653b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,7 +2945,7 @@ packages: "Philipp Balzarek ": - xml-picklers - "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": + "Lennart Spitzner @lspitzner": [] # - multistate # GHC 8.2.1 # - pqueue # GHC 8.2.1 From 2bb1bc4ca51a5a1c7568c5135b5f4078143553b4 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Wed, 2 Aug 2017 13:53:19 +0200 Subject: [PATCH 157/225] Update MAINTAINERS.md: name @user At least this is what 99% of the current entries look like, on a quick glance --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index b5f2ea64..207ac02b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -16,7 +16,7 @@ To add your package, first fork this repository. In the [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) file, there's a section called `packages`. To add a set of packages, you would add: - "My Name myemail@example.com @mygithubuser": + "My Name @mygithubuser": - package1 - package2 - package3 From c75d0994969ffa27993d07f8041c123a403045e0 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 14:14:22 +0200 Subject: [PATCH 158/225] Reenable compactmap, stateWriter, withdependencies --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..bb6a14b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2228,14 +2228,14 @@ packages: # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - # - compactmap # GHC 8.2.1 - # - stateWriter # GHC 8.2.1 + - compactmap + - stateWriter - filecache - pcre-utils - strict-base-types - # - withdependencies # GHC 8.2.1 + - withdependencies - hruby - # - language-puppet # GHC 8.2.1 via pcre-utils + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 27db02a7e6cfdb16293d2ed8ed45bc686b9a3071 Mon Sep 17 00:00:00 2001 From: Pavel Ryzhov Date: Wed, 2 Aug 2017 14:35:14 +0200 Subject: [PATCH 159/225] hquantlib on GHC 8.2.1 The package constraints was relaxed and the build has been tested locally against nightly-2017-07-31 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..e2d887de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,8 +2797,7 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - [] - # - hquantlib # GHC 8.2.1 + - hquantlib # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From d7d7ae1627fde49a5a993e5e5bb1f6dd019787a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Aug 2017 16:24:34 +0300 Subject: [PATCH 160/225] Revert "Block package hpdeifel/hledger-iadd#25" This reverts commit 49541a21554f94113f3734457d44643d9e17e929. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af09653b..e323e42d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3036,9 +3036,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # https://github.com/hpdeifel/hledger-iadd/issues/25 - # - hledger-iadd + - hledger-iadd "Roy Levien @orome": [] From cf74b25a7a6aefe3830628027735b37047801419 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Wed, 2 Aug 2017 15:31:01 +0200 Subject: [PATCH 161/225] Not re-enabling language-puppet for now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb6a14b3..7efa9e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2235,7 +2235,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 555fa9edbfe6c225470e27148f037cb262bdae6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20Christ?= Date: Wed, 2 Aug 2017 09:11:33 -0500 Subject: [PATCH 162/225] Add dbcleaner --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 479c2a15..c33b0e4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1920,12 +1920,13 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write + # - cassava-megaparsec # via cassava: bounds: vector + - dbcleaner + - dotenv # - hapistrano # bounds: path-io - inflections - # - twitter-feed # GHC 8.2.1 - # - cassava-megaparsec # via cassava: bounds: vector - - dotenv # - stache # GHC 8.2.1 + # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel From 4e4914de00d4b75c4362ac6065a407127b3e020f Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 2 Aug 2017 12:52:36 -0700 Subject: [PATCH 163/225] Re-enable open-witness --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..3c61fe2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2821,7 +2821,7 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable - witness - # - open-witness # https://github.com/AshleyYakeley/open-witness/issues/1 + - open-witness "Victor Denisov @VictorDenisov": - mongoDB From c82235ca103747fc5650dce5ccbce4784a695b2c Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Thu, 3 Aug 2017 03:07:09 +0300 Subject: [PATCH 164/225] Enable 'union' back --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..72ddaa5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,7 +1916,7 @@ packages: "Vladislav Zavialov @int-index": - transformers-lift - ether - # - union # GHC 8.2.1 + - union "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write From e26c3344e9c12f63ee30bbd29a488dc290f837d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:10:18 +0300 Subject: [PATCH 165/225] Block hquantlib due to albertoruiz/hmatrix#232 CC @paulrzcz --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08a28098..564334a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,7 +2798,8 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - - hquantlib + [] + # - hquantlib # https://github.com/albertoruiz/hmatrix/issues/232 # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From f573e7bbf61e834e35405c26067b76affb2acf2d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:11:03 +0300 Subject: [PATCH 166/225] Expect test failure hpdeifel/hledger-iadd#26 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 564334a2..55597f2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3870,6 +3870,9 @@ expected-test-failures: # https://github.com/Quid2/flat/issues/1 - flat + # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-iadd + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ec3455ce46c67517f037d225ce3f3873633a3e18 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:11:45 +0300 Subject: [PATCH 167/225] Expect dbcleaner test failure --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55597f2b..3441fd7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3873,6 +3873,9 @@ expected-test-failures: # https://github.com/hpdeifel/hledger-iadd/issues/26 - hledger-iadd + # Requires running PostgreSQL server + - dbcleaner + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ace833e959d8bb40263ff223b805a8552647f24e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:17:30 +0300 Subject: [PATCH 168/225] Add back papillon (closes #2707) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d4bee6f..b696254d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2682,7 +2682,7 @@ packages: - Imlib - xturtle - gluturtle - # - papillon # GHC 8.2.1 + - papillon "Jan Gerlinger @JanGe": [] From 702ff6c3e46c34c05319e08ddf4167d8c20746f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Aug 2017 07:19:09 +0300 Subject: [PATCH 169/225] Revert "Expect test failure blamario/monoid-subclasses#14" This reverts commit 6e4b1d42ba8de920d1441d6b653871cb874338f0. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b696254d..b3bf264f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3819,9 +3819,6 @@ expected-test-failures: - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - # https://github.com/blamario/monoid-subclasses/issues/14 - - monoid-subclasses - # https://github.com/agrafix/Spock/issues/130 - reroute From ee49e1dfca2ebbbbc31c800fe791522ca3115fbb Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 3 Aug 2017 16:01:37 +0900 Subject: [PATCH 170/225] Enable `extensible` package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..f4dbfc6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,7 +1720,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # - extensible # GHC 8.2.1 via effin + - extensible - monad-skeleton - objective - witherable From fbca0fc95ce2f6101a7c80c9f99fd69c0d3a1739 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 3 Aug 2017 16:50:34 +0900 Subject: [PATCH 171/225] Enable `http-media` package --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..9ca10909 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1237,8 +1237,7 @@ packages: - network-anonymous-tor "Timothy Jones @zmthy": - [] - # - http-media # GHC 8.2.1 + - http-media "Greg V @myfreeweb": # - gitson # GHC 8.2.1 via flock From 133a940ea5cb697de85300701e12218972fd4db1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 3 Aug 2017 12:16:09 +0000 Subject: [PATCH 172/225] Reinstate packages after confirming they work with nightly-2017-07-31 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3bf264f..2308a3d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,9 +1107,8 @@ packages: - shake-language-c "David Turner @davecturner": - [] - # - alarmclock # GHC 8.2.1 - # - bank-holidays-england # GHC 8.2.1 + - alarmclock + - bank-holidays-england "Haskell Servant ": [] From 192bb4a148bed335481f272021ebf6eb7017e46c Mon Sep 17 00:00:00 2001 From: Patrick Pelletier Date: Thu, 3 Aug 2017 14:24:43 -0700 Subject: [PATCH 173/225] add mercury-api and normalization-insensitive --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..618f0b50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Patrick Pelletier @ppelleti": + - mercury-api + - normalization-insensitive + "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck From 0f99221994260a74ce28f05599da9498e926f62b Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Thu, 3 Aug 2017 23:30:19 +0200 Subject: [PATCH 174/225] Re-enable multistate, pqueue --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..1354adf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,9 +2945,8 @@ packages: - xml-picklers "Lennart Spitzner @lspitzner": - [] - # - multistate # GHC 8.2.1 - # - pqueue # GHC 8.2.1 + - multistate + - pqueue "Ryan Mulligan @ryantm": [] @@ -3502,7 +3501,6 @@ skipped-tests: - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - - multistate # hspec 2.4 - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 From a2ba65883253ae8448468a2b381850f40755a919 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 4 Aug 2017 03:10:10 +0300 Subject: [PATCH 175/225] Try re-enable servant --- build-constraints.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..07e72106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1111,17 +1111,16 @@ packages: - bank-holidays-england "Haskell Servant ": - [] - # - 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 # 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 + - servant # GHC 8.2.1 + - servant-client # GHC 8.2.1 + - servant-docs # GHC 8.2.1 + - servant-js # GHC 8.2.1 + - 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 @@ -3464,6 +3463,8 @@ skipped-tests: - tdigest - turtle - zippers + # language-ecmascript + - servant-js # # HUnit 1.5 - GLFW-b - Glob From 97e738100f5ecf94e7347bb81d2566e5e04a6699 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 07:58:05 +0300 Subject: [PATCH 176/225] Upper bounds for #2714 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb282dd2..50b78d0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,10 @@ packages: # https://github.com/fpco/stackage/issues/2682 - turtle < 1.4 + # https://github.com/fpco/stackage/issues/2714 + - brick < 0.21 + - word-wrap < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 8242fd558cd5e6e13e8ab82465bb3e319eea2cd3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 08:01:30 +0300 Subject: [PATCH 177/225] Extra upper bound for #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50b78d0f..892a98b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: # https://github.com/fpco/stackage/issues/2666 - megaparsec < 6 - hspec-megaparsec < 1 + - dotenv < 0.4 # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 From f07b62a0925d7f095bbd03701b572c8c9e6e1c13 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Fri, 4 Aug 2017 14:23:32 +0900 Subject: [PATCH 178/225] Enable `chatwork` package --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc7099..b9b8029f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,10 +15,8 @@ packages: - hedgehog - hedgehog-quickcheck - "Nobutada Matsubara @matsubara0507": [] - # package temprarily removed as added while blocked on req-0.3.0; - # see https://github.com/fpco/stackage/issues/2641 - # - chatwork + "Nobutada Matsubara @matsubara0507": + - chatwork "Pavol Klacansky @pavolzetor": - openexr-write From c816fef3b508b107c67a046c4045da67c5fa0d73 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 09:23:15 +0300 Subject: [PATCH 179/225] Block package iand675/metrics#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc7099..4480f3f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,7 +1759,7 @@ packages: "Ian Duncan @iand675": - feature-flags - - metrics + # - metrics # https://github.com/iand675/metrics/issues/10 - pipes-wai - serf - uri-templater From a9b30dde7b677c4e5f57d42c97044fa6a5d60008 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 09:32:08 +0300 Subject: [PATCH 180/225] Block extensible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 255a49ca..6ad0be64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1719,7 +1719,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # - extensible # BLOCKED freer-effects compilation failure - monad-skeleton - objective - witherable From ccd5c19f6f763825ccc00cca64ebe6210aa165df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 12:05:38 +0300 Subject: [PATCH 181/225] Remove expected test failure louispan/data-diverse#3 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ad0be64..bd43a148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,9 +3865,6 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec - # https://github.com/louispan/data-diverse/issues/3 - - data-diverse - # https://github.com/Quid2/flat/issues/1 - flat From a8492d55f632929ce797302d8e1b6fd6267dcd78 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Fri, 4 Aug 2017 21:20:14 +1000 Subject: [PATCH 182/225] Fixed data-diverse test failure --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 255a49ca..812b250d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,9 +3865,6 @@ expected-test-failures: # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - picoparsec - # https://github.com/louispan/data-diverse/issues/3 - - data-diverse - # https://github.com/Quid2/flat/issues/1 - flat From d0c2e8205963a899765dac8d8f27313f6c9ec0d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Aug 2017 16:25:47 +0300 Subject: [PATCH 183/225] Expect test failure takano-akio/filelock#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd43a148..44e7cb89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3874,6 +3874,9 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner + # https://github.com/takano-akio/filelock/issues/4 + - filelock + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9b21a0878d3cd2b09216e0fdb0eb9d5a206307fc Mon Sep 17 00:00:00 2001 From: ars Date: Fri, 4 Aug 2017 21:57:03 +0300 Subject: [PATCH 184/225] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..8fe16457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Sebastian Mihai Ardelean @ardeleanasm": + - qchas + "Patrick Pelletier @ppelleti": - mercury-api - normalization-insensitive From 6075c8656c6c315858360d2ff177f422b452da2e Mon Sep 17 00:00:00 2001 From: jtapolczai Date: Fri, 4 Aug 2017 21:25:08 +0200 Subject: [PATCH 185/225] add listsafe --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..819b74f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: "Levent Erkok @LeventErkok": - sbv + + "János Tapolczai @jtapolczai": + - listsafe # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 407646d03b4bede0c5a40411e645beecaf621481 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 5 Aug 2017 15:07:51 +0100 Subject: [PATCH 186/225] Attempt to reenable clr-inline clr-inline 0.2.0 has been released including ghc 8.2.1 fixes --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..95cb3520 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,7 +42,7 @@ packages: - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui - # - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510, and https://gitlab.com/tim-m89/clr-haskell/issues/28 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": From ebbdf97663ca77ed9417b074b400312c7c41476e Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 5 Aug 2017 19:00:48 +0100 Subject: [PATCH 187/225] Add hexml-lens --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..dc34e29b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -39,6 +39,7 @@ packages: - arrowp-qq - clr-marshal - clr-host + - hexml-lens - hp2pretty # With permission of Claude Heiland-Allend - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage # - threepenny-editors # GHC 8.2.1 via threepenny-gui From 8659917a6caa24883fbfac7ad8c25dd937500546 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 5 Aug 2017 11:25:06 -0700 Subject: [PATCH 188/225] Add constraint "inflections < 0.4" per #2666 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e7cb89..06f343e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,7 @@ packages: - megaparsec < 6 - hspec-megaparsec < 1 - dotenv < 0.4 + - inflections < 0.4 # Unblock cue-sheet above when removing this bound # https://github.com/fpco/stackage/issues/2682 From 03e84545de78c1a88df1f9cf3967c0d08720f447 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 5 Aug 2017 11:26:40 -0700 Subject: [PATCH 189/225] Unblock lens-family-th --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06f343e3..a99a771f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -676,7 +676,7 @@ packages: - rev-state - runmemo - tardis - # - lens-family-th # GHC 8.2.1 + - lens-family-th "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 70ab172e91205db38afc6057aac9cfaded4525fd Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 6 Aug 2017 11:34:04 +0530 Subject: [PATCH 190/225] New version of libmpd is released in Hackage xmonad-extras should build for ghc-8.2 now. Related fix: https://github.com/vimus/libmpd-haskell/pull/95 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a99a771f..8d485f39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -409,7 +409,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - # - xmonad-extras # GHC 8.2.1 via libmpd + - xmonad-extras "haskell-openal": - OpenAL @@ -2883,8 +2883,7 @@ packages: # - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": - [] - # - libmpd # GHC 8.2.1 + - libmpd "Moritz Kiefer @cocreature": - lrucaching From 98bdc449b88b2146afb86d79a57c26c7114d8e72 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 6 Aug 2017 11:54:55 +0530 Subject: [PATCH 191/225] Try enabling all packages related to email-validate A new version of email-validate has been released which builds fine with nightly-2017-07-31. I actually just care about yesod-auth-fb. But going from the comments, I think it should enable building of other packages. Let me know if such a patch is not intended. --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a99a771f..ffa16db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -277,7 +277,7 @@ packages: - warp-tls # - yackage # GHC 8.2.1 via yesod-form - yesod - # - yesod-auth # GHC 8.2.1 via email-validate + - yesod-auth - authenticate-oauth - yesod-bin - yesod-eventsource @@ -380,8 +380,7 @@ packages: # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - [] - # - mandrill # GHC 8.2.1 via email-validate + - mandrill "Jon Schoning @jonschoning": - pinboard @@ -405,7 +404,7 @@ packages: - tldr - fb - yesod-fb - # - yesod-auth-fb # GHC 8.2.1 via yesod-auth + - yesod-auth-fb - hourglass-orphans - wai-slack-middleware - sysinfo @@ -469,7 +468,7 @@ packages: # - labels # https://github.com/chrisdone/labels/issues/8 - ace - ical - # - check-email # GHC 8.2.1 via email-validate + - check-email - freenect - frisby - gd @@ -2092,7 +2091,7 @@ packages: - irc "Dennis Gosnell @cdepillabout": - # - emailaddress # GHC 8.2.1 via email-validate + - emailaddress - envelope - from-sum # - hailgun # GHC 8.2.1 @@ -3234,8 +3233,7 @@ packages: - shikensu "George Pollard @Porges": - [] - # - email-validate # GHC 8.2.1 + - email-validate "Alexander Ignatyev @alexander-ignatyev": - astro From c88792f1bc1f8c869499006340d83acac17090b0 Mon Sep 17 00:00:00 2001 From: ygale Date: Sun, 6 Aug 2017 13:01:59 +0300 Subject: [PATCH 192/225] Use time >= 1.8 for timezone-series --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..dc5d4b3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3334,7 +3334,7 @@ package-flags: containers: false timezone-series: - time_1_6_and_1_7: true + time_1_6_and_1_7: false time_pre_1_6: false mintty: From d7eba2730ccc53ba7d5e5e585232484234de280b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Aug 2017 15:05:18 +0300 Subject: [PATCH 193/225] Unblock package iand675/metrics#10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83ad9160..3985a87d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,7 +1759,7 @@ packages: "Ian Duncan @iand675": - feature-flags - # - metrics # https://github.com/iand675/metrics/issues/10 + - metrics - pipes-wai - serf - uri-templater From e570e0d39224d0222fe5343e758e3aaef0564f4b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Aug 2017 18:17:41 +0300 Subject: [PATCH 194/225] Revert "Block package Shimuuar/fixed-vector-hetero#3" This reverts commit d02117d5b3fe3468507f4d6eb1131bd2c90a0895. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b346311f..903723ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1959,7 +1959,7 @@ packages: "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector - # - fixed-vector-hetero # https://github.com/Shimuuar/fixed-vector-hetero/issues/3 + - fixed-vector-hetero - type-level-numbers "Ryan Scott @RyanGlScott": From 838ea284c450bc65b422b1fd9c187a6a22e2fb34 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Aug 2017 17:33:12 +0200 Subject: [PATCH 195/225] Remove upper bound for turtle (and whitespace). Closes https://github.com/fpco/stackage/issues/2682. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 903723ee..d0239e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,13 +3245,13 @@ packages: "Edward Amsden @eamsden": - h2c - bno055-haskell - + "Matt Noonan @matt-noonan": - justified-containers "Levent Erkok @LeventErkok": - sbv - + "János Tapolczai @jtapolczai": - listsafe @@ -3294,9 +3294,6 @@ packages: - inflections < 0.4 # Unblock cue-sheet above when removing this bound - # https://github.com/fpco/stackage/issues/2682 - - turtle < 1.4 - # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 - word-wrap < 0.2 From e89f760cdd4b72aa35f1b18e4f115fe5128f3b5b Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Sun, 6 Aug 2017 20:16:47 +0300 Subject: [PATCH 196/225] Re-enable some packages --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0239e45..ad417889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1041,7 +1041,7 @@ packages: - partial-handler - postgresql-binary # - slave-thread # GHC 8.2.1 - # - stm-containers # GHC 8.2.1 + - stm-containers - refined "Iustin Pop @iustin": @@ -2040,10 +2040,10 @@ packages: - microlens-contra - shortcut-links - cheapskate-lucid - # - cheapskate-highlight # GHC 8.2.1 + - cheapskate-highlight - cmark-lucid - # - cmark-highlight # GHC 8.2.1 - # - Spock-lucid # GHC 8.2.1 + - cmark-highlight + - Spock-lucid - charsetdetect-ae - ilist - text-all From 191426d1298c128a81b0611c6cfc3921346c98cb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:42:02 +0300 Subject: [PATCH 197/225] Revert "Block packages https://gitlab.com/twittner/wai-predicates/issues/3" This reverts commit 96638be8b49f86863a55beb323f4f4d2042f9f19. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0239e45..3cd7052c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -976,8 +976,8 @@ packages: # - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - # - wai-predicates # https://gitlab.com/twittner/wai-predicates/issues/3 - # - wai-routing # https://gitlab.com/twittner/wai-predicates/issues/3 + - wai-predicates + - wai-routing - zeromq4-haskell "trupill@gmail.com": From 3e22bf81157a9469cd19685a509090f81417d0bf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:43:47 +0300 Subject: [PATCH 198/225] Block qchas due to hmatrix (CC @ardeleanasm) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cd7052c..e0241b78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Sebastian Mihai Ardelean @ardeleanasm": - - qchas + [] # Blocked: hmatrix does not support GHC 8.2 + # + # - qchas "Patrick Pelletier @ppelleti": - mercury-api From 0f30c366e80cd0e753ce8ca82bef1a02b602e45d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:45:15 +0300 Subject: [PATCH 199/225] Block package iand675/metrics#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0241b78..b56b90fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,7 +1762,7 @@ packages: "Ian Duncan @iand675": - feature-flags - - metrics + # - metrics # https://github.com/iand675/metrics/issues/11 - pipes-wai - serf - uri-templater From 2e11057562f55b869db2efc24148bfedce41c4df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 06:48:37 +0300 Subject: [PATCH 200/225] Extra block for c2hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b56b90fc..2eca5da6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -414,7 +414,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras + # - xmonad-extras # GHC 8.2.1 via c2hs "haskell-openal": - OpenAL From 0cd45b36ab375a8dd0c8ed0e6b75385e4a14eba1 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 6 Aug 2017 22:26:59 -0700 Subject: [PATCH 201/225] Add back proto-lens and related packages. New versions have been released which build against stack-nightly. --- build-constraints.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eca5da6..919b1b9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,16 +3172,15 @@ packages: # - hslua-aeson # BOUNDS hslua 0.6 "Judah Jacobson @judah": - [] - # - 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 # GHC 8.2.1 - # - proto-lens-optparse # GHC 8.2.1 - # - proto-lens-protobuf-types # bounds: proto-lens-protoc - # - tensorflow # bounds: proto-lens-protoc + - lens-labels + - proto-lens + - proto-lens-descriptors + - proto-lens-protoc + - proto-lens-combinators + - proto-lens-arbitrary + - proto-lens-optparse + - proto-lens-protobuf-types + # - tensorflow # GHC 8.2.1 # - tensorflow-core-ops # bounds: tensorflow # - tensorflow-opgen # bounds: tensorflow # - tensorflow-ops # bounds: tensorflow From 0a81b27e1c1573dc505e8427d585f549a7f11082 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 08:32:44 +0300 Subject: [PATCH 202/225] Revert "Expect test failure takano-akio/filelock#4" This reverts commit d0c2e8205963a899765dac8d8f27313f6c9ec0d6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eca5da6..c67ed8e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,9 +3878,6 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner - # https://github.com/takano-akio/filelock/issues/4 - - filelock - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From e4658008a5fec821ac1099c3cf741e86dbec97d3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Aug 2017 08:37:54 +0300 Subject: [PATCH 203/225] Expect test failure haskell-works/hw-rankselect#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9bb4c8c..7252d6f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3877,6 +3877,9 @@ expected-test-failures: # Requires running PostgreSQL server - dbcleaner + # https://github.com/haskell-works/hw-rankselect/issues/12 + - hw-rankselect + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 41c5331b7cbf3fc76931d340b9dcfef34b094ee8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 07:40:09 -0700 Subject: [PATCH 204/225] Upper bound req per issue #2730 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7252d6f5..d3806a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2730 + - req < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 6db8e8742dd920097723e4a62f355bc9c1cfb786 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 08:57:18 -0700 Subject: [PATCH 205/225] Remove bound for req and close #2730 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3806a50..7252d6f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,9 +3299,6 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2730 - - req < 0.4 - # end of packages # Package flags are applied to individual packages, and override the values of From d201109546af61ec441e6feb6e2032445be991b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 09:06:02 -0700 Subject: [PATCH 206/225] Skip tests for proto-lens-combinators (https://github.com/google/proto-lens/issues/119) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7252d6f5..084c4dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,6 +3625,9 @@ skipped-tests: # https://github.com/bos/attoparsec/issues/131 - attoparsec + # https://github.com/google/proto-lens/issues/119 + - proto-lens-combinators + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 43aa63d75bdb697b910bbd3bba9447191b80b5c7 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Mon, 7 Aug 2017 19:15:25 +0200 Subject: [PATCH 207/225] wereHamsters awake at full moon to fix compatibility with GHC 8.2.1 --- build-constraints.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..83026bbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1198,17 +1198,17 @@ packages: # - avers-api # GHC 8.2.1 # - avers-api-docs # GHC 8.2.1 # - avers-server # GHC 8.2.1 - # - css-syntax # GHC 8.2.1 + - css-syntax - etcd - github-types - # - 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 # GHC 8.2.1 - # - rethinkdb-client-driver # GHC 8.2.1 + - github-webhook-handler + - github-webhook-handler-snap + - google-cloud + - kraken + - libinfluxdb + # - mole # via snap, snap-server, heist, xmlhtml, + - publicsuffix + - rethinkdb-client-driver - snap-blaze "Alexandr Kurilin @alex_kurilin": From cfdfe239bf1a23f64da7669b25b94bc3d3d366f5 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 7 Aug 2017 20:20:01 +0200 Subject: [PATCH 208/225] Add conduit-algorithms --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..504ef634 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio + - conduit-algorithms "Alex Biehl @alexbiehl": [] From 71a1c750935d2e511a6b9545d165f87682acd501 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Mon, 7 Aug 2017 22:21:49 +0300 Subject: [PATCH 209/225] add bit-stream --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..ac94431c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,7 @@ packages: "Andrew Lelechenko @Bodigrim": - exp-pairs - fast-digits + - bit-stream # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 From aa3d0aa2fe8022f07ff87743b1f0e71cabec293b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 19:38:39 -0700 Subject: [PATCH 210/225] Re-enable shelly as a new version has been released --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 084c4dc2..6272d6ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -309,7 +309,7 @@ packages: - alex - async - base16-bytestring - # - c2hs # GHC 8.2.1 via shelly + - c2hs - csv-conduit - executable-hash - executable-path @@ -1165,7 +1165,7 @@ packages: # - idris # bounds aeson - libffi - xmonad-contrib - # - shelly # GHC 8.2.1: time < 1.7 + - shelly # - cairo # Cabal 2.0.0.2 # - gio # Cabal 2.0.0.2 @@ -2212,8 +2212,7 @@ packages: - titlecase "Mark Fine @markfine": - [] - # - postgresql-schema # GHC 8.2.1 via shelly + - postgresql-schema # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -4151,7 +4150,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- shelly-1.6.8.3 # re-enable shelly, c2hs, etc # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 9345dfb2e80b8545511ba07fd4fafc129218c693 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:34:00 -0700 Subject: [PATCH 211/225] Add shelly to expected test failures (https://github.com/yesodweb/Shelly.hs/issues/150) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6272d6ea..0177e3d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,6 +3882,9 @@ expected-test-failures: # https://github.com/haskell-works/hw-rankselect/issues/12 - hw-rankselect + # https://github.com/yesodweb/Shelly.hs/issues/150 + - shelly + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9a2f2aa977927993f077fd59cdd9029c358ebfec Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:44:56 -0700 Subject: [PATCH 212/225] Block hw-{bits,rankselect,succinct} (https://github.com/haskell-works/hw-bits/issues/8, https://github.com/haskell-works/hw-rankselect/issues/14) --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0177e3d9..7260f5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,7 +2700,7 @@ packages: - hw-parser - hw-prim - hw-rankselect - - hw-succinct + # hw-succinct # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3885,6 +3885,12 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly + # https://github.com/haskell-works/hw-bits/issues/8 + - hw-bits + + # https://github.com/haskell-works/hw-rankselect/issues/14 + - hw-rankselect + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -4153,6 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 48eeb0105871e95fd0b21f7c8299e65fe67cf078 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 7 Aug 2017 20:48:46 -0700 Subject: [PATCH 213/225] Move hw-bits to benchmark skip (https://github.com/haskell-works/hw-bits/issues/8) and disable building hw-rankselect (https://github.com/haskell-works/hw-rankselect/issues/14) --- build-constraints.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7260f5f2..0badc6ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - - hw-rankselect - # hw-succinct + # hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 + # hw-succinct # from hw-rankselect # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3885,12 +3885,6 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly - # https://github.com/haskell-works/hw-bits/issues/8 - - hw-bits - - # https://github.com/haskell-works/hw-rankselect/issues/14 - - hw-rankselect - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -4036,6 +4030,9 @@ skipped-benchmarks: - ed25519 - unordered-containers + # https://github.com/haskell-works/hw-bits/issues/8 + - hw-bits + # end of skipped-benchmarks From 7f2cc0e347e352fe507c3055217d73f81f445849 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Tue, 8 Aug 2017 13:04:54 +0900 Subject: [PATCH 214/225] re-enable extensible `extensible` package use freer-effect only in benchmark. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..ea5f5058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # - extensible # BLOCKED freer-effects compilation failure + - extensible - monad-skeleton - objective - witherable @@ -3920,6 +3920,9 @@ expected-benchmark-failures: # https://github.com/raaz-crypto/raaz/issues/338 - raaz + # freer-effects compilation failure + - extensible + # end of expected-benchmark-failures From 53ec3ee0a233c12f81ce2bef42f9de3984cf4bc0 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Tue, 8 Aug 2017 08:45:41 +0100 Subject: [PATCH 215/225] add leancheck --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..ef3dfd3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,6 +2092,9 @@ packages: # - irc-conduit # GHC 8.2.1 # - irc-client # GHC 8.2.1 + "Rudy Matela @rudymatela": + - leancheck + "Trevor Elliott @elliottt": - irc From a7ebcef6e38e3b5070621db74bc6fdd8957e45ba Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Mon, 7 Aug 2017 11:57:44 +0200 Subject: [PATCH 216/225] Re-enable Earley The latest version of Earley now works with GHC 8.2.1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0badc6ec..7af80fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,7 +352,7 @@ packages: - multiarg # - prednote # GHC 8.2.1 via lens-simple - cartel - # - Earley # GHC 8.2.1 + - Earley - ofx # - pinchot # GHC 8.2.1 - accuerr From b5d9e89dc0ba134ce20068f93767123a28bd128d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 06:57:58 -0700 Subject: [PATCH 217/225] New version of hw-rankselect is out --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea5f5058..2e543b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - # hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 - # hw-succinct # from hw-rankselect + - hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 + - hw-succinct # from hw-rankselect # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3880,7 +3880,7 @@ expected-test-failures: - dbcleaner # https://github.com/haskell-works/hw-rankselect/issues/12 - - hw-rankselect + # hw-rankselect # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly @@ -4159,7 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 +# hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From dae62dfdef86da13edf1bf3d78c8e3f397d9be2f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:03:03 -0700 Subject: [PATCH 218/225] hw-rankselect still fails tests (https://github.com/haskell-works/hw-rankselect/issues/12) --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e543b2a..04b0b603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2699,8 +2699,8 @@ packages: # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - - hw-rankselect # build failure https://github.com/haskell-works/hw-rankselect/issues/14 - - hw-succinct # from hw-rankselect + - hw-rankselect + - hw-succinct # "Ismail Mustafa @ismailmustafa": # - handwriting # GHC 8.2.1 @@ -3880,7 +3880,7 @@ expected-test-failures: - dbcleaner # https://github.com/haskell-works/hw-rankselect/issues/12 - # hw-rankselect + - hw-rankselect # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly @@ -4159,7 +4159,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -# hw-rankselect-0.9.0.0 # blocks hw-succinct, https://github.com/haskell-works/hw-rankselect/issues/14 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ae1a0ded01152db6f006e206f92b14dd3fb85625 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:07:08 -0700 Subject: [PATCH 219/225] Move extensible to skipped-benchmarks, as the PR enabling it was including it in expected-benchmark-failures by mistake --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04b0b603..e5502f41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3920,9 +3920,6 @@ expected-benchmark-failures: # https://github.com/raaz-crypto/raaz/issues/338 - raaz - # freer-effects compilation failure - - extensible - # end of expected-benchmark-failures @@ -4036,6 +4033,9 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits + # freer-effects compilation failure + - extensible + # end of skipped-benchmarks From fcc34b00ad0d33ba93e6daa87fa5a7487fe49d98 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 07:14:57 -0700 Subject: [PATCH 220/225] Disable extensible, https://github.com/fumieval/extensible/issues/12 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5502f41..04ab1f6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - - extensible + # extensible, https://github.com/fumieval/extensible/issues/12 - monad-skeleton - objective - witherable @@ -4033,9 +4033,6 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits - # freer-effects compilation failure - - extensible - # end of skipped-benchmarks @@ -4159,6 +4156,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 +- freer-effects-0.3.0.1 # re-enable extensible, https://github.com/fumieval/extensible/issues/12 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 78df2c37ca2ca8e05f8dfa7061ddddf019113ba4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Aug 2017 17:46:46 +0300 Subject: [PATCH 221/225] Don't expect test failure sdroege/conduit-iconv#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ee6a46..59757e94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,9 +3864,6 @@ expected-test-failures: # https://github.com/Daniel-Diaz/HaTeX/issues/100 - HaTeX - # https://github.com/sdroege/conduit-iconv/issues/2 - - conduit-iconv - # https://github.com/raaz-crypto/raaz/issues/337 - raaz From fd769eb7c039dcefaf808f3df5d8396d995ab83d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 09:08:24 -0700 Subject: [PATCH 222/225] Try extensible again --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59757e94..1461342f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,7 +1724,7 @@ packages: "Fumiaki Kinoshita @fumieval": - boundingboxes - control-bool - # extensible, https://github.com/fumieval/extensible/issues/12 + - extensible - monad-skeleton - objective - witherable @@ -4033,6 +4033,9 @@ skipped-benchmarks: # https://github.com/haskell-works/hw-bits/issues/8 - hw-bits + # https://github.com/fumieval/extensible/issues/12 + - extensible + # end of skipped-benchmarks From 572028faf94b68df6f97b0fcae089335c980ffea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 09:25:41 -0700 Subject: [PATCH 223/225] extensible works, except benchmarks --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1461342f..2a94ab16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4159,7 +4159,7 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- freer-effects-0.3.0.1 # re-enable extensible, https://github.com/fumieval/extensible/issues/12 +- freer-effects-0.3.0.1 # re-enable extensible benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 51b932ff65cd3cc1f5f5292ed9feed5b347c33d5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 10:00:15 -0700 Subject: [PATCH 224/225] Skip benchmark build for bit-stream (https://github.com/Bodigrim/bit-stream/issues/4) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8d6909d..34a9909b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,6 +4037,9 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible + # https://github.com/Bodigrim/bit-stream/issues/4 + - bit-stream + # end of skipped-benchmarks From 657d92418a6131e81263f3da87733e6cf080f0b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 11:47:00 -0700 Subject: [PATCH 225/225] Mark conduit-algorithms as Haddock failure (https://github.com/luispedro/conduit-algorithms/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fa01316..c596d102 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3955,6 +3955,9 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier + # https://github.com/luispedro/conduit-algorithms/issues/1 + - conduit-algorithms + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them.