From 796609a5568d1c3df25a4a4857f84ea6a5c15f4b Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sat, 16 Jul 2016 00:32:55 -0600 Subject: [PATCH 0001/3109] some trivial packages; I don't think unfoldable-restricted (and also quickcheck-combinators) will pass due to `unfoldable` not being available on stackage though. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9dadea4..86757563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1410,6 +1410,9 @@ packages: # GHC 8 - pred-trie - pred-set - HSet + - unit-constraint + - unfoldable-restricted + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - control-bool From b832e42761ba08d1b2f55e5b5dc80b85c9df8598 Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 29 Sep 2016 12:50:26 -0700 Subject: [PATCH 0002/3109] Add rethinkdb package back to Stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4cef52a..a0783400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1745,7 +1745,7 @@ packages: "Brandon Martin @codedmart": [] # GHC 8 & via engine-io - engine-io-wai - # - rethinkdb # BLOCKED aeson 1.0 + - rethinkdb "Michael Walker @barrucadu": - both From 3865c86566464151888a753d41e6cf2cf73d1c3e Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Sat, 1 Oct 2016 02:11:01 +0800 Subject: [PATCH 0003/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..34fc80e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2171,6 +2171,7 @@ packages: "Cindy Wang @CindyLinz": - NoTrace + - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": - polynomials-bernstein From 24bb37ddab9e297eca0285aeada3b0e923c6b88a Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Fri, 30 Sep 2016 16:40:34 -0700 Subject: [PATCH 0004/3109] add hdbc-mysql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ec77d91..d6ae0108 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2508,6 +2508,9 @@ packages: - multistate - pqueue + "Ryan Mulligan @ryantm": + - hdbc-mysql + # 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 From ec3ac751571d4865b74bcb483be65070fb2c10ae Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sat, 1 Oct 2016 10:45:30 +1000 Subject: [PATCH 0005/3109] Added tonyday567 packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf26fabb..37de3728 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2122,6 +2122,9 @@ packages: "Braden Walters @meoblast001": - hakyll-sass + "Tony Day @tonyday567": + - chart-unit + # 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 From 7098d58614fbf9f155129d0622f61e0d411e8925 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 18:55:07 -0700 Subject: [PATCH 0006/3109] Remove extra empty list (bad yaml syntax) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdce6b39..1d5ceb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1743,7 +1743,6 @@ packages: - storable-record "Brandon Martin @codedmart": - [] # GHC 8 & via engine-io - engine-io-wai - rethinkdb From 8827106a7775615b581715e83f048bc6454d3b90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:38:45 -0700 Subject: [PATCH 0007/3109] tell us when servant-mock is released --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d5ceb19..8cb9fd58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,3 +3099,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 From 5e088ab849ad8a4077ec0d24ab1c1189b0e03bae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:43:09 -0700 Subject: [PATCH 0008/3109] Remove constraint on yi-language --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8cb9fd58..fc567ffa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2572,9 +2572,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/yi-editor/yi/issues/913 - - yi-language < 0.13 - # end of packages From 9ab258766f0f30d65f3638c09e76c11f6f8bde0f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:46:25 -0700 Subject: [PATCH 0009/3109] Restore giphy-api --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc567ffa..bddb0216 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,7 +2112,7 @@ packages: - language-dockerfile "Pascal Hartig @passy": - # - giphy-api # https://github.com/passy/giphy-api/issues/10 + - giphy-api - optparse-text "rightfold @rightfold": From 2d5e438d8e38b5a389f784c94a80405dee07d3b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 30 Sep 2016 22:50:12 -0700 Subject: [PATCH 0010/3109] Re-enable haxl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bddb0216..d1579e88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1032,7 +1032,7 @@ packages: - arithmoi - friendly-time - hashable - # - haxl # https://github.com/facebook/Haxl/issues/57 + - haxl - monad-time - packdeps - recursion-schemes From 5a9663022ee2e65b951317c38f14848785a7d5ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 07:52:52 -0700 Subject: [PATCH 0011/3109] notify on new haskell-src-meta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1579e88..522d6d39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,3 +3097,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 +- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 From 018c6809f6e6a26540bef8a0316bc531f94e77f9 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 1 Oct 2016 18:30:57 +0100 Subject: [PATCH 0012/3109] Add data-msgpack and network-msgpack-rpc packages See https://github.com/TokTok/hs-msgpack/issues/4. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..586dd70c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2513,6 +2513,10 @@ packages: "Tony Day @tonyday567": - chart-unit + + "Iphigenia Df @iphydf": + - data-msgpack + - network-msgpack-rpc # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 40b27f4ca6f101db49ef58070b5efb1fdef45966 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 1 Oct 2016 15:08:53 -0700 Subject: [PATCH 0013/3109] Add constraint "tttool < 1.6.1.3" per #1784 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 522d6d39..f283f54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2549,6 +2549,7 @@ packages: - diagrams-cairo < 1.3.1.2 - diagrams-rasterific < 1.3.1.9 - diagrams-svg < 1.4.0.4 + - tttool < 1.6.1.3 # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 From c11591c0c065093d8d4e9a3cb3bda9068488b42a Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sun, 2 Oct 2016 23:20:34 +0900 Subject: [PATCH 0014/3109] Reenable the hailgun package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..029e93c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1765,7 +1765,7 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # BLOCKED http-client 0.5 + - hailgun # GHC 8 - ig - natural-transformation - opaleye-trans From 909538ef4694ee8bd9be2bb7292f613bf3c8c43e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:04:50 +0900 Subject: [PATCH 0015/3109] drop bound for terminal-progress-bar (#1857) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d2532b..0aeeb4ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,9 +2558,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2726,7 +2723,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From b88bfe9c58465f36984768cdae4aa876fe9966ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 16:45:39 +0900 Subject: [PATCH 0016/3109] http-client-0.5 is in Nightly BLOCKED http-client via wreq -> BLOCKED wreq --- build-constraints.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f544e9f7..989feb6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -401,7 +401,7 @@ packages: "Paul Harper @benekastah": [] - # - yesod-auth-oauth2 # BLOCKED http-client 0.5 + # - yesod-auth-oauth2 # BLOCKED aeson-1.0 "Felipe Lessa @meteficha": # bounds - country-codes @@ -893,7 +893,8 @@ packages: # GHC 8 - machines-binary # GHC 8 - machines-process # GHC 8 - sarsi - # - wreq # BLOCKED http-lient 0.5 # on behalf of Bryan O'Sullivan @bos + # on behalf of Bryan O'Sullivan @bos: + # - wreq # BLOCKED http-client 0.5 "Andraz Bajt @edofic": - effect-handlers @@ -970,7 +971,7 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # BLOCKED wreq via http-client + # BLOCKED wreq: # - bitcoin-api # - bitcoin-api-extra - bitcoin-block @@ -2029,7 +2030,7 @@ packages: - git-fmt - omnifmt # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack # BLOCKED http-client 0.5 + # - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2096,7 +2097,7 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # http-client 0.5 via wreq + # - extract-dependencies # BLOCKED wreq - file-modules - frontmatter - read-editor @@ -2104,10 +2105,10 @@ packages: # bounds - hzulip - list-prompt # GHC 8 - memoization-utils - # - package-description-remote # BLOCKED http-client 0.5 via wreq + # - package-description-remote # BLOCKED wreq - projectroot - questioner - # - stack-run-auto # BLOCKED http-client 0.5 via wreq + # - stack-run-auto # BLOCKED wreq # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate - language-dockerfile @@ -2166,7 +2167,7 @@ packages: "Justus Adam @JustusAdam": [] - # - mustache # BLOCKED http-client 0.5 via wreq + #- mustache # BLOCKED wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2293,7 +2294,7 @@ packages: "Ismail Mustafa @ismailmustafa": [] - # - handwriting # BLOCKED http-client 0.5 via wreq + # - handwriting # BLOCKED wreq "Stephen Diehl @sdiehl": - protolude @@ -2472,7 +2473,7 @@ packages: "Matthias Herrmann @2chilled": [] - # - scrape-changes # BLOCKED http-client 0.5 + # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": - writer-cps-mtl @@ -2528,7 +2529,7 @@ packages: - bower-json - boxes - pattern-arrows - # - purescript # BLOCKED http-client 0.5 + # - purescript # BLOCKED aeson-1.0 # If you want to make sure a package is removed from stackage, @@ -3100,3 +3101,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 +- wreq 0.4.1.0 From d5c849fec08610a812bece4f9e0eb80efafd8bc3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:38:15 +0900 Subject: [PATCH 0017/3109] cron owned by @MichaelXavier --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989feb6d..309411d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1571,7 +1571,6 @@ packages: - string-class - SHA - data-ordlist - # - cron # BLOCKED haskell-src-exts 1.18 via derive - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": From a59eb8bd6ea1cb070487a085a90221a0f0f17be3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Oct 2016 17:39:09 +0900 Subject: [PATCH 0018/3109] make haskell-src-exts blocked comments more explicit -> haskell-src-meta, derive, aeson-qq, etc --- build-constraints.yaml | 65 +++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309411d8..ae6aeea2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,7 +15,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # haskell-src-exts 1.18 via derive + # - postgresql-query # BLOCKED derive - hreader - hset @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - # - hspec-wai-json # BLOCKED haskell-src-exts 1.18 via aeson-qq - # - aeson-qq # BLOCKED haskell-src-exts 1.18 - # - interpolate # BLOCKED haskell-src-exts 1.18 + #- hspec-wai-json # BLOCKED aeson-qq + #- aeson-qq # BLOCKED haskell-src-meta + #- interpolate # BLOCKED haskell-src-meta - doctest - base-compat @@ -488,7 +488,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # haskell-src-exts 1.18 via derive + # - bloodhound # BLOCKED derive and aeson-1.0 "Adam Bergmark @bergmark": - HUnit @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - # - here # BLOCKED haskell-src-exts 1.18 + #- here # BLOCKED haskell-src-meta - hlibgit2 - gitlib-libgit2 - hostname-validate - # - interpolatedstring-perl6 # BLOCKED haskell-src-exts 1.18 + #- interpolatedstring-perl6 # BLOCKED haskell-src-meta - iproute - missing-foreign - MissingH @@ -779,7 +779,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED haskell-src-exts 1.18 via interpolate + # - hpack # BLOCKED interpolate "Michael Sloan @mgsloan": - th-orphans @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - # - QuasiText # BLOCKED haskell-src-exts 1.18 + #- QuasiText # BLOCKED haskell-src-meta - union-find - zip-archive @@ -990,15 +990,15 @@ packages: - gitson - pcre-heavy - http-link-header - # - microformats2-parser # BLOCKED haskell-src-exts 1.18 via aeson-qq + # - microformats2-parser # BLOCKED aeson-qq - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-exts 1.18 + # - language-c-quote # BLOCKED haskell-src-meta "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-exts 1.18 via interpolate + # - generics-eot # BLOCKED haskell-src-meta - getopt-generics - graph-wrapper - string-conversions @@ -1075,7 +1075,7 @@ packages: - persistent-refs "Luke Taylor @tekul": - - jose-jwt # BLOCKED haskell-src-exts 1.18 via aeson-qq + - jose-jwt "Brendan Hay @brendanhay": # BLOCKED http-conduit 2.2 @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc # BLOCKED haskell-src-exts 1.18 - # - jmacro-rpc-happstack # BLOCKED haskell-src-exts 1.18 - # via snap-core - jmacro-rpc-snap + # - jmacro # BLOCKED haskell-src-meta + # - jmacro-rpc # BLOCKED jmacro + # - jmacro-rpc-happstack # BLOCKED jmacro + # - jmacro-rpc-snap # BLOCKED snap-core - mbox - kmeans - boolsimplifier @@ -1466,9 +1466,9 @@ packages: "Michael Xavier @MichaelXavier": - angel - # - uri-bytestring # haskell-src-exts 1.18 via derive + - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # haskell-src-exts 1.18 via derive + # - cron # BLOCKED derive # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -1547,11 +1547,11 @@ packages: - google-oauth2-jwt "koral koral@mailoo.org @k0ral": - # - atom-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - atom-conduit - conduit-parse - # - opml-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - rss-conduit # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring - # - imm # BLOCKED haskell-src-exts 1.18 via derive/uri-bytestring + - opml-conduit + - rss-conduit + # - imm # BLOCKED derive - timerep - xml-conduit-parse @@ -1688,7 +1688,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 + # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 "James Cook @mokus0": - dependent-sum @@ -1946,8 +1946,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # BLOCKED http-conduit 2.2 - # - twitter-types # haskell-src-exts 1.18 via derive - # - twitter-types-lens # haskell-src-exts 1.18 via derive + # - twitter-types # BLOCKED derive + # - twitter-types-lens # BLOCKED derive # "Robbin C. robbinch": # via lzma-conduit - zim-parser @@ -2064,7 +2064,7 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-exts 1.18 via hsx2hs + # - clckwrks # haskell-src-meta and hsx2hs # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs @@ -2199,7 +2199,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # haskell-src-exts 1.18 via derive + # - ua-parser # BLOCKED derive - hs-GeoIP - retry # GHC 8 - katip @@ -2300,7 +2300,7 @@ packages: "Daishi Nakajima @nakaji_dayo": [] - # - yesod-job-queue # BLOCKED haskell-src-exts 1.18 via cron + # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": # via hakyll - hakyll-sass @@ -2413,8 +2413,8 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # haskell-src-exts 1.18 via aeson-qq - # - solga-swagger # haskell-src-exts 1.18 via aeson-qq + # - solga # BLOCKED aeson-qq + # - solga-swagger # aeson-qq # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure - webrtc-vad @@ -2438,7 +2438,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-exts 1.18 + # - codo-notation # BLOCKED haskell-src-meta - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran @@ -2882,7 +2882,6 @@ expected-test-failures: - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed - - haskell-src-exts # 1.17.1 - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 From a6c510cf3457ff26d4fd24cf14e8b1faa3060f51 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:52:58 +0900 Subject: [PATCH 0019/3109] megaparsec < 5.1.0 (#1959) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae6aeea2..418e5bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2574,6 +2574,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1959 + - megaparsec < 5.1.0 # end of packages From e9e81da19fb99a8184d5df18518adf5e06fce1fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 11:56:23 +0900 Subject: [PATCH 0020/3109] Revert "drop bound for terminal-progress-bar (#1857)" since 0.1.[01] fails to test/build (roelvandijk/terminal-progress-bar#12) This reverts commit 909538ef4694ee8bd9be2bb7292f613bf3c8c43e. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 418e5bde..81e30073 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,6 +2558,9 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 + # https://github.com/fpco/stackage/issues/1857 + - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this + # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2725,7 +2728,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - + - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d632a0036bb5a8dbe0d8c2083750a64828f440a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 12:20:14 +0900 Subject: [PATCH 0021/3109] re-disable opml-conduit (k0ral/opml-conduit#5) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e30073..98081f1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,7 +1549,8 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - - opml-conduit + # https://github.com/k0ral/opml-conduit/issues/5 + # - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From ecb134600ff37e6ac98c47834f2325e25d2f750c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 18:32:51 +0900 Subject: [PATCH 0022/3109] Revert "megaparsec < 5.1.0 (#1959)" should be ok with language-puppet 1.3.2.1 This reverts commit a6c510cf3457ff26d4fd24cf14e8b1faa3060f51. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98081f1d..f3357971 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2578,8 +2578,6 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1959 - - megaparsec < 5.1.0 # end of packages From f9cedc98e29be0552eafa3f8065c59e48ff59aa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:29:29 +0900 Subject: [PATCH 0023/3109] haskell-src-meta-0.7 supports haskell-src-exts-1.18 --- build-constraints.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3357971..5acf4cf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -354,9 +354,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - #- hspec-wai-json # BLOCKED aeson-qq - #- aeson-qq # BLOCKED haskell-src-meta - #- interpolate # BLOCKED haskell-src-meta + - hspec-wai-json + - aeson-qq + - interpolate - doctest - base-compat @@ -763,11 +763,11 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta + #- here # BLOCKED haskell-src-meta-0.7.0 - hlibgit2 - gitlib-libgit2 - hostname-validate - #- interpolatedstring-perl6 # BLOCKED haskell-src-meta + - interpolatedstring-perl6 - iproute - missing-foreign - MissingH @@ -833,7 +833,7 @@ packages: # bounds - elm-package - language-glsl - prettyclass - #- QuasiText # BLOCKED haskell-src-meta + - QuasiText - union-find - zip-archive @@ -995,10 +995,10 @@ packages: "Francesco Mazzoli @bitonic": [] - # - language-c-quote # BLOCKED haskell-src-meta + # - language-c-quote # BLOCKED haskell-src-meta-0.7 "Sönke Hahn @soenkehahn": - # - generics-eot # BLOCKED haskell-src-meta + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1257,10 +1257,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # - jmacro # BLOCKED haskell-src-meta - # - jmacro-rpc # BLOCKED jmacro - # - jmacro-rpc-happstack # BLOCKED jmacro - # - jmacro-rpc-snap # BLOCKED snap-core + - jmacro + - jmacro-rpc + - jmacro-rpc-happstack + - jmacro-rpc-snap - mbox - kmeans - boolsimplifier @@ -2439,7 +2439,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - camfort - # - codo-notation # BLOCKED haskell-src-meta + - codo-notation - fortran-src # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad - language-fortran From f18a4c8ddce1f6f4b15e74ccb4363d1d07e3416d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Oct 2016 19:32:35 +0900 Subject: [PATCH 0024/3109] remove haskell-src-meta-0.6.0.14 from "tell when released" --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5acf4cf8..860af7a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,5 +3102,4 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- haskell-src-meta-0.6.0.14 # haskell-src-exts 0.18 - wreq 0.4.1.0 From 5c0222489a1fb688405e753fa64b37bdf1fd1eca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 5 Oct 2016 11:34:58 +0900 Subject: [PATCH 0025/3109] Revert "re-disable opml-conduit (k0ral/opml-conduit#5)" opml-conduit-0.6.0.1 This reverts commit d632a0036bb5a8dbe0d8c2083750a64828f440a6. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..4d89f475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1549,8 +1549,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse - # https://github.com/k0ral/opml-conduit/issues/5 - # - opml-conduit + - opml-conduit - rss-conduit # - imm # BLOCKED derive - timerep From e8d8d50a37657055dbc46013a0fde1524fb3ce08 Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Tue, 4 Oct 2016 18:07:10 -0400 Subject: [PATCH 0026/3109] add threads-extra to stackage add clock-extras and next-ref to build-constraints.yaml --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 860af7a9..8637920d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,11 @@ packages: - data-msgpack - network-msgpack-rpc + "Jonathan Fischoff ": + - threads-extra + - clock-extras + - next-ref + # 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 From fc699d8b1329e20cb5174fc4851668bb1854c849 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 5 Oct 2016 09:33:16 +0200 Subject: [PATCH 0027/3109] Re-enable some test suites and haddocks --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..39431f0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,8 +2692,6 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - - GLFW-b # https://github.com/bsl/GLFW-b/issues/62 - - HsOpenSSL # https://github.com/phonohawk/HsOpenSSL/issues/57 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 @@ -2707,7 +2705,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - pure-cdb # test-simple - - shelly # https://github.com/yesodweb/Shelly.hs/issues/127 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 @@ -2948,7 +2945,6 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - metrics # https://github.com/iand675/metrics/issues/5 - - hocilib # https://github.com/fpinsight/hocilib/issues/1 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 3d89776a8c62ec7cb651ffd8108230d0bf509d69 Mon Sep 17 00:00:00 2001 From: Stefan Wehr Date: Wed, 5 Oct 2016 17:57:07 +0200 Subject: [PATCH 0028/3109] Added large-hashable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..a5c74593 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,6 +215,7 @@ packages: - HTF - xmlgen - stm-stats + - large-hashable "Bart Massey @BartMassey": - parseargs From 80c0cbe362abc476229939b9056fddb94a0c94d8 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Wed, 5 Oct 2016 17:04:16 -0400 Subject: [PATCH 0029/3109] Adding package hsinstall to Stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d89f475..71bbc2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2517,6 +2517,9 @@ packages: "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc + + "Dino Morelli @dino-": + - hsinstall # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From bd333494d16904f7ef9d6bb0684a7175e8be9508 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:38:32 +0900 Subject: [PATCH 0030/3109] HUnit < 1.4.0.0 (#1965) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b5d5a31..9d2c66c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2586,6 +2586,8 @@ packages: - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 + # https://github.com/fpco/stackage/issues/1965 + - HUnit < 1.4.0.0 # end of packages From d3958bc3bddd566c3a29f53f51d6a3c64b29988a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:19 +0900 Subject: [PATCH 0031/3109] clarify repa and Agda QuickCheck blocks --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d2c66c1..bdc58af1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,9 +622,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck 2.9 - # - repa-io # BLOCKED QuickCheck 2.9 - # - repa-algorithms # BLOCKED QuickCheck 2.9 + # - repa # BLOCKED QuickCheck < 2.9 + # - repa-io # BLOCKED repa + # - repa-algorithms # BLOCKED repa # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -1689,7 +1689,7 @@ packages: "Andrés Sicard-Ramírez @asr": [] - # - Agda # BLOCKED haskell-src-exts 1.18 and QuickCheck-2.9 + # - Agda # BLOCKED haskell-src-exts < 1.18 and QuickCheck < 2.9 "James Cook @mokus0": - dependent-sum From a9f9816ec5e27e6a3e6cbf8eb182d6a49f0a219b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 7 Oct 2016 13:39:59 +0900 Subject: [PATCH 0032/3109] reenable yi --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdc58af1..2a1443b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,8 +1786,8 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # BLOCKED QuickCheck 2.9 - # - yi-fuzzy-open # BLOCKED QuickCheck 2.9 + - yi + - yi-fuzzy-open - yi-language - yi-rope From be0bca1667796b3141ab59beeb7265bd304789f7 Mon Sep 17 00:00:00 2001 From: Bernie Pope Date: Sat, 8 Oct 2016 19:48:15 +1100 Subject: [PATCH 0033/3109] Add language-python --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..079aca9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2526,6 +2526,9 @@ packages: - threads-extra - clock-extras - next-ref + + "Bernie Pope @bjpop": + - language-python # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9e70334c4b5c686020d08700d01fd6c5a46d9b86 Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Sat, 8 Oct 2016 15:05:10 +0200 Subject: [PATCH 0034/3109] Re-enable servant-mock Test-suite fixed in version 0.8.1.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..6453f87b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,7 +873,7 @@ packages: - servant-lucid - servant-blaze - servant-foreign - # - servant-mock # https://github.com/haskell-servant/servant-mock/issues/3 + - servant-mock - servant-cassava "Alexandr Ruchkin @mvoidex": From 878daad4c227515dc0a0025e5f11421c1446a2fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 8 Oct 2016 19:59:01 +0200 Subject: [PATCH 0035/3109] Remove http-types entries that were added by mistake. https://github.com/fpco/stackage/pull/1956#issuecomment-252417312 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1443b5..8aae3baf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1460,7 +1460,6 @@ packages: # 0.2.0.0 compilation failure - uri-templater # via uri-templater - librato # bounds - datadog - - http-types # bounds - engine-io-growler # bounds - flowdock # GHC 8 - growler @@ -1878,7 +1877,6 @@ packages: - withdependencies - hruby - language-puppet - - http-types # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash @@ -2504,7 +2502,7 @@ packages: "Philipp Balzarek ": - xml-picklers - + "Lennart Spitzner lsp@informatik.uni-kiel.de @lspitzner": - multistate - pqueue @@ -2514,11 +2512,11 @@ packages: "Tony Day @tonyday567": - chart-unit - + "Iphigenia Df @iphydf": - data-msgpack - network-msgpack-rpc - + "Dino Morelli @dino-": - hsinstall From e2f33e6ff027cf28fcbf267e279c069643537cae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:37:20 +0900 Subject: [PATCH 0036/3109] haskell-gi-base < 0.19 (#1970) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03e6dbb4..f5ab91ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,6 +2589,9 @@ packages: # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + + # https://github.com/fpco/stackage/issues/1970 + - haskell-gi-base < 0.19 # end of packages From 14eb23a189894e2a42a874e27d81cfb461b15855 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:43:48 +0900 Subject: [PATCH 0037/3109] hspec-expectations < 0.8.0 (#1971) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5ab91ca..74bd5e9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,6 +2592,9 @@ packages: # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 + + # https://github.com/fpco/stackage/issues/1971 + - hspec-expectations < 0.8.0 # end of packages From 45f88ad8dc87ab95904d54c7ffb92bab958abf41 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:45:57 +0900 Subject: [PATCH 0038/3109] lens < 4.15 (#1972) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74bd5e9e..59c1ce31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,9 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + + # https://github.com/fpco/stackage/issues/1972 + - lens < 4.15 # end of packages From 6e797e1bca6a932ffa1085ed203b3392f093e83a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:48:03 +0900 Subject: [PATCH 0039/3109] hspec-wai < 0.8.0 (#1971) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c1ce31..8ad26d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 + - hspec-wai < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 6bcd8233521742c5380ac91ce8b9bcca95ae2972 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 21:58:06 +0900 Subject: [PATCH 0040/3109] more bounds for hspec-expectations-0.8.0 (#1971) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ad26d6b..863cb1de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,8 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - - hspec-wai < 0.8.0 + - hspec-wai < 0.7.0 + - hspec-wai-json < 0.8.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 65f1f9babc72f9255d5aeee2b2bc07a0acd3b50b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:07:49 +0900 Subject: [PATCH 0041/3109] hspec-wai-json < 0.7.0 (#1971) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 863cb1de..7fba2791 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2596,7 +2596,7 @@ packages: # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - - hspec-wai-json < 0.8.0 + - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 From 94f2a5c09b5fad41ee9b3c60a67c8e7effad909f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 9 Oct 2016 23:11:34 +0900 Subject: [PATCH 0042/3109] run-nightly.sh: don't print date until end --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9c222bde..992f855f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date echo echo "Running cron.sh (hiding verbose output)" From e1934f3840385ecb4d4d33de544a14556456c346 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 9 Oct 2016 18:33:20 +0330 Subject: [PATCH 0043/3109] add picedit to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..77915a92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2528,6 +2528,9 @@ packages: "Bernie Pope @bjpop": - language-python + "Mahdi Dibaiee ": + - picedit + # 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 From 30f7ff54b83c778cd808a89d5051724b5e935409 Mon Sep 17 00:00:00 2001 From: Omari Norman Date: Sun, 9 Oct 2016 14:07:08 -0400 Subject: [PATCH 0044/3109] Remove pipes-cliff Is unmaintained and may be buggy. Has no dependencies in Stackage. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..92911ba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -143,7 +143,6 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - pipes-cliff - anonymous-sums - multiarg - prednote From 556d172eff09ddb50aed2885022ff129f5770672 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 20:18:11 +0200 Subject: [PATCH 0045/3109] Update lens benchmark info --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fba2791..f4d7f9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2524,7 +2524,7 @@ packages: - threads-extra - clock-extras - next-ref - + "Bernie Pope @bjpop": - language-python @@ -2599,7 +2599,7 @@ packages: - hspec-wai-json < 0.7.0 # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 + - lens < 4.15 # Re-enable `lens' benchmarks when lifted # end of packages @@ -2944,7 +2944,7 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # https://github.com/ekmett/lens/issues/672 + - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 3c6c73ed5192351d0c4e7d2366e990e70bcb904d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 9 Oct 2016 23:49:59 +0200 Subject: [PATCH 0046/3109] Re-enable snap packages --- build-constraints.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..f3e950f5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -46,7 +46,7 @@ packages: # GHC 8 - envy - s3-signer # bounds - google-translate - # via snap - hackernews + - hackernews # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams @@ -186,12 +186,12 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # via snap-core - hakyll + # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell # - profiteur # BLOCKED aeson 1.0 - psqueues - websockets - # via snap-core - websockets-snap + - websockets-snap "Sibi Prabakaran @psibi": - download @@ -415,7 +415,7 @@ packages: - serversession-backend-acid-state # bounds - serversession-backend-persistent # bounds - serversession-backend-redis - # via snap - serversession-frontend-snap + # - serversession-frontend-snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus @@ -501,7 +501,7 @@ packages: - fay-text - fay-uri - feed - # via snap - snaplet-fay + - snaplet-fay - time-compat - through-text @@ -673,7 +673,7 @@ packages: - rest-core - rest-gen - rest-happstack - # GHC 8 - rest-snap + - rest-snap - rest-stringmap - rest-types - rest-wai @@ -946,11 +946,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 & via snap-core - github-webhook-handler-snap + # GHC 8 - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 & via snap - mole + # GHC 8 - mole - publicsuffix - rethinkdb-client-driver @@ -1488,7 +1488,7 @@ packages: # GHC 8 - wai-routes "Daniel Patterson @dbp": - # GHC 8 - hspec-snap + # via digestive-functors - hspec-snap - hworker # - hworker-ses BLOCKED amazonka-core - fn @@ -2302,7 +2302,7 @@ packages: # - yesod-job-queue # BLOCKED cron # "Braden Walters @meoblast001": - # via hakyll - hakyll-sass + # - hakyll-sass "Patrick Thomson @helium": - postgresql-transactional @@ -2735,6 +2735,7 @@ skipped-tests: - system-filepath # QuickCheck 2.9 - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 + - snap # QuickCheck 2.9 # Transitive outdated dependencies # These packages @@ -2918,7 +2919,6 @@ expected-test-failures: # Problem on the stackage build server, we need to dig deeper into # these if we want them fixed - - snap-core # 1.0.0.0 https://github.com/snapframework/snap-core/issues/261 - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 From 5df9f7bc13d52371aca1885dd157244fb2ea3e5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Oct 2016 00:02:44 +0200 Subject: [PATCH 0047/3109] Re-enable haskell-src-exts packages --- build-constraints.yaml | 43 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3e950f5..b4b4a538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -764,7 +764,7 @@ packages: # GHC 8 - file-location - fuzzcheck - haddock-api - #- here # BLOCKED haskell-src-meta-0.7.0 + # haskell-src-exts 1.18 - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -780,7 +780,7 @@ packages: - monad-extras # - stack < 9.9.9 # BLOCKED http-conduit 2.2 - optparse-simple - # - hpack # BLOCKED interpolate + - hpack "Michael Sloan @mgsloan": - th-orphans @@ -995,8 +995,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # - language-c-quote # BLOCKED haskell-src-meta-0.7 + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot @@ -2027,8 +2026,8 @@ packages: "Henry J. Wylde @hjwylde": - git-fmt - omnifmt - # - werewolf # BLOCKED haskell-src-exts 1.18 via interpolate - # - werewolf-slack + # aeson & extra - werewolf + # aeson & extra & http-client & http-client-tls - werewolf-slack "Will Sewell @willsewell": - benchpress @@ -2063,25 +2062,25 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - clckwrks # haskell-src-meta and hsx2hs - # - clckwrks-cli # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-page # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-plugin-media # haskell-src-exts 1.18 via hsx2hs - # - clckwrks-theme-bootstrap # haskell-src-exts 1.18 via hsx2hs + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap - hackage-whatsnew - # - happstack-authenticate # haskell-src-exts 1.18 via hsx2hs + - happstack-authenticate - happstack-clientsession - # - happstack-hsp # haskell-src-exts 1.18 via hsx2hs - # - happstack-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - happstack-hsp + - happstack-jmacro - happstack-server - happstack-server-tls - # - hsx-jmacro # BLOCKED haskell-src-exts 1.18 via jmacro + - hsx-jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - # - reform-hsp # haskell-src-exts 1.18 via hsx2hs + - reform-hsp - userid - web-plugins - web-routes @@ -2090,7 +2089,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - # - hsx2hs # BLOCKED haskell-src-exts 1.18 + - hsx2hs "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2107,7 +2106,7 @@ packages: - projectroot - questioner # - stack-run-auto # BLOCKED wreq - # - hpack-convert # BLOCKED haskell-src-exts 1.18 via interpolate + # aeson 1.0 - hpack-convert - language-dockerfile "Pascal Hartig @passy": @@ -2421,7 +2420,7 @@ packages: - hmpfr "Bartosz Nitka @niteria": - # - haskell-packages # BLOCKED haskell-src-exts via hse-cpp + - haskell-packages - oeis "Gergely Patai @cobbpg": @@ -2450,8 +2449,7 @@ packages: - encoding-io "Anton Gushcha @ncrashed": - [] - # - aeson-injector # haskell-src-exts 1.18 via aeson-qq + - aeson-injector "Rune K. Svendsen @runeks": [] @@ -2742,9 +2740,6 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - swagger2 # haskell-src-exts 1.18 via aeson-qq - - servant-swagger # haskell-src-exts 1.18 via aeson-qq - - yaml # haskell-src-exts via aeson-qq - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive From cb473b55974c535fdbed1297030745a8b1123f44 Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Sun, 9 Oct 2016 18:28:18 -0400 Subject: [PATCH 0048/3109] Added new package tce-conf --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4d7f9e5..15657bf1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2519,6 +2519,7 @@ packages: "Dino Morelli @dino-": - hsinstall + - tce-conf "Jonathan Fischoff ": - threads-extra From aff1bf70927c36e6057995671accee84bd88e284 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:07:55 +0900 Subject: [PATCH 0049/3109] alex-3.2.0 test build failure (simonmar/alex#94) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba34786..6b2e00ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2603,6 +2603,9 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted + + # https://github.com/simonmar/alex/issues/94 + - alex < 3.2.0 # end of packages @@ -3128,3 +3131,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq 0.4.1.0 +- alex 3.2.0 From 8b196324919cfc901a40fb7ed78259e94879c674 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:14:21 +0900 Subject: [PATCH 0050/3109] hspec-meta < 2.3.1 (hspec/hspec#284) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b2e00ac..21e2f53d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,6 +2606,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + + # https://github.com/hspec/hspec/issues/284 + - hspec-meta < 2.3.1 # end of packages From 71be0b970312968b87ac1d102154705c35e80e0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:22:41 +0900 Subject: [PATCH 0051/3109] large-hashable fails to build (#1964) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21e2f53d..cce4f535 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/fpco/stackage/pull/1964 + #- large-hashable "Bart Massey @BartMassey": - parseargs From 48f8cbc24c210048eb600c357e7260dcfe825597 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:27:11 +0900 Subject: [PATCH 0052/3109] redisable yi-fuzzy-open Setup: Encountered missing dependencies: yi >=0.10.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cce4f535..69a66e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1787,7 +1787,7 @@ packages: - word-trie - xdg-basedir - yi - - yi-fuzzy-open + #- yi-fuzzy-open - yi-language - yi-rope From c5fb39993d31060091351c72e9b77691bc4e33a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:34:28 +0900 Subject: [PATCH 0053/3109] hspec-meta < 2.3.0 (hspec/hspec#284) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69a66e45..56fb349e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,7 +2609,7 @@ packages: - alex < 3.2.0 # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.1 + - hspec-meta < 2.3.0 # end of packages From c2170ddcea056efff791c76b2c54921fa93e1afd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:37:16 +0900 Subject: [PATCH 0054/3109] run-nightly.sh: remove newline before cron.sh I keep Ctrl-c'ing cron.sh by mistake, thinking it has already finished --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 992f855f..9ffe247d 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' From 7e83f0d070d970c0e8f702d058b9e76e04018733 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Oct 2016 12:42:08 +0900 Subject: [PATCH 0055/3109] run-nightly.sh: move newline after cron.sh --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 9ffe247d..75e7405e 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -8,6 +8,7 @@ while true; do echo "Running cron.sh (hiding verbose output)" ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' echo "done." + echo date sleep 30m From 890d1399b0800334519440e498df5e10edb5b1bf Mon Sep 17 00:00:00 2001 From: Marcin Mrotek Date: Mon, 10 Oct 2016 14:13:38 +0200 Subject: [PATCH 0056/3109] Removed my packages Sorry, I can no longer keep my packages up to date. My Stack installation has broken beyond repair by reinstallation, and I don't have time to fix that right now. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..143d426c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -855,11 +855,6 @@ packages: "Samplecount stefan@samplecount.com @kaoskorobase": - shake-language-c - "Marcin Mrotek @marcinmrotek": - - type-list - - zoom-refs - - vinyl-utils - "David Turner @davecturner": - alarmclock - bank-holidays-england From 8cd33f6adde92ab2e6316358a7454907c5fda24d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:28:43 +0900 Subject: [PATCH 0057/3109] Revert "large-hashable fails to build (#1964)" This reverts commit 71be0b970312968b87ac1d102154705c35e80e0a. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d87a495c..38f6eb86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,8 +214,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/fpco/stackage/pull/1964 - #- large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 997289127831cdb7d8535cee41505ead705778e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:36:36 +0900 Subject: [PATCH 0058/3109] move hspec-meta constraint into hspec-expectations block (hspec/hspec#284) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38f6eb86..4e22b6c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2598,6 +2598,7 @@ packages: - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - hspec-wai-json < 0.7.0 + - hspec-meta < 2.3.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted @@ -2605,8 +2606,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.0 # end of packages From b75aeef375d375ffce946417b0a27018ddf4732a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 10:41:11 +0900 Subject: [PATCH 0059/3109] 3 abandoned packages from #1976 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61adb8de..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,6 +2536,9 @@ packages: - pattern-arrows # - purescript # BLOCKED aeson-1.0 + - type-list + - zoom-refs + - vinyl-utils # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:34:45 +0900 Subject: [PATCH 0060/3109] yi-language-0.13.1 fails to build (yi-editor/yi-language#12) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..c5c6b306 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,8 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/yi-editor/yi-language/issues/12 + - yi-language < 0.13.1 # end of packages From a9b9bde826a5af8e2cd1c67cf01ba79b145f054d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 11:45:43 +0900 Subject: [PATCH 0061/3109] Revert "yi-language-0.13.1 fails to build (yi-editor/yi-language#12)" yi-language-0.13.0.2 gives same error This reverts commit 43fa009f2d0bb791eb65ed9d79a810fb6c554b0c. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5c6b306..4c2d9a8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,8 +2604,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/yi-editor/yi-language/issues/12 - - yi-language < 0.13.1 # end of packages From c10c345b425ae096bcab6f67dba0db9478de12a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:41:57 +0300 Subject: [PATCH 0062/3109] Temporary block factisresearch/large-hashable#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c2d9a8d..ceca108c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,8 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # https://github.com/factisresearch/large-hashable/issues/10 + # - large-hashable "Bart Massey @BartMassey": - parseargs From c24ef1094d7426338591e9c3a232ec70a922b8de Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:47:06 +0300 Subject: [PATCH 0063/3109] Block packages for yi-editor/yi#922 --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ceca108c..86ae7362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,9 +1779,12 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi + # - yi BLOCKED due to yi-language #- yi-fuzzy-open - - yi-language + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope # "Tobias Bexelius @tobbebex": From 35415ec83ae826d950b6a8ed7e0faf17d70d49aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:48:15 +0300 Subject: [PATCH 0064/3109] Expect test failure snapframework/snap-core#26 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86ae7362..3fc428f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2924,6 +2924,8 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 08:55:02 +0300 Subject: [PATCH 0065/3109] Temporary block mainland/language-c-quote#72 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fc428f2..1de2b418 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -990,7 +990,9 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # https://github.com/mainland/language-c-quote/issues/72 + # - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 470d64238f4c3ccdea55a3874f48aa1489a00516 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:23:30 +0300 Subject: [PATCH 0066/3109] Expect test suite failure dmjio/hackernews#19 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1de2b418..a073172b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2928,6 +2928,8 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 + - hackernews # https://github.com/dmjio/hackernews/issues/19 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 88315dfa5f51521d4ebf8487ba258b354947daca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Oct 2016 09:26:46 +0300 Subject: [PATCH 0067/3109] Expected test failure snapframework/heist#95 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a073172b..8e0ba188 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2930,6 +2930,8 @@ expected-test-failures: - hackernews # https://github.com/dmjio/hackernews/issues/19 + - heist # https://github.com/snapframework/heist/issues/95 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f64bbddcbb8e7a1a0d9c5d86cda2828d26fb9c6b Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 02:38:57 -0700 Subject: [PATCH 0068/3109] Add stb-image-redux --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..a86fd113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2529,6 +2529,9 @@ packages: "Mahdi Dibaiee ": - picedit + + "Alexis Williams @sasinestro": + - stb-image-redux # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2cbfea588e34f3c436dcbd8c44b1d3b820d8d344 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 12 Oct 2016 15:26:19 +0530 Subject: [PATCH 0069/3109] Add textlocal package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..c1d8fd68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: "Sibi Prabakaran @psibi": - download + - textlocal "haskell-opengl": - OpenGL From f0d2a99acf2039b1b8849ec0fbfb1e5cc7a5afde Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 12 Oct 2016 04:13:21 -0700 Subject: [PATCH 0070/3109] Fixed typo in email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a86fd113..562b2515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2530,7 +2530,7 @@ packages: "Mahdi Dibaiee ": - picedit - "Alexis Williams @sasinestro": + "Alexis Williams @sasinestro": - stb-image-redux # If you stop maintaining a package you can move it here. From a7a55c9ec97b7ea4d6836161eeca913e0f1c6a51 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 12 Oct 2016 21:47:43 +0900 Subject: [PATCH 0071/3109] Reenable yahoo-finance-api package. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..e7685c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1766,7 +1766,7 @@ packages: - natural-transformation - opaleye-trans - read-env-var - # - yahoo-finance-api # https://github.com/cdepillabout/yahoo-finance-api/issues/1 + - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2859,6 +2859,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - yahoo-finance-api # Requires being able to access Yahoo Finance API # Deprecated # Eventually we'll have to disable these packages completely. From 98b7c310984f451d247548e58e2d1caf785ac68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Wed, 12 Oct 2016 19:21:22 -0300 Subject: [PATCH 0072/3109] Reenable distributed-process --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..352a3bdc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1921,7 +1921,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # GHC 8 - distributed-process + - distributed-process # GHC 8 - distributed-process-async # GHC 8 - distributed-process-client-server # GHC 8 - distributed-process-execution From 2b30b950f640c6b7bb5bad14f16e477c2fdcde80 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 12 Oct 2016 19:48:58 -0400 Subject: [PATCH 0073/3109] add sqlite-simple-errors --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..06246744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joseph Canero @caneroj1": + - sqlite-simple-errors + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From b8379c7231474598ac83b9d99f5a2a25dd34fddf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:48:20 +0300 Subject: [PATCH 0074/3109] Expect test failure mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e0ba188..82e6a731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2932,6 +2932,8 @@ expected-test-failures: - heist # https://github.com/snapframework/heist/issues/95 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3a8f601b7c6cf7bdd86ca0c60a12eaf4af00c86c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 05:49:50 +0300 Subject: [PATCH 0075/3109] Expect test failure athanclark/commutative#4 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82e6a731..e4ad32bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,8 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commtative # https://github.com/athanclark/commutative/issues/4 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From f3a427ac77f891092fc787adf89a78c260975efa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:06:39 +0300 Subject: [PATCH 0076/3109] Expect test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4ad32bd..c5ad0b05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,8 @@ expected-test-failures: - commtative # https://github.com/athanclark/commutative/issues/4 + - docopt # https://github.com/docopt/docopt.hs/issues/29 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 647d3357b4403b9e16d1fe6e9283abad28166a12 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:22:12 +0300 Subject: [PATCH 0077/3109] Fix a typo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5ad0b05..baad35ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,7 +2934,7 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commtative # https://github.com/athanclark/commutative/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 - docopt # https://github.com/docopt/docopt.hs/issues/29 From 7b8fc7cdbc8d2f7b39b94c2b0a21abaef36ffec5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 07:23:45 +0300 Subject: [PATCH 0078/3109] language-lua2 is abandoned mitchellwrosen/language-lua2#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baad35ba..7350ddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1374,7 +1374,6 @@ packages: - aeson-better-errors "Mitchell Rosen @mitchellwrosen": - - language-lua2 - tasty-hspec "Christiaan Baaij @christiaanb": @@ -2545,6 +2544,7 @@ packages: - type-list - zoom-refs - vinyl-utils + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull From ee11a5e558dd63ec7ecaeeaae3ddc0229e43bfcd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Oct 2016 09:40:13 +0300 Subject: [PATCH 0079/3109] Expect test failure SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7d6f604..18849262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,6 +2946,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 826b5d43565b8acdeb2b2e35af2eb6df52915294 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 13 Oct 2016 13:58:03 +0200 Subject: [PATCH 0080/3109] Update build-constraints.yaml doctemplates is a new dependency of pandoc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18849262..95f76ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2184,6 +2184,7 @@ packages: - highlighting-kate - pandoc-types - zip-archive + - doctemplates # - pandoc # BLOCKED aeson 1.0 # - pandoc-citeproc # BLOCKED aeson 1.0 From 5f90a573b183d0f467bbb11873d13179f1dba788 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 13 Oct 2016 18:37:28 +0200 Subject: [PATCH 0081/3109] Update build-constraints.yaml added network-multicast --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95f76ee3..ac97f6d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Marco Zocca @ocramz": + - network-multicast + "Joseph Canero @caneroj1": - sqlite-simple-errors From ca4cf7a3a79098a49573ceff3f459ae22435ff43 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Fri, 14 Oct 2016 14:11:53 -0700 Subject: [PATCH 0082/3109] Resolved SASinestro/stb-image-redux#1 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..4180c602 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2950,8 +2950,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - stb-image-redux # https://github.com/SASinestro/stb-image-redux/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 99373d5181a8329c4014f2a734ec50e84340f74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Fri, 14 Oct 2016 19:31:18 -0300 Subject: [PATCH 0083/3109] Reenable distributed-process-simplelocalnet --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..91fbdc0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1933,9 +1933,9 @@ packages: # GHC 8 - distributed-process-execution # GHC 8 - distributed-process-extras # GHC 8 - distributed-process-registry - # GHC 8 - distributed-process-simplelocalnet # GHC 8 - distributed-process-supervisor # GHC 8 - distributed-process-task + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tcp From aefe0bc090ee4617c9b083dfe07b9cba1f084bc6 Mon Sep 17 00:00:00 2001 From: XT Date: Sat, 15 Oct 2016 18:48:15 +0900 Subject: [PATCH 0084/3109] Add rawfilepath Add the package "rawfilepath" by XT (@xtendo-org) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..97f2edf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2540,6 +2540,9 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + "XT @xtendo-org": + - rawfilepath + # 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 From c0192ac1a185aa737e09bad9ad89a1685edd26a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:37 +0300 Subject: [PATCH 0085/3109] Upper bound for #1991 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac97f6d5..648696c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2621,6 +2621,9 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 + # https://github.com/fpco/stackage/issues/1991 + - hackernews < 1.0 + # end of packages From 8216f552a68fa95a01560e2e2b55ede5302c5d5a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 15 Oct 2016 20:08:43 +0300 Subject: [PATCH 0086/3109] Whitespace cleanup --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 648696c7..6fe99d17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Marco Zocca @ocramz": - network-multicast - + "Joseph Canero @caneroj1": - sqlite-simple-errors - + "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson From 62ea9a7a1b9153efee00971c84e70dfafe66c0a8 Mon Sep 17 00:00:00 2001 From: Konstantin Zudov Date: Sun, 16 Oct 2016 00:33:08 +0300 Subject: [PATCH 0087/3109] Add html-email-validate --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb29352..3f141f61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2542,6 +2542,8 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": + - html-email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From dfdc6e64af363071ac78036a9a6af401d65e68f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 02:59:42 +0200 Subject: [PATCH 0088/3109] Upper bound checks; closes #1857, opens #1993 & #1994 --- build-constraints.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f141f61..008795a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2536,7 +2536,7 @@ packages: "Mahdi Dibaiee ": - picedit - + "Alexis Williams @sasinestro": - stb-image-redux @@ -2589,9 +2589,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1857 - - terminal-progress-bar < 0.1.0 # Re-enable tests when lifting this - # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - MemoTrie < 0.6.5 @@ -2604,12 +2601,16 @@ packages: - hspec-core < 2.2.4 - hspec-discover < 2.2.4 + # https://github.com/fpco/stackage/issues/1993 + - hspec < 2.3 + # https://github.com/haskell-works/hw-rankselect/issues/2 - hw-prim ==0.1.0.3 - hw-bits ==0.1.0.1 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 + - hspec-expectations < 0.8.2 # https://github.com/fpco/stackage/issues/1970 - haskell-gi-base < 0.19 @@ -2629,6 +2630,9 @@ packages: # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 + # https://github.com/fpco/stackage/issues/1994 + - hspec-wai < 0.8.0 + # end of packages @@ -2773,7 +2777,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - terminal-progress-bar # Fixed in 0.1.0 https://github.com/roelvandijk/terminal-progress-bar/issues/11 + # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 31283516031a9c8204eeffb0f4f9fbc7f8b2b2e3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 03:58:52 +0200 Subject: [PATCH 0089/3109] upper bound for #1995 and skip terminal-progress-bar tests --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 008795a6..5d45e63f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,6 +2633,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/1995 + - scalpel < 0.4.0 + # end of packages @@ -2766,6 +2769,7 @@ skipped-tests: - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself # Transitive outdated dependencies # These packages From 3742005dd6c336df9346fcf25b1c74d6ebb8cc74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 17 Oct 2016 18:23:19 +0900 Subject: [PATCH 0090/3109] haskoin-core tests should no longer fail (haskoin/haskoin#285) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d45e63f..0600c9cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2911,7 +2911,6 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - haskoin-core # 0.3.1 https://github.com/haskoin/haskoin/issues/285 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From b6feaabd7086b3a7e3052412e86c2f91a6a80ef4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Oct 2016 17:17:59 +0200 Subject: [PATCH 0091/3109] Remove upper bound and close #1995 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0600c9cb..935efa42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/1995 - - scalpel < 0.4.0 - # end of packages From faaacb4de8fb6c2c9c31e7bd3d462189e807b8da Mon Sep 17 00:00:00 2001 From: Dino Morelli Date: Mon, 17 Oct 2016 13:31:31 -0400 Subject: [PATCH 0092/3109] Adding epub-metadata package to Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 935efa42..d4b52ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2523,6 +2523,7 @@ packages: - network-msgpack-rpc "Dino Morelli @dino-": + - epub-metadata - hsinstall - tce-conf From 69105074dbe73ebba7166cf1824b81898ccb7cad Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 18 Oct 2016 08:43:31 +0200 Subject: [PATCH 0093/3109] Add sparse-linear-algebra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d4b52ecc..1ae65841 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,7 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": From 52ee963477880ca9c9b20ad6b4763a5ff9f59fd2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 18 Oct 2016 10:44:45 +0300 Subject: [PATCH 0094/3109] Revert "Temporary block factisresearch/large-hashable#10" This reverts commit c10c345b425ae096bcab6f67dba0db9478de12a9. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ae65841..b9b47779 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -222,8 +222,7 @@ packages: - HTF - xmlgen - stm-stats - # https://github.com/factisresearch/large-hashable/issues/10 - # - large-hashable + - large-hashable "Bart Massey @BartMassey": - parseargs From 03bd657b6cd0a00e7b9eb3f6950f3459d93c4ea6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:21:20 +0200 Subject: [PATCH 0095/3109] Re-enable MemoTrie haddocks when lifting #1863. #1999 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9b47779..402952a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2592,7 +2592,7 @@ packages: # https://github.com/fpco/stackage/issues/1863 - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 + - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 From f1ee16ddc7c5cb7fbb0b55ecb0e4b031bb89d625 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:12 +0200 Subject: [PATCH 0096/3109] Fix tell-me-when-its-released syntax errors --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 402952a6..03617fab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3156,7 +3156,7 @@ build-tool-overrides: # # Example: # If bindings-GLFW-3.1.2.1 is the current latest version write -# - bindings-GLFW-3.1.2.1 # skipped test-suite +# - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite @@ -3164,5 +3164,5 @@ tell-me-when-its-released: - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 -- wreq 0.4.1.0 -- alex 3.2.0 +- wreq-0.4.1.0 +- alex-3.2.0 From 2c4bf70c329d271b31e11f92cb2ca054bfa3c3bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:44:51 +0200 Subject: [PATCH 0097/3109] Remove alex upper bound simonmar/alex#94 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03617fab..487e4edb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,9 +2625,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/simonmar/alex/issues/94 - - alex < 3.2.0 - # https://github.com/fpco/stackage/issues/1991 - hackernews < 1.0 @@ -3165,4 +3162,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 -- alex-3.2.0 From 233e0e5f5e863799ac19256f2756de5cf3036cec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:46:50 +0200 Subject: [PATCH 0098/3109] Remove servant-mock from TMWIR since it's already re-enabled --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 487e4edb..516b91e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,5 +3160,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- servant-mock-0.8.1 # disabled per https://github.com/haskell-servant/servant-mock/issues/3 - wreq-0.4.1.0 From b463051eace0475ccefe370f04b4f078f637ce13 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:48:20 +0200 Subject: [PATCH 0099/3109] Unskip bindings-GLFW test-suite bsl/bindings-GLFW#40 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 516b91e6..01f830f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2747,7 +2747,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - bindings-GLFW # https://github.com/bsl/bindings-GLFW/issues/40 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - cgi # QuickCheck 2.9 @@ -3155,7 +3154,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- bindings-GLFW-3.1.2.1 # skipped test-suite - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 From 5f2bc1cb3259e3e3c5462c20942d58e62b074e09 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 19:50:14 +0200 Subject: [PATCH 0100/3109] TMWIR note for wreq --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01f830f0..481ee5e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3158,4 +3158,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 +- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From 197235188d57eb31d8a0961d8cf90dfa8393e0b6 Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Tue, 18 Oct 2016 11:45:54 -0700 Subject: [PATCH 0101/3109] Add `wavefront-obj` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4180c602..d0b4ab85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,7 @@ packages: "Alexis Williams @sasinestro": - stb-image-redux + - wavefront-obj # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 105121898b0b20c9541c09188bab7602dcd54736 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 18 Oct 2016 23:24:28 +0200 Subject: [PATCH 0102/3109] Remove upper bounds and close #1863 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dd8af70..73e6087b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,10 +2591,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1863 - - newtype-generics < 0.4 # May need to disable test suite when lifting this https://github.com/jcristovao/newtype-generics/issues/7 - - MemoTrie < 0.6.5 # Re-enable haddocks when lifting this. - # https://github.com/fpco/stackage/issues/1876 - fixed-vector < 0.9 @@ -3157,6 +3153,5 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- newtype-generics-0.4.1 # resolves #1863 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. From d0747426dacfccd8020013def525ac7acd106576 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Tue, 18 Oct 2016 20:10:47 -0700 Subject: [PATCH 0103/3109] Add netwire packages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73e6087b..86580255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -761,6 +761,11 @@ packages: "Luis G. Torres @giogadi": - kdt + "Pavel Krajcevski @Mokosha": + - netwire + - netwire-input + - netwire-input-glfw + "Emanuel Borsboom @borsboom": - BoundedChan - broadcast-chan From 2d126876038bc96c9e9a9c9a257732c854c1eb25 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:07:02 +0200 Subject: [PATCH 0104/3109] Add jni, jvm, sparkle. inline-java omitted for now since it only works on upcoming 8.0.2. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86580255..9ae52af7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1510,6 +1510,9 @@ packages: - distributed-closure - H - inline-r + - jni + - jvm + - sparkle - th-lift "Christopher Reichert @creichert": @@ -2244,8 +2247,6 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens - # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java - # via inline-java - sparkle "Alex McLean @yaxu": - tidal From b0a25fc6c70aa9815078946c9048f5ddef6bf14f Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Thu, 20 Oct 2016 16:40:39 +0200 Subject: [PATCH 0105/3109] Set configure-args for jni, since package name changed. Also set for sparkle. --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ae52af7..462a0785 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,7 +2717,12 @@ package-flags: # Special configure options for individual packages configure-args: - inline-java: + jni: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs From 7a727b3d19cf2968799fc22a2568685b2a4402aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 21 Oct 2016 08:47:45 +0300 Subject: [PATCH 0106/3109] Add typed-process --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462a0785..c77bc5ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -141,6 +141,7 @@ packages: - monad-logger-syslog - fsnotify-conduit - pid1 + - typed-process - fsnotify - hinotify From 515e51e8467877492ce9569e6e9fbebdf54b9772 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 21 Oct 2016 04:15:55 -0700 Subject: [PATCH 0107/3109] add quickbench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..66bddd53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,6 +695,7 @@ packages: # - hledger-ui # - hledger-web # via Diff - shelltestrunner + - quickbench - regex-compat-tdfa "Mihai Maruseac @mihaimaruseac": From 2ad992d92585fc75a47f01b39e69e5f35d0b01d2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 00:00:44 +0200 Subject: [PATCH 0108/3109] Revert "Add jni, jvm, sparkle." #2003 This reverts commit 2d126876038bc96c9e9a9c9a257732c854c1eb25. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c77bc5ef..4e23a668 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1511,9 +1511,6 @@ packages: - distributed-closure - H - inline-r - - jni - - jvm - - sparkle - th-lift "Christopher Reichert @creichert": @@ -2248,6 +2245,8 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens + # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java + # via inline-java - sparkle "Alex McLean @yaxu": - tidal From 95860e14a3c347a65ff58472c6740666510d398c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 11:16:54 +0200 Subject: [PATCH 0109/3109] Try lifting haskell-works/hw-rankselect#2 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41752d75..cec89c3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2609,10 +2609,6 @@ packages: # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - # https://github.com/haskell-works/hw-rankselect/issues/2 - - hw-prim ==0.1.0.3 - - hw-bits ==0.1.0.1 - # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 From cda215bb03c9f79c1b559cca3f5230071953a86e Mon Sep 17 00:00:00 2001 From: Carl Baatz Date: Sat, 22 Oct 2016 14:21:47 +0200 Subject: [PATCH 0110/3109] Add atom-basic to packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cec89c3c..cdab6bfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2553,6 +2553,9 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate + + "Carl Baatz @cbaatz": + - atom-basic # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cf60b85fa28669a00e79abea3bb6e76c914b41f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 22 Oct 2016 14:43:29 +0200 Subject: [PATCH 0111/3109] ShellCheck upper bound for #2007 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cdab6bfd..23e28895 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2634,6 +2634,9 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 + # https://github.com/fpco/stackage/issues/2007 + - ShellCheck < 0.4.5 + # end of packages From fb042ac89855a5eb58aae39cbc25989c373691df Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 09:53:37 +0100 Subject: [PATCH 0112/3109] Add back mysql and mysql-simple --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e28895..d323e8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,6 +737,8 @@ packages: - ekg-json "Paul Rouse @paul-rouse": + - mysql + - mysql-simple - sphinx - xmlhtml - yesod-auth-hashdb From e42b5de2abd026f70b72e7ce8d3a18d2413d8738 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:14 +0200 Subject: [PATCH 0113/3109] Try re-enabling amazonka-* --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d323e8ae..d6015603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.0" +sghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1091,79 +1091,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1501,7 +1500,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - # - hworker-ses BLOCKED amazonka-core + - hworker-ses - fn # via heist - fn-extra @@ -2553,9 +2552,10 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From 89a4d72167bb3d64f767a25712f85207165fa0b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:34:35 +0200 Subject: [PATCH 0114/3109] TMWIR trigger for gogol --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6015603..e8d6bdbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,3 +3171,4 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- gogol-0.1.0 # Re-enable package From 22d3da79d93d75a10eef355f5390efbb74ac315d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 13:38:07 +0200 Subject: [PATCH 0115/3109] Expected mysql tests to fail due to missing MySQL server #2008 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8d6bdbd..4189d500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,6 +2874,7 @@ expected-test-failures: - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 + - mysql # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 98c2a46fa2f3c9a23904506c2a227dd5be8f5846 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 23 Oct 2016 13:40:39 +0200 Subject: [PATCH 0116/3109] Avers has been compatible with GHC8 since 0.0.16 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4189d500..f3a25751 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -950,7 +950,7 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # GHC 8 0.0.15 compilation failure - avers + - avers # via avers - avers-api # via avers - avers-server - css-syntax From d95f59f6b5662aa12b9f330706ee320d59dc9783 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 14:14:56 +0200 Subject: [PATCH 0117/3109] hw-string-parse upper bound for #2010 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a25751..e982efb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2639,6 +2639,9 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2010 + - hw-string-parse < 0.0.0.3 + # end of packages From 822da9d494af97b717d6ebdd8278dd099e8f445a Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Sun, 23 Oct 2016 14:29:56 +0100 Subject: [PATCH 0118/3109] Expect test fail for mysql-simple, too - no server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..185e856b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2878,6 +2878,7 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 From 81b5c039a96372d772dc53772942e557d5a7bd0d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:31:54 +0200 Subject: [PATCH 0119/3109] Revert "Try re-enabling amazonka-*" This reverts commit e42b5de2abd026f70b72e7ce8d3a18d2413d8738. --- build-constraints.yaml | 154 ++++++++++++++++++++--------------------- 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e982efb3..b36e375d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -sghc-major-version: "8.0" +ghc-major-version: "8.0" # Constraints for brand new builds packages: "Marco Zocca @ocramz": @@ -82,7 +82,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1091,78 +1091,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer @@ -1500,7 +1501,7 @@ packages: "Daniel Patterson @dbp": # via digestive-functors - hspec-snap - hworker - - hworker-ses + # - hworker-ses BLOCKED amazonka-core - fn # via heist - fn-extra @@ -2552,10 +2553,9 @@ packages: "XT @xtendo-org": - rawfilepath - "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic From b8c7a49e86bd2edaa4efdaa86ecd2b9126455040 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:35:45 +0200 Subject: [PATCH 0120/3109] Try moving hw upper bounds to hw-rankselect and -prim #2010 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b36e375d..78082e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2555,7 +2555,7 @@ packages: - rawfilepath "Konstantin Zudov @zudov": - html-email-validate - + "Carl Baatz @cbaatz": - atom-basic @@ -2640,7 +2640,8 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-string-parse < 0.0.0.3 + - hw-rankselect < 0.5 + - hw-prim < 0.4 # end of packages From 2b587a1f40b77ddb63bb16b80afebae1512404c6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Oct 2016 15:44:40 +0200 Subject: [PATCH 0121/3109] Try other hw upper bounds #2010 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78082e81..912050e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2640,8 +2640,11 @@ packages: - ShellCheck < 0.4.5 # https://github.com/fpco/stackage/issues/2010 - - hw-rankselect < 0.5 + - hw-bits < 0.4 + - hw-conduit < 0.1 - hw-prim < 0.4 + - hw-rankselect < 0.5 + - hw-string-parse < 0.0.0.3 # end of packages From 45cbe0928f37bd3fe8346b1744a6f8a00b2355a3 Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 24 Oct 2016 18:07:33 +0800 Subject: [PATCH 0122/3109] Add word24, binary-ieee754 Add word24, binary-ieee754 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..5a56b3cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -17,6 +17,8 @@ packages: - tcp-streams - wire-streams - binary-parsers + - binary-ieee754 + - word24 "Harendra Kumar @harendra-kumar": - unicode-transforms From da47abb7e8d68acdba54284231b0fc8cbf68f498 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 24 Oct 2016 11:28:00 -0700 Subject: [PATCH 0123/3109] Skip data-msgpack benchmarks per TokTok/hs-msgpack#20 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53d6b7b2..3e155064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From d5f7174a185dcda4dc4ead129cd0e4c78e8954e3 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Mon, 24 Oct 2016 20:41:32 +0100 Subject: [PATCH 0124/3109] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..f3b02a22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -78,7 +78,7 @@ packages: - mime-mail-ses - network-conduit-tls - persistent - # via mysql https://github.com/bos/mysql/issues/20 - persistent-mysql + - persistent-mysql - persistent-postgresql - persistent-sqlite - persistent-template From e30af21d3c3a734a81f54b0fa151370a3c524c3c Mon Sep 17 00:00:00 2001 From: Reuben D'Netto Date: Tue, 25 Oct 2016 10:21:57 +1100 Subject: [PATCH 0125/3109] Added glob-posix --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e155064..a765cf54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,6 +2559,10 @@ packages: "Carl Baatz @cbaatz": - atom-basic + "Reuben D'Netto ": + - glob-posix + + # 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 From fb7011de256073cb6aa5d838a40fdd737e61b78c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:41:49 -0700 Subject: [PATCH 0126/3109] Remove constraints on hw-* #2010 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae1a00d6..71aa4330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,13 +2641,6 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2010 - - hw-bits < 0.4 - - hw-conduit < 0.1 - - hw-prim < 0.4 - - hw-rankselect < 0.5 - - hw-string-parse < 0.0.0.3 - # end of packages From 0b99276008df49b6721e0729303a58c1969890e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 00:55:39 -0700 Subject: [PATCH 0127/3109] Expect word24 tests to fail, see #2012 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71aa4330..69764aa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2937,6 +2937,7 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 + - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From fafe3ee526a8581797fd824b424d8b1e9278ae7a Mon Sep 17 00:00:00 2001 From: winterland Date: Tue, 25 Oct 2016 18:16:08 +0800 Subject: [PATCH 0128/3109] Add mysql-haskell, enable word24 tests Add mysql-haskell, enable word24 tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..15d05f14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,6 +19,7 @@ packages: - binary-parsers - binary-ieee754 - word24 + - mysql-haskell "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -2843,6 +2844,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -2937,7 +2939,6 @@ expected-test-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 - wai-middleware-content-type # 0.4.1 - https://github.com/athanclark/wai-middleware-content-type/issues/2 - - word24 # 2.0.0 no issue tracker https://github.com/fpco/stackage/pull/2012 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # Misc. From e348ca1bb430199ca7482be5716f6b5ce36044aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 16:51:54 -0700 Subject: [PATCH 0129/3109] Add constraints on Rasterific and more per #2017 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69764aa2..ebf6ba26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,11 @@ packages: # https://github.com/fpco/stackage/issues/2007 - ShellCheck < 0.4.5 + # https://github.com/fpco/stackage/issues/2017 + - Rasterific < 0.7 + - rasterific-svg < 0.3.2 + - svg-tree < 0.6 + # end of packages From 031dba27e871dae86b54a5aad98c298121648bb4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Oct 2016 17:20:33 -0700 Subject: [PATCH 0130/3109] Add constraint "extra < 1.5.1" per ndmitchell/bake#40 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebf6ba26..3b81ea3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 + # https://github.com/ndmitchell/bake/issues/40 + - extra < 1.5.1 + # end of packages @@ -3183,3 +3186,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 324d0002d028e3f77f3addce0af9ed9c712d990a Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 26 Oct 2016 17:38:01 +0300 Subject: [PATCH 0131/3109] re-adding tracy after breakage + hreader-lens --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a8348e3..5692392e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1800,6 +1800,10 @@ packages: "rightfold @rightfold": - open-browser + "Denis Redozubov @dredozubov": + - tracy + - hreader-lens + # If you stop mainaining a package you can move it here. # It will then be disabled if it starts causing problems. "Abandoned packages": From 7c1a455ff7d54fc026469fcca2cb956e4236a858 Mon Sep 17 00:00:00 2001 From: Yair Chuchem Date: Wed, 26 Oct 2016 17:47:57 +0300 Subject: [PATCH 0132/3109] Add "List" to stackage As requested in https://github.com/yairchu/generator/issues/1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..fe8f8b09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Yair Chuchem @yairchu": + - List + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 3d55d9fdef7c9e2b0d301befe270189958ee9702 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 26 Oct 2016 18:26:01 +0200 Subject: [PATCH 0133/3109] Add patat, re-add profiteur I'm adding patat now so that I don't forget it later. I hope that pandoc gets in again soon. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b81ea3d..1d3fcdc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -197,7 +197,8 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - profiteur # BLOCKED aeson 1.0 + # - patat # BLOCKED via pandoc + - profiteur - psqueues - websockets - websockets-snap From 76d9f0c21e1920176667ac337eb5cfbfe8e14bf0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 26 Oct 2016 10:14:07 -0700 Subject: [PATCH 0134/3109] Disable hreader-lens, see #2018 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dba3500e..7089b060 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2135,7 +2135,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - - hreader-lens + # GHC 8 - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From bb6cfa95651d9f3f8157418aa4dab437fe36edec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 26 Oct 2016 21:01:47 -0700 Subject: [PATCH 0135/3109] Re-enable --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..43f2dd77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -695,8 +695,9 @@ packages: - darcs - hledger - hledger-lib - # - hledger-ui - # - hledger-web + - hledger-ui + - hledger-web + - hledger-api # via Diff - shelltestrunner - quickbench - regex-compat-tdfa From 3924e670b3ed0343226b416f74ae59ccb041aa25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:09:13 -0700 Subject: [PATCH 0136/3109] Add upper bounds on diagrams-* < 1.4 per #2023 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a13eea4..cfb3c7b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,13 @@ packages: # https://github.com/ndmitchell/bake/issues/40 - extra < 1.5.1 + # https://github.com/fpco/stackage/issues/2023 + - diagrams-core < 1.4 + - diagrams-lib < 1.4 + - diagrams-postscript < 1.4 + - diagrams < 1.4 + - diagrams-contrib < 1.4 + # end of packages From 5cf52d2dfe5ef406cc5031362f9a1b77fbe04f8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 01:10:30 -0700 Subject: [PATCH 0137/3109] Add upper bound "megaparsec < 5.1" per #2024 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cfb3c7b1..fecc2029 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2024 + - megaparsec < 5.1 + # end of packages From 4c73403c00cbfff52e6aabc2c2d2e4032da464f0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 06:28:30 -0700 Subject: [PATCH 0138/3109] Constrain hledger instead of megaparsec #2024 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fecc2029..937ccc33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,8 @@ packages: - diagrams-contrib < 1.4 # https://github.com/fpco/stackage/issues/2024 - - megaparsec < 5.1 + - hledger < 1.0 + - hledger-lib < 1.0 # end of packages From 05a4f8a100a034889bb13e715f13a3b3b6704673 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 13:29:57 -0700 Subject: [PATCH 0139/3109] Remove hledger-web, constrain brick. see #2022 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bfd1cb6..cbedb598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # waiting on 1.0.1 - hledger-api # via Diff - shelltestrunner - quickbench @@ -2659,9 +2659,8 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2024 - - hledger < 1.0 - - hledger-lib < 1.0 + # only pulled in by hledger-ui + - brick < 0.9 # end of packages From c46738efdf7ec01ca609e578228072fe4b4d4913 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Oct 2016 22:33:52 +0200 Subject: [PATCH 0140/3109] Uncommented pandoc, pandoc-citeproc. pandoc 1.18 and pandoc-citeproc 0.10.2.2 will both compile against aeson 1.0.2.1. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 937ccc33..1492bace 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2201,8 +2201,8 @@ packages: - pandoc-types - zip-archive - doctemplates - # - pandoc # BLOCKED aeson 1.0 - # - pandoc-citeproc # BLOCKED aeson 1.0 + - pandoc + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From 54e12777e6f575f24042f83e999ea5101ff9a288 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Oct 2016 13:50:23 -0700 Subject: [PATCH 0141/3109] re-enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..b928033c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -696,7 +696,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # waiting on 1.0.1 + - hledger-web - hledger-api # via Diff - shelltestrunner - quickbench From b3983b0b76f93e1db20f0a80d7a238aa4059ae6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Oct 2016 22:58:31 +0200 Subject: [PATCH 0142/3109] Update build-constraints.yaml Add `titlecase` to list of packages I maintain. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbedb598..9834ef75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1868,6 +1868,7 @@ packages: - language-nix - nix-paths - streamproc + - titlecase "Mark Fine @markfine": - postgresql-schema From 27b24a013de715db3b5b9a7ef8e7790594771313 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Oct 2016 16:42:00 -0700 Subject: [PATCH 0143/3109] Lift constraint on brick --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b33962e..35e70b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,9 +2660,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # only pulled in by hledger-ui - - brick < 0.9 - # end of packages From c71368700960c4d6f1352b0f97cd9af307fb15b2 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 28 Oct 2016 13:57:43 +0200 Subject: [PATCH 0144/3109] Re-enable hakyll and patat Since Pandoc is now back in. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..e131718a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -196,9 +196,9 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc + - hakyll - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 56289d767bf279c3ae8ba3121b0cf548a2ca6fd6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 10:13:12 -0700 Subject: [PATCH 0145/3109] Remove upper bound on extra --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af840044..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2650,9 +2650,6 @@ packages: - rasterific-svg < 0.3.2 - svg-tree < 0.6 - # https://github.com/ndmitchell/bake/issues/40 - - extra < 1.5.1 - # https://github.com/fpco/stackage/issues/2023 - diagrams-core < 1.4 - diagrams-lib < 1.4 @@ -3197,4 +3194,3 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- bake-0.4 # Remove upper bound on extra https://github.com/ndmitchell/bake/issues/40 From 6789c99caf04183f9ebfcb80dc22bfc866a03f2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 14:17:28 -0700 Subject: [PATCH 0146/3109] Unblock amazonka* --- build-constraints.yaml | 145 ++++++++++++++++++++--------------------- 1 file changed, 72 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..32e30497 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,79 +1096,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From 9a42b9532f4d6cda995090debc76971a5d717bce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:40:44 -0700 Subject: [PATCH 0147/3109] Revert "Unblock amazonka*" This reverts commit 6789c99caf04183f9ebfcb80dc22bfc866a03f2f. --- build-constraints.yaml | 145 +++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 72 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32e30497..786095bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,78 +1096,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # BLOCKED http-conduit 2.2 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces # - gogol # https://github.com/brendanhay/gogol/issues/38 - gogol-core - gogol-adexchange-buyer From b30696eef1a3289b8fc5c288930c76c4b8e03896 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:41:54 -0700 Subject: [PATCH 0148/3109] Update reason for blocking amazonka --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 786095bc..fd9ecdb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1096,7 +1096,7 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED http-conduit 2.2 + # BLOCKED https://github.com/brendanhay/amazonka/issues/323 # - amazonka # - amazonka-core # - amazonka-test From d46b39947f99898a050d50afd4c04d43aee566bd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 15:44:29 -0700 Subject: [PATCH 0149/3109] Lift constraint on hackernews, closes #1991 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd9ecdb3..46192c02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,9 +2636,6 @@ packages: # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1991 - - hackernews < 1.0 - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 From 270ef76d0d85ce43c73f2baf3bb3204648d654b5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:10:31 -0700 Subject: [PATCH 0150/3109] Update link for doctest-prop --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46192c02..48b5eb62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2915,7 +2915,7 @@ expected-test-failures: # Deprecated # Eventually we'll have to disable these packages completely. - - doctest-prop # https://github.com/fpco/stackage/issues/1817 + - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 - system-filepath # https://github.com/jmillikin/haskell-filesystem/issues/3 # Missing test files in sdist From 2e99fdcfed088a4abda78fbc32a947d63997f102 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:17:56 -0700 Subject: [PATCH 0151/3109] Disable Chart-diagrams to unconstrain SVGFonts, closes #1767 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48b5eb62..9ab42a0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,7 +2229,7 @@ packages: - tuple - OneTuple - SVGFonts - - Chart-diagrams + # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -2595,9 +2595,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1767 - - SVGFonts < 1.6 - # https://github.com/fpco/stackage/issues/1784 - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - diagrams-canvas < 1.3.0.7 @@ -3191,3 +3188,4 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package +- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From ae2a7bd953ca708ff7d0d962cce5e703385d7b72 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:33:19 -0700 Subject: [PATCH 0152/3109] Disable yarr to unconstrain fixed-vector, closes #1876 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ab42a0a..99d1c342 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -559,7 +559,7 @@ packages: - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - - yarr + # - yarr # https://github.com/leventov/yarr/issues/10 - random-fu "Ben Gamari @bgamari": @@ -2606,9 +2606,6 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1876 - - fixed-vector < 0.9 - # https://github.com/fpco/stackage/issues/1902 - hspec < 2.2.4 - hspec-core < 2.2.4 From 1aacf8907da4fce8768c30095fe513c97ceca46a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 16:41:44 -0700 Subject: [PATCH 0153/3109] Notify on yarr release --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d1c342..d6c34ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,3 +3186,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 +- yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From cea290e2fc1d0a5bdb53c3d132215a5dedc7c0e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:18:43 -0700 Subject: [PATCH 0154/3109] allow hspec-* 2.2.4, closes #1902 --- build-constraints.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c34ac7..4e86cc87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2606,13 +2606,10 @@ packages: # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1902 - - hspec < 2.2.4 - - hspec-core < 2.2.4 - - hspec-discover < 2.2.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 + - hspec-core < 2.3 + - hspec-discover < 2.3 # https://github.com/fpco/stackage/issues/1965 - HUnit < 1.4.0.0 @@ -2786,6 +2783,7 @@ skipped-tests: - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - snap # QuickCheck 2.9 - terminal-progress-bar # depends on older version of itself + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages @@ -3182,7 +3180,7 @@ build-tool-overrides: tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 -- point-octree-0.5.5.3 # If this closes https://github.com/fpco/stackage/issues/1902 we can also resolve https://github.com/fpco/lts-haskell/issues/27 +- point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 From b83c26bbc7e112cc90e621b9d6f876f48a27f576 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:19:45 -0700 Subject: [PATCH 0155/3109] re-alphabetize skipped-tests --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e86cc87..fff90af5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,14 +2776,14 @@ 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 + - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - pure-cdb # test-simple + - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 + - terminal-progress-bar # depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 - - snap # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself - - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 # Transitive outdated dependencies # These packages From 680464408e788f94aa5645585ae6d7a268fae107 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 17:30:08 -0700 Subject: [PATCH 0156/3109] Notify on haskell-gi release, closes #1970 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fff90af5..4d820919 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2373,6 +2373,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -2615,9 +2616,6 @@ packages: - HUnit < 1.4.0.0 - hspec-expectations < 0.8.2 - # https://github.com/fpco/stackage/issues/1970 - - haskell-gi-base < 0.19 - # https://github.com/fpco/stackage/issues/1971 - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 @@ -3185,3 +3183,4 @@ tell-me-when-its-released: - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.18 # Lift constraint on haskell-gi-base From 6c9a9f2161f43e076bd0c6597df56429f3204ec7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:13:57 -0700 Subject: [PATCH 0157/3109] Remove constraint on ShellCheck, closes #2007 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d820919..149e5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2628,9 +2628,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2007 - - ShellCheck < 0.4.5 - # https://github.com/fpco/stackage/issues/2017 - Rasterific < 0.7 - rasterific-svg < 0.3.2 From 0976fa5a4f2181f71e90c0b8263ede71fa19ebee Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:18:53 -0700 Subject: [PATCH 0158/3109] Expect monad-logger-prefix test suite to pass, closes #1831 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 149e5001..b6178ef5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2948,7 +2948,6 @@ expected-test-failures: # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - monad-logger-prefix # https://github.com/fpco/stackage/issues/1831 - warp # https://github.com/yesodweb/wai/issues/579 # Stackage upper bounds, re-enable these when their upper bound is removed From 98244de81d513169cb1423835d802d3238a0ed18 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 28 Oct 2016 18:23:58 -0700 Subject: [PATCH 0159/3109] Unskip data-msgpack benchmarks --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6178ef5..0175aa49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,7 +3058,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - data-msgpack # https://github.com/TokTok/hs-msgpack/issues/20 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From 21e83b1837d1b9f5c7d87501c3d6d8645fef7a79 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 14:44:08 +0200 Subject: [PATCH 0160/3109] Enable all of the avers-* packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..ca37323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -956,8 +956,9 @@ packages: "Tomas Carnecky @wereHamster": - avers - # via avers - avers-api - # via avers - avers-server + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types From e8b7910d3b17afb66e04196b62f0516fe97cd30b Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sat, 29 Oct 2016 15:09:00 +0200 Subject: [PATCH 0161/3109] mole and github-webhook-handler-snap work with GHC 8 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0175aa49..c641f27a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -962,11 +962,11 @@ packages: - etcd - github-types - github-webhook-handler - # GHC 8 - github-webhook-handler-snap + - github-webhook-handler-snap - google-cloud - kraken - libinfluxdb - # GHC 8 - mole + - mole - publicsuffix - rethinkdb-client-driver From da9024d6feead4d1ae157aa3d8d83987c4f2635b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:38:31 -0700 Subject: [PATCH 0162/3109] Update comment on wreq, referencing #2032 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a552479f..4b7a920c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3180,7 +3180,7 @@ tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 # Try to re-enable lots of packages, and the test-suite if https://github.com/bos/wreq/issues/53 is closed. +- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package - Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From 62c8edd9c8fe9f50e3e4fe46ccfa337b207ca6aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:40:04 -0700 Subject: [PATCH 0163/3109] Re-enable Chart-diagrams --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b7a920c..a1a30e34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2231,7 +2231,7 @@ packages: - tuple - OneTuple - SVGFonts - # - Chart-diagrams # https://github.com/timbod7/haskell-chart/issues/141 + - Chart-diagrams # "Aaron Levin @aaronmblevin": # GHC 8 & lots of other packages - haskell-kubernetes @@ -3182,6 +3182,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - gogol-0.1.0 # Re-enable package -- Chart-diagrams-1.8 # Re-enable package https://github.com/timbod7/haskell-chart/issues/141 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From 822f82ddd4221429a49bc94eaf37b6c6e58f142f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 30 Oct 2016 17:42:21 -0700 Subject: [PATCH 0164/3109] Add constraint "brick < 0.12" per #2033 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1a30e34..a44cc72c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2646,6 +2646,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2033 + - brick < 0.12 + # end of packages From cf4ecf0cc7000054b17c493e7e6619dcb1df83c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Sipma?= Date: Mon, 31 Oct 2016 14:01:52 +0100 Subject: [PATCH 0165/3109] add patat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a44cc72c..603c9104 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -198,7 +198,7 @@ packages: - cabal-dependency-licenses # - hakyll # QuickCheck, snap-server, via pandoc, via pandoc-citeproc - stylish-haskell - # - patat # BLOCKED via pandoc + - patat - profiteur - psqueues - websockets From 90e9f3dfb58794cb0a304e89a256cfce59cca406 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 31 Oct 2016 18:23:02 +0200 Subject: [PATCH 0166/3109] Remove upper bound and close #2033 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52f2349..e6cb2838 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2649,9 +2649,6 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2033 - - brick < 0.12 - # end of packages From 810ec175ef13dd5f4688add70f65222255f11035 Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Mon, 31 Oct 2016 12:45:27 -0700 Subject: [PATCH 0167/3109] Removed package 'biophd' Addressing issue: https://github.com/BioHaskell/biophd/issues/3 Package 'biophd' is not being regularly maintained. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6cb2838..235af3eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -649,7 +649,6 @@ packages: # 0.3.7.1 Compilation failure due to -Werror - biosff - blastxml - bioace - # 0.8.8 Compilation failure https://github.com/BioHaskell/biophd/issues/3 - biophd - biopsl # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools - seqloc From 93bcefeb2bc2204b1b05b93d258fe6b366e95d2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:03:21 +0200 Subject: [PATCH 0168/3109] Dockerfile: use fpco/pid1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6886c39..e29818c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 From 67968c2093efb4e44eaec93f71e0dd6ffd17c198 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:03:58 +0200 Subject: [PATCH 0169/3109] Use fpco/pid1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6886c39..e29818c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 From 7c18f4b6b008d89c1578ff1823f7b0efd910fc02 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Tue, 1 Nov 2016 09:20:39 +0000 Subject: [PATCH 0170/3109] Do pre-build actions even with NOPLAN=1 --- automated/build.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 61504a4e..731445d8 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -96,17 +96,21 @@ fi # Get latest stack curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C $EXTRA_BIN_DIR '*/stack' -# Do all of the pre-build actions: +# Determine the new build plan unless NOPLAN is set # # * Update the package index # * Create a new plan +if [ "${NOPLAN:-}x" = "x" ] +then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" +fi + +# Do the rest of the pre-build actions: +# # * Check that the plan is valid # * Fetch all needed tarballs (the build step does not have write access to the tarball directory) # * Do a single unpack to create the package index cache (again due to directory perms) -if [ "${NOPLAN:-}x" = "x" ] -then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-} && stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" -fi +docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-file $PLAN_FILE && stackage-curator fetch --plan-file $PLAN_FILE && cd /tmp && exec stack unpack random" # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to From bde16d13c503b8f1b17a1f6ccfcd9df19b34b252 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 1 Nov 2016 11:46:02 +0200 Subject: [PATCH 0171/3109] Upper bound for #2037 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 235af3eb..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,6 +2648,9 @@ packages: - diagrams < 1.4 - diagrams-contrib < 1.4 + # https://github.com/fpco/stackage/issues/2037 + - haskell-src-exts < 1.19 + # end of packages From 5afd7be48841a9edf2e465c1291e5013de6e17f8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 05:53:37 +0200 Subject: [PATCH 0172/3109] Add upper bound for #2038 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..eb1f4148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2038 + - brick < 0.13 + # end of packages From 0992270eba4a20fcde7f7d167e0cd5268c2c3cc2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 2 Nov 2016 19:23:51 +0200 Subject: [PATCH 0173/3109] Remove upper bound and close #2038 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb1f4148..4bdb3334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,9 +2651,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2038 - - brick < 0.13 - # end of packages From 47efe13ee8ddd81e0a6fe1c7c0b3edd6490a832c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 2 Nov 2016 22:14:00 +0300 Subject: [PATCH 0174/3109] =?UTF-8?q?Add=20the=20=E2=80=98tagged-identity?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..5e40c65c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1916,6 +1916,7 @@ packages: - pagination - data-check - text-metrics + - tagged-identity # "Thomas Bereknyei ": # GHC 8 - multiplate From 6e946efe3ed4ea299220af302ba372792c220056 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 2 Nov 2016 21:20:09 +0100 Subject: [PATCH 0175/3109] add quickcheck-special --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..6062f848 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,7 @@ packages: # - scrape-changes # BLOCKED wreq "Daniel Mendler @minad": + - quickcheck-special - writer-cps-mtl - writer-cps-transformers From 6c67835289d0407a36f5288456f36afe835dff9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:16:05 +0200 Subject: [PATCH 0176/3109] Upper bound for #2042 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bdb3334..d216fa52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,9 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 + # https://github.com/fpco/stackage/issues/2042 + - network-multicast < 0.2 + # end of packages From 126c8b5a58e24ae0a4cef693831d4e4cdfac6540 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 14:17:12 +0200 Subject: [PATCH 0177/3109] Upper bounds for #2043 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d216fa52..b3804a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2654,6 +2654,10 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 + # https://github.com/fpco/stackage/issues/2043 + - hmatrix < 0.18 + - hmatrix-gsl < 0.18 + # end of packages From 8dd5da03adcda03824f8e708ab546c0c2ccb8236 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Nov 2016 16:23:52 +0200 Subject: [PATCH 0178/3109] Reenable gogol brendanhay/gogol#38 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccce704e..972a5c44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1172,7 +1172,7 @@ packages: # - amazonka-swf # - amazonka-waf # - amazonka-workspaces - # - gogol # https://github.com/brendanhay/gogol/issues/38 + - gogol - gogol-core - gogol-adexchange-buyer - gogol-adexchange-seller @@ -3195,6 +3195,5 @@ tell-me-when-its-released: - criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. -- gogol-0.1.0 # Re-enable package - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base From d624e29e0eb034f9c14494cf8fbcf38559c4f343 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 3 Nov 2016 11:00:33 -0500 Subject: [PATCH 0179/3109] Add rattletrap https://hackage.haskell.org/package/rattletrap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..355ef492 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1352,6 +1352,7 @@ packages: - overloaded-records # Maintained by @trskop. - ratel - ratel-wai + - rattletrap - strive - wuss From b512a690c33784f34b952aca1ec0d436d8a09721 Mon Sep 17 00:00:00 2001 From: Simon Marechal Date: Thu, 3 Nov 2016 17:44:02 +0100 Subject: [PATCH 0180/3109] Adding the tar-conduit package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 972a5c44..ef9848b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1900,6 +1900,7 @@ packages: - withdependencies - hruby - language-puppet + - tar-conduit # Doesn't allow http-types >= 0.9.1 - stm-firehose # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash From 252394c7b9dc8b848b6588f5e5263b21453dd97f Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 4 Nov 2016 16:46:14 +0330 Subject: [PATCH 0181/3109] add mathexpr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d13d5b92..2bf61271 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2561,6 +2561,7 @@ packages: "Mahdi Dibaiee ": - picedit + - mathexpr "Alexis Williams @sasinestro": - stb-image-redux From b9904382cbe50086b4e4e99aba295105244c9cb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 4 Nov 2016 15:57:20 +0200 Subject: [PATCH 0182/3109] Expect test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bf61271..30be2e91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - rattletrap # https://github.com/tfausak/rattletrap/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From d4f36516afc3fb8822450d58be4d1877d57e24d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 4 Nov 2016 16:37:04 +0000 Subject: [PATCH 0183/3109] Add tasty-discover. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..ea507a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Yair Chuchem @yairchu": - List + "Luke Murphy @lwm": + - tasty-discover + "Marco Zocca @ocramz": - sparse-linear-algebra - network-multicast From 6ea01dafcc3cc3ff6fa2ecd8e4a34a67de0559f5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 4 Nov 2016 20:32:20 +0200 Subject: [PATCH 0184/3109] Re-enable github, 0.15.0 compatible with GHC-8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30be2e91..7b957a45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1034,7 +1034,7 @@ packages: - binary-tagged - edit-distance - generics-sop-lens - # GHC 8 - github + - github - insert-ordered-containers - JuicyPixels-scale-dct - lattices From 5955b6db05bf66aaddecff32c2a231046176661a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 5 Nov 2016 18:35:55 +0200 Subject: [PATCH 0185/3109] Remove expected test failure tfausak/rattletrap#3 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ec777a3..11540b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,8 +3002,6 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 - - rattletrap # https://github.com/tfausak/rattletrap/issues/3 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 058a81cb8c30ee7ff2ee45bc1770c460b8d939fb Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sat, 5 Nov 2016 20:31:24 +0000 Subject: [PATCH 0186/3109] Add pugixml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11540b04..99d5322f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -185,6 +185,7 @@ packages: - extra - bake - ghcid + - pugixml "Alan Zimmerman @alanz": - hjsmin From ead0b93ccfcde140d5fcd54bc7497c2c438eafb2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 06:48:25 +0200 Subject: [PATCH 0187/3109] Expect test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99d5322f..7cc37324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3003,6 +3003,8 @@ expected-test-failures: - docopt # https://github.com/docopt/docopt.hs/issues/29 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ba32b29020398c69ec91fb80d3161dd531e3c450 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 07:00:20 +0200 Subject: [PATCH 0188/3109] Unblock a number of issues at once criterion and a few others got dropped due to optparse-applicative-0.13 bounds. Relevant issues: * #1784 * #2017 * #2023 --- build-constraints.yaml | 210 +++++++++++++++++++++++++++++++++++------ 1 file changed, 179 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cc37324..8ca3f444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - - sparse-linear-algebra + # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion - network-multicast "Joseph Canero @caneroj1": @@ -25,7 +25,7 @@ packages: - binary-parsers - binary-ieee754 - word24 - - mysql-haskell + # - mysql-haskell # BLOCKED optparse-applicative 0.13 "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -138,7 +138,6 @@ packages: # GHC 8 2.5 compilation failure - persistent-mongoDB - pretty-class - th-expand-syns - - criterion - th-lift - quickcheck-assertions @@ -498,7 +497,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - - turtle + # - turtle # BLOCKED optparse-applicative 0.13 - foldl - morte @@ -973,7 +972,7 @@ packages: - google-cloud - kraken - libinfluxdb - - mole + # - mole # BLOCKED optparse-applicative 0.13 - publicsuffix - rethinkdb-client-driver @@ -1693,7 +1692,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - - apply-refact + # - apply-refact # BLOCKED optparse-applicative 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell @@ -2055,8 +2054,9 @@ packages: # bounds - Michelangelo "Henry J. Wylde @hjwylde": - - git-fmt - - omnifmt + [] + # - git-fmt # BLOCKED optparse-applicative 0.13 + # - omnifmt # BLOCKED optparse-applicative 0.13 # aeson & extra - werewolf # aeson & extra & http-client & http-client-tls - werewolf-slack @@ -2221,7 +2221,8 @@ packages: - doctest-discover "Elie Genard @eliegenard": - - turtle-options + [] + # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen @@ -2313,7 +2314,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -2612,15 +2613,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - - # https://github.com/fpco/stackage/issues/1784 - - optparse-applicative < 0.13.0.0 # May need to disable test suite when lifting this https://github.com/pcapriotti/optparse-applicative/issues/228 - - diagrams-canvas < 1.3.0.7 - - diagrams-cairo < 1.3.1.2 - - diagrams-rasterific < 1.3.1.9 - - diagrams-svg < 1.4.0.4 - - tttool < 1.6.1.3 - # https://github.com/fpco/stackage/issues/1842 - dependent-sum < 0.4 @@ -2645,18 +2637,6 @@ packages: # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2017 - - Rasterific < 0.7 - - rasterific-svg < 0.3.2 - - svg-tree < 0.6 - - # https://github.com/fpco/stackage/issues/2023 - - diagrams-core < 1.4 - - diagrams-lib < 1.4 - - diagrams-postscript < 1.4 - - diagrams < 1.4 - - diagrams-contrib < 1.4 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2832,6 +2812,9 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 + + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3091,6 +3074,171 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 + # optparse-applicative dep of criterion + # https://github.com/fpco/stackage/issues/1784 + - Earley + - Frames + - IntervalMap + - JuicyPixels-extra + - acid-state + - ad + - arithmoi + - attoparsec + - avers + - binary-list + - binary-parsers + - binary-tagged + - binary-typed + - blake2 + - bytestring-conversion + - bytestring-tree-builder + - cacophony + - case-insensitive + - cassava + - cassava-conduit + - cipher-aes128 + - clustering + - cmark + - conduit + - conduit-extra + - conduit-iconv + - cprng-aes + - criterion + - crypto-numbers + - crypto-pubkey + - cryptohash + - cryptohash-sha256 + - cryptol + - ctrie + - data-msgpack + - diagrams-lib + - dimensional + - do-list + - ed25519 + - edit-distance + - effect-handlers + - euphoria + - farmhash + - fast-builder + - fast-digits + - fclabels + - foldl-statistics + - freer + - gitson + - glob-posix + - graphviz + - grouped-list + - hOpenPGP + - hashable + - hasql + - heist + - hindent + - histogram-fill + - hledger + - hosc + - hourglass + - html-email-validate + - htoml + - http-client-tls + - http-link-header + - http2 + - human-readable-duration + - hw-balancedparens + - hw-bits + - hw-conduit + - hw-rankselect-base + - hweblib + - hxt-regex-xmlschema + - identicon + - ilist + - include-file + - incremental-parser + - inline-r + - jose-jwt + - kdt + - lens + - lifted-async + - lifted-base + - loop + - lucid + - matrices + - matrix + - megaparsec + - monad-logger-prefix + - mongoDB + - mono-traversable + - monoid-extras + - morte + - mutable-containers + - netpbm + - octane + - pandoc + - phantom-state + - picoparsec + - pipes + - postgresql-binary + - prometheus-client + - psqueues + - publicsuffix + - rdf + - redis-io + - reedsolomon + - reinterpret-cast + - reroute + - rethinkdb + - rethinkdb-client-driver + - rose-trees + - sampling + - sandi + - scalpel + - scanner + - scientific + - semver + - servant-auth-cookie + - sets + - snap-server + - sorted-list + - sourcemap + - sparse-linear-algebra + - stache + - stateWriter + - stm-containers + - streaming-commons + - taggy + - tar + - text-manipulate + - text-metrics + - text-show + - thyme + - timemap + - tinylog + - tls + - tries + - turtle + - tz + - unbound-generics + - unicode-transforms + - union + - unordered-containers + - uri-bytestring + - uuid + - uuid-types + - varying + - vector-binary-instances + - vectortiles + - vinyl + - wai-middleware-metrics + - wai-request-spec + - warp + - wire-streams + - word24 + - word8 + - xmlgen + - yesod-core + - yi-rope + - zip + - zippers + # end of skipped-benchmarks From 45762f5e37afaa9512661e57fef328f86f65479c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 6 Nov 2016 22:25:48 +0900 Subject: [PATCH 0189/3109] Add type-level-kv-list --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ca3f444..a7613b30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,7 +2582,9 @@ packages: "Reuben D'Netto ": - glob-posix - + + "Kadzuya Okamoto @arowM": + - type-level-kv-list # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ff49331bf2730edab5a4e8d54a261c7f0405597a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 06:58:46 +0200 Subject: [PATCH 0190/3109] Temporary block wincent/docvim#30 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7613b30..aeae5a9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2432,7 +2432,9 @@ packages: - fast-digits "Greg Hurrell @wincent": - - docvim + [] + # https://github.com/wincent/docvim/issues/30 + # - docvim "Ashley Yakeley @AshleyYakeley": - countable From cbb57f934d3337d1b6a9c00db6030b067e460a32 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:00:51 +0200 Subject: [PATCH 0191/3109] Temporary block Twinside/asciidiagram#4 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeae5a9f..e37c7e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,7 +413,8 @@ packages: - Rasterific - svg-tree - rasterific-svg - - asciidiagram + # https://github.com/Twinside/asciidiagram/issues/4 + # - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21d76ae53de6806fe32f126514d1f855382e898e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:02:21 +0200 Subject: [PATCH 0192/3109] Expect test suite failure kuribas/cubicbezier#3 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e37c7e2e..f8740255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,8 @@ expected-test-failures: - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 81f65f2e0599d601d21d1ad3281bb0d866c898af Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:03:43 +0200 Subject: [PATCH 0193/3109] Expect test failure diagrams/diagrams-lib#286 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8740255..e4420261 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 591d962fcf9a8e0986b42c5291b9c89d6e99e65c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 07:05:47 +0200 Subject: [PATCH 0194/3109] Temporary block for agrafix/hackmanager#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4420261..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -846,7 +846,8 @@ packages: - validate-input - ignore - elm-bridge - - hackmanager + # https://github.com/agrafix/hackmanager/issues/1 + # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl From dde894624b3db2790c30e82d3c750f40aa96d9b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:37:55 +0200 Subject: [PATCH 0195/3109] Experiment: expect test success for clock #1818 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..bfb0dc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - - clock # 0.7.2 clock:test => tasty:lib => clock:lib + # - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 64c6b13144d24ec2d7b03e9334525fe91c92db53 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 08:50:50 +0200 Subject: [PATCH 0196/3109] Revert "Experiment: expect test success for clock #1818" This reverts commit dde894624b3db2790c30e82d3c750f40aa96d9b1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb0dc14..33aefab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,7 +2970,7 @@ expected-test-failures: - hindent # 4.6.4 # Recursive deps https://github.com/fpco/stackage/issues/1818 - # - clock # 0.7.2 clock:test => tasty:lib => clock:lib + - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 From 3ae4b2e6ad035b600d129cba66dcffd13638cabe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:15:49 +0200 Subject: [PATCH 0197/3109] Revert "Temporary block Twinside/asciidiagram#4" This reverts commit cbb57f934d3337d1b6a9c00db6030b067e460a32. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33aefab0..9a41d7fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,8 +413,7 @@ packages: - Rasterific - svg-tree - rasterific-svg - # https://github.com/Twinside/asciidiagram/issues/4 - # - asciidiagram + - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 21030862a20fb4fd614cec8ec37849545677c615 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 15:16:13 +0200 Subject: [PATCH 0198/3109] Revert "Expect test failure diagrams/diagrams-lib#286" This reverts commit 81f65f2e0599d601d21d1ad3281bb0d866c898af. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a41d7fb..16663d9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,8 +2995,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - diagrams-lib # https://github.com/diagrams/diagrams-lib/issues/286 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From fe780c0441fa8a49ea513d4dde75259119badeb5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:08:41 +0200 Subject: [PATCH 0199/3109] criterion now supports optparse-applicative 0.13 --- build-constraints.yaml | 169 +---------------------------------------- 1 file changed, 3 insertions(+), 166 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16663d9f..6c4a3c74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - tasty-discover "Marco Zocca @ocramz": - # - sparse-linear-algebra # BLOCKED optparse-applicative 0.13 via criterion + - sparse-linear-algebra - network-multicast "Joseph Canero @caneroj1": @@ -2315,7 +2315,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # BLOCKED optparse-applicative 0.13 (via criterion) + - hw-conduit - hw-diagnostics # https://github.com/haskell-works/hw-json/issues/4 # - hw-json @@ -3081,170 +3081,7 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # optparse-applicative dep of criterion - # https://github.com/fpco/stackage/issues/1784 - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive - - cassava - - cassava-conduit - - cipher-aes128 - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl-statistics - - freer - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - hasql - - heist - - hindent - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - http2 - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - kdt - - lens - - lifted-async - - lifted-base - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - octane - - pandoc - - phantom-state - - picoparsec - - pipes - - postgresql-binary - - prometheus-client - - psqueues - - publicsuffix - - rdf - - redis-io - - reedsolomon - - reinterpret-cast - - reroute - - rethinkdb - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - scalpel - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stateWriter - - stm-containers - - streaming-commons - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thyme - - timemap - - tinylog - - tls - - tries - - turtle - - tz - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-request-spec - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zip - - zippers + - pipes # optparse-applicative 0.13 # end of skipped-benchmarks From 26ecef71916d97a45c084b1c0f553860ddb27183 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 7 Nov 2016 19:17:38 +0200 Subject: [PATCH 0200/3109] Remove criterion for tell-me-when-its-released #1912 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c4a3c74..ddd5d387 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,7 +3193,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - vector-0.11.0.0 # skipped test-suite -- criterion-1.1.1.0 # fixes build on windows, upgrade in LTS 7 #1912 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From a7a24dc03dfea365a55d85257cbcd8e005ac5bae Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:01:45 +0200 Subject: [PATCH 0201/3109] Temporary block GregorySchwartz/blosum#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddd5d387..77c8b9a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness - find-clumpiness - - blosum + # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": - compactmap From 87137156e7dbd2e6b328beb1a8fd73296b73ae0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:02:56 +0200 Subject: [PATCH 0202/3109] Temporary block GregorySchwartz/find-clumpiness#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77c8b9a0..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1893,7 +1893,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 "Simon Marechal @bartavelle": From 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 11:04:02 +0200 Subject: [PATCH 0203/3109] Temporary block GregorySchwartz/modify-fasta#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..95bafa51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - - modify-fasta + # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 - tree-fun - random-tree - clumpiness From 0b1b59b2ffaff33ef8f5cc2749a8904add349fbb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:15:40 +0200 Subject: [PATCH 0204/3109] Revert "Temporary block GregorySchwartz/modify-fasta#2" This reverts commit 36be3e8aaa5e1d5a7a2b8918a9a56bf083b83899. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95bafa51..ac7564d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1889,7 +1889,7 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - diversity - # - modify-fasta # BLOCKED optparse-applicative https://github.com/GregorySchwartz/modify-fasta/issues/2 + - modify-fasta - tree-fun - random-tree - clumpiness From f33068492239faa673a33878f5d0f13a2da6359e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 8 Nov 2016 16:16:12 +0200 Subject: [PATCH 0205/3109] Revert "Temporary block GregorySchwartz/blosum#2" This reverts commit a7a24dc03dfea365a55d85257cbcd8e005ac5bae. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7564d1..ef1043dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1894,7 +1894,7 @@ packages: - random-tree - clumpiness # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # BLOCKED optparse-applicative https://github.com/GregorySchwartz/blosum/issues/2 + - blosum "Simon Marechal @bartavelle": - compactmap From 6e192071573ab7075b13dade4b334f9b28503b4c Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 8 Nov 2016 21:55:22 +0330 Subject: [PATCH 0206/3109] add sibe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ef1043dd..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,6 +2570,7 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr + - sibe "Alexis Williams @sasinestro": - stb-image-redux From 846a1ceb4e3f83365a54653cad74c876c247f5ea Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 05:56:46 +0200 Subject: [PATCH 0207/3109] Expect test failure mdibaiee/sibe#1 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..8d2d1107 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,6 +2996,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - sibe # https://github.com/mdibaiee/sibe/issues/1 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b4c942796ffbe85008d62637f4baac8e15d4fb36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Nov 2016 10:28:03 +0200 Subject: [PATCH 0208/3109] Revert "Expect test failure mdibaiee/sibe#1" This reverts commit 846a1ceb4e3f83365a54653cad74c876c247f5ea. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2d1107..802e05b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - sibe # https://github.com/mdibaiee/sibe/issues/1 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a8ae771cc9df37524b5836467a848c6297bf872b Mon Sep 17 00:00:00 2001 From: winterland Date: Thu, 10 Nov 2016 15:53:42 +0800 Subject: [PATCH 0209/3109] Add packages --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 802e05b3..0afc2beb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -21,11 +21,13 @@ packages: "Winter Land @winterland1989": - tcp-streams + - tcp-streams-openssl - wire-streams - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # BLOCKED optparse-applicative 0.13 + - mysql-haskell + - mysql-haskell-openssl "Harendra Kumar @harendra-kumar": - unicode-transforms From d460dd7acec186319ea07981530fd0543564a8a6 Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Thu, 10 Nov 2016 15:23:42 +0100 Subject: [PATCH 0210/3109] Update build-constraints.yaml solga/solga-swagger now work with aeson >= 1.0.0.0, clang-pure has a new Setup.hs that should make it work everywhere. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0afc2beb..f3b359b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2451,9 +2451,9 @@ packages: - text-conversions "Patrick Chilton @chpatrick": - # - solga # BLOCKED aeson-qq - # - solga-swagger # aeson-qq - # Doesn't build on stackage server https://github.com/fpco/stackage/pull/1692 - clang-pure + - solga + - solga-swagger + - clang-pure - webrtc-vad "Michal Konecny @michalkonecny": From 332b0e8f2a3fdefedec36d28a3a40c8ff9d1820a Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 10 Nov 2016 20:39:58 +0300 Subject: [PATCH 0211/3109] =?UTF-8?q?Add=20=E2=80=98req=E2=80=99=20and=20?= =?UTF-8?q?=E2=80=98req-conduit=E2=80=99=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..c4312d4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,6 +1925,8 @@ packages: - data-check - text-metrics - tagged-identity + - req + - req-conduit # "Thomas Bereknyei ": # GHC 8 - multiplate From 350a5bf6a78618470eea21255cc82d8f79670dad Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 10 Nov 2016 20:01:39 +0200 Subject: [PATCH 0212/3109] Remove expected test failure docopt/docopt.hs#29 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3b359b6..56d85dc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,8 +2992,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - docopt # https://github.com/docopt/docopt.hs/issues/29 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From 75b299eca52cda562bc83b8d6557965966b980a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 11 Nov 2016 05:48:31 +0200 Subject: [PATCH 0213/3109] Expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1386407..49cc196f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3023,6 +3023,7 @@ expected-benchmark-failures: - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From ce6a03cdeba6904863dd33f58d3804461774c0db Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 12 Nov 2016 14:58:54 +0900 Subject: [PATCH 0214/3109] Add hailgun-simple package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..c05b0301 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1792,6 +1792,7 @@ packages: - envelope - from-sum - hailgun + - hailgun-simple # GHC 8 - ig - natural-transformation - opaleye-trans From c1fe687b893336b038701a760d1e1ac2d6f8120e Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:33 +0100 Subject: [PATCH 0215/3109] Add show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49cc196f..f8fe1681 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2095,6 +2095,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist + - show-prettyprint "Jeremy Shaw @stepcut": - boomerang From e182ab1f783336c74a9660b3ce3ba3c64b11bc88 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Sat, 12 Nov 2016 14:56:46 +0100 Subject: [PATCH 0216/3109] Trim trailing whitespace --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fe1681..91ba5d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2591,7 +2591,7 @@ packages: "Reuben D'Netto ": - glob-posix - + "Kadzuya Okamoto @arowM": - type-level-kv-list @@ -2864,7 +2864,7 @@ expected-test-failures: # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 From e64e62aa159c4164e9aeaf255d30cc06f595268a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 06:48:39 +0200 Subject: [PATCH 0217/3109] Upper bounds for #2057 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75196df4..c770a83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,10 @@ packages: - hmatrix < 0.18 - hmatrix-gsl < 0.18 + # https://github.com/fpco/stackage/issues/2057 + - brick < 0.14 + - vty < 5.12 + # end of packages From 165c2b6546f9097c398b0e6b720f3f9f75d6d756 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:06:23 +0200 Subject: [PATCH 0218/3109] Remove upper bound and close #1842 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c770a83c..3e482e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1718,7 +1718,7 @@ packages: "James Cook @mokus0": - dependent-sum - - dependent-sum-template + # - dependent-sum-template BLOCKED dependent-sum-0.4 - dependent-map - dice - hstatsd @@ -2625,9 +2625,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1842 - - dependent-sum < 0.4 - # https://github.com/fpco/stackage/issues/1993 - hspec < 2.3 - hspec-core < 2.3 From 2e8992c5859a6442191d2bdde4540d7b6d6ecaf2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:12:09 +0200 Subject: [PATCH 0219/3109] Remove upper bounds and close #1972 --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e482e26..feadad46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - - snaplet-fay + # - snaplet-fay # BLOCKED lens-4.15 - time-compat - through-text @@ -965,7 +965,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # BLOCKED lens-4.15 - avers-server - css-syntax - etcd @@ -2609,7 +2609,6 @@ packages: # - purescript # BLOCKED aeson-1.0 - type-list - - zoom-refs - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 @@ -2640,9 +2639,6 @@ packages: - hspec-wai-json < 0.7.0 - hspec-meta < 2.3.0 - # https://github.com/fpco/stackage/issues/1972 - - lens < 4.15 # Re-enable `lens' benchmarks when lifted - # https://github.com/fpco/stackage/issues/1994 - hspec-wai < 0.8.0 @@ -3023,7 +3019,6 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - lens # Fixed in lens-4.15 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - clustering # https://github.com/kaizhang/clustering/issues/3 From 8806545297cda8d7aab555b1f4dc1237765dc88c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Nov 2016 08:43:36 +0200 Subject: [PATCH 0220/3109] Remove expected benchmark failure kaizhang/clustering#3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feadad46..5c92f6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,7 +3021,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - clustering # https://github.com/kaizhang/clustering/issues/3 # end of expected-benchmark-failures From 585147bbe31831fce394b62adabf42bde7235296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 13 Nov 2016 16:39:23 +0100 Subject: [PATCH 0221/3109] cubicbezier upper bound for #2058 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c92f6b6..4a18ae92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,6 +2656,9 @@ packages: - brick < 0.14 - vty < 5.12 + # https://github.com/fpco/stackage/issues/2058 + - cubicbezier < 0.5 + # end of packages From 281af4dc75ade51151733e2e8332eb1dd63018a2 Mon Sep 17 00:00:00 2001 From: PLR Date: Sun, 13 Nov 2016 15:12:52 -0800 Subject: [PATCH 0222/3109] re-add gpipe --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a18ae92..01404fe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,11 +1820,11 @@ packages: - yi-rope - # "Tobias Bexelius @tobbebex": - # GHC 8 - GPipe + "Tobias Bexelius @tobbebex": + - GPipe - # "Patrick Redmond @plredmond": - # GHC 8 - GPipe-GLFW + "Patrick Redmond @plredmond": + - GPipe-GLFW # "Csaba Hruska @csabahruska": # GHC 8 - lambdacube-ir From 99277a9ad4b8b73d4b2e918f329eb118a08296f7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Nov 2016 07:07:57 +0200 Subject: [PATCH 0223/3109] Remove expected test failure lwm/tasty-discover#54 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01404fe3..b6177b93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2996,8 +2996,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/54 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # end of expected-test-failures From 3f2dbe2285281e8981fa286640c39faa1aa7b58c Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 14 Nov 2016 23:08:30 +0900 Subject: [PATCH 0224/3109] Add heterocephalus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..67626350 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,6 +2595,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list + - heterocephalus # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 6f3ca8c243d02b2cf209e92ba4967b2ce63bd3e8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:40:09 +0100 Subject: [PATCH 0225/3109] Remove upper bound and close #2043 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6177b93..a5ec9c8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2648,10 +2648,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2043 - - hmatrix < 0.18 - - hmatrix-gsl < 0.18 - # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 From f3db810efa9006eb55312508ce8208a99cf2bd5c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:41:46 +0100 Subject: [PATCH 0226/3109] text-zipper upper bound for #2057 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5ec9c8a..d830d4c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2651,6 +2651,7 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 + - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 From a5764cfcc8957c07c3e8f1cdb78f61cab3bbef44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Nov 2016 17:43:22 +0100 Subject: [PATCH 0227/3109] TMWIR for terminal-progress-bar --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d830d4c7..9f4f0be5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,7 +2792,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 - - terminal-progress-bar # depends on older version of itself + - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 @@ -3196,3 +3196,4 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base +- terminal-progress-bar-0.1.1 # Unskip test suite From cdac9c2574aac6c4d599959324306dec35684835 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Mon, 14 Nov 2016 12:00:10 -0500 Subject: [PATCH 0228/3109] Add hpp to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..427ce5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2189,6 +2189,7 @@ packages: "Anthony Cowley @acowley": - Frames + - hpp "Takayuki Muranushi @nushio3": - binary-search From 45cbdeacfd68b798b9e60ebcf8a11972fb7cbcb1 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Mon, 14 Nov 2016 09:42:31 -0800 Subject: [PATCH 0229/3109] Add th-to-exp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f4f0be5..abe42b41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2453,6 +2453,7 @@ packages: "Alexis King @lexi-lambda": - test-fixture - text-conversions + - th-to-exp "Patrick Chilton @chpatrick": - solga From e74d734d8f421fe4fae0a576512bead38c50427e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 09:24:53 +0100 Subject: [PATCH 0230/3109] btrfs upper bound for redneb/hs-btrfs#3 and diversity upper bound for GregorySchwartz/diversity#3 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 095ebd50..e3e38450 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,6 +2659,11 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + # https://github.com/redneb/hs-btrfs/issues/3 + - btrfs < 0.1.2.1 + + # https://github.com/GregorySchwartz/diversity/issues/3 + - diversity < 0.8.0.1 # end of packages From 9a0f9c3549245f1e3fe8a40fbcb00e2fc2ce0dfe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:25:19 +0100 Subject: [PATCH 0231/3109] Remove diversity upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3e38450..261f1983 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,6 @@ packages: # https://github.com/redneb/hs-btrfs/issues/3 - btrfs < 0.1.2.1 - - # https://github.com/GregorySchwartz/diversity/issues/3 - - diversity < 0.8.0.1 # end of packages From dd82a1855e8e985a63e9831ff35e72fb9bf5f8b2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:42:37 +0100 Subject: [PATCH 0232/3109] Re-enable snaplet-fay, btrfs rabneb/hs-btrfs#3, cgi tests, and pure-cdb tests --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 261f1983..ce4569e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED lens-4.15 + - snaplet-fay - time-compat - through-text @@ -2658,9 +2658,6 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 - - # https://github.com/redneb/hs-btrfs/issues/3 - - btrfs < 0.1.2.1 # end of packages @@ -2784,7 +2781,6 @@ skipped-tests: - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - - cgi # QuickCheck 2.9 - chell # options & via chell-quickcheck - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 @@ -2793,7 +2789,6 @@ skipped-tests: - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - - pure-cdb # test-simple - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 95e951c11ada758f8c8e7f51e4023978f856e031 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:50:16 +0100 Subject: [PATCH 0233/3109] cassava-conduit upper bound for #2065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce4569e5..556f21f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2058 - cubicbezier < 0.5 + + # https://github.com/fpco/stackage/issues/2065 + - cassava-conduit < 0.3.5 # end of packages From e5e9d056a5a7caf2d05e148fc5f0aea26667b8f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 15 Nov 2016 18:52:52 +0100 Subject: [PATCH 0234/3109] Remove upper bound and close #2058 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 556f21f3..f70e3c2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2058 - - cubicbezier < 0.5 - # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 # end of packages From 5e102ed1dba9ede7a3848539beb6e586a9365c56 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 17:06:50 +0100 Subject: [PATCH 0235/3109] servant-auth-cookie upper bound for #2067 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f70e3c2b..591f9047 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2658,6 +2658,9 @@ packages: # https://github.com/fpco/stackage/issues/2065 - cassava-conduit < 0.3.5 + + # https://github.com/fpco/stackage/issues/2067 + - servant-auth-cookie < 0.4.1 # end of packages From f46a926ccb5a8b868a409f231fa152253370bf7d Mon Sep 17 00:00:00 2001 From: Dom De Re Date: Wed, 16 Nov 2016 22:21:28 +1100 Subject: [PATCH 0236/3109] Revert "cassava-conduit upper bound for #2065" This reverts commit 95e951c11ada758f8c8e7f51e4023978f856e031. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 591f9047..704fdd66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2656,9 +2656,6 @@ packages: - vty < 5.12 - text-zipper < 0.9 - # https://github.com/fpco/stackage/issues/2065 - - cassava-conduit < 0.3.5 - # https://github.com/fpco/stackage/issues/2067 - servant-auth-cookie < 0.4.1 # end of packages From 7ec244fc5e781f597e1b0a208cbd120a97c52197 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Nov 2016 21:53:55 +0100 Subject: [PATCH 0237/3109] Ignore servant-auth-cookie 0.4.1, closes #2067 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 704fdd66..98d06f1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2502,7 +2502,7 @@ packages: # - bitcoin-payment-channel # BLOCKED aeson 1.0 "Al Zohali @zohl": - - servant-auth-cookie + - servant-auth-cookie < 0.4.1 || > 0.4.1 "Joachim Fasting @joachifm": - libmpd @@ -2655,9 +2655,6 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 - - # https://github.com/fpco/stackage/issues/2067 - - servant-auth-cookie < 0.4.1 # end of packages From 8fb08dce29e9462952987a874712286e4edc473d Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 17 Nov 2016 09:04:05 +0100 Subject: [PATCH 0238/3109] add ginger --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98d06f1c..091709a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Tobias Dammers @tdammers": + - ginger + "Yair Chuchem @yairchu": - List From 12a020e296a83ecd1cc5fd097c754d3c2bfa9775 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 14:44:11 +0100 Subject: [PATCH 0239/3109] Expect ginger tests to fail #2068 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 091709a9..a952b543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2934,6 +2934,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 3f51674977a7675dd9bc750298768fe3ebe88b8f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Nov 2016 18:54:49 +0200 Subject: [PATCH 0240/3109] Add the say package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..9030ffef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,6 +155,7 @@ packages: - fsnotify-conduit - pid1 - typed-process + - say - fsnotify - hinotify From 0e73a176be4dd4a7f484c92526f160431000f31c Mon Sep 17 00:00:00 2001 From: Juan Pedro Villa Isaza Date: Thu, 17 Nov 2016 14:00:14 -0500 Subject: [PATCH 0241/3109] Remove @jpvillaisaza from @stackbuilders group --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a952b543..4cd52016 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,7 +3136,6 @@ github-users: stackbuilders: - sestrella - jsl - - jpvillaisaza - jsantos17 - mrkkrp scotty-web: From 07c5f2ef974395c17db5cbeb42caebcda7515124 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Nov 2016 23:38:14 +0100 Subject: [PATCH 0242/3109] Revert "Expect ginger tests to fail #2068" This reverts commit 12a020e296a83ecd1cc5fd097c754d3c2bfa9775. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e26c557c..0962669f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,7 +2935,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://github.com/fpco/stackage/pull/2068#issuecomment-261248964 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 1e2d5b4c368f0bf8643ec6c1bd7d02e5bf50b61e Mon Sep 17 00:00:00 2001 From: winterland Date: Fri, 18 Nov 2016 16:14:39 +0800 Subject: [PATCH 0243/3109] Add if --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0962669f..cf348a0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -23,6 +23,7 @@ packages: - servant-aeson-specs "Winter Land @winterland1989": + - if - tcp-streams - tcp-streams-openssl - wire-streams From 5f5583f57544d72c9fb7cb0b1c35125ccc1a2422 Mon Sep 17 00:00:00 2001 From: Marcin Tolysz Date: Fri, 18 Nov 2016 12:54:13 +0000 Subject: [PATCH 0244/3109] Update build-constraints.yaml Add Maintainer and Package adding myself --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf348a0d..997f8028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2604,6 +2604,9 @@ packages: - type-level-kv-list - heterocephalus + "Marcin Tolysz @tolysz": + - rawstring-qm + # 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 From 4628a7c58294f9ffeb9488cc47f8fa0a0508ea99 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Sat, 19 Nov 2016 09:32:03 -0500 Subject: [PATCH 0245/3109] Add median-stream and stm-supply Two new packages --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 997f8028..bfb783c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -16,6 +16,8 @@ packages: "Joseph Canero @caneroj1": - sqlite-simple-errors + - median-stream + - stm-supply "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From b5dc1dc892b3bd069849c22eaa5f001baeb4745e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:43:38 +0100 Subject: [PATCH 0246/3109] haskell-src-exts-simple upper bound for #2075 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb783c2..0588aa23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,8 +2665,10 @@ packages: - brick < 0.14 - vty < 5.12 - text-zipper < 0.9 -# end of packages + # https://github.com/fpco/stackage/issues/2075 + - haskell-src-exts-simple < 1.19 +# end of packages # Package flags are applied to individual packages, and override the values of # global-flags From 31a6ddeaf7e2135771792482db6be0a2422f1390 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Nov 2016 20:49:37 +0100 Subject: [PATCH 0247/3109] Remove text-zipper upper bound #2057 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0588aa23..e215c567 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2664,7 +2664,6 @@ packages: # https://github.com/fpco/stackage/issues/2057 - brick < 0.14 - vty < 5.12 - - text-zipper < 0.9 # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 From 8990029eae6ff2c69eb675f50f25bcd24b079465 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 08:53:46 -0700 Subject: [PATCH 0248/3109] Add constraint "primitive < 0.6.2.0" per haskell/vector#27 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e215c567..7f5057d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2667,6 +2667,9 @@ packages: # https://github.com/fpco/stackage/issues/2075 - haskell-src-exts-simple < 1.19 + + # https://github.com/haskell/vector/issues/142 + - primitive < 0.6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3198,7 +3201,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite +- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From afee6df22baa0d00b8c242cc60641780050fa452 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:13:29 -0700 Subject: [PATCH 0249/3109] Remove constraint on haskell-src-exts-simple, closes #2075 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5057d8..f0c9f57f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,9 +2665,6 @@ packages: - brick < 0.14 - vty < 5.12 - # https://github.com/fpco/stackage/issues/2075 - - haskell-src-exts-simple < 1.19 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From 5b549d3930f700ebfdc38b39950694dd8474b1a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 09:20:01 -0700 Subject: [PATCH 0250/3109] Update vty constraint per #2077, closes #2057 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0c9f57f..15ece26a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2661,9 +2661,8 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2057 - - brick < 0.14 - - vty < 5.12 + # https://github.com/fpco/stackage/issues/2077 + - vty < 5.13 # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 From a921076ca99bcc4a92c96c899be5c76fabe50235 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 10:12:33 -0700 Subject: [PATCH 0251/3109] Expect heterocephalus tests to fail per arowM/heterocephalus#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15ece26a..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 3614df07d70eb9000662c0a009085f0542153feb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 11:34:25 -0700 Subject: [PATCH 0252/3109] Skip rotating-log test suite per Soostone/rotating-log#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3da8c889..8830abc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive + # Dependencies missing from cabal file + - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 + # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 0dc45179b1ee5944f6e50c5fb37575080ac273a8 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 11:15:14 -0800 Subject: [PATCH 0253/3109] dont skip rotating-log test suite I've relased 0.4.2 with the missing dependency in the cabal file. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..3da8c889 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,9 +2811,6 @@ skipped-tests: - options # QuickCheck via chell-quickcheck - uri-bytestring # haskell-src-exts via derive - # Dependencies missing from cabal file - - rotating-log # 0.4.1 https://github.com/Soostone/rotating-log/pull/2 - # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From a6d5c59ba6e23df3621382a04e7fb19a1d5becc1 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:31:46 -0800 Subject: [PATCH 0254/3109] Reenable cron and packages blocked by it I'm not familiar with yesod-job-queue but if the comment is correct, reenabling cron means it can also come back. I went ahead and purged derive from cron, opting instead for generics-sop. According to travis, my build should be working for nightlies and recent lts. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..bbb55cd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1501,7 +1501,7 @@ packages: - angel - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - # - cron # BLOCKED derive + - cron # GHC 8 - tasty-tap # via tasty-tap - tasty-fail-fast - drifter @@ -2346,8 +2346,7 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - [] - # - yesod-job-queue # BLOCKED cron + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass From eac2efbed1f37e576fff9a68d944460f16526477 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 12:39:23 -0800 Subject: [PATCH 0255/3109] Reintroduce ua-parser ua-parser as of 0.7.2 does not depend on derive for its test suite anymore. Tests run from lts-2 to nightly and all are passing. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8830abc1..ee312c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2246,7 +2246,7 @@ packages: - string-conv - rng-utils - rotating-log - # - ua-parser # BLOCKED derive + - ua-parser - hs-GeoIP - retry # GHC 8 - katip From 9db274e8e4a7b35b3b772d7196e35b2d949845df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:43:27 -0700 Subject: [PATCH 0256/3109] Unconstrain test libs. #1993 #1965 #1971 #1994 --- build-constraints.yaml | 52 +++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8496f7e..1c9e3169 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1067,7 +1067,7 @@ packages: - arithmoi - friendly-time - hashable - - haxl + # - haxl - monad-time - packdeps - recursion-schemes @@ -2636,24 +2636,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/1993 - - hspec < 2.3 - - hspec-core < 2.3 - - hspec-discover < 2.3 - - # https://github.com/fpco/stackage/issues/1965 - - HUnit < 1.4.0.0 - - hspec-expectations < 0.8.2 - - # https://github.com/fpco/stackage/issues/1971 - - hspec-expectations < 0.8.0 - - hspec-wai < 0.7.0 - - hspec-wai-json < 0.7.0 - - hspec-meta < 2.3.0 - - # https://github.com/fpco/stackage/issues/1994 - - hspec-wai < 0.8.0 - # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 @@ -2782,19 +2764,51 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + # # HUnit 1.5 + - GLFW-b + - Glob + - HTTP + - bindings-GLFW + - blaze-html + - blaze-markup + - case-insensitive + - darcs + - exception-transformers + - extensible-effects + - fclabels + - language-ecmascript + - lifted-base + - parsec + - psqueues + - rank1dynamic + - retry + - stylish-haskell + - threads + - tz + - tzdata + - uuid + - uuid-types + - websockets + # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck + - clay # hspec 2.3 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 + - fgl # hspec 2.3 + - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 + - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 From 2ff4219599e37f326b85c534235147269345a40a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 15:50:26 -0700 Subject: [PATCH 0257/3109] Remove constraint "vty < 5.13", closes #2077 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9e3169..1ea7b8bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2642,9 +2642,6 @@ packages: # https://github.com/fpco/stackage/issues/2042 - network-multicast < 0.2 - # https://github.com/fpco/stackage/issues/2077 - - vty < 5.13 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 # end of packages From fb4516befd9ab2513e0fe8cd18960025e7dc06e3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:44:58 -0700 Subject: [PATCH 0258/3109] Disable yesod-job-queue per nakaji-dayo/yesod-job-queue#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ea7b8bd..a32c9968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2346,7 +2346,8 @@ packages: - protolude "Daishi Nakajima @nakaji_dayo": - - yesod-job-queue + [] + # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 # "Braden Walters @meoblast001": # - hakyll-sass From a3c11877820a07b9a1598b320791b11f9853014b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 22 Nov 2016 22:52:17 -0700 Subject: [PATCH 0259/3109] Unblock amazonka* and stackage-curator --- build-constraints.yaml | 147 ++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 74 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a32c9968..f589ce39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls @@ -1112,79 +1112,78 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # BLOCKED https://github.com/brendanhay/amazonka/issues/323 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-autoscaling + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch-domains + - amazonka-cloudsearch + - amazonka-cloudtrail + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-cloudwatch + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb-streams + - amazonka-dynamodb + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot-dataplane + - amazonka-iot + - amazonka-kinesis + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-rds + - amazonka-redshift + - amazonka-route53-domains + - amazonka-route53 + - amazonka-s3 + - amazonka-sdb + - amazonka-ses + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From 171f8262112efdbce62b540422c561d3f745c825 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 08:02:03 -0700 Subject: [PATCH 0260/3109] Re-block amazonka* per brendanhay/amazonka#329 --- build-constraints.yaml | 147 +++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f589ce39..7bcd7ab0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # BLOCKED by amazonka-core - stm-conduit - wai-websockets - warp-tls @@ -1112,78 +1112,79 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-autoscaling - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch-domains - - amazonka-cloudsearch - - amazonka-cloudtrail - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-cloudwatch - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb-streams - - amazonka-dynamodb - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot-dataplane - - amazonka-iot - - amazonka-kinesis - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-rds - - amazonka-redshift - - amazonka-route53-domains - - amazonka-route53 - - amazonka-s3 - - amazonka-sdb - - amazonka-ses - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces + # https://github.com/brendanhay/amazonka/issues/329 + # - amazonka + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-autoscaling + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch-domains + # - amazonka-cloudsearch + # - amazonka-cloudtrail + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-cloudwatch + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb-streams + # - amazonka-dynamodb + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot-dataplane + # - amazonka-iot + # - amazonka-kinesis + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-rds + # - amazonka-redshift + # - amazonka-route53-domains + # - amazonka-route53 + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-ses + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces - gogol - gogol-core - gogol-adexchange-buyer From b72112194eec3fa40aa1f0685b7e570a24395ab6 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 10:37:43 -0800 Subject: [PATCH 0261/3109] Don't skip retry tests anymore As of retry 0.7.4.2, it permits HUnit 1.5, so we should be good to test again. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..3ab7d0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,7 +2779,6 @@ skipped-tests: - parsec - psqueues - rank1dynamic - - retry - stylish-haskell - threads - tz From ee0d9d381045f98857b22f57cdae08d74afd5fa8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 23 Nov 2016 13:51:10 -0500 Subject: [PATCH 0262/3109] Add trifecta --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..aa50a719 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -363,6 +363,7 @@ packages: - speculation - streams - tagged + - trifecta - vector-instances - void - wl-pprint-extras From af280b09a5dc4a5466eef357360750b1c32550f7 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 11:57:42 -0800 Subject: [PATCH 0263/3109] Resume running tests for uri-bytestring I've dropped the dependency on derive in uri-bytestring 0.2.2.1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..5b810274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2820,7 +2820,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - uri-bytestring # haskell-src-exts via derive # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From ebffe38b9a243cdd6469d22a37b9760425348d11 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 23 Nov 2016 12:57:57 -0800 Subject: [PATCH 0264/3109] Unblock bloodhound I just uploaded bloodhound 0.12.0.0, which amongst other things, dropped the requirement of derive for tests and permits aeson 1.0. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bcd7ab0..60649aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -516,7 +516,7 @@ packages: "Chris Allen bitemyapp": - machines-directory - machines-io - # - bloodhound # BLOCKED derive and aeson-1.0 + - bloodhound "Adam Bergmark @bergmark": - HUnit From c91639d67eb1c2b80eb16a1c2103e7c8b67d9810 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:12:41 -0700 Subject: [PATCH 0265/3109] Expect servant-server tests to fail per haskell-servant/servant#643 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79a8252f..56a1bba6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2970,6 +2970,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 - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 + - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 From 14821bab25731f35ea48ae6c3bb98815482e9461 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 23 Nov 2016 23:34:03 -0700 Subject: [PATCH 0266/3109] Unskip a few test suites, notify on optparse-applicative release --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56a1bba6..226ad5e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,14 +2789,12 @@ skipped-tests: - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - - ChasingBottoms # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - - concurrent-extra # https://github.com/basvandijk/concurrent-extra/pull/15 - ed25519 # QuickCheck 2.9 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 @@ -2809,10 +2807,9 @@ skipped-tests: - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - - system-filepath # QuickCheck 2.9 + - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 - - zlib # 0.6.1.1-r3 https://github.com/haskell/zlib/issues/2 # Transitive outdated dependencies # These packages @@ -3215,3 +3212,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite +- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 6f594f6883a42b50c7cd9dc5392d03ccd8a2cab1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 24 Nov 2016 00:03:51 -0700 Subject: [PATCH 0267/3109] Expect heterocephalus tests to pass per arowM/heterocephalus#4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 226ad5e6..02bf7ceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2946,7 +2946,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - heterocephalus # 1.0.0.1 https://github.com/arowM/heterocephalus/issues/4 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From b635d0ff39c51769ef1d340cad5fdd7b447e1829 Mon Sep 17 00:00:00 2001 From: Tom Nielsen Date: Fri, 25 Nov 2016 09:29:39 +0000 Subject: [PATCH 0268/3109] add datasets from @glutamate --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..b392da66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2610,6 +2610,10 @@ packages: "Marcin Tolysz @tolysz": - rawstring-qm + "Tom Nielsen @glutamate": + - datasets + + # 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 From 161073f723553b35073b1a49a4d5a0f2bd8522bb Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 25 Nov 2016 13:56:55 +0200 Subject: [PATCH 0269/3109] Add scrive/log --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02bf7ceb..681e63a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1064,6 +1064,12 @@ packages: - time-parsers - waitra + # scrive/log + - log + - log-base + - log-elasticsearch + - log-postgres + # Not a maintainer - arithmoi - friendly-time @@ -2907,6 +2913,7 @@ expected-test-failures: - hocilib # oracle - hworker - katip-elasticsearch # elasticsearch + - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 From 3aca29a9c052f1e77a3b558b3baa18c3f92ccb04 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 25 Nov 2016 20:12:50 -0800 Subject: [PATCH 0270/3109] Expect hpqtypes tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a4be159..d9c38cf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2944,6 +2944,9 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API + # Test executable requires arguments + - hpqtypes + # Deprecated # Eventually we'll have to disable these packages completely. - doctest-prop # https://github.com/bitemyapp/bloodhound/issues/146 From c1f877aa9fa7ea2a2b596416813b6e77885aa5be Mon Sep 17 00:00:00 2001 From: Matvey Aksenov Date: Sat, 26 Nov 2016 16:01:33 +0000 Subject: [PATCH 0271/3109] add envparse --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..eeb86f7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -779,8 +779,9 @@ packages: - djinn-lib - djinn-ghc - "Matvey Aksenov ": + "Matvey Aksenov @supki": - terminal-size + - envparse "Luis G. Torres @giogadi": - kdt From f9a704aa04028bfd773376adaf7f42c4d4d26b9a Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sat, 26 Nov 2016 09:20:06 -0800 Subject: [PATCH 0272/3109] Add oanda-rest-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..4e973bf3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2384,6 +2384,7 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - oanda-rest-api - stratosphere "Alexey Rodiontsev @klappvisor": From ef604f8d83721afd42a74d367383879f26eaeeb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 26 Nov 2016 10:53:13 -0800 Subject: [PATCH 0273/3109] Expect stratosphere tests to fail per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c38cf5..7683b8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2991,6 +2991,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 807009d4b259822e6396af8b216ca685b4694a78 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Sat, 26 Nov 2016 21:41:35 -0800 Subject: [PATCH 0274/3109] added hamilton package some of the deps aren't on stackage, i hope this works? --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..0fdf87c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1488,6 +1488,7 @@ packages: "Justin Le @mstksg": - auto - configurator-export + - hamilton - prompt - tagged-binary - typelits-witnesses From 5ea3fd3e61376a3fcb709045d672bf33e5abfc81 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 27 Nov 2016 21:03:20 -0800 Subject: [PATCH 0275/3109] Disable angel per MichaelXavier/Angel#52 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a85d4e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1506,7 +1506,7 @@ packages: # GHC 8 - growler "Michael Xavier @MichaelXavier": - - angel + # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash - cron From fe9822c403f1aa5660deb3c087b8307cffbafb87 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 Nov 2016 11:56:40 +0100 Subject: [PATCH 0276/3109] Re-enable some test suites --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..09e2bc5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2780,8 +2780,6 @@ skipped-tests: - Glob - HTTP - bindings-GLFW - - blaze-html - - blaze-markup - case-insensitive - darcs - exception-transformers @@ -2790,15 +2788,12 @@ skipped-tests: - language-ecmascript - lifted-base - parsec - - psqueues - rank1dynamic - - stylish-haskell - threads - tz - tzdata - uuid - uuid-types - - websockets # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 From 5593b36c4cf99e12561c8b7c98d9f9fc00e4bef8 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 27 Nov 2016 18:28:27 +0100 Subject: [PATCH 0277/3109] add wl-pprint-annotated This is a version of wl-pprint-extras without point effects. Compared tp annotated-wl-pprint the API is slightly modernized. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aace3f9..a4c39e44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2537,6 +2537,7 @@ packages: - quickcheck-special - writer-cps-mtl - writer-cps-transformers + - wl-pprint-annotated "Taras Serduke @tserduke": - do-list From cbaebf01eeefa5f998628c84aa8615e7c85bd00f Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Mon, 28 Nov 2016 09:10:55 -0800 Subject: [PATCH 0278/3109] Reenable katip, katip-elasticsearch Both are building on stackage nightly now. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a85d4e60..ab8ac0b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2257,8 +2257,8 @@ packages: - ua-parser - hs-GeoIP - retry - # GHC 8 - katip - # via katip - katip-elasticsearch + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From dd1496afc38bebd4f65257d1e010fb061b8dae3e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Nov 2016 17:39:46 -0800 Subject: [PATCH 0279/3109] Expect statrosphere tests to pass again per frontrowed/stratosphere#38 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..4bcbed87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,7 +2990,6 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - stratosphere # https://github.com/frontrowed/stratosphere/issues/38 # Doctest ran across ambiguous modules # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest From 67a551174c2de07332898acdea3ab62a1e2f5115 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:37:26 +0900 Subject: [PATCH 0280/3109] Spock-core testsuite compile (agrafix/Spock#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a2fdf1..3987c705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,7 @@ expected-test-failures: - tries # https://github.com/athanclark/tries/issues/2 - 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 + - Spock-core # https://github.com/agrafix/Spock/issues/102 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12113f3ab226ed1ada8477a65bc68226d2465480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:44:11 +0900 Subject: [PATCH 0281/3109] yaml-0.8.21 test failures (snoyberg/yaml#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51873218..0f3562c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,6 +3024,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 + - yaml # https://github.com/snoyberg/yaml/issues/102 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 610b5784e4633d6c532437aec26cb541d3b8a070 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 16:50:31 +0900 Subject: [PATCH 0282/3109] yesod-auth-basic hlint tests (creichert/yesod-auth-basic#1) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f3562c7..85f82cc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,6 +3025,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - yaml # https://github.com/snoyberg/yaml/issues/102 + + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 059ac44a55afc89161d0a41c418f710b0bad9544 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:07:46 +0900 Subject: [PATCH 0283/3109] websocket-0.9.8.0 breaks yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85f82cc5..0a473cc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,6 +2660,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/yesodweb/yesod/issues/1311 + - websocket < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From be32d3eb365e0f73657c0df2f8cabea52f4b3e16 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:11:53 +0900 Subject: [PATCH 0284/3109] spell websockets correctly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a473cc6..2c7390f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,7 +2662,7 @@ packages: - primitive < 0.6.2.0 # https://github.com/yesodweb/yesod/issues/1311 - - websocket < 0.9.8.0 + - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From c2854f9ad63ed557c679c102fbf84074b65f57af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 29 Nov 2016 17:32:46 +0900 Subject: [PATCH 0285/3109] temporarily disable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c7390f3..492b9bf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - - yesod-websockets + #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit @@ -2660,9 +2660,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - - # https://github.com/yesodweb/yesod/issues/1311 - - websockets < 0.9.8.0 # end of packages # Package flags are applied to individual packages, and override the values of From b01ad2bb332ed47c912bcf77ef6af8610399cd2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 29 Nov 2016 11:44:00 +0200 Subject: [PATCH 0286/3109] Revert "yaml-0.8.21 test failures (snoyberg/yaml#102)" This reverts commit 12113f3ab226ed1ada8477a65bc68226d2465480. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..951561ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,8 +3024,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - yaml # https://github.com/snoyberg/yaml/issues/102 - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # end of expected-test-failures From 7d3c949a6cda9d0ac26298a3554939febdf0dc9f Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 29 Nov 2016 11:05:31 +0100 Subject: [PATCH 0287/3109] add wl-pprint-console and console-style --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..4a09a664 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2539,6 +2539,8 @@ packages: - writer-cps-mtl - writer-cps-transformers - wl-pprint-annotated + - wl-pprint-console + - console-style "Taras Serduke @tserduke": - do-list From 922cb7da2147eccd441dd19ccdb108f8395f103c Mon Sep 17 00:00:00 2001 From: Alexis King Date: Tue, 29 Nov 2016 11:37:06 -0800 Subject: [PATCH 0288/3109] Add type-assertions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 492b9bf6..2c1a9113 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,6 +2472,7 @@ packages: - test-fixture - text-conversions - th-to-exp + - type-assertions "Patrick Chilton @chpatrick": - solga From 7eb1df3e95b2df540b109b96f21fcb443bf6dc3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:13:01 +0900 Subject: [PATCH 0289/3109] reenable yesod-websockets (yesodweb/yesod#1311) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e75ac0b..3932a4d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,7 +115,7 @@ packages: - yesod-sitemap - yesod-static - yesod-test - #- yesod-websockets # https://github.com/yesodweb/yesod/issues/1311 + - yesod-websockets - cereal-conduit - binary-conduit # GHC 8 - lzma-conduit From fb5467382bad3af5736e1f8ca8c23d19acce9793 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 11:45:06 +0900 Subject: [PATCH 0290/3109] websockets < 0.10.0.0 (#2099) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3932a4d8..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2663,6 +2663,9 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 + + # https://github.com/fpco/stackage/issues/2099 + - websockets < 0.10.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 291e2f0f9300bfa80029e68bf706fadb892da02f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Nov 2016 14:48:19 +0900 Subject: [PATCH 0291/3109] katip test not compiling (Soostone/katip#41) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..fca1fe32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,6 +2993,7 @@ expected-test-failures: - 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 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 12a894ccdd4d5677d2b42082bbe5b5300920d294 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 16:05:42 +0200 Subject: [PATCH 0292/3109] cron.sh: pull the image --- automated/cron.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 5d076fd1..316991dd 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -6,10 +6,13 @@ CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh +IMAGE=fpco/stackage-server-prod:latest +docker pull $IMAGE + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ -w /home/ubuntu \ - fpco/stackage-server-prod:latest \ + $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From 287bbcea0e210d83ec210112c20408b2dfc97c42 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Nov 2016 19:15:56 +0200 Subject: [PATCH 0293/3109] Provide ~/.stack to cron job --- automated/cron.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 316991dd..76f9fcf7 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -9,10 +9,12 @@ source aws.sh IMAGE=fpco/stackage-server-prod:latest docker pull $IMAGE +stack update + echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -w /home/ubuntu \ + -v $HOME/.stack:/home/ubuntu/.stack:ro \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From e56df35cf4fa9ccebb6fe84e1566a3d6b5ce1c0a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 10:45:57 +0900 Subject: [PATCH 0294/3109] Revert "katip test not compiling (Soostone/katip#41)" should be fixed in katip-0.3.1.2 This reverts commit 291e2f0f9300bfa80029e68bf706fadb892da02f. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fca1fe32..a9cb3812 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,7 +2993,6 @@ expected-test-failures: - 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 - Spock-core # https://github.com/agrafix/Spock/issues/102 - - katip # https://github.com/Soostone/katip/issues/41 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 97184bde8883384067bce72c81f0a1924955f9af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:03:31 +0900 Subject: [PATCH 0295/3109] pandoc < 1.19 (#2100) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9cb3812..37c819d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2100 + - pandoc < 1.19 # end of packages # Package flags are applied to individual packages, and override the values of From db338edc4b85279ba29cc67cc4da6abf77e06b5f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Dec 2016 11:21:37 +0900 Subject: [PATCH 0296/3109] texmath < 0.9 (#2100) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37c819d2..f0960c18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2100 - pandoc < 1.19 + - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From d9ee8f1abdc1e1da410b2540055cc93acb55ceee Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Thu, 1 Dec 2016 14:58:07 +0100 Subject: [PATCH 0297/3109] add superbuffer, remove hackmanager --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0960c18..a0ad49ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -856,12 +856,11 @@ packages: - validate-input - ignore - elm-bridge - # https://github.com/agrafix/hackmanager/issues/1 - # - hackmanager # via digestive-functors - digestive-bootstrap - blaze-bootstrap - dataurl - psql-helpers + - superbuffer "Joey Eremondi @JoeyEremondi": - aeson-pretty From 7c2b5f155646c8bbe7d0d2142453e82d4d38bdc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:35:19 +0900 Subject: [PATCH 0298/3109] Revert "pandoc < 1.19 (#2100)" This reverts commit 97184bde8883384067bce72c81f0a1924955f9af. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0ad49ac..415f0579 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2665,10 +2665,6 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 - - # https://github.com/fpco/stackage/issues/2100 - - pandoc < 1.19 - - texmath < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From 59fafebf12b31910451624b0b994aac9d24eb711 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 Dec 2016 10:39:11 +0900 Subject: [PATCH 0299/3109] hakyll test failing (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 415f0579..2f1a8c98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 + - hakyll # https://github.com/jaspervdj/hakyll/issues/491 # Assertion failures, these can be real bugs or just limitations # in the test cases. From acbdd495b807952d4bf55193157287a6fb969701 Mon Sep 17 00:00:00 2001 From: Stackage Curators Date: Fri, 2 Dec 2016 04:52:27 +0000 Subject: [PATCH 0300/3109] Fix a buggy shell script --- automated/cron.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 76f9fcf7..8e56f254 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -15,6 +15,7 @@ echo "Running stackage-server-cron..." echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ - -v $HOME/.stack:/home/ubuntu/.stack:ro \ + -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ + --workdir /home/ubuntu \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From dc65fb71cd0282ff48d04f1ad484e2beea140365 Mon Sep 17 00:00:00 2001 From: christof schramm Date: Fri, 2 Dec 2016 11:51:12 +0100 Subject: [PATCH 0301/3109] add mnist-idx --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..f9ecc968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2625,6 +2625,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Christof Schramm @kryoxide" + - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From b3fd12aa1e73417b9da992de3b01309fc16b6942 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 14:42:57 +0100 Subject: [PATCH 0302/3109] avers is compatible with hspec 2.3 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..18cff00f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,6 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - avers # hspec 2.3 - bytestring-handle # QuickCheck 2.9 - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck From d54703903ce9a05e0fd0f98ac5034a9eee42194c Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 2 Dec 2016 15:36:56 +0100 Subject: [PATCH 0303/3109] avers-api-docs is compatible with lens-4.15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..3cc4cb22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -973,7 +973,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # BLOCKED lens-4.15 + - avers-api-docs - avers-server - css-syntax - etcd From 7f210dbc77d2ed800b00bee5775e779d174a0cad Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 2 Dec 2016 11:39:48 -0600 Subject: [PATCH 0304/3109] Reinstate a bunch of my packages As far as I know all these packages should be OK again. Let me know if any of them fails and I will try to fix them ASAP. --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..891544b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -398,11 +398,11 @@ packages: "Brent Yorgey @byorgey": - active - # via haxr - BlogLiterately - # GHC 8 - BlogLiterately-diagrams + - BlogLiterately + - BlogLiterately-diagrams - diagrams - # GHC 8 & bounds - diagrams-builder - # GHC 8 & bounds - diagrams-haddock + - diagrams-builder + - diagrams-haddock - diagrams-cairo - diagrams-contrib - diagrams-core @@ -413,7 +413,7 @@ packages: - diagrams-svg - dual-tree - force-layout - # via http-streams - haxr + - haxr - MonadRandom - monoid-extras From 6de0795c28c7c283bc95231ed1a8293be384ad45 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 2 Dec 2016 09:42:32 -0800 Subject: [PATCH 0305/3109] `turtle` now builds with `optparse-applicative` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..1be0a1aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -507,7 +507,7 @@ packages: - pipes-parse - pipes-concurrency - pipes-safe - # - turtle # BLOCKED optparse-applicative 0.13 + - turtle - foldl - morte From 5410c4315babca2488af84f0cd7f61d01ef2411c Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 2 Dec 2016 15:10:18 -0800 Subject: [PATCH 0306/3109] added vector-sized --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1a8c98..630364ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1492,6 +1492,7 @@ packages: - tagged-binary - typelits-witnesses - uncertain + - vector-sized "Ian Duncan @iand675": - feature-flags From 70283020402d54ca6867c6a1151fdab0a2713207 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 09:00:29 +0900 Subject: [PATCH 0307/3109] pipes < 4.3.0 (#2108) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b39d5440..cc30a864 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2666,6 +2666,9 @@ packages: # https://github.com/fpco/stackage/issues/2099 - websockets < 0.10.0.0 + + # https://github.com/fpco/stackage/issues/2108 + - pipes < 4.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6429b1eb14db3f2a0779813ef2927085fa4ad673 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 3 Dec 2016 10:48:50 +0900 Subject: [PATCH 0308/3109] pipes-safe < 2.2.5 (#2108) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc30a864..a76bdeee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,6 +2669,7 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 + - pipes-safe < 2.2.5 # end of packages # Package flags are applied to individual packages, and override the values of From f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Sat, 3 Dec 2016 18:22:23 +0100 Subject: [PATCH 0309/3109] Update yi packages --- build-constraints.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..1e33aba2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-errors - docopt - dynamic-state - dyre @@ -1828,13 +1829,21 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi BLOCKED due to yi-language - #- yi-fuzzy-open - - # https://github.com/yi-editor/yi/issues/922 - # - yi-language - + - yi + - yi-core + - yi-frontend-pango + - yi-frontend-vty + - yi-fuzzy-open + - yi-ireader + - yi-keymap-cua + - yi-keymap-emacs + - yi-keymap-vim + - yi-language + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope + - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 0fa2ab41d5362118b497a9d038078bcddb94b995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sat, 3 Dec 2016 21:51:02 +0100 Subject: [PATCH 0310/3109] Use newer version of haskell-gi-base Needed for the latest versions of the autogenerated haskell-gi bindings (gi-gtk, etc.), which are coming in a later commit. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..7ab1e126 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.18 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From ce86150da3a31e8ca21b120d76fc106cddb9878f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 07:03:13 +0900 Subject: [PATCH 0311/3109] Revert "add mnist-idx" (#2102) This reverts commit dc65fb71cd0282ff48d04f1ad484e2beea140365. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 486e0bf0..c49e8be7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2635,8 +2635,6 @@ packages: "Tom Nielsen @glutamate": - datasets - "Christof Schramm @kryoxide" - - mnist-idx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f6abc131e99758307811bda4ee1bc3af255fed74 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:33:42 +0900 Subject: [PATCH 0312/3109] Revert "Update yi packages" for now (yi-editor/yi#922) still seems broken with alex-3.2.1 This reverts commit f3d021f8ba1b37f2d5a7f00a34e19d7e05b997e2. --- build-constraints.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da60de7e..0b6cc572 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,7 +1820,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -1829,21 +1828,13 @@ packages: - pointedlist - word-trie - xdg-basedir - - yi - - yi-core - - yi-frontend-pango - - yi-frontend-vty - - yi-fuzzy-open - - yi-ireader - - yi-keymap-cua - - yi-keymap-emacs - - yi-keymap-vim - - yi-language - - yi-misc-modes - - yi-mode-haskell - - yi-mode-javascript + # - yi BLOCKED due to yi-language + #- yi-fuzzy-open + + # https://github.com/yi-editor/yi/issues/922 + # - yi-language + - yi-rope - - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 8c0a12983d9922ec247272d4c4a6eb23ce99984d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 08:57:43 +0900 Subject: [PATCH 0313/3109] Revert "Use newer version of haskell-gi-base" (#2110) but bump tell-me-when-its-released This reverts commit 0fa2ab41d5362118b497a9d038078bcddb94b995. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b6cc572..d6d97ac0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2410,7 +2410,7 @@ packages: - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - haskell-gi - - haskell-gi-base + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree @@ -3234,5 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- haskell-gi-0.19 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 492e1e00c57dcd23a0da0a3cb3ba478dbaad7ab5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:09:11 +0900 Subject: [PATCH 0314/3109] try haskell-gi-0.19 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6d97ac0..28a59641 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi - - haskell-gi-base < 0.19 + - haskell-gi < 0.20 + - haskell-gi-base < 0.20 "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,6 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.19 # Lift constraint on haskell-gi-base +- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From 413751c1f726b47fc50bcf5543602510064c7f5a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:11:32 +0900 Subject: [PATCH 0315/3109] revert to haskell-gi-base < 0.19 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28a59641..d2a2db40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,8 +2409,8 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.20 + - haskell-gi + - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": - directory-tree From e33c8d61425fe63eafbc184b092423175ec00b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 09:20:50 +0900 Subject: [PATCH 0316/3109] try haskell-gi-0.19 with haskell-gi-base-0.18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2a2db40..72e601a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2409,7 +2409,7 @@ packages: - gi-soup == 2.4.3 - gi-javascriptcore == 3.0.3 - gi-webkit == 3.0.3 - - haskell-gi + - haskell-gi < 0.20 - haskell-gi-base < 0.19 "Brandon Simmons @jberryman": From ff107821793fcec589ece0ff76f4f7e16ec9507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sun, 4 Dec 2016 09:58:50 +0100 Subject: [PATCH 0317/3109] New versions of haskell-gi, and the gi-* bindings --- build-constraints.yaml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..01a358f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2397,20 +2397,20 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.3 - - gi-cairo == 1.0.3 - - gi-gdk == 3.0.3 - - gi-gdkpixbuf == 2.0.3 - - gi-gio == 2.0.3 - - gi-glib == 2.0.3 - - gi-gobject == 2.0.3 - - gi-gtk == 3.0.3 - - gi-pango == 1.0.3 - - gi-soup == 2.4.3 - - gi-javascriptcore == 3.0.3 - - gi-webkit == 3.0.3 - - haskell-gi < 0.20 - - haskell-gi-base < 0.19 + - gi-atk == 2.0.7 + - gi-cairo == 1.0.7 + - gi-gdk == 3.0.7 + - gi-gdkpixbuf == 2.0.7 + - gi-gio == 2.0.7 + - gi-glib == 2.0.7 + - gi-gobject == 2.0.7 + - gi-gtk == 3.0.7 + - gi-pango == 1.0.7 + - gi-soup == 2.4.7 + - gi-javascriptcore == 3.0.7 + - gi-webkit == 3.0.7 + - haskell-gi + - haskell-gi-base "Brandon Simmons @jberryman": - directory-tree @@ -3234,6 +3234,5 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- haskell-gi-0.20 # Lift constraint on haskell-gi-base - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 From bae9fda877e0ec1cbe1eab60a17d82239e86247c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 4 Dec 2016 20:45:09 +0900 Subject: [PATCH 0318/3109] brick < 0.15 (#2112) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e601a2..ccfcb32e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2670,6 +2670,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2112 + - brick < 0.15 # end of packages # Package flags are applied to individual packages, and override the values of From 4d759ea92ccacb8d88a03418d260d2e38128b2f6 Mon Sep 17 00:00:00 2001 From: Brendan Hay Date: Sun, 4 Dec 2016 16:50:34 +0100 Subject: [PATCH 0319/3109] Re-enabling amazonka and adding new re:Invent 2016 libraries --- build-constraints.yaml | 162 ++++++++++++++++++++++------------------- 1 file changed, 89 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..d6db34a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1119,79 +1119,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # https://github.com/brendanhay/amazonka/issues/329 - # - amazonka - # - amazonka-core - # - amazonka-test - # - amazonka-apigateway - # - amazonka-application-autoscaling - # - amazonka-autoscaling - # - amazonka-certificatemanager - # - amazonka-cloudformation - # - amazonka-cloudfront - # - amazonka-cloudhsm - # - amazonka-cloudsearch-domains - # - amazonka-cloudsearch - # - amazonka-cloudtrail - # - amazonka-cloudwatch-events - # - amazonka-cloudwatch-logs - # - amazonka-cloudwatch - # - amazonka-codecommit - # - amazonka-codedeploy - # - amazonka-codepipeline - # - amazonka-cognito-identity - # - amazonka-cognito-idp - # - amazonka-cognito-sync - # - amazonka-config - # - amazonka-datapipeline - # - amazonka-devicefarm - # - amazonka-directconnect - # - amazonka-discovery - # - amazonka-dms - # - amazonka-ds - # - amazonka-dynamodb-streams - # - amazonka-dynamodb - # - amazonka-ec2 - # - amazonka-ecr - # - amazonka-ecs - # - amazonka-efs - # - amazonka-elasticache - # - amazonka-elasticbeanstalk - # - amazonka-elasticsearch - # - amazonka-elastictranscoder - # - amazonka-elb - # - amazonka-emr - # - amazonka-gamelift - # - amazonka-glacier - # - amazonka-iam - # - amazonka-importexport - # - amazonka-inspector - # - amazonka-iot-dataplane - # - amazonka-iot - # - amazonka-kinesis - # - amazonka-kinesis-firehose - # - amazonka-kms - # - amazonka-lambda - # - amazonka-marketplace-analytics - # - amazonka-marketplace-metering - # - amazonka-ml - # - amazonka-opsworks - # - amazonka-rds - # - amazonka-redshift - # - amazonka-route53-domains - # - amazonka-route53 - # - amazonka-s3 - # - amazonka-sdb - # - amazonka-ses - # - amazonka-sns - # - amazonka-sqs - # - amazonka-ssm - # - amazonka-storagegateway - # - amazonka-sts - # - amazonka-support - # - amazonka-swf - # - amazonka-waf - # - amazonka-workspaces + - amazonka + - amazonka-core + - amazonka-test + - amazonka-apigateway + - amazonka-application-autoscaling + - amazonka-appstream + - amazonka-autoscaling + - amazonka-budgets + - amazonka-certificatemanager + - amazonka-cloudformation + - amazonka-cloudfront + - amazonka-cloudhsm + - amazonka-cloudsearch + - amazonka-cloudsearch-domains + - amazonka-cloudtrail + - amazonka-cloudwatch + - amazonka-cloudwatch-events + - amazonka-cloudwatch-logs + - amazonka-codebuild + - amazonka-codecommit + - amazonka-codedeploy + - amazonka-codepipeline + - amazonka-cognito-identity + - amazonka-cognito-idp + - amazonka-cognito-sync + - amazonka-config + - amazonka-datapipeline + - amazonka-devicefarm + - amazonka-directconnect + - amazonka-discovery + - amazonka-dms + - amazonka-ds + - amazonka-dynamodb + - amazonka-dynamodb-streams + - amazonka-ec2 + - amazonka-ecr + - amazonka-ecs + - amazonka-efs + - amazonka-elasticache + - amazonka-elasticbeanstalk + - amazonka-elasticsearch + - amazonka-elastictranscoder + - amazonka-elb + - amazonka-elbv2 + - amazonka-emr + - amazonka-gamelift + - amazonka-glacier + - amazonka-health + - amazonka-iam + - amazonka-importexport + - amazonka-inspector + - amazonka-iot + - amazonka-iot-dataplane + - amazonka-kinesis + - amazonka-kinesis-analytics + - amazonka-kinesis-firehose + - amazonka-kms + - amazonka-lambda + - amazonka-lightsail + - amazonka-marketplace-analytics + - amazonka-marketplace-metering + - amazonka-ml + - amazonka-opsworks + - amazonka-opsworks-cm + - amazonka-pinpoint + - amazonka-polly + - amazonka-rds + - amazonka-redshift + - amazonka-rekognition + - amazonka-route53 + - amazonka-route53-domains + - amazonka-s3 + - amazonka-sdb + - amazonka-servicecatalog + - amazonka-ses + - amazonka-shield + - amazonka-sms + - amazonka-snowball + - amazonka-sns + - amazonka-sqs + - amazonka-ssm + - amazonka-stepfunctions + - amazonka-storagegateway + - amazonka-sts + - amazonka-support + - amazonka-swf + - amazonka-waf + - amazonka-workspaces + - amazonka-xray - gogol - gogol-core - gogol-adexchange-buyer From ab35860bc6c5fd92e6da45f5e5a5e669938b49b9 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Sun, 4 Dec 2016 19:00:27 +0000 Subject: [PATCH 0320/3109] Add hexml library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..60001210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - bake - ghcid - pugixml + - hexml "Alan Zimmerman @alanz": - hjsmin From 01dbdc1b01ff167ce4a3a4520c487461e8a3eeb0 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Mon, 5 Dec 2016 00:17:27 +0100 Subject: [PATCH 0321/3109] add timespan library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a961c32b..c1d2eefd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -861,6 +861,7 @@ packages: - dataurl - psql-helpers - superbuffer + - timespan "Joey Eremondi @JoeyEremondi": - aeson-pretty From 26c2647802d0183a04d91ee3af6c7af706794dfc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 11:18:10 +0900 Subject: [PATCH 0322/3109] vty < 5.14 (#2117) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f9e761f..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,8 @@ packages: # https://github.com/fpco/stackage/issues/2112 - brick < 0.15 + # https://github.com/fpco/stackage/issues/2117 + - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From d8530f25bf9452949a3ea2c7be368b3f59a79980 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:36:43 +0900 Subject: [PATCH 0323/3109] temporarily disable phadej/binary-tagged#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..40002fae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - - binary-tagged + #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 - edit-distance - generics-sop-lens - github From e5c897862058213f9e0962ddae2e10948f3068c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:49:10 +0900 Subject: [PATCH 0324/3109] Revert "temporarily disable phadej/binary-tagged#13" This reverts commit d8530f25bf9452949a3ea2c7be368b3f59a79980. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40002fae..36bb54f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: - aeson-compat - aeson-extra - binary-orphans - #- binary-tagged # https://github.com/phadej/binary-tagged/issues/13 + - binary-tagged - edit-distance - generics-sop-lens - github From e56a4a8efa71f1976c32439ddbc8b5d478381ced Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:51:31 +0900 Subject: [PATCH 0325/3109] generics-sop < 0.2.3.0 (#2118) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36bb54f2..2ccc1226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,6 +2693,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2118 + - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 1d4785461f405ac7ba032e0e7a47be1b5992ee14 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 5 Dec 2016 18:56:15 +0900 Subject: [PATCH 0326/3109] disable ltext temporarily (ltext/ltext#22) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ccc1226..c2ca8dfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1454,7 +1454,7 @@ packages: "Athan Clark @athanclark": - commutative # via digestive functors - digestive-functors-lucid - - ltext + #- ltext # https://github.com/ltext/ltext/issues/22 - markup # via poly-arity - nested-routes - path-extra From 414db75938b20f9b6ebc3a0e21ca7eb2c97f2920 Mon Sep 17 00:00:00 2001 From: Jun Date: Mon, 5 Dec 2016 22:34:39 +0900 Subject: [PATCH 0327/3109] Add 'line' The 'line' package is Haskell SDK for the LINE API. FYI, LINE is a messaging platform. For the further details, please refer to the following links. - https://line.me - https://hackage.haskell.org/package/line --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..0f0afc56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,8 @@ packages: "Tom Nielsen @glutamate": - datasets + "Hyunje Jun @noraesae": + - line # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4fb2b3f417b0e56028e2877f14d7d6a8855fc8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Mon, 5 Dec 2016 21:49:50 +0100 Subject: [PATCH 0328/3109] Newer versions of gi-* packages --- build-constraints.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..1c333807 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,18 +2415,18 @@ packages: # Pinned to versions not using custom-setup, since stack does # not understand that syntax yet: # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.7 - - gi-cairo == 1.0.7 - - gi-gdk == 3.0.7 - - gi-gdkpixbuf == 2.0.7 - - gi-gio == 2.0.7 - - gi-glib == 2.0.7 - - gi-gobject == 2.0.7 - - gi-gtk == 3.0.7 - - gi-pango == 1.0.7 - - gi-soup == 2.4.7 - - gi-javascriptcore == 3.0.7 - - gi-webkit == 3.0.7 + - gi-atk == 2.0.8 + - gi-cairo == 1.0.8 + - gi-gdk == 3.0.8 + - gi-gdkpixbuf == 2.0.8 + - gi-gio == 2.0.8 + - gi-glib == 2.0.8 + - gi-gobject == 2.0.8 + - gi-gtk == 3.0.8 + - gi-pango == 1.0.8 + - gi-soup == 2.4.8 + - gi-javascriptcore == 3.0.8 + - gi-webkit == 3.0.8 - haskell-gi - haskell-gi-base From 2de29605b47eb1f6f017661200bb417499b0c580 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:01:22 +0900 Subject: [PATCH 0329/3109] Revert "generics-sop < 0.2.3.0 (#2118)" This reverts commit e56a4a8efa71f1976c32439ddbc8b5d478381ced. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ca8dfd..189fa3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2118 - - generics-sop < 0.2.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41e6fc3cc7c27aae772e8822f2f5d0856065689a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:04:32 +0900 Subject: [PATCH 0330/3109] Revert "Temporary block mainland/language-c-quote#72" This reverts commit 70a753eb92d7eefe8f9cb5b6a56af9a805a9655a. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 189fa3b6..d7da5259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1030,9 +1030,7 @@ packages: - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": - [] - # https://github.com/mainland/language-c-quote/issues/72 - # - language-c-quote + - language-c-quote "Sönke Hahn @soenkehahn": - generics-eot From 38edf1509bc5c4d7302f20f8f2c668e6a77c670c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:29:33 +0900 Subject: [PATCH 0331/3109] process-extra < 0.7 (#2122) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8346a0ed..352ad75a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2691,6 +2691,9 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 + + # https://github.com/fpco/stackage/issues/2122 + - process-extra < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 23243738346c3ea04e75ba25ee6fbf55e8dd6717 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 11:41:27 +0900 Subject: [PATCH 0332/3109] fix typo of process-extras (#2122) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78a27c..2b9a8818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2695,7 +2695,7 @@ packages: - vty < 5.14 # https://github.com/fpco/stackage/issues/2122 - - process-extra < 0.7 + - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From d13516a3a9313a256d3d27d67382a0ef8f406f7f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 12:00:21 +0900 Subject: [PATCH 0333/3109] run-nightly.sh: discourage interrupting cron.sh --- automated/run-nightly.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 75e7405e..ed63364f 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,8 +5,9 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - echo "Running cron.sh (hiding verbose output)" - ./cron.sh > cron.log 2>&1 # | grep -v '^Skipping' + date + echo -n "Running cron.sh (do not interrupt)... " + ./cron.sh > cron.log 2>&1 echo "done." echo date From ad174b354ccb6fba2419d40f8bde29d487c34669 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 15:02:48 +0900 Subject: [PATCH 0334/3109] Revert "process-extra < 0.7 (#2122)" This reverts commit 38edf1509bc5c4d7302f20f8f2c668e6a77c670c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b9a8818..2304e76b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,9 +2693,6 @@ packages: - brick < 0.15 # https://github.com/fpco/stackage/issues/2117 - vty < 5.14 - - # https://github.com/fpco/stackage/issues/2122 - - process-extras < 0.7 # end of packages # Package flags are applied to individual packages, and override the values of From 37b14ac86085b01d245202c703ef822f68f80deb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Dec 2016 16:18:54 +0900 Subject: [PATCH 0335/3109] run-nightly.sh: run cron.sh in the background Check that cron.sh is not already running. With no new snapshot cron.sh takes about 1min. --- automated/run-nightly.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index ed63364f..fe5e2c0a 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,11 +4,11 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - - date - echo -n "Running cron.sh (do not interrupt)... " - ./cron.sh > cron.log 2>&1 - echo "done." + if ! pgrep cron.sh >/dev/null; then + echo + echo "Running cron.sh in the background" + ./cron.sh > cron.log 2>&1 & + fi echo date From 8b77287ca607d816994666af600fe8f137de13e0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:48:22 -0500 Subject: [PATCH 0336/3109] Bind port in cron.sh --- automated/cron.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/cron.sh b/automated/cron.sh index 8e56f254..d067260c 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -17,5 +17,6 @@ docker run --rm \ -v $CRONDIR:/home/ubuntu \ -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ --workdir /home/ubuntu \ + -p 17834:17834 \ $IMAGE \ bash -c "useradd $(whoami) -u $(id -u); sudo -u $(whoami) env HOME=/home/ubuntu AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY bash -c '/usr/local/bin/stackage-server-cron 2>&1 | tee -a /home/ubuntu/stackage-server-cron.log'" From b01d84974e496aacd4224fdf9bc3ef0351099339 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:50:13 -0500 Subject: [PATCH 0337/3109] Stop running cron from build scripts --- automated/build.sh | 7 ------- automated/run-nightly.sh | 6 ------ 2 files changed, 13 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 731445d8..a145ac5b 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -132,11 +132,4 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Register as a new Hackage distro docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" -if [ $SHORTNAME = "lts" ] -then - echo "Running cron.sh (hiding verbose output)" - ./cron.sh | grep -v '^Skipping' - echo "done." -fi - date diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index fe5e2c0a..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,12 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - if ! pgrep cron.sh >/dev/null; then - echo - echo "Running cron.sh in the background" - ./cron.sh > cron.log 2>&1 & - fi - echo date sleep 30m From 5e6350c8ccc63aa94e4a6c71c386fed80eb87806 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Dec 2016 09:53:56 -0500 Subject: [PATCH 0338/3109] cron.sh: change directory --- automated/cron.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated/cron.sh b/automated/cron.sh index d067260c..728fef40 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -2,6 +2,8 @@ set -eux +cd "$(dirname "${BASH_SOURCE[0]}")" + CRONDIR=$(pwd)/crondir mkdir -p $CRONDIR source aws.sh From fb6efc48ec5f5ba1176f4efd98b487c25758ad38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:13:28 +0900 Subject: [PATCH 0339/3109] skip path's testsuite since genvalidity can't build (#2123) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2304e76b..67f7ec0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2858,6 +2858,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck + - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 1414aa74f7f9b27e34d5d11d4a1c12765effb149 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 13:20:29 +0900 Subject: [PATCH 0340/3109] reenable stackage-curator --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67f7ec0c..8744e2ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # BLOCKED by amazonka-core + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 68327a1db65530815da8f7c2167c1df29c79c5ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:25:34 +0900 Subject: [PATCH 0341/3109] update some BLOCKED comments --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8744e2ea..00403c58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -74,7 +74,7 @@ packages: # bounds - ses-html # via stripe-http-streams - stripe-haskell # via http-streams - stripe-http-streams - # - stripe-core # BLOCKED aeson 1.0 + # - stripe-core # BLOCKED aeson < 1.0 "Piotr Mlodawski @pmlodawski": - signal @@ -944,7 +944,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED aeson 1.0 & optparse-applicative 0.13.0.0 after #1784 + # - idris # BLOCKED safe - cairo - gio @@ -985,7 +985,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # BLOCKED optparse-applicative 0.13 + # - mole # BLOCKED optparse-applicative < 0.13 - publicsuffix - rethinkdb-client-driver @@ -1727,7 +1727,7 @@ packages: - refact # bounds - servant-pandoc - ghc-exactprint - # - apply-refact # BLOCKED optparse-applicative 0.13 + # - apply-refact # BLOCKED optparse-applicative < 0.13 # "Andrew Gibiansky @gibiansky": # GHC 8 - ihaskell From 1e9202cd0da35fd682f0256769a4565b1ad4c648 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 14:26:16 +0900 Subject: [PATCH 0342/3109] re-enable turtle-options --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00403c58..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2261,8 +2261,7 @@ packages: - doctest-discover "Elie Genard @eliegenard": - [] - # - turtle-options # BLOCKED optparse-applicative 0.13 via turtle + - turtle-options # "Ruey-Lin Hsu @petercommand": # GHC 8 - MASMGen From 6e379c60d64c8442163db9af6e4b20ff9fe80109 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 16:39:11 +0900 Subject: [PATCH 0343/3109] disable stackage-curator again (fpco/stackage-curator#27) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02b881c3..b4066902 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 - stm-conduit - wai-websockets - warp-tls From 01627f7f89a2dd50b57796f4cb23146bbc2c35b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 7 Dec 2016 18:13:46 +0900 Subject: [PATCH 0344/3109] run-nightly.sh: remove the extra date --- automated/run-nightly.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..616a2fc4 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,7 +4,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) - date sleep 30m done From 73c7eb3682f1956aec04709dc4b93a36960fabbc Mon Sep 17 00:00:00 2001 From: m0rphism Date: Wed, 7 Dec 2016 13:53:47 +0100 Subject: [PATCH 0345/3109] Added printcess and dmenu packages to build-constraints. --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..c0690a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,6 +2644,13 @@ packages: "Hyunje Jun @noraesae": - line + "Hannes Saffrich @m0rphism": + - dmenu + - dmenu-pmount + - dmenu-pkill + - dmenu-search + - printcess + # 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 From 89949a20aee3e6cde1c6af56bd207ab495d7fd9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 7 Dec 2016 20:16:17 -0500 Subject: [PATCH 0346/3109] Revert "disable stackage-curator again (fpco/stackage-curator#27)" This reverts commit 6e379c60d64c8442163db9af6e4b20ff9fe80109. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4066902..02b881c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -99,7 +99,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - #- stackage-curator # https://github.com/fpco/stackage-curator/issues/27 + - stackage-curator - stm-conduit - wai-websockets - warp-tls From c73c1b4cf527fb7e6678f064fe4e13ad4820f31a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:28:09 +0900 Subject: [PATCH 0347/3109] Revert "run-nightly.sh: remove the extra date" This reverts commit 01627f7f89a2dd50b57796f4cb23146bbc2c35b7. --- automated/run-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 616a2fc4..2347896b 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -4,6 +4,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) + date sleep 30m done From 00ab0954a48e771535150fcf15abf5682dd35b91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:42:00 +0900 Subject: [PATCH 0348/3109] Revert "brick < 0.15 (#2112)" and "vty < 5.14 (#2117)" fixed with hledger-ui-1.0.5 revision --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b014697..1f7c702f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,11 +2694,6 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 - - # https://github.com/fpco/stackage/issues/2112 - - brick < 0.15 - # https://github.com/fpco/stackage/issues/2117 - - vty < 5.14 # end of packages # Package flags are applied to individual packages, and override the values of From 8b93f335843a4fa525a4ee5f11d65c5641be1773 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:45:32 +0900 Subject: [PATCH 0349/3109] leapseconds-announced < 2017.0.0.1 (#2127) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f7c702f..6bdba7ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2694,6 +2694,9 @@ packages: # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 + + # https://github.com/fpco/stackage/issues/2127 + - leapseconds-announced < 2017.0.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From d22c61896a68ed1c5e596f608005c2ce94d9be5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:47:48 +0900 Subject: [PATCH 0350/3109] Revert "skip path's testsuite since genvalidity can't build (#2123)" revised on Hackage This reverts commit fb6efc48ec5f5ba1176f4efd98b487c25758ad38. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bdba7ce..89f7137b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2862,7 +2862,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - options # QuickCheck via chell-quickcheck - - path # QuickCheck via genvalidity and hspec via genvalidity-hspec https://github.com/fpco/stackage/issues/2123 # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 10:56:23 +0900 Subject: [PATCH 0351/3109] path < 0.5.10 (#2123) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89f7137b..bfe61731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2697,6 +2697,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2123 + - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 7c70b45d67959083a34b86190ff2d0ce35aa9161 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Dec 2016 12:20:04 +0900 Subject: [PATCH 0352/3109] varying < 0.7.0.0 (schell/varying#15) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe61731..a2f2bbfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,6 +2700,9 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 + + # https://github.com/schell/varying/issues/15 + - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 2812024ad2e25d210a2622d4b26796bc2990a454 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 7 Dec 2016 16:12:08 +0300 Subject: [PATCH 0353/3109] add hip package. Enabled repa, repa-io and repa-algorithms: Upper bound for QuickCheck was fixed. --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..c71b56b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -651,9 +651,9 @@ packages: - versions - vectortiles - pipes-random - # - repa # BLOCKED QuickCheck < 2.9 - # - repa-io # BLOCKED repa - # - repa-algorithms # BLOCKED repa + - repa + - repa-io + - repa-algorithms # GHC 8 - kanji "Ketil Malde @ketil-malde": @@ -2651,6 +2651,9 @@ packages: - dmenu-search - printcess + "Alexey Kuleshevich @lehins": + - hip + # 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 From 8c426836ad7cb080be39ac0f20c1473fa332e88d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 8 Dec 2016 07:18:08 -0600 Subject: [PATCH 0354/3109] Re-enable uri-templater --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2f2bbfa..82d88d0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1379,7 +1379,7 @@ packages: - bmp # Maintained by @benl23x5. # GHC 8 - ekg-statsd # Maintained by @tibbe. - flow - # via uri-templater - github-release + - github-release - gloss # Maintained by @benl23x5. - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. @@ -1515,8 +1515,8 @@ packages: - metrics - pipes-wai - serf - # 0.2.0.0 compilation failure - uri-templater - # via uri-templater - librato + - uri-templater + - librato # bounds - datadog # bounds - engine-io-growler # bounds - flowdock From f7cc359fedaccb9450ba632ebe40fa94cf5017a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:18:04 +0900 Subject: [PATCH 0355/3109] run-nightly.sh: blank line between runs --- automated/run-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 2347896b..3dc3b26c 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -5,6 +5,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" while true; do ./build.sh nightly-$(date -u +%F) date - sleep 30m + echo done From 2cf3313a6effe7722f3ce9b2dd223123ca10111d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:25:49 +0900 Subject: [PATCH 0356/3109] Revert "varying < 0.7.0.0 (schell/varying#15)" This reverts commit 7c70b45d67959083a34b86190ff2d0ce35aa9161. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c71b56b7..41893840 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2703,9 +2703,6 @@ packages: # https://github.com/fpco/stackage/issues/2123 - path < 0.5.10 - - # https://github.com/schell/varying/issues/15 - - varying < 0.7.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From c1b0733169ee6e58d48fd22e0d0221536f1b038a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 09:28:05 +0900 Subject: [PATCH 0357/3109] waiting for next hakyll release (jaspervdj/hakyll#491) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41893840..0a792465 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,3 +3269,4 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 +- hakyll-4.9.2.0 # re-enable tests From 65d74692c99975e4ac7b3dbd6367e6754ade8464 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Dec 2016 10:15:10 +0900 Subject: [PATCH 0358/3109] allow varying benchmark fail (schell/varying#15) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e570d5a1..ec62fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3092,7 +3092,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - + - varying # https://github.com/schell/varying/issues/15 # end of expected-benchmark-failures From ebd7bd3c694395f85c2f429d1666fe6ad491ffd4 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Fri, 9 Dec 2016 10:05:57 +0100 Subject: [PATCH 0359/3109] add OpenAL and ALUT packages --- build-constraints.yaml | 8 ++++++++ debian-bootstrap.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..ef0f9a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -224,6 +224,10 @@ packages: - download - textlocal + "haskell-openal": + - OpenAL + - ALUT + "haskell-opengl": - OpenGL - GLURaw @@ -3191,9 +3195,13 @@ github-users: - meteficha analytics: - ekmett + haskell-openal: + - svenpanne + # - the-real-blackh haskell-opengl: - ekmett - svenpanne + # - dagit # - elliottt # - jmcarthur lambdabot: diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 29640833..b651d4ea 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -45,6 +45,7 @@ apt-get install -y \ git \ libadns1-dev \ libaio1 \ + libalut-dev \ libasound2-dev \ libblas-dev \ libbz2-dev \ From 473d3c835d3c1c601635c03241067437a36825cf Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Fri, 9 Dec 2016 10:30:22 +0000 Subject: [PATCH 0360/3109] Add logging-effect --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec62fa1b..28012ce8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1688,6 +1688,7 @@ packages: # GHC 8 - network-carbon # GHC 8 - socket-io - tasty-rerun + - logging-effect # "Scott Murphy @smurphy8": From b67a84baaa1d50b8d72b241e23fd87d20d835de2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:12:32 +0900 Subject: [PATCH 0361/3109] Revert "path < 0.5.10 (#2123)" genvalidity revised This reverts commit 3bca58ca0f9b3cb3ee551ffa3be1033e4fe94d69. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0a2bc7d..ab044b04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,9 +2705,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - - # https://github.com/fpco/stackage/issues/2123 - - path < 0.5.10 # end of packages # Package flags are applied to individual packages, and override the values of From 0303ad28c797b78b1f2a3bbc727a32229a24bb45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:42:18 +0900 Subject: [PATCH 0362/3109] datasets-0.2.2 needs wreq (#2032) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab044b04..e28c56c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2705,6 +2705,9 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 + + # https://github.com/fpco/stackage/issues/2032 + - datasets < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 56a2456f0bff847e594fa5b385565144bc5c4769 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 10 Dec 2016 10:47:39 +0900 Subject: [PATCH 0363/3109] Revert "websockets < 0.10.0.0 (#2099)" This reverts commit fb5467382bad3af5736e1f8ca8c23d19acce9793. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e28c56c8..53a950f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2696,9 +2696,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2099 - - websockets < 0.10.0.0 - # https://github.com/fpco/stackage/issues/2108 - pipes < 4.3.0 - pipes-safe < 2.2.5 From 29d420110f96a3949d6dcdbd00410d0f49c995ab Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Sat, 3 Dec 2016 18:22:23 +0100 Subject: [PATCH 0364/3109] Update yi packages --- build-constraints.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a76bdeee..a91698d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,6 +1820,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-errors - docopt - dynamic-state - dyre @@ -1828,13 +1829,21 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi BLOCKED due to yi-language - #- yi-fuzzy-open - - # https://github.com/yi-editor/yi/issues/922 - # - yi-language - + # - yi -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + - yi-core + # - yi-frontend-pango -- disabled because of 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-language + - yi-misc-modes + - yi-mode-haskell + - yi-mode-javascript - yi-rope + - yi-snippet "Tobias Bexelius @tobbebex": - GPipe From 5afcfd5807a1058493261db0819c66274d1ded3f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 11 Dec 2016 10:15:04 +0900 Subject: [PATCH 0365/3109] disable yi-keymap-vim (yi-editor/yi#954) testsuite missing dir --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f777af9..431a64e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1858,7 +1858,7 @@ packages: - yi-ireader - yi-keymap-cua - yi-keymap-emacs - - yi-keymap-vim + #- yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - yi-language - yi-misc-modes - yi-mode-haskell From e34e6dc4a2a4695987b50ff6f8cc768f98c94910 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Dec 2016 12:32:49 +0200 Subject: [PATCH 0366/3109] Add the hide field yesodweb/wai#579 --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 431a64e9..d900caa2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3285,3 +3285,14 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests + +# Packages which should be hidden after registering, to avoid module name +# conflicts. This is intended for at least two use cases: +# +# * Making doctests pass (https://github.com/yesodweb/wai/issues/579) +# +# * Allowing tools like Stack to get a mapping from module name to package name +# for automatically installing dependencies +hide: +- async-dejafu # https://github.com/yesodweb/wai/issues/579 +- monads-tf # mtl is preferred From abf2d92daa8eb04e5c38559ddc01769e1cc91aab Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Sun, 11 Dec 2016 20:22:32 +0100 Subject: [PATCH 0367/3109] Add hledger-iadd --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d900caa2..adcfa3a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2668,6 +2668,9 @@ packages: "Alexey Kuleshevich @lehins": - hip + "Hans-Peter Deifel @hpdeifel": + - hledger-iadd + # 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 From 463183880d4a875e8e45ab2b9a321aee63fc1268 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 12 Dec 2016 11:16:51 +0900 Subject: [PATCH 0368/3109] waiting for Spock-core release for testsuite (agrafix/Spock#102) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index adcfa3a5..6d1de3dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,6 +3288,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests +- Spock-core-0.11.0.0 # testsuite fail # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ba321e5359638047eb1f0ce292d1f271291cfbc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 11:54:18 +0900 Subject: [PATCH 0369/3109] build.sh: quieten builds with set +x --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index a145ac5b..9df389fb 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eux +set -eu +x ROOT=$(cd $(dirname $0) ; pwd) TARGET=$1 From e7584ea7e2fd3c64eb2cb57df39d83d79987a6ed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 13:38:10 +0900 Subject: [PATCH 0370/3109] Revert "allow varying benchmark fail (schell/varying#15)" should be fixed in 0.7.0.3 This reverts commit 65d74692c99975e4ac7b3dbd6367e6754ade8464. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d1de3dc..ed0764b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,7 +3106,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - varying # https://github.com/schell/varying/issues/15 + # end of expected-benchmark-failures From acf180a7583e54831dfd62b88336501afb42082d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Dec 2016 14:41:50 +0900 Subject: [PATCH 0371/3109] build.sh: do not update Hackage packages list for LTS New packages from Hackage should only be pulled by Nightly. ie LTS should never be ahead of Nightly in terms of package versions. --- automated/build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9df389fb..13e39791 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -98,11 +98,16 @@ curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip # Determine the new build plan unless NOPLAN is set # -# * Update the package index +# * Update the package index (unless LTS) # * Create a new plan if [ "${NOPLAN:-}x" = "x" ] then - docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + if [ $SHORTNAME = "lts" ] + then + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + else + docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stack update && exec stackage-curator create-plan --plan-file $PLAN_FILE --target $TARGET ${CONSTRAINTS:-}" + fi fi # Do the rest of the pre-build actions: From b05c971e062b0eb91b1b6d20d81f6688c6cb13ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Dec 2016 09:46:46 +0200 Subject: [PATCH 0372/3109] Upper bound for #2135 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0764b4..a009436a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,9 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 + + # https://github.com/fpco/stackage/issues/2135 + - glabrous < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From be33e6c37397b3de0ef9a5bffb7c73edabc2e0f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Dec 2016 22:10:46 +0200 Subject: [PATCH 0373/3109] Remove upper bound and close #2135 This reverts commit b05c971e062b0eb91b1b6d20d81f6688c6cb13ec. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a009436a..ed0764b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,9 +2717,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - - # https://github.com/fpco/stackage/issues/2135 - - glabrous < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9dd4548a8d226bc40feabf204b71399e373e8ce9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Dec 2016 10:12:09 +0200 Subject: [PATCH 0374/3109] Upper bound for #2136 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed0764b4..fc701c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,9 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 + + # https://github.com/fpco/stackage/issues/2136 + - X11 < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From b99d63bec31ab896294388552405c3fcdf09dd54 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Fri, 16 Dec 2016 12:07:26 +0100 Subject: [PATCH 0375/3109] Add jni, jvm, sparkle once more. This is another attempt at #2003. The list of includes has been expanded. Fixes #1660. --- build-constraints.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..92930d85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1565,6 +1565,9 @@ packages: - distributed-closure - H - inline-r + - jni + - jvm + - sparkle - th-lift "Christopher Reichert @creichert": @@ -2319,8 +2322,6 @@ packages: "Alp Mestanogullari @alpmestan": - taggy - taggy-lens - # 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java - # via inline-java - sparkle "Alex McLean @yaxu": - tidal @@ -2807,11 +2808,15 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux hocilib: - --extra-lib-dirs - /usr/local/lib From f5c36341e1d911a5acb9703a1c8e8060705f6cef Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Fri, 16 Dec 2016 13:33:52 +0100 Subject: [PATCH 0376/3109] Add jvm to expected-test-failures. The reason for this is that on Debian for some reason the linker doesn't add a RUNPATH entry for libjvm.so, despite the fact that it's installed in a non-standard location. So running the test suite will yield a "libjvm.so not found" error. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92930d85..b8bdc726 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ expected-test-failures: - hedis - hocilib # oracle - hworker + - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 67957d4fbde51fab5f188c1a67016d04f60b2349 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Thu, 15 Dec 2016 23:10:42 +0100 Subject: [PATCH 0377/3109] Add hasql-migration --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..41dcfa0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1763,6 +1763,7 @@ packages: "Timo von Holtz @tvh": # via haxl - haxl-amazonka + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": From b079eac0d6c534b542b7bb0701f1fb90fe93e6a1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 16 Dec 2016 09:02:38 -0800 Subject: [PATCH 0378/3109] Add streaming-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..a9524d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1418,6 +1418,7 @@ packages: - pipes-csv - pipes-mongodb - skeletons + - streaming-wai # "Smirnov Alexey @chemist": # GHC 8 - snmp From b2f22978bb04fdaaaef1e1b1d28a27f445bd1df1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 16 Dec 2016 09:04:21 -0800 Subject: [PATCH 0379/3109] Add elm-export{,-persistent} and servant-elm --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc701c5a..37850888 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1415,8 +1415,11 @@ packages: "William Casarin @jb55": - bson-lens - cased + - elm-export + - elm-export-persistent - pipes-csv - pipes-mongodb + - servant-elm - skeletons # "Smirnov Alexey @chemist": From 1fb8383f19f77630ca4d3ec59b60d03bd092b54a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Dec 2016 18:53:57 +0200 Subject: [PATCH 0380/3109] Upper bounds for #2143 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9524d8a..fba2f8ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2721,6 +2721,10 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + + # https://github.com/fpco/stackage/issues/2143 + - cryptonite < 0.21 + - memory < 0.14 # end of packages # Package flags are applied to individual packages, and override the values of From 9dd723dd2dff0eaf2499203e04caf2662c542d2c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 17 Dec 2016 18:56:19 +0200 Subject: [PATCH 0381/3109] Extra upper bound for #2143 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fba2f8ed..3800d6b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2725,6 +2725,7 @@ packages: # https://github.com/fpco/stackage/issues/2143 - cryptonite < 0.21 - memory < 0.14 + - tls < 1.3.9 # end of packages # Package flags are applied to individual packages, and override the values of From 3f136b9882ee49b7fe0fd801d84a5bca1319251d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Dec 2016 10:43:19 +0200 Subject: [PATCH 0382/3109] configure-args for jvm --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a740c743..ccf4af94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,6 +2816,13 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/include - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include/linux + jvm: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server From 229ad9b04533c1ff3a633d5fcc14a5b8e50ae3c8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Dec 2016 10:47:49 +0200 Subject: [PATCH 0383/3109] Temporarily block jvm and sparkle #2139 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccf4af94..c7476dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,8 +1567,9 @@ packages: - H - inline-r - jni - - jvm - - sparkle + # Temporary block for https://github.com/fpco/stackage/pull/2139 + # - jvm + # - sparkle - th-lift "Christopher Reichert @creichert": From 6e56fb1fc2ca8de644bec3c59c233702f0cf01ff Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 18 Dec 2016 14:05:09 +0100 Subject: [PATCH 0384/3109] Add openjdk paths to dynamic linker system paths. --- debian-bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b651d4ea..4c28b457 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -162,3 +162,7 @@ cd /tmp \ && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ && ldconfig + +# Add JDK to system paths. +echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ + && ldconfig From 9f167da8cd1ed7f57c5bba1f17a6df847a3431c0 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 18 Dec 2016 15:29:25 +0100 Subject: [PATCH 0385/3109] Reenable jvm. Depends on Docker image that includes #2144. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7476dc2..cd6f2cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,8 +1567,8 @@ packages: - H - inline-r - jni - # Temporary block for https://github.com/fpco/stackage/pull/2139 - # - jvm + - jvm + # BLOCKED GHC 8.0.2 # - sparkle - th-lift From b1f5590f5831cdc8ac302e56770146656838f935 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 18 Dec 2016 15:32:57 +0100 Subject: [PATCH 0386/3109] Re-enable doctest suites --- build-constraints.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd6f2cf7..924cac1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,7 +2292,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2767,10 +2767,6 @@ package-flags: tar: old-time: false - # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 - jose-jwt: - doctest: false - time-locale-compat: old-locale: false @@ -3072,12 +3068,6 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - # Doctest ran across ambiguous modules - # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From a10011824d40649e11e56463b01e534cd6b09ace Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 18 Dec 2016 20:44:15 +0100 Subject: [PATCH 0387/3109] Revert "Re-enable doctest suites" This reverts commit b1f5590f5831cdc8ac302e56770146656838f935. --- build-constraints.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 924cac1d..cd6f2cf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,7 +2292,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2767,6 +2767,10 @@ package-flags: tar: old-time: false + # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 + jose-jwt: + doctest: false + time-locale-compat: old-locale: false @@ -3068,6 +3072,12 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + # Doctest ran across ambiguous modules + # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest + - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 + - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage + - warp # https://github.com/yesodweb/wai/issues/579 + # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From 8a12ad449aaedd16681729ea323550681b286449 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 09:41:14 +0100 Subject: [PATCH 0388/3109] clckwrks upper bound for #2147 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec9fec2b..03d4a4cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,7 +2293,7 @@ packages: - ua-parser - hs-GeoIP - retry - - katip + - katip - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -2729,6 +2729,9 @@ packages: - cryptonite < 0.21 - memory < 0.14 - tls < 1.3.9 + + # https://github.com/fpco/stackage/issues/2147 + - clckwrks < 0.24.0 # end of packages # Package flags are applied to individual packages, and override the values of From aed09354889e48c7ec9e56a96f9a20b1662762c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 10:11:49 +0100 Subject: [PATCH 0389/3109] Expect hasql-transaction tests to fail due to missing PostgreSQL --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03d4a4cf..3e708d88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2994,6 +2994,7 @@ expected-test-failures: - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL + - hasql-transaction # PostgreSQL - hedis - hocilib # oracle - hworker From 589fee65b202388e59d40aa34eb41bf825caebe8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 17:19:28 +0100 Subject: [PATCH 0390/3109] rattletrap upper bound for #2148 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e708d88..b69071f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,9 @@ packages: # https://github.com/fpco/stackage/issues/2147 - clckwrks < 0.24.0 + + # https://github.com/fpco/stackage/issues/2148 + - rattletrap < 2.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From f3db2b4f057474dbb9e9ce845def3d97eeb10258 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 17:45:32 +0100 Subject: [PATCH 0391/3109] Revert "Revert "Re-enable doctest suites"" This reverts commit a10011824d40649e11e56463b01e534cd6b09ace. --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b69071f4..1180a144 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2774,10 +2774,6 @@ package-flags: tar: old-time: false - # https://github.com/fpco/stackage/pull/482#issuecomment-83635207 - jose-jwt: - doctest: false - time-locale-compat: old-locale: false @@ -3080,12 +3076,6 @@ expected-test-failures: - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - # Doctest ran across ambiguous modules - # https://github.com/bergmark/blog/blob/master/2016/package-faq.md#ambiguous-modules-when-using-doctest - - doctest # 0.11.0 https://github.com/sol/doctest/issues/137 - - jwt # https://bitbucket.org/ssaasen/haskell-jwt/issues/18/test-suite-build-failure-in-stackage - - warp # https://github.com/yesodweb/wai/issues/579 - # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From a2ca9824d572e0b64163070663817c91fc7f4d21 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 18:05:12 +0100 Subject: [PATCH 0392/3109] Remove clckwrks upper bound and close #2147 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1180a144..8f053f03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,9 +2730,6 @@ packages: - memory < 0.14 - tls < 1.3.9 - # https://github.com/fpco/stackage/issues/2147 - - clckwrks < 0.24.0 - # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 # end of packages From f16ed6eec16e7a84b4954241795012e43af1872a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 18:28:20 +0100 Subject: [PATCH 0393/3109] Print the version/git hash of stackage-curator --- automated/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/build.sh b/automated/build.sh index 13e39791..1dd7dadd 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,6 +77,7 @@ rm -f stackage-curator stackage-curator.bz2 wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 bunzip2 stackage-curator.bz2 chmod +x stackage-curator +stackage-curator --version ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" From 5f337a111c07e011045362bf878e678201185296 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:37:17 +0100 Subject: [PATCH 0394/3109] Hide protolude and cryptohash due to doctest issues --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f053f03..79e6e938 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,3 +3318,5 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred +- protolude # `module Panic` conflicts with base +- cryptohash # Superceeded by cryptonite From 8b3625266b40b0534cc2925d9a0f3d5bc8fc60bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:41:13 +0100 Subject: [PATCH 0395/3109] Expect ginger tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79e6e938..8210046e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,6 +3042,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - hakyll # https://github.com/jaspervdj/hakyll/issues/491 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test # Assertion failures, these can be real bugs or just limitations # in the test cases. From f11f65be884f0d98fbcdce1fb7582e713746b091 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 21:58:59 +0100 Subject: [PATCH 0396/3109] Force rebuilds of cryptohash and protolude --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8210046e..dc5994be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,10 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 + + # Temporary for doctest debugging + - cryptohash < 0.11.9 + - protolude < 0.1.10 # end of packages # Package flags are applied to individual packages, and override the values of From e28a0f7f6f11e97f3b77e916aaf0ff3fb5ca50f8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 22:03:21 +0100 Subject: [PATCH 0397/3109] Temp disable avers for doctest debugging --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc5994be..7808b48d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -977,10 +977,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-api-docs - - avers-server + # - avers + # - avers-api + # - avers-api-docs + # - avers-server - css-syntax - etcd - github-types From 5d426c7faa892479c8a395069d7f0012c6b9c9db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 22:14:20 +0100 Subject: [PATCH 0398/3109] Re-enable temp disabled packages --- build-constraints.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7808b48d..ea0f19a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -977,10 +977,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers - # - avers-api - # - avers-api-docs - # - avers-server + - avers + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types @@ -2733,9 +2733,6 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 - # Temporary for doctest debugging - - cryptohash < 0.11.9 - - protolude < 0.1.10 # end of packages # Package flags are applied to individual packages, and override the values of From 777b1ee854503413491fb3e8cfadd0c7c37dd789 Mon Sep 17 00:00:00 2001 From: John Galt Date: Tue, 20 Dec 2016 13:08:36 -0500 Subject: [PATCH 0399/3109] Add nfc --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea0f19a1..baa974ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,6 +2071,7 @@ packages: - cacophony - pipes-cacophony - blake2 + - nfc "Adam Curtis @kallisti-dev": [] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4c28b457..32e6df55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ + libnfc-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \ From f160f23b339316a6dfe647cb5594342e2a77167b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 16:59:56 +0100 Subject: [PATCH 0400/3109] cacophony upper bound for #2143 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa974ba..00d3a4bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - cryptonite < 0.21 - memory < 0.14 - tls < 1.3.9 + - cacophony < 0.9.0 # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 From 955ea14c3038d6f8a0791baf17dd91dd4acda720 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 23:46:14 +0100 Subject: [PATCH 0401/3109] Upper bound for #2151 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00d3a4bc..09e635b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,6 +2735,9 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 + # https://github.com/fpco/stackage/issues/2151 + - declarative < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From d3985e77c6426cb72df2a71c07fe5c241cccf12d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 21 Dec 2016 23:50:47 +0100 Subject: [PATCH 0402/3109] Change upper bound for #2151 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09e635b0..92b075c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2736,7 +2736,7 @@ packages: - rattletrap < 2.1.0 # https://github.com/fpco/stackage/issues/2151 - - declarative < 0.5.0 + - mighty-metropolis < 1.2.0 # end of packages From a85ed3f4bc187e33df533ea36c558ef15335db27 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Dec 2016 10:31:20 +0100 Subject: [PATCH 0403/3109] Remove upper bound and close #2151 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b075c4..00d3a4bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2148 - rattletrap < 2.1.0 - # https://github.com/fpco/stackage/issues/2151 - - mighty-metropolis < 1.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From f6f13871fb08a329515742c05e81de10758a4429 Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Thu, 22 Dec 2016 11:37:29 +0000 Subject: [PATCH 0404/3109] add generic-random --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00d3a4bc..1c233db2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Li-yao Xia @Lysxia": + - generic-random + "Tobias Dammers @tdammers": - ginger From bc0047de3c5630a0e92bb4954f0fafecea44efb6 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 22 Dec 2016 10:31:53 -0500 Subject: [PATCH 0405/3109] Add echo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c233db2..acca351a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,6 +1720,7 @@ packages: - base-orphans - code-page - deriving-compat + - echo - generic-deriving - hashmap - invariant From 919de6c565de5e86834638f0454f1a6b0420682f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 22 Dec 2016 23:26:01 +0100 Subject: [PATCH 0406/3109] Remove upper bound and close #2148 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c233db2..0e91b29c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: - tls < 1.3.9 - cacophony < 0.9.0 - # https://github.com/fpco/stackage/issues/2148 - - rattletrap < 2.1.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 87cbe7abf8743e906ecaddf9594b0052edb3ce0e Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Fri, 23 Dec 2016 15:05:34 +0900 Subject: [PATCH 0407/3109] Add pretty-simple package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e91b29c..05a20926 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1842,6 +1842,7 @@ packages: # GHC 8 - ig - natural-transformation - opaleye-trans + - pretty-simple - read-env-var - yahoo-finance-api From 4c1a8455af7b60150bd3fb02b10da28d1e7c53ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Fri, 23 Dec 2016 08:07:58 -0500 Subject: [PATCH 0408/3109] Enabled Agda 2.5.2. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68eb2470..efbc3475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,8 +1759,7 @@ packages: # GHC 8 - ipython-kernel "Andrés Sicard-Ramírez @asr": - [] - # - Agda # BLOCKED haskell-src-exts < 1.18 and QuickCheck < 2.9 + - Agda "James Cook @mokus0": - dependent-sum From c797427d274232c5b61fabe85a3056bc23c4fde3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 23 Dec 2016 20:59:02 +0100 Subject: [PATCH 0409/3109] Remove upper bounds and close #2143 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbc3475..b973f2be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,12 +2730,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2143 - - cryptonite < 0.21 - - memory < 0.14 - - tls < 1.3.9 - - cacophony < 0.9.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 0af27f0a5bc27be024724da9babc8311c6d1e552 Mon Sep 17 00:00:00 2001 From: Alex Mason Date: Sat, 24 Dec 2016 23:14:30 +1100 Subject: [PATCH 0410/3109] Add amazonka-s3-streaming --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..e7685508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2600,6 +2600,7 @@ packages: "Alex Mason @Axman6": - foldl-statistics + - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - json-stream From 28b0049ee3bc86757916098adebce677e5adcde2 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 24 Dec 2016 15:40:34 +0100 Subject: [PATCH 0411/3109] add intro --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..3155b147 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2580,6 +2580,7 @@ packages: - wl-pprint-annotated - wl-pprint-console - console-style + - intro "Taras Serduke @tserduke": - do-list From cb49f4e853eb549c5c8d58e5b38d03c356f83509 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 24 Dec 2016 19:39:53 +0100 Subject: [PATCH 0412/3109] Add unlit As discussed in https://github.com/pepijnkokke/unlit/issues/3 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b973f2be..147d6e99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2580,6 +2580,7 @@ packages: - wl-pprint-annotated - wl-pprint-console - console-style + - unlit "Taras Serduke @tserduke": - do-list From 93d40f05a4528de10e40a9538bdd14fb94fa6c32 Mon Sep 17 00:00:00 2001 From: joe9 Date: Mon, 26 Dec 2016 00:25:00 -0700 Subject: [PATCH 0413/3109] added logger-thread and text-generic-pretty packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f862a53c..d7c49e1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joe M @joe9": + - logger-thread + - text-generic-pretty + "Li-yao Xia @Lysxia": - generic-random From e2a4602ed7faa6caa679f23b4a6073483aeaccf1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 12:19:33 +0100 Subject: [PATCH 0414/3109] Upper bound for #2161 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f862a53c..677cf6b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,6 +2733,9 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + # https://github.com/fpco/stackage/issues/2161 + - cacophony < 0.9.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cc72e288f9b407b0359ba82c409c331bdabc1cdc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 12:21:07 +0100 Subject: [PATCH 0415/3109] Re-enable passing test suites --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 677cf6b9..46952ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2983,7 +2983,6 @@ expected-test-failures: - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - - ersatz # Requires SAT solver - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventstore # Event Store - fb # Facebook app @@ -3096,8 +3095,6 @@ expected-test-failures: - hackernews # https://github.com/dmjio/hackernews/issues/19 - - heist # https://github.com/snapframework/heist/issues/95 - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - commutative # https://github.com/athanclark/commutative/issues/4 From 3f5dd282764f55525637a4ad3fa5f504faf316e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 19 Dec 2016 19:37:42 +0100 Subject: [PATCH 0416/3109] More detailed descriptions of curator workflows. --- CURATORS.md | 175 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 160 insertions(+), 15 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 7b5f8997..0af3d9f3 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -4,7 +4,7 @@ Originally this was handled largely by Michael Snoyman, but now we are a team of 4 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. -## Workflow +## Workflow overview This section sketches out at a high level how the entire Stackage build/curation process works: @@ -23,10 +23,30 @@ process works: The typical story on pull requests is: If Travis accepts it and the author only added packages under his/her own name, merge it. If the -build later fails (see below), then block the package until it's -fixed. +build later fails (see "Adding Debian packages for required system tools or libraries"), +then block the package until it's fixed. + +If benchmarks, haddocks, or test suites fails at this point we +typically also block the package until these issues are fixed. This in +order to add packages with a clean slate. Optionally we can check if packdeps says the package is up to date. +Visit http://packdeps.haskellers.com/feed?needle= + +Builds may fail because of unrelated bounds changes. If this happens, +first add any version bounds to get master into a passing state (see +"Fixing bounds issues"), then re-run the travis build. + +A common issue is that authors submit newly uploaded packages, it can +take up to an hour before this has synced across the stack +infrastructure. You can usually compare the versions of the package in +https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/ +to what's on hackage to see if this is the case. Wait an hour and +re-run the pull request. + +Tests also commonly fail due to missing test files, and sometimes due +to doctest limitations. You can point the maintainer to +https://github.com/bergmark/blog/blob/master/2016/package-faq.md ## Fixing bounds issues @@ -36,20 +56,121 @@ issue on the Stackage repo about the problem, and modifying the build-constraints.yaml file to work around it in one of the ways below. Be sure to refer to the issue for workarounds added to that file. -* __Temporary upper bounds__ Most common technique, just prevent a new version of a library from being included immediately -* __Skipping tests and benchmarks__ If the upper bound is only in a test suite or benchmark, you can add the relevant package to skipped-tests or skipped-benchmarks. For example, if conduit had an upper bound on criterion for a benchmark, you could added conduit as a skipped benchmark. -* __Excluding packages__ In an extreme case of a non-responsive maintainer, you can remove the package entirely from Stackage. We try to avoid that whenever possible +### Temporary upper bounds + +Most common technique, just prevent a new version of a library from +being included immediately. This also applies to when only benchmarks +and tests are affected. + +* Copy the stackage-curator output and create a new issue, see e.g +https://github.com/fpco/stackage/issues/2108 + +* Add a new entry under the "stackage upper bounds" section of `build-constraints.yaml`. For the above example it would be + +```yaml + "Stackage upper bounds": + # https://github.com/fpco/stackage/issues/2108 + - pipes < 4.3.0 +``` + +* Commit (message e.g. "Upper bound for #2108") +* Optionally: Verify with `stackage-curator check` locally +* Push +* Verify that everything works on the build server (you can restart the build or wait for it to to run again) + +Sometimes releases for different packages are tightly coupled. Then it +can make sense to combine them into one issue, as in +https://github.com/fpco/stackage/issues/2143. + +If a dependency that is not explicitly in stackage is causing test or +benchmark failures you can skip or expect them to fail (see "Skipping +tests and benchmarks" and "Expecting test/benchmark/haddock +failures"). Bonus points for reporting this upstream to that packages' +maintainer. + +### Lifting upper bounds + +You can try this when you notice that a package has been updated. You +can also periodically try to lift bounds (I think it's good to do this +at the start of your week /@bergmark) + +If stackage-curator is happy commit the change ("Remove upper bounds and close #X"). + +### Amending upper bounds + +With the `pipes` example above there was later a new release of +`pipes-safe` that required the **newer** version of `pipes`. You can +add that package to the same upper bounds section, +(e.g. https://github.com/fpco/stackage/commit/6429b1eb14db3f2a0779813ef2927085fa4ad673) +as we want to lift them simultaneously. + +### Skipping tests and benchmarks + +Sometimes tests and benchmark dependencies are forgotten or not cared +for. To disable compilation for them add them to `skipped-tests` or +`skipped-benchmarks`. If a package is added to these sections they +won't be compiled, and their dependencies won't be taken into account. + +There are sub sections under these headers that is used to group types +of failures together, and also to document what type of failures +exist. + +### Expecting test/benchmark/haddock failures + +The difference from the `skipped` sections is that items listed here +are compiled and their dependencies are taken into account. These +sections also have sub sections with groups and descriptions. + +One big category of test suites in this section are those requiring +running services. We don't want to run those, but we do want to check +dependencies and compile them. + +If there are no version bounds that would fix the issue or if you +can't figure it out, file it +(e.g. https://github.com/fpco/stackage/issues/2133) to ask the +maintainer for help. + +### Waiting for new releases + +Sometimes there is a failure reported on a (now possibly closed) issue +on an external tracker. If an issue gets resolved but there is no +hackage release yet we'd like to get notified when it's uploaded. + +Add the package with its current version to the +`tell-me-when-its-released` section. This will cause the build to stop +when the new version is out. + +### Excluding packages + +In an extreme case of a non-responsive maintainer, you can remove the +package entirely from Stackage. We try to avoid that whenever +possible. + +This typically happens when we move to a new major GHC release or when +there are only a few packages waiting for updates on an upper bounds +issue. + +Comment out the offending packages from the "packages" section and add +a comment saying why it was disabled: + +``` + # - swagger # BLOCKED aeson 1.0 +``` + ## Updating the content of the Docker image used for building ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes to a branch should trigger a DockerHub. Normally only the nightly branch needs to be updated +Committing the changes to a branch should trigger a DockerHub. Normally only the `nightly` branch needs to be updated since new packages are not added to the current lts release. Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). -Note we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be add to expected-test-failures. +Note that we generally don't install/run services needed for testsuites in the docker images - packages with tests requiring some system service can be added to `expected-test-failures`. +It's good to inform the maintainer of any disabled tests (commenting in the PR is sufficient). + +If a new package fails to build because of missing system libraries we often ask the maintainer to help figure out what to install. ### Upgrading GHC version The Dockerfile contains information on which GHC versions should be used. You @@ -106,7 +227,7 @@ we're just not there yet. /opt/stackage-build/stackage/automated/build.sh lts-3.0 ``` -Recommended: run these from inside a `screen` session. If you get version bound +Recommended: run these from inside a `tmux` session. If you get version bound problems on nightly or LTS major, you need to fix build-constraints.yaml (see info above). For an LTS minor bump, you'll typically want to use the `CONSTRAINTS` environment variable, e.g.: @@ -126,13 +247,13 @@ If a build fails for bounds reasons, see all of the advice above. If the code itself doesn't build, or tests fail, open up an issue and then either put in a version bound to avoid that version or something else. It's difficult to give universal advice on how to solve things, since each situation is unique. Let's -develop this advice over time. For now: if you're not sure, ask Michael for -guidance. +develop this advice over time. For now: if you're not sure, ask for guidance. __`NOPLAN=1`__ If you wish to rerun a build without recalculating a build plan, you can set the environment variable `NOPLAN=1`. This is useful for such cases as an intermittent test failure, out of memory -condition, or manually tweaking the plan file. +condition, or manually tweaking the plan file. This is the default for +LTS builds. ### Timing @@ -146,9 +267,33 @@ LTS minor bumps typically are run on Sundays. ### Website sync debugging (and other out of disk space errors) * You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem -* There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally -* You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it +* (outdated) There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally +* (outdated) You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it ### Wiping the cache -Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. You can wipe the nightly cache and rebuild everything by doing `rm -rf /opt/stackage-build/stackage/automated/nightly`. +Sometimes the cache can get corrupted which might manifest as `can't load .so/.DLL`. +You can wipe the nightly cache and rebuild everything by doing +`rm -rf /var/stackage/stackage/automated/nightly`. +Replace nightly with `lts7` to wipe the LTS 7 cache. + +## Local curator setup + +We don't run the full stackage build locally as that might take too +much time. Some steps on the other hand are much faster to do +yourself. + +It's useful to be able to modify constraints locally before pushing to +the repository. To do this first install stackage-curator: +`git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` +or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 +(it's a good idea to upgrade stackage-curator at least at the start of your week as curator). +Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. +Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. + +This can be used to make sure all version bounds are in place +(including for test suites and benchmarks), to check whether bounds +can be lifted, and to get `tell-me-when-its-released` notifications. + +Notably this doesn't build anything, so you won't see any compilation +errors for builds/tests/benchmarks. From d8aafaddaa43f6f3c04fc43f4e75d2c10bba7a64 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:22:56 +0100 Subject: [PATCH 0417/3109] Upper bound for #2163 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46952ed7..8c42c9ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2736,6 +2736,9 @@ packages: # https://github.com/fpco/stackage/issues/2161 - cacophony < 0.9.0 + # https://github.com/fpco/stackage/issues/2163 + - cayley-client < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 84ec1f51f6f1070dffdb092bc92d8d210b0844e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:23:40 +0100 Subject: [PATCH 0418/3109] close #2161 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c42c9ed..b8693c55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,9 +2733,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2161 - - cacophony < 0.9.0 - # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 From 1103d4434e511432ae419bf6a9880bd63f3e9fac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:22:05 +0100 Subject: [PATCH 0419/3109] Normalize commments for disabled packages, and re-enable a bunch that seem fixed. --- build-constraints.yaml | 490 ++++++++++++++++++++--------------------- 1 file changed, 241 insertions(+), 249 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8693c55..3b01be83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,7 +42,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # BLOCKED derive + # - postgresql-query # via: derive - hreader - hset @@ -70,18 +70,18 @@ packages: - once "David Johnson @dmjio": - # GHC 8 - envy + # - envy # bounds: GHC 8 - s3-signer - # bounds - google-translate + - google-translate - hackernews - # bounds - ses-html - # via stripe-http-streams - stripe-haskell - # via http-streams - stripe-http-streams - # - stripe-core # BLOCKED aeson < 1.0 + # - 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 - # GHC 8 - ghc-session + # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit @@ -121,7 +121,7 @@ packages: - yesod-websockets - cereal-conduit - binary-conduit - # GHC 8 - lzma-conduit + - lzma-conduit - mutable-containers - hpc-coveralls - monad-unlift @@ -135,7 +135,7 @@ packages: - base16-bytestring - c2hs - cassava - # GHC 8 - csv-conduit + - csv-conduit - executable-hash - executable-path - foreign-store @@ -146,13 +146,13 @@ packages: - indents - language-c - lhs2tex - # GHC 8 2.5 compilation failure - persistent-mongoDB + # - persistent-mongoDB # bounds: http-api-data - pretty-class - th-expand-syns - th-lift - quickcheck-assertions - # - hackage-mirror BLOCKED aws + # - hackage-mirror # via: aws - wai-middleware-consul - wai-middleware-crowd - monad-logger-json @@ -203,7 +203,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # BLOCKED ghc-mod via pipes + # - HaRe # via: cabal-helper, ghc-mod, rosezipper "Alfredo Di Napoli @adinapoli": - mandrill @@ -291,9 +291,9 @@ packages: - lucid - osdkeys - pdfinfo - # GHC 8 https://github.com/fpco/stackage/issues/1062 - present + - present - pure-io - # GHC 8 - scrobble + - scrobble - shell-conduit - sourcemap - hindent @@ -302,8 +302,8 @@ packages: - path - intero - weigh - # GHC 8 - haskell-docs - # bounds - structured-haskell-mode + - haskell-docs + # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - RefSerialize @@ -317,17 +317,17 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # GHC 8 & bounds - approximate + # - approximate # bounds: binary, comonad, pointed - bifunctors - bits - # GHC 8 - bound + # - bound # bounds: binary, comonad, doctest, transformers, vector - bytes - charset - comonad - comonads-fd - comonad-transformers - # GHC 8 & bounds - compensated - # bounds - compressed + # - compensated # bounds: binary, comonad, generic-deriving, safecopy + # - compressed # bounds: comonad, pointed - concurrent-supply - constraints - contravariant @@ -353,7 +353,7 @@ packages: - monadic-arrays - monad-products - monad-products - # GHC 8 - monad-st + # - monad-st # bounds: transformers - mtl - nats - numeric-extras @@ -382,7 +382,7 @@ packages: - gl - lens-aeson - zlib-lens - # GHC 8 - hyperloglog + # - hyperloglog # bounds: approximate, binary, comonad "Andrew Farmer @xich": - scotty @@ -438,27 +438,27 @@ packages: "Paul Harper @benekastah": [] - # - yesod-auth-oauth2 # BLOCKED aeson-1.0 + # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env "Felipe Lessa @meteficha": - # bounds - country-codes - # bounds - esqueleto - # - fb # BLOCKED http-conduit 2.2 - # bounds - fb-persistent - # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - mangopay + # - country-codes # bounds: tagsoup + # - esqueleto # bounds: persistent + # - fb # bounds: aeson, http-conduit-2.2, hspec + # - fb-persistent # bounds: persistent # via: fb + # - mangopay # compilation failure against aeson - nonce - serversession - serversession-backend-acid-state - # bounds - serversession-backend-persistent - # bounds - serversession-backend-redis - # - serversession-frontend-snap + # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite + # - serversession-backend-redis # bounds: hedis + # - serversession-frontend-snap # bounds: snap, snap-core - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # bounds - yesod-auth-account-fork - # GHC 8 - yesod-auth-fb - # - yesod-fb # BLOCKED http-conduit 2.2 via fb - # VERSION MISSING Compilation failure against aeson https://github.com/prowdsponsor/mangopay/issues/32 - yesod-mangopay + # - yesod-auth-account-fork # bounds: persistent + # - yesod-auth-fb # bounds: time, transformers # via fb, via yesod-fb + # - yesod-fb # via fb + # - yesod-mangopay # via mangopay "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -470,15 +470,15 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate - # "Liam O'Connor @liamoc": - # GHC 8 - patches-vector - # GHC 8 - composition-tree - # GHC 8 & bounds - dixi - # GHC 8 - latex-formulae-image - # via latex-formulae-image - latex-formulae-pandoc - # GHC 8 - latex-formulae-hakyll - # GHC 8 & bounds - agda-snippets - # GHC 8 - agda-snippets-hakyll + "Liam O'Connor @liamoc": + # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec + # - composition-tree # bounds: QuickCheck + # - dixi # bounds: aeson, lens, time, [...] + - latex-formulae-image + # - latex-formulae-pandoc # bounds: pandoc-types + # - latex-formulae-hakyll # bounds: ghc, base + # - agda-snippets # bounds: ghc, base + # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - hspec-jenkins @@ -559,11 +559,11 @@ packages: - messagepack-rpc # "Boris Lykah @lykahb": - # GHC 8 - groundhog - # GHC 8 - groundhog-th - # GHC 8 - groundhog-sqlite - # GHC 8 - groundhog-postgresql - # GHC 8 - groundhog-mysql + # - groundhog # bounds: transformers + # - groundhog-th # via groundhog + # - groundhog-sqlite # via groundhog + # - groundhog-postgresql # bounds: transformers # via groundhog + # - groundhog-mysql # bounds: transformers # via: groundhog, mysql-simple "Janne Hellsten @nurpax": - sqlite-simple @@ -576,14 +576,14 @@ packages: - hPDB-examples - homplexity - wordpass - # - json-autotype # BLOCKED aeson 1.0 + # - json-autotype # bounds: aeson 1.0, lens - posix-realtime "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - # - yarr # https://github.com/leventov/yarr/issues/10 + # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - random-fu "Ben Gamari @bgamari": @@ -646,8 +646,8 @@ packages: - opensource "Joey Hess @joeyh": - # via esqueleto - git-annex - # via github - github-backup + # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # + # - github-backup # bounds: github - Win32-extras - concurrent-output - mountpoints @@ -661,34 +661,33 @@ packages: - repa - repa-io - repa-algorithms - # GHC 8 - kanji + # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq - # 0.3.7.1 Compilation failure due to -Werror - biosff + # - biosff # 0.3.7.1 Compilation failure due to -Werror - blastxml - bioace - biopsl - # VERSION MISSING Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - samtools + # samtools # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP - # The following have out-of-date dependencies currently - # biostockholm memexml RNAwolf - # , "Biobase BiobaseDotP BiobaseFR3D BiobaseInfernal BiobaseMAF" - # , "BiobaseTrainingData BiobaseTurner BiobaseXNA BiobaseVienna" - # , "BiobaseTypes BiobaseFasta" - # MC-Fold-DP + # Outdated dependencies: + # biostockholm memexml RNAwolf Biobase BiobaseDotP + # BiobaseFR3D BiobaseInfernal BiobaseMAF BiobaseTrainingData + # BiobaseTurner BiobaseXNA BiobaseVienna" + # BiobaseTypes BiobaseFasta MC-Fold-DP "Florian Eggenhofer @eggzilla": - ClustalParser - # GHC 8 - EntrezHTTP + - EntrezHTTP - Genbank - # GHC 8 - RNAlien - # via EntrezHTTP - Taxonomy - # via ENtrezHTTP - TaxonomyTools + - RNAlien + - Taxonomy + - TaxonomyTools - ViennaRNAParser "Silk ": @@ -722,7 +721,7 @@ packages: - hledger-ui - hledger-web - hledger-api - # via Diff - shelltestrunner + # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -730,16 +729,16 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - # - al FIXME temporary, figure out why it's not working with stackage-build + # - al # FIXME temporary, figure out why it's not working with stackage-build - event - hid - # GHC 8 - luminance - # GHC 8 - luminance-samples + - luminance + # - luminance-samples # bounds: base - monad-journal - # GHC 8 - msi-kb-backlit + # - msi-kb-backlit # bounds: ghc, base - smoothie - # bounds - tellbot - # GHC 8 - wavefront + # - tellbot # bounds: bifunctors, http-conduit, tagsoup + - wavefront - zero "Thomas Schilling @nominolo": @@ -747,12 +746,12 @@ packages: "Boris Buliga @d12frosted": - io-choice - # UNKNOWN VERSION Compilation failure https://github.com/d12frosted/CanonicalPath/issues/5 - system-canonicalpath + # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": [] - # - ghc-mod # BLOCKED pipes 4.2 & optparse-applicative 0.13.0.0 when #1784 gets lifted - # - cabal-helper # BLOCKED extra 1.5 + # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes + # - cabal-helper # bounds: extra 1.5 "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -773,14 +772,14 @@ packages: "Toralf Wittner @twittner": - bytestring-conversion - # GHC8/3.1.0 compilation failure - cql - # via cql - cql-io + - cql + - cql-io - redis-resp - redis-io - # - swagger # BLOCKED aeson 1.0 + - swagger - tinylog - wai-predicates - # GHC 8 - wai-routing + - wai-routing - zeromq4-haskell "trupill@gmail.com": @@ -806,10 +805,10 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - # GHC 8 - file-location + # - file-location # bounds: transformers - fuzzcheck - haddock-api - # haskell-src-exts 1.18 - here + - here - hlibgit2 - gitlib-libgit2 - hostname-validate @@ -823,7 +822,7 @@ packages: - Chart-cairo - ghc-events - monad-extras - # - stack < 9.9.9 # BLOCKED http-conduit 2.2 + # - stack < 9.9.9 # bounds: ghc, template-haskell - optparse-simple - hpack @@ -852,19 +851,19 @@ packages: - Spock-core - Spock-api - Spock-api-server - # via digestive-functors - Spock-digestive + # - Spock-digestive # via: digestive-functors - Spock-worker - graph-core - hvect - reroute - users - # via esqueleto - users-persistent + # - users-persistent # via: esqueleto - users-postgresql-simple - users-test - validate-input - ignore - elm-bridge - # via digestive-functors - digestive-bootstrap + # digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -874,10 +873,10 @@ packages: "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest - # via elm-compiler - elm-build-lib - # bounds - elm-compiler + # - elm-build-lib # via: elm-compiler + # - elm-compiler # bounds: aeson, binary, transformers, [...] - elm-core-sources - # bounds - elm-package + # - elm-package # bounds: HTTP, binary # via: elm-compiler, [...] - language-glsl - prettyclass - QuasiText @@ -930,13 +929,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - [] - # GHC 8 & bounds - codex - # GHC 8 - machines-binary - # GHC 8 - machines-process - # GHC 8 - sarsi + # - codex # bounds: http-client, wreq + - machines-binary + - machines-process + # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # BLOCKED http-client 0.5 + # - wreq # bounds: authenticate-oauth, http-client "Andraz Bajt @edofic": - effect-handlers @@ -951,7 +949,7 @@ packages: - cabal-rpm - cabal-sort - hslua - # - idris # BLOCKED safe + # - idris # bounds: safe - cairo - gio @@ -964,19 +962,19 @@ packages: - webkitgtk3-javascriptcore - ghcjs-codemirror - # via gi-gtk https://github.com/fpco/stackage/issues/1569 - ghcjs-dom - # via gi-gtk https://github.com/fpco/stackage/issues/1569 - jsaddle - # GHC 8 & bounds - leksah-server - # GHC 8 - ltk + # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 + # - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 + # - leksah-server # bounds: ghc, base + # - ltk # bounds: ghc, base - vado - # GHC 8 - vcsgui + # - vcsgui # via: gi-gtk-hs - vcswrapper "Renzo Carbonara @k0001": - network-simple - # - pipes-aeson # BLOCKED pipes 4.2 + - pipes-aeson - pipes-attoparsec - # GHC 8 - pipes-binary + # - pipes-binary # bounds: binary, pipes, transformers - pipes-network "Tomas Carnecky @wereHamster": @@ -992,7 +990,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # BLOCKED optparse-applicative < 0.13 + # - mole # bounds: hspec, optparse-applicative - publicsuffix - rethinkdb-client-driver @@ -1014,9 +1012,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # BLOCKED wreq: - # - bitcoin-api - # - bitcoin-api-extra + # - bitcoin-api # via: wreq + # - bitcoin-api-extra # via: bitcoin-api, wreq - bitcoin-block - bitcoin-script - bitcoin-tx @@ -1033,7 +1030,7 @@ packages: - gitson - pcre-heavy - http-link-header - # - microformats2-parser # BLOCKED aeson-qq + - microformats2-parser - hspec-expectations-pretty-diff "Francesco Mazzoli @bitonic": @@ -1081,13 +1078,13 @@ packages: - arithmoi - friendly-time - hashable - # - haxl + - haxl - monad-time - packdeps - recursion-schemes - unordered-containers - # fft + - fft - carray - ix-shapable - fft @@ -1095,13 +1092,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - # 0.91 Compilation failure due to -Werror - regex-dfa - # 0.90 Compilation failure due to -Werror - regex-parsec + # - regex-dfa # 0.91 Compilation failure due to -Werror + # - regex-parsec # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # GHC 8 - regex-tdfa-utf8 - # 0.91 Compilation failure due to -Werror - regex-tre + # regex-tdfa-utf8 # bounds: ghc, base + # - regex-tre # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1346,12 +1343,11 @@ packages: - plot - plot-gtk - plot-gtk3 - - vector-buffer - # 0.1.2.1 Compilation failure against hmatrix https://github.com/amcphail/hmatrix-repa/issues/2 - hmatrix-repa + - hmatrix-repa "Noam Lewis @sinelaw": - # via hxt-tagsoup - xml-to-json + # - xml-to-json # via: hexpat - xml-to-json-fast - digits - unification-fd @@ -1363,13 +1359,13 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - # 0.4.1.1 compilation failure against GHC 8 - aeson-schema + # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - H - inline-r # "David Fox @ddssff": - # GHC bug https://github.com/ddssff/debian-haskell/issues/6 - debian - # via memoize - cabal-debian + # - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 + # - cabal-debian # via: debian "Stefan Saasen @juretta": - jwt @@ -1384,7 +1380,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # GHC 8 - ekg-statsd # Maintained by @tibbe. + # - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. @@ -1424,8 +1420,8 @@ packages: - streaming-wai # "Smirnov Alexey @chemist": - # GHC 8 - snmp - # GHC 8 - agentx + # - snmp # bounds: ghc, base + # - agentx # bounds: ghc, base "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -1455,28 +1451,28 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - # GHC 8 - clash-ghc + # - clash-ghc # bounds: ghc "Athan Clark @athanclark": - commutative - # via digestive functors - digestive-functors-lucid - #- ltext # https://github.com/ltext/ltext/issues/22 + # - digestive-functors-lucid # via: digestive functors + # - ltext # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - # via poly-arity - nested-routes + # - nested-routes # via: HList - path-extra - # via HList - poly-arity (sent e-mail to HList maintainer) + # - poly-arity # via HList (sent e-mail to HList maintainer) - urlpath - wai-transformers - # - wai-middleware-content-type # BLOCKED aeson 1.0 via pandoc - # - wai-middleware-verbs # BLOCKED aeson 1.0 via pandoc + - wai-middleware-content-type + - wai-middleware-verbs - webpage - composition-extra - rose-trees - sets - timemap - - tries + - triesn - path-extra - # via poly-arity - pred-trie + # - pred-trie # via poly-arity - pred-set - HSet @@ -1525,18 +1521,18 @@ packages: - serf - uri-templater - librato - # bounds - datadog - # bounds - engine-io-growler - # bounds - flowdock - # GHC 8 - growler + # - datadog # bounds: aeson + # - engine-io-growler # bounds: websockets # via [...] + # - flowdock # bounds: aeson, http-client, [...] + # - growler # bounds: pipes, pipes-aeson, transformers "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - phash + # - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - # GHC 8 - tasty-tap - # via tasty-tap - tasty-fail-fast + # - tasty-tap # bounds: ghc, base + # - tasty-fail-fast # via: tasty-tap - drifter - drifter-postgresql @@ -1546,33 +1542,32 @@ packages: "Sam Rijs @srijs": - ndjson-conduit - # GHC 8 - attoparsec-trans + # - attoparsec-trans # bounds: transformers - operational-class - result - # "Anupam Jain @ajnsit": - # GHC 8 - wai-routes + "Anupam Jain @ajnsit": + - wai-routes "Daniel Patterson @dbp": - # via digestive-functors - hspec-snap + # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - # - hworker-ses BLOCKED amazonka-core + - hworker-ses - fn - # via heist - fn-extra + # - fn-extra # via: digestive-functors "Chris Wong @lfairy": - nationstates "Mathieu Boespflug @mboes": - # via ihaskell & via ihaskell-blaze - ihaskell-inline-r + # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette - distributed-closure - H - inline-r - jni - jvm - # BLOCKED GHC 8.0.2 - # - sparkle + - sparkle - th-lift "Christopher Reichert @creichert": @@ -1583,26 +1578,26 @@ packages: - yesod-auth-basic # "Alcides Viamontes @alcidesv": - # GHC 8 - second-transfer + # - second-transfer # bounds: GHC 8 # "Hirotomo Moriwaki @philopon": - # GHC 8 & bounds - apiary - # GHC 8 & bounds - apiary-logger - # GHC 8 & bounds - apiary-persistent - # GHC 8 & bounds - apiary-websockets - # GHC 8 & bounds - apiary-cookie - # GHC 8 & bounds - apiary-session - # GHC 8 & bounds - apiary-clientsession - # GHC 8 & bounds - apiary-authenticate - # GHC 8 & bounds - apiary-eventsource - # GHC 8 & bounds - apiary-mongoDB - # GHC 8 & bounds - apiary-memcached - # GHC 8 - types-compat - # GHC 8 - web-routing - # GHC 8 - bytestring-read - # GHC 8 & bounds - memcached-binary - # GHC 8 - barrier - # GHC 8 - haddocset + # - apiary # GHC 8 & bounds + # - apiary-logger # GHC 8 & bounds + # - apiary-persistent # GHC 8 & bounds + # - apiary-websockets # GHC 8 & bounds + # - apiary-cookie # GHC 8 & bounds + # - apiary-session # GHC 8 & bounds + # - apiary-clientsession # GHC 8 & bounds + # - apiary-authenticate # GHC 8 & bounds + # - apiary-eventsource # GHC 8 & bounds + # - apiary-mongoDB # GHC 8 & bounds + # - apiary-memcached # GHC 8 & bounds + # - types-compat # GHC 8 + # - web-routing # GHC 8 + # - bytestring-read # GHC 8 + # - memcached-binary # GHC 8 & bounds + # - barrier # GHC 8 + # - haddocset # GHC 8 "Kai Zhang @kaizhang": - clustering @@ -1663,7 +1658,7 @@ packages: "Will Thompson @wjt": [] - # - bustle https://github.com/vasylp/hgettext/issues/10 + # - bustle # https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1689,21 +1684,19 @@ packages: "Sergey Alirzaev @l29ah": - monad-peel - NineP - # GHC 8 - Network-NineP + # - Network-NineP # GHC 8 "Oliver Charles @ocharles": - # GHC 8 - engine-io + # - engine-io # GHC 8 - diff3 - # GHC 8 & bounds - digestive-functors-aeson - # GHC 8 - exhaustive - # GHC 8 - libsystemd-journal - # GHC 8 - network-carbon - # GHC 8 - socket-io + # - digestive-functors-aeson # GHC 8 & bounds + # - exhaustive # GHC 8 + # - libsystemd-journal # GHC 8 + # - network-carbon # GHC 8 + # - socket-io # GHC 8 - tasty-rerun - logging-effect - # "Scott Murphy @smurphy8": - "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name @@ -1739,38 +1732,38 @@ packages: "Matthew Pickering @mpickering": - refact - # bounds - servant-pandoc + # - servant-pandoc # bounds - ghc-exactprint # - apply-refact # BLOCKED optparse-applicative < 0.13 # "Andrew Gibiansky @gibiansky": - # GHC 8 - ihaskell - # via ihaskell - ihaskell-aeson - # via ihaskell - ihaskell-basic - # via ihaskell - ihaskell-blaze - # via ihaskell - ihaskell-charts - # via ihaskell - ihaskell-diagrams - # via ihaskell - ihaskell-hatex - # via ihaskell - ihaskell-juicypixels - # via ihaskell - ihaskell-magic - # via ihaskell - ihaskell-rlangqq - # via ihaskell - ihaskell-static-canvas - # GHC 8 - ghc-parser - # GHC 8 - ipython-kernel + # - ihaskell # GHC 8 + # - ihaskell-aeson # via: ihaskell + # - ihaskell-basic # via: ihaskell + # - ihaskell-blaze # via: ihaskell + # - ihaskell-charts # via: ihaskell + # - ihaskell-diagrams # via: ihaskell + # - ihaskell-hatex # via: ihaskell + # - ihaskell-juicypixels # via: ihaskell + # - ihaskell-magic # via: ihaskell + # - ihaskell-rlangqq # via: ihaskell + # - ihaskell-static-canvas # via: ihaskell + # - ghc-parser # GHC 8 + # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - Agda "James Cook @mokus0": - dependent-sum - # - dependent-sum-template BLOCKED dependent-sum-0.4 + # - dependent-sum-template # BLOCKED dependent-sum-0.4 - dependent-map - dice - hstatsd - misfortune "Timo von Holtz @tvh": - # via haxl - haxl-amazonka + - haxl-amazonka - hasql-migration - servant-JuicyPixels @@ -1815,7 +1808,7 @@ packages: - storable-record "Brandon Martin @codedmart": - # GHC 8 & via engine-io - engine-io-wai + # - engine-io-wai # GHC 8 & via engine-io - rethinkdb "Michael Walker @barrucadu": @@ -1839,7 +1832,7 @@ packages: - from-sum - hailgun - hailgun-simple - # GHC 8 - ig + # - ig # GHC 8 - natural-transformation - opaleye-trans - pretty-simple @@ -1860,15 +1853,15 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + # - yi # https://github.com/commercialhaskell/stack/issues/2795 - yi-core - # - yi-frontend-pango -- disabled because of https://github.com/commercialhaskell/stack/issues/2795 + # - yi-frontend-pango # https://github.com/commercialhaskell/stack/issues/2795 - yi-frontend-vty - yi-fuzzy-open - yi-ireader - yi-keymap-cua - yi-keymap-emacs - #- yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + # - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - yi-language - yi-misc-modes - yi-mode-haskell @@ -1883,9 +1876,9 @@ packages: - GPipe-GLFW # "Csaba Hruska @csabahruska": - # GHC 8 - lambdacube-ir - # GHC 8 & via wavefront - lambdacube-gl - # GHC 8 & bounds - lambdacube-compiler + # - lambdacube-ir # GHC 8 + # - lambdacube-gl # GHC 8 & via wavefront + # - lambdacube-compiler # GHC 8 & bounds "Spencer Janssen @spencerjanssen": - Xauth @@ -1940,7 +1933,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - # test failures https://github.com/fpco/stackage/issues/873 - sbp + # - sbp # test failures https://github.com/fpco/stackage/issues/873 "Jinjing Wang @nfjinjing": - moesocks @@ -1965,8 +1958,8 @@ packages: - hruby - language-puppet - tar-conduit - # Doesn't allow http-types >= 0.9.1 - stm-firehose - # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 - hslogstash + # - stm-firehose # Doesn't allow http-types >= 0.9.1 + # - hslogstash # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 "Mark Karpov @mrkkrp": - megaparsec @@ -1986,11 +1979,11 @@ packages: - req-conduit # "Thomas Bereknyei ": - # GHC 8 - multiplate + # - multiplate # GHC 8 # "Sumit Sahrawat @sumitsahrawat": - # GHC 8 & via plot - plot-gtk-ui - # GHC 8 - calculator + # - plot-gtk-ui # GHC 8 & via plot + # - calculator # GHC 8 "Emmanuel Touzery @emmanueltouzery": - app-settings @@ -2014,13 +2007,13 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process - # GHC 8 - distributed-process-async - # GHC 8 - distributed-process-client-server - # GHC 8 - distributed-process-execution - # GHC 8 - distributed-process-extras - # GHC 8 - distributed-process-registry - # GHC 8 - distributed-process-supervisor - # GHC 8 - distributed-process-task + # - distributed-process-async # GHC 8 + # - distributed-process-client-server # GHC 8 + # - distributed-process-execution # GHC 8 + # - distributed-process-extras # GHC 8 + # - distributed-process-registry # GHC 8 + # - distributed-process-supervisor # GHC 8 + # - distributed-process-task # GHC 8 - distributed-process-simplelocalnet - distributed-static - network-transport @@ -2030,8 +2023,8 @@ packages: - rank1dynamic # "Alexander Vershilov @qnikst": - # https://github.com/qnikst/imagemagick/issues/41 - imagemagick - # GHC 8 - network-transport-zeromq + # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 + # - network-transport-zeromq # GHC 8 "Takahiro Himura @thimura": - lens-regex @@ -2040,17 +2033,17 @@ packages: # - twitter-types-lens # BLOCKED derive # "Robbin C. robbinch": - # via lzma-conduit - zim-parser + # - zim-parser # via lzma-conduit "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time # "Tim Baumann @timjb": - # GHC 8 & via engine-io - engine-io-yesod + # - engine-io-yesod # GHC 8 & via engine-io "Tim McGilchrist @tmcgilchrist": - # bounds - riak + # - riak # bounds - airship "Yuras Shumovich @Yuras": @@ -2061,7 +2054,7 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - # GHC 8 - partial-isomorphisms + # - partial-isomorphisms # GHC 8 - vinyl "Christoph Breitkopf @bokesan": @@ -2087,7 +2080,7 @@ packages: - ekg # "Emin Karayel @ekarayel": - # GHC 8 - sync-mht + # - sync-mht # GHC 8 "Michael Schröder @mcschroeder": - ctrie @@ -2110,18 +2103,18 @@ packages: # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids # "Joe Hermaszewski @expipiplus1": - # GHC 8 & via memoize - exact-real + # - exact-real # GHC 8 & via memoize # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # bounds - Cartesian - # bounds - Michelangelo + # - Cartesian # bounds + # - Michelangelo # bounds "Henry J. Wylde @hjwylde": [] # - git-fmt # BLOCKED optparse-applicative 0.13 # - omnifmt # BLOCKED optparse-applicative 0.13 - # aeson & extra - werewolf - # aeson & extra & http-client & http-client-tls - werewolf-slack + # - werewolf # aeson & extra + # - werewolf-slack # aeson & extra & http-client & http-client-tls "Will Sewell @willsewell": - benchpress @@ -2194,14 +2187,14 @@ packages: - frontmatter - read-editor - hspec-setup - # bounds - hzulip + # - hzulip # bounds - list-prompt - # GHC 8 - memoization-utils + # - memoization-utils # GHC 8 # - package-description-remote # BLOCKED wreq - projectroot - questioner # - stack-run-auto # BLOCKED wreq - # aeson 1.0 - hpack-convert + # - hpack-convert # aeson 1.0 - language-dockerfile "Pascal Hartig @passy": @@ -2213,7 +2206,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # GHC 8 - hreader-lens + # - hreader-lens # GHC 8 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2232,11 +2225,11 @@ packages: - dawg-ord "Amit Levy @alevy": - # 0.4.1 compilation failure - postgresql-orm + - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session - # via postgresql-orm - simple-postgresql-orm + - simple-postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2261,7 +2254,7 @@ packages: "Justus Adam @JustusAdam": [] - #- mustache # BLOCKED wreq + # - mustache # BLOCKED wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2289,7 +2282,7 @@ packages: - turtle-options # "Ruey-Lin Hsu @petercommand": - # GHC 8 - MASMGen + # - MASMGen # GHC 8 "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2308,7 +2301,7 @@ packages: - Chart-diagrams # "Aaron Levin @aaronmblevin": - # GHC 8 & lots of other packages - haskell-kubernetes + # - haskell-kubernetes # GHC 8 & lots of other packages "Aaron Levin @aaronmblevin": - free-vl @@ -2356,7 +2349,7 @@ packages: - unix-bytestring # "Carlo Hamalainen @carlohamalainen": - # GHC 8 - ghc-imported-from + # - ghc-imported-from # GHC 8 "Fraser Tweedale @frasertweedale": - jose @@ -2378,8 +2371,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - # https://github.com/haskell-works/hw-json/issues/4 - # - hw-json + # - hw-json # compilation failure: https://github.com/haskell-works/hw-json/issues/4 - hw-parser - hw-prim - hw-rankselect @@ -2396,15 +2388,16 @@ packages: [] # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - # "Braden Walters @meoblast001": - # - hakyll-sass + "Braden Walters @meoblast001": + [] + # - hakyll-sass # bounds: aeson-pretty "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - # 0.2.0.5 compilation failure - vivid - # GHC 8 - midair + # - vivid # 0.2.0.5 compilation failure + # - midair # GHC 8 - nano-erl "Toshio Ito @debug-ito": @@ -2428,8 +2421,7 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - [] - # - telegram-api https://github.com/fpco/stackage/issues/1689 + - telegram-api "Iñaki García Etxebarria @garetxe": # Pinned to versions not using custom-setup, since stack does @@ -2496,8 +2488,7 @@ packages: "Greg Hurrell @wincent": [] - # https://github.com/wincent/docvim/issues/30 - # - docvim + # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": - countable @@ -2540,7 +2531,7 @@ packages: - camfort - codo-notation - fortran-src - # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - ixmonad + # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2555,7 +2546,7 @@ packages: "Rune K. Svendsen @runeks": [] - # - bitcoin-payment-channel # BLOCKED aeson 1.0 + # - bitcoin-payment-channel # bounds: aeson 1.0 "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 @@ -2571,7 +2562,7 @@ packages: "Matthias Herrmann @2chilled": [] - # - scrape-changes # BLOCKED wreq + # - scrape-changes # via: wreq "Daniel Mendler @minad": - quickcheck-special @@ -3309,6 +3300,7 @@ tell-me-when-its-released: - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - hakyll-4.9.2.0 # re-enable tests - Spock-core-0.11.0.0 # testsuite fail +- vivid-0.2.0.5 # compilation failure # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 8970490dbe2375eeb673355afd914586202a04c6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:39:04 +0100 Subject: [PATCH 0420/3109] Re-disable present --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b01be83..d375b852 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -291,7 +291,7 @@ packages: - lucid - osdkeys - pdfinfo - - present + # - present # compilation failure against haskell-src-exts - pure-io - scrobble - shell-conduit From 6fc14348cb64878d72d61c7a48cc6aca8dd5a3ac Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 20:47:04 +0100 Subject: [PATCH 0421/3109] Expect haskell-docs tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d375b852..9ce9b8c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,7 @@ expected-test-failures: # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed - hindent # 4.6.4 From e7f708cd5252246943be7408a22e505dd5c1fdca Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:02:33 +0100 Subject: [PATCH 0422/3109] Re-disable scrobble --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce9b8c5..94766bca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -293,7 +293,7 @@ packages: - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io - - scrobble + # - scrobble # compilation errors against time 1.6 - shell-conduit - sourcemap - hindent From 05733ce32f17bc9b205f59a9c50759c017c87f90 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:03:30 +0100 Subject: [PATCH 0423/3109] Re-disable postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94766bca..1edb0d01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm # 0.4.1 compilation failure + # - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session From 93a9140b452abd6c6cc4427fc79fb34e0ad5e7a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:05:13 +0100 Subject: [PATCH 0424/3109] Expect jose-jwt tests to fail #2162 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1edb0d01..d89b86e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3049,6 +3049,7 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - jose-jwt # 0.7.3 https://github.com/fpco/stackage/issues/2162 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 22bbe3c621bd73ed86c829212802f8bfb48662f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:07:25 +0100 Subject: [PATCH 0425/3109] Re-disable sparkle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d89b86e1..eaa8b444 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,7 +1567,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # build failure, requires gradle - th-lift "Christopher Reichert @creichert": From 2470389c1a55fc3e26215a05f22c1f1b9aead38c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:08:33 +0100 Subject: [PATCH 0426/3109] Expect generic-random tests to time out --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eaa8b444..c72e5905 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2951,6 +2951,7 @@ expected-test-failures: # servers time limit so these shouldn't be removed from # expected-tests unless we know a fix has been released. - cabal-helper + - generic-random - graphviz - punycode - zip From fa59212869db8cc1d7b367ba05a2e56e73b4725b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:52:33 +0100 Subject: [PATCH 0427/3109] Go through the rest of disabled packages and re-enable some more --- build-constraints.yaml | 181 +++++++++++++++++++---------------------- 1 file changed, 84 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c72e5905..feb3ec94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -436,8 +436,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper @benekastah": - [] + # "Paul Harper @benekastah": # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env "Felipe Lessa @meteficha": @@ -748,8 +747,7 @@ packages: - io-choice # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - "Daniel Gröber @DanielG": - [] + # "Daniel Gröber @DanielG": # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes # - cabal-helper # bounds: extra 1.5 @@ -1616,13 +1614,13 @@ packages: - conduit-parse - opml-conduit - rss-conduit - # - imm # BLOCKED derive + - imm - timerep - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc # https://github.com/k-bx/protocol-buffers/issues/45 + # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - ekg-core - digits @@ -1640,7 +1638,7 @@ packages: "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - # - pipes-illumina # BLOCKED pipes 4.2 via pipes-bgzf + # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - xlsior @@ -1648,17 +1646,16 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account - yesod-static-angular - # - hspec-webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 - # - webdriver-angular # https://github.com/kallisti-dev/hs-webdriver/issues/98 + - hspec-webdriver + - webdriver-angular "Sven Heyll @sheyll": - b9 - type-spec - pretty-types - "Will Thompson @wjt": - [] - # - bustle # https://github.com/vasylp/hgettext/issues/10 + # "Will Thompson @wjt": + # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1684,16 +1681,16 @@ packages: "Sergey Alirzaev @l29ah": - monad-peel - NineP - # - Network-NineP # GHC 8 + - Network-NineP "Oliver Charles @ocharles": - # - engine-io # GHC 8 + # - engine-io # bounds: aeson, websockets - diff3 - # - digestive-functors-aeson # GHC 8 & bounds - # - exhaustive # GHC 8 - # - libsystemd-journal # GHC 8 - # - network-carbon # GHC 8 - # - socket-io # GHC 8 + # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors + - exhaustive + - libsystemd-journal + - network-carbon + # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - logging-effect @@ -1732,9 +1729,9 @@ packages: "Matthew Pickering @mpickering": - refact - # - servant-pandoc # bounds + # - servant-pandoc # bounds: pandoc-types, servant-docs - ghc-exactprint - # - apply-refact # BLOCKED optparse-applicative < 0.13 + # - apply-refact # "Andrew Gibiansky @gibiansky": # - ihaskell # GHC 8 @@ -1756,7 +1753,7 @@ packages: "James Cook @mokus0": - dependent-sum - # - dependent-sum-template # BLOCKED dependent-sum-0.4 + # - dependent-sum-template # bounds: dependent-sum - dependent-map - dice - hstatsd @@ -1808,7 +1805,7 @@ packages: - storable-record "Brandon Martin @codedmart": - # - engine-io-wai # GHC 8 & via engine-io + # - engine-io-wai # bounds: ghc, base - rethinkdb "Michael Walker @barrucadu": @@ -1832,7 +1829,7 @@ packages: - from-sum - hailgun - hailgun-simple - # - ig # GHC 8 + # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans - pretty-simple @@ -1853,15 +1850,15 @@ packages: - pointedlist - word-trie - xdg-basedir - # - yi # https://github.com/commercialhaskell/stack/issues/2795 + # - yi # build failure https://github.com/commercialhaskell/stack/issues/2795 - yi-core - # - yi-frontend-pango # https://github.com/commercialhaskell/stack/issues/2795 + # - 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 # https://github.com/yi-editor/yi/issues/954 + - yi-keymap-vim - yi-language - yi-misc-modes - yi-mode-haskell @@ -1876,9 +1873,9 @@ packages: - GPipe-GLFW # "Csaba Hruska @csabahruska": - # - lambdacube-ir # GHC 8 - # - lambdacube-gl # GHC 8 & via wavefront - # - lambdacube-compiler # GHC 8 & bounds + # - lambdacube-ir # bounds: aeson + # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir + # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir "Spencer Janssen @spencerjanssen": - Xauth @@ -1898,9 +1895,8 @@ packages: - http-common - http-streams - "Devan Stormont @stormont": - [] - # - forecast-io # BLOCKED aeson 1.0 + # "Devan Stormont @stormont": + # - forecast-io # bounds: aeson 1.0 "Sean Hunt @markfine": - postgresql-schema - # - sbp # test failures https://github.com/fpco/stackage/issues/873 + - sbp "Jinjing Wang @nfjinjing": - moesocks @@ -1945,7 +1941,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # BLOCKED optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 + # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum "Simon Marechal @bartavelle": @@ -1958,8 +1954,8 @@ packages: - hruby - language-puppet - tar-conduit - # - stm-firehose # Doesn't allow http-types >= 0.9.1 - # - hslogstash # GHC 8 & doesn't allow aeson >= 0.11.2.0 & doesn't allow lens >= 4.14 + # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp + # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose "Mark Karpov @mrkkrp": - megaparsec @@ -1979,11 +1975,11 @@ packages: - req-conduit # "Thomas Bereknyei ": - # - multiplate # GHC 8 + # - multiplate # bounds: transformers - # "Sumit Sahrawat @sumitsahrawat": - # - plot-gtk-ui # GHC 8 & via plot - # - calculator # GHC 8 + "Sumit Sahrawat @sumitsahrawat": + - plot-gtk-ui + # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": - app-settings @@ -1991,7 +1987,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - # - smsaero # https://github.com/GetShopTV/smsaero/issues/12 + # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 - servant-swagger @@ -2024,26 +2020,26 @@ packages: # "Alexander Vershilov @qnikst": # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 - # - network-transport-zeromq # GHC 8 + # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # BLOCKED http-conduit 2.2 - # - twitter-types # BLOCKED derive - # - twitter-types-lens # BLOCKED derive + # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens + # - twitter-types # via: derive + # - twitter-types-lens # via: twitter-types # "Robbin C. robbinch": - # - zim-parser # via lzma-conduit + # - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time # "Tim Baumann @timjb": - # - engine-io-yesod # GHC 8 & via engine-io + # - engine-io-yesod # bounds: ghc, base - "Tim McGilchrist @tmcgilchrist": - # - riak # bounds + "Tim McGilchrist @tmcgilchrist": + - riak - airship "Yuras Shumovich @Yuras": @@ -2054,7 +2050,7 @@ packages: - scanner "Stanislav Chernichkin @schernichkin": - # - partial-isomorphisms # GHC 8 + - partial-isomorphisms - vinyl "Christoph Breitkopf @bokesan": @@ -2071,8 +2067,7 @@ packages: - nfc "Adam Curtis @kallisti-dev": - [] - # - webdriver # https://github.com/kallisti-dev/hs-webdriver/issues/98 + - webdriver "Luke Iannini @lukexi": - inline-c @@ -2080,7 +2075,7 @@ packages: - ekg # "Emin Karayel @ekarayel": - # - sync-mht # GHC 8 + # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - ctrie @@ -2089,8 +2084,8 @@ packages: "Greg Weber @gregwebs": - base-noprelude - # "Andrew Lelechenko @Bodigrim": - # Missing test files https://github.com/fpco/stackage/pull/979 - exp-pairs + "Andrew Lelechenko @Bodigrim": + - exp-pairs "Stefan Kersten @kaoskorobase": - hsndfile @@ -2103,18 +2098,17 @@ packages: # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids # "Joe Hermaszewski @expipiplus1": - # - exact-real # GHC 8 & via memoize + # - exact-real # bounds: ghc, base # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - # - Cartesian # bounds - # - Michelangelo # bounds + # - Cartesian # bounds: lens + # - Michelangelo # bounds: lens # via: Wavefront - "Henry J. Wylde @hjwylde": - [] - # - git-fmt # BLOCKED optparse-applicative 0.13 - # - omnifmt # BLOCKED optparse-applicative 0.13 - # - werewolf # aeson & extra - # - werewolf-slack # aeson & extra & http-client & http-client-tls + # "Henry J. Wylde @hjwylde": + # - git-fmt # bounds: optparse-applicative 0.13 + # - omnifmt # bounds: optparse-applicative 0.13 + # - werewolf # bounds: aeson, extra, lens + # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - benchpress @@ -2182,19 +2176,19 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # BLOCKED wreq + # - extract-dependencies # via: package-description-remote - file-modules - frontmatter - read-editor - hspec-setup - # - hzulip # bounds + # - hzulip # bounds: aeson, stm-conduit - list-prompt - # - memoization-utils # GHC 8 - # - package-description-remote # BLOCKED wreq + # - memoization-utils # bounds: time + # - package-description-remote # via: wreq - projectroot - questioner - # - stack-run-auto # BLOCKED wreq - # - hpack-convert # aeson 1.0 + # - stack-run-auto # via: extract-dependencies, wreq + # - hpack-convert # bounds: aeson 1.0 - language-dockerfile "Pascal Hartig @passy": @@ -2206,7 +2200,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # - hreader-lens # GHC 8 + # - hreader-lens # bounds: hreader "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2252,9 +2246,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - "Justus Adam @JustusAdam": - [] - # - mustache # BLOCKED wreq + # "Justus Adam @JustusAdam": + # - mustache # via: wreq "Cindy Wang @CindyLinz": - NoTrace @@ -2282,7 +2275,7 @@ packages: - turtle-options # "Ruey-Lin Hsu @petercommand": - # - MASMGen # GHC 8 + # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv @@ -2301,7 +2294,7 @@ packages: - Chart-diagrams # "Aaron Levin @aaronmblevin": - # - haskell-kubernetes # GHC 8 & lots of other packages + # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client "Aaron Levin @aaronmblevin": - free-vl @@ -2349,13 +2342,12 @@ packages: - unix-bytestring # "Carlo Hamalainen @carlohamalainen": - # - ghc-imported-from # GHC 8 + # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": - jose - "Yutaka Nishimura @ynishi": - [] + # "Yutaka Nishimura @ynishi": # - atndapi # https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": @@ -2371,25 +2363,22 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - # - hw-json # compilation failure: https://github.com/haskell-works/hw-json/issues/4 + - hw-json - hw-parser - hw-prim - hw-rankselect - hw-succinct - "Ismail Mustafa @ismailmustafa": - [] - # - handwriting # BLOCKED wreq + # "Ismail Mustafa @ismailmustafa": + # - handwriting # via: wreq "Stephen Diehl @sdiehl": - protolude - "Daishi Nakajima @nakaji_dayo": - [] - # - yesod-job-queue # https://github.com/nakaji-dayo/yesod-job-queue/issues/10 + # "Daishi Nakajima @nakaji_dayo": + # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - "Braden Walters @meoblast001": - [] + # "Braden Walters @meoblast001": # - hakyll-sass # bounds: aeson-pretty "Patrick Thomson @helium": @@ -2397,7 +2386,7 @@ packages: "Tom Murphy @amindfv": # - vivid # 0.2.0.5 compilation failure - # - midair # GHC 8 + # - midair # bounds: ghc, base - nano-erl "Toshio Ito @debug-ito": @@ -2486,8 +2475,7 @@ packages: - exp-pairs - fast-digits - "Greg Hurrell @wincent": - [] + # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": @@ -2544,9 +2532,8 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector - "Rune K. Svendsen @runeks": - [] - # - bitcoin-payment-channel # bounds: aeson 1.0 + # "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 @@ -2560,8 +2547,7 @@ packages: "Thierry Bourrillon @tbourrillon": - hocilib - "Matthias Herrmann @2chilled": - [] + # "Matthias Herrmann @2chilled": # - scrape-changes # via: wreq "Daniel Mendler @minad": @@ -3038,6 +3024,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - hakyll # https://github.com/jaspervdj/hakyll/issues/491 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test + - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 # Assertion failures, these can be real bugs or just limitations # in the test cases. From e069d9b75fc1fa726c4f1c3d78bcb115cbcc7e73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:52:46 +0100 Subject: [PATCH 0428/3109] Expect lens tests to time out --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feb3ec94..8a8a9341 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2938,6 +2938,7 @@ expected-test-failures: # expected-tests unless we know a fix has been released. - cabal-helper - generic-random + - lens - graphviz - punycode - zip From 7bac8ce7c9c0378743dda5e609e056022594b055 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 21:58:02 +0100 Subject: [PATCH 0429/3109] Re-disable TaxonomyTools --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a8a9341..fab83880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -686,7 +686,7 @@ packages: - Genbank - RNAlien - Taxonomy - - TaxonomyTools + # - TaxonomyTools # build failure - ViennaRNAParser "Silk ": From e569e6af8d823faf141274f47dc6165d01569d45 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Dec 2016 22:15:16 +0100 Subject: [PATCH 0430/3109] Re-disable simple-postgresql-orm --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fab83880..86a9e677 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,6 +3,7 @@ ghc-major-version: "8.0" packages: "Li-yao Xia @Lysxia": - generic-random + - postgresql-orm < 0 "Tobias Dammers @tdammers": - ginger @@ -2223,7 +2224,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm + # - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From 32bace97caf24a77eaf03efc4609d52a9a34aa5d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Dec 2016 00:08:16 +0100 Subject: [PATCH 0431/3109] Re-disable sbp --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86a9e677..d8aca27a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1930,7 +1930,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - - sbp + # - sbp # build failure "Jinjing Wang @nfjinjing": - moesocks From 252da96f89bba90edf03b0fa55d1448e7228becc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Dec 2016 00:40:52 +0100 Subject: [PATCH 0432/3109] Re-disable hworker-ses --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8aca27a..517fdad9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1551,7 +1551,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses + - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors From b145c0ea54cc87732a2b834a0c5d7e8d42283473 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:32:07 -0800 Subject: [PATCH 0433/3109] Re-disable hworker-ses per build failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 517fdad9..6dea0e0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1551,7 +1551,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses # 0.1.1.0 build failure + # - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors From c2fef2123eeaad87d721e85be843f544f9a3d4d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:51:47 -0800 Subject: [PATCH 0434/3109] Expect classy-prelude-yesod haddocks to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dea0e0d..97c96a7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ expected-haddock-failures: # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 + # "Argument list too long" + - classy-prelude-yesod + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From cefa03c9e464228de7e33d50c80ed5c9a3b8108d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 26 Dec 2016 22:52:16 -0800 Subject: [PATCH 0435/3109] Temporarily disable hledger-web per #2164 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97c96a7d..65dd6b09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -719,7 +719,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # https://github.com/fpco/stackage/issues/2164 - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From f0dc48c7708dd04830d0ce419830ee8975e6c4ab Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:00:56 -0800 Subject: [PATCH 0436/3109] Constrain shakespeare per yesodweb/shakespeare#200 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85359762..a40a8d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2718,6 +2718,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/yesodweb/shakespeare/issues/200 + - shakespeare < 2.0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From ad006cd0a86444f3260dcfab90d48e524156711e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:01:44 -0800 Subject: [PATCH 0437/3109] enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a40a8d6b..1a86b510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -723,7 +723,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/fpco/stackage/issues/2164 + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From 4c2370227c907fd86981645a6bc3c6a9a65dadde Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:07:54 -0800 Subject: [PATCH 0438/3109] Expect text-generic-pretty haddocks to fail per #2160 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a86b510..c20987be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,6 +3140,7 @@ 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 From 00ac53a20d31f4848fe363031f2a9cf00781e768 Mon Sep 17 00:00:00 2001 From: joe9 Date: Mon, 26 Dec 2016 00:25:00 -0700 Subject: [PATCH 0439/3109] added logger-thread and text-generic-pretty packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65dd6b09..85359762 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joe M @joe9": + - logger-thread + - text-generic-pretty + "Li-yao Xia @Lysxia": - generic-random - postgresql-orm < 0 From d1fb15f1d72b230b8b5049e36cd58e2b5c11f8e6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:00:56 -0800 Subject: [PATCH 0440/3109] Constrain shakespeare per yesodweb/shakespeare#200 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85359762..a40a8d6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2718,6 +2718,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/yesodweb/shakespeare/issues/200 + - shakespeare < 2.0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From cb366bfe288545a63131ba8773c6a0400c824ed7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:01:44 -0800 Subject: [PATCH 0441/3109] enable hledger-web --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a40a8d6b..1a86b510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -723,7 +723,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/fpco/stackage/issues/2164 + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From 9409a803b66c1e849770cbb01b41ae1f11431d4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 10:07:54 -0800 Subject: [PATCH 0442/3109] Expect text-generic-pretty haddocks to fail per #2160 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a86b510..c20987be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3140,6 +3140,7 @@ 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 From 63154ac8da05ab5e9270b8b52b9e69e19480a394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Tue, 27 Dec 2016 13:46:15 +0100 Subject: [PATCH 0443/3109] Remove bounds on gi-* packages The latest versions in hackage should be buildable with both stack and cabal new-build. --- build-constraints.yaml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c20987be..15429cae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2418,21 +2418,18 @@ packages: - telegram-api "Iñaki García Etxebarria @garetxe": - # Pinned to versions not using custom-setup, since stack does - # not understand that syntax yet: - # https://github.com/commercialhaskell/stack/issues/2094 - - gi-atk == 2.0.8 - - gi-cairo == 1.0.8 - - gi-gdk == 3.0.8 - - gi-gdkpixbuf == 2.0.8 - - gi-gio == 2.0.8 - - gi-glib == 2.0.8 - - gi-gobject == 2.0.8 - - gi-gtk == 3.0.8 - - gi-pango == 1.0.8 - - gi-soup == 2.4.8 - - gi-javascriptcore == 3.0.8 - - gi-webkit == 3.0.8 + - gi-atk + - gi-cairo + - gi-gdk + - gi-gdkpixbuf + - gi-gio + - gi-glib + - gi-gobject + - gi-gtk + - gi-pango + - gi-soup + - gi-javascriptcore == 3.0.* + - gi-webkit - haskell-gi - haskell-gi-base From 3ecf48026dbdeaacfd3c61b83e9346da0cc916e1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 13:54:37 -0800 Subject: [PATCH 0444/3109] Block a few packages to unconstrain pipes, see #2108 --- build-constraints.yaml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c20987be..34a6ba13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -975,10 +975,10 @@ packages: "Renzo Carbonara @k0001": - network-simple - - pipes-aeson - - pipes-attoparsec + # - pipes-aeson # bounds: pipes 4.3 + # - pipes-attoparsec # bounds: pipes 4.3 # - pipes-binary # bounds: binary, pipes, transformers - - pipes-network + # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - avers @@ -1642,7 +1642,7 @@ packages: - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": - - pipes-fastx + # - pipes-fastx # via pipes-attoparsec # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc @@ -1940,14 +1940,14 @@ packages: - moesocks "Gregory W. Schwartz @GregorySchwartz": - - fasta - - diversity - - modify-fasta + # - fasta # via pipes-attoparsec + # - diversity # via fasta + # - modify-fasta # via fasta - tree-fun - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - - blosum + # - blosum # via fasta "Simon Marechal @bartavelle": - compactmap @@ -2702,10 +2702,6 @@ packages: # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2108 - - pipes < 4.3.0 - - pipes-safe < 2.2.5 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 From 560a3068fc755e4b1914ba3685dd9701b02a594f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 27 Dec 2016 23:47:57 +0100 Subject: [PATCH 0445/3109] Add lentil. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baceabc2..69d5bf66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -12,6 +12,7 @@ packages: "Luke Murphy @lwm": - tasty-discover + - lentil "Marco Zocca @ocramz": - sparse-linear-algebra From cc9129e0448eb9790e3ac5cc582fd01d26780561 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 27 Dec 2016 17:14:05 -0800 Subject: [PATCH 0446/3109] Expect lentil tests to fail, see #2159 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8b3029b..f8ed26e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3036,6 +3036,7 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - lentil # https://github.com/fpco/stackage/pull/2159 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From 560a140728668345666150c52c873d77a3d70d9e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 28 Dec 2016 11:14:58 +0200 Subject: [PATCH 0447/3109] Revert "Constrain shakespeare per yesodweb/shakespeare#200" This reverts commit d1fb15f1d72b230b8b5049e36cd58e2b5c11f8e6. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8ed26e4..17e3c5cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,9 +2712,6 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 - # https://github.com/yesodweb/shakespeare/issues/200 - - shakespeare < 2.0.12 - # end of packages # Package flags are applied to individual packages, and override the values of From 457a2bafc1b1920dc0e58d30c3caeeedbd3aff46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:04:31 -0800 Subject: [PATCH 0448/3109] Add constraint "inflections < 0.3.0.0" per #2167 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17e3c5cf..a8869fd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,9 @@ packages: # https://github.com/fpco/stackage/issues/2163 - cayley-client < 0.3.0 + # https://github.com/fpco/stackage/issues/2167 + - inflections < 0.3.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3c33465b96e3f8aa2a7761984ebaadcecbe9d98d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:15:03 -0800 Subject: [PATCH 0449/3109] Unconstrain cayley-client, closes #2163 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8869fd5..902a9549 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,9 +2709,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2163 - - cayley-client < 0.3.0 - # https://github.com/fpco/stackage/issues/2167 - inflections < 0.3.0.0 From 316ff133ab5012e8e1afde6792bb3d273fb461cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 09:18:48 -0800 Subject: [PATCH 0450/3109] Expect jose-jwt tests to pass, closes #2162 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 902a9549..76e414a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3038,7 +3038,6 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - jose-jwt # 0.7.3 https://github.com/fpco/stackage/issues/2162 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 69b6db0e673750c5b0b2528667992fed9e0c5e86 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:11:38 -0800 Subject: [PATCH 0451/3109] Unconstrain inflections, closes #2167 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76e414a7..fd661b6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,9 +2709,6 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2167 - - inflections < 0.3.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From bac5c39c048500d4ac8e1c7d531b54480a57be32 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:29:43 -0800 Subject: [PATCH 0452/3109] Hide some packages that conflict with cryptonite --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd661b6d..a2d5c04d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,3 +3305,7 @@ hide: - monads-tf # mtl is preferred - protolude # `module Panic` conflicts with base - cryptohash # Superceeded by cryptonite +- crypto-random # Superceeded by cryptonite +- crypto-pubkey # Superceded by cryptonite +- crypto-numbers # Superceded by cryptonite +- crypto-api # `module Crypto.Random` conflicts with cryptonite From dbe5f8c427c39e6f44bfa161eee6c1d413bd9d90 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 28 Dec 2016 23:38:29 -0800 Subject: [PATCH 0453/3109] Expect jose-jwt tests to fail per #2169 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2d5c04d..d7e1cf75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,6 +3040,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - 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 + - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 From 448010b8e99c8275cea17d6509003be00bf9cbf2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 29 Dec 2016 18:01:49 +0100 Subject: [PATCH 0454/3109] Fixed failing TC. http://hackage.haskell.org/package/lentil-1.0.6.1/changelog --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7e1cf75..5d9be461 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3030,7 +3030,6 @@ expected-test-failures: - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - - lentil # https://github.com/fpco/stackage/pull/2159 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 From c24c213219ccf2876fa9897c1103f04c40de37f5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 21:06:57 +0900 Subject: [PATCH 0455/3109] CURATORS.md: adding new curators --- CURATORS.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 0af3d9f3..d30420aa 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -279,15 +279,15 @@ Replace nightly with `lts7` to wipe the LTS 7 cache. ## Local curator setup -We don't run the full stackage build locally as that might take too +We do not run the full stackage build locally as that might take too much time. Some steps on the other hand are much faster to do yourself. -It's useful to be able to modify constraints locally before pushing to +It is useful to be able to modify constraints locally before pushing to the repository. To do this first install stackage-curator: `git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 -(it's a good idea to upgrade stackage-curator at least at the start of your week as curator). +(it is a good idea to upgrade stackage-curator at least at the start of your week as curator). Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. @@ -295,5 +295,10 @@ This can be used to make sure all version bounds are in place (including for test suites and benchmarks), to check whether bounds can be lifted, and to get `tell-me-when-its-released` notifications. -Notably this doesn't build anything, so you won't see any compilation +Notably this does not build anything, so you wont see any compilation errors for builds/tests/benchmarks. + +## Adding new curators + +1. Add public ssh key to build server +2. Add to fpco/stackage project. From b971aeca7a127e4a688a83d63462bfa6deed96e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 21:16:56 +0900 Subject: [PATCH 0456/3109] CURATORS.md: mention authorized_keys --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index d30420aa..58f1691d 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -300,5 +300,5 @@ errors for builds/tests/benchmarks. ## Adding new curators -1. Add public ssh key to build server +1. Add public ssh key to `~/.ssh/authorized_keys` on build server 2. Add to fpco/stackage project. From 6f082b7683774cc7b251fefc2f71bc49bcff28f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 2 Jan 2017 14:38:48 +0200 Subject: [PATCH 0457/3109] Use build.stackage.org --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 58f1691d..91306c21 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -207,7 +207,7 @@ You'll need to get your SSH public key added to the machine. ~/.ssh/config info: ``` Host stackage-build User curators - Hostname ec2-52-5-20-252.compute-1.amazonaws.com + Hostname build.stackage.org ``` ### Running the build script From ad6fd5495991fbd60fa59ba464b2f7af6d8786b7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 11:46:48 +0000 Subject: [PATCH 0458/3109] Add `generic` language, which Travis now supports. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47bbda04..6df6863c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false # Choose a lightweight base image; we provide our own build tools. -language: c +language: generic # GHC depends on GMP. You can add other dependencies here as well. addons: From a4463550ac194b36d5c48eba016adca29f8b124c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 13:31:08 +0000 Subject: [PATCH 0459/3109] Remove `safecopy` from expected test failures. https://github.com/acid-state/safecopy/issues/45#issuecomment-258045406 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d9be461..b999c83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3040,7 +3040,6 @@ 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 - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - - safecopy # time 1.6 https://github.com/acid-state/safecopy/issues/45 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 81d3cbc81abfecc30ff616796deaaa43c29a0258 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 Jan 2017 23:01:23 +0900 Subject: [PATCH 0460/3109] build.sh: fix local stackage-curator --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 1dd7dadd..75ac1ea5 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -77,7 +77,7 @@ rm -f stackage-curator stackage-curator.bz2 wget https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 bunzip2 stackage-curator.bz2 chmod +x stackage-curator -stackage-curator --version +./stackage-curator --version ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" From d56fd1903dfca57bc86800a723134b0c7649daa8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 15:37:57 +0000 Subject: [PATCH 0461/3109] Upper bounds for #2177 and #2178. --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b999c83c..0cfdb097 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2709,6 +2709,16 @@ packages: # https://github.com/fpco/stackage/issues/2136 - X11 < 1.7 + # https://github.com/fpco/stackage/issues/2177 + - aeson < 1.1.0.0 + + # https://github.com/fpco/stackage/issues/2178 + - hledger < 1.1 + - hledger-lib < 1.1 + - hledger-api < 1.1 + - hledger-ui < 1.1 + - hledger-web < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 3a4c0b873e5524eb473140c9d420cf17b45a5843 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 2 Jan 2017 18:53:27 +0000 Subject: [PATCH 0462/3109] Remove upper bounds (hledger-lib1.1). Close #2178. --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cfdb097..0c5c2e64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,13 +2712,6 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 - # https://github.com/fpco/stackage/issues/2178 - - hledger < 1.1 - - hledger-lib < 1.1 - - hledger-api < 1.1 - - hledger-ui < 1.1 - - hledger-web < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 43a03bca1a7101a24b645da87a06314404b4dba0 Mon Sep 17 00:00:00 2001 From: orome Date: Fri, 30 Dec 2016 14:13:48 -0500 Subject: [PATCH 0463/3109] Add crypto-enigma --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c5c2e64..525eeaa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,6 +2662,9 @@ packages: "Hans-Peter Deifel @hpdeifel": - hledger-iadd + + "Roy Levien @orome": + - crypto-enigma # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2048823908b2c0aa70ae1169c0f5921026a65c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boldizs=C3=A1r=20N=C3=A9meth?= Date: Wed, 28 Dec 2016 23:31:28 +0100 Subject: [PATCH 0464/3109] Add instance-control, references and haskell-tools. --- build-constraints.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 525eeaa5..df72ce92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2662,10 +2662,23 @@ packages: "Hans-Peter Deifel @hpdeifel": - hledger-iadd - + "Roy Levien @orome": - crypto-enigma + "Boldizsár Németh @nboldi": + - instance-control + - references + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-rewrite + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug + # 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 From 07a8edb2d32b49520600ca4b4552b96e171d0955 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 1 Jan 2017 20:37:27 +0200 Subject: [PATCH 0465/3109] Add integer-logarithms --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df72ce92..2655d0d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1058,6 +1058,7 @@ packages: - generics-sop-lens - github - insert-ordered-containers + - integer-logarithms - JuicyPixels-scale-dct - lattices - monad-http From 48e85612169e94ce2e5d44270646ba0124f7061c Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 1 Jan 2017 11:02:57 +0100 Subject: [PATCH 0466/3109] Add choice package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2655d0d6..59b22f4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1567,6 +1567,7 @@ packages: "Mathieu Boespflug @mboes": # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette + - choice - distributed-closure - H - inline-r From 647c4287692bbf6f4e38f4477a572cbe352174be Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 30 Dec 2016 11:12:09 -0600 Subject: [PATCH 0467/3109] Re-enable ekg-statsd --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b22f4a..a015b333 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1385,7 +1385,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # - ekg-statsd # Maintained by @tibbe. + - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. From 24aaa4b3f7f9b7ead10ef5938893d9f1b006f6ef Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 3 Jan 2017 16:03:55 +0000 Subject: [PATCH 0468/3109] Add `repline` and `picosat` packages. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a015b333..5d20165c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2382,6 +2382,8 @@ packages: "Stephen Diehl @sdiehl": - protolude + - repline + - picosat # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 From 1c1177316abe01323a22fb91455d6c84aad62f4b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 Jan 2017 19:03:17 +0100 Subject: [PATCH 0469/3109] CURATORS: Mention how to avoid disabling packages where the maintainer hasn't been notified yet --- CURATORS.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 91306c21..7e8871a0 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -94,7 +94,19 @@ You can try this when you notice that a package has been updated. You can also periodically try to lift bounds (I think it's good to do this at the start of your week /@bergmark) -If stackage-curator is happy commit the change ("Remove upper bounds and close #X"). +If not all packages have been updated check if any of them are missing +from the original issue and if so add a new comment mentioning them. A +new package may appear if its dependencies were part of this issue but +have been updated since the last time we checked. We want to give +these new packages ample time to be upgraded. + +If stackage-curator is happy commit the change ("Remove upper bounds +and close #X"). After doing this the next nightly build may fail +because some packages didn't have an upper bound in place, but +compilation failed. In this case revert the previous commit so any +disabled packages are enabled again, re-open the issue, and add a new +comment with the failing packages. This is to give all maintainers +enough time to upgrade for this case as well. ### Amending upper bounds @@ -154,9 +166,12 @@ Comment out the offending packages from the "packages" section and add a comment saying why it was disabled: ``` - # - swagger # BLOCKED aeson 1.0 + # - swagger # bounds: aeson 1.0 ``` +If this causes reverse dependencies to be disabled we should notify +the maintainers of those packages. + ## Updating the content of the Docker image used for building From c73df147029eea7d64931389f0427a42b5cafb1f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 4 Jan 2017 15:46:13 +0900 Subject: [PATCH 0470/3109] MonadRandom < 0.5 (#2180) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d20165c..1c7e786e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2732,6 +2732,8 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 + # https://github.com/fpco/stackage/issues/2180 + - MonadRandom < 0.5 # end of packages # Package flags are applied to individual packages, and override the values of From 87c918e96176b6f0521c287b847337620ad20185 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 09:53:03 +0200 Subject: [PATCH 0471/3109] Clean up a bunch of hidden packages --- build-constraints.yaml | 43 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7e786e..22f839f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,8 +3328,43 @@ hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred - protolude # `module Panic` conflicts with base -- cryptohash # Superceeded by cryptonite -- crypto-random # Superceeded by cryptonite -- crypto-pubkey # Superceded by cryptonite -- crypto-numbers # Superceded by cryptonite - crypto-api # `module Crypto.Random` conflicts with cryptonite +- fay-base # conflicts with many modules in base and others +- hashmap # conflicts with Data.HashSet in unordered-containers +- hxt-unicode # conflicts with Data.String.UTF8 in utf8-string +- hledger-web # conflicts with Foundation in foundation +- plot-gtk3 # conflicts with many modules in plot-gtk +- gtk3 # conflicts with many modules in gtk +- regex-pcre-builtin # conflicts with many modules in regex-pcre +- regex-compat-tdfa # conflicts with many modules in regex-compat +- log # conflicts with modules in its dependencies +- zip # conflicts with Codec.Archive.Zip in zip-archive +- monad-extras # conflicts with Control.Monad.Extra in extra +- control-monad-free # conflicts with Control.Monad.Free in free +- prompt # conflicts with Control.Monad.Prompt in MonadPrompt +- kawhi # conflicts with Control.Monad.Http in monad-http +- language-c # conflicts with modules in language-c-quote +- gl # conflicts with modules in OpenGLRaw +- svg-tree # conflicts with Graphics.Svg in svg-builder +- Glob # conflicts with System.FilePath.Glob in filemanip +- nanospec # conflicts with Test.Hspec in hspec +- HTF # conflicts with Test.Framework in test-framework +- courier # conflicts with Network.Transport in network-transport +- newtype-generics # conflicts with Control.Newtype in newtype + +# Cryptonite deprecations +- cipher-aes +- cipher-blowfish +- cipher-camellia +- cipher-des +- cipher-rc4 +- crypto-cipher-types +- crypto-numbers +- crypto-pubkey +- crypto-random +- cryptohash-conduit + +# cryptohash forks +- cryptohash-md5 +- cryptohash-sha1 +- cryptohash-sha256 From 6b1888fb94e51ec89c431d9fd522e6b139709532 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 10:06:05 +0200 Subject: [PATCH 0472/3109] Hide objective --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22f839f2..f328adc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3351,6 +3351,7 @@ hide: - HTF # conflicts with Test.Framework in test-framework - courier # conflicts with Network.Transport in network-transport - newtype-generics # conflicts with Control.Newtype in newtype +- objective # conflicts with Control.Object in natural-transformation # Cryptonite deprecations - cipher-aes From b2c0e377dbae9ac71faf1c4549766dbe0960e227 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 4 Jan 2017 10:07:41 +0200 Subject: [PATCH 0473/3109] Document how to force a single package rebuild --- CURATORS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 7e8871a0..32756503 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -292,6 +292,15 @@ You can wipe the nightly cache and rebuild everything by doing `rm -rf /var/stackage/stackage/automated/nightly`. Replace nightly with `lts7` to wipe the LTS 7 cache. +### Force a single package rebuild + +You can force a single package to rebuild by deleting its "previous result" +file, e.g.: + +``` +$ rm /var/stackage/stackage/automated/nightly/work/builds/nightly/prevres/Build/cryptohash-0.11.9 +``` + ## Local curator setup We do not run the full stackage build locally as that might take too From ea6b6b40bab28cc82047b2de7263145700fd18f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Jan 2017 14:33:33 +0000 Subject: [PATCH 0474/3109] Upper bounds for #2183. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f328adc8..e7b3defd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,6 +2734,10 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 + + # https://github.com/fpco/stackage/issues/2183 + - glabrous < 0.2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From f6b58a99d9bcb164445446f0977efb0f6d86db30 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Jan 2017 15:24:13 +0000 Subject: [PATCH 0475/3109] Make the local curator guide a bit clearer. --- CURATORS.md | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 32756503..6579ee8b 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -304,23 +304,34 @@ $ rm /var/stackage/stackage/automated/nightly/work/builds/nightly/prevres/Build/ ## Local curator setup We do not run the full stackage build locally as that might take too -much time. Some steps on the other hand are much faster to do -yourself. +much time. However, some steps on the other hand are much faster to do +yourself, e.g. verifying constraints without building anything. -It is useful to be able to modify constraints locally before pushing to -the repository. To do this first install stackage-curator: -`git clone git@github.com:fpco/stackage-curator.git && cd stackage-curator && stack install` -or get the linux binary: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 -(it is a good idea to upgrade stackage-curator at least at the start of your week as curator). -Then clone the stackage repo `git clone git@github.com:fpco/stackage.git`. -Inside it run `stack update && stackage-curator check` to get new packages and do dependency resolution. +To get started, install `stackage-curator` via Git, or [the Linux binary]: -This can be used to make sure all version bounds are in place -(including for test suites and benchmarks), to check whether bounds -can be lifted, and to get `tell-me-when-its-released` notifications. +``` +$ git clone git@github.com:fpco/stackage-curator.git +$ cd stackage-curator && stack install +``` -Notably this does not build anything, so you wont see any compilation -errors for builds/tests/benchmarks. +It is a good idea to upgrade `stackage-curator` at the start of your week. +Then, clone the stackage repo, get the latest packages and run dependency +resolution: + +``` +$ git clone git@github.com:fpco/stackage.git +$ stack update && stackage-curator check +``` + +This can be used to make sure all version bounds are in place, including for +test suites and benchmarks, to check whether bounds can be lifted, and to get +[tell-me-when-its-released] notifications. + +`stackage-curator` does not build anything, so you wont see any compilation +errors for builds, tests and benchmarks. + +[the Linux binary]: https://s3.amazonaws.com/stackage-travis/stackage-curator/stackage-curator.bz2 +[tell-me-when-its-released]: https://github.com/fpco/stackage/blob/master/CURATORS.md#waiting-for-new-releases ## Adding new curators From 29b3151b5f7f5db21e56d5afba91e9dfed1e1515 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:17:33 +0900 Subject: [PATCH 0476/3109] picosat < 0.1.4 (sdiehl/haskell-picosat#6) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b3defd..07dc5659 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,6 +2738,8 @@ packages: # https://github.com/fpco/stackage/issues/2183 - glabrous < 0.2.2 + # https://github.com/sdiehl/haskell-picosat/issues/6 + - picosat < 0.1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 8bad09d678f495366bd2a064a3aa2e56cfa5a1af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:42:17 +0900 Subject: [PATCH 0477/3109] hashable < 1.2.5.0 (#2184) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07dc5659..c72a9dae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2740,6 +2740,10 @@ packages: # https://github.com/sdiehl/haskell-picosat/issues/6 - picosat < 0.1.4 + + # https://github.com/fpco/stackage/issues/2184 + # https://github.com/ekmett/hashable-extras/pull/3 + - hashable < 1.2.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 2b4e44046b26d031aad539a013a92705df2058fa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 21:53:20 +0900 Subject: [PATCH 0478/3109] haskell-tools-refactor missing testsuite files (haskell-tools/haskell-tools#223) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c72a9dae..52ca0837 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2677,7 +2677,7 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon From decec04c75b94aef6d160979f620668e30ae4602 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 5 Jan 2017 23:58:34 +0900 Subject: [PATCH 0479/3109] foldl < 1.2.2 (data61/foldl-statistics#1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52ca0837..6e36e9bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2744,6 +2744,9 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/data61/foldl-statistics/issues/1 + - foldl < 1.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From d6d839c108a8abe3de98db052f3b8380abbc91a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 15:46:46 +0000 Subject: [PATCH 0480/3109] Remove upper bounds (glabrous0.2.2) for #2183. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e36e9bd..c69ea1e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2183 - - glabrous < 0.2.2 - # https://github.com/sdiehl/haskell-picosat/issues/6 - picosat < 0.1.4 From 377f7c8fb32032685c3eebbee6bc71040c65bb39 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 15:50:13 +0000 Subject: [PATCH 0481/3109] Disable references (new, failing test suite). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c69ea1e0..74cde9dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2672,7 +2672,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - - references + # - references https://github.com/fpco/stackage/pull/2168 - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite From 4d3457fe75c82796c346c8f77acd4b8b6e1553af Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 16:05:17 +0000 Subject: [PATCH 0482/3109] Disable haskell-tools-daemon (new, failing test suite). --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74cde9dd..1c02301a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2672,7 +2672,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references https://github.com/fpco/stackage/pull/2168 + # - references # https://github.com/fpco/stackage/pull/2168 - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite @@ -2680,7 +2680,7 @@ packages: #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - haskell-tools-cli - - haskell-tools-daemon + # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug # If you stop maintaining a package you can move it here. From e01d457b83e34634856c9746a44b4eab1414f8fa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 5 Jan 2017 16:25:41 +0000 Subject: [PATCH 0483/3109] Disable picosat (new, failing test suite). --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c02301a..6042c4c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2383,7 +2383,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - repline - - picosat + # - picosat # https://github.com/sdiehl/haskell-picosat/issues/6 # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 @@ -2735,9 +2735,6 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 - # https://github.com/sdiehl/haskell-picosat/issues/6 - - picosat < 0.1.4 - # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 From e6193c29f1b3625c2b31c3aedea42786880a4c99 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Jan 2017 17:10:34 +0900 Subject: [PATCH 0484/3109] cron.sh: log date and drop the tail echo could probably remove the first 'Running...' echo too --- automated/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/cron.sh b/automated/cron.sh index 728fef40..2d804ad8 100755 --- a/automated/cron.sh +++ b/automated/cron.sh @@ -13,8 +13,8 @@ docker pull $IMAGE stack update +date echo "Running stackage-server-cron..." -echo "('tail -f $CRONDIR/stackage-server-cron.log' to watch)" docker run --rm \ -v $CRONDIR:/home/ubuntu \ -v $HOME/.stack/indices:/home/ubuntu/.stack/indices:ro \ From d3e21bc5683d23d3b9d33715f0db22e2eef5e8e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 6 Jan 2017 17:13:28 +0900 Subject: [PATCH 0485/3109] Revert "foldl < 1.2.2 (data61/foldl-statistics#1)" This reverts commit decec04c75b94aef6d160979f620668e30ae4602. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6042c4c9..20f6df81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,9 +2738,6 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 - - # https://github.com/data61/foldl-statistics/issues/1 - - foldl < 1.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From 557846ebfe85003da7bb22971a8290faa0c44244 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 6 Jan 2017 13:54:36 +0200 Subject: [PATCH 0486/3109] Hide cryptohash (now that we have custom-setup support) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f6df81..e8a57680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3367,6 +3367,7 @@ hide: - crypto-numbers - crypto-pubkey - crypto-random +- cryptohash - cryptohash-conduit # cryptohash forks From 3b86d6dfdee29c9eb841183cebb9e5ac6fa1902e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 19:58:34 +0000 Subject: [PATCH 0487/3109] Add expected haddock failure for hledger-web. Please see https://github.com/fpco/stackage/issues/2187. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20f6df81..91809fd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,7 @@ expected-haddock-failures: # "Argument list too long" - classy-prelude-yesod + - hledger-web # end of expected-haddock-failures From 9f0b18f319f243ad720dccca9aac5d6e107c96c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 20:04:45 +0000 Subject: [PATCH 0488/3109] Disable haskell-tools-cli (new, failing test suite.) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91809fd7..833286d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2679,7 +2679,7 @@ packages: - haskell-tools-prettyprint #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 - haskell-tools-demo - - haskell-tools-cli + # - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/225 # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug From 2b83011fd29f28cb3ee171f4868e733559505032 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Jan 2017 20:33:48 +0000 Subject: [PATCH 0489/3109] Add upper bounds on hjsonpointer (< 1.1). See #2190. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 833286d1..4bb2bb5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2738,6 +2738,10 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/fpco/stackage/issues/2190 + - hjsonpointer < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 9cc10f2e020e6de15e89b1b51cd19f2891437589 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Fri, 6 Jan 2017 16:30:24 -0600 Subject: [PATCH 0490/3109] Getting Esqueleto back in Stackage It's only compatible with Persistent 2.5 presently but want to get the ball rolling. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bb2bb5a..a1659cbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -447,7 +447,6 @@ packages: "Felipe Lessa @meteficha": # - country-codes # bounds: tagsoup - # - esqueleto # bounds: persistent # - fb # bounds: aeson, http-conduit-2.2, hspec # - fb-persistent # bounds: persistent # via: fb # - mangopay # compilation failure against aeson @@ -531,6 +530,7 @@ packages: - machines-directory - machines-io - bloodhound + - esqueleto # bounds: persistent "Adam Bergmark @bergmark": - HUnit From 175cf6b20275b93197ab737dbd1712c4d56860b1 Mon Sep 17 00:00:00 2001 From: David Fisher Date: Thu, 5 Jan 2017 23:32:52 -0800 Subject: [PATCH 0491/3109] Add socket-activation --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bb2bb5a..7018c41b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2683,6 +2683,9 @@ packages: # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 - haskell-tools-debug + "David Fisher @ddfisher": + - socket-activation + # 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 From 7cbde053092295316a93667da077b38255328820 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 4 Jan 2017 13:41:45 +0300 Subject: [PATCH 0492/3109] =?UTF-8?q?Add=20=E2=80=98cue-sheet=E2=80=99,=20?= =?UTF-8?q?=E2=80=98wave=E2=80=99,=20=E2=80=98flac=E2=80=99,=20and=20?= =?UTF-8?q?=E2=80=98flac-picture=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Got more stuff. --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7018c41b..9347ffba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1981,6 +1981,10 @@ packages: - tagged-identity - req - req-conduit + - cue-sheet + - wave + - flac + - flac-picture # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 32e6df55..abcdeddf 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -56,6 +56,7 @@ apt-get install -y \ libedit-dev \ libedit2 \ libfftw3-dev \ + libflac-dev \ libfreenect-dev \ libgd2-xpm-dev \ libgeoip-dev \ From 661ee86b72ec25c2e419ddaf8ec1999e4c6247a5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 7 Jan 2017 10:15:20 +0900 Subject: [PATCH 0493/3109] Revert "Add upper bounds on hjsonpointer (< 1.1). See #2190." This reverts commit 2b83011fd29f28cb3ee171f4868e733559505032. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0750cc36..92b7ad35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2745,10 +2745,6 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 - - # https://github.com/fpco/stackage/issues/2190 - - hjsonpointer < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 3542f241a4450460c553e29b3190f1178a7b4456 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 7 Jan 2017 10:20:41 +0900 Subject: [PATCH 0494/3109] Revert "Disable references (new, failing test suite)." (#2168, #2189) This reverts commit 377f7c8fb32032685c3eebbee6bc71040c65bb39. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b7ad35..d5aa6db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2676,7 +2676,7 @@ packages: "Boldizsár Németh @nboldi": - instance-control - # - references # https://github.com/fpco/stackage/pull/2168 + - references - haskell-tools-ast - haskell-tools-backend-ghc - haskell-tools-rewrite From 8f9bf386f58ce147728b39155268c5189b02b8c6 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Sat, 7 Jan 2017 00:00:30 -0600 Subject: [PATCH 0495/3109] Added parsec-numeric to build-constraints. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5aa6db0..71f6e0a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2137,6 +2137,7 @@ packages: "Andrew Rademacher @AndrewRademacher": - aeson-casing - graylog + - parsec-numeric "Callum Rogers @CRogers": - should-not-typecheck From dc1d97736d4223a456c710f5a875ebe2be285c98 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sat, 7 Jan 2017 16:51:03 +0100 Subject: [PATCH 0496/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71f6e0a8..8c7eedb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -873,6 +873,7 @@ packages: - psql-helpers - superbuffer - timespan + - distance "Joey Eremondi @JoeyEremondi": - aeson-pretty From 26a13ffa8a9ff282d0ebbafd4f9da00ac425098a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:11:38 +0900 Subject: [PATCH 0497/3109] re-enable reset of haskell-tools-* closes haskell-tools/haskell-tools#223 closes haskell-tools/haskell-tools#224 closes haskell-tools/haskell-tools#225 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7eedb1..1f733a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2683,10 +2683,10 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - #- haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/223 + - haskell-tools-refactor - haskell-tools-demo - # - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/225 - # - haskell-tools-daemon # https://github.com/haskell-tools/haskell-tools/issues/224 + - haskell-tools-cli + - haskell-tools-daemon - haskell-tools-debug "David Fisher @ddfisher": From 1f6b705d873372a3ab3cdb0d3ad32d204b83c4c5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:34:22 +0900 Subject: [PATCH 0498/3109] vector < 0.12.0.0 (#2194) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f733a41..ec935054 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2747,6 +2747,9 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + + # https://github.com/fpco/stackage/issues/2194 + - vector < 0.12.0.0 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3321,7 +3324,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- vector-0.11.0.0 # skipped test-suite, constrained primitive https://github.com/haskell/vector/issues/142 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 From c611d3ccf78230c124c7a4ecb12ee90cb89b34a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:42:34 +0900 Subject: [PATCH 0499/3109] Unique-0.4.6 testsuite base<4.9 (#2195) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec935054..7495ea5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2750,6 +2750,9 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 + + # https://github.com/fpco/stackage/issues/2195 + - Unique < 0.4.6 # end of packages # Package flags are applied to individual packages, and override the values of From 986daf58cfee3b076d2de0f4e66e17389fb55503 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Jan 2017 20:46:52 +0900 Subject: [PATCH 0500/3109] req < 0.2.0 (#2196) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7495ea5f..0dd8a6f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,6 +2753,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + + # https://github.com/fpco/stackage/issues/2196 + - req < 0.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 951cd4ca6136f6020abe835eae604f1eb7f411e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:08:06 +0900 Subject: [PATCH 0501/3109] reenable hakyll tests (jaspervdj/hakyll#491) --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd8a6f0..79430a4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,7 +3066,6 @@ expected-test-failures: - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - hakyll # https://github.com/jaspervdj/hakyll/issues/491 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 @@ -3335,7 +3334,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- hakyll-4.9.2.0 # re-enable tests - Spock-core-0.11.0.0 # testsuite fail - vivid-0.2.0.5 # compilation failure From 104324b28e8d743dd058c66f03095cc1dee52719 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:13:03 +0900 Subject: [PATCH 0502/3109] Revert "req < 0.2.0 (#2196)" This reverts commit 986daf58cfee3b076d2de0f4e66e17389fb55503. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79430a4c..4cc51a8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,9 +2753,6 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 - - # https://github.com/fpco/stackage/issues/2196 - - req < 0.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 0122e605ab8af99f97e984c0cd819d6a4f9d5083 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:20:03 +0900 Subject: [PATCH 0503/3109] brick < 0.16 (#2197) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cc51a8c..d0f5f67e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2753,6 +2753,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + + # https://github.com/fpco/stackage/issues/2197 + - brick < 0.16 # end of packages # Package flags are applied to individual packages, and override the values of From d8d0e1a8cf8b48d05c6a1e8dfe5f2dfa4c0b2336 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:22:32 +0900 Subject: [PATCH 0504/3109] vector-instances < 3.4 (#2198) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0f5f67e..8af7d2dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2756,6 +2756,9 @@ packages: # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 + + # https://github.com/fpco/stackage/issues/2198 + - vector-instances < 3.4 # end of packages # Package flags are applied to individual packages, and override the values of From 049e63c729c24e32ed032bfd3b1929781c85c5c7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 14:23:39 +0900 Subject: [PATCH 0505/3109] Revert "Revert "req < 0.2.0 (#2196)"" This reverts commit 104324b28e8d743dd058c66f03095cc1dee52719. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8af7d2dd..25e9fcd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2754,6 +2754,9 @@ packages: # https://github.com/fpco/stackage/issues/2195 - Unique < 0.4.6 + # https://github.com/fpco/stackage/issues/2196 + - req < 0.2.0 + # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 From f27b4e5d079dd01836c89b5652a1e0ecde6b43a4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 9 Jan 2017 11:40:14 +0200 Subject: [PATCH 0506/3109] Add folds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25e9fcd3..adf8531b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,6 +1082,7 @@ packages: # Not a maintainer - arithmoi + - folds - friendly-time - hashable - haxl From 4fd2b8ac586b1f9b46cfcfc6ce8bd46b863d25e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:10:17 +0900 Subject: [PATCH 0507/3109] haskell-tools-cli tests failing (haskell-tools/haskell-tools#230) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index adf8531b..f1a65ffc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2686,7 +2686,7 @@ packages: - haskell-tools-prettyprint - haskell-tools-refactor - haskell-tools-demo - - haskell-tools-cli + #- haskell-tools-cli - haskell-tools-daemon - haskell-tools-debug From 6d8b0261fe85c1366dee2ef9a66018a63c300ff0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:40:43 +0900 Subject: [PATCH 0508/3109] haskell-tools-refactor tests failing (haskell-tools/haskell-tools#231) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1a65ffc..f31ec255 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2684,7 +2684,7 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - - haskell-tools-refactor + #- haskell-tools-refactor - haskell-tools-demo #- haskell-tools-cli - haskell-tools-daemon From 7b6be49766014aa061dfb240716f1be42f1c72ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Jan 2017 22:55:18 +0900 Subject: [PATCH 0509/3109] folds tests failing (ekmett/folds#12) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f31ec255..94592947 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,7 +1082,7 @@ packages: # Not a maintainer - arithmoi - - folds + #- folds - friendly-time - hashable - haxl From 7a6dcfd7301776c910e22bd6d8b5c4c1312dd2a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 9 Jan 2017 14:13:06 +0000 Subject: [PATCH 0510/3109] Expect test failure for haskell-tools-refactor. Please see haskell-tools/haskell-tools#231. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94592947..2e200c96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2981,6 +2981,7 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 # Timeouts # These tests sometimes take too long and hit the stackage build From 44c4d7cb085b4fecc7be002e26a3229c83341c70 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 10:46:18 +0900 Subject: [PATCH 0511/3109] reenable folds allow tests to fail (ekmett/folds#12)" This reverts commit 7b6be49766014aa061dfb240716f1be42f1c72ba. --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e200c96..3fa6a499 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1082,7 +1082,7 @@ packages: # Not a maintainer - arithmoi - #- folds + - folds - friendly-time - hashable - haxl @@ -3133,6 +3133,8 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + + - folds # https://github.com/ekmett/folds/issues/12 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From b0f498f8ebd38312500f10c6b21fa1428641377e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 10:59:22 +0900 Subject: [PATCH 0512/3109] Revert "Unique-0.4.6 testsuite base<4.9 (#2195)" should be fixed in 0.4.6.1 This reverts commit c611d3ccf78230c124c7a4ecb12ee90cb89b34a0. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fa6a499..455f310e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2752,9 +2752,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2195 - - Unique < 0.4.6 - # https://github.com/fpco/stackage/issues/2196 - req < 0.2.0 From 3ac918d300ecc7891eed253ba0da83c1ae5e1935 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 10 Jan 2017 11:01:31 +0900 Subject: [PATCH 0513/3109] foldl-statistics test fail sometimes (data61/foldl-statistics#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 455f310e..74c3b1a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,6 +2979,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # Timeouts # These tests sometimes take too long and hit the stackage build From 361d1277f36ac3db6c4ef644f4b1ff8827fd6dc6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 10 Jan 2017 12:01:19 +0000 Subject: [PATCH 0514/3109] Remove upper bounds for req. Please see fpco/stackage/issues/2196#issuecomment-271468491. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74c3b1a0..4e504943 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2752,9 +2752,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2196 - - req < 0.2.0 - # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 From 4b198603195ebc9ef2bed6d6194f16ec1cc3cd22 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 9 Jan 2017 14:54:41 +0200 Subject: [PATCH 0515/3109] Resolve #2198: vector-instances-3.4. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e504943..620b5620 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2755,8 +2755,6 @@ packages: # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 - # https://github.com/fpco/stackage/issues/2198 - - vector-instances < 3.4 # end of packages # Package flags are applied to individual packages, and override the values of From b0043ebb1e89ec9ffe3053f330ee7b45434a7502 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Wed, 11 Jan 2017 14:38:13 -0500 Subject: [PATCH 0516/3109] Added convert-annotation Replaced wreq with req so it *should* be OK now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620b5620..954f2987 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1953,6 +1953,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 # - blosum # via fasta + - convert-annotation "Simon Marechal @bartavelle": - compactmap From 90420d776fc7c7b4fbef09571e216a8ad6044bd4 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 10 Jan 2017 21:03:50 -0800 Subject: [PATCH 0517/3109] unblock tasty-tap, tasty-fail-fast tasty-tap-0.0.4 allows broader base. tasty-fail-fast builds with it as well, no new version required. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620b5620..9b0b2a0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1538,8 +1538,8 @@ packages: - uri-bytestring # - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - # - tasty-tap # bounds: ghc, base - # - tasty-fail-fast # via: tasty-tap + - tasty-tap + - tasty-fail-fast - drifter - drifter-postgresql From bfb7df0c594f941851e100e1bcd4d7fe2c9cbb3f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Jan 2017 11:49:58 +0900 Subject: [PATCH 0518/3109] Revert "haskell-tools-refactor tests failing (haskell-tools/haskell-tools#231)" tests need GHC_PACKAGE_PATH This reverts commit 6d8b0261fe85c1366dee2ef9a66018a63c300ff0. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b0b2a0a..47dd194e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2684,7 +2684,7 @@ packages: - haskell-tools-backend-ghc - haskell-tools-rewrite - haskell-tools-prettyprint - #- haskell-tools-refactor + - haskell-tools-refactor - haskell-tools-demo #- haskell-tools-cli - haskell-tools-daemon From 8eaa23b6f7555b0d030118b872cdb8721301c5c1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Jan 2017 11:54:04 +0900 Subject: [PATCH 0519/3109] Revert "haskell-tools-cli tests failing (haskell-tools/haskell-tools#230)" add to expected failures: needs GHC_PACKAGE_PATH This reverts commit 4fd2b8ac586b1f9b46cfcfc6ce8bd46b863d25e9. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47dd194e..4f367679 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2686,7 +2686,7 @@ packages: - haskell-tools-prettyprint - haskell-tools-refactor - haskell-tools-demo - #- haskell-tools-cli + - haskell-tools-cli - haskell-tools-daemon - haskell-tools-debug @@ -2973,7 +2973,6 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # Timeouts @@ -3014,6 +3013,8 @@ expected-test-failures: - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB + - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL - hasql-transaction # PostgreSQL From dd66cf0d344f38bd9ca122859ae9472acfab887c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 13 Jan 2017 12:03:19 +0900 Subject: [PATCH 0520/3109] sort the foldl-statistics expected-test-failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f367679..fc90b1d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2964,6 +2964,7 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - idris # https://github.com/fpco/stackage/issues/1382 - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 @@ -2973,7 +2974,6 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # Timeouts # These tests sometimes take too long and hit the stackage build From c5298f8a6f32cdd44868a59b8486a495620f4ba2 Mon Sep 17 00:00:00 2001 From: aiya000 Date: Fri, 13 Jan 2017 17:16:11 +0900 Subject: [PATCH 0521/3109] Update build-constraints.yaml for stack-type Add my hackage :smile: --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc90b1d7..1e85d856 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2693,6 +2693,9 @@ packages: "David Fisher @ddfisher": - socket-activation + "aiya000 @aiya000": + - stack-type + # 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 From 9ccccc9e23c5a8330cb5e6847144b06a5fb42b97 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 13 Jan 2017 16:32:18 +0000 Subject: [PATCH 0522/3109] Remove RNAlien due to build failure. https://github.com/eggzilla/RNAlien/issues/8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e85d856..5cef45b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -690,7 +690,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - - RNAlien + # - RNAlien # https://github.com/eggzilla/RNAlien/issues/8 (build failure) - Taxonomy # - TaxonomyTools # build failure - ViennaRNAParser From 63c98ca6ec99b2299fdc45bcdfb991bafe9eef17 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 14 Jan 2017 00:02:10 +0000 Subject: [PATCH 0523/3109] Disable haxl-amazonka for a build failure. https://github.com/tvh/haxl-amazonka/issues/1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cef45b8..b62df568 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1770,7 +1770,7 @@ packages: - misfortune "Timo von Holtz @tvh": - - haxl-amazonka + # - haxl-amazonka # https://github.com/tvh/haxl-amazonka/issues/1 (build failure) - hasql-migration - servant-JuicyPixels From 0fc20d6da8b77e2edf56c3fe409488cbde31e7dc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 15 Jan 2017 18:30:01 +0000 Subject: [PATCH 0524/3109] Add upper bounds for base-noprelude, lens, xlsx. base-noprelude: https://github.com/fpco/stackage/issues/2205 lense: https://github.com/fpco/stackage/issues/2206 xlsx: https://github.com/fpco/stackage/issues/2207 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b62df568..de9ed042 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2758,6 +2758,15 @@ packages: # https://github.com/fpco/stackage/issues/2197 - brick < 0.16 + # https://github.com/fpco/stackage/issues/2205 + - base-noprelude < 4.9.1.0 + + # https://github.com/fpco/stackage/issues/2206 + - lens < 4.15 + + # https://github.com/fpco/stackage/issues/2207 + - xlsx < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 4aa6de81b3dfc1e62b1e016f87591e4c78b64618 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 15 Jan 2017 19:02:43 +0000 Subject: [PATCH 0525/3109] Switch bounds. `lens` shouldn't be constrained. Following from 0fc20d6da8b77e2edf56c3fe409488cbde31e7dc and https://github.com/fpco/stackage/issues/2206. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de9ed042..464b19be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2762,7 +2762,8 @@ packages: - base-noprelude < 4.9.1.0 # https://github.com/fpco/stackage/issues/2206 - - lens < 4.15 + - pretty-simple < 1.0.0.5 + - xlsx-tabular < 0.2.1.1 # https://github.com/fpco/stackage/issues/2207 - xlsx < 0.4 From 1755fb9b411874d51e1af36da2e12f917432dacd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 15 Jan 2017 19:39:16 +0000 Subject: [PATCH 0526/3109] Re-enable RNAlien. Add upper bound on ClustalParser. Please see https://github.com/eggzilla/RNAlien/issues/8#issuecomment-272717876. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 464b19be..87e219d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -690,7 +690,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - # - RNAlien # https://github.com/eggzilla/RNAlien/issues/8 (build failure) + - RNAlien - Taxonomy # - TaxonomyTools # build failure - ViennaRNAParser @@ -2768,6 +2768,9 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx < 0.4 + # https://github.com/eggzilla/RNAlien/issues/8 + - ClustalParser < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From a3b6d7880ebf26235e25979c3edeae52b0f1f8f6 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 15 Jan 2017 21:05:23 +0200 Subject: [PATCH 0527/3109] Remove constraint from xlsx. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87e219d2..22d1e3b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2763,10 +2763,9 @@ packages: # https://github.com/fpco/stackage/issues/2206 - pretty-simple < 1.0.0.5 - - xlsx-tabular < 0.2.1.1 # https://github.com/fpco/stackage/issues/2207 - - xlsx < 0.4 + - xlsx-tabular < 0.2.1.1 # https://github.com/eggzilla/RNAlien/issues/8 - ClustalParser < 1.2 From b231db4c981095ee2cb05ea8fb5d6732cc965db3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 15 Jan 2017 20:02:44 +0000 Subject: [PATCH 0528/3109] Re-enable haxl-amazonka. Add upper bound for haxl. Please see https://github.com/tvh/haxl-amazonka/issues/1. Follow on from 63c98ca6ec99b2299fdc45bcdfb991bafe9eef17. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22d1e3b3..4ac2442b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1770,7 +1770,7 @@ packages: - misfortune "Timo von Holtz @tvh": - # - haxl-amazonka # https://github.com/tvh/haxl-amazonka/issues/1 (build failure) + - haxl-amazonka - hasql-migration - servant-JuicyPixels @@ -2770,6 +2770,9 @@ packages: # https://github.com/eggzilla/RNAlien/issues/8 - ClustalParser < 1.2 + # https://github.com/tvh/haxl-amazonka/issues/1 + - haxl < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 8ad4ab1ab303f5b1d00d9d506e53b4ea1581a1c7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 16 Jan 2017 08:25:10 +0000 Subject: [PATCH 0529/3109] Remove upper bound for ClustalParser. https://github.com/eggzilla/RNAlien/issues/8#issuecomment-272744089 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ac2442b..bffd3b93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2767,9 +2767,6 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 - # https://github.com/eggzilla/RNAlien/issues/8 - - ClustalParser < 1.2 - # https://github.com/tvh/haxl-amazonka/issues/1 - haxl < 0.5 From 5a725adc1a4406b335113b7bf9211a6eab923497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 16 Jan 2017 23:19:01 +0100 Subject: [PATCH 0530/3109] Re-enable cabal-helper --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bffd3b93..f63ce3d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -753,9 +753,9 @@ packages: - io-choice # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - # "Daniel Gröber @DanielG": + "Daniel Gröber @DanielG": # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes - # - cabal-helper # bounds: extra 1.5 + - cabal-helper "Yann Esposito yogsototh @yogsototh": - human-readable-duration From 8046d33e22073046cc0c52b00e0bb98e0345e3b4 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Mon, 16 Jan 2017 23:58:22 +0000 Subject: [PATCH 0531/3109] Enable clash-ghc package again The newly released version 0.7 compiles again GHC 8.0.2 and against all the latest versions of its dependencies. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bffd3b93..38537533 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1458,7 +1458,7 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - # - clash-ghc # bounds: ghc + - clash-ghc "Athan Clark @athanclark": - commutative From 82307cb131b5948c5fcac6901a3970b77b82d394 Mon Sep 17 00:00:00 2001 From: michaelt Date: Tue, 17 Jan 2017 03:46:38 -0500 Subject: [PATCH 0532/3109] Add `streaming-utils` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bffd3b93..5e87daa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1509,7 +1509,7 @@ packages: - lens-family - streaming - streaming-bytestring - + - streaming-utils "Justin Le @mstksg": - auto From c730e1d83687424c95862a6611c39d49ffff1282 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 17 Jan 2017 12:26:42 +0200 Subject: [PATCH 0533/3109] Upper bound for #2213 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bffd3b93..b6d9a8d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,6 +2770,9 @@ packages: # https://github.com/tvh/haxl-amazonka/issues/1 - haxl < 0.5 + # https://github.com/fpco/stackage/issues/2213 + - memory < 0.14.1 + # end of packages # Package flags are applied to individual packages, and override the values of From c584bcf9aeadf0a2ea494930d7fe96ec208719d0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 17 Jan 2017 12:27:21 +0200 Subject: [PATCH 0534/3109] Upper bound for #2214 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d9a8d3..3bc7ffa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2773,6 +2773,9 @@ packages: # https://github.com/fpco/stackage/issues/2213 - memory < 0.14.1 + # https://github.com/fpco/stackage/issues/2214 + - hasql-transaction < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 10e576d7f4a59b77b3de30b940bdb50b64acbda9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 17 Jan 2017 12:28:13 +0200 Subject: [PATCH 0535/3109] Extra upper bound for #2184 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3bc7ffa1..002f1401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,6 +2751,7 @@ packages: # https://github.com/fpco/stackage/issues/2184 # https://github.com/ekmett/hashable-extras/pull/3 - hashable < 1.2.5.0 + - intro < 0.1.0.3 # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 From 3e570e1cb51827203195384ab6d0753ad831dc0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 17 Jan 2017 13:20:14 +0200 Subject: [PATCH 0536/3109] Temporary block clash-lang/clash-compiler#195 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a54b2876..f220f8e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1458,7 +1458,8 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - - clash-ghc + # https://github.com/clash-lang/clash-compiler/issues/195 + # - clash-ghc "Athan Clark @athanclark": - commutative From b716a37460a6e97070e8d761e5f180a97e69bd60 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 17 Jan 2017 14:54:00 +0200 Subject: [PATCH 0537/3109] Revert "Temporary block clash-lang/clash-compiler#195" This reverts commit 3e570e1cb51827203195384ab6d0753ad831dc0b. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f220f8e7..a54b2876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1458,8 +1458,7 @@ packages: - clash-vhdl - clash-verilog - clash-systemverilog - # https://github.com/clash-lang/clash-compiler/issues/195 - # - clash-ghc + - clash-ghc "Athan Clark @athanclark": - commutative From 5e30a1efe52ef3d63e9c82bff4d6ca8c98cab800 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 17 Jan 2017 18:55:42 +0100 Subject: [PATCH 0538/3109] Remove upper bound of haxl --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a54b2876..90274ab2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2768,9 +2768,6 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 - # https://github.com/tvh/haxl-amazonka/issues/1 - - haxl < 0.5 - # https://github.com/fpco/stackage/issues/2213 - memory < 0.14.1 From 6b990b948107a174c85fd3ed135819171d05bd9c Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 17 Jan 2017 19:07:09 +0100 Subject: [PATCH 0539/3109] Remove upper bound of hasql-transaction --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a54b2876..9a4a5253 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2774,9 +2774,6 @@ packages: # https://github.com/fpco/stackage/issues/2213 - memory < 0.14.1 - # https://github.com/fpco/stackage/issues/2214 - - hasql-transaction < 0.5 - # end of packages # Package flags are applied to individual packages, and override the values of From 4453269b3548b855432eb2f9f6aa817ec67bce3a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 18 Jan 2017 07:48:14 +0200 Subject: [PATCH 0540/3109] Remove upper bound and close #2213 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed3c31ad..e9376e93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2768,9 +2768,6 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2213 - - memory < 0.14.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 4fdf4c1d47cf4b295ec7f079f2c5e08f56a303d9 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Wed, 18 Jan 2017 22:59:20 +0000 Subject: [PATCH 0541/3109] Remove pugixml This library can segfault - see https://github.com/philopon/pugixml-hs/issues/5. It probably shouldn't be in Stackage, with the implied safety, until that is fixed. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9376e93..6935f605 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -202,7 +202,6 @@ packages: - extra - bake - ghcid - - pugixml - hexml "Alan Zimmerman @alanz": From 3fe8c10e84ba715fef327660bc2b9c2bb8748939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 19 Jan 2017 21:02:34 +0100 Subject: [PATCH 0542/3109] Re-enable ghc-mod --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6935f605..bacc9438 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -753,7 +753,7 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": - # - ghc-mod # bounds: cabal-helper, extra, haskell-src-exts, optparse-applicative, pipes + - ghc-mod - cabal-helper "Yann Esposito yogsototh @yogsototh": From 6b2a94bd1983b0a15c58ffc40f3134dd787cc8e0 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Fri, 20 Jan 2017 16:11:22 +0900 Subject: [PATCH 0543/3109] Add viewprof --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bacc9438..98e2d3bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2695,6 +2695,9 @@ packages: "aiya000 @aiya000": - stack-type + "Mitsutoshi Aoe @maoe": + - viewprof + # 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 From a9979e2f11e55b5e46809cf08dd7ba51de3a80d3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 20 Jan 2017 09:39:29 +0200 Subject: [PATCH 0544/3109] Upper bounds for #2220 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bacc9438..7faa6e97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2767,6 +2767,10 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 + # https://github.com/fpco/stackage/issues/2220 + - genvalidity < 0.3 + - genvalidity-hspec < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 4f7ba8ebe8c30aaa51ddaede076ce72228866ad6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 20 Jan 2017 09:46:36 +0200 Subject: [PATCH 0545/3109] Block hledger-ui and close #2197 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7faa6e97..53e2c138 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -722,7 +722,7 @@ packages: - darcs - hledger - hledger-lib - - hledger-ui + # - hledger-ui # BLOCKED brick 0.16 - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit @@ -2755,9 +2755,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2197 - - brick < 0.16 - # https://github.com/fpco/stackage/issues/2205 - base-noprelude < 4.9.1.0 From 74120ad81215be454978f26c411293a25611dc50 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 20 Jan 2017 12:37:45 +0200 Subject: [PATCH 0546/3109] Remove upper bounds and close #2220 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6811fc35..00ec4880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2767,10 +2767,6 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2220 - - genvalidity < 0.3 - - genvalidity-hspec < 0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From d560ee4565f5c140d86ee48ce9616a0f17cc9d17 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 20 Jan 2017 08:55:42 -0800 Subject: [PATCH 0547/3109] re-enable hledger-ui 1.1.1 has been released, fixes #2197. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 00ec4880..651cb37f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -722,7 +722,7 @@ packages: - darcs - hledger - hledger-lib - # - hledger-ui # BLOCKED brick 0.16 + - hledger-ui - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit From 2cf3b40353e3f0546c0fb4500e04928bffa135b9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Jan 2017 11:55:54 +0200 Subject: [PATCH 0548/3109] Upper bound for #2223 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 651cb37f..a8c83d5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2767,6 +2767,9 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 + # https://github.com/fpco/stackage/issues/2223 + - pandoc-types < 1.19 + # end of packages # Package flags are applied to individual packages, and override the values of From f3bf4bd61057f13c6af8a74423579be860d167f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Jan 2017 12:00:22 +0200 Subject: [PATCH 0549/3109] Add a niceness level of 15 for performing builds --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index 75ac1ea5..c70be3a3 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -121,7 +121,7 @@ docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-fil # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From 488fe34db4e6aa7b8148ed3fdc4a98db560c6790 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 22 Jan 2017 18:45:12 +0100 Subject: [PATCH 0550/3109] add writer-cps-morph, writer-cps-lens, writer-cps-full --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8c83d5c..1cacbcf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2567,6 +2567,9 @@ packages: - quickcheck-special - writer-cps-mtl - writer-cps-transformers + - writer-cps-morph + - writer-cps-lens + - writer-cps-full - wl-pprint-annotated - wl-pprint-console - console-style From bfffb927e6d9cf40a8e39e42c5429dfb042c2333 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 22 Jan 2017 19:09:04 -0500 Subject: [PATCH 0551/3109] Add thread-local-storage See https://github.com/rrnewton/thread-local-storage/issues/5 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cacbcf4..6850c070 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,6 +1729,7 @@ packages: - proxied - text-show - text-show-instances + - thread-local-storage "Kirill Zaborsky @qrilka": - xlsx From 2dc54406ed7b1a471d7c6bd8ffc374edae9b7fbd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 23 Jan 2017 08:17:49 +0200 Subject: [PATCH 0552/3109] Add missing @ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec900831..9ccae5d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -525,7 +525,7 @@ packages: "Andrew Thaddeus Martin @andrewthad": - yesod-table - "Chris Allen bitemyapp": + "Chris Allen @bitemyapp": - machines-directory - machines-io - bloodhound From ff5c3ee3c9d32003e6599283f290b8a69bbfaa96 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 23 Jan 2017 15:45:56 +0200 Subject: [PATCH 0553/3109] GHC 8.0.2 (fixes #2205, fixes #2203) --- .travis.yml | 2 +- Dockerfile | 2 +- MAINTAINERS.md | 2 +- build-constraints.yaml | 58 ++++++++++++++++++++++++------------------ check | 2 +- debian-bootstrap.sh | 2 +- 6 files changed, 38 insertions(+), 30 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6df6863c..e4d02f22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.0.1 +- GHCVER=8.0.2 install: # Download and unpack the stack executable diff --git a/Dockerfile b/Dockerfile index e29818c3..ad96d66b 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.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /opt/ghc/8.0.2/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 diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d358ed12..60c03d63 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -24,7 +24,7 @@ After doing that, send a pull request (with a commit message like "add foo-bar") If you want to make sure that the package builds against the newest versions of all dependecies you can do this: ``` $ cabal update -$ ghc --version # Should give v8.0.1 +$ ghc --version # Should give v8.0.2 $ cabal get PACKAGE-VERSION # e.g. aeson-0.11.2.1 $ cd PACKAGE-VERSION $ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ccae5d8..f450174b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -92,7 +92,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - cabal-src + # - cabal-src BLOCKED shelly GHC 8.0.2 - case-insensitive - classy-prelude-yesod - conduit-combinators @@ -307,7 +307,7 @@ packages: - path - intero - weigh - - haskell-docs + # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": @@ -384,7 +384,7 @@ packages: - zippers - fixed - half - - gl + # - gl BLOCKED directory 1.3 - lens-aeson - zlib-lens # - hyperloglog # bounds: approximate, binary, comonad @@ -415,7 +415,7 @@ packages: - BlogLiterately-diagrams - diagrams - diagrams-builder - - diagrams-haddock + # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - diagrams-cairo - diagrams-contrib - diagrams-core @@ -474,10 +474,11 @@ packages: - accelerate "Liam O'Connor @liamoc": + [] # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec # - composition-tree # bounds: QuickCheck # - dixi # bounds: aeson, lens, time, [...] - - latex-formulae-image + # - latex-formulae-image # BLOCKED directory 1.3 # - latex-formulae-pandoc # bounds: pandoc-types # - latex-formulae-hakyll # bounds: ghc, base # - agda-snippets # bounds: ghc, base @@ -541,7 +542,7 @@ packages: - fay-text - fay-uri - feed - - snaplet-fay + # - snaplet-fay # BLOCKED directory 1.3 via heist and snap - time-compat - through-text @@ -578,7 +579,7 @@ packages: - FenwickTree - hPDB - hPDB-examples - - homplexity + # - homplexity # BLOCKED directory 1.3 - wordpass # - json-autotype # bounds: aeson 1.0, lens - posix-realtime @@ -736,7 +737,7 @@ packages: # - al # FIXME temporary, figure out why it's not working with stackage-build - event - hid - - luminance + # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal # - msi-kb-backlit # bounds: ghc, base @@ -810,7 +811,7 @@ packages: - data-accessor-mtl # - file-location # bounds: transformers - fuzzcheck - - haddock-api + # - haddock-api BLOCKED GHC 8.0.2 - here - hlibgit2 - gitlib-libgit2 @@ -921,9 +922,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - - hdocs + # - hdocs # BLOCKED haddock-api GHC 8.0.2 - hformat - - hsdev + # - hsdev # BLOCKED haddock-api GHC 8.0.2 - simple-log - text-region @@ -951,7 +952,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - - cabal-sort + # - cabal-sort # BLOCKED directory 1.3 - hslua # - idris # bounds: safe @@ -1877,10 +1878,12 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - - GPipe + [] + # - GPipe # BLOCKED directory 1.3 via gl "Patrick Redmond @plredmond": - - GPipe-GLFW + [] + # - GPipe-GLFW # BLOCKED directory 1.3 via GPipe and gl # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson @@ -1938,7 +1941,8 @@ packages: - titlecase "Mark Fine @markfine": - - postgresql-schema + [] + # - postgresql-schema # BLOCKED shelly GHC 8.0.2 # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -2159,12 +2163,13 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap - - hackage-whatsnew + # BLOCKED directory 1.3 + #- clckwrks + #- clckwrks-cli + #- clckwrks-plugin-page + #- clckwrks-plugin-media + #- clckwrks-theme-bootstrap + #- hackage-whatsnew - happstack-authenticate - happstack-clientsession - happstack-hsp @@ -2480,7 +2485,7 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - - quantum-random + # - quantum-random # BLOCKED directory 1.3 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2762,9 +2767,6 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2205 - - base-noprelude < 4.9.1.0 - # https://github.com/fpco/stackage/issues/2206 - pretty-simple < 1.0.0.5 @@ -2966,6 +2968,12 @@ skipped-tests: - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 + # BLOCKED shelly GHC 8.0.2 + - c2hs + + # directory 1.3 + - machines + - xmlhtml # end of skipped-tests diff --git a/check b/check index c25c3c4a..bf7f91f6 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.1 stackage-curator check +exec stack exec --resolver ghc-8.0.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index abcdeddf..52c265bb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y ppa:marutter/rrutter #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse # Set the GHC version -GHCVER=8.0.1 +GHCVER=8.0.2 # Get Stack apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 From 39b96c0a42df41c716ac8dda672aa8d09bc0f8c8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 23 Jan 2017 16:24:54 +0200 Subject: [PATCH 0554/3109] Upper bound for #2228 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ccae5d8..5d2d0fd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2774,6 +2774,9 @@ packages: # https://github.com/fpco/stackage/issues/2223 - pandoc-types < 1.19 + # https://github.com/fpco/stackage/issues/2228 + - streaming-commons < 0.1.17 + # end of packages # Package flags are applied to individual packages, and override the values of From 08bb2f53c3b39ec94fe25fea907b4c9d4cc27a76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 05:54:55 +0200 Subject: [PATCH 0555/3109] Remove upper bound and close #2228 This reverts commit 39b96c0a42df41c716ac8dda672aa8d09bc0f8c8. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab5a5865..f450174b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,9 +2776,6 @@ packages: # https://github.com/fpco/stackage/issues/2223 - pandoc-types < 1.19 - # https://github.com/fpco/stackage/issues/2228 - - streaming-commons < 0.1.17 - # end of packages # Package flags are applied to individual packages, and override the values of From f4eba9d0b677ba9dd410d6cd73d0710a98f9c7c6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 12:46:38 +0200 Subject: [PATCH 0556/3109] Upper bound for #2229 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f450174b..120ce87b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,6 +2776,9 @@ packages: # https://github.com/fpco/stackage/issues/2223 - pandoc-types < 1.19 + # https://github.com/fpco/stackage/issues/2229 + - hspec < 2.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 1edb1871aa98c0c453e0d639a5f7c5297b12a72c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 13:00:12 +0200 Subject: [PATCH 0557/3109] Extra upper bounds for #2229 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 120ce87b..91117867 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2778,6 +2778,8 @@ packages: # https://github.com/fpco/stackage/issues/2229 - hspec < 2.4 + - hspec-core < 2.4 + - hspec-discover < 2.4 # end of packages From f49c27b3aef330384ee96693e61769e51455a195 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 24 Jan 2017 15:15:23 +0100 Subject: [PATCH 0558/3109] add tasty-auto --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91117867..a49c2d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: - console-style - unlit - intro + - tasty-auto "Taras Serduke @tserduke": - do-list From 46ff3720c6cbb78ec7c682303f3576815dabaed0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 16:51:00 +0200 Subject: [PATCH 0559/3109] Expect test failure joeyadams/haskell-stm-delay#5 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91117867..c94ecd28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3161,6 +3161,8 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - folds # https://github.com/ekmett/folds/issues/12 + + - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 083ee58fa97f5570e98a70dc258b408a8903029f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 16:58:44 +0200 Subject: [PATCH 0560/3109] Expect test failure for vector-algorithms --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c94ecd28..e23a2c20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,8 @@ expected-test-failures: - folds # https://github.com/ekmett/folds/issues/12 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 07c9602865e1b1a850cdd1c16fb1dac28ecbbaf4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 17:01:06 +0200 Subject: [PATCH 0561/3109] Temporary block: alpheccar/hbayes#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e23a2c20..fc8c75e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -70,7 +70,8 @@ packages: "alpheccar @alpheccar": - HPDF - - hbayes + # https://github.com/alpheccar/hbayes/issues/3 + # - hbayes "Dmitry Bogatov ": - once From 6fd4d09f3ab3c5f5a40dfbcaf1ab83512d203e2f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 17:02:41 +0200 Subject: [PATCH 0562/3109] Expect test failure khibino/haskell-relational-record#51 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc8c75e1..0f2ae5a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,8 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 + + - relational-record # https://github.com/khibino/haskell-relational-record/issues/51 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1aa01438a6f178492cd11400ff8cd0e6d5b6934d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 18:37:01 +0200 Subject: [PATCH 0563/3109] Expect test failure nushio3/unicode-show#2 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f2ae5a7..02e91af6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,8 @@ expected-test-failures: - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - relational-record # https://github.com/khibino/haskell-relational-record/issues/51 + + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From aa247ae4bf4e0f719b261d4a92aa26b71f04fc51 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 18:53:52 +0200 Subject: [PATCH 0564/3109] Expect test failure alanz/ghc-exactprint#47 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 02e91af6..b9d9c336 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,8 @@ expected-test-failures: - relational-record # https://github.com/khibino/haskell-relational-record/issues/51 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From efe971fe15308355d03d3dc31a4ee97b0cbdde3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 19:07:51 +0200 Subject: [PATCH 0565/3109] Expect doctest failures due to hidden Glob --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4208ad57..5ed1bc31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3173,6 +3173,10 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 + + # Doctests require hidden Glob package + - multiset + - makefile # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From ca0f533a049d2d6f4b329bc687225c057d7c7199 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 19:09:07 +0200 Subject: [PATCH 0566/3109] s/record/query --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ed1bc31..5c16471f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,7 +3168,7 @@ expected-test-failures: - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - relational-record # https://github.com/khibino/haskell-relational-record/issues/51 + - relational-query # https://github.com/khibino/haskell-relational-record/issues/51 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 From efca7aac30b89e81a562267d85db33d4f760e7eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 19:10:37 +0200 Subject: [PATCH 0567/3109] Expect test failure chrisdone/path#54 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c16471f..cb40b303 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,8 @@ expected-test-failures: # Doctests require hidden Glob package - multiset - makefile + + - path # https://github.com/chrisdone/path/issues/54 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9c42bcdd9a8083a115df23f8352ae045b6685586 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 21:21:41 +0200 Subject: [PATCH 0568/3109] Temporary block nfjinjing/moesocks#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb40b303..e5f3ff4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1947,7 +1947,8 @@ packages: # - sbp # build failure "Jinjing Wang @nfjinjing": - - moesocks + [] + # - moesocks # https://github.com/nfjinjing/moesocks/issues/1 "Gregory W. Schwartz @GregorySchwartz": # - fasta # via pipes-attoparsec From b3495581201c0bc1e17036f6b95f23e197ab37d6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 21:23:44 +0200 Subject: [PATCH 0569/3109] Temporary block jonschoning/pinboard#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5f3ff4f..fa7a37d7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,8 @@ packages: - mandrill "Jon Schoning @jonschoning": - - pinboard + [] + # - pinboard # https://github.com/jonschoning/pinboard/issues/3 "Jasper Van der Jeugt @jaspervdj": - blaze-html From 7377fdc0fe133b8feead1dfd000efd60e884a0db Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 21:27:56 +0200 Subject: [PATCH 0570/3109] Temporary block alphaHeavy/consul-haskell#18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa7a37d7..ce281143 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -160,7 +160,7 @@ packages: - quickcheck-assertions # - hackage-mirror # via: aws - - wai-middleware-consul + # - wai-middleware-consul # https://github.com/alphaHeavy/consul-haskell/issues/18 - wai-middleware-crowd - monad-logger-json - safe-exceptions From 9721eeb8dc716b3bc1a400a95043042a922179bd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 21:30:51 +0200 Subject: [PATCH 0571/3109] stratosphere haddock may run out of memory --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce281143..1490844a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,6 +3238,9 @@ expected-haddock-failures: - classy-prelude-yesod - hledger-web + # Runs out of memory + - stratosphere + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From ac5788a981bc90adfb4355e7f78991d6463925a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Jan 2017 22:12:24 +0200 Subject: [PATCH 0572/3109] Upper bound for #2231 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1490844a..5e777268 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2785,6 +2785,9 @@ packages: - hspec-core < 2.4 - hspec-discover < 2.4 + # https://github.com/fpco/stackage/issues/2231 + - vty < 5.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 525d90e2d673e21ccc3abbd4fa8ec83460299268 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 06:51:47 +0200 Subject: [PATCH 0573/3109] Fixes for #2232 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e777268..15e547b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -109,7 +109,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator FIXME Michael needs to reenable - stm-conduit - wai-websockets - warp-tls @@ -2538,9 +2538,9 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - camfort + # - camfort # https://github.com/fpco/stackage/issues/2232 - codo-notation - - fortran-src + # - fortran-src # https://github.com/fpco/stackage/issues/2232 # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran @@ -3184,6 +3184,8 @@ expected-test-failures: - makefile - path # https://github.com/chrisdone/path/issues/54 + + - rattletrap # https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3243,6 +3245,7 @@ expected-haddock-failures: # Runs out of memory - stratosphere + - store # end of expected-haddock-failures From 4e59f519c0c10af98f4d331a7e4c3845ac2bd92a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 06:56:38 +0200 Subject: [PATCH 0574/3109] Upper bound for #2233 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15e547b8..51b1d557 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: # https://github.com/fpco/stackage/issues/2231 - vty < 5.15 + # https://github.com/fpco/stackage/issues/2233 + - brick < 0.17 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d3a0facc7e444d3f6ca54b257467ded95d51eb3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 07:05:18 +0200 Subject: [PATCH 0575/3109] Temporary block haskell-tools/haskell-tools#257 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51b1d557..c8821419 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2700,7 +2700,7 @@ packages: - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon - - haskell-tools-debug + # - haskell-tools-debug # https://github.com/haskell-tools/haskell-tools/issues/257 "David Fisher @ddfisher": - socket-activation From 74905431227f9f94bc3ea734f921545f1431c7df Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 07:22:27 +0200 Subject: [PATCH 0576/3109] Limit jobs --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index c70be3a3..c5e78640 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -121,7 +121,7 @@ docker run $ARGS_PREBUILD $IMAGE /bin/bash -c "stackage-curator check --plan-fil # Now do the actual build. We need to first set the owner of the home directory # correctly, so we run the command as root, change owner, and then use sudo to # switch back to the current user -docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" +docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "chown $USER $HOME && exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" stackage-curator make-bundle --jobs 4 --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --bundle-file $BUNDLE_FILE --target $TARGET" # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of From af8de33c794e6697b04f2b1767ad1b9fdc73b5a3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 07:22:43 +0200 Subject: [PATCH 0577/3109] Reenable stackage-curator --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8821419..5b6c9528 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -109,7 +109,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator FIXME Michael needs to reenable + - stackage-curator - stm-conduit - wai-websockets - warp-tls From 60a815846f344a0a60e0a2af143af76b88011f83 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Tue, 24 Jan 2017 23:51:47 -0600 Subject: [PATCH 0578/3109] unblock pinboard --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b6c9528..2a56b8dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,8 +215,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - [] - # - pinboard # https://github.com/jonschoning/pinboard/issues/3 + - pinboard "Jasper Van der Jeugt @jaspervdj": - blaze-html From e123669be0c60977cb0ce6e13c582d9a0c17cff6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 25 Jan 2017 11:18:48 +0000 Subject: [PATCH 0579/3109] Add note about new GHC release. --- CURATORS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 6579ee8b..6e3aa126 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -337,3 +337,24 @@ errors for builds, tests and benchmarks. 1. Add public ssh key to `~/.ssh/authorized_keys` on build server 2. Add to fpco/stackage project. + +## Dealing with a new GHC release + +As mentioned in the [GHC upgrade note], the major impact of a new GHC release +is on the packages that are causing upper bounds to be put in place. In order +to minimise out-of-date breakage and allow maintainers to have a solid chance +of getting their packages into the newest LTS, we try to do the following: + +Make an early announcement (in the form of a blog post, typically) of the new +GHC release on the nightly build and the planned deadline for the new LTS release. +Make it clear, that in the time coming up to this, we hope package maintainers +will upgrade their packages to allow for the new GHC release. + +We prefer to prune packages causing upper bounds constraints **after** the LTS +release to allow the maximum amount of packages to get into the newest LTS. + +After the first LTS release, the package pruning process may begin in order to +move forward with getting the latest versions of packages compatible with the +new GHC release. + +[GHC upgrade note]: https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version From bb0eb73724c05155470bd930221a7384f7198a39 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 14:02:33 +0200 Subject: [PATCH 0580/3109] Move pandoc-types upper bound to package itself and close #2223 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a56b8dc..70fa28e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2284,7 +2284,7 @@ packages: - cmark - texmath - highlighting-kate - - pandoc-types + - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - pandoc @@ -2776,9 +2776,6 @@ packages: # https://github.com/fpco/stackage/issues/2207 - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2223 - - pandoc-types < 1.19 - # https://github.com/fpco/stackage/issues/2229 - hspec < 2.4 - hspec-core < 2.4 From 1dc290da206263ceac2c401045e10c8b6b031f35 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 14:08:06 +0200 Subject: [PATCH 0581/3109] Switch from cabal-src to mega-sdist --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70fa28e9..cd444087 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -93,7 +93,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - # - cabal-src BLOCKED shelly GHC 8.0.2 + - mega-sdist - case-insensitive - classy-prelude-yesod - conduit-combinators From abee708f64b95fea227e31c0e6d90e2ce809e2ce Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 25 Jan 2017 17:00:59 +0100 Subject: [PATCH 0582/3109] Added skylighting (new dependency of pandoc). skylighting is a syntax highlighting library that will replace highlighting-kate for pandoc. I have not removed highlighting-kate, however, because it may be used by other packages, but it should be considered deprecated. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1492bace..8ab46872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2198,6 +2198,7 @@ packages: - cmark - texmath - highlighting-kate + - skylighting - pandoc-types - zip-archive - doctemplates From 5b6ffc80ff50ec455f58b1075c8f2fe5c18ea576 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 25 Jan 2017 21:44:19 +0200 Subject: [PATCH 0583/3109] Remove upper bounds and close #2233 close #2231 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f538476b..cbe54457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2782,12 +2782,6 @@ packages: - hspec-core < 2.4 - hspec-discover < 2.4 - # https://github.com/fpco/stackage/issues/2231 - - vty < 5.15 - - # https://github.com/fpco/stackage/issues/2233 - - brick < 0.17 - # end of packages # Package flags are applied to individual packages, and override the values of From f14cba89c4faab385bcfe5a85a9d5083f862d330 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 25 Jan 2017 23:24:19 +0100 Subject: [PATCH 0584/3109] add colorful-monoids --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbe54457..2550d988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2585,6 +2585,7 @@ packages: - unlit - intro - tasty-auto + - colorful-monoids "Taras Serduke @tserduke": - do-list From 944c18dd8a737a85d88090ed7045c35a6e473585 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 Jan 2017 08:11:59 +0200 Subject: [PATCH 0585/3109] Upper bound for #2237 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2550d988..be0bf008 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2783,6 +2783,9 @@ packages: - hspec-core < 2.4 - hspec-discover < 2.4 + # https://github.com/fpco/stackage/issues/2237 + - constraints < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 62649afe81ba8222faf8649ef41905e1f8a4a283 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 Jan 2017 08:12:22 +0200 Subject: [PATCH 0586/3109] Extra upper bound for #2229 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index be0bf008..e0437bcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2782,6 +2782,7 @@ packages: - hspec < 2.4 - hspec-core < 2.4 - hspec-discover < 2.4 + - hspec-smallcheck < 0.4.2 # https://github.com/fpco/stackage/issues/2237 - constraints < 0.9 From 9179bdceafb5e61d7a024e745a096a3740977620 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 Jan 2017 11:05:20 +0200 Subject: [PATCH 0587/3109] Remove upper bound and close #2237 This reverts commit 944c18dd8a737a85d88090ed7045c35a6e473585. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0437bcc..7aa6a45b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2784,9 +2784,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2237 - - constraints < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of From 2410f711928b6d98620538d900c34e09fb023c7f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 26 Jan 2017 11:10:35 +0200 Subject: [PATCH 0588/3109] Remove upper bound and close #2184 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7aa6a45b..28fac300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2764,11 +2764,6 @@ packages: # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2184 - # https://github.com/ekmett/hashable-extras/pull/3 - - hashable < 1.2.5.0 - - intro < 0.1.0.3 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 From 15e7267f41317f768d1d3ff783a330ef9de35a6e Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Thu, 26 Jan 2017 22:28:48 -0500 Subject: [PATCH 0589/3109] add postgresql-typed, invertible, ztail invertible has some optional dependencies outside stackage, which a stack.yaml disables the flags for. Not sure if this is the right way to deal with it. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28fac300..866fc76d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,6 +2712,11 @@ packages: "Mitsutoshi Aoe @maoe": - viewprof + "Dylan Simon @dylex": + - postgresql-typed + - invertible + - ztail + # 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 From 6ed05803edf5cf062dfe9be9f79105ee7298aa22 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Thu, 26 Jan 2017 22:41:07 -0500 Subject: [PATCH 0590/3109] Add flags for invertible To disable optional dependencies not in stackage --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 866fc76d..872a8c5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2857,6 +2857,12 @@ package-flags: ghc_7_7: false ghc_8_0: true + invertible: + TypeCompose: false + arrows: false + hlist: false + piso: false + # end of package-flags # Special configure options for individual packages From 8d7056f48c2312eb3ed3b3e6e638253c4b34ad70 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 28 Jan 2017 04:13:28 -0500 Subject: [PATCH 0591/3109] rm: allele as a maintainer - not enough time --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 872a8c5e..6aec58cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2532,10 +2532,6 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator - "Allele Dev @queertypes": - - freer - - wai-request-spec - "Dominic Orchard @dorchard": - array-memoize # - camfort # https://github.com/fpco/stackage/issues/2232 From 239f4bf91ef65458a71c4b5ee522696b4823dc6d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:31:02 +0200 Subject: [PATCH 0592/3109] Temporary block dylex/invertible#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 872a8c5e..37f1bab9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2714,7 +2714,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 - ztail # If you stop maintaining a package you can move it here. From 8bc65091e90d8e09dfcc5b60831b3f41440cbf71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:31:41 +0200 Subject: [PATCH 0593/3109] Expect test failure for postgresql-typed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37f1bab9..7a46b17e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,6 +3072,7 @@ expected-test-failures: - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL + - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL From a18238ad1ca0dc9dbbe64c2aab1392a8ec679138 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 28 Jan 2017 18:52:43 +0200 Subject: [PATCH 0594/3109] Add Frequently Asked Questions --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 7fc1b93a..f0cfbef1 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,42 @@ The following describes at a high level the series of steps for processing 1. Load up most recent build plan 2. Convert build plan into constraints for next build 3. Continue from step (3) above + +Frequently Asked Questions +-------------------------- + +__Why does Stackage have an older version of a package than Hackage?__ + +There are a number of answers to this question: + +* Simplest reason: how old of a Stackage snapshot are you using? Once a + snapshot is created, it's frozen for all time. So if you use + nightly-2016-01-01, by the time you get to 2018, it will be pretty dated. +* If you're using an LTS snapshot: we lock down major versions when + first creating an LTS run, so subsequent minor versions will not get + new versions necessary. For example, if LTS 6.0 has `foo` version + 1.2.3, and the author immediately thereafter releases a version + 1.3.0 and never releases another 1.2.\* version, you'll never get + another update in the LTS 6 line +* Sometimes we have upper bounds in place because other packages have + problems with newer versions of dependencies. Open up the + [build-constraints file](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) + and search for "Stackage upper bounds" +* Wired-in packages - those that ship with GHC and cannot be upgraded, + and packages depending on them - are fixed to GHC versions. Common + examples of this are containers and transformers. There's a lot more + information on this in + [an FP Complete blog post](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds) + +__How long do you maintain an LTS build?__ + +We only guarantee that we will maintain a single LTS major version at +a time, and that it will be maintained for at least three months. This +is the +[originally proposed support window](https://www.fpcomplete.com/blog/2014/12/backporting-bug-fixes), +and hasn't changed since then. + +That said, we do maintain the capability to keep multiple LTS runs +operational in parallel, and with LTS 6 and 7 in fact did so. We +aren't changing our guarantees yet on longevity of a release, but are +trying to push out the bounds a bit farther. From fbcf5e101105415902c45441e61ad5ae776715f3 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Sat, 28 Jan 2017 14:46:14 -0500 Subject: [PATCH 0595/3109] add safe-exceptions-checked --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7ffbd23..ed008086 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1447,6 +1447,7 @@ packages: - aeson-better-errors "Mitchell Rosen @mitchellwrosen": + - safe-exceptions-checked - tasty-hspec "Christiaan Baaij @christiaanb": From fb526f51c6db8284f2e084b2c64cf58b04aff0e3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Jan 2017 20:53:58 +0000 Subject: [PATCH 0596/3109] Clarify which build package removing will occur in. --- CURATORS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 6e3aa126..4548b988 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -353,8 +353,8 @@ will upgrade their packages to allow for the new GHC release. We prefer to prune packages causing upper bounds constraints **after** the LTS release to allow the maximum amount of packages to get into the newest LTS. -After the first LTS release, the package pruning process may begin in order to -move forward with getting the latest versions of packages compatible with the -new GHC release. +After the first LTS release, the package pruning process may begin in the +nightly build in order to move forward with getting the latest versions of +packages compatible with the new GHC release. [GHC upgrade note]: https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#upgrading-to-a-new-ghc-version From cdd937f29148bbddb342e785eaca66c9aca25e7c Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 28 Jan 2017 22:48:24 +1100 Subject: [PATCH 0597/3109] added louispan's packages --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1db103aa..6e0799e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2717,6 +2717,17 @@ packages: # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 - ztail + "Louis Pan @louispan": + - alternators + - glaze + - glazier + - glazier-pipes + - l10n + - pipes-category + - pipes-fluid + - pipes-misc + - stm-extras + # 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 From 92bea07574c8d39669e40c9722f9070d4298b909 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:18:20 +0200 Subject: [PATCH 0598/3109] Remove expected test failure clash-lang/clash-prelude#57 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e0799e5..87d7d59d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3128,7 +3128,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - clash-prelude # 0.10.14 Runtime errors https://github.com/clash-lang/clash-prelude/issues/57 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From a5906b9f45ac2491e56f8b54285e7e07c9ae1d05 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:20:59 +0200 Subject: [PATCH 0599/3109] Add back alphaHeavy/consul-haskell#18 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87d7d59d..4e069637 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -160,7 +160,7 @@ packages: - quickcheck-assertions # - hackage-mirror # via: aws - # - wai-middleware-consul # https://github.com/alphaHeavy/consul-haskell/issues/18 + - wai-middleware-consul - wai-middleware-crowd - monad-logger-json - safe-exceptions From 54e81b970c290025a1b17af58e92d6dfdf0dac90 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:26:14 +0200 Subject: [PATCH 0600/3109] Temporary block for louispan/glaze#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e069637..e0801ccb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - - glaze + # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 - glazier - glazier-pipes - l10n From ce3af31b05b23941b85677eb491db5ea371de896 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:27:41 +0200 Subject: [PATCH 0601/3109] mattjbray/servant-elm#22 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0801ccb..7f2c5a84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3199,6 +3199,8 @@ expected-test-failures: - path # https://github.com/chrisdone/path/issues/54 - rattletrap # https://github.com/fpco/stackage/issues/2232 + + - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 5a81c42d79f3b6c46d2bd93572dd2537a4a392e4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 11:32:11 +0200 Subject: [PATCH 0602/3109] Hide binary-ieee754 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f2c5a84..5b7e85e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3452,6 +3452,7 @@ hide: - courier # conflicts with Network.Transport in network-transport - newtype-generics # conflicts with Control.Newtype in newtype - objective # conflicts with Control.Object in natural-transformation +- binary-ieee754 # conflicts with data-binary-ieee754 # Cryptonite deprecations - cipher-aes From f2af1d6fbabe0abc5817053ba62cbe191477f6fc Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sun, 29 Jan 2017 23:43:37 +1100 Subject: [PATCH 0603/3109] glaze: workaround haddock crash by pasting splice explicitly --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7e85e2..72012ab1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 + - glaze - glazier - glazier-pipes - l10n From 1d8f3ea2ba80e1bab215ff7062ec036419d4d423 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 14:43:59 +0200 Subject: [PATCH 0604/3109] Remove temporary block for louispan/glaze#1 This reverts commit 54e81b970c290025a1b17af58e92d6dfdf0dac90. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7e85e2..72012ab1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2719,7 +2719,7 @@ packages: "Louis Pan @louispan": - alternators - # - glaze # Broken Haddocks https://github.com/louispan/glaze/issues/1 + - glaze - glazier - glazier-pipes - l10n From 0b464b0815d69d6573ee07d91c37417bbbe012a4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 00:48:38 +0100 Subject: [PATCH 0605/3109] Re-enable some packages --- build-constraints.yaml | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72012ab1..bb304daf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,6 @@ packages: "Li-yao Xia @Lysxia": - generic-random - - postgresql-orm < 0 "Tobias Dammers @tdammers": - ginger @@ -2119,7 +2118,7 @@ packages: - tagstream-conduit # "Johannes Hilden @johanneshilden": - # Missing test files https://github.com/fpco/stackage/issues/1001 - hashids + # - hashids # Missing test files https://github.com/fpco/stackage/issues/1001 # "Joe Hermaszewski @expipiplus1": # - exact-real # bounds: ghc, base @@ -2169,13 +2168,12 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # BLOCKED directory 1.3 - #- clckwrks - #- clckwrks-cli - #- clckwrks-plugin-page - #- clckwrks-plugin-media - #- clckwrks-theme-bootstrap - #- hackage-whatsnew + - clckwrks + - clckwrks-cli + - clckwrks-plugin-page + - clckwrks-plugin-media + - clckwrks-theme-bootstrap + # - hackage-whatsnew # bounds: directory 1.3 - happstack-authenticate - happstack-clientsession - happstack-hsp @@ -2245,11 +2243,11 @@ packages: - dawg-ord "Amit Levy @alevy": - # - postgresql-orm # 0.4.1 compilation failure + - postgresql-orm - simple - simple-templates - simple-session - # - simple-postgresql-orm # via: postgresql-orm + - simple-postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2374,8 +2372,8 @@ packages: "Fraser Tweedale @frasertweedale": - jose - # "Yutaka Nishimura @ynishi": - # - atndapi # https://github.com/ynishi/atndapi/issues/1 + "Yutaka Nishimura @ynishi": + - atndapi "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2407,14 +2405,14 @@ packages: # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - # "Braden Walters @meoblast001": - # - hakyll-sass # bounds: aeson-pretty + "Braden Walters @meoblast001": + - hakyll-sass "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - # - vivid # 0.2.0.5 compilation failure + - vivid # - midair # bounds: ghc, base - nano-erl @@ -2501,8 +2499,8 @@ packages: - exp-pairs - fast-digits - # "Greg Hurrell @wincent": - # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 + "Greg Hurrell @wincent": + - docvim "Ashley Yakeley @AshleyYakeley": - countable @@ -2538,9 +2536,9 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # https://github.com/fpco/stackage/issues/2232 + - camfort - codo-notation - # - fortran-src # https://github.com/fpco/stackage/issues/2232 + - fortran-src # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran From 1dfbd85c5123bd4bc9ff0f573204e49ed3a92fec Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:05:44 +0100 Subject: [PATCH 0606/3109] Re-disable some packages --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb304daf..9fdc958f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2243,7 +2243,7 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm + # - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session @@ -2372,8 +2372,8 @@ packages: "Fraser Tweedale @frasertweedale": - jose - "Yutaka Nishimura @ynishi": - - atndapi + # "Yutaka Nishimura @ynishi": + # - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2405,8 +2405,8 @@ packages: # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 - "Braden Walters @meoblast001": - - hakyll-sass + # "Braden Walters @meoblast001": + # - hakyll-sass # compilation failure "Patrick Thomson @helium": - postgresql-transactional @@ -2500,7 +2500,7 @@ packages: - fast-digits "Greg Hurrell @wincent": - - docvim + # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": - countable @@ -2538,7 +2538,7 @@ packages: - array-memoize - camfort - codo-notation - - fortran-src + # - fortran-src # OOM https://github.com/fpco/stackage/issues/2232 # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran From 331244a5084c10ede6b6b6a6aa9d52fc7e840c8c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:13:02 +0100 Subject: [PATCH 0607/3109] Fix formatting error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fdc958f..70a8f842 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,7 +2499,7 @@ packages: - exp-pairs - fast-digits - "Greg Hurrell @wincent": + # "Greg Hurrell @wincent": # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": From ab34a960b1a46eb70282fa225ec5682d493a3a2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 01:21:55 +0100 Subject: [PATCH 0608/3109] Re-disable simple-postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70a8f842..b7de8e68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2247,7 +2247,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm + - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From ddf03357bfd1c17136a30a74660ba2e85e703735 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 02:14:26 +0100 Subject: [PATCH 0609/3109] Re-disable simple-postgresql-orm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7de8e68..da395fb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2247,7 +2247,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm # via: postgresql-orm + # - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. From 7a8f5b7dd092b372a5bca148347ce798901566d8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 19:00:26 +0200 Subject: [PATCH 0610/3109] Remove upper bound and close #2042 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da395fb4..80a924ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,9 +2757,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2042 - - network-multicast < 0.2 - # https://github.com/haskell/vector/issues/142 - primitive < 0.6.2.0 From b9e426fb508fd89d6e2279a1fe56ae30a68f5f6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 29 Jan 2017 19:01:27 +0200 Subject: [PATCH 0611/3109] Move primitive upper bound to better location --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80a924ac..ba4d330f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2757,9 +2757,6 @@ packages: # https://github.com/fpco/stackage/issues/2037 - haskell-src-exts < 1.19 - # https://github.com/haskell/vector/issues/142 - - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 @@ -2777,6 +2774,7 @@ packages: # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 + - primitive < 0.6.2.0 # https://github.com/fpco/stackage/issues/2206 - pretty-simple < 1.0.0.5 From 14ae364cc3640b9526490ab22d198d179f204eda Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Jan 2017 14:42:45 +0200 Subject: [PATCH 0612/3109] Revert "Expect test failure chrisdone/path#54" This reverts commit efca7aac30b89e81a562267d85db33d4f760e7eb. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba4d330f..451987f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3189,8 +3189,6 @@ expected-test-failures: - multiset - makefile - - path # https://github.com/chrisdone/path/issues/54 - - rattletrap # https://github.com/fpco/stackage/issues/2232 - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 From 3e9b979a86ccd4daa033a0bba38f9edfaf4475d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 30 Jan 2017 14:51:32 +0200 Subject: [PATCH 0613/3109] Revert "mattjbray/servant-elm#22" This reverts commit ce3af31b05b23941b85677eb491db5ea371de896. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 451987f4..f0fb21a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,8 +3190,6 @@ expected-test-failures: - makefile - rattletrap # https://github.com/fpco/stackage/issues/2232 - - - servant-elm # https://github.com/mattjbray/servant-elm/issues/22 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 1e399e1fcf21fb3cf5a343c3055607e23f165ac9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 14:42:27 +0100 Subject: [PATCH 0614/3109] Upper bound for #2243 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fb21a4..8e340f36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 + # https://github.com/fpco/stackage/issues/2243 + - ieee754 < 0.8.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 450043db529cf541a5999927ace9a024959ebfef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 15:04:32 +0100 Subject: [PATCH 0615/3109] Another upper bound for #2243 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e340f36..dcd1ec7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,6 +2790,7 @@ packages: # https://github.com/fpco/stackage/issues/2243 - ieee754 < 0.8.0 + - quickcheck-special < 0.1.0.3 # end of packages From 271f29c61f6c2c2d95ca2c2980a0a8e921123a16 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 15:52:44 +0100 Subject: [PATCH 0616/3109] Remove upper bounds and close #2243 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcd1ec7d..f0fb21a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,10 +2788,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2243 - - ieee754 < 0.8.0 - - quickcheck-special < 0.1.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 40621612a4a9c54cf9c6122ee220a2d920eea8bd Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 30 Jan 2017 11:21:30 -0500 Subject: [PATCH 0617/3109] Re-added fasta and dependent libraries. pipes-attoparsec has been added again, so fasta and the rest should be OK to go. `convert-annotation` uses `req` instead of `wreq` now, so that should be good as well. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f536558..eefa6501 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1954,14 +1954,14 @@ packages: # - moesocks # https://github.com/nfjinjing/moesocks/issues/1 "Gregory W. Schwartz @GregorySchwartz": - # - fasta # via pipes-attoparsec - # - diversity # via fasta - # - modify-fasta # via fasta + - fasta + - diversity + - modify-fasta - tree-fun - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - # - blosum # via fasta + - blosum - convert-annotation "Simon Marechal @bartavelle": From 3d6f90c918c76fdb9987c9b8406dcdbb6360f553 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 17:43:50 +0100 Subject: [PATCH 0618/3109] skylighting upper bound for #2245 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0fb21a4..bc81d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2788,6 +2788,9 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 + # https://github.com/fpco/stackage/issues/2245 + - skylighting < 0.1.1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d051557a466eaa128d615b0e10f2953bec8a560 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:07:14 +0100 Subject: [PATCH 0619/3109] Remove upper bounds to close #2206 and close #2207 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2181da76..d2d9125f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,12 +2777,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2206 - - pretty-simple < 1.0.0.5 - - # https://github.com/fpco/stackage/issues/2207 - - xlsx-tabular < 0.2.1.1 - # https://github.com/fpco/stackage/issues/2229 - hspec < 2.4 - hspec-core < 2.4 From 3614d1fc5a412cb45e12df36fe2feefb44cbb1bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 30 Jan 2017 19:09:31 +0100 Subject: [PATCH 0620/3109] Upper bounds for #2246 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d9125f..fbf95d7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2786,6 +2786,10 @@ packages: # https://github.com/fpco/stackage/issues/2245 - skylighting < 0.1.1.3 + # https://github.com/fpco/stackage/issues/2246 + - blaze-html < 0.9 + - blaze-markup < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From 489fe5a3aef7949b5e31039fd5fc3ad8dcddddc7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:49:27 -0600 Subject: [PATCH 0621/3109] Re-enable envy Bounds problem fixed by https://github.com/dmjio/envy/pull/7. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..1b8ee632 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: - once "David Johnson @dmjio": - # - envy # bounds: GHC 8 + - envy - s3-signer - google-translate - hackernews From d2bd393f95f9d9f072a917ccd143202908e33d35 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 30 Jan 2017 16:51:46 -0600 Subject: [PATCH 0622/3109] Add postgresql-simple-migration https://github.com/ameingast/postgresql-simple-migration/issues/11 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..eef987ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,6 +1396,7 @@ packages: - lackey - octane - overloaded-records # Maintained by @trskop. + - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - rattletrap From 6e189ed5b7b341b96933559430323be9d62a5a4d Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 30 Jan 2017 21:25:52 -0500 Subject: [PATCH 0623/3109] Add mintty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbf95d7b..dbe1e62c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1730,6 +1730,7 @@ packages: - invariant - keycode - lift-generics + - mintty - mtl-compat - proxied - text-show From e7ea27f45a2303674c291dd870ae57578709b096 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:43:33 +0100 Subject: [PATCH 0624/3109] Upper bound for #2251 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe1e62c..8abf50a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,6 +2791,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/fpco/stackage/issues/2251 + - sbv < 5.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c652ed7c101c93c3e5587b865132ee9401a0dcb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 31 Jan 2017 16:47:26 +0100 Subject: [PATCH 0625/3109] Remove upper bounds and close #2245 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8abf50a3..e25b6e8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2784,9 +2784,6 @@ packages: - hspec-discover < 2.4 - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2245 - - skylighting < 0.1.1.3 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 From e4dc89979cfba0c2472242606a1fb07aefc235f2 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Tue, 31 Jan 2017 17:04:40 +0100 Subject: [PATCH 0626/3109] Update build-constraints.yaml --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e25b6e8a..9af93ae3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,6 +874,8 @@ packages: - superbuffer - timespan - distance + - async-extra + - format-numbers "Joey Eremondi @JoeyEremondi": - aeson-pretty From a8e524fd5c91a4e78a9f333f1014f7a752bf6cf2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 31 Jan 2017 22:09:58 +0200 Subject: [PATCH 0627/3109] Add cabal-doctest --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9af93ae3..b8261db1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1057,6 +1057,7 @@ packages: - aeson-extra - binary-orphans - binary-tagged + - cabal-doctest - edit-distance - generics-sop-lens - github From 9f29fd967dd253bffb916ae1eea08b38b1468a9c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Feb 2017 08:06:27 +0200 Subject: [PATCH 0628/3109] Revert "Temporary block haskell-tools/haskell-tools#257" This reverts commit 1d3a0facc7e444d3f6ca54b257467ded95d51eb3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27af3606..3a823456 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2704,7 +2704,7 @@ packages: - haskell-tools-demo - haskell-tools-cli - haskell-tools-daemon - # - haskell-tools-debug # https://github.com/haskell-tools/haskell-tools/issues/257 + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation From afa9afb79d07cac082848c6642eb316ac6fa9613 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 1 Feb 2017 07:59:44 +0100 Subject: [PATCH 0629/3109] Add threepenny-gui to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..7a3a1f20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Simon Jakobi @sjakobi": + - threepenny-gui + "Joe M @joe9": - logger-thread - text-generic-pretty From 4b077ed660bc3b7e368595175dc1735d3928f0c0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 09:55:25 +0100 Subject: [PATCH 0630/3109] Upper bound for #2256 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823456..2379cbe3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2794,6 +2794,9 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 + # https://github.com/fpco/stackage/issues/2256 + - elm-export < 0.6.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 677907536679fa481de6b75d8c3e7f2f4f951932 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 13:59:32 +0100 Subject: [PATCH 0631/3109] Upper bounds for #2257 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2379cbe3..f317caaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,6 +2797,12 @@ packages: # https://github.com/fpco/stackage/issues/2256 - elm-export < 0.6.0.1 + # https://github.com/fpco/stackage/issues/2257 + - servant < 0.10 + - servant-client < 0.10 + - servant-docs < 0.10 + - servant-server < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 5043a84e0cafa3f9cfb7f3d8100b1ba858dcf5c3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 14:22:21 +0100 Subject: [PATCH 0632/3109] Hide rerebase due to base module conflicts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f317caaf..eb4d89d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3457,6 +3457,7 @@ hide: - newtype-generics # conflicts with Control.Newtype in newtype - objective # conflicts with Control.Object in natural-transformation - binary-ieee754 # conflicts with data-binary-ieee754 +- rerebase # conflicts with base # Cryptonite deprecations - cipher-aes From 6c112b7158e73592517e2af0a04b21af6c11587b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:47:49 +0100 Subject: [PATCH 0633/3109] servant-swagger, servant-mock upper bounds for #2257 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb4d89d6..aa6d6555 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,6 +2802,8 @@ packages: - servant-client < 0.10 - servant-docs < 0.10 - servant-server < 0.10 + - servant-swagger < 1.1.2.1 + - servant-mock < 0.8.1.2 # end of packages From 166dc5d0ba796f279fb6c3dfe37a1206a4eb65b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:48:16 +0100 Subject: [PATCH 0634/3109] megaparsec upper bound for #2259 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6d6555..87815ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2805,6 +2805,9 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + # https://github.com/fpco/stackage/issues/2259 + - megaparsec < 5.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 209fffd4a90aefa96a6c04f3827c67f35f219e0f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 1 Feb 2017 21:49:54 +0100 Subject: [PATCH 0635/3109] hoauth2 upper bound for #2177 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87815ce9..d839e240 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2773,6 +2773,7 @@ packages: # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 + - hoauth2 < 0.5.8 # https://github.com/fpco/stackage/issues/2180 - MonadRandom < 0.5 From be4e1a24aadb993d8f27f1b92f43fd1efcb08a2f Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 1 Feb 2017 20:34:27 -0500 Subject: [PATCH 0636/3109] Unblock dylex/invertible#1 with 0.2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From 7aa36e007f08790eb0e1cfb76ba2cd8b02d5d1b8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 07:32:55 +0200 Subject: [PATCH 0637/3109] Revert "Temporary block dylex/invertible#1" This reverts commit 239f4bf91ef65458a71c4b5ee522696b4823dc6d. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aaadabbb..956866f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2720,7 +2720,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # BLOCKED broken test case https://github.com/dylex/invertible/issues/1 + - invertible - ztail "Louis Pan @louispan": From ccf3b25a800f5a60c655d0c03a29b69cd8e2e9d2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 2 Feb 2017 08:54:01 +0200 Subject: [PATCH 0638/3109] Add myself as haskell-servant maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..4c04dafb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3377,6 +3377,7 @@ github-users: haskell-compat: - RyanGlScott haskell-servant: + - phadej - jkarni - SoenkeHahn vivid: From fdce63e899dd2c78808fdc56295d673a4367943c Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Wed, 1 Feb 2017 23:08:36 -0800 Subject: [PATCH 0639/3109] Add witness, open-witness --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab5a5865..b4a0d127 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2499,6 +2499,8 @@ packages: "Ashley Yakeley @AshleyYakeley": - countable + - witness + - open-witness "Victor Denisov @VictorDenisov": - mongoDB From 87e7eafc742a183378088d67f1cc59346d31d433 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Feb 2017 11:15:10 +0000 Subject: [PATCH 0640/3109] Remove upper bounds for #2259. Closes #2259. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956866f0..b6848ee8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,9 +2809,6 @@ packages: - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 - # https://github.com/fpco/stackage/issues/2259 - - megaparsec < 5.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From d80a05f338d1d82a5d64ab6fbf0d98200a463228 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 2 Feb 2017 12:01:53 +0000 Subject: [PATCH 0641/3109] Add labels package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6848ee8..cba23b19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,6 +288,7 @@ packages: - xenstore "Chris Done @chrisdone": + - labels - ace - ical - check-email From fe8434809843dd098f99aef70709cc27f4700404 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Feb 2017 18:03:21 +0200 Subject: [PATCH 0642/3109] Revert "Expect test failure khibino/haskell-relational-record#51" This reverts commit 6fd4d09f3ab3c5f5a40dfbcaf1ab83512d203e2f. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cba23b19..79563cbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,8 +3201,6 @@ expected-test-failures: - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - relational-query # https://github.com/khibino/haskell-relational-record/issues/51 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 From 007773644d96cc4928f2f8c475062ebd00152e73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 19:38:41 +0100 Subject: [PATCH 0643/3109] Remove upper bound and close #2256 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 498ef490..72759dcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,9 +2799,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2256 - - elm-export < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2257 - servant < 0.10 - servant-client < 0.10 From 2cc97c133e84714eeae0cfbfcc737604d7c2e1e9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 20:55:56 +0100 Subject: [PATCH 0644/3109] Expect postgresql-simple-migration tests to fail since it requires a running postgres --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eca6dbff..29a1c176 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,6 +3098,7 @@ expected-test-failures: - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL + - postgresql-simple-migration - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb From fc6a0f997ed68b3dec88b419b01399d270991aef Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:03:49 +0100 Subject: [PATCH 0645/3109] Organize expected test failures --- build-constraints.yaml | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29a1c176..e6d511b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3139,6 +3139,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3150,6 +3151,8 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3164,6 +3167,11 @@ expected-test-failures: - 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 - Spock-core # https://github.com/agrafix/Spock/issues/102 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - commutative # https://github.com/athanclark/commutative/issues/4 + - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - folds # https://github.com/ekmett/folds/issues/12 + - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3171,7 +3179,7 @@ expected-test-failures: - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed - - hindent # 4.6.4 + # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3184,33 +3192,15 @@ expected-test-failures: - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - - snap-core # https://github.com/snapframework/snap-core/issues/26 - - - hackernews # https://github.com/dmjio/hackernews/issues/19 - - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - - commutative # https://github.com/athanclark/commutative/issues/4 - - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - - - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - - folds # https://github.com/ekmett/folds/issues/12 - - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - # Doctests require hidden Glob package - multiset - makefile - - rattletrap # https://github.com/fpco/stackage/issues/2232 + - snap-core # https://github.com/snapframework/snap-core/issues/26 + + - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9470dc2fd9caecfa1b579cf9ddc0c0d3451f3d53 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:05:04 +0100 Subject: [PATCH 0646/3109] Sort expected test failures --- build-constraints.yaml | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6d511b4..18ae300c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3048,15 +3048,14 @@ expected-test-failures: # expected-tests unless we know a fix has been released. - cabal-helper - generic-random - - lens - graphviz + - lens - punycode - zip # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix # has been released. - - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 @@ -3080,9 +3079,9 @@ expected-test-failures: - gitson # 0.5.2 error with git executable https://github.com/myfreeweb/gitson/issues/1 - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB + - haskell-neo4j-client # neo4j with auth disabled - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - - haskell-neo4j-client # neo4j with auth disabled - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -3095,15 +3094,16 @@ expected-test-failures: - memcached-binary # memcached - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL + - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p - opaleye # PostgreSQL - - postgresql-simple-migration - - postgresql-typed # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb - postgresql-query # PostgreSQL - postgresql-simple # PostgreSQL + - postgresql-simple-migration + - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - rethinkdb @@ -3132,14 +3132,14 @@ expected-test-failures: - angel # https://github.com/MichaelXavier/Angel/issues/43 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3147,36 +3147,31 @@ expected-test-failures: - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 + - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer + - Spock-core # https://github.com/agrafix/Spock/issues/102 + - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer + - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 + - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 - tries # https://github.com/athanclark/tries/issues/2 + - 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 - - Spock-core # https://github.com/agrafix/Spock/issues/102 - - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - commutative # https://github.com/athanclark/commutative/issues/4 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - folds # https://github.com/ekmett/folds/issues/12 - - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - # Misc. - - distributed-process-supervisor # # https://github.com/haskell-d - - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - - haskell-docs # GHC bug # Stackage upper bounds, re-enable these when their upper bound is removed @@ -3196,11 +3191,14 @@ expected-test-failures: - multiset - makefile + # Misc. + - distributed-process-supervisor # # https://github.com/haskell-d + - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 + - haskell-docs # GHC bug + - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - snap-core # https://github.com/snapframework/snap-core/issues/26 - - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 9d7815f09da47ba2ee43ca579a1db3d5052c4baa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:06:25 +0100 Subject: [PATCH 0647/3109] Skip http2 benchmarks due to OOM #2232 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ae300c..d3738c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,6 +3294,7 @@ skipped-benchmarks: - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 + - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks From 99fa3ad6250d1d66b0fff253fe0f524b3bfa35de Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 3 Feb 2017 10:02:02 +0000 Subject: [PATCH 0648/3109] Add git and cryptonite-openssl --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..e085ebb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -273,8 +273,10 @@ packages: - cryptocipher - cryptohash - cryptonite + - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - git - hit - memory - language-java From 15352af5430a3782cff802ee36c5635b925fe72d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 3 Feb 2017 11:14:04 +0100 Subject: [PATCH 0649/3109] servant-foreign upper bound for #2257 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3738c9b..c27739e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2809,6 +2809,7 @@ packages: - servant-server < 0.10 - servant-swagger < 1.1.2.1 - servant-mock < 0.8.1.2 + - servant-foreign < 0.10 # end of packages From 19e1b0d83d6f7af5ab547961911e4d2a582089b2 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 3 Feb 2017 23:54:56 -0500 Subject: [PATCH 0650/3109] Add monad-metrics under Matt Parsons --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..0a09da90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,6 +1750,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix + - monad-metrics "Matthew Pickering @mpickering": - refact From ace68ee22621b137cc7616d363bab7c266ba70b3 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sat, 4 Feb 2017 17:28:56 +0100 Subject: [PATCH 0651/3109] Add Gradle to the environment. Reenable sparkle. sparkle requires GHC 8.0.2 to build, due to a bug in GHC 8.0.1. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..df6779c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1587,7 +1587,7 @@ packages: - inline-r - jni - jvm - # - sparkle # build failure, requires gradle + - sparkle - th-lift "Christopher Reichert @creichert": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 52c265bb..314fde50 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -43,6 +43,7 @@ apt-get install -y \ curl \ freeglut3-dev \ git \ + gradle \ libadns1-dev \ libaio1 \ libalut-dev \ From 8192cec75bbabfbbf257f7886f684f8ff8315d91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 4 Feb 2017 17:35:36 +0100 Subject: [PATCH 0652/3109] Re-enable Spock-core tests, and add issue rof for http2 benchmarks --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c27739e2..7704091d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3157,7 +3157,6 @@ expected-test-failures: # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer - - Spock-core # https://github.com/agrafix/Spock/issues/102 - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - folds # https://github.com/ekmett/folds/issues/12 @@ -3290,12 +3289,12 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 - - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks @@ -3415,7 +3414,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- Spock-core-0.11.0.0 # testsuite fail - vivid-0.2.0.5 # compilation failure # Packages which should be hidden after registering, to avoid module name From c214bd8521fce7f1d101ff15e3aedd54265b2b6a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 5 Feb 2017 00:25:48 +0100 Subject: [PATCH 0653/3109] upper bound for #2268 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..422db0b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2268 + - text-zipper < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 859b4b854e3d75834e479cebaef6f4f02192607f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 13:51:50 +0100 Subject: [PATCH 0654/3109] Remove upper bound for #2268. Closes #2268. This reverts commit c214bd8521fce7f1d101ff15e3aedd54265b2b6a. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422db0b9..0db7d2df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,9 +2814,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2268 - - text-zipper < 0.10 - # end of packages # Package flags are applied to individual packages, and override the values of From cabaceda31fb9e375477872592f602bf39ab54bc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 14:05:55 +0100 Subject: [PATCH 0655/3109] Add upper bound for #2269. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db7d2df..3a2674ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,6 +2814,9 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 + # https://github.com/fpco/stackage/issues/2269 + - scalpel < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From cd4640c0a543586ec51cce199addb19daf5e4de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sini=C5=A1a=20Bi=C4=91in?= Date: Sun, 5 Feb 2017 14:22:22 +0100 Subject: [PATCH 0656/3109] Add sdl2-image, sdl2-mixer, sdl2-gfx (#2264) * Add sdl2-image, sdl2-mixer and sdl2-gfx. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a2674ca..dcc6de40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,6 +2741,11 @@ packages: - pipes-misc - stm-extras + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx + # 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 From c11cd14a8dd279620327a3cd2281b25309a0683f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:45:42 +0100 Subject: [PATCH 0657/3109] Disable the new sdl2-* packages. https://github.com/sbidin/sdl2-mixer/issues/2 https://github.com/sbidin/sdl2-gfx/issues/1 https://github.com/sbidin/sdl2-image/issues/4 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcc6de40..e2fc9210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2742,9 +2742,9 @@ packages: - stm-extras "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 + # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 + # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 83040d286cab802d45a6a7dd09578c850a0cbb20 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 19:50:31 +0100 Subject: [PATCH 0658/3109] Fix bad YAML syntax. Can't have empty block. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2fc9210..6a4fb880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,7 +2741,7 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": + # "Siniša Biđin @sbidin": # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 From 1403ba2572bda06b247090d5fbc85f56a639f98e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:54:55 +0100 Subject: [PATCH 0659/3109] Disable sparkle. https://github.com/tweag/sparkle/issues/92 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a4fb880..ec6bf5b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/92 - th-lift "Christopher Reichert @creichert": From 88ba1776a79003424cc3dd2af846d84ddecafb3e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Feb 2017 21:58:30 +0100 Subject: [PATCH 0660/3109] Disable Git. Failing test case and is a new package. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec6bf5b4..5d98a5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - - git + # - git # https://github.com/vincenthz/hit/issues/36 - hit - memory - language-java From bc1b87cdffda68a568dabc5676275e5355eff50f Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Sun, 5 Feb 2017 18:57:14 -0800 Subject: [PATCH 0661/3109] Changed my username. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..237a94de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2659,7 +2659,7 @@ packages: - mathexpr - sibe - "Alexis Williams @sasinestro": + "Alexis Williams @typedrat": - stb-image-redux - wavefront-obj From a5e43521bf50fb56122fb20499c782bafa0aed30 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 6 Feb 2017 09:57:27 +0100 Subject: [PATCH 0662/3109] Reenable sparkle. (#2271) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d98a5f2..e1b959ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/92 + - sparkle - th-lift "Christopher Reichert @creichert": From 50a89ebd5e7e420ed07c1c5f79424f3992fb9985 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:05:44 +0100 Subject: [PATCH 0663/3109] Add missing dependency for sdl2-* packages. --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 314fde50..273d959e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -93,6 +93,7 @@ apt-get install -y \ libpcap0.8-dev \ libpq-dev \ libsdl2-dev \ + libsdl2-mixer-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 7b5f6a5e0832a61b6ae6c96c97ab5d339879876c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:10:29 +0100 Subject: [PATCH 0664/3109] Fix repository URL. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1b959ec..966a383f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -276,7 +276,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hit/issues/36 + # - git # https://github.com/vincenthz/hs-git/issues/5 - hit - memory - language-java From b691ec1153fbd8ed35e2c2fad0936056ccd590d0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 10:11:14 +0100 Subject: [PATCH 0665/3109] Re-enable sdl2-* packages. Added external dependency in 50a89ebd5e7e420ed07c1c5f79424f3992fb9985. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 966a383f..8c7c5fee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,10 @@ packages: - pipes-misc - stm-extras - # "Siniša Biđin @sbidin": - # - sdl2-image # https://github.com/sbidin/sdl2-image/issues/4 - # - sdl2-mixer # https://github.com/sbidin/sdl2-mixer/issues/2 - # - sdl2-gfx # https://github.com/sbidin/sdl2-gfx/issues/1 + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a2b809329d13f155c95a1c1a7e1be03b6c5c70de Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 12:18:06 +0100 Subject: [PATCH 0666/3109] Add other missing sdl2-* package dependencies. https://github.com/sbidin/sdl2-image/issues/4#issuecomment-277645979 --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 273d959e..93d04aff 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -94,6 +94,8 @@ apt-get install -y \ libpq-dev \ libsdl2-dev \ libsdl2-mixer-dev \ + libsdl2-image-dev \ + libsdl2-gfx-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From e3f99503b98721cf06802608558f75c84a7a13a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:04:32 -0800 Subject: [PATCH 0667/3109] Re-disable sdl2-* packages per #2273 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ef9dc45..1c034aa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2741,10 +2741,11 @@ packages: - pipes-misc - stm-extras - "Siniša Biđin @sbidin": - - sdl2-image - - sdl2-mixer - - sdl2-gfx + # https://github.com/fpco/stackage/issues/2273 + # "Siniša Biđin @sbidin": + # - sdl2-image + # - sdl2-mixer + # - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c943b47ee34278104faeaee7cdb97a891640117f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 6 Feb 2017 13:21:24 -0800 Subject: [PATCH 0668/3109] Redisable sparkle per #2274 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c034aa0..33ee54de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1589,7 +1589,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/fpco/stackage/issues/2274 - th-lift "Christopher Reichert @creichert": From 170301f59655ba66f0cdb8e743e2da4b3dc63549 Mon Sep 17 00:00:00 2001 From: Nikita Tchayka Date: Mon, 6 Feb 2017 21:24:37 +0000 Subject: [PATCH 0669/3109] Add ramus --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..3830f573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nikita Tchayka @nickseagull": + - ramus + "Simon Jakobi @sjakobi": - threepenny-gui From bdaf428adee70fbecd567e03b97b333a7418682a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 6 Feb 2017 22:38:02 +0100 Subject: [PATCH 0670/3109] Add link. Clarify docs on getting a DockerHub build. --- CURATORS.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 4548b988..b27f0503 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -23,8 +23,10 @@ process works: The typical story on pull requests is: If Travis accepts it and the author only added packages under his/her own name, merge it. If the -build later fails (see "Adding Debian packages for required system tools or libraries"), -then block the package until it's fixed. +build later fails (see [Adding Debian packages]), then block the +package until it's fixed. + +[Adding Debian packages]: https://github.com/fpco/stackage/blob/master/CURATORS.md#adding-debian-packages-for-required-system-tools-or-libraries If benchmarks, haddocks, or test suites fails at this point we typically also block the package until these issues are fixed. This in @@ -177,8 +179,14 @@ the maintainers of those packages. ### Adding Debian packages for required system tools or libraries Additional (non-Haskell) system libraries or tools should be added to `stackage/debian-bootstrap.sh`. -Committing the changes to a branch should trigger a DockerHub. Normally only the `nightly` branch needs to be updated -since new packages are not added to the current lts release. +After you've committed those changes, merging them into the `nightly` branch should +trigger a DockerHub build. Simply run: + +```bash + $ git checkout nightly + $ git merge master + $ git push +``` Use [Ubuntu Package content search](http://packages.ubuntu.com/) to determine which package provides particular dev files (it defaults to xenial which is the version used to build Nightly). From 95aeb4052ab9a234e17e1357f80d2611f5c62112 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Mon, 6 Feb 2017 19:06:04 -0800 Subject: [PATCH 0671/3109] Add scalpel-core This is the first step required to allow wikicfp-scraper to depend on scalpel v0.5.0 in #2269. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ee54de..b743a96b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1426,6 +1426,7 @@ packages: - prometheus-client - prometheus-metrics-ghc - scalpel + - scalpel-core - wai-middleware-prometheus "William Casarin @jb55": From ac5e42d7977ab657c1fb5ca4e761ad32c596f218 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:19:21 -0800 Subject: [PATCH 0672/3109] Expect ramus tests to fail per #2277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4653006f..e32becf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3179,6 +3179,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From bcb44635df0e6c2458be11494b73d7a935b67bc3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:25 -0800 Subject: [PATCH 0673/3109] Revert "Redisable sparkle per #2274" This reverts commit c943b47ee34278104faeaee7cdb97a891640117f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e32becf5..cbfe6773 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1593,7 +1593,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/fpco/stackage/issues/2274 + - sparkle - th-lift "Christopher Reichert @creichert": From 47b3028e54c01a5ef762b25f20f184409be9f2b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 10:20:42 -0800 Subject: [PATCH 0674/3109] Revert "Re-disable sdl2-* packages per #2273" This reverts commit e3f99503b98721cf06802608558f75c84a7a13a9. --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbfe6773..c9fc92e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2745,11 +2745,10 @@ packages: - pipes-misc - stm-extras - # https://github.com/fpco/stackage/issues/2273 - # "Siniša Biđin @sbidin": - # - sdl2-image - # - sdl2-mixer - # - sdl2-gfx + "Siniša Biđin @sbidin": + - sdl2-image + - sdl2-mixer + - sdl2-gfx # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From cd09a533b7c29ead57ccb6730623f07ff1e56b61 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 7 Feb 2017 15:12:50 -0800 Subject: [PATCH 0675/3109] Revert "Expect ramus tests to fail per #2277" This reverts commit ac5e42d7977ab657c1fb5ca4e761ad32c596f218. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9fc92e2..8c92c278 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3178,7 +3178,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - ramus # https://github.com/fpco/stackage/issues/2277 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 2653151b4b24e9def7f6d584bc8a985809f190b5 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Wed, 8 Feb 2017 17:46:27 +0900 Subject: [PATCH 0676/3109] Add the xml-html-qq package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..9a81093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1865,6 +1865,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - xml-html-qq - yahoo-finance-api "Franklin Chen @FranklinChen": From cddc6dbf5cb4bd4fd9e6a4301a1478844bf434fc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Feb 2017 14:22:44 +0100 Subject: [PATCH 0677/3109] Re-enable cases' tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..3acbeb34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2979,7 +2979,6 @@ skipped-tests: - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - bytestring-handle # QuickCheck 2.9 - - cases # https://github.com/nikita-volkov/cases/pull/3 - chell # options & via chell-quickcheck - clay # hspec 2.3 - ed25519 # QuickCheck 2.9 From 5b919096b2207f0d77cdbd81e16433f248101d54 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 8 Feb 2017 10:05:06 -0800 Subject: [PATCH 0678/3109] Add constraint "Earley < 0.12.0.0" per #2281 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c92c278..867dbe8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2826,6 +2826,9 @@ packages: # https://github.com/fpco/stackage/issues/2269 - scalpel < 0.5 + # https://github.com/fpco/stackage/issues/2281 + - Earley < 0.12.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 1605b4be6c3690fbadd1b3a1a1d440503c73b5a9 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Wed, 8 Feb 2017 21:27:28 +0100 Subject: [PATCH 0679/3109] add highjson package family --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1510808c..74ee6226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -885,6 +885,9 @@ packages: - distance - async-extra - format-numbers + - highjson + - highjson-swagger + - highjson-th "Joey Eremondi @JoeyEremondi": - aeson-pretty From e7129ba34eb720bb0afb339e99207bbec81916b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:28:16 -0800 Subject: [PATCH 0680/3109] Disable stackage-curator per #2283 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74ee6226..6717707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -114,7 +114,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 - stm-conduit - wai-websockets - warp-tls From 9597971cec66f58aae0184bda2f571d4bedb7a51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 17:33:02 -0800 Subject: [PATCH 0681/3109] Remove constraint "scalpel < 0.5", closes #2269 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6717707c..a23f1d27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2827,9 +2827,6 @@ packages: - servant-mock < 0.8.1.2 - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2269 - - scalpel < 0.5 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From f1b5850f58e70855c597e21dafdcab91050d31a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 18:51:12 -0800 Subject: [PATCH 0682/3109] Disable vivid, unconstrain MonadRandom, closes #2180 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a23f1d27..86853fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2433,7 +2433,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - - vivid + # - vivid # bounds: MonadRandom # - midair # bounds: ghc, base - nano-erl @@ -2798,9 +2798,6 @@ packages: - aeson < 1.1.0.0 - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2180 - - MonadRandom < 0.5 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 @@ -3432,7 +3429,7 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 -- vivid-0.2.0.5 # compilation failure +- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4677e7d863fff9a382ba051ea48cf601b8c369cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 19:07:20 -0800 Subject: [PATCH 0683/3109] Unconstrain hspec-*, closes #2229 --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86853fe8..fd83b4d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,12 +2802,6 @@ packages: - vector < 0.12.0.0 - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2229 - - hspec < 2.4 - - hspec-core < 2.4 - - hspec-discover < 2.4 - - hspec-smallcheck < 0.4.2 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -2979,18 +2973,24 @@ skipped-tests: # # Other outdated dependencies - Cabal # QuickCheck 2.9 - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 + - bloodhound # hspec 2.4 - bytestring-handle # QuickCheck 2.9 - chell # options & via chell-quickcheck - clay # hspec 2.3 + - drawille # hspec 2.4 - ed25519 # QuickCheck 2.9 + - envy # hspec 2.4 - fgl # hspec 2.3 - fgl-arbitrary # hspec 2.3 - hasql # QuickCheck 2.9 - 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 + - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 From adacd811cafb4cc2472a7cea81dbbc07ff86d4a3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:17:03 -0800 Subject: [PATCH 0684/3109] Disable hspec-jenkins per worksap-ate/hspec-jenkins#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd83b4d3..bef67c85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -494,7 +494,7 @@ packages: # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - - hspec-jenkins + # - hspec-jenkins # hspec 2.4.1 # https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition From bcc43b49c6444317820249d72dff68f477c377a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:23:14 -0800 Subject: [PATCH 0685/3109] Disable random-tree and diversity per #2180 (MonadRandom) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bef67c85..81e7182d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - - diversity + # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 - modify-fasta - tree-fun - - random-tree + # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From e5e9bb96fd0454323292daa230b721b245f76890 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 9 Feb 2017 20:37:19 -0800 Subject: [PATCH 0686/3109] Disable hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81e7182d..60acce88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2985,6 +2985,8 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 + - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 + - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -2992,6 +2994,7 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 + - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3430,6 +3433,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 507d1651317b09d1de7679405472963c877eb3aa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 09:08:07 -0800 Subject: [PATCH 0687/3109] Unskip optparse-applicative tests per release --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60acce88..3021d39b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3025,8 +3025,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - - optparse-applicative # https://github.com/pcapriotti/optparse-applicative/issues/228 - # BLOCKED shelly GHC 8.0.2 - c2hs @@ -3431,7 +3429,6 @@ tell-me-when-its-released: - wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite -- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 From daf9472395c6af20cbe01ac74a7fa8a2d6566c8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 10:22:15 -0800 Subject: [PATCH 0688/3109] Revert "Disable random-tree and diversity per #2180 (MonadRandom)" This reverts commit bcc43b49c6444317820249d72dff68f477c377a9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3021d39b..4e51e28e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1975,10 +1975,10 @@ packages: "Gregory W. Schwartz @GregorySchwartz": - fasta - # - diversity # build failure with MonadRandom 0.5 # https://github.com/fpco/stackage/issues/2180 + - diversity - modify-fasta - tree-fun - # - random-tree # build failure with MonadRandom-0.5 # https://github.com/fpco/stackage/issues/2180 + - random-tree - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum From 6cf18e45779ff73ebca024a6e9427b42b9f3119c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2017 19:14:54 -0800 Subject: [PATCH 0689/3109] Remove constraint "X11 < 1.7", closes #2136 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e51e28e..c14da91b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,9 +2791,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2136 - - X11 < 1.7 - # https://github.com/fpco/stackage/issues/2177 - aeson < 1.1.0.0 - hoauth2 < 0.5.8 From 09168f3963b749889e8cf2baa2e6869bf87e05be Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:00:06 -0800 Subject: [PATCH 0690/3109] Lift constraints on aeson, closes #2177 --- build-constraints.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c14da91b..b7e3a9d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,8 +1861,8 @@ packages: - emailaddress - envelope - from-sum - - hailgun - - hailgun-simple + # - hailgun # bounds: aeson + # - hailgun-simple # via hailgun # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans @@ -2083,7 +2083,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # bounds: aeson - airship "Yuras Shumovich @Yuras": @@ -2458,7 +2458,8 @@ packages: - stratosphere "Alexey Rodiontsev @klappvisor": - - telegram-api + [] + # - telegram-api # bounds: aeson "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2566,7 +2567,8 @@ packages: - language-fortran "Philipp Schuster @phischu": - - haskell-names + [] + # - haskell-names # bounds: aeson "Shao Cheng @TerrorJack": - simple-download @@ -2791,10 +2793,6 @@ packages: # https://github.com/fpco/stackage/issues/2032 - datasets < 0.2.2 - # https://github.com/fpco/stackage/issues/2177 - - aeson < 1.1.0.0 - - hoauth2 < 0.5.8 - # https://github.com/fpco/stackage/issues/2194 - vector < 0.12.0.0 - primitive < 0.6.2.0 From a47a12928c297abc7f19501c6396b7150d711242 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 19:09:06 -0800 Subject: [PATCH 0691/3109] Lift constraints on servant, closes #2257 --- build-constraints.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7e3a9d3..db6f4d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - - servant-aeson-specs + # - servant-aeson-specs # bounds: servant "Winter Land @winterland1989": - if @@ -84,8 +84,8 @@ packages: "David Johnson @dmjio": - envy - s3-signer - - google-translate - - hackernews + # - google-translate # bounds: servant + # - hackernews # bounds: servant # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams @@ -2459,7 +2459,7 @@ packages: "Alexey Rodiontsev @klappvisor": [] - # - telegram-api # bounds: aeson + # - telegram-api # bounds: aeson, servant "Iñaki García Etxebarria @garetxe": - gi-atk @@ -2804,15 +2804,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2257 - - servant < 0.10 - - servant-client < 0.10 - - servant-docs < 0.10 - - servant-server < 0.10 - - servant-swagger < 1.1.2.1 - - servant-mock < 0.8.1.2 - - servant-foreign < 0.10 - # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 From 0a373104c99522bbc3fbd4e8e8712d6e9d996e76 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:43:27 -0800 Subject: [PATCH 0692/3109] Lift constraints on vector, closes #2194 --- build-constraints.yaml | 373 ++++++++++++++++++++++++++++++----------- 1 file changed, 277 insertions(+), 96 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db6f4d4d..6d3ab3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty + # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector "Li-yao Xia @Lysxia": - generic-random @@ -146,13 +146,13 @@ packages: - async - base16-bytestring - c2hs - - cassava + # - cassava # bounds: vector - csv-conduit - executable-hash - executable-path - foreign-store - formatting - - gtk2hs-buildtools + # - gtk2hs-buildtools # via hashtables: bounds: vector - happy - hybrid-vectors - indents @@ -261,7 +261,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable + # - large-hashable # via safecopy: bounds: vector "Bart Massey @BartMassey": - parseargs @@ -303,7 +303,7 @@ packages: - hostname-validate - ini - lucid - - osdkeys + # - osdkeys # via libnotify: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -320,13 +320,13 @@ packages: # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - - RefSerialize - - TCache - - Workflow - - MFlow + # - RefSerialize # via hashtables: bounds: vector + # - TCache # via hashtables: bounds: vector + # - Workflow # via RefSerialize: via hashtables: bounds: vector + # - MFlow # via RefSerialize: via hashtables: bounds: vector - transient - - transient-universe - - ghcjs-hplay + # - transient-universe # via TCache: via hashtables: bounds: vector + # - ghcjs-hplay # via transient-universe: via TCache: via hashtables: bounds: vector "Edward Kmett @ekmett": - ad @@ -361,8 +361,8 @@ packages: - lca - lens - linear - - linear-accelerate - - log-domain + # - linear-accelerate # via accelerate: via hashtables: bounds: vector + # - log-domain # via safecopy: bounds: vector - machines - monadic-arrays - monad-products @@ -425,10 +425,10 @@ packages: - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo + # - diagrams-cairo # bounds: vector - diagrams-contrib - diagrams-core - - diagrams-gtk + # - diagrams-gtk # via diagrams-cairo: bounds: vector - diagrams-lib - diagrams-postscript - diagrams-rasterific @@ -460,7 +460,7 @@ packages: # - mangopay # compilation failure against aeson - nonce - serversession - - serversession-backend-acid-state + # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite # - serversession-backend-redis # bounds: hedis # - serversession-frontend-snap # bounds: snap, snap-core @@ -480,7 +480,8 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - - accelerate + [] + # - accelerate # via hashtables: bounds: vector "Liam O'Connor @liamoc": [] @@ -538,7 +539,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": @@ -589,19 +590,22 @@ packages: - hPDB - hPDB-examples # - homplexity # BLOCKED directory 1.3 - - wordpass + # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - posix-realtime "Dom De Re @domdere": - - cassava-conduit + [] + # - cassava-conduit # via cassava: bounds: vector "Dominic Steinitz @idontgetoutmuch": + [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - - random-fu + # - random-fu # via log-domain: via safecopy: bounds: vector "Ben Gamari @bgamari": - - vector-fftw + [] + # - vector-fftw # bounds: vector "Roman Cheplyaka @feuerbach": - action-permutations @@ -641,7 +645,7 @@ packages: - arbtt - ghc-heap-view - tttool - - gipeda + # - gipeda # via cassava: bounds: vector - list-fusion-probe - haskell-spacegoo - tasty-expected-failure @@ -652,11 +656,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - - hOpenPGP + # - hOpenPGP # via ixset-typed: via safecopy: bounds: vector - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector - opensource "Joey Hess @joeyh": @@ -672,9 +676,9 @@ packages: - versions - vectortiles - pipes-random - - repa - - repa-io - - repa-algorithms + # - repa # bounds: vector + # - repa-io # bounds: vector + # - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -699,7 +703,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - - RNAlien + # - RNAlien # via cassava: bounds: vector - Taxonomy # - TaxonomyTools # build failure - ViennaRNAParser @@ -730,11 +734,11 @@ packages: "Simon Michael @simonmichael": - darcs - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - hledger-api + # - hledger # via hledger-lib: via hashtables: bounds: vector + # - hledger-lib # via hashtables: bounds: vector + # - hledger-ui # via hledger-lib: via hashtables: bounds: vector + # - hledger-web # via hledger-lib: via hashtables: bounds: vector + # - hledger-api # via hledger-lib: via hashtables: bounds: vector # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -752,7 +756,7 @@ packages: # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront + # - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -832,7 +836,7 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo + # - Chart-cairo # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -847,7 +851,7 @@ packages: - base-prelude - cases - focus - - hasql + # - hasql # via hashtables: bounds: vector - list-t - mtl-prelude - neat-interpolation @@ -933,7 +937,7 @@ packages: - servant-blaze - servant-foreign - servant-mock - - servant-cassava + # - servant-cassava # via cassava: bounds: vector "Alexandr Ruchkin @mvoidex": # - hdocs # BLOCKED haddock-api GHC 8.0.2 @@ -970,15 +974,15 @@ packages: - hslua # - idris # bounds: safe - - cairo - - gio - - glib - - gtk - - gtk3 - - gtksourceview3 - - pango - - webkitgtk3 - - webkitgtk3-javascriptcore + # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector + # - glib # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - gtksourceview3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - pango # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector + # - webkitgtk3-javascriptcore # via gtk2hs-buildtools: via hashtables: bounds: vector - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1090,9 +1094,9 @@ packages: - waitra # scrive/log - - log + # - log # via bloodhound: bounds: vector - log-base - - log-elasticsearch + # - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer @@ -1362,11 +1366,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot - - plot-gtk - - plot-gtk3 + # - plot # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - plot-gtk3 # via gtk3: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - vector-buffer - - hmatrix-repa + # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": # - xml-to-json # via: hexpat @@ -1440,8 +1444,8 @@ packages: - cased - elm-export - elm-export-persistent - - pipes-csv - - pipes-mongodb + # - pipes-csv # via cassava: bounds: vector + # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - servant-elm - skeletons - streaming-wai @@ -1501,8 +1505,8 @@ packages: - triesn - path-extra # - pred-trie # via poly-arity - - pred-set - - HSet + # - pred-set # via hashtables: bounds: vector + # - HSet # via hashtables: bounds: vector "Fumiaki Kinoshita @fumieval": - boundingboxes @@ -1705,7 +1709,7 @@ packages: - hapistrano - inflections - twitter-feed - - cassava-megaparsec + # - cassava-megaparsec # via cassava: bounds: vector - dotenv - stache @@ -1783,19 +1787,20 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - - Agda + [] + # - Agda # via hashtables: bounds: vector "James Cook @mokus0": - dependent-sum # - dependent-sum-template # bounds: dependent-sum - dependent-map - - dice + # - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - - misfortune + # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - haxl-amazonka - - hasql-migration + # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels "Artyom @neongreen": @@ -1839,8 +1844,9 @@ packages: - storable-record "Brandon Martin @codedmart": + [] # - engine-io-wai # bounds: ghc, base - - rethinkdb + # - rethinkdb # bounds: vector "Michael Walker @barrucadu": - both @@ -1924,7 +1930,7 @@ packages: - smallcaps "Gregory Collins @gregorycollins": - - hashtables + # - hashtables # bounds: vector - io-streams - openssl-streams @@ -1953,7 +1959,7 @@ packages: - cabal2nix - funcmp - hackage-db - - hledger-interest + # - hledger-interest # via hledger-lib: via hashtables: bounds: vector - hopenssl - hsdns - hsemail @@ -1982,7 +1988,7 @@ packages: - clumpiness # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum - - convert-annotation + # - convert-annotation # via cassava: bounds: vector "Simon Marechal @bartavelle": - compactmap @@ -2022,7 +2028,8 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - - plot-gtk-ui + [] + # - plot-gtk-ui # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2189,26 +2196,26 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - clckwrks - - clckwrks-cli - - clckwrks-plugin-page - - clckwrks-plugin-media - - clckwrks-theme-bootstrap + # - 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 + # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector + # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector # - hackage-whatsnew # bounds: directory 1.3 - - happstack-authenticate - - happstack-clientsession + # - happstack-authenticate # via acid-state: via safecopy: bounds: vector + # - happstack-clientsession # via safecopy: bounds: vector - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset + # - ixset # via safecopy: bounds: vector - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid + # - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2331,7 +2338,7 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # - katip-elasticsearch # via bloodhound: bounds: vector "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2357,7 +2364,8 @@ packages: - binary-bits "Nicolas Trangez @NicolasT": - - reedsolomon + [] + # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - taggy @@ -2407,9 +2415,9 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics - - hw-json + # - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - hw-rankselect @@ -2444,8 +2452,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - - wild-bind-indicator - - wild-bind-task-x11 + # - wild-bind-indicator # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + # - wild-bind-task-x11 # via wild-blind-indicator: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Cies Breijs @cies": - htoml @@ -2530,7 +2538,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - - mongoDB + # - mongoDB # via hashtables: bounds: vector - bson "Alexis King @lexi-lambda": @@ -2645,7 +2653,8 @@ packages: - hdbc-mysql "Tony Day @tonyday567": - - chart-unit + [] + # - chart-unit # via random-fu: via log-domain: via safecopy: bounds: vector "Iphigenia Df @iphydf": - data-msgpack @@ -2667,10 +2676,10 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - - sibe + # - sibe # via Chart-cairo: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector "Alexis Williams @typedrat": - - stb-image-redux + # - stb-image-redux # bounds: vector - wavefront-obj "XT @xtendo-org": @@ -2692,7 +2701,8 @@ packages: - rawstring-qm "Tom Nielsen @glutamate": - - datasets + [] + # - datasets # via cassava: bounds: vector "Hyunje Jun @noraesae": - line @@ -2705,10 +2715,12 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - hip + [] + # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # via hledger-lib: via hashtables: bounds: vector "Roy Levien @orome": - crypto-enigma @@ -2790,13 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2032 - - datasets < 0.2.2 - - # https://github.com/fpco/stackage/issues/2194 - - vector < 0.12.0.0 - - primitive < 0.6.2.0 - # https://github.com/fpco/stackage/issues/2246 - blaze-html < 0.9 - blaze-markup < 0.8 @@ -3018,6 +3023,9 @@ skipped-tests: - machines - xmlhtml + # via criterion: via cassava: bounds: vector + - sparse-linear-algebra + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3298,6 +3306,179 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 + # Criterionpocalypse # via criterion: via cassava: bounds: vector + - Earley + - Frames + - IntervalMap + - JuicyPixels-extra + - acid-state + - ad + - arithmoi + - attoparsec + - avers + - binary-list + - binary-parsers + - binary-tagged + - binary-typed + - blake2 + - buffer-builder + - bytestring-conversion + - bytestring-tree-builder + - cacophony + - case-insensitive + - cassava + - cipher-aes128 + - clash-prelude + - clustering + - cmark + - conduit + - conduit-extra + - conduit-iconv + - cprng-aes + - criterion + - cron + - crypto-numbers + - crypto-pubkey + - cryptohash + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + - cryptol + - ctrie + - data-msgpack + - diagrams-lib + - dimensional + - do-list + - ed25519 + - edit-distance + - effect-handlers + - euphoria + - farmhash + - fast-builder + - fast-digits + - fclabels + - foldl + - foldl-statistics + - gitson + - glob-posix + - graphviz + - grouped-list + - hOpenPGP + - hashable + - haskell-tools-cli + - hasql + - highjson + - hindent + - hip + - histogram-fill + - hledger + - hosc + - hourglass + - html-email-validate + - htoml + - http-client-tls + - http-link-header + - human-readable-duration + - hw-balancedparens + - hw-bits + - hw-conduit + - hw-json + - hw-rankselect-base + - hweblib + - hxt-regex-xmlschema + - identicon + - ilist + - include-file + - incremental-parser + - inline-r + - jose-jwt + - katip + - kdt + - lens + - lifted-async + - lifted-base + - logging-effect + - loop + - lucid + - matrices + - matrix + - megaparsec + - monad-logger-prefix + - mongoDB + - mono-traversable + - monoid-extras + - morte + - mutable-containers + - netpbm + - pandoc + - phantom-state + - picoparsec + - postgresql-binary + - pretty-simple + - prometheus-client + - psqueues + - publicsuffix + - ramus + - rdf + - redis-io + - reinterpret-cast + - reroute + - rethinkdb-client-driver + - rose-trees + - sampling + - sandi + - say + - scalpel-core + - scanner + - scientific + - semver + - servant-auth-cookie + - sets + - skylighting + - snap-server + - sorted-list + - sourcemap + - sparse-linear-algebra + - stache + - stateWriter + - stm-containers + - streaming-commons + - superbuffer + - taggy + - tar + - text-manipulate + - text-metrics + - text-show + - thread-local-storage + - thyme + - timemap + - tinylog + - tls + - turtle + - tz + - ua-parser + - unbound-generics + - unicode-transforms + - union + - unordered-containers + - uri-bytestring + - uuid + - uuid-types + - varying + - vector-binary-instances + - vectortiles + - vinyl + - wai-middleware-metrics + - wai-routing + - warp + - wire-streams + - word24 + - word8 + - xmlgen + - yesod-core + - yi-rope + - zippers + # end of skipped-benchmarks From 8a6cd3549ba95570a691a64bca72011be40ea961 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 11 Feb 2017 20:51:54 -0800 Subject: [PATCH 0693/3109] Lift constraints on blaze-html, blaze-markup, closes #2246 --- build-constraints.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d3ab3c2..23e13a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,8 +420,8 @@ packages: "Brent Yorgey @byorgey": - active - - BlogLiterately - - BlogLiterately-diagrams + # - BlogLiterately # bounds: blaze-html + # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -723,8 +723,8 @@ packages: - multipart - rest-client - rest-core - - rest-gen - - rest-happstack + # - rest-gen # bounds: blaze-html + # - rest-happstack # via rest-gen: bounds: blaze-html - rest-snap - rest-stringmap - rest-types @@ -784,7 +784,7 @@ packages: - mysql - mysql-simple - sphinx - - xmlhtml + # - xmlhtml # bounds: blaze-html, blaze-markup - yesod-auth-hashdb "Toralf Wittner @twittner": @@ -2343,8 +2343,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts - - Chart-diagrams + # - SVGFonts # via blaze-svg: bounds: blaze-markup + # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2802,10 +2802,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2246 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 From b7272d238b2111a0a8007b1fb2bb194802cfdacb Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 12 Feb 2017 05:49:05 +0100 Subject: [PATCH 0694/3109] add tasty-stats --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23e13a52..287520b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2616,6 +2616,7 @@ packages: - unlit - intro - tasty-auto + - tasty-stats - colorful-monoids "Taras Serduke @tserduke": From 5b1967be0db38f0fd636365af22bf6c8cf12e461 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Sat, 11 Feb 2017 15:20:28 +0530 Subject: [PATCH 0695/3109] Add minio-hs package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 287520b2..25443162 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,9 @@ packages: - sdl2-mixer - sdl2-gfx + "Aditya Manthramurthy @donatello": + - minio-hs + # 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 From 0b466ed0ddd6671e5c02486a080d62e6fd6f6d05 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sat, 11 Feb 2017 10:37:43 +0200 Subject: [PATCH 0696/3109] Re-enable HaRe v0.8.4.0 builds against nightly-2017-02-11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25443162..92a0adcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -214,7 +214,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: cabal-helper, ghc-mod, rosezipper + - HaRe # via: cabal-helper, ghc-mod, rosezipper "Alfredo Di Napoli @adinapoli": - mandrill From ebcc6780ddde70a860ecb5667a5a5f690def3d8a Mon Sep 17 00:00:00 2001 From: ncaq Date: Sat, 11 Feb 2017 14:07:29 +0900 Subject: [PATCH 0697/3109] add ncaq packages: haskell-import-graph uniq-deep Closes #2285. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92a0adcc..699fe3b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2415,7 +2415,7 @@ packages: "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # via criterion: via cassava: bounds: vector + # - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics # - hw-json # via criterion: via cassava: bounds: vector - hw-parser @@ -2772,6 +2772,10 @@ packages: "Aditya Manthramurthy @donatello": - minio-hs + "ncaq @ncaq": + - haskell-import-graph + - uniq-deep + # 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 From b771fa6e2e643145b87ca51b59e929bea118853d Mon Sep 17 00:00:00 2001 From: Romain Edelmann Date: Sun, 12 Feb 2017 15:38:37 +0100 Subject: [PATCH 0698/3109] add distribution --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..3c2e3a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Romain Edelmann @redelmann": + - distribution + "Nikita Tchayka @nickseagull": - ramus From 20bb7bab0297c85e30aec70e97cb55abe08061e1 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 06:49:39 -0800 Subject: [PATCH 0699/3109] debian-bootstrap.sh: use get.haskellstack.org to install stack Since download.fpcomplete.com Ubuntu/Debian package repos are being phased out. --- debian-bootstrap.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..fd226af9 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -27,10 +27,6 @@ add-apt-repository -y ppa:marutter/rrutter # Set the GHC version GHCVER=8.0.2 -# Get Stack -apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 -echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list - apt-get update apt-get install -y \ build-essential \ @@ -122,13 +118,14 @@ apt-get install -y \ r-base \ r-base-dev \ ruby-dev \ - stack \ wget \ xclip \ z3 \ zip \ zlib1g-dev +curl -sSL https://get.haskellstack.org/ | sh + # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc From 93738c5865fdd0627508617215d01b78d4e2bf74 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Sun, 12 Feb 2017 07:01:27 -0800 Subject: [PATCH 0700/3109] Install locales before running locale-gen --- debian-bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fd226af9..8c718702 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,7 +13,6 @@ set -exu mkdir /home/stackage -p -locale-gen en_US.UTF-8 export DEBIAN_FRONTEND=noninteractive apt-get update @@ -110,6 +109,7 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ + locales \ m4 \ nettle-dev \ nodejs \ @@ -124,6 +124,8 @@ apt-get install -y \ zip \ zlib1g-dev +locale-gen en_US.UTF-8 + curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it From 0ea27fd923898d8b92d6c30ec60712c95fc18ebd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 10:38:04 -0800 Subject: [PATCH 0701/3109] Constrain some gogol-* packages per #2290 --- build-constraints.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 699fe3b6..83ae1c04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2816,6 +2816,32 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2290 + - gogol-core < 0.2.0 + - gogol < 0.2.0 + - gogol-admin-datatransfer < 0.2.0 + - gogol-adsense-host < 0.2.0 + - gogol-affiliates < 0.2.0 + - gogol-apps-calendar < 0.2.0 + - gogol-billing < 0.2.0 + - gogol-civicinfo < 0.2.0 + - gogol-classroom < 0.2.0 + - gogol-container < 0.2.0 + - gogol-debugger < 0.2.0 + - gogol-doubleclick-bids < 0.2.0 + - gogol-fusiontables < 0.2.0 + - gogol-groups-settings < 0.2.0 + - gogol-maps-coordinate < 0.2.0 + - gogol-partners < 0.2.0 + - gogol-plus-domains < 0.2.0 + - gogol-proximitybeacon < 0.2.0 + - gogol-resourcemanager < 0.2.0 + - gogol-storage < 0.2.0 + - gogol-storage-transfer < 0.2.0 + - gogol-taskqueue < 0.2.0 + - gogol-useraccounts < 0.2.0 + - gogol-vision < 0.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a2c8f209f017a909e9c9cfe7fdb630c677d8d6de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:12:09 -0800 Subject: [PATCH 0702/3109] Expect aeson tests to fail per #2291 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83ae1c04..45112401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ expected-test-failures: - makefile # Misc. + - aeson # https://github.com/fpco/stackage/issues/2291 - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3239,6 +3240,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 7da03925b0f6df76dba97556fc1cc1da35bf33b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:16:36 -0800 Subject: [PATCH 0703/3109] Disable gogol-affiliates and gogol-classroom per #2292 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45112401..a5633f0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2821,11 +2821,11 @@ packages: - gogol < 0.2.0 - gogol-admin-datatransfer < 0.2.0 - gogol-adsense-host < 0.2.0 - - gogol-affiliates < 0.2.0 + # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-apps-calendar < 0.2.0 - gogol-billing < 0.2.0 - gogol-civicinfo < 0.2.0 - - gogol-classroom < 0.2.0 + # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - gogol-container < 0.2.0 - gogol-debugger < 0.2.0 - gogol-doubleclick-bids < 0.2.0 From be94363f4d0c9a6596c88f14859b0cc0ff449407 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:19:26 -0800 Subject: [PATCH 0704/3109] Skip hpio hlint tests, same as its src repo --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5633f0f..b128cf1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ package-flags: curl: new-base: true + hpio: + test-hlint: false + hxt: network-uri: true hxt-http: From b0f9013de4cdd134d4d9bb967b7dd92302d146ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:29:14 -0800 Subject: [PATCH 0705/3109] Disable minio-hs per #2287 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b128cf1a..4921025d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 "ncaq @ncaq": - haskell-import-graph From 9439069b89657cbd0b88f98ae3f1b19e8a099fae Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:36:16 -0800 Subject: [PATCH 0706/3109] Disable pure-cdb per bosu/pure-cdb#5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4921025d..9e825419 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2293,7 +2293,8 @@ packages: "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu - - pure-cdb + [] + # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 "Suhail Shergill @suhailshergill": - extensible-effects From 08134c9e2960f701a142ae6f508fe868287778f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:41:21 -0800 Subject: [PATCH 0707/3109] Expect servant tests to fail per haskell-servant/servant#698 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e825419..2b1ab514 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3242,6 +3242,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - 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 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 From f2773d1dfef8459b07aa224bbb6d856862084913 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:46:35 -0800 Subject: [PATCH 0708/3109] Disable servant-subscriber and servant-purescript per eskimor/servant-subscriber#100 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b1ab514..205dddaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -566,8 +566,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 + # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 "Rodrigo Setti @rodrigosetti": - messagepack From 80c0a1826f054eab71b5aa2cd9fbc5d9a7909977 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:53:06 -0800 Subject: [PATCH 0709/3109] Disable taggy and taggy-lens per alpmestan/taggy#19 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 205dddaf..d488a03c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2369,8 +2369,9 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy - - taggy-lens + [] + # - taggy # build failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 3d62e338edc33c3b9168b6c3e0735b87cff3c7b2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 11:59:38 -0800 Subject: [PATCH 0710/3109] Disable xlsior per eurekagenomics/xlsior#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d488a03c..74b334fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1676,7 +1676,7 @@ packages: # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - - xlsior + # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - yesod-auth-account From 70362a79cb2bca8ecc6058fecdfe50bc644c8566 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 12 Feb 2017 12:07:07 -0800 Subject: [PATCH 0711/3109] Disable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74b334fb..6a265e57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - - servant-elm + # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 - skeletons - streaming-wai From b9fdff30503d380fc9cfd065014ebfd060dc4c11 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Mon, 13 Feb 2017 12:46:07 -0500 Subject: [PATCH 0712/3109] Add nondeterminism and csp --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..34793a7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2779,6 +2779,10 @@ packages: - haskell-import-graph - uniq-deep + "Andrei Barbu @abarbu": + - nondeterminism + - csp + # 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 From 5b828297dca42db69042f62d84ee704f480e7720 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 21:38:38 +0100 Subject: [PATCH 0713/3109] tell-me-when the aeson test suite is fixed, closes #2291 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a265e57..c12f513b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ expected-test-failures: - makefile # Misc. - - aeson # https://github.com/fpco/stackage/issues/2291 + - aeson # Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3637,6 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 +- aeson-1.1.0.0 Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From fc8f55f7ef6a8cc3e2f3a0201fd08bf9af942003 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 13 Feb 2017 22:31:34 +0100 Subject: [PATCH 0714/3109] Fix comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c12f513b..187cd64e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,7 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 -- aeson-1.1.0.0 Re-enable test suite +- aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 7fa64b793635b6fa9f75702b430742c61e7fb943 Mon Sep 17 00:00:00 2001 From: Rongcui Dong Date: Mon, 13 Feb 2017 15:11:45 -0800 Subject: [PATCH 0715/3109] Add sdl2-ttf --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..4ab31ec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Rongcui Dong @rongcuid": + - sdl2-ttf "Nikita Tchayka @nickseagull": - ramus From 05fdace1a660ec723295b8663af239ca61c2bd26 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:01:44 -0800 Subject: [PATCH 0716/3109] Allow hspec-contrib test suites per hspec/hspec#307 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 187cd64e..ba9f0f37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3012,8 +3012,6 @@ skipped-tests: - hasql # QuickCheck 2.9 - hastache # https://github.com/lymar/hastache/pull/53 - heaps # https://github.com/ekmett/heaps/pull/8 - - hslua # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - - hworker # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - hyphenation # https://github.com/ekmett/hyphenation/pull/10 - multistate # hspec 2.4 - newtype-generics # hspec 2.4 @@ -3021,7 +3019,6 @@ skipped-tests: - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 - servant-mock # hspec-wai 0.8 - - simple # hspec 2.4 via hspec-contrib 0.3 https://github.com/hspec/hspec/issues/307 - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck @@ -3636,7 +3633,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- hspec-contrib-0.3.0 # Re-enable test suites hslua, hworker, simple. https://github.com/hspec/hspec/issues/307 - aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name From 5dbe3d491194ff079284422596537cb995724c74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:04:14 -0800 Subject: [PATCH 0717/3109] Unconstrain gogol-*, closes #2290, closes #2292 --- build-constraints.yaml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba9f0f37..a4668628 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1248,7 +1248,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - # - gogol-affiliates # https://github.com/fpco/stackage/issues/2292 + - gogol-affiliates - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1265,7 +1265,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - # - gogol-classroom # https://github.com/fpco/stackage/issues/2292 + - gogol-classroom - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -2819,32 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2290 - - gogol-core < 0.2.0 - - gogol < 0.2.0 - - gogol-admin-datatransfer < 0.2.0 - - gogol-adsense-host < 0.2.0 - # - gogol-affiliates < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-apps-calendar < 0.2.0 - - gogol-billing < 0.2.0 - - gogol-civicinfo < 0.2.0 - # - gogol-classroom < 0.2.0 # https://github.com/fpco/stackage/issues/2292 - - gogol-container < 0.2.0 - - gogol-debugger < 0.2.0 - - gogol-doubleclick-bids < 0.2.0 - - gogol-fusiontables < 0.2.0 - - gogol-groups-settings < 0.2.0 - - gogol-maps-coordinate < 0.2.0 - - gogol-partners < 0.2.0 - - gogol-plus-domains < 0.2.0 - - gogol-proximitybeacon < 0.2.0 - - gogol-resourcemanager < 0.2.0 - - gogol-storage < 0.2.0 - - gogol-storage-transfer < 0.2.0 - - gogol-taskqueue < 0.2.0 - - gogol-useraccounts < 0.2.0 - - gogol-vision < 0.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c38f5365a4f7d156733199ddc7152f4a93533156 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:12 -0800 Subject: [PATCH 0718/3109] Constrain ghc-prof per #2298 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4668628..bc25a588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,10 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2298 + - ghc-prof < 1.4.0 + - viewprof < 0.0.0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 8c44548b567884a47945245cc0f35a48ed10445d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:08:52 -0800 Subject: [PATCH 0719/3109] Constrain xml-conduit per #2299 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc25a588..6d29e6da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2823,6 +2823,9 @@ packages: - ghc-prof < 1.4.0 - viewprof < 0.0.0.2 + # https://github.com/fpco/stackage/issues/2299 + - xml-conduit < 1.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5fabc61c24fa10c697ea9eeb4dd19de64e9bd91f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 13 Feb 2017 22:10:34 -0800 Subject: [PATCH 0720/3109] Re-enable servant-elm per mattjbray/servant-elm#26 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d29e6da..f5d6a8b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1446,7 +1446,7 @@ packages: - elm-export-persistent # - pipes-csv # via cassava: bounds: vector # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector - # - servant-elm # test failure https://github.com/mattjbray/servant-elm/issues/26 + - servant-elm - skeletons - streaming-wai From 85e7420d50485a32800553ee583a39b70bc62a8d Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 20:24:47 +0900 Subject: [PATCH 0721/3109] Reenable the hailgun and hailgun-simple libraries. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..6764aa1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1867,8 +1867,8 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # bounds: aeson - # - hailgun-simple # via hailgun + - hailgun + - hailgun-simple # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans From 27ac4f8e86af4a308071b572f4f308740e9226ff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Feb 2017 13:51:48 +0000 Subject: [PATCH 0722/3109] Re-enable git. Please see vincenthz/hs-git/issues/5#issuecomment-279649536. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5d6a8b8..67db39e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -279,7 +279,7 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api - # - git # https://github.com/vincenthz/hs-git/issues/5 + - git - hit - memory - language-java From eb30b483d7f90f935910bc4c4f94e768d95b66bd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:19:09 +0900 Subject: [PATCH 0723/3109] Revert "Constrain ghc-prof per #2298" This reverts commit c38f5365a4f7d156733199ddc7152f4a93533156. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d780fa0..a7fd6aa9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,10 +2819,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2298 - - ghc-prof < 1.4.0 - - viewprof < 0.0.0.2 - # https://github.com/fpco/stackage/issues/2299 - xml-conduit < 1.5.0 From 50f1ed32acec26207da4dbc7de37012d66dccc04 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 15 Feb 2017 21:57:41 +0900 Subject: [PATCH 0724/3109] reenable wreq!! (#2032) woohoo --- build-constraints.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7fd6aa9..4add2ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -952,12 +952,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, wreq + # - codex # bounds: http-client, wreq, directory - machines-binary - machines-process # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # bounds: authenticate-oauth, http-client + - wreq "Andraz Bajt @edofic": - effect-handlers @@ -1035,8 +1035,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # - bitcoin-api # via: wreq - # - bitcoin-api-extra # via: bitcoin-api, wreq + - bitcoin-api + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -2236,10 +2236,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - # - package-description-remote # via: wreq + - package-description-remote - projectroot - questioner - # - stack-run-auto # via: extract-dependencies, wreq + - stack-run-auto # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2300,7 +2300,7 @@ packages: - extensible-effects # "Justus Adam @JustusAdam": - # - mustache # via: wreq + - mustache "Cindy Wang @CindyLinz": - NoTrace @@ -2426,7 +2426,7 @@ packages: - hw-succinct # "Ismail Mustafa @ismailmustafa": - # - handwriting # via: wreq + - handwriting "Stephen Diehl @sdiehl": - protolude @@ -2603,7 +2603,7 @@ packages: - hocilib # "Matthias Herrmann @2chilled": - # - scrape-changes # via: wreq + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3172,7 +3172,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - wreq # https://github.com/bos/wreq/issues/53 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures @@ -3606,7 +3605,6 @@ build-tool-overrides: # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 -- wreq-0.4.1.0 # Try to re-enable lots of packages, (esp https://github.com/fpco/stackage/issues/2032) and the test-suite if https://github.com/bos/wreq/issues/53 is closed. - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 From 91d6f64c4fab71342933ed78d236ffd4d9a5e0e1 Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Wed, 15 Feb 2017 17:41:03 +0100 Subject: [PATCH 0725/3109] Enabled servant-purescript and subscriber again --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..3caaa3df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -568,8 +568,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - # - servant-purescript # via servant-subscriber: build failure https://github.com/eskimor/servant-subscriber/issues/10 - # - servant-subscriber # build failure https://github.com/eskimor/servant-subscriber/issues/10 + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From bc744523c79541ab5bf5fb0b13f52e6f5d6ab87d Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 16 Feb 2017 00:18:42 +0100 Subject: [PATCH 0726/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..700dc8ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -28,6 +28,7 @@ packages: "Marco Zocca @ocramz": - sparse-linear-algebra + - matrix-market-attoparsec - network-multicast "Joseph Canero @caneroj1": From b11133a5a9f78b09bb9d0b640c11bfc8b238116c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Tue, 14 Feb 2017 22:33:50 +0900 Subject: [PATCH 0727/3109] Add the yesod-markdown package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd914c62..4edb9a52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1878,6 +1878,7 @@ packages: - read-env-var - xml-html-qq - yahoo-finance-api + - yesod-markdown "Franklin Chen @FranklinChen": - Ebnf2ps From 07f7e838d8dfd7b36e35fd8dcaf63cc8e2b551c4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:22:59 +0900 Subject: [PATCH 0728/3109] debian-bootstrap.sh: add libsdl2-ttf (#2297) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 93d04aff..9c1bad19 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -96,6 +96,7 @@ apt-get install -y \ libsdl2-mixer-dev \ libsdl2-image-dev \ libsdl2-gfx-dev \ + libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ libsqlite3-dev \ From 802052f85083765d74491c2683eef0fa2e8352fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 11:52:47 +0900 Subject: [PATCH 0729/3109] test not compiling (2chilled/scrape-changes#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a61afeb5..27d3e039 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,7 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From 8e1223becbfb02a0f87215729143735461195af2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 12:15:20 +0900 Subject: [PATCH 0730/3109] disable gogol-affiliates and gogol-classroom (brendanhay/gogol#61) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27d3e039..b55ae402 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1255,7 +1255,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - - gogol-affiliates + #- gogol-affiliates # https://github.com/brendanhay/gogol/issues/61 - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1272,7 +1272,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - - gogol-classroom + #- gogol-classroom # https://github.com/brendanhay/gogol/issues/61 - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -3229,7 +3229,6 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 3ccf8de6a0bcb7ee188b79784006e726337b6fe2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:19:12 +0900 Subject: [PATCH 0731/3109] csp test failing (#2296) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 162d9d6f..6bd0e58e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2789,7 +2789,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - - csp + #- csp # https://github.com/fpco/stackage/pull/2296 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 93a0c33888337354dc70b961152e6b36908428be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 14:22:15 +0900 Subject: [PATCH 0732/3109] Revert "xml-conduit < 1.5.0" (#2299) This reverts 8c44548 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bd0e58e..5c4b83a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2831,9 +2831,6 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2299 - - xml-conduit < 1.5.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 5e83cd2f757ef7f70a17bf5edd1649df12c04291 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Feb 2017 15:25:27 +0900 Subject: [PATCH 0733/3109] add xmonad-contrib under juhp Ping me if you want to own it in Stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4b83a3..1c7012ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -980,6 +980,7 @@ packages: # - cabal-sort # BLOCKED directory 1.3 - hslua # - idris # bounds: safe + - xmonad-contrib # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector From 9061d05d58b424f777cec2d502f7df0af6588f2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Thu, 16 Feb 2017 13:13:28 +0100 Subject: [PATCH 0734/3109] Add posix-paths --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..e3d5fa4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1846,6 +1846,7 @@ packages: - loop - netpbm - network-house + - posix-paths - reinterpret-cast # As dependencies of packages above - attoparsec-binary From 4b5af4e1fa01a558c0aab65c203bc376c72b44ae Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Thu, 16 Feb 2017 11:07:38 -0600 Subject: [PATCH 0735/3109] Reinstate Bloodhound 0.13.0.0 should have us compatible again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..ca642885 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # bounds: vector + - bloodhound # bounds: vector - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From d7cfc0fdd96b2fac74461deca857423109c564eb Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Fri, 17 Feb 2017 01:28:16 +0100 Subject: [PATCH 0736/3109] upgraded ocilib to 4.3.2 --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index be9de5a7..937789b5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -154,9 +154,9 @@ cd /tmp \ && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && dpkg -i oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ && rm -f oracle-instantclient12.1-devel_12.1.0.2.0-2_amd64.deb \ - && wget https://github.com/vrogier/ocilib/archive/v4.2.1.tar.gz \ - && tar xvf v4.2.1.tar.gz \ - && cd /tmp/ocilib-4.2.1 \ + && wget https://github.com/vrogier/ocilib/archive/v4.3.2.tar.gz \ + && tar xvf v4.3.2.tar.gz \ + && cd /tmp/ocilib-4.3.2 \ && ./configure --with-oracle-import=linkage \ --with-oracle-charset=ansi \ --with-oracle-headers-path=/usr/include/oracle/12.1/client64 \ @@ -164,7 +164,7 @@ cd /tmp \ && make \ && make install \ && cd \ - && rm -rf /tmp/ocilib-4.2.1 \ + && rm -rf /tmp/ocilib-4.3.2 \ && echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local.conf \ && echo "/usr/lib/oracle/12.1/client64/lib" > /etc/ld.so.conf.d/oracle-client.conf \ && ldconfig From 056ebfd7d358a186690960a1f9bad64cb2932b85 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:30:18 +0900 Subject: [PATCH 0737/3109] Revert "csp test failing (#2296)" should be fixed in 1.3.1 This reverts commit 3ccf8de6a0bcb7ee188b79784006e726337b6fe2. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..af89fd11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2790,7 +2790,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - #- csp # https://github.com/fpco/stackage/pull/2296 + - csp # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2deb69addab3cc0fcb1b9a448bf2b9ed626b1112 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2017 11:48:03 +0900 Subject: [PATCH 0738/3109] drop the bloodhood comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c44f8ae..b0f97ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -546,7 +546,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound # bounds: vector + - bloodhound - esqueleto # bounds: persistent "Adam Bergmark @bergmark": From ee2e621bff6d0ca0396b50e5aaba97f339fb1bf3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 17 Feb 2017 06:49:51 +0200 Subject: [PATCH 0739/3109] Remove time limits from maintainer agreement --- MAINTAINERS.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 60c03d63..0eb16520 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -57,9 +57,24 @@ If a package's test suite is failing, the first job is to investigate why. If th If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. -**If restrictive version bounds are the only problem** then you must quickly (within 1 week) upload a new version with relaxed version bounds. Note that unlike the PVP, Stackage does not require upper bounds. +If a package is not modified in a timely manner, it may be temporarily +removed from Stackage by the curator team, at which point it is your +responsibility to add it back in via a new pull request. We typically +use fairly long windows on this, but at a minimum: -**If the new dependency causes breaking changes** then all package authors should quickly assess the likely impact on their package (within 1 week) and then produce a new compatible version. The expected timeline for new versions varies between 1 week and 1 month, depending on the significance of the change, and thus the work required to produce those new versions. +* If restrictive version bounds are the only problem, we will give at + least a week to respond. +* If there are real breaking changes, the curator team will retain + more discretion on how long a window to give before dropping + packages. Historically, this has usually waited until the cutting of + a new Long Term Support (LTS) major version. + +**NOTE** Previously, this maintainer agreement put a time limit on +maintainers, requiring a certain level of responsiveness for +modifications to be made. We have explicitly removed that: anyone is +free to add a package to Stackage regardless of responsiveness +guarantees. However, as stated above, we may elect to temporarily +remove a package if it is not updated in a timely manner. ## Failing to meet the time limits From ae4c8919aecde1d3636d98ac02f28b6c3d8cd364 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Feb 2017 08:47:38 +0200 Subject: [PATCH 0740/3109] Add back stackage-curator (store-0.3.1 fixes memory issues) Skips benchmark due to criterion, and adds store explicitly --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c7012ab..385cbd2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -121,7 +121,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store https://github.com/fpco/stackage/issues/2283 + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls @@ -3046,6 +3047,9 @@ skipped-tests: # via criterion: via cassava: bounds: vector - sparse-linear-algebra + # criterion + - store + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3462,8 +3466,10 @@ skipped-benchmarks: - sourcemap - sparse-linear-algebra - stache + - stackage-curator - stateWriter - stm-containers + - store - streaming-commons - superbuffer - taggy From 07b58620283df482f56b5a992539906727355e3f Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:25:18 +0100 Subject: [PATCH 0741/3109] Adding marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..f13b9283 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2308,8 +2308,8 @@ packages: "Suhail Shergill @suhailshergill": - extensible-effects - # "Justus Adam @JustusAdam": - - mustache + "Justus Adam @JustusAdam": + - marvin "Cindy Wang @CindyLinz": - NoTrace From 88eb13563b8a3738a7f0b9ca5465f8272d0f5974 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:26:50 +0100 Subject: [PATCH 0742/3109] Version constraints for marvin --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f13b9283..7f505ac5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,7 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + - marvin >= 0.1.0 + - marvin-interpolate >= 1.0 "Cindy Wang @CindyLinz": - NoTrace From c4a75623ae51e37878d6a7156f31eba910e363ee Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 13:51:09 +0100 Subject: [PATCH 0743/3109] And I need mustache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f505ac5..dd37b2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,6 +2311,7 @@ packages: "Justus Adam @JustusAdam": - marvin >= 0.1.0 - marvin-interpolate >= 1.0 + - mustache "Cindy Wang @CindyLinz": - NoTrace From c1f296f5171afe50e4ec88d84754c93085dac499 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 17 Feb 2017 07:10:36 -0600 Subject: [PATCH 0744/3109] Reinstate BlogLiterately Edited bounds to allow blaze-html-0.9. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..67d22eb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -427,8 +427,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: blaze-html - # - BlogLiterately-diagrams # via BlogLiterately: bounds: blaze-html + - BlogLiterately + - BlogLiterately-diagrams - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file From b1e6f4fac9afdc86bbfa8e42ecd3b2c75168cba3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 00:55:20 +0900 Subject: [PATCH 0745/3109] MAINTAINERS.md: add a little more leniency --- MAINTAINERS.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0eb16520..4ad692a9 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,6 +6,8 @@ The idea behind Stackage is that, if all packages work with the newest versions * All packages are compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * All packages in a snapshot are compatible with the versions of libraries that ship with the GHC used in the snapshot ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). +Packages in Stackage are not patched: all package changes occur upstream in Hackage. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -44,18 +46,18 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. -## Uploading a new package +## Uploading a new package version -When a new version of a package is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and raise GitHub issue tickets to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. -If the new version doesn't compile then the package author should quickly (within 1 week) upload a fixed version. +If the new version doesn't compile then the package author should upload a fixed version. If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is highly recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. If a package is not modified in a timely manner, it may be temporarily removed from Stackage by the curator team, at which point it is your @@ -76,12 +78,11 @@ free to add a package to Stackage regardless of responsiveness guarantees. However, as stated above, we may elect to temporarily remove a package if it is not updated in a timely manner. - ## Failing to meet the time limits Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. -The time limits are intended to stop people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for long. +The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. ## Upgrading to a new GHC version From fc2e38220789d0383408bd644a27d5ab6b449864 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Fri, 17 Feb 2017 22:04:23 +0100 Subject: [PATCH 0746/3109] Higher version constraints on marvin --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd37b2c6..b9df0ccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2309,8 +2309,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.0 - - marvin-interpolate >= 1.0 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 502e51355212e71c2888c63d1e81412774143502 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:14:13 +0900 Subject: [PATCH 0747/3109] Revert "test not compiling (2chilled/scrape-changes#2)" should be fixed now This reverts commit 802052f85083765d74491c2683eef0fa2e8352fe. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0f97ae5..e8651e1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,7 +3192,6 @@ expected-test-failures: - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - scrape-changes # https://github.com/2chilled/scrape-changes/issues/2 - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 From e85580faf529cdb73c8473e6757f869ec44c939f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:33:48 +0900 Subject: [PATCH 0748/3109] disable marvin for bounds (#2310) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 199e372f..642898bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,8 +2310,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 - - marvin-interpolate >= 1.1 + # https://github.com/fpco/stackage/pull/2310 + # - marvin >= 0.1.4 + # - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From 288756adbec97255b826705cb0dab599cdfe0712 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:43:11 +0900 Subject: [PATCH 0749/3109] xml-conduit < 1.5.0 (#2312) reflecting the Hackage preferred version range --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 642898bb..931b01ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,8 @@ packages: # https://github.com/fpco/stackage/issues/2281 - Earley < 0.12.0.0 + # https://github.com/fpco/stackage/issues/2312 + - xml-conduit < 1.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 06cc0aa773713b111c2d87d1c979955011217fc8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Feb 2017 16:48:36 +0900 Subject: [PATCH 0750/3109] rss-conduit < 0.3.0.1 (#2312) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 931b01ae..5627b92e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,7 @@ packages: # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 + - rss-conduit < 0.3.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From 81c0b63df89474e35268ecee329e39a95849b4cd Mon Sep 17 00:00:00 2001 From: koral Date: Sat, 18 Feb 2017 09:41:03 +0100 Subject: [PATCH 0751/3109] Add upper-bounds on packages that depend on xml-conduit-1.5.0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..ea032ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,9 @@ packages: # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 + - atom-conduit < 0.4.0.2 + - imm < 1.1.0.1 + - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 # end of packages From 8045c45d157fde1ea4e60e54119702b17cc3ff6a Mon Sep 17 00:00:00 2001 From: Kanishka Azimi Date: Sat, 18 Feb 2017 22:00:09 -0500 Subject: [PATCH 0752/3109] Add tsv2csv package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5627b92e..2d914a14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2796,6 +2796,9 @@ packages: - nondeterminism - csp + "mackeyrms @mackeyrms": + - tsv2csv + # 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 From 4ef43e7a46cb9ce456f12ff5a624feaeed0a3670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Feb 2017 13:16:31 +0900 Subject: [PATCH 0753/3109] Revert "disable marvin for bounds (#2310)" This reverts commit e85580faf529cdb73c8473e6757f869ec44c939f. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69313e81..30a64b4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2310,9 +2310,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # https://github.com/fpco/stackage/pull/2310 - # - marvin >= 0.1.4 - # - marvin-interpolate >= 1.1 + - marvin >= 0.1.4 + - marvin-interpolate >= 1.1 - mustache "Cindy Wang @CindyLinz": From b626b9ffac50d37cef784937cf1ca20ca674fbc5 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Mon, 20 Feb 2017 00:46:41 +0900 Subject: [PATCH 0754/3109] Add bookkeeping --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30a64b4f..ae2a13ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2711,6 +2711,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus + - bookkeeping "Marcin Tolysz @tolysz": - rawstring-qm From b49114d5062c82a86bd12107e03c96fc1f87a915 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Feb 2017 10:27:04 +0900 Subject: [PATCH 0755/3109] skylighting < 0.2 (#2317) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2a13ca..488d6708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,9 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + + # https://github.com/fpco/stackage/issues/2317 + - skylighting < 0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 71a64937f08e69d0b406330bd66d3ec7e796813d Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Tue, 21 Feb 2017 00:19:06 +1100 Subject: [PATCH 0756/3109] add rot13, add dvorak (#2318) * add rot13, add dvorak --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 488d6708..184e1672 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2799,6 +2799,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Kyle Van Berendonck @kvanberendonck": + - rot13 + - dvorak + # 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 From 91dc55cce384c4c8bb5d251858dd8c89027a33ca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Feb 2017 21:42:06 +0000 Subject: [PATCH 0757/3109] Remove upper bounds on Earley. Closes #2281. This commit reverts 5b919096b2207f0d77cdbd81e16433f248101d54. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afac451a..a7f42bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,9 +2840,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2281 - - Earley < 0.12.0.0 - # https://github.com/fpco/stackage/issues/2312 - xml-conduit < 1.5.0 - atom-conduit < 0.4.0.2 From 94a5131cfdda2ad1509e2a61309cbe05faad0bff Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 17:53:40 +0000 Subject: [PATCH 0758/3109] Skip `jvm` benchmarks due to `criterion` dependency. Closes https://github.com/fpco/stackage/issues/2319. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f42bc8..80b25340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ skipped-benchmarks: - yesod-core - yi-rope - zippers + - jvm # end of skipped-benchmarks From e06916b32c325f7e718a23e1351b66ddea5bd80a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:57:37 +0000 Subject: [PATCH 0759/3109] Temporarily disable ``sparkle``. Please see https://github.com/tweag/sparkle/issues/99. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80b25340..92be86ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - - sparkle + # - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From 7ec001386298c7f19b695581648bdba08974d90c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 21 Feb 2017 18:58:16 +0000 Subject: [PATCH 0760/3109] Remove white space. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92be86ab..de0f302f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -574,8 +574,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript - - servant-subscriber + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack From 24897e75b9bfebd6051d7590de732b3274f4347f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 21 Feb 2017 17:36:28 -0300 Subject: [PATCH 0761/3109] Enable sparkle again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..420ea820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1609,7 +1609,7 @@ packages: - inline-r - jni - jvm - # - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle # https://github.com/tweag/sparkle/issues/99 - th-lift "Christopher Reichert @creichert": From d96a4f58838ff8b399fe0f5753e4145afb621407 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Tue, 21 Feb 2017 15:39:18 -0500 Subject: [PATCH 0762/3109] Remove invertible package flags --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de0f302f..00818970 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,12 +2925,6 @@ package-flags: ghc_7_7: false ghc_8_0: true - invertible: - TypeCompose: false - arrows: false - hlist: false - piso: false - # end of package-flags # Special configure options for individual packages From dd54931b66dfc07068bfe405f85686733d068a90 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Wed, 22 Feb 2017 07:03:39 +0100 Subject: [PATCH 0763/3109] Add ekg-wai --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f50f9de..710de405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1808,6 +1808,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": + - ekg-wai - haxl-amazonka # - hasql-migration # via hasql: via hashtables: bounds: vector - servant-JuicyPixels From 6ada1421eb49194dbee31bebbc445afe44a8d2b6 Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Wed, 22 Feb 2017 13:06:07 +0300 Subject: [PATCH 0764/3109] Add hasbolt --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 710de405..7f37a2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2803,6 +2803,9 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak + + "Pavel Yakovlev @zmactep": + - hasbolt # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 1878d087a7369e1120877f161046504a4fdf071c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 23 Feb 2017 12:57:10 +0900 Subject: [PATCH 0765/3109] Add xml-indexed-cursor package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f37a2c6..85a9624b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1885,6 +1885,7 @@ packages: - pretty-simple - read-env-var - xml-html-qq + - xml-indexed-cursor - yahoo-finance-api - yesod-markdown From 39cbce331f80081cd5dbbf77afaa0da0fa13e475 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Feb 2017 12:10:39 +0000 Subject: [PATCH 0766/3109] Add upper bounds for #2329. --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85a9624b..c3ff8ff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,7 +2804,7 @@ packages: "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak - + "Pavel Yakovlev @zmactep": - hasbolt @@ -2854,6 +2854,10 @@ packages: # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 + + # https://github.com/fpco/stackage/issues/2329 + - network-transport < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bf9802088a4b8ec577019370179016c1e2d2694 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Thu, 23 Feb 2017 18:20:12 +0300 Subject: [PATCH 0767/3109] Add wai-middleware-auth to build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..71918b62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From dc0d544dbda1515258a0255e0fea70a4b0649491 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 22 Feb 2017 20:41:51 +1100 Subject: [PATCH 0768/3109] add isotope Closes #2325. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3ff8ff2..7672a9a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,9 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt + "Michael Thomas @Michaelt293": + - isotope + # 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 From 31176a870390a5fd434149ca079fd5c283a1fa4b Mon Sep 17 00:00:00 2001 From: "Christopher A. Gorski" Date: Thu, 23 Feb 2017 22:13:37 +0000 Subject: [PATCH 0769/3109] add general-games --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7672a9a2..2289a60b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2811,6 +2811,9 @@ packages: "Michael Thomas @Michaelt293": - isotope + "Christopher A. Gorski @cgorski": + - general-games + # 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 From 3dc3d14864e5807bd8928c1e92f72979e7952ab5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Feb 2017 23:45:44 +0000 Subject: [PATCH 0770/3109] Add upper bound for #2333. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7d625c0..9fcdd9d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2864,6 +2864,9 @@ packages: # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 + # https://github.com/fpco/stackage/issues/2333 + - cryptonite < 0.22 + # end of packages # Package flags are applied to individual packages, and override the values of From c7e0eef85956fdca522a8de47323515459ab7c52 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Feb 2017 23:51:08 +0000 Subject: [PATCH 0771/3109] Add upper bounds for #2334. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fcdd9d4..e9b0cadb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,10 @@ packages: # https://github.com/fpco/stackage/issues/2333 - cryptonite < 0.22 + # https://github.com/fpco/stackage/issues/2334 + - tcp-streams < 1.0.0.0 + - tcp-streams-openssl < 1.0.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 517359f877d8bde1991c6b66c857ccecff8dcd4f Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 25 Feb 2017 18:01:14 +1100 Subject: [PATCH 0772/3109] added package louispan:disposable --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9b0cadb..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2772,6 +2772,7 @@ packages: "Louis Pan @louispan": - alternators + - disposable - glaze - glazier - glazier-pipes From 3d93baf421cb704b391aedf8ca583dd16623bbba Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 14:46:15 +0000 Subject: [PATCH 0773/3109] Add upper bounds for #2336. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..574f5bda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2872,6 +2872,9 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + # https://github.com/fpco/stackage/issues/2336 + - product-profunctors < 0.8.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 918ded127fb19d166fa06406226f55eee48736d3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 15:38:35 +0000 Subject: [PATCH 0774/3109] Revert "Add upper bounds for #2336." This reverts commit 3d93baf421cb704b391aedf8ca583dd16623bbba. Closes #2336. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 574f5bda..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2872,9 +2872,6 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2336 - - product-profunctors < 0.8.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From f7fe02a6887e9f1b6a8512fe4b70abc8b1915866 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 27 Feb 2017 00:48:29 +0300 Subject: [PATCH 0775/3109] =?UTF-8?q?Add=20the=20=E2=80=98lame=E2=80=99=20?= =?UTF-8?q?package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..ea2fb923 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2035,6 +2035,7 @@ packages: - wave - flac - flac-picture + - lame # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 937789b5..1dac2901 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -78,6 +78,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ From c871752f596cff5085b99c8a7a58fdb5bcfd4ce8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 22:28:19 +0000 Subject: [PATCH 0776/3109] Add expected haddock failure for socket. Please see https://github.com/lpeterse/haskell-socket/issues/47. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..bb3e8b75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,6 +3316,7 @@ expected-haddock-failures: - 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 + - socket # https://github.com/lpeterse/haskell-socket/issues/47 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 753f7261485f6d8a719d55cee44ea7dd3d7d36f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 26 Feb 2017 23:18:49 +0000 Subject: [PATCH 0777/3109] Revert "Add expected haddock failure for socket." This reverts commit c871752f596cff5085b99c8a7a58fdb5bcfd4ce8. Please see lpeterse/haskell-socket/issues/47#issuecomment-282595718. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb3e8b75..22895f78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,7 +3316,6 @@ expected-haddock-failures: - 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 - - socket # https://github.com/lpeterse/haskell-socket/issues/47 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 879c16e940877e97100ec0c1e029ad416efbe42d Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 27 Feb 2017 17:34:16 +0530 Subject: [PATCH 0778/3109] added raaz package. - Homepage https://github.com/raaz-crypto/raaz --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..c6f584db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,6 +671,8 @@ packages: # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector - opensource + "Piyush P Kurur @piyush-kurur": + - raaz "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # # - github-backup # bounds: github From 0d750fb10d694f848ee40d0d6bfd1c3a349c26ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Mar 2017 14:52:14 +0900 Subject: [PATCH 0779/3109] Revert "disable gogol-affiliates and gogol-classroom (brendanhay/gogol#61)" should be fixed in gogol-core-0.2.0.1 This reverts commit 8e1223becbfb02a0f87215729143735461195af2. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..2fa8cbbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1257,7 +1257,7 @@ packages: - gogol-admin-reports - gogol-adsense - gogol-adsense-host - #- gogol-affiliates # https://github.com/brendanhay/gogol/issues/61 + - gogol-affiliates - gogol-analytics - gogol-android-enterprise - gogol-android-publisher @@ -1274,7 +1274,7 @@ packages: - gogol-blogger - gogol-books - gogol-civicinfo - #- gogol-classroom # https://github.com/brendanhay/gogol/issues/61 + - gogol-classroom - gogol-cloudmonitoring - gogol-cloudtrace - gogol-compute @@ -3267,6 +3267,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From a5efd59f4061bd9075cdd8df1632c7000a5d84ff Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 1 Mar 2017 14:51:02 +0100 Subject: [PATCH 0780/3109] Add 'path' to the packages I (co-)maintain --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fa8cbbe..dec80665 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -11,6 +11,7 @@ packages: - ramus "Simon Jakobi @sjakobi": + - path - threepenny-gui "Joe M @joe9": From 111d7fbf49ba34e4db61dfecb9c81d3ffbc840e5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 1 Mar 2017 16:07:46 +0200 Subject: [PATCH 0781/3109] Upper bound for #2340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 632b3650..8f3dbf65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2876,6 +2876,9 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + # https://github.com/fpco/stackage/issues/2340 + - language-c < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 05183a07b5535858fc09c66bfa3e692d95cd168d Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Wed, 1 Mar 2017 17:37:00 +0100 Subject: [PATCH 0782/3109] Added package `xeno` I was handed over maintainership by its author Chris Done --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..d958ef23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,6 +35,7 @@ packages: - sparse-linear-algebra - matrix-market-attoparsec - network-multicast + - xeno "Joseph Canero @caneroj1": - sqlite-simple-errors From 011f3e331ebda0e37a4a2ff0e6fd2bb2f7936f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Adri=C3=A1n=20Ontivero?= Date: Wed, 1 Mar 2017 19:29:10 -0300 Subject: [PATCH 0783/3109] Add hasmin --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..f5cd1285 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2819,6 +2819,9 @@ packages: "Christopher A. Gorski @cgorski": - general-games + "Cristian Adrián Ontivero @contivero": + - hasmin + # 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 From b45d93762bffc06d9e73567e11e206f38cdcbdc5 Mon Sep 17 00:00:00 2001 From: Boris Lykah Date: Wed, 1 Mar 2017 17:51:58 -0500 Subject: [PATCH 0784/3109] Add groundhog GHC 8 compatibility is fixed --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..9ff0c3c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -582,12 +582,13 @@ packages: - messagepack - messagepack-rpc - # "Boris Lykah @lykahb": - # - groundhog # bounds: transformers - # - groundhog-th # via groundhog - # - groundhog-sqlite # via groundhog - # - groundhog-postgresql # bounds: transformers # via groundhog - # - groundhog-mysql # bounds: transformers # via: groundhog, mysql-simple + "Boris Lykah @lykahb": + - groundhog + - groundhog-th + - groundhog-sqlite + - groundhog-postgresql + - groundhog-mysql + - groundhog-inspector "Janne Hellsten @nurpax": - sqlite-simple From e0bbe2ee6347507d26605c5111de29329d7b307f Mon Sep 17 00:00:00 2001 From: Jeremy Barisch-Rooney Date: Wed, 1 Mar 2017 23:28:12 +0000 Subject: [PATCH 0785/3109] Add threepenny-gui-flexbox --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3dbf65..4610c75a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + + "Jeremy Barisch-Rooney @barischj": + - threepenny-gui-flexbox + "Romain Edelmann @redelmann": - distribution From 3d06699c19ba3f75ec7f8e51ee4b3c205cdae634 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Mar 2017 09:29:47 +0200 Subject: [PATCH 0786/3109] Upper bound for #2345 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 126457b8..46596aab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2885,6 +2885,9 @@ packages: # https://github.com/fpco/stackage/issues/2340 - language-c < 0.6 + # https://github.com/fpco/stackage/issues/2345 + - syb < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From ca68b7acb2a4ed5b894fdfd3936888a668647da4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 2 Mar 2017 09:30:28 +0200 Subject: [PATCH 0787/3109] Upper bound for #2346 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46596aab..9ed11789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,6 +2888,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2346 + - List < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 2f66fa1a0b45350f5fe3d22682620d93fb56a1ad Mon Sep 17 00:00:00 2001 From: Brandon Martin Date: Thu, 2 Mar 2017 06:46:15 -0800 Subject: [PATCH 0788/3109] add rethinkdb and engine-io-wai to build-constraints.yaml --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ed11789..c1d593d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,7 +4,7 @@ packages: "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox - + "Romain Edelmann @redelmann": - distribution @@ -1863,9 +1863,8 @@ packages: - storable-record "Brandon Martin @codedmart": - [] - # - engine-io-wai # bounds: ghc, base - # - rethinkdb # bounds: vector + - engine-io-wai + - rethinkdb "Michael Walker @barrucadu": - both From b7673377ea083145eccdb093609087440eee521d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Adri=C3=A1n=20Ontivero?= Date: Thu, 2 Mar 2017 20:16:53 -0300 Subject: [PATCH 0789/3109] Add hopfli --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5cd1285..5e83d624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2821,6 +2821,7 @@ packages: "Cristian Adrián Ontivero @contivero": - hasmin + - hopfli # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 531250b1cc6954fdb4e61334e05d8f0b27a92ef5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 3 Mar 2017 06:18:05 +0200 Subject: [PATCH 0790/3109] Remove upper bound and close #2346 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d01813..5b9dee00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2891,9 +2891,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2346 - - List < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 0c8d55e268563859e4ec0ccba17a8d8ad893ebe9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 3 Mar 2017 07:31:53 +0200 Subject: [PATCH 0791/3109] Hide matrices --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b9dee00..9cf6a1e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3716,6 +3716,7 @@ hide: - objective # conflicts with Control.Object in natural-transformation - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base +- matrices # conflicts with matrix # Cryptonite deprecations - cipher-aes From 4ec5f1b45adf74696fd18c3510644da99fd46d54 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 3 Mar 2017 15:22:02 +0200 Subject: [PATCH 0792/3109] Re-enable cassava and few deps --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cf6a1e7..9a0fe876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -160,7 +160,7 @@ packages: - async - base16-bytestring - c2hs - # - cassava # bounds: vector + - cassava - csv-conduit - executable-hash - executable-path @@ -610,8 +610,7 @@ packages: - posix-realtime "Dom De Re @domdere": - [] - # - cassava-conduit # via cassava: bounds: vector + - cassava-conduit "Dominic Steinitz @idontgetoutmuch": [] @@ -954,7 +953,7 @@ packages: - servant-blaze - servant-foreign - servant-mock - # - servant-cassava # via cassava: bounds: vector + - servant-cassava "Alexandr Ruchkin @mvoidex": # - hdocs # BLOCKED haddock-api GHC 8.0.2 From d5ed1904a560d9356d234bd95e8497cbcc946ef8 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 3 Mar 2017 20:25:15 +0300 Subject: [PATCH 0793/3109] =?UTF-8?q?Add=20=E2=80=98path=E2=80=99=20to=20M?= =?UTF-8?q?ark=20Karpov's=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm now a co-maintainer of ‘path’ and I'll be checking and updating version boundaries of dependencies and stuff, so I'd like to be notified about issues related to ‘path’. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a0fe876..a4177c7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2043,6 +2043,7 @@ packages: - flac - flac-picture - lame + - path # "Thomas Bereknyei ": # - multiplate # bounds: transformers From 8045991bb5e323ae0a871728e7649449a3b9fb15 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 4 Mar 2017 20:18:20 +0200 Subject: [PATCH 0794/3109] Expect test failure JustusAdam/marvin#12 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..74689764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,9 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + # https://github.com/JustusAdam/marvin/issues/12 + - marvin + # end of expected-test-failures From fb520a304cd03ff8cd0cd13bcfbfef9a6a76ec27 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Mar 2017 14:58:41 +0200 Subject: [PATCH 0795/3109] Skip benchmarks for #2352 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74689764..71a75668 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,6 +3563,9 @@ skipped-benchmarks: - zippers - jvm + # https://github.com/fpco/stackage/issues/2352 + - extensible + # end of skipped-benchmarks From 3feaf5894d09b71b3eb74240ae9892b41d49d67e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 5 Mar 2017 18:01:33 +0200 Subject: [PATCH 0796/3109] Remove skipped benchmaarks and close #2352 This reverts commit fb520a304cd03ff8cd0cd13bcfbfef9a6a76ec27. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71a75668..74689764 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,9 +3563,6 @@ skipped-benchmarks: - zippers - jvm - # https://github.com/fpco/stackage/issues/2352 - - extensible - # end of skipped-benchmarks From 98e986da5fcd7654ddfafcc2bd61fad5d2a1a655 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Mar 2017 07:37:17 +0200 Subject: [PATCH 0797/3109] Revert expecte test failure and close JustusAdam/marvin#12 This reverts commit 8045991bb5e323ae0a871728e7649449a3b9fb15. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74689764..a4177c7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,9 +3286,6 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - # https://github.com/JustusAdam/marvin/issues/12 - - marvin - # end of expected-test-failures From cbb04997da6ab9dee1436a80b936525eb3d90d67 Mon Sep 17 00:00:00 2001 From: Peter Trsko Date: Mon, 6 Mar 2017 11:39:52 +0100 Subject: [PATCH 0798/3109] Add between, connection-pool, freer-effects, verbosity --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..80c1bf79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,12 @@ packages: - hasmin - hopfli + "Peter Trško @trskop": + - between + - connection-pool + - freer-effects + - verbosity + # 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 From 49034bf72da68bb0811301c7a7700c689ae17134 Mon Sep 17 00:00:00 2001 From: Peter Trsko Date: Mon, 6 Mar 2017 12:43:56 +0100 Subject: [PATCH 0799/3109] Added github-users for IxpertaSolutions --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80c1bf79..ac81c2bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3650,6 +3650,11 @@ github-users: - Bodigrim - cartazio - phadej + IxpertaSolutions: + - Siprj + - liskin + - trskop + - xkollar # end of github-users From c35f1f07f600cfeeed33715d60864a194320914f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 17:22:50 +0100 Subject: [PATCH 0800/3109] Upper bound for #2354 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4177c7f..3594bccc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2891,6 +2891,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2354 + - mainland-pretty < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 81bf9ea45e35de5740fc2c1af2da4ea15595882d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 17:34:58 +0100 Subject: [PATCH 0801/3109] Upper bound for #2355 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3594bccc..ef23d5a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2894,6 +2894,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2355 + - shell-conduit < 4.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 555edc56e41137417db1185903b20e0f3c4bee91 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 19:15:49 +0100 Subject: [PATCH 0802/3109] Remove upper bound and close #2333 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 436ebcb4..731b5e35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2884,9 +2884,6 @@ packages: # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 - # https://github.com/fpco/stackage/issues/2333 - - cryptonite < 0.22 - # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 From 6d4ae7037fb47991dbeaf2ae5b1fb543408cf0d7 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Tue, 7 Mar 2017 01:49:13 +0530 Subject: [PATCH 0803/3109] Take over shell-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 731b5e35..6ae464ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -251,6 +251,7 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal + - shell-conduit "haskell-openal": - OpenAL @@ -322,7 +323,6 @@ packages: # - present # compilation failure against haskell-src-exts - pure-io # - scrobble # compilation errors against time 1.6 - - shell-conduit - sourcemap - hindent - descriptive From 95c6e4e6ca49b0a29685a84b87c58b7be2d09ce2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 21:56:49 +0100 Subject: [PATCH 0804/3109] Remove upper bound and close #2355 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ae464ec..f3738c97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2897,9 +2897,6 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2355 - - shell-conduit < 4.6.0 - # end of packages # Package flags are applied to individual packages, and override the values of From e11e7adad1e022deb762a4ac5cb116574a301765 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 22:30:59 +0100 Subject: [PATCH 0805/3109] Try re-enabling servant-server and jose-jwt tests, closes #2169 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3738c97..e4b2112c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3252,9 +3252,7 @@ expected-test-failures: - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - - jose-jwt # doctest ambiguity https://github.com/fpco/stackage/issues/2169 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - - servant-server # 0.9.1.1 due to hspec-wai-0.8.0 https://github.com/haskell-servant/servant/issues/643 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-ldap # # https://github.com/khibino/haskell-text-ldap/issues/1 - thyme # https://github.com/liyang/thyme/issues/50 From b17965b22bd195dca6be79bd08c4868eeba848ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 6 Mar 2017 22:32:55 +0100 Subject: [PATCH 0806/3109] Remove upper bound and close #2340 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4b2112c..bbef6d22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,9 +2888,6 @@ packages: - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2340 - - language-c < 0.6 - # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 From 828e09cba10384888d03b8402aa02873025eb046 Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Mon, 6 Mar 2017 16:34:38 -0500 Subject: [PATCH 0807/3109] Add boltzmann-samplers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bbef6d22..ea8afe9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -23,6 +23,7 @@ packages: # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector "Li-yao Xia @Lysxia": + - boltzmann-samplers - generic-random "Tobias Dammers @tdammers": From 88d4d3c876efdcefe79f8edd2c296dba1c23eaea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:12:27 +0100 Subject: [PATCH 0808/3109] Expect pixelated-avatar-generator tests to fail pixelated-avatar-generator#19 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea8afe9c..7e92a94d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,7 @@ expected-test-failures: - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From e5d3e595b1de6d856c7adef27f6af73669a52e98 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:16:31 +0100 Subject: [PATCH 0809/3109] Expected language-c tests to fail --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e92a94d..222ef705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,7 +3288,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - + - language-c # 0.6 https://github.com/visq/language-c/issues/30 # end of expected-test-failures From 16aee943f6be087b80f4717b4645d438139bf768 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 00:16:44 +0100 Subject: [PATCH 0810/3109] Re-enable aeson test suite --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ef705..1a44393f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,8 +3280,7 @@ expected-test-failures: - makefile # Misc. - - aeson # Will be fixed in the next release - - distributed-process-supervisor # # https://github.com/haskell-d + - distributed-process-supervisor # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 From 727c112510dc9b9d85bc3ad6813d0a776568bc58 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 09:48:14 +0100 Subject: [PATCH 0811/3109] Revert "Re-enable aeson test suite" This reverts commit 16aee943f6be087b80f4717b4645d438139bf768. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a44393f..222ef705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,8 @@ expected-test-failures: - makefile # Misc. - - distributed-process-supervisor # https://github.com/haskell-d + - aeson # Will be fixed in the next release + - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 From 28ed9f5feea611d9fe288b83742001cde9fe54f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 09:48:51 +0100 Subject: [PATCH 0812/3109] Re-disable aeson test suite --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ef705..06af5c1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,7 @@ expected-test-failures: - makefile # Misc. - - aeson # Will be fixed in the next release + - aeson # 1.1.0.0 Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug From 68eccd458788d052e133b906a89bf1bbcfc09cd2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 17:43:19 +0100 Subject: [PATCH 0813/3109] Upper bound for #2358 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06af5c1f..c6906d11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2895,6 +2895,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2358 + - safe-exceptions < 0.1.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9f20c45b3de234737d9c9aa5c9748c9061f4223b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 7 Mar 2017 23:15:32 +0100 Subject: [PATCH 0814/3109] Remove upper bound and close #2358 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6906d11..06af5c1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2895,9 +2895,6 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2358 - - safe-exceptions < 0.1.5.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 23ce9604c65e06e3163afb572c70c23852265dd1 Mon Sep 17 00:00:00 2001 From: Andrei Barbu Date: Tue, 7 Mar 2017 23:38:08 -0500 Subject: [PATCH 0815/3109] Add matplotlib --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06af5c1f..011eaaea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,6 +2808,7 @@ packages: "Andrei Barbu @abarbu": - nondeterminism - csp + - matplotlib "mackeyrms @mackeyrms": - tsv2csv diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1dac2901..c0925f57 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,10 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + python-mpltoolkits.basemap \ + python3-matplotlib \ + python3-numpy \ + python3-pip \ r-base \ r-base-dev \ ruby-dev \ From d5bd3286b23d540e687beaaf7a5a9482cd503251 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:33:36 +0100 Subject: [PATCH 0816/3109] Re-enable language-c tests visq/language-c#30 and http2 benchmarks kazu-yamamoto/http2#13. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..17d20588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3289,7 +3289,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - language-c # 0.6 https://github.com/visq/language-c/issues/30 # end of expected-test-failures @@ -3381,7 +3380,6 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - - http2 # https://github.com/kazu-yamamoto/http2/pull/13, we can upgrade http2 in lts-6 when this is lifted. # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 From e230050f3a4b2a5df56ccadad7f8aa2380544895 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 8 Mar 2017 22:40:29 +0100 Subject: [PATCH 0817/3109] Disable http2 benchmarks due to hashtables dependency requiring old vector --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17d20588..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,7 @@ skipped-benchmarks: # just remove these lines and run `stackage-curator check' # to verify. - criterion-plus + - http2 # Transitive outdated dependencies # These packages From 7b4d98733334c8e28e12d34434e584f383f42b8a Mon Sep 17 00:00:00 2001 From: Devon Hollowood Date: Wed, 8 Mar 2017 13:59:35 -0800 Subject: [PATCH 0818/3109] Add search-algorithms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..27be78d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2836,6 +2836,9 @@ packages: - freer-effects - verbosity + "Devon Hollowood @devonhollowood": + - search-algorithms + # 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 From e49b3a1cf2619111c20322e4721201e9754c8bae Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 8 Mar 2017 23:43:03 +0000 Subject: [PATCH 0819/3109] adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 5ee68edb833aaf2a490f4958ec600cc166c4c6d6 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:09:55 +0000 Subject: [PATCH 0820/3109] temporarily removing mixed-types-num --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896a14b..35a30d8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,7 +2581,6 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 9f5d25e153228ac2bfcfb23263f1b6f72f54b6fd Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Thu, 9 Mar 2017 00:10:25 +0000 Subject: [PATCH 0821/3109] Re-adding mixed-types-num --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35a30d8a..6896a14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2581,6 +2581,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr + - mixed-types-num "Bartosz Nitka @niteria": - haskell-packages From 54e24664685e6048e3bb578330689a5e151c60d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 08:53:16 +0100 Subject: [PATCH 0822/3109] Expect matplotlib tests to fail #2359 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..a5b23314 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From c4e152e1730fcf21f36b69ce8f1f03499d37c2c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 9 Mar 2017 16:36:38 +0100 Subject: [PATCH 0823/3109] Re-enable matplotlib tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5b23314..47c87262 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - matplotlib # https://github.com/fpco/stackage/pull/2359#issuecomment-285279514 # end of expected-test-failures From 9ea66060dfc76b690127974f20c815579786f304 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 10 Mar 2017 21:56:02 +0900 Subject: [PATCH 0824/3109] shelly-1.6.8.3 should build now --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47c87262..21a72b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -991,6 +991,7 @@ packages: - hslua # - idris # bounds: safe - xmonad-contrib + - shelly # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector @@ -1991,8 +1992,7 @@ packages: - titlecase "Mark Fine @markfine": - [] - # - postgresql-schema # BLOCKED shelly GHC 8.0.2 + - postgresql-schema # - sbp # build failure "Jinjing Wang @nfjinjing": @@ -3098,9 +3098,6 @@ skipped-tests: # re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 - # BLOCKED shelly GHC 8.0.2 - - c2hs - # directory 1.3 - machines - xmlhtml From bf7dcae86167b46cabea4b1f8dd8e0a82de18669 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 10 Mar 2017 08:38:32 -0800 Subject: [PATCH 0825/3109] Add bench --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a72b44..0caf356d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -547,6 +547,7 @@ packages: - turtle - foldl - morte + - bench "Andrew Thaddeus Martin @andrewthad": - yesod-table From cf3678c4a342977bdc9835b7dfea425e5fb6b4b6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 11 Mar 2017 00:47:40 +0000 Subject: [PATCH 0826/3109] add Chris Dornan's regex packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..355dee8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2841,6 +2841,10 @@ packages: "Devon Hollowood @devonhollowood": - search-algorithms + "Chris Dornan @cdornan": + - regex + - regex-examples + # 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 From 4cdd649e753284c1cacfb95c2d48e9024748bee8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 11 Mar 2017 13:43:07 +0100 Subject: [PATCH 0827/3109] matplotlib upper bound for #2365 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0caf356d..1ae7a7fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2901,6 +2901,9 @@ packages: # https://github.com/fpco/stackage/issues/2354 - mainland-pretty < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 0ee4da59d8b1b2171b00a28037faa96829a4cc51 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 11 Mar 2017 23:21:10 +0100 Subject: [PATCH 0828/3109] build-constraints.yaml: add Henning Thielemann --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d956fd1c..0fcc228f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,14 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Henning Thielemann @thielema": + - numeric-prelude + - non-negative + - non-empty + - storable-record + - utility-ht + - prelude-compat + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox From a5729b6ba8832ca2641989db9a744a183804daca Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 13 Mar 2017 03:07:19 +0000 Subject: [PATCH 0829/3109] Seperate out PCRE dependencies into regex-with0pcre See https://github.com/iconnect/regex/issues/65 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..3c75722a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,6 +2851,7 @@ packages: "Chris Dornan @cdornan": - regex + - regex-with-pcre - regex-examples # If you stop maintaining a package you can move it here. From 9a5d8636b12e955b4d55d1af6c6a36d1ee36c897 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 13 Mar 2017 11:57:30 -0400 Subject: [PATCH 0830/3109] Add vector tests back to Stackage --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f34f90c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3088,7 +3088,6 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - terminal-progress-bar # fixed on master, depends on older version of itself - - vector # https://github.com/haskell/vector/commit/31edb3fc51e76facc1e291f1e9e721663d91dbd8 # Transitive outdated dependencies # These packages From 182be3f3ee051464ca460f4e214974f7a17ae350 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 13 Mar 2017 18:08:55 +0200 Subject: [PATCH 0831/3109] Re-enable Chart-diagrams --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..a413720c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2377,8 +2377,8 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # via blaze-svg: bounds: blaze-markup - # - Chart-diagrams # via SVGFonts: via blaze-svg: bounds: blaze-markup + - SVGFonts + - Chart-diagrams # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client From c38520ee0329325ffefacb0da123aff81008e663 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Tue, 14 Mar 2017 03:24:12 +1100 Subject: [PATCH 0832/3109] added more louispan packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..273d31c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2793,9 +2793,13 @@ packages: "Louis Pan @louispan": - alternators - disposable + - ghcjs-base-stub - glaze - glazier - glazier-pipes + - glazier-react + - glazier-react-widget + - javascript-extras - l10n - pipes-category - pipes-fluid From 519ef830ca543d9aeac3674f4cedd80bf3b53087 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 13 Mar 2017 23:49:24 +0100 Subject: [PATCH 0833/3109] Add mediabus --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 011eaaea..b57fdacf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1706,6 +1706,9 @@ packages: - b9 - type-spec - pretty-types + - mediabus + - mediabus-fdk-aac + - mediabus-rtp # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c0925f57..b1828b89 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -51,6 +51,7 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ + libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From c6168e1393e08182c6100cea5af77dcd81966fcd Mon Sep 17 00:00:00 2001 From: Justin Le Date: Mon, 13 Mar 2017 23:51:27 -0700 Subject: [PATCH 0834/3109] Adding backprop to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..47d113e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1566,6 +1566,7 @@ packages: "Justin Le @mstksg": - auto + - backprop - configurator-export - hamilton - prompt From 37ff1b00d260fe03d283ee3d655fa1ead4618f5d Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Wed, 15 Mar 2017 12:44:50 +0300 Subject: [PATCH 0835/3109] Use my real name in meta-info --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..f9afb83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,7 +1727,7 @@ packages: "Robert Massaioli @robertmassaioli": - range - "Index Int @int-index": + "Vladislav Zavialov @int-index": - transformers-lift - ether - union From c3939fc79b88a68c45e88963107252b63e9e5411 Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Wed, 15 Mar 2017 23:09:18 +1100 Subject: [PATCH 0836/3109] louispan: added arrow-extras --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273d31c0..19d2227b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2792,6 +2792,7 @@ packages: "Louis Pan @louispan": - alternators + - arrow-extras - disposable - ghcjs-base-stub - glaze From 2c0afcc0ba89dcd5aea10bb150cb23e88d6984e5 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Wed, 15 Mar 2017 23:59:22 +0300 Subject: [PATCH 0837/3109] add dictionaries --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fcc228f..7e00de80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2626,6 +2626,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie < 0.4.1 || > 0.4.1 + - dictionaries "Joachim Fasting @joachifm": - libmpd From a67d178be7643e3ea628f25fa4ace4dfa68a6acc Mon Sep 17 00:00:00 2001 From: 3noch Date: Wed, 15 Mar 2017 22:40:22 -0400 Subject: [PATCH 0838/3109] add ziptastic-client ziptastic-core --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..970d2c07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2860,6 +2860,10 @@ packages: - regex-with-pcre - regex-examples + "Elliot Cameron @3noch": + - ziptastic-client + - ziptastic-core + # 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 From 87982132e0f2334ed8902dac397eab8d0b8ae4c5 Mon Sep 17 00:00:00 2001 From: anton-k Date: Thu, 16 Mar 2017 08:43:29 +0300 Subject: [PATCH 0839/3109] add data-fix by anton-k --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 660a66b8..40d5308e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1508,6 +1508,9 @@ packages: # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - haskell-neo4j-client + "Anton Kholomiov ": + - data-fix + "Alexey Khudyakov @Shimuuar": - histogram-fill - fixed-vector From fcb5dc78bac6ee103a33596dc4e5b21cbd6e506c Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Thu, 16 Mar 2017 18:31:03 +0530 Subject: [PATCH 0840/3109] Add minio-hs back to stackage. Disable live-tests --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..f06b1b2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2814,8 +2814,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # tests failed https://github.com/fpco/stackage/pull/2287 + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -2948,6 +2947,9 @@ package-flags: hpio: test-hlint: false + minio-hs: + live-test: false + hxt: network-uri: true hxt-http: From 1f2f4b2b492d991f9c0ca0aa3c7ce504978ae291 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:35:14 -0700 Subject: [PATCH 0841/3109] Add constraint "errors < 2.2.0" per #2378 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c41d748..8751073c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2923,6 +2923,9 @@ packages: # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 + # https://github.com/fpco/stackage/issues/2378 + - errors < 2.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3c4432005ca269943b82aa9a7dcafaa13cdb9e7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:44:12 -0700 Subject: [PATCH 0842/3109] Re-disable minio-hs per #2377 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7596c025..35aae08e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2817,7 +2817,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # https://github.com/fpco/stackage/pull/2377/files "ncaq @ncaq": - haskell-import-graph From 5da57540f549fe1f52b0ac3563d0fb87a043dd7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 16:55:30 -0700 Subject: [PATCH 0843/3109] Add constraint "tasty-discover < 2.0.0" per lwm/tasty-discover#85 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35aae08e..5d1d9a70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2933,6 +2933,9 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 + # https://github.com/lwm/tasty-discover/issues/85 + - tasty-discover < 2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From bb3763aa3f9f572e7e68b6d0253102b7f8a85065 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 16 Mar 2017 17:25:38 -0700 Subject: [PATCH 0844/3109] Expect galzier-react haddocks to fail per #2379 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1d9a70..7346ca01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,7 @@ expected-haddock-failures: - 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 + - glazier-react # https://github.com/fpco/stackage/issues/2379 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From f3f0d6ae0fbf0dcdb1d101d3be9425f2da2bfa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 17 Mar 2017 00:34:40 -0400 Subject: [PATCH 0845/3109] add package hspec-checkers --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..5e7b04bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,7 @@ packages: - getopt-generics - graph-wrapper - string-conversions + - hspec-checkers "Jan Stolarek @jstolarek": - tasty-program From 69b80e4ea3cdf80e1f654275ac5dde35b9d01ab9 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 17 Mar 2017 15:34:33 +0530 Subject: [PATCH 0846/3109] Try to add minio-hs again to stackage --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..9611e09d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1764,7 +1764,7 @@ packages: - haskell-neo4j-client "Anton Kholomiov ": - - data-fix + - data-fix "Alexey Khudyakov @Shimuuar": - histogram-fill @@ -2817,8 +2817,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # https://github.com/fpco/stackage/pull/2377/files + - minio-hs "ncaq @ncaq": - haskell-import-graph From a2b250ea3226920cad892ed0306b308a1a5cd0a9 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Fri, 17 Mar 2017 13:28:16 +0000 Subject: [PATCH 0847/3109] fix constraints for picosat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..6c1b0ca1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2468,7 +2468,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - repline - # - picosat # https://github.com/sdiehl/haskell-picosat/issues/6 + - picosat # "Daishi Nakajima @nakaji_dayo": # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 From 8dc9d0d948bfc80b131d218754433054628d31cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:19:00 -0700 Subject: [PATCH 0848/3109] Expect aeson tests to pass --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7346ca01..338e0d06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3320,7 +3320,6 @@ expected-test-failures: - makefile # Misc. - - aeson # 1.1.0.0 Will be fixed in the next release - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug @@ -3725,7 +3724,6 @@ tell-me-when-its-released: - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- aeson-1.1.0.0 # Re-enable test suite # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 1c0583c34f4153796614c662d48db2bb2f9a9139 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:23:32 -0700 Subject: [PATCH 0849/3109] Add constraint "unordered-containers < 0.2.8.0" per #2386 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 338e0d06..2b0c0bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,9 @@ packages: # https://github.com/lwm/tasty-discover/issues/85 - tasty-discover < 2.0.0 + # https://github.com/fpco/stackage/issues/2386 + - unordered-containers 0.2.8.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 86fe6430449bb3ed560ec30199b53557967d8e96 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:24:23 -0700 Subject: [PATCH 0850/3109] Add constraint "tasty-ant-xml < 1.1.0" per #2385 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b0c0bd0..460836e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2936,6 +2936,9 @@ packages: # https://github.com/lwm/tasty-discover/issues/85 - tasty-discover < 2.0.0 + # https://github.com/fpco/stackage/issues/2385 + - tasty-ant-xml < 1.1.0 + # https://github.com/fpco/stackage/issues/2386 - unordered-containers 0.2.8.0 From 3458a62c250b506ffcbef28ad710560e514fccd7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 07:24:51 -0700 Subject: [PATCH 0851/3109] fix typo in constraint --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 460836e5..debe4bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2940,7 +2940,7 @@ packages: - tasty-ant-xml < 1.1.0 # https://github.com/fpco/stackage/issues/2386 - - unordered-containers 0.2.8.0 + - unordered-containers < 0.2.8.0 # end of packages From b3ab3ec3bc86cf72d6bf726c48578addf273e88a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 18 Mar 2017 10:53:54 +0000 Subject: [PATCH 0852/3109] Remove upper bound for https://github.com/lwm/tasty-discover/issues/85. This reverts commit 5da57540f549fe1f52b0ac3563d0fb87a043dd7c. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d6a7316..7c00e32e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2933,9 +2933,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/lwm/tasty-discover/issues/85 - - tasty-discover < 2.0.0 - # https://github.com/fpco/stackage/issues/2385 - tasty-ant-xml < 1.1.0 From 8bcbb3a2bf220627df55f0d8cb14c7b8c1be6a25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 11:00:58 -0700 Subject: [PATCH 0853/3109] Expect req tests to fail per mrkkrp/req#14 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 210c1988..7ee9eae3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3727,6 +3728,7 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - terminal-progress-bar-0.1.1 # Unskip test suite +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 # Packages which should be hidden after registering, to avoid module name From 70e908dc3990a59c9897b3a52be0565941f87eb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 18:40:11 -0600 Subject: [PATCH 0854/3109] Expect picosat tests to fail per #2382 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ee9eae3..8326da84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,6 +3296,7 @@ expected-test-failures: - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - 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 - thyme # https://github.com/liyang/thyme/issues/50 From 26133500dfc3e9856931d0c07a533b340ca43e84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 18 Mar 2017 18:42:32 -0600 Subject: [PATCH 0855/3109] Expect http-client-openssl tests to fail per snoyberg/http-client#267 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8326da84..9a7aab9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,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 + - http-client-openssl # https://github.com/snoyberg/http-client/issues/267 - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 From 92a6cd308dec364342d3e8f8ad2b04694a2d2103 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Wed, 15 Mar 2017 11:14:29 +0100 Subject: [PATCH 0856/3109] build-constraints.yaml: add many more packages by Henning Thielemann --- build-constraints.yaml | 56 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..9153605e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,11 +3,63 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - numeric-prelude - - non-negative + - accelerate-arithmetic + - accelerate-fftw + - accelerate-fourier + - accelerate-utility + - apportionment + - audacity + - bibtex + - board-games + - buffer-pipe + - calendar-recycling + - comfort-graph + - concurrent-split + - data-accessor + - data-accessor-mtl + - data-accessor-template + - data-accessor-transformers + - data-ref + - dsp + - enumset + - equal-files + - event-list + - explicit-exception + - fixed-length + - gnuplot + - iff + - interpolation + - latex + - lazyio + - markov-chain + - midi + - midi-music-box - non-empty + - non-negative + - numeric-prelude + - pathtype + - pooled-io + - probability + - sample-frame + - sample-frame-np + - set-cover + - sound-collage + - sox + - split-record + - spreadsheet + - stm-split - storable-record + - storablevector + - synthesizer-core + - synthesizer-dimensional + - synthesizer-midi + - tagchup + - tfp + - unicode + - unsafe - utility-ht + - xml-basic + - youtube - prelude-compat "Jeremy Barisch-Rooney @barischj": From dc4181bbc4f110d09c14e8c3cc69c306f1167e0b Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 19 Mar 2017 14:56:10 +0100 Subject: [PATCH 0857/3109] take over fft, carray, ix-shapable from Oleg Grenrus --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9153605e..056effbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -62,6 +62,11 @@ packages: - youtube - prelude-compat + - fft + - carray + # Not a maintainer + - ix-shapable + "Jeremy Barisch-Rooney @barischj": - threepenny-gui-flexbox @@ -1191,11 +1196,6 @@ packages: - recursion-schemes - unordered-containers - - fft - - carray - - ix-shapable - - fft - # Regex packages by Chris Kuklewicz - regex-base - regex-compat From 296edab192ad598bf97ae7b43228c2d52b37cdd9 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 18 Mar 2017 15:32:27 -0500 Subject: [PATCH 0858/3109] added tibetan-utils --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..424bab4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Vanessa McHale @vmchale": + - tibetan-utils + "Henning Thielemann @thielema": - numeric-prelude - non-negative From 0935f0d7018ce9b283c843b1168d6d7ac15455de Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 19 Mar 2017 14:14:31 +0530 Subject: [PATCH 0859/3109] Add tldr --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 424bab4f..35ac082b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -264,6 +264,7 @@ packages: - download - textlocal - shell-conduit + - tldr "haskell-openal": - OpenAL From 07158fb62bd09a435a21af23c7808510da65321a Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Sun, 19 Mar 2017 12:00:55 +0100 Subject: [PATCH 0860/3109] snap-blaze --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35ac082b..8de41a71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1048,6 +1048,7 @@ packages: # - mole # bounds: hspec, optparse-applicative - publicsuffix - rethinkdb-client-driver + - snap-blaze "Alexandr Kurilin @alex_kurilin": - bcrypt From c3e2a3cfb232e56f010deecd2b24067b77520d3c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 10:48:02 +0000 Subject: [PATCH 0861/3109] Add upper bound for #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8de41a71..7ab66c80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2945,6 +2945,9 @@ packages: # https://github.com/fpco/stackage/issues/2386 - unordered-containers < 0.2.8.0 + # https://github.com/fpco/stackage/issues/2393 + - HUnit < 1.6.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From a4a1e23e1cac36df7eb3afaf9bd9d0830e1c8271 Mon Sep 17 00:00:00 2001 From: joneshf Date: Sun, 19 Mar 2017 16:22:24 -0700 Subject: [PATCH 0862/3109] Add servant-ruby --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab66c80..8adefa76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2873,6 +2873,9 @@ packages: - ziptastic-client - ziptastic-core + "Hardy Jones @joneshf": + - servant-ruby + # 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 From ca9a84073b74ada88865c92a4d4b1e1d4417ef73 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 20 Mar 2017 11:40:42 +0000 Subject: [PATCH 0863/3109] Revert "Expect galzier-react haddocks to fail per #2379" This reverts commit bb3763aa3f9f572e7e68b6d0253102b7f8a85065. Closes #2379. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8adefa76..8e3c1516 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3395,7 +3395,6 @@ expected-haddock-failures: - 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 - - glazier-react # https://github.com/fpco/stackage/issues/2379 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 1a2f6339ff5fddda5fea6f360cedae96b967389e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Mar 2017 19:40:30 +0100 Subject: [PATCH 0864/3109] Re-enable ginger tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c1516..3ed3e7c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,7 +3280,6 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - - ginger # https://bitbucket.org/tdammers/ginger/issues/1/test-suite-failure-due-to-missing-test - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From c47da207fef0b3f3330f6c72b60a1c23aa595a7f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Mar 2017 09:51:31 +0100 Subject: [PATCH 0865/3109] Reword wontfix skipped tests to be more neutral --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed3e7c5..969f484d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3147,8 +3147,10 @@ skipped-tests: - symengine # symengine - # Wontfix. The maintainer chose to keep these broken/outdated, only - # re-enable if requested. + # Wontfix. The maintainer doesn't want to keep test dependencies + # up to date or be notified about it, or doesn't want stackage to + # run the tests. + # Only re-enable if requested. - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 # directory 1.3 From c6030f5e8a6289d9d45156215f93a90fd7abadea Mon Sep 17 00:00:00 2001 From: Thomas Sutton Date: Tue, 21 Mar 2017 10:45:18 +1100 Subject: [PATCH 0866/3109] Add thsutton's packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 969f484d..220e7cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2838,6 +2838,10 @@ packages: "mackeyrms @mackeyrms": - tsv2csv + "Thomas Sutton @thsutton": + - aeson-diff + - edit-distance-vector + "Kyle Van Berendonck @kvanberendonck": - rot13 - dvorak From 908f7e5cd33326d81975628048f607e67f62093b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 14:10:47 +0000 Subject: [PATCH 0867/3109] Disable new package while waiting on relaxed upper bound. Please see https://github.com/fpco/stackage/pull/2395. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e7cd7..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2839,7 +2839,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff + # - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": From 407ea071f668e4a06ea9d1d8b7b83e236c42ef81 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 22 Mar 2017 15:21:51 +0000 Subject: [PATCH 0868/3109] Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..1aa1b14b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/dylex/postgresql-typed/issues/4 + - postgresql-typed < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From cbe7db73fd76a349abf0f79708cbac327b03a351 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 11:46:21 +0000 Subject: [PATCH 0869/3109] Add upper bounds for js-jquery in #2398. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1aa1b14b..368c3a9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/dylex/postgresql-typed/issues/4 - postgresql-typed < 0.5.0 + # https://github.com/fpco/stackage/issues/2398 + - js-jquery < 3.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b0dbf6f9d01e6a988476226ccbc566a05c6f8d57 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 22 Mar 2017 16:53:07 -0400 Subject: [PATCH 0870/3109] Revert "Add upper bounds for https://github.com/dylex/postgresql-typed/issues/4." This reverts commit 407ea071f668e4a06ea9d1d8b7b83e236c42ef81. postgresql-typed was broken with postgresql-binary 0.12, so the upper bound on postgresql-typed won't fix the problem. postgresql-typed 0.5.1 is now released and works with postgresql-binary 0.12.1. Closes #2396. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 368c3a9c..ee0a2508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/dylex/postgresql-typed/issues/4 - - postgresql-typed < 0.5.0 - # https://github.com/fpco/stackage/issues/2398 - js-jquery < 3.2.1 From 44cbb10b817b3ba583a4339ec7b2819c087113f3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 13:35:57 +0000 Subject: [PATCH 0871/3109] Remove upper bound for #2398. Closes #2398. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee0a2508..09bd9163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,9 +2955,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2398 - - js-jquery < 3.2.1 - # end of packages # Package flags are applied to individual packages, and override the values of From ca62cfafbef99b435dd84c0dcdf0717a57bedadc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:28:58 +0000 Subject: [PATCH 0872/3109] Add upper bound for hslua in #2393. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09bd9163..7354a140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 + # https://github.com/fpco/stackage/issues/2400 + - hslua < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 171666a285327f0a39dc5f9e94d2edfe4d600bd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 23 Mar 2017 23:35:37 +0000 Subject: [PATCH 0873/3109] Add upper bounds for hjsonschema. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7354a140..3411f5aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/seagreen/hjsonschema/issues/48 + - hjsonschema < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From ade50ddcd32269107b33d0776480f02702a5bfc5 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 23 Mar 2017 10:03:52 +1000 Subject: [PATCH 0874/3109] add concise --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3411f5aa..23f237b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2444,6 +2444,7 @@ packages: # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": + - concise - jose # "Yutaka Nishimura @ynishi": From 2b584d006da12b19754dc93c6c6b8629efa86158 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 24 Mar 2017 16:06:57 +0900 Subject: [PATCH 0875/3109] Re-enable twitter-types `twitter-types` and `twitter-types-lens` builds on the latest nightly (and LTS). It is no longer held back by `derive`. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23f237b0..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2117,8 +2117,8 @@ packages: "Takahiro Himura @thimura": - lens-regex # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens - # - twitter-types # via: derive - # - twitter-types-lens # via: twitter-types + - twitter-types + - twitter-types-lens # "Robbin C. robbinch": # - zim-parser # via: lzma From 62d18ce0e453087aa5465d342e668b04f2cc565f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 10:57:38 +0000 Subject: [PATCH 0876/3109] Add upper bounds for vectortiles. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..2249a186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,6 +2962,9 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 + # https://github.com/fosskers/vectortiles/issues/9 + - vectortiles < 1.2.0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5561a1ac8b9474e26e4a43a890f2b385f38d6b5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Mar 2017 23:41:30 +0000 Subject: [PATCH 0877/3109] Revert "Add upper bounds for vectortiles." This reverts commit 62d18ce0e453087aa5465d342e668b04f2cc565f. Please see https://github.com/fosskers/vectortiles/issues/9. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2249a186..29e9fdb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/seagreen/hjsonschema/issues/48 - hjsonschema < 1.6 - # https://github.com/fosskers/vectortiles/issues/9 - - vectortiles < 1.2.0.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 36a01d7dfe764076f7115fb362e1b4a44c56cd88 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 24 Mar 2017 15:09:59 +0000 Subject: [PATCH 0878/3109] add algebraic-graphs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29e9fdb5..88a46d21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2881,6 +2881,9 @@ packages: "Hardy Jones @joneshf": - servant-ruby + "Andrey Mokhov @snowleopard": + - algebraic-graphs + # 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 From 6036d6be2d90497d34c9aecae6c62de7c4d60015 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Mar 2017 11:05:15 +0000 Subject: [PATCH 0879/3109] Revert "Add upper bounds for hjsonschema." This reverts commit 171666a285327f0a39dc5f9e94d2edfe4d600bd1. Please see https://github.com/seagreen/hjsonschema/issues/48. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88a46d21..3cefc043 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2962,9 +2962,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/seagreen/hjsonschema/issues/48 - - hjsonschema < 1.6 - # end of packages # Package flags are applied to individual packages, and override the values of From a8187fc4eddfebcb31c58141545f71f9793e9426 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:56:48 +0200 Subject: [PATCH 0880/3109] pathtype: force to use directory>=1.2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 056effbe..5051fc02 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2997,6 +2997,9 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + pathtype: + old-time: false + brick: demos: true From 899de4582e3f539332aa0688f9ad543379c20509 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:57:31 +0200 Subject: [PATCH 0881/3109] accelerate-utility etc.al.: disable, because accelerate cannot be built currently --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5051fc02..07da5cda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,10 +3,10 @@ ghc-major-version: "8.0" packages: "Henning Thielemann @thielema": - - accelerate-arithmetic - - accelerate-fftw - - accelerate-fourier - - accelerate-utility + # - accelerate-arithmetic # via accelerate: bounds: base + # - accelerate-fftw # via accelerate: bounds: base + # - accelerate-fourier # via accelerate: bounds: base + # - accelerate-utility # via accelerate: bounds: base - apportionment - audacity - bibtex From 4eb95cd2185f613ea4f27375db52483fefa418db Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sun, 26 Mar 2017 13:58:16 +0200 Subject: [PATCH 0882/3109] cutter, mbox-utility, group-by-date: three more command-line utilities added --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07da5cda..aafd010d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -15,6 +15,7 @@ packages: - calendar-recycling - comfort-graph - concurrent-split + - cutter - data-accessor - data-accessor-mtl - data-accessor-template @@ -27,6 +28,7 @@ packages: - explicit-exception - fixed-length - gnuplot + - group-by-date - iff - interpolation - latex @@ -34,6 +36,7 @@ packages: - markov-chain - midi - midi-music-box + - mbox-utility - non-empty - non-negative - numeric-prelude From 3e6946734961230feff0e8237881312587e8ed5a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 26 Mar 2017 21:24:44 +0200 Subject: [PATCH 0883/3109] Add hslua-aeson, change hslua maintainer Maintainership of hslua was discussed in issue osa1/hslua#44 and osa1/hslua#42. Many thanks to @juhp for stepping in while the project was unmaintained. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cefc043..59f6f083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1001,7 +1001,6 @@ packages: "Jens Petersen @juhp": - cabal-rpm # - cabal-sort # BLOCKED directory 1.3 - - hslua # - idris # bounds: safe - xmonad-contrib - shelly @@ -2884,6 +2883,10 @@ packages: "Andrey Mokhov @snowleopard": - algebraic-graphs + "Albert Krewinkel @tarleb": + - hslua + - hslua-aeson + # 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 From 2c25416e88b8ea28ca3ee2d80149573f83848b02 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 26 Mar 2017 11:29:38 -0400 Subject: [PATCH 0884/3109] Re-enable gl --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59f6f083..0cbaa19c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -420,7 +420,7 @@ packages: - zippers - fixed - half - # - gl BLOCKED directory 1.3 + - gl - lens-aeson - zlib-lens # - hyperloglog # bounds: approximate, binary, comonad From 1c9bef69151c8e4a6c56067444c027ed8b6ca966 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Mar 2017 13:12:31 +0100 Subject: [PATCH 0885/3109] Re-enable rest-gen and rest-happstack and drop snaplet-fay --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cbaa19c..b874f833 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -580,7 +580,6 @@ packages: - fay-text - fay-uri - feed - # - snaplet-fay # BLOCKED directory 1.3 via heist and snap - time-compat - through-text @@ -753,8 +752,8 @@ packages: - multipart - rest-client - rest-core - # - rest-gen # bounds: blaze-html - # - rest-happstack # via rest-gen: bounds: blaze-html + - rest-gen + - rest-happstack - rest-snap - rest-stringmap - rest-types From b511c5dc32af6752292d7743f65c9339d87f36e1 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 19 Mar 2017 11:44:29 -0700 Subject: [PATCH 0886/3109] Add proto-lens packages. Also adds the `protobuf-compiler` to `debian-bootstrap.sh` to get the `/usr/bin/protoc` which is used to generate code. --- build-constraints.yaml | 9 +++++++++ debian-bootstrap.sh | 1 + 2 files changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a7aab9c..5c563fe8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2868,6 +2868,15 @@ packages: - ziptastic-client - ziptastic-core + "Judah Jacobson @judah": + - lens-labels + - proto-lens + - proto-lens-descriptors + - proto-lens-protoc + - proto-lens-combinators + - proto-lens-arbitrary + - proto-lens-optparse + # 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 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c0925f57..1fba2a16 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ + protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \ From 58a175436ec4c0b479306b2c47f4a4c3a4029e66 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 28 Mar 2017 01:44:57 +0200 Subject: [PATCH 0887/3109] Add "present" --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b874f833..71fe90f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,6 +27,7 @@ packages: "Simon Jakobi @sjakobi": - path + - present - threepenny-gui "Joe M @joe9": From 7f5d18c0add40887aa8866dd76fb5f85f7b936de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 12:18:06 +0900 Subject: [PATCH 0888/3109] haskell-gi-0.20.1 breaks gi-glib (haskell-gi/haskell-gi#83) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b874f833..a5805021 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2964,6 +2964,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/haskell-gi/haskell-gi/issues/83 + - haskell-gi < 0.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From d4b30b0cb136f4dffb1cd4efeccc48466aaa9a4e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 12:31:27 +0900 Subject: [PATCH 0889/3109] drop "tasty-ant-xml < 1.1.0" (#2385) should be fixed in scientific-0.3.4.11 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5805021..b79e7320 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2952,9 +2952,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2385 - - tasty-ant-xml < 1.1.0 - # https://github.com/fpco/stackage/issues/2386 - unordered-containers < 0.2.8.0 From e06ad69a417cbe7ede65e38085a5457dc1425349 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 28 Mar 2017 16:11:36 +0900 Subject: [PATCH 0890/3109] Revert "haskell-gi-0.20.1 breaks gi-glib (haskell-gi/haskell-gi#83)" should be fixed by haskell-gi-base-0.20.1 This reverts commit 7f5d18c0add40887aa8866dd76fb5f85f7b936de. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92f64ac5..3c020b8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,8 +2971,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/haskell-gi/haskell-gi/issues/83 - - haskell-gi < 0.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From 409586349b286f7cccc7a0995cc0330c581d8f6b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 28 Mar 2017 18:39:09 +0200 Subject: [PATCH 0891/3109] Add llvm-hs and llvm-hs-pure --- build-constraints.yaml | 2 ++ debian-bootstrap.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c020b8a..f1313409 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2643,6 +2643,8 @@ packages: "Moritz Kiefer @cocreature": - lrucaching + - llvm-hs + - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - hocilib diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1fba2a16..497009e0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -22,6 +22,9 @@ add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter # not sure what this was needed for #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list +echo "deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list # Set the GHC version GHCVER=8.0.2 @@ -112,6 +115,7 @@ apt-get install -y \ libzmq3-dev \ llvm-3.7 \ locales \ + llvm-4.0-dev \ m4 \ nettle-dev \ nodejs \ From c0a605d660b497b005eae487ac99a185da1bf9d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Mar 2017 15:15:39 +0900 Subject: [PATCH 0892/3109] reenable hashtables! (see #2194) --- build-constraints.yaml | 92 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 48 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1313409..d82b3f70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -179,7 +179,7 @@ packages: - executable-path - foreign-store - formatting - # - gtk2hs-buildtools # via hashtables: bounds: vector + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -332,7 +332,7 @@ packages: - hostname-validate - ini - lucid - # - osdkeys # via libnotify: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - osdkeys # via libnotify - pdfinfo # - present # compilation failure against haskell-src-exts - pure-io @@ -348,13 +348,13 @@ packages: # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - # - RefSerialize # via hashtables: bounds: vector - # - TCache # via hashtables: bounds: vector - # - Workflow # via RefSerialize: via hashtables: bounds: vector - # - MFlow # via RefSerialize: via hashtables: bounds: vector + - RefSerialize + - TCache + - Workflow + - MFlow - transient - # - transient-universe # via TCache: via hashtables: bounds: vector - # - ghcjs-hplay # via transient-universe: via TCache: via hashtables: bounds: vector + - transient-universe + - ghcjs-hplay "Edward Kmett @ekmett": - ad @@ -389,7 +389,7 @@ packages: - lca - lens - linear - # - linear-accelerate # via accelerate: via hashtables: bounds: vector + - linear-accelerate # - log-domain # via safecopy: bounds: vector - machines - monadic-arrays @@ -453,10 +453,10 @@ packages: - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: vector + - diagrams-cairo # bounds: vector - diagrams-contrib - diagrams-core - # - diagrams-gtk # via diagrams-cairo: bounds: vector + - diagrams-gtk - diagrams-lib - diagrams-postscript - diagrams-rasterific @@ -508,8 +508,7 @@ packages: - ChannelT "Trevor L. McDonell @tmcdonell": - [] - # - accelerate # via hashtables: bounds: vector + - accelerate "Liam O'Connor @liamoc": [] @@ -764,11 +763,11 @@ packages: "Simon Michael @simonmichael": - darcs - # - hledger # via hledger-lib: via hashtables: bounds: vector - # - hledger-lib # via hashtables: bounds: vector - # - hledger-ui # via hledger-lib: via hashtables: bounds: vector - # - hledger-web # via hledger-lib: via hashtables: bounds: vector - # - hledger-api # via hledger-lib: via hashtables: bounds: vector + - hledger + - hledger-lib + - hledger-ui + - hledger-web + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -866,7 +865,7 @@ packages: - multimap - parallel-io - text-binary - # - Chart-cairo # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - Chart-cairo - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -881,7 +880,7 @@ packages: - base-prelude - cases - focus - # - hasql # via hashtables: bounds: vector + - hasql - list-t - mtl-prelude - neat-interpolation @@ -1005,15 +1004,15 @@ packages: - xmonad-contrib - shelly - # - cairo # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gio # via gtk2hs-buildtools: via hashtables: bounds: vector - # - glib # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtk # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - gtksourceview3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - pango # via gtk2hs-buildtools: via hashtables: bounds: vector - # - webkitgtk3 # via gtk2hs-buildtools: via hashtables: bounds: vector - # - webkitgtk3-javascriptcore # via gtk2hs-buildtools: via hashtables: bounds: vector + - cairo + - gio + - glib + - gtk + - gtk3 + - gtksourceview3 + - pango + - webkitgtk3 + - webkitgtk3-javascriptcore - ghcjs-codemirror # - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 @@ -1399,9 +1398,9 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - plot-gtk # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - plot-gtk3 # via gtk3: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - plot + - plot-gtk + - plot-gtk3 - vector-buffer # - hmatrix-repa # via repa: bounds: vector @@ -1478,7 +1477,7 @@ packages: - elm-export - elm-export-persistent # - pipes-csv # via cassava: bounds: vector - # - pipes-mongodb # via mongoDB: via hashtables: bounds: vector + - pipes-mongodb # via mongoDB - servant-elm - skeletons - streaming-wai @@ -1538,8 +1537,8 @@ packages: - triesn - path-extra # - pred-trie # via poly-arity - # - pred-set # via hashtables: bounds: vector - # - HSet # via hashtables: bounds: vector + - pred-set + - HSet "Fumiaki Kinoshita @fumieval": - boundingboxes @@ -1823,8 +1822,7 @@ packages: # - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - [] - # - Agda # via hashtables: bounds: vector + - Agda "James Cook @mokus0": - dependent-sum @@ -1837,7 +1835,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - haxl-amazonka - # - hasql-migration # via hasql: via hashtables: bounds: vector + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": @@ -1969,7 +1967,7 @@ packages: - smallcaps "Gregory Collins @gregorycollins": - # - hashtables # bounds: vector + - hashtables - io-streams - openssl-streams @@ -1998,7 +1996,7 @@ packages: - cabal2nix - funcmp - hackage-db - # - hledger-interest # via hledger-lib: via hashtables: bounds: vector + - hledger-interest - hopenssl - hsdns - hsemail @@ -2068,8 +2066,7 @@ packages: # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": - [] - # - plot-gtk-ui # via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - plot-gtk-ui # - calculator # bounds: ghc, base "Emmanuel Touzery @emmanueltouzery": @@ -2497,8 +2494,8 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - # - wild-bind-indicator # via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector - # - wild-bind-task-x11 # via wild-blind-indicator: via gtk: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - wild-bind-indicator + - wild-bind-task-x11 "Cies Breijs @cies": - htoml @@ -2583,7 +2580,7 @@ packages: - open-witness "Victor Denisov @VictorDenisov": - # - mongoDB # via hashtables: bounds: vector + - mongoDB - bson "Alexis King @lexi-lambda": @@ -2726,7 +2723,7 @@ packages: "Mahdi Dibaiee ": - picedit - mathexpr - # - sibe # via Chart-cairo: via cairo: via gtk2hs-buildtools: via hashtables: bounds: vector + - sibe "Alexis Williams @typedrat": # - stb-image-redux # bounds: vector @@ -2770,8 +2767,7 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # via hledger-lib: via hashtables: bounds: vector + - hledger-iadd "Roy Levien @orome": - crypto-enigma From 2190c7bebf97058b185216865310a890eb0d81ef Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Mar 2017 17:43:21 +0900 Subject: [PATCH 0893/3109] try to use add-apt-repository for the upstream llvm repo --- debian-bootstrap.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 497009e0..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -22,9 +22,8 @@ add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter # not sure what this was needed for #add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -echo "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list -echo "deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" >> /etc/apt/sources.list +#wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" # Set the GHC version GHCVER=8.0.2 @@ -114,8 +113,8 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ + llvm-4.0 \ locales \ - llvm-4.0-dev \ m4 \ nettle-dev \ nodejs \ From 0f8336fa38a0e2c072a9913d33bf428dac564de1 Mon Sep 17 00:00:00 2001 From: Sven Heyll Date: Mon, 13 Mar 2017 23:49:24 +0100 Subject: [PATCH 0894/3109] Add mediabus (#2371) --- build-constraints.yaml | 3 +++ debian-bootstrap.sh | 1 + 2 files changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d82b3f70..7ccc8bb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1720,6 +1720,9 @@ packages: - b9 - type-spec - pretty-types + - mediabus + - mediabus-fdk-aac + - mediabus-rtp # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d9b8b8c5..63c1a6a8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,6 +53,7 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ + libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From d1aef32f1da26da70960cadcccd8e4f443c152ef Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 29 Mar 2017 14:36:39 +0300 Subject: [PATCH 0895/3109] Add functor-classes-compat --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d82b3f70..739a008b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,6 +1107,7 @@ packages: - binary-tagged - cabal-doctest - edit-distance + - functor-classes-compat - generics-sop-lens - github - insert-ordered-containers @@ -3048,6 +3049,10 @@ package-flags: ghc_7_7: false ghc_8_0: true + functor-classes-compat: + containers: false + unordered-containers: false # https://github.com/fpco/stackage/issues/2386 + # end of package-flags # Special configure options for individual packages From 2ed677ea9ab50e37dc113d5d0e14716379d3674d Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 29 Mar 2017 17:31:36 +0300 Subject: [PATCH 0896/3109] add wai-cli, magicbane, refined, hasql-pool, data-has --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ccc8bb4..55e6b08c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -74,6 +74,7 @@ packages: - word24 - mysql-haskell - mysql-haskell-openssl + - data-has "Harendra Kumar @harendra-kumar": - unicode-transforms @@ -881,6 +882,7 @@ packages: - cases - focus - hasql + - hasql-pool - list-t - mtl-prelude - neat-interpolation @@ -888,6 +890,7 @@ packages: - postgresql-binary - slave-thread - stm-containers + - refined "Iustin Pop @iustin": - prefix-units @@ -1086,6 +1089,8 @@ packages: - http-link-header - microformats2-parser - hspec-expectations-pretty-diff + - wai-cli + - magicbane "Francesco Mazzoli @bitonic": - language-c-quote From 72eb28c8b1e1fb764841c6b5e4c877828dd87265 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 10:46:06 +0900 Subject: [PATCH 0897/3109] re-disable ghcjs-hplay again (transient-haskell/axiom#16) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8803bb2e..ba598451 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -354,7 +354,7 @@ packages: - MFlow - transient - transient-universe - - ghcjs-hplay + # - ghcjs-hplay # https://github.com/transient-haskell/axiom/issues/16 "Edward Kmett @ekmett": - ad From 0a5d7b589ef356d2d53b76b3c406ad8859df7639 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 10:53:13 +0900 Subject: [PATCH 0898/3109] disable mediabus-fdk-aac for now since it needs non-free fdk-aac (#2371) --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba598451..2676b004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,7 +1722,7 @@ packages: - type-spec - pretty-types - mediabus - - mediabus-fdk-aac + #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c1a6a8..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,7 +53,6 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ - libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From 876ea253c90647d0725b0da2c00b1d15bd300834 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 11:07:22 +0900 Subject: [PATCH 0899/3109] debian-bootstrap.sh: also remove libfdk-aac-dev on nightly --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 63c1a6a8..d9b8b8c5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -53,7 +53,6 @@ apt-get install -y \ libdevil-dev \ libedit-dev \ libedit2 \ - libfdk-aac-dev \ libfftw3-dev \ libflac-dev \ libfreenect-dev \ From 05ef13a2944298b0a914597a7ef24e4610c6c623 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 12:11:20 +0900 Subject: [PATCH 0900/3109] debian-bootstrap.sh: move llvm-4.0 install to end: needs wget --- debian-bootstrap.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d9b8b8c5..50a8f511 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -20,12 +20,7 @@ apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter -# not sure what this was needed for -#add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse -#wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" -# Set the GHC version GHCVER=8.0.2 apt-get update @@ -113,7 +108,6 @@ apt-get install -y \ libzip-dev \ libzmq3-dev \ llvm-3.7 \ - llvm-4.0 \ locales \ m4 \ nettle-dev \ @@ -181,3 +175,9 @@ cd /tmp \ # Add JDK to system paths. echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig + +# llvm-4.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - +add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" +apt-get update +apt-get install llvm-4.0 From 8e73c3f8a1511782cb0519a6cfc45a2583ebf56a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 12:42:44 +0900 Subject: [PATCH 0901/3109] debian-bootstrap.sh: use -y and &&'s for llvm-4.0 --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 50a8f511..59bc9abc 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -177,7 +177,7 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf && ldconfig # llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - -add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" -apt-get update -apt-get install llvm-4.0 +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && apt-get update \ + && apt-get install -y llvm-4.0 From 1c8392ff04771c881661b231861a23194e69fc25 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 30 Mar 2017 14:56:50 +0900 Subject: [PATCH 0902/3109] llvm-hs tests not building (#2407) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..08471a9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,7 +2644,7 @@ packages: "Moritz Kiefer @cocreature": - lrucaching - - llvm-hs + # - llvm-hs # https://github.com/fpco/stackage/pull/2407 - llvm-hs-pure "Thierry Bourrillon @tbourrillon": From fa1a6c5f60b3eda7858815f1a03dbb0eb447512f Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 30 Mar 2017 11:08:26 +0200 Subject: [PATCH 0903/3109] Reenable llvm-hs The build issues described in #2407 should be fixed in llvm-hs-4.0.1.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08471a9a..2676b004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2644,7 +2644,7 @@ packages: "Moritz Kiefer @cocreature": - lrucaching - # - llvm-hs # https://github.com/fpco/stackage/pull/2407 + - llvm-hs - llvm-hs-pure "Thierry Bourrillon @tbourrillon": From 2c0fbf363282ad72bea5a0d4fbb1ca894981af97 Mon Sep 17 00:00:00 2001 From: christof schramm Date: Thu, 30 Mar 2017 12:21:32 +0200 Subject: [PATCH 0904/3109] FEATURE: Add package mnist-idx --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..1112454e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2898,6 +2898,9 @@ packages: - proto-lens-arbitrary - proto-lens-optparse + "Christof Schramm ": + - mnist-idx + # 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 From f32674d0b8a9f58ffdfcbd2bdb607955cbecac87 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 30 Mar 2017 13:27:24 +0300 Subject: [PATCH 0905/3109] Add tdigest and tdigest-Chart --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..2f463c09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1122,6 +1122,8 @@ packages: - servant-yaml - singleton-bool - spdx + - tdigest + - tdigest-Chart - these - time-parsers - waitra From bfd9219e19375249ec5772cb42ed2c2583b06c32 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 30 Mar 2017 07:20:21 -0400 Subject: [PATCH 0906/3109] add termcolor --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2676b004..5f9d2e6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2728,6 +2728,7 @@ packages: - picedit - mathexpr - sibe + - termcolor "Alexis Williams @typedrat": # - stb-image-redux # bounds: vector From b8c04fe45acfb5b6a3889cebd93b8006747d8a2e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 30 Mar 2017 14:39:54 -0400 Subject: [PATCH 0907/3109] Add unique --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d2966a6..828c820d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -414,6 +414,7 @@ packages: - streams - tagged - trifecta + - unique - vector-instances - void - wl-pprint-extras From df448c7a6681c87944fa98676f808014ec47cc11 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 16:11:36 +0900 Subject: [PATCH 0908/3109] enable mediabus-fdk-aac (#2371) --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fa761aa..426114bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,7 +1786,7 @@ packages: - type-spec - pretty-types - mediabus - #- mediabus-fdk-aac # needs non-free libfdk-aac-dev + - mediabus-fdk-aac - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 59bc9abc..5d9eebf0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -181,3 +181,8 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ && apt-get update \ && apt-get install -y llvm-4.0 + +# non-free repo +apt-add-repository multiverse + && apt-get update + && apt-get install -y libfdk-aac-dev From 1e6df17e3b8305a4752008f7a78ab70a97661566 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 17:36:41 +0900 Subject: [PATCH 0909/3109] board-games haddock failing (#2390) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 426114bc..9844b34b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - apportionment - audacity - bibtex - - board-games + # - board-games # https://github.com/fpco/stackage/pull/2390 - buffer-pipe - calendar-recycling - comfort-graph From 1e3af7e3c72dddbeb1ce488310f7dea4f0b03520 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 17:39:11 +0900 Subject: [PATCH 0910/3109] debian-bootstrap.sh: libsox-dev (#2390) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5d9eebf0..726c5334 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ + libsox-dev \ libsqlite3-dev \ libssl-dev \ libsystemd-dev \ From 0348d44ea5f8af9dd34da5818b409b862b652fcf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 18:26:46 +0900 Subject: [PATCH 0911/3109] debian-bootstrap.sh: adding backslashes for multiverse --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 726c5334..b149c584 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -184,6 +184,6 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get install -y llvm-4.0 # non-free repo -apt-add-repository multiverse - && apt-get update +apt-add-repository multiverse \ + && apt-get update \ && apt-get install -y libfdk-aac-dev From f252485f7629d0626ba67f7a0e3b00ca186b7d9b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 18:30:58 +0900 Subject: [PATCH 0912/3109] Revert "board-games haddock failing (#2390)" should be fixed in board-games-0.1.0.6 This reverts commit 1e6df17e3b8305a4752008f7a78ab70a97661566. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9844b34b..426114bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - apportionment - audacity - bibtex - # - board-games # https://github.com/fpco/stackage/pull/2390 + - board-games - buffer-pipe - calendar-recycling - comfort-graph From 405c5e125ab1cea4c098af01d901bf0681ed3130 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 23:22:05 +0900 Subject: [PATCH 0913/3109] accelerate < 1.0.0.0 (#2417) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 426114bc..9ac9a6cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,6 +3041,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2417 + - accelerate < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From ecaf77d475dd188a3b77eca59d3eee08fca14141 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 31 Mar 2017 23:30:45 +0900 Subject: [PATCH 0914/3109] Revert "enable mediabus-fdk-aac (#2371)" This reverts commit df448c7a6681c87944fa98676f808014ec47cc11. --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ac9a6cb..b4067180 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1786,7 +1786,7 @@ packages: - type-spec - pretty-types - mediabus - - mediabus-fdk-aac + #- mediabus-fdk-aac # needs non-free libfdk-aac-dev - mediabus-rtp # "Will Thompson @wjt": diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b149c584..4de888b5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -183,7 +183,7 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 -# non-free repo -apt-add-repository multiverse \ - && apt-get update \ - && apt-get install -y libfdk-aac-dev +## non-free repo for mediabus-fdk-aac +#apt-add-repository multiverse \ +# && apt-get update \ +# && apt-get install -y libfdk-aac-dev From dfeecadfae53e97e7a71241ee4f0fca5a0bbc439 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 1 Apr 2017 15:41:52 +0900 Subject: [PATCH 0915/3109] re-enable aeson-diff (#2395) This reverts commit 908f7e5cd33326d81975628048f607e67f62093b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4067180..f73d90c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2906,7 +2906,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - # - aeson-diff + - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": From 31522a6daaf8320b194dd8c039abaeb9c0cc664f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 1 Apr 2017 15:44:01 +0900 Subject: [PATCH 0916/3109] Revert "accelerate < 1.0.0.0 (#2417)" fixed with linear-accelerate-0.3 This reverts commit 405c5e125ab1cea4c098af01d901bf0681ed3130. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f73d90c0..77cca1ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3041,8 +3041,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2417 - - accelerate < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 3fb974a80f6a95db730dfbed06e712981556dc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Sat, 1 Apr 2017 12:21:02 +0100 Subject: [PATCH 0917/3109] Add mushu --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77cca1ac..13966fe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2434,6 +2434,7 @@ packages: "Elie Genard @eliegenard": - turtle-options + - mushu # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base From 561424e643dc7a85c552d868d80dafaa45a801f7 Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Sat, 1 Apr 2017 20:23:05 -0700 Subject: [PATCH 0918/3109] Add hidden-char --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77cca1ac..1ba1a899 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,6 +2,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Richard Cook @rcook": + - hidden-char + "Vanessa McHale @vmchale": - tibetan-utils From ee13a34f96757679d5dc9c67286b7fdc38feaa01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 21:32:04 +0900 Subject: [PATCH 0919/3109] add idris and libffi --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a659fb8c..8e90f1af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1067,7 +1067,8 @@ packages: "Jens Petersen @juhp": - cabal-rpm # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds: safe + - idris # bounds: safe + - libffi - xmonad-contrib - shelly From 5b9259ae1e558e09fe015cc466f8c45d0f884fcf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 21:44:31 +0900 Subject: [PATCH 0920/3109] MAINTAINERS: add a note that master is used for Nightly not nightly --- MAINTAINERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4ad692a9..701b21c6 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -21,6 +21,8 @@ To add a set of packages, you would add: - package2 - package3 +Note that the `master` branch is used for Stackage Nightly (not the `nightly` branch, which is used for the nightly docker builder imagine). + After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly If you want to make sure that the package builds against the newest versions of all dependecies you can do this: From fafdf988f50e515d28557a96f8d9bb8dc32a389a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 2 Apr 2017 23:05:36 +0900 Subject: [PATCH 0921/3109] make build.sh output "Completed" message to make finish clearer --- automated/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated/build.sh b/automated/build.sh index c5e78640..9e2a6566 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -138,4 +138,5 @@ docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "exec stackage-curator check-target- # * Register as a new Hackage distro docker run $ARGS_UPLOAD $IMAGE /bin/bash -c "stackage-curator upload-docs --target $TARGET --bundle-file $BUNDLE_FILE && stackage-curator upload-index --plan-file $PLAN_FILE --target $TARGET && stackage-curator upload-github --plan-file $PLAN_FILE --docmap-file $DOCMAP_FILE --target $TARGET && exec stackage-curator hackage-distro --plan-file $PLAN_FILE --target $TARGET" +echo -n "Completed at " date From c1b0be98b985a7408a19f0faab4467bebf716b13 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 06:57:14 +0900 Subject: [PATCH 0922/3109] CURATORS: lts builds do not set NOPLAN rather they do not update the latest Hackage data. --- CURATORS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index b27f0503..8f74de34 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -275,8 +275,9 @@ develop this advice over time. For now: if you're not sure, ask for guidance. __`NOPLAN=1`__ If you wish to rerun a build without recalculating a build plan, you can set the environment variable `NOPLAN=1`. This is useful for such cases as an intermittent test failure, out of memory -condition, or manually tweaking the plan file. This is the default for -LTS builds. +condition, or manually tweaking the plan file. + +Note LTS builds inherit the current Hackage data (stack updated for Nigthly) to avoid excess extra rebuilding. ### Timing From 159ed4f0727e7416a1b59604142a7e4db6ae69ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 10:13:02 +0900 Subject: [PATCH 0923/3109] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0cfbef1..64f9317b 100644 --- a/README.md +++ b/README.md @@ -123,3 +123,7 @@ That said, we do maintain the capability to keep multiple LTS runs operational in parallel, and with LTS 6 and 7 in fact did so. We aren't changing our guarantees yet on longevity of a release, but are trying to push out the bounds a bit farther. + +__What time are Stackage snapshots published?__ + +Stackage Nightly and LTS are not released at a fixed time of day, they get pushed to stackage.org (and the metadata to the stackage-nightly and stackage-lts github repos) when their builds finish on the Stackage build server and the latest built haddocks have been synced over. This time varies greatly depending on build times for package updates, bounds breakage, problems with new packages being added and other build issues, etc. There are days when a release does not happen. LTS releases tend to happen over the weekend or early in the week. From 921ee19e85c1af5608c93a8a8424a04458c235cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 19:10:03 +0900 Subject: [PATCH 0924/3109] IPv6Addr < 1.0.0 (#2421) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..54174507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3046,6 +3046,8 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2421 + - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5a59b32edc5c45f7d95b8ef28ab61759b0aed62f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 4 Apr 2017 19:12:55 +0900 Subject: [PATCH 0925/3109] IPv6Addr < 0.7.0 (#2421) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54174507..77e7474e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: - hslua < 0.5 # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 1.0.0 + - IPv6Addr < 0.7.0 # end of packages # Package flags are applied to individual packages, and override the values of From 0dfaf20868f3ea11f2b4a45a20cda76f3b8559fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 4 Apr 2017 16:53:01 +0300 Subject: [PATCH 0926/3109] Revert "IPv6Addr < 0.7.0 (#2421)" This reverts commit 5a59b32edc5c45f7d95b8ef28ab61759b0aed62f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77e7474e..54174507 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: - hslua < 0.5 # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 0.7.0 + - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 61fcb618aa022e3caef9626e447ba2fee93bbb88 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 4 Apr 2017 16:53:10 +0300 Subject: [PATCH 0927/3109] Revert "IPv6Addr < 1.0.0 (#2421)" This reverts commit 921ee19e85c1af5608c93a8a8424a04458c235cd. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54174507..8e90f1af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3046,8 +3046,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2421 - - IPv6Addr < 1.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 64805383a4635702527c53e9b53c007d26a97ed7 Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 4 Apr 2017 13:01:14 -0400 Subject: [PATCH 0928/3109] Added rank-product. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..e909e114 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,7 @@ packages: # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 - blosum # - convert-annotation # via cassava: bounds: vector + - rank-product "Simon Marechal @bartavelle": - compactmap From 27480c7adff92b8dc12da353923b27f70ae948d2 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 03:24:38 +0530 Subject: [PATCH 0929/3109] Add packages: fb, yesod-fb, yesod-auth-fb --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..ee332a61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -330,6 +330,9 @@ packages: - textlocal - shell-conduit - tldr + - fb + - yesod-fb + - yesod-auth-fb "haskell-openal": - OpenAL From 95b40c4d02a73a1f6573bb3fb54700be58ad2a67 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Tue, 4 Apr 2017 15:40:07 -0700 Subject: [PATCH 0930/3109] HDBC-mysql: fix package name capitalization I noticed https://www.stackage.org/package/HDBC-mysql doesn't list this package in any snapshots, but I've had it in the build-constraints.yaml file for a long time. I'm guessing it is because the capitalization was wrong, but maybe someone with more knowledge of Stackage can confirm that, or tell me why it's not in any snapshot. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..a17222d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2770,7 +2770,7 @@ packages: - pqueue "Ryan Mulligan @ryantm": - - hdbc-mysql + - HDBC-mysql "Tony Day @tonyday567": [] From f07bbd9fc21c13b2136aed8b7e232a7e4f5e888b Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 4 Apr 2017 19:06:21 -0400 Subject: [PATCH 0931/3109] Added persistent-mysql-haskell package. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e90f1af..db2cd5d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,6 +2971,9 @@ packages: "Christof Schramm ": - mnist-idx + "Naushadh @naushadh": + - persistent-mysql-haskell + # 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 From 5cc3610d68d864240211038b107e8d11035a0f6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:42:25 +0300 Subject: [PATCH 0932/3109] Expect Haddock failure psibi/fb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5f763cc..5adccfe1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3517,6 +3517,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/psibi/fb/issues/1 + - fb + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 4e3f34db402cc05cf02e3eae263b8e09275c8e45 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:46:40 +0300 Subject: [PATCH 0933/3109] Try adding clang-pure extra-lib-dirs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5adccfe1..0b647781 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,9 @@ configure-args: hocilib: - --extra-lib-dirs - /usr/local/lib + clang-pure: + - --extra-lib-dirs + - /usr/lib/llvm-3.7/lib # end of configure-args From 812944dde3a1e33b5fe399fbddf4d28c2230dd59 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 5 Apr 2017 07:48:45 +0300 Subject: [PATCH 0934/3109] Also an extra-include-dirs for libclang --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b647781..b0a73dc4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,8 @@ configure-args: clang-pure: - --extra-lib-dirs - /usr/lib/llvm-3.7/lib + - --extra-include-dirs + - /usr/lib/llvm-3.7/include # end of configure-args From 8c4d0c60f7f3e6c7b47853c4336d10e64ea5a2e6 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Wed, 5 Apr 2017 20:40:15 +1200 Subject: [PATCH 0935/3109] Remove nationstates The package has been out of date for a while, and I can no longer commit to maintaining it. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0a73dc4..1e07b7bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,9 +1692,6 @@ packages: - fn # - fn-extra # via: digestive-functors - "Chris Wong @lfairy": - - nationstates - "Mathieu Boespflug @mboes": # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette From 8b6a01b87a8d7326472acffe81ecf58e15cfa0e0 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 5 Apr 2017 18:48:39 +0530 Subject: [PATCH 0936/3109] Enable haddock for fb package --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e07b7bc..5ce9da84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,8 +3519,6 @@ expected-haddock-failures: - stratosphere - store - # https://github.com/psibi/fb/issues/1 - - fb # end of expected-haddock-failures From 18b65ef09823c447e333bd5d9ca7d5afd714247f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 07:52:05 +0300 Subject: [PATCH 0937/3109] Upper bound for #2428 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ce9da84..60f4fd62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3050,6 +3050,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2428 + - hsshellscript < 3.4 + # end of packages # Package flags are applied to individual packages, and override the values of From c55ce47fc78029def3013138bc50b4c8a7e2e161 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 6 Apr 2017 17:59:04 +0300 Subject: [PATCH 0938/3109] Upper bound for #2429 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60f4fd62..a4f9a9b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,6 +3053,9 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From b83ab7df80af5673c0a08f7d41b176e9add573ba Mon Sep 17 00:00:00 2001 From: Joshua Koike Date: Thu, 6 Apr 2017 17:56:30 -0700 Subject: [PATCH 0939/3109] Add discord-hs --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..a037fc54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Joshua Koike @jano017": + - discord-hs "Richard Cook @rcook": - hidden-char From c911483488fd6105fe63187d291d61fdfd40575a Mon Sep 17 00:00:00 2001 From: joe9 Date: Thu, 6 Apr 2017 20:31:18 -0700 Subject: [PATCH 0940/3109] added text-generic-pretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..7be505d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,7 +95,7 @@ packages: "Joe M @joe9": - logger-thread - # - text-generic-pretty # # via ixset-typed: via safecopy: bounds: vector + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers From 5ef4295d0c58d40bcbc7888735678bb4043a5805 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:43:39 +0300 Subject: [PATCH 0941/3109] Upper bound for #2432 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f9a9b2..ffc881b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2429 - cubicbezier < 0.6 + # https://github.com/fpco/stackage/issues/2432 + - hoauth2 < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ccc41c039e27d00ffe1da19492c143ac470820d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:00 +0300 Subject: [PATCH 0942/3109] Remove upper bound and close #2429 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffc881b2..e98eadd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,9 +3053,6 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 From 4c087abbc2199bad19f9f665855fa4ec5049f69b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:44:43 +0300 Subject: [PATCH 0943/3109] Upper bound for #2433 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e98eadd3..169acc47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3056,6 +3056,9 @@ packages: # https://github.com/fpco/stackage/issues/2432 - hoauth2 < 1.0 + # https://github.com/fpco/stackage/issues/2433 + - hlint < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From aef37a5a9f3ff151a69bfda2ef1d3fbe3223895f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 06:52:33 +0300 Subject: [PATCH 0944/3109] Expect Haddock failure kuribas/cubicbezier#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 220e57fc..ec0bb72f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ expected-haddock-failures: - stratosphere - store + # https://github.com/kuribas/cubicbezier/issues/4 + - cubicbezier + # end of expected-haddock-failures From c899a497b4be4667c6da3922da72262db5bd87a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 11:33:55 +0300 Subject: [PATCH 0945/3109] Remove upper bound and close #2432 This reverts commit 5ef4295d0c58d40bcbc7888735678bb4043a5805. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ffbf67b8..1a64d46f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3055,12 +3055,12 @@ packages: # https://github.com/fpco/stackage/issues/2428 - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2432 - - hoauth2 < 1.0 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2429 + - cubicbezier < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bc18ae7f6a144942995628e6dccf79dca7f5b71 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 12:07:49 +0300 Subject: [PATCH 0946/3109] Fix bad merge --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a64d46f..8db61e4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3058,9 +3058,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2429 - - cubicbezier < 0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 10e572a6273caae545bf824dc06c1b56135f5c35 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 7 Apr 2017 13:38:52 +0300 Subject: [PATCH 0947/3109] Expect http-client-openssl to pass again --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8db61e4e..68ca9ede 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3459,7 +3459,6 @@ 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 - - http-client-openssl # https://github.com/snoyberg/http-client/issues/267 - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 From eab8197312275f9fadd3d759e0a7c6114ad86737 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 8 Apr 2017 20:31:35 +0300 Subject: [PATCH 0948/3109] Temporary block fpco/wai-middleware-auth#3 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ca9ede..3a185210 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2840,7 +2840,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + [] + # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From a91b0271285ca862d7c8eae60e08d7a915740207 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 8 Apr 2017 14:14:50 -0700 Subject: [PATCH 0949/3109] Add yoga library This library provides bindings to Facebook's Yoga layout engine (https://facebook.github.io/yoga) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a185210..41a12009 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -913,6 +913,7 @@ packages: - netwire - netwire-input - netwire-input-glfw + - yoga "Emanuel Borsboom @borsboom": - BoundedChan From a4bcf09b8aaf5664f3c581c91d1e6a7a5ce602a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:35:06 +0900 Subject: [PATCH 0950/3109] README: update the travis CI link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f9317b..a3d768b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add your package We welcome all packages, provided: * The package author/maintainer agrees to the [maintainers agreement](https://github.com/fpco/stackage/blob/master/MAINTAINERS.md). -* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* The package is buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * The package is compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * The package is compatible with the versions of libraries that ship with GHC ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). From 8db86bc288113890d7afc420cf15eb8de2e5a547 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:41:22 +0900 Subject: [PATCH 0951/3109] MAINTAINERS: update travis CI link --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 701b21c6..1ca49993 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,7 +2,7 @@ This project is built around the concept of maintainers taking responsibility fo The idea behind Stackage is that, if all packages work with the newest versions of dependencies, we avoid dependency hell. Specifically, we aim for: -* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](http://docs.haskellstack.org/en/stable/GUIDE.html#travis-with-caching), which ensures a package is not accidentally incomplete. +* All packages are buildable and testable from Hackage. We recommend [the Stack Travis script](https://docs.haskellstack.org/en/stable/travis_ci/), which ensures a package is not accidentally incomplete. * All packages are compatible with the newest versions of all dependencies (You can find restrictive upper bounds by visiting http://packdeps.haskellers.com/feed?needle=PACKAGENAME). * All packages in a snapshot are compatible with the versions of libraries that ship with the GHC used in the snapshot ([more information on lenient lower bounds](https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds)). From 324b0f3acd3f24fe0bf94233e13fcba0463ae182 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:45:23 +0900 Subject: [PATCH 0952/3109] MAINTAINERS: separate LTS version tickets --- MAINTAINERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 1ca49993..3f8b8be8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -112,3 +112,4 @@ release (e.g., if `lts-3.21` is out, you would want your package to appear in * Specify the LTS major version you would like your package to go into (e.g., lts-3) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages * Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. +* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. From dc399d2cfed1445cafb20497c9436094d5ba42a0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 10 Apr 2017 10:50:55 +0900 Subject: [PATCH 0953/3109] MAINTAINERS: lts-3 -> lts-8, and new lts time --- MAINTAINERS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3f8b8be8..b5f2ea64 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -105,11 +105,11 @@ following the above steps, you can get your package into the next major LTS Haskell release. If you would like to get your package added to an existing LTS Haskell major -release (e.g., if `lts-3.21` is out, you would want your package to appear in -`lts-3.22`), please do the following in addition to the steps above: +release (e.g., if `lts-8.9` is out, you would want your package to appear in +`lts-8.10`), please do the following in addition to the steps above: * Open up a new issue on the [lts-haskell repo](https://github.com/fpco/lts-haskell/issues/new) -* Specify the LTS major version you would like your package to go into (e.g., lts-3) +* Specify the LTS major version you would like your package to go into (e.g., lts-8) * Provide a list of packages you would like added, and if relevant, any upper bounds on those packages -* Be patient! The LTS releases are by their nature more conservative than nightly, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue quickly, but there may be some delay. -* To add a package to more than one LTS versions please file separate tickets for each major LTS release, since they will typically be built and added at different times. +* Be patient! The LTS releases are less frequent than Nightly and by their nature more conservative, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue as soon as possible, but it may take some time. +* To add a package to more than one LTS version please file separate tickets for each major LTS release, since they will typically be built and added at different times. From 28a39964877afc55c20578118729a41412d225b0 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Fri, 7 Apr 2017 18:55:57 +0000 Subject: [PATCH 0954/3109] Add etc --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41a12009..94561a2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,6 +4,9 @@ packages: "Joshua Koike @jano017": - discord-hs + "Roman Gonzalez @rcook": - hidden-char From 5bff7a47d63f1ed4a187807a15f99089ee6ce43f Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 10 Apr 2017 20:27:29 +0300 Subject: [PATCH 0955/3109] Re-enable wai-middleware-auth, since fpco/wai-middleware-auth#3 was fixed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..77dc9ddb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2848,8 +2848,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] - # - wai-middleware-auth # https://github.com/fpco/wai-middleware-auth/issues/3 + - wai-middleware-auth # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": From 08471d8a0cb4af3d505d1cff6395e1633b28ad3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:23:26 +0200 Subject: [PATCH 0956/3109] base-orphans upper bound for #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c904df4f..51572469 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8074ff63ce1d4f463711d8195ec00517ac5263d3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 20:31:22 +0200 Subject: [PATCH 0957/3109] Remove upper bounds, closes #2354, closes #2365 --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51572469..44de8589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,12 +3043,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2354 - - mainland-pretty < 0.5.0.0 - - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 From fd52e209a267bdf2be7a095fca9c6b4b5e54d1fb Mon Sep 17 00:00:00 2001 From: joneshf Date: Mon, 10 Apr 2017 12:12:37 -0700 Subject: [PATCH 0958/3109] Add wai-middleware-rollbar --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..c9402181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2963,6 +2963,7 @@ packages: "Hardy Jones @joneshf": - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 25b9dfdfa86e85e7d5920d2f2f1b55eb6ccc11de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:57:15 +0200 Subject: [PATCH 0959/3109] Reopen #2439 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44de8589..150dcff2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,6 +3043,9 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.3 + # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3064,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 + - persistent < 2.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ffd52e5141d75eb7c956fef87179b541e5f2944b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 10 Apr 2017 22:59:55 +0200 Subject: [PATCH 0960/3109] Disable quickcheck-combinators #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150dcff2..182216d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1619,7 +1619,7 @@ packages: - HSet - unit-constraint - unfoldable-restricted - - quickcheck-combinators + # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 "Fumiaki Kinoshita @fumieval": - boundingboxes From e37d4f27377f1edd0fcbfad181ad6e90891238c9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:24:56 +0200 Subject: [PATCH 0961/3109] discord-hs upper bound for #2440 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 182216d1..5f54e957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,6 +3070,9 @@ packages: # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 + # https://github.com/fpco/stackage/issues/2440 + - discord-hs < 0.3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From d2f3a0c3b8e6162f637bb65259efcbe02d2c4ac2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:27:19 +0200 Subject: [PATCH 0962/3109] Disable pred-trie due to test build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f54e957..4a0711e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,7 +1614,7 @@ packages: - timemap - triesn - path-extra - - pred-trie + # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set - HSet - unit-constraint From 38bc44038577e3f2c69f3ba6666d19a0920e884e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 09:28:43 +0200 Subject: [PATCH 0963/3109] Disable tries due to bench build failure #2388 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0711e6..132b040f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,7 +1612,7 @@ packages: - rose-trees - sets - timemap - - triesn + # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 - path-extra # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 - pred-set From c351c5daed9a36df7ac7a4414234e91a77143392 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 16:39:39 +0200 Subject: [PATCH 0964/3109] add async-refresh, async-refresh-tokens, partial-order, type-level-integers --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..98e835be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2986,6 +2986,12 @@ packages: "Naushadh @naushadh": - persistent-mysql-haskell + "Moritz Schulte @mtesseract": + - async-refresh + - async-refresh-tokens + - partial-order + - type-level-integers + # 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 From db90e6202d0dd47fa21e1d4232d8007989c7c68f Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 11 Apr 2017 17:03:36 +0200 Subject: [PATCH 0965/3109] Add IPv6DB package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 132b040f..a1ddb5f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1754,6 +1754,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit From 730c871af99484c98fca735f9c772d860890f6be Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 11 Apr 2017 17:06:59 +0200 Subject: [PATCH 0966/3109] Removed partial-order --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98e835be..39981357 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,6 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - async-refresh-tokens - - partial-order - type-level-integers # If you stop maintaining a package you can move it here. From 715b32feb3bf136ecc61214edd4d1b5ef7e6139a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 11 Apr 2017 20:44:06 +0200 Subject: [PATCH 0967/3109] Remove upper bound and close #2428 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9a1bd2b..ca21efd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3065,9 +3065,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2428 - - hsshellscript < 3.4 - # https://github.com/fpco/stackage/issues/2433 - hlint < 2 From e3eaae7ca94c38ac3cb33289e049b0b0722cad23 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 12 Apr 2017 09:13:29 +0200 Subject: [PATCH 0968/3109] Expect IPv6DB tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca21efd8..0691f04e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,7 @@ expected-test-failures: - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 + - IPv6DB - amqp - aws # AWS Credentials - bindings-GLFW # Expects running X server From 166a8ec8c11f2f751b1df3bcfd11928d36292135 Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Thu, 13 Apr 2017 12:36:27 +0900 Subject: [PATCH 0969/3109] Add package servant-static-th --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..cf964de6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1992,6 +1992,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-static-th - xml-html-qq - xml-indexed-cursor - yahoo-finance-api From 3c71696e326a89794a616fd73dd9165cf5ef53c7 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 13 Apr 2017 11:42:08 +0200 Subject: [PATCH 0970/3109] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0691f04e..1b0fd066 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -426,7 +426,7 @@ packages: - MFlow - transient - transient-universe - # - ghcjs-hplay # https://github.com/transient-haskell/axiom/issues/16 + - axiom "Edward Kmett @ekmett": - ad From caa20b274ff179d8a1f05b55e84ba7ca21f193c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 13 Apr 2017 14:28:20 +0100 Subject: [PATCH 0971/3109] Remove upper bounds for #2433. I was able to build it on the latest nightly. Closes #2433. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..6409325e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,9 +3066,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2433 - - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 From 6eccbcf42dfc00608ebc819646dccd775a7d21b0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 13 Apr 2017 20:44:05 +0200 Subject: [PATCH 0972/3109] Revert "Remove upper bounds for #2433." This reverts commit caa20b274ff179d8a1f05b55e84ba7ca21f193c0. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6409325e..b6d54fac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 + # https://github.com/fpco/stackage/issues/2433 + - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 From 809a80b365ee7e7b50adc822e65184c18dedb968 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 14 Apr 2017 20:02:41 +0200 Subject: [PATCH 0973/3109] Re-enable packages for #2388 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d54fac..b50856cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1612,14 +1612,14 @@ packages: - rose-trees - sets - timemap - # - tries # 0.0.4.1 build failure failure https://github.com/fpco/stackage/pull/2388 + - tries - path-extra - # - pred-trie # 0.5.1.1 build failure https://github.com/fpco/stackage/pull/2388 + - pred-trie - pred-set - HSet - unit-constraint - unfoldable-restricted - # - quickcheck-combinators # build failure https://github.com/fpco/stackage/pull/2388 + - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 37509593182c52c4d8f84e85678fd36df67e3ad4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 14 Apr 2017 21:49:28 +0300 Subject: [PATCH 0974/3109] Resolve unordered-containers and base-orphans issues Fixes #2436 Fixes #2386 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..9d66f2a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3057,9 +3057,6 @@ packages: # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2386 - - unordered-containers < 0.2.8.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 @@ -3069,9 +3066,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3162,7 +3156,6 @@ package-flags: functor-classes-compat: containers: false - unordered-containers: false # https://github.com/fpco/stackage/issues/2386 # end of package-flags From cf4385c02c331cdd8a76af0633d333ad7fe903e0 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 0975/3109] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50856cd..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 781e72a2fa6ccb9207b93126478bc65bdc630b17 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:38:18 +0200 Subject: [PATCH 0976/3109] added blank line to trigger travis build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0ebecbd..6896c0ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,6 +2733,7 @@ packages: - heatshrink - hocilib + # "Matthias Herrmann @2chilled": - scrape-changes From 06760805ee7f3e164f286f4580250e239bee6ab9 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 09:51:24 +0200 Subject: [PATCH 0977/3109] removed empty line --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6896c0ff..d0ebecbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,6 @@ packages: - heatshrink - hocilib - # "Matthias Herrmann @2chilled": - scrape-changes From ab5421f697885c55dce5dbf7b995a3621231f612 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 12:54:09 +0200 Subject: [PATCH 0978/3109] Re-open #2436 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d66f2a5..b449a24b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3066,6 +3066,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 1718ed4bd0573991a3ff27d2a36fafaa9f87fc64 Mon Sep 17 00:00:00 2001 From: Thierry Bourrillon Date: Sat, 15 Apr 2017 00:31:04 +0200 Subject: [PATCH 0979/3109] added heatshrink --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b449a24b..7cbbf297 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2730,6 +2730,7 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": + - heatshrink - hocilib # "Matthias Herrmann @2chilled": From 8b487f58574976af4b010ffbb55817f8255ab989 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 13:21:43 +0200 Subject: [PATCH 0980/3109] expect text-show tests to fail --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cbbf297..4cb407f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3447,7 +3447,8 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - 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-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 - tries # https://github.com/athanclark/tries/issues/2 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 From bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 15 Apr 2017 16:53:11 +0200 Subject: [PATCH 0981/3109] Remove #2436 upper bound --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb407f0..28844543 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,9 +3067,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From fa74af9fc033a920bbda6faa24f0799c53133ddf Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Sun, 16 Apr 2017 18:41:34 +0300 Subject: [PATCH 0982/3109] voidex: enabled hdocs/hsdev --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..21f6b661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1045,9 +1045,9 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # BLOCKED haddock-api GHC 8.0.2 + - hdocs - hformat - # - hsdev # BLOCKED haddock-api GHC 8.0.2 + - hsdev - simple-log - text-region From c9ee7af7f5c70699a11101c3af4c605dce04d3b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:53:14 +0200 Subject: [PATCH 0983/3109] Upper bound for #2449 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28844543..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,6 +3073,9 @@ packages: # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 + # https://github.com/fpco/stackage/issues/2449 + - aeson < 1.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 19:56:25 +0200 Subject: [PATCH 0984/3109] Disable text-show and text-show-instances #2436 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..4142f8b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - - text-show - - text-show-instances + # - text-show # https://github.com/fpco/stackage/issues/2436 + # - text-show-instances # https://github.com/fpco/stackage/issues/2436 - thread-local-storage "Kirill Zaborsky @qrilka": From d6d6fcd64caa624f21ca280191a5c13b7ae96cab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:01:52 +0200 Subject: [PATCH 0985/3109] Revert "Disable text-show and text-show-instances #2436" This reverts commit 9fe4ac2f89f3e9e6cfc5d14677a4f790b4496815. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4142f8b6..5bbb2f0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1872,8 +1872,8 @@ packages: - mintty - mtl-compat - proxied - # - text-show # https://github.com/fpco/stackage/issues/2436 - # - text-show-instances # https://github.com/fpco/stackage/issues/2436 + - text-show + - text-show-instances - thread-local-storage "Kirill Zaborsky @qrilka": From 10afc43c2ea36d1a2e1c61c783a83f9a3e7d2760 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 16 Apr 2017 20:02:25 +0200 Subject: [PATCH 0986/3109] Revert "Remove #2436 upper bound" This reverts commit bdd3e07c95d2eacb21fa4e9e61a9b9ed7c322287. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bbb2f0d..ad7908b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,6 +3067,9 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 + # https://github.com/fpco/stackage/issues/2436 + - base-orphans < 0.6 + # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From c3663cbaed86c70b35937593619b8c53824405b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:16:41 +0200 Subject: [PATCH 0987/3109] semigroups upper bound for #2436 due to text-show --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad7908b9..d45c5612 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,7 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 + - semigroups < 0.18.3 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 2e71d3e47e75366e94beb125448fc499419b95bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 17 Apr 2017 00:17:29 +0200 Subject: [PATCH 0988/3109] Upper bound for #2451 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d45c5612..21764d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3080,6 +3080,9 @@ packages: # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 + # https://github.com/fpco/stackage/issues/2451 + - websockets < 0.11.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 5f9606f64992644a9784edf29bae9b0510cbf7a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:11:55 +0530 Subject: [PATCH 0989/3109] Re enable persistent-mongoDB A new version 2.6.0 has been enabled which should hopefully fix the problem. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..8cb60749 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - indents - language-c - lhs2tex - # - persistent-mongoDB # bounds: http-api-data + - persistent-mongoDB - pretty-class - th-expand-syns - th-lift From b9e1011eb34f9f061af0f26e1075a9f93421fdea Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 17 Apr 2017 09:14:17 +0530 Subject: [PATCH 0990/3109] New package: hourglass-orphans --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..2ce120ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,6 +338,7 @@ packages: - fb - yesod-fb - yesod-auth-fb + - hourglass-orphans "haskell-openal": - OpenAL From 155abcb7d3ca721f6a3995d27ced97c5dbf22b52 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Mon, 17 Apr 2017 19:14:04 +0200 Subject: [PATCH 0991/3109] add uri-bytestring-aeson --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21764d64..6ca8707c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,6 +2995,9 @@ packages: - async-refresh-tokens - type-level-integers + "Simon Hafner Date: Tue, 18 Apr 2017 00:13:41 -0700 Subject: [PATCH 0992/3109] Re-disable hsdev per #2450 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9e64bb4..51e10b47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1047,7 +1047,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - - hsdev + # - hsdev # bounds: text-region-0.2.0.0 - simple-log - text-region From ca2517a5e46e42f7700a4acf9fd1ab662598fa7d Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Wed, 19 Apr 2017 17:36:22 +0200 Subject: [PATCH 0993/3109] add nvim-hs, nvim-hs-contrib, nvim-hs-ghcid --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..ff7223d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,6 +2999,11 @@ packages: "Simon Hafner @saep": + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid + # 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 From 6ed0c604c7d51e21d9042a30a1817af5b7b28580 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:33:02 -0700 Subject: [PATCH 0994/3109] Add constraint "mediabus < 0.4.0.0" per #2458 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 907bb040..503d3bac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3087,6 +3087,9 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + # https://github.com/fpco/stackage/issues/2458 + - mediabus < 0.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6c23ff40004b245af618a1b4f15dcd2991616b01 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 19 Apr 2017 17:34:49 -0700 Subject: [PATCH 0995/3109] Add constraint "semigroupoids < 5.2" per #2459 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 503d3bac..3299ba3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: # https://github.com/fpco/stackage/issues/2458 - mediabus < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2459 + - semigroupoids < 5.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e97aa12928b33eff71b18f85e231dd4977b66a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 20 Apr 2017 10:48:39 -0700 Subject: [PATCH 0996/3109] Disable nvim-hs per build failure #2457 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ca23f4..930d83ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,9 +3000,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 969c6726889aa54117d2cc9bac2f0ca8060190dd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 21 Apr 2017 13:15:08 -0700 Subject: [PATCH 0997/3109] Lift constraint "mediabus < 0.4.0.0", closes #2458 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 930d83ec..16fb77a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3093,9 +3093,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2458 - - mediabus < 0.4.0.0 - # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 From 83921c296ba5d64cfb589d4e0de5b5ae242c7436 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Sat, 22 Apr 2017 14:48:09 +0200 Subject: [PATCH 0998/3109] Forgot a > in @reactormonk --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ca8707c..c3c22b38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2995,7 +2995,7 @@ packages: - async-refresh-tokens - type-level-integers - "Simon Hafner @reactormonk": - uri-bytestring-aeson # If you stop maintaining a package you can move it here. From 4a74533aa297f04f51cf31a5d3ead115d9f9101c Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 22 Apr 2017 18:06:47 +0300 Subject: [PATCH 0999/3109] =?UTF-8?q?Add=20the=20=E2=80=98forma=E2=80=99?= =?UTF-8?q?=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16fb77a1..dffe8064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2147,6 +2147,7 @@ packages: - flac-picture - lame - path + - forma # "Thomas Bereknyei ": # - multiplate # bounds: transformers From eafe53d88a21f9f10c11682a156d3c9e7cd19dbf Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 14:23:23 +0200 Subject: [PATCH 1000/3109] Update the number of curators --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 8f74de34..874fcc76 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,7 +1,7 @@ This is a collection of instructions covering the processes that the Stackage curators - the guys who maintain the Stackage project itself - should be doing on a regular basis. Originally this was handled largely by Michael Snoyman, -but now we are a team of 4 people handling requests weekly in rotation. +but now we are a team of 5 people handling requests weekly in rotation. Curation activities are mostly automated, and do not take up a significant amount of time. ## Workflow overview From a0818120503e93f3771e50cd98ca157b7a79a975 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:21:56 -0700 Subject: [PATCH 1001/3109] Add constraint "text-show < 3.6" per #2463 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..42d2ff87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,6 +3081,8 @@ packages: # https://github.com/fpco/stackage/issues/2436 - base-orphans < 0.6 - semigroups < 0.18.3 + # https://github.com/fpco/stackage/issues/2463 + - text-show < 3.6 # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 From 3372457b06472cf3838bed04757515ad82a85134 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 23 Apr 2017 09:23:57 -0700 Subject: [PATCH 1002/3109] Add constraint "traverse-with-class < 1.0.0.0" per #2464 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 42d2ff87..9f0f49ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,6 +3099,9 @@ packages: # https://github.com/fpco/stackage/issues/2459 - semigroupoids < 5.2 + # https://github.com/fpco/stackage/issues/2464 + - traverse-with-class < 1.0.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From ec8590495fbff2561d1ac8407b32b936abae9dbd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:07:47 +0200 Subject: [PATCH 1003/3109] Add curator ad --- become-a-curator.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 become-a-curator.md diff --git a/become-a-curator.md b/become-a-curator.md new file mode 100644 index 00000000..7ca8a138 --- /dev/null +++ b/become-a-curator.md @@ -0,0 +1,42 @@ +We are looking to expand the stackage curator team! + +As a stackage curator you will help the community by curating and +publishing the widely used nightly and LTS snapshots: Collections of +packages that are guaranteed to play well together. All curators are +volunteers. + +This is a great opportunity to contribute to the haskell community and get +familiar with the tools of the trade! You will also be in regular +contact with experienced community members. + +We don't have any prerequisites, but familiarity with any of Haskell, +Cabal, Stack, Linux, Git, and Docker is a plus. + +We work in shifts of one week, which means you will be on duty every +6th week. Our suggestion is to pair you up with another curator to +help out in the beginning. + +The workload is usually about 30 minutes per day, whenever you have +time. The work consists of keeping the builds running on the build +server, filing issues for packages needing updates when new releases +occur, and closing resolved issues. The LTS snapshots are prepared +once a week. All communication with package maintainers happen on +github. + +We also have a curator slack channel where we help each other out. + +The current curator team consists of: +* Adam Bergmark +* Dan Burton +* Jens Petersen +* Luke Murphy +* Michael Snoyman + +We onboarded Luke as the newest member a few months ago and this +helped us iron out and document the process further. + +You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md + +To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 + +If you applied last time, we encourage you to do so again! From c1245511f0a9326b22c1c7f670514497a74cb1ed Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 23 Apr 2017 20:08:35 +0200 Subject: [PATCH 1004/3109] become-a-curator typo fix --- become-a-curator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 7ca8a138..77bd9310 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -35,7 +35,7 @@ The current curator team consists of: We onboarded Luke as the newest member a few months ago and this helped us iron out and document the process further. -You read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md +You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 From 098da61e5f453d89856e610b7d44eb8d290b99df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elie=20G=C3=A9nard?= Date: Sun, 23 Apr 2017 19:10:01 +0100 Subject: [PATCH 1005/3109] Add hakyll-favicon --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..3e72d97f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2454,6 +2454,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu + - hakyll-favicon # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base From 9629811ef1e43429c0599b00f05f49d93ad7f408 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 24 Apr 2017 19:01:24 +0530 Subject: [PATCH 1006/3109] new package: wai-slack-middleware --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..f3c35a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -339,6 +339,7 @@ packages: - yesod-fb - yesod-auth-fb - hourglass-orphans + - wai-slack-middleware "haskell-openal": - OpenAL From dfb0efb7de7b015a92bc4bc037b325c1f10a344f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 24 Apr 2017 17:50:38 -0400 Subject: [PATCH 1007/3109] Add chaselev-deque, monad-par, and friends --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..aa676373 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1861,7 +1861,12 @@ packages: - type-level-numbers "Ryan Scott @RyanGlScott": + - abstract-deque + - abstract-deque-tests + - abstract-par + - atomic-primops - base-orphans + - chaselev-deque - code-page - deriving-compat - echo @@ -1871,6 +1876,8 @@ packages: - keycode - lift-generics - mintty + - monad-par + - monad-par-extras - mtl-compat - proxied - text-show From 0e2dee2f363520d76857d0a8d34e1720fb0d6ada Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:16:46 +0900 Subject: [PATCH 1008/3109] rawfilepath-0.2.2 testsuite failing (xtendo-org/rawfilepath#3) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f0f49ae..c3ed6f7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,8 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 + # https://github.com/xtendo-org/rawfilepath/issues/3 + - rawfilepath < 0.2.2 # end of packages # Package flags are applied to individual packages, and override the values of From fceb3fa7734013775126f794d2bed0e1d4acf65b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Apr 2017 10:43:04 +0900 Subject: [PATCH 1009/3109] Revert "Add constraint "semigroupoids < 5.2" per #2459" This reverts commit 6c23ff40004b245af618a1b4f15dcd2991616b01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a348449a..374cd679 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3097,9 +3097,6 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - # https://github.com/fpco/stackage/issues/2459 - - semigroupoids < 5.2 - # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:32:44 +0900 Subject: [PATCH 1010/3109] cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c54f6a5..57be195e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.2 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 266dd21d54fca71277a8f40fdb6d375e45f4dcbc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 12:58:10 +0900 Subject: [PATCH 1011/3109] rawfilepath < 0.2.1 In file included from src/RawFilePath/Process/Posix.hs:31:0: error: cbits/processFlags.c:1:0: error: fatal error: processFlags.h: No such file or directory --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57be195e..ac1f258a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.2 + - rawfilepath < 0.2.1 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 14fcbe083d28e9be984fca79ccacbfaf208c1391 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Wed, 26 Apr 2017 08:57:18 +0100 Subject: [PATCH 1012/3109] Add clr-inline stack Note that I am in the maintainer group for clr-host and clr-marshal. Note that clr-host requires mono-complete --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..7a4d02d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jose Iborra @pepeiborra": + - clr-marshal + - clr-host + - clr-inline + "Joshua Koike @jano017": - discord-hs From 278d282517e7b6723e147ff4db807219ac3e58cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:17:12 +0900 Subject: [PATCH 1013/3109] Revert "cryptonite < 0.23 (#2469)" with fixed revision This reverts commit a4f6c58abb81a52008fd9da128d4c1b5ba03b5c8. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac1f258a..438433da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 - - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 1be82f516d5c3c4f276c8119bbae018034a42b25 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 26 Apr 2017 11:20:53 +0300 Subject: [PATCH 1014/3109] Add experimental no-revisions field --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 438433da..11a4fe0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3975,3 +3975,8 @@ hide: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + +# Experimental: packages where Hackage cabal file revisions should be ignored. +# Always use the cabal file shipped with the sdist tarball instead. +no-revisions: +- tls From 8ab2f4dcf864104c8c62486ac0641f5701d8b303 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:32:32 +0900 Subject: [PATCH 1015/3109] re-instate cryptonite < 0.23 (#2469) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11a4fe0b..8fcf592a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.1 + + # https://github.com/fpco/stackage/issues/2469 + - cryptonite < 0.23 # end of packages # Package flags are applied to individual packages, and override the values of From 3704487a6087d2cc2246d3cc43abac66955ce5a3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:37:33 +0900 Subject: [PATCH 1016/3109] rawfilepath < 0.2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fcf592a..9eaace11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,7 +3109,7 @@ packages: - traverse-with-class < 1.0.0.0 # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.1 + - rawfilepath < 0.2.0 # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 From 9b7b75416e6d65535aafa29fa208202584761c4f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 17:44:11 +0900 Subject: [PATCH 1017/3109] lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9eaace11..5bcca5c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3113,6 +3113,9 @@ packages: # https://github.com/fpco/stackage/issues/2469 - cryptonite < 0.23 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From abf5972879d7f84e5a8484e883b3864b1517e5f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 26 Apr 2017 18:00:46 +0900 Subject: [PATCH 1018/3109] Revert "re-instate cryptonite < 0.23 (#2469)" fixed with avers revision This reverts commit 8ab2f4dcf864104c8c62486ac0641f5701d8b303. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5bcca5c7..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3111,9 +3111,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - # https://github.com/fpco/stackage/issues/2469 - - cryptonite < 0.23 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 # end of packages From 56c1fda8f2e67f7a0a8552940a232c709158b061 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Wed, 26 Apr 2017 11:09:09 +0100 Subject: [PATCH 1019/3109] Add reactive-banana --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1845,6 +1845,7 @@ packages: # - socket-io # bounds: aeson, via: engine-io - tasty-rerun - logging-effect + - reactive-banana "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled From 7e95304823575c351873cd716ad08032b3d44eb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:39:03 +0900 Subject: [PATCH 1020/3109] Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)" active revised This reverts commit 9b7b75416e6d65535aafa29fa208202584761c4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..cbb94ae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 - - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 2cf2e14751758e00b8c044adc744778830699db3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:55:14 +0900 Subject: [PATCH 1021/3109] Revert "Revert "lens-4.15.2 breaks active and transitively diagrams (diagrams/active#20)"" revision was lens<4.15.2 This reverts commit 7e95304823575c351873cd716ad08032b3d44eb1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbb94ae6..1be9eaf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,6 +3110,9 @@ packages: # https://github.com/xtendo-org/rawfilepath/issues/3 - rawfilepath < 0.2.0 + + # https://github.com/diagrams/active/issues/20 + - lens < 4.15.2 # end of packages # Package flags are applied to individual packages, and override the values of From 5bcea53905f58a5a9c825f1b7f85bd41fc975344 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 09:59:06 +0900 Subject: [PATCH 1022/3109] Revert "Disable nvim-hs per build failure #2457" This reverts commit e97aa12928b33eff71b18f85e231dd4977b66a8b. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1be9eaf8..25a7c185 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3010,10 +3010,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 75efb70e0507e772451a2ac1290d3971a4df56ae Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 27 Apr 2017 10:28:42 +0900 Subject: [PATCH 1023/3109] Revert "Revert "Disable nvim-hs per build failure #2457"" testsuite fails This reverts commit 5bcea53905f58a5a9c825f1b7f85bd41fc975344. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a031a8..30b1bf1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3011,9 +3011,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From f20df8c57dc7fa7509ab8fbf8b54018023db4e4f Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Wed, 26 Apr 2017 22:32:19 -0700 Subject: [PATCH 1024/3109] Add freetype2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ade023f1..4dce8690 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -918,6 +918,7 @@ packages: - netwire-input - netwire-input-glfw - yoga + - freetype2 "Emanuel Borsboom @borsboom": - BoundedChan From 12b578a2620143fd52fd4dc7ce741abeb7b27ffa Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 27 Apr 2017 10:01:14 +0100 Subject: [PATCH 1025/3109] Update debian-bootstrap.sh Added mono-complete for clr-host --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4de888b5..4e7b9ea6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,6 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + mono-complete \ nettle-dev \ nodejs \ npm \ From 1586e6f75b04de856d617a9e7c0986b50936dd28 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 28 Apr 2017 10:32:45 +0900 Subject: [PATCH 1026/3109] folds-0.7.3 should fix testsuite (ekmett/folds#12) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1dd8453..9b27658c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3486,7 +3486,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - - folds # https://github.com/ekmett/folds/issues/12 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 From 14aaee1e1b9aeca28e44cf6c71fad97bad5040a9 Mon Sep 17 00:00:00 2001 From: koepket Date: Fri, 28 Apr 2017 16:13:51 +0200 Subject: [PATCH 1027/3109] add koepket's hinterface package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..7b1ab7b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Timo Koepke @koepket": + - hinterface + "Jose Iborra @pepeiborra": - clr-marshal - clr-host From 00ad6969516e0be6cce9a6134566217987df05c1 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 28 Apr 2017 18:02:10 +0200 Subject: [PATCH 1028/3109] add ihs interpolated haskell :) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..ec9d4071 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2769,6 +2769,7 @@ packages: - tasty-auto - tasty-stats - colorful-monoids + - ihs "Taras Serduke @tserduke": - do-list From 5a7912d90865670f0e18cd212889af2b59808917 Mon Sep 17 00:00:00 2001 From: tobbebex Date: Fri, 28 Apr 2017 21:54:35 +0200 Subject: [PATCH 1029/3109] Readding GPipe and GPipe-GLFW --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..25e443cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2045,12 +2045,10 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # BLOCKED directory 1.3 via gl + - GPipe "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # BLOCKED directory 1.3 via GPipe and gl + - GPipe-GLFW # "Csaba Hruska @csabahruska": # - lambdacube-ir # bounds: aeson From d20fe968ac170077e53050c1f8d177f1ab9b1ecf Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 28 Apr 2017 21:38:41 +0100 Subject: [PATCH 1030/3109] Add "weeder" package --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..b8f41f18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -295,7 +295,7 @@ packages: - timelens - non-empty-sequence - "Neil Mitchell @ndmitchell": + "Neil Mitchell @ndmitchell": - hlint - hoogle - shake @@ -310,6 +310,7 @@ packages: - bake - ghcid - hexml + - weeder "Alan Zimmerman @alanz": - hjsmin From ef1bdd81e54f7b614204641c02c7e9217196bfa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 3 Apr 2017 17:39:07 +0900 Subject: [PATCH 1031/3109] set idris ffi flag --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9b27658c..9e409d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ package-flags: hpio: test-hlint: false + idris: + ffi: true + minio-hs: live-test: false From b2dd7651e4afd0341138fed1a00043b07e1a3b69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:46:59 +0900 Subject: [PATCH 1032/3109] intervals < 0.8 (#2477) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e409d64..6ee86a4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,6 +3120,9 @@ packages: # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 + + # https://github.com/fpco/stackage/issues/2477 + - intervals < 0.8 # end of packages # Package flags are applied to individual packages, and override the values of From f674ff02e28d422e62fdd49309b636aa9b5ce3b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 20:50:50 +0900 Subject: [PATCH 1033/3109] generics-sop < 0.3.0.0 (#2478) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ee86a4a..5649bfaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,6 +3123,9 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 + + # https://github.com/fpco/stackage/issues/2478 + - generics-sop < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 33ba706a09483812aaf318a358d49a260cc3043a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 21:04:38 +0900 Subject: [PATCH 1034/3109] transformers-lift < 0.2.0.0 (#2479) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5649bfaf..036c7125 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3126,6 +3126,10 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 + + # https://github.com/fpco/stackage/issues/2479 + - ether < 0.5.0.0 + - transformers-lift < 0.2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From fef9826016df0032f2c071ba504b26f7840cb261 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 29 Apr 2017 22:00:41 +0900 Subject: [PATCH 1035/3109] hopefully mono-mcs is sufficient for clr-host (#2470) --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4e7b9ea6..fee40da3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -111,7 +111,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ - mono-complete \ + mono-mcs \ nettle-dev \ nodejs \ npm \ From f3bc78f55260d0aee30273b9cd475fc3dafeda0c Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Sat, 29 Apr 2017 16:33:49 +0200 Subject: [PATCH 1036/3109] Reenable nvim-hs nvim-hs-contrib nvim-hs-ghcid --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..d400fa1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,10 +3017,9 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - [] - # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 - # - nvim-hs-contrib # per nvim-hs - # - nvim-hs-ghcid # per nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a9dcaab868ff34c2086ed1aeb38cf979b2a669eb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 30 Apr 2017 09:00:02 +0900 Subject: [PATCH 1037/3109] megaparsec < 5.3.0 (#2481) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 652d5ee7..87b40c5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3130,6 +3130,9 @@ packages: # https://github.com/fpco/stackage/issues/2479 - ether < 0.5.0.0 - transformers-lift < 0.2.0.0 + + # https://github.com/fpco/stackage/issues/2481 + - megaparsec < 5.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8c95b2ee4b39e29d7abfb54c6e677a2068bee337 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:00:36 +0900 Subject: [PATCH 1038/3109] disable clr packages again since docker image failing to build (#2470) docker build is failing on llvm-4.0 for some reason (maybe the upstream repo changed) --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..362875f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + #- clr-marshal + #- clr-host + #- clr-inline "Joshua Koike @jano017": - discord-hs From 0dd592c3f46ea8a177f251c8b0350093cf0303bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 01:09:56 +0900 Subject: [PATCH 1039/3109] disable clr packages again since docker image failing to build (#2470) docker image failing due to llvm-4.0 repo --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87b40c5c..bd425e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,9 +2,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Jose Iborra @pepeiborra": - - clr-marshal - - clr-host - - clr-inline + [] + # - clr-marshal + # - clr-host + # - clr-inline "Joshua Koike @jano017": - discord-hs From b790977c57d59e22174552fee10fd96f73887ad5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Apr 2017 21:07:40 +0300 Subject: [PATCH 1040/3109] Add mime-mail to no-revisions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd425e81..aded329e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4006,3 +4006,4 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - tls +- mime-mail From b7d45e8cbefb8aa4feffece051b858861a3916b6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 1041/3109] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ - && apt-get update \ - && apt-get install -y llvm-4.0 +# currently the repo seems broken +# # llvm-4.0 for llvm-hs (separate since it needs wget) +# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ +# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ +# && apt-get update \ +# && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 344398255753587740410e39434bfc249413c21e Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 30 Apr 2017 23:42:46 -0400 Subject: [PATCH 1042/3109] add triplesec --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06ae820a..31f1e534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3022,6 +3022,9 @@ packages: - nvim-hs-contrib - nvim-hs-ghcid + "Sam Protas @SamProtas": + - triplesec + # 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 From cd4b7fc4f5ad7816659496dca578004468eb0bc0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:12:04 +0900 Subject: [PATCH 1043/3109] debian-bootstrap.sh: disable broken llvm-4.0 repo The following packages have unmet dependencies: llvm-4.0 : Depends: llvm-4.0-runtime (= 1:4.0~svn301550-1~exp1) but it is not going to be installed Depends: libllvm4.0 (>= 1:4.0-3~) but it is not going to be installed Recommends: llvm-4.0-dev but it is not going to be installed --- debian-bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index fee40da3..f3669aa5 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -178,11 +178,12 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ - && apt-get update \ - && apt-get install -y llvm-4.0 +# currently the repo seems broken +# # llvm-4.0 for llvm-hs (separate since it needs wget) +# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ +# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ +# && apt-get update \ +# && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From d13e89a56331939acf74e2a16cbadd39a18725b3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:14:51 +0900 Subject: [PATCH 1044/3109] Revert "disable clr packages again since docker image failing to build (#2470)" This reverts commit 0dd592c3f46ea8a177f251c8b0350093cf0303bf. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 289ed29f..dcba1a5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,10 +5,9 @@ packages: - hinterface "Jose Iborra @pepeiborra": - [] - # - clr-marshal - # - clr-host - # - clr-inline + - clr-marshal + - clr-host + - clr-inline "Joshua Koike @jano017": - discord-hs From de6f8ba7e8ddb54edce3e3e20f0dc07e29c4d764 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 12:28:32 +0900 Subject: [PATCH 1045/3109] add juhp/stackage-query --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcba1a5c..dd57c0c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,6 +1087,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm + - stackage-query # - cabal-sort # BLOCKED directory 1.3 - idris # bounds: safe - libffi From a75a7c029502792b88ca1e1379b9bfe24551f5b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 17:19:16 +0900 Subject: [PATCH 1046/3109] debian-bootstrap.sh: clr-host needs libmono-2.0-dev (#2470) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f3669aa5..db413754 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -75,6 +75,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmono-2.0-dev \ libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ From 551980c23fe041bf401156449d269ab00c27808d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 18:04:49 +0900 Subject: [PATCH 1047/3109] debian-bootstrap.sh: clr-inline testsuite needs fsharp --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index db413754..116cb76b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -34,6 +34,7 @@ apt-get install -y \ sudo \ curl \ freeglut3-dev \ + fsharp \ git \ gradle \ libadns1-dev \ From 82f051cbac356f27095ece4134876d282c004fe3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 19:41:52 +0900 Subject: [PATCH 1048/3109] disable clr-inline due to testsuite failure (#2470) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..a3f8f534 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host - - clr-inline + # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": - discord-hs From 512b23cf5110999c3b900698f89a063bb8e7ec87 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 2 May 2017 16:50:48 +0900 Subject: [PATCH 1049/3109] remove idris comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3f8f534..136a8fcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1089,7 +1089,7 @@ packages: - cabal-rpm - stackage-query # - cabal-sort # BLOCKED directory 1.3 - - idris # bounds: safe + - idris - libffi - xmonad-contrib - shelly From 9a76396dcc875c85a45becd9cfbb9494c4349f70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 4 May 2017 23:04:28 +0100 Subject: [PATCH 1050/3109] Add upper bounds for #2487 (graphviz). Also remove some rogue white space. --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 136a8fcd..eda22869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4,11 +4,11 @@ packages: "Timo Koepke @koepket": - hinterface - "Jose Iborra @pepeiborra": + "Jose Iborra @pepeiborra": - clr-marshal - clr-host # - clr-inline # https://github.com/fpco/stackage/pull/2470 - + "Joshua Koike @jano017": - discord-hs @@ -3138,6 +3138,10 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2487 + - graphviz < 2999.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 53c5fcb9e0451a932908a6cc9a8e8c4ce55a3084 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 3 May 2017 15:20:35 +0530 Subject: [PATCH 1051/3109] Add package: sysinfo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eda22869..27ce84de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -349,6 +349,7 @@ packages: - yesod-auth-fb - hourglass-orphans - wai-slack-middleware + - sysinfo "haskell-openal": - OpenAL From 3cda9cbcbfd55d3329ea6c67f25cb59f2b5135a8 Mon Sep 17 00:00:00 2001 From: Anton Ekblad Date: Thu, 4 May 2017 01:19:34 +0200 Subject: [PATCH 1052/3109] Add selda, selda-sqlite, selda-postgresql --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27ce84de..41793a6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3028,6 +3028,11 @@ packages: "Sam Protas @SamProtas": - triplesec + "Anton Ekblad @valderman": + - selda + - selda-sqlite + - selda-postgresql + # 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 From d0b495b0fe3840ed406dcd30b38ed8209a3b0cae Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Thu, 4 May 2017 22:24:42 +0200 Subject: [PATCH 1053/3109] Enable twitter-conduit again Version 0.2.2 of twitter-conduit has now working dependencies to http-conduit and http-client --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41793a6b..8d9cd051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2218,7 +2218,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # bounds: http-conduit 2.2 # via: twitter-types, twitter-types-lens + - twitter-conduit - twitter-types - twitter-types-lens From 138154f379ad90b4446e188b31c09273b6faf49a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 5 May 2017 16:34:51 +0100 Subject: [PATCH 1054/3109] Add upper bounds for #2489. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d9cd051..e9b1f407 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,9 @@ packages: # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 + # https://github.com/fpco/stackage/issues/2489 + - haskell-src-meta < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From fbd84b3c461b0f59a29943d8a82fe6d4f9c8557e Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 5 May 2017 21:05:11 +0900 Subject: [PATCH 1055/3109] Add servant-checked-exceptions package This adds the servant-checked-exceptions package: https://hackage.haskell.org/package/servant-checked-exceptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9b1f407..381eecb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2014,6 +2014,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var + - servant-checked-exceptions - servant-static-th - xml-html-qq - xml-indexed-cursor From 952dd3d87da9ac00abca7677300ec4e6e5863223 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 3 May 2017 19:13:21 +0900 Subject: [PATCH 1056/3109] Add yesod-job-queue and api-field-json-th packages --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 381eecb7..ce3eb0f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2582,8 +2582,9 @@ packages: - repline - picosat - # "Daishi Nakajima @nakaji_dayo": - # - yesod-job-queue # build failure https://github.com/nakaji-dayo/yesod-job-queue/issues/10 + "Daishi Nakajima @nakaji_dayo": + - api-field-json-th + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From c3f965176c60c9c03059c1f5aa431bca81202dc2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 6 May 2017 08:51:17 +0100 Subject: [PATCH 1057/3109] Add packunused. Following the new release https://github.com/hvr/packunused/issues/24#issuecomment-299516472. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce3eb0f2..8fc70ca4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -123,6 +123,7 @@ packages: "Luke Murphy @lwm": - tasty-discover - lentil + - packunused "Marco Zocca @ocramz": - sparse-linear-algebra From f667eb1417e4b9c391a4a31ec762ce59bfd91e24 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:18:53 +0100 Subject: [PATCH 1058/3109] Add upper bounds for dictionaries 0.2. Please see https://github.com/zohl/dictionaries/issues/3. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fc70ca4..a7b95d4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/zohl/dictionaries/issues/3 + - dictionaries < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 74ef289b09b64fa280d9b5692b3edf59677ef971 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 7 May 2017 22:22:25 +0100 Subject: [PATCH 1059/3109] Block newly re-enabled package for build failure. Please see https://github.com/nakaji-dayo/yesod-job-queue/issues/12. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7b95d4d..a63dd92d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2585,7 +2585,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - - yesod-job-queue + # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From 5c0d9493f1bf00b19692c74a3c4a744865809323 Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 14:40:01 +0530 Subject: [PATCH 1060/3109] added the naqsha package Git: https://github.com/naqsha/naqsha --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..5975d8e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,6 +778,8 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz + - naqsha + "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # # - github-backup # bounds: github From c8ca5a0dfd377623ee4f17ef1b033b63478d6ecb Mon Sep 17 00:00:00 2001 From: Piyush P Kurur Date: Mon, 8 May 2017 16:41:51 +0530 Subject: [PATCH 1061/3109] untabify. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5975d8e7..88359684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -778,7 +778,7 @@ packages: "Piyush P Kurur @piyush-kurur": - raaz - - naqsha + - naqsha "Joey Hess @joeyh": # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # From 9e78aba2779d2a5dfe0f1ff52e7abc6958f32bbe Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 8 May 2017 22:54:13 +0300 Subject: [PATCH 1062/3109] =?UTF-8?q?Exclude=20Mark=20Karpov=20from=20?= =?UTF-8?q?=E2=80=98stackbuilders=E2=80=99=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Soon I'll stop working for Stack Builders thus I remove myself from the ‘stackbuilders’ group. I still would like to be notified about ‘stache’-related issues, so I add that under my own name. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..6f33b7f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2169,6 +2169,7 @@ packages: - lame - path - forma + - stache # "Thomas Bereknyei ": # - multiplate # bounds: transformers @@ -3902,7 +3903,6 @@ github-users: - sestrella - jsl - jsantos17 - - mrkkrp scotty-web: - RyanGlScott - xich From a9aa80bc70120af383d6fe5622fc3102e825caac Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:15:24 +0100 Subject: [PATCH 1063/3109] Remove upper bound for zohl/dictionaries/issues/3. Please see https://github.com/zohl/dictionaries/issues/3#issuecomment-299838947. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a63dd92d..769c43fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,9 +3154,6 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 - # https://github.com/zohl/dictionaries/issues/3 - - dictionaries < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 9f0f02efe0db6a88bf269ecb66c06f39efd7cbd1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 May 2017 23:40:14 +0100 Subject: [PATCH 1064/3109] Add upper bounds for #2494. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 769c43fb..0fd374d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,6 +3154,9 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + # https://github.com/fpco/stackage/issues/2494 + - websockets-simple < 0.0.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6bbe6b3a1e86c1b1958ef564de090dc3616595df Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 May 2017 00:51:50 +0100 Subject: [PATCH 1065/3109] Add upper bounds for websockets-rpc for #2494 too. websockets-simple/rpc latest versions both mandate websockets >= 0.11 but we've placed an upper bound to stop 0.11 being available (#245). --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fd374d0..6408927b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,7 +3155,9 @@ packages: - haskell-src-meta < 0.8 # https://github.com/fpco/stackage/issues/2494 + # Indirectly blocked on fpco/stackage/issues/245 - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # end of packages From 8d0db6da77335fa78945e949f002d1dca415b65f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Tue, 9 May 2017 10:35:27 +0100 Subject: [PATCH 1066/3109] Add threepenny-editors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..7d24517f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,7 @@ packages: "Jose Iborra @pepeiborra": - clr-marshal - clr-host + - threepenny-editors # - clr-inline # https://github.com/fpco/stackage/pull/2470 "Joshua Koike @jano017": From a70985174a0fb27d7972a55e0947bdc613e5a193 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 May 2017 19:02:05 +0200 Subject: [PATCH 1067/3109] Note that we no longer accept curator applications --- become-a-curator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/become-a-curator.md b/become-a-curator.md index 77bd9310..80559efc 100644 --- a/become-a-curator.md +++ b/become-a-curator.md @@ -1,3 +1,5 @@ +## We are no longer accepting applications, please wait until next time + We are looking to expand the stackage curator team! As a stackage curator you will help the community by curating and @@ -37,6 +39,6 @@ helped us iron out and document the process further. You can read the curator documentation here: https://github.com/fpco/stackage/blob/master/CURATORS.md -To apply, please fill in this form: https://goo.gl/forms/eD6lTLtuyyHAIcfC2 +To apply, please fill in this form: [REDACTED] If you applied last time, we encourage you to do so again! From b7dd28857f5043685fb230cf5d6dd4077406db97 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 1068/3109] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd57c0c6..c258804b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3521,6 +3521,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # Stackage upper bounds, re-enable these when their upper bound is removed + - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 @@ -3584,7 +3585,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3948,6 +3949,8 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From e91bfb19346a785c740f2cc2325e59e3b7957c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 19:00:39 -0700 Subject: [PATCH 1069/3109] Attempt a fix of lens --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6408927b..76051122 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3542,6 +3542,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 # Stackage upper bounds, re-enable these when their upper bound is removed + - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 @@ -3605,7 +3606,7 @@ expected-haddock-failures: - gtk - gtk3 - # Intermittent failures or unreliable. These tay pass when + # Intermittent failures or unreliable. These may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-haddock-failures if we know a fix has been released. - gi-gtk # Uses all memory @@ -3969,6 +3970,8 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 +- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 6daac8d8059dc7d5d6c470fab8a2d2c5a42827af Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:27:32 -0700 Subject: [PATCH 1070/3109] Bounds for #2498 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c258804b..ac4f1f09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,14 @@ packages: # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 + + # https://github.com/fpco/stackage/issues/2498 + - graphviz < 2999.19.0.0 + - haskell-src-meta < 0.8 + - io-streams < 1.4.0.0 + - websockets < 0.11.0.0 + - websockets-rpc < 0.4.1 + - websockets-simple < 0.0.2.1 # end of packages # Package flags are applied to individual packages, and override the values of From ebf52265cb4afa716c86eff38c3af77ceee01bc9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 May 2017 21:39:26 -0700 Subject: [PATCH 1071/3109] Bounds for #2499 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76051122..71c3a6c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3159,6 +3159,9 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 + # https://github.com/fpco/stackage/issues/2499 + - io-streams < 1.4.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 857f0791b18658e349dc7f5337326923b5761007 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:39:16 +0300 Subject: [PATCH 1072/3109] Revert "debian-bootstrap.sh: disable broken llvm-4.0 repo" This reverts commit cd4b7fc4f5ad7816659496dca578004468eb0bc0. --- debian-bootstrap.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 116cb76b..747e1c5d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -180,12 +180,11 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# currently the repo seems broken -# # llvm-4.0 for llvm-hs (separate since it needs wget) -# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ -# && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ -# && apt-get update \ -# && apt-get install -y llvm-4.0 +# llvm-4.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && apt-get update \ + && apt-get install -y llvm-4.0 ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ From 94d7dd5becf8535e5a494a83154a79d6c72a6d29 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:47:04 +0300 Subject: [PATCH 1073/3109] Describe local Docker image build --- CURATORS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 874fcc76..909e2ed1 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -223,6 +223,26 @@ rm -r nightly/work/builds/nightly/ ``` This should also be done when moving the Nightly docker image to a new version of Ubuntu. +If you're impatient and would like to build the Docker image on the +build server instead of waiting for Docker Hub, you can run the +following command: + +``` +DIR=$(mktemp -d) +(cd $DIR \ + && git clone https://github.com/fpco/stackage \ + && cd stackage \ + && docker build --tag snoyberg/stackage:nightly .) +rm -rf $DIR +``` + +Note that we do a clean clone of the `stackage` repo instead of using +the existing checkout because of how `docker build` works: it will +send the entire local directory contents as context to the Docker +daemon, which in the case of the build tree is a _lot_ of content. (We +can discuss the wisdom—or lack thereof—of Docker's +approach separately.) + ## stackage-build server You'll need to get your SSH public key added to the machine. ~/.ssh/config info: From 94be100beb0fb4403d8039412b5ad2b830a171cc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 10 May 2017 16:55:29 +0300 Subject: [PATCH 1074/3109] Upper bound for #2501 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71c3a6c0..d3adb328 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 + # https://github.com/fpco/stackage/issues/2501 + - hsemail < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From e08087e687dc9a3b2df66ea239c5fcb09d1251b6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 10 May 2017 09:16:59 -0700 Subject: [PATCH 1075/3109] Disable tests which failed in the previous nightly --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3adb328..8d838cea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 + - courier # https://github.com/hargettp/courier/issues/18 # Timeouts # These tests sometimes take too long and hit the stackage build @@ -3550,7 +3551,6 @@ expected-test-failures: # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound - # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options @@ -3561,6 +3561,7 @@ expected-test-failures: # these if we want them fixed - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 + - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 # Doctests require hidden Glob package - multiset From 4cf1e74d06b7669e845c93e066ca56da3cdb98f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 11 May 2017 08:38:21 +0100 Subject: [PATCH 1076/3109] Remove upper bound for rawfilepath. Related: * https://github.com/xtendo-org/rawfilepath/issues/3 * https://github.com/fpco/stackage/issues/2497 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..aaa1b206 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2845,6 +2845,7 @@ packages: "XT @xtendo-org": - rawfilepath + "Konstantin Zudov @zudov": - html-email-validate @@ -3129,9 +3130,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/xtendo-org/rawfilepath/issues/3 - - rawfilepath < 0.2.0 - # https://github.com/diagrams/active/issues/20 - lens < 4.15.2 From 6c6a0ff56023b99009dab1482bbdb014867e9895 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 11 May 2017 21:02:15 -0400 Subject: [PATCH 1077/3109] Prepare for nightly 11th May --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d838cea..989fbda6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,8 +3162,11 @@ packages: # https://github.com/fpco/stackage/issues/2499 - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2501 - - hsemail < 2 + # https://github.com/fpco/stackage/issues/2504 + - statistics < 0.14 + + # https://github.com/fpco/stackage/issues/2505 + - one-liner < 0.9 # end of packages From 6550a2332aa7d9eddd7f4922a4bc2185e2bce4f3 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Fri, 12 May 2017 14:43:07 +0300 Subject: [PATCH 1078/3109] Allow new 'transformers-lift' and 'ether' --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 989fbda6..79e32ba4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,10 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2479 - - ether < 0.5.0.0 - - transformers-lift < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2481 - megaparsec < 5.3.0 From 5247a6cd24b41716059ee5daa42a52ed0a483963 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:09:31 -0400 Subject: [PATCH 1079/3109] Close #2413 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c714365..52daeec2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1226,9 +1226,9 @@ packages: - waitra # scrive/log - # - log # via bloodhound: bounds: vector + - log # via bloodhound: bounds: vector - log-base - # - log-elasticsearch # via bloodhound: bounds: vector + - log-elasticsearch # via bloodhound: bounds: vector - log-postgres # Not a maintainer From 62be9a2472162c116203104dbf35fd7d7f5cd24a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:12:05 -0400 Subject: [PATCH 1080/3109] Bounds for #2507 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52daeec2..b408e80d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,9 @@ packages: # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 + # https://github.com/fpco/stackage/issues/2507 + - concurrent-output < 1.9 + # end of packages # Package flags are applied to individual packages, and override the values of From a35be3ad0093fb33c5d278b893b19e8cc0e6a6db Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 20:14:37 -0400 Subject: [PATCH 1081/3109] Bounds for #2507 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b408e80d..59b98935 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,7 +3167,7 @@ packages: - one-liner < 0.9 # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.9 + - concurrent-output < 1.8 # end of packages From 3db4a4e9fc629c0698162284f8e96c40a7bdb084 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 18:58:26 -0700 Subject: [PATCH 1082/3109] Handle https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59b98935..cae3b59a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3982,6 +3985,7 @@ tell-me-when-its-released: - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 +- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From b81b32c72953efe15165bfe74468237ac8932186 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:08:38 -0400 Subject: [PATCH 1083/3109] Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cae3b59a..c9efb6bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,7 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 + # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3986,6 +3987,7 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 +- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 2aa87f758038aad73c4c5561bfdc319cbba66594 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 12 May 2017 22:18:21 -0400 Subject: [PATCH 1084/3109] Skip tests of ersatz, for now --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9efb6bd..c0bb9c51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,6 +3399,9 @@ skipped-tests: # criterion - store + # requires custom setup? + - ersatz # https://github.com/fpco/stackage/issues/2508 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 896ad49efc27b96393a22371ef241069fa1041db Mon Sep 17 00:00:00 2001 From: pepe iborra Date: Sat, 13 May 2017 14:42:49 +0100 Subject: [PATCH 1085/3109] cld-inline test suite requires official Mono packages --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..7ff6092c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # https://github.com/fpco/stackage/pull/2470 + - clr-inline "Joshua Koike @jano017": - discord-hs diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 747e1c5d..82a7f3c1 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions, see: +# instructions,see: # http://www.stackage.org/install set -exu @@ -20,6 +20,10 @@ apt-get install -y software-properties-common add-apt-repository ppa:hvr/ghc -y add-apt-repository -y ppa:marutter/rrutter +apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF +add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy main' +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 From 7d5495dbe5929e62dc9fe73668d35fbd4223a5c0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 14 May 2017 00:11:01 +0300 Subject: [PATCH 1086/3109] Revert "Also notify of the failure from https://github.com/fpco/monad-logger-syslog/issues/6" This reverts commit b81b32c72953efe15165bfe74468237ac8932186. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..0591141c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,7 +3170,6 @@ packages: - concurrent-output < 1.8 # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - # also breaks monad-logger-syslog: https://github.com/fpco/monad-logger-syslog/issues/6 - hsyslog < 5 # end of packages @@ -3990,7 +3989,6 @@ tell-me-when-its-released: - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 - hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 -- monad-logger-syslog-0.1.3.0 # Handles the build failure from https://github.com/fpco/monad-logger-syslog/issues/6 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 37ed3e426f063b8565ecb0a3bc25a8fa5624db5a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 13 May 2017 21:13:00 -0700 Subject: [PATCH 1087/3109] Undo space change --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 82a7f3c1..e4cd6dc6 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -7,7 +7,7 @@ # wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex # NOTE: Requires that GHC and Cabal are installed and on your PATH. For -# instructions,see: +# instructions, see: # http://www.stackage.org/install set -exu From 630cee7b09a760e15720e3e6ac007c90b136ac54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:17:07 -0400 Subject: [PATCH 1088/3109] Stop testing req-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bace253..ee10e813 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API + - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 # Test executable requires arguments - hpqtypes From f4f70341225f0b83266276c6977d086d8a8c49d2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 00:43:04 -0400 Subject: [PATCH 1089/3109] Disable test running for clr-inline --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee10e813..29c95400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From 167fea0f4458189e27aa23e144034aa72046819d Mon Sep 17 00:00:00 2001 From: David Reaver Date: Sun, 14 May 2017 11:52:43 -0700 Subject: [PATCH 1090/3109] Add eventful packages --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..19b982e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2619,6 +2619,13 @@ packages: - protobuf-simple "David Reaver @jdreaver": + - eventful-core + - eventful-dynamodb + - eventful-memory + - eventful-postgresql + - eventful-sql-common + - eventful-sqlite + - eventful-test-helpers - oanda-rest-api - stratosphere @@ -3460,6 +3467,8 @@ expected-test-failures: - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 + - eventful-dynamodb + - eventful-postgresql - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 From b237ff3cea526feba6504c1a7f777d51772c469a Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 14 May 2017 15:30:22 -0400 Subject: [PATCH 1091/3109] Make the ersatz tests pass Fixes https://github.com/fpco/stackage/issues/2508 --- build-constraints.yaml | 3 --- debian-bootstrap.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..24a5ac47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3398,9 +3398,6 @@ skipped-tests: # criterion - store - # requires custom setup? - - ersatz # https://github.com/fpco/stackage/issues/2508 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e4cd6dc6..372234bd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -117,6 +117,7 @@ apt-get install -y \ llvm-3.7 \ locales \ m4 \ + minisat \ mono-mcs \ nettle-dev \ nodejs \ From 04fb143ef985977eef7256b2f61b6bcc5af7e743 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:01:25 -0400 Subject: [PATCH 1092/3109] hdaemonize-0.5.2 released, close https://github.com/greydot/hdaemonize/issues/5 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c95400..e7b034a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,9 +3169,6 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 - # breaks hdaemonize: https://github.com/greydot/hdaemonize/issues/5 - - hsyslog < 5 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3990,7 +3987,6 @@ tell-me-when-its-released: - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 -- hdaemonize-0.5.2 # Handles the build failure from https://github.com/greydot/hdaemonize/issues/5 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From c1427de0ac1116ca650185e56af2b179e885714e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:49:47 -0400 Subject: [PATCH 1093/3109] Bound hsyslog for #2513 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7b034a3..f8d6aa54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: # https://github.com/fpco/stackage/issues/2507 - concurrent-output < 1.8 + # https://github.com/fpco/stackage/issues/2513 + - hsyslog < 5 + # end of packages # Package flags are applied to individual packages, and override the values of From 36c85489de0c755f6465716b21e216437d2a3409 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 21:52:08 -0400 Subject: [PATCH 1094/3109] Bound optparse-generic for #2514 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8d6aa54..942320c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,9 @@ packages: # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 + # https://github.com/fpco/stackage/issues/2514 + - optparse-generic < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 284c00f9fb592ce8979ddd5c97e6be534b8c2581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 14 May 2017 22:09:00 -0400 Subject: [PATCH 1095/3109] Temporarily revert clr-inline test disabling --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b04b68d..b6ccf671 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3516,7 +3516,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 + # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From a8ffe5a5c1ecc2c54dea835a9270e1e06a3fd4fb Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Mon, 15 May 2017 01:35:25 -0500 Subject: [PATCH 1096/3109] Add tensorflow-* packages. --- build-constraints.yaml | 6 ++++++ debian-bootstrap.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..015f45fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3020,6 +3020,12 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse + - tensorflow + - tensorflow-core-ops + - tensorflow-opgen + - tensorflow-ops + - tensorflow-proto + - tensorflow-test "Christof Schramm ": - mnist-idx diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 372234bd..9e3bffd2 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,6 +191,12 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install the TensorFlow C API. +curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ + && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && rm libtensorflow.tar.gz \ + && ldconfig + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From 6665ad4300bc8d874509465088691f149b46eda9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 May 2017 11:34:40 +0200 Subject: [PATCH 1097/3109] Add logging-facade-syslog to my package list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..f7ee179e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2112,6 +2112,7 @@ packages: - hsyslog - jailbreak-cabal - language-nix + - logging-facade-syslog - nix-paths - streamproc - titlecase From b353e0bef1dd7455a58fcd23da9de56b64b5b19b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:16:14 +0100 Subject: [PATCH 1098/3109] upper bound for ghc-typelits-knownnat --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6ccf671..c79b0bcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + - ghc-typelits-knownnat <0.3 - ghc-typelits-natnormalise - clash-prelude - clash-lib From f65a54353f415bfe46f66d951d9e9d2a7367117e Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:25:28 +0100 Subject: [PATCH 1099/3109] upper bound for ghc-typelits-knownnat (#2516) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79b0bcd..d43abf64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1603,7 +1603,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat - ghc-typelits-natnormalise - clash-prelude - clash-lib @@ -3182,6 +3182,9 @@ packages: # https://github.com/fpco/stackage/issues/2514 - optparse-generic < 1.2 + # https://github.com/fpco/stackage/issues/2516 + ghc-typelits-knownnat <0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ad2b87dbdc492e8978884e010131fd0a5f921a Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 18:29:34 +0100 Subject: [PATCH 1100/3109] upper bound for ghc-typelits-knownnat (#2516) (correction) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d43abf64..7ef64f56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,7 +3183,7 @@ packages: - optparse-generic < 1.2 # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat <0.3 # end of packages From 9ea6406051eea04a8ba615a45dfa07563dc09cb7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 15 May 2017 19:07:12 +0100 Subject: [PATCH 1101/3109] Revert "Temporarily revert clr-inline test disabling" (#2510) This reverts commit 284c00f9fb592ce8979ddd5c97e6be534b8c2581. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef64f56..98b25aca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,7 @@ expected-test-failures: - webdriver-angular # webdriver server - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - # clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 + - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes From e6809d1c2eaa1797e97ad974227e790d60c7b482 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 16 May 2017 12:30:02 +0900 Subject: [PATCH 1102/3109] Add sensu-run --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98b25aca..9668d103 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2918,6 +2918,7 @@ packages: - stack-type "Mitsutoshi Aoe @maoe": + - sensu-run - viewprof "Dylan Simon @dylex": From c724ced6a8dec770377ef42e922b38021dfe7250 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 19:06:26 +0100 Subject: [PATCH 1103/3109] Disable tensorflow pacakges as build failing to locate the C library --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83c19b1a..390945ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # blocked on C library + # - tensorflow-core-ops # blocked on C library - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # blocked on C library - tensorflow-proto - tensorflow-test From 367c977c6d2919a7919a880fecf71e1ca92fa091 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 May 2017 21:46:12 +0100 Subject: [PATCH 1104/3109] Remove upper bound on lens with active-0.2.0.13 (#2496) Also removed active-0.2.0.12 watchpoint. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..824b620b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,9 +3148,6 @@ packages: # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/diagrams/active/issues/20 - - lens < 4.15.2 - # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 @@ -4008,7 +4005,6 @@ tell-me-when-its-released: - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 -- active-0.2.0.12 # Will likely contain fix for the lens-4.15.2 https://github.com/fpco/stackage/issues/2496 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 1efbd80e754784386503b8a392b5b7b35974be5c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 00:21:03 +0100 Subject: [PATCH 1105/3109] Disabling clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 824b620b..ff70045f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From e88f0ca78adf6ba335f6cd3bdeeb3c4dfe0944b7 Mon Sep 17 00:00:00 2001 From: Daishi Nakajima Date: Wed, 17 May 2017 14:01:23 +0900 Subject: [PATCH 1106/3109] Add yesod-job-queue package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..a3ee915c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2589,7 +2589,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - # - yesod-job-queue # compilation failure: nakaji-dayo/yesod-job-queue/issues/12 + - yesod-job-queue # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure From dfa21f88e65053a3d02396cd88c0c53d2a5ba1f6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 17 May 2017 19:04:16 +0100 Subject: [PATCH 1107/3109] Disable tibetan-utils and release some bounds Bounds released: * matplotlib * base-orphans * semigroups * text-show * io-streams * concurrent-output * optparse-generic --- build-constraints.yaml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff70045f..19162ee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -19,8 +19,8 @@ packages: "Richard Cook @rcook": - hidden-char - "Vanessa McHale @vmchale": - - tibetan-utils + "Vanessa McHale @vmchale": [] + # - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -3112,9 +3112,6 @@ packages: # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.3 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3127,12 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2436 - - base-orphans < 0.6 - - semigroups < 0.18.3 - # https://github.com/fpco/stackage/issues/2463 - - text-show < 3.6 - # https://github.com/fpco/stackage/issues/2439 - persistent < 2.7.0 @@ -3168,24 +3159,15 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2499 - - io-streams < 1.4.0.0 - # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 # https://github.com/fpco/stackage/issues/2505 - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2507 - - concurrent-output < 1.8 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2514 - - optparse-generic < 1.2 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 From 4f73bb75b747e2d6b29074dfa468e442c40f453b Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 16 May 2017 13:23:52 -0700 Subject: [PATCH 1108/3109] Reenable and fix the tensorflow-* packages. Previously we installed libtensorflow into /usr/local/lib which wasn't in the search path. Moving it to /usr/lib fixed the problem. Also changed the script to manually install protoc v3.3.0. The default version of `protobuf-compiler` in Xenial is v2.6.1 which is too old to build `tensorflow-proto`. Verified by building the docker image locally and then running `stack install tensorflow tensorflow-ops ...` from within it. --- build-constraints.yaml | 6 +++--- debian-bootstrap.sh | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 390945ee..83c19b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,10 +3021,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # blocked on C library - # - tensorflow-core-ops # blocked on C library + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - # - tensorflow-ops # blocked on C library + - tensorflow-ops - tensorflow-proto - tensorflow-test diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9e3bffd2..acb74922 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,7 +123,6 @@ apt-get install -y \ nodejs \ npm \ openjdk-8-jdk \ - protobuf-compiler \ python-mpltoolkits.basemap \ python3-matplotlib \ python3-numpy \ @@ -191,9 +190,15 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y llvm-4.0 +# Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only +# supports version 2.) +curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip \ + && sudo unzip -o protoc-3.3.0-linux-x86_64.zip -d /usr bin/protoc \ + && rm -f protoc-3.3.0-linux-x84_64.zip + # Install the TensorFlow C API. curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.1.0.tar.gz > libtensorflow.tar.gz \ - && sudo tar zxf libtensorflow.tar.gz -C /usr/local \ + && sudo tar zxf libtensorflow.tar.gz -C /usr \ && rm libtensorflow.tar.gz \ && ldconfig From 7fb612cb8365cf99dc6db9498975bbf64145d088 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 08:02:32 +0100 Subject: [PATCH 1109/3109] Disabling matplotlib again --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19162ee3..422bd0c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,9 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat <0.3 + # https://github.com/fpco/stackage/issues/2365 + - matplotlib < 0.4.1 # still an issue with 0.4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 713b3c4625169ea1664f2c1ad123ea31f2e834f8 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Thu, 18 May 2017 10:47:33 +0200 Subject: [PATCH 1110/3109] Added packages: zm, flat, model. --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 422bd0c5..b6170ef7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Pasqualino Assini @tittoassini": + - zm + - flat + - model + "Timo Koepke @koepket": - hinterface From dbb13ee5a6cff23565ca21f2973b401b572cdd8f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 18:44:56 +0100 Subject: [PATCH 1111/3109] re-eable clr-inline (#2510) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794bf89a..d6c9eff9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5,7 +5,7 @@ packages: - zm - flat - model - + "Timo Koepke @koepket": - hinterface @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From fce4ad9b88322ce9483943821e7643c66bbc9af7 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 May 2017 19:26:01 +0100 Subject: [PATCH 1112/3109] Disable clr-inline and tensorflow again see https://github.com/fpco/stackage/issues/2527 and https://github.com/fpco/stackage/issues/2510 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6c9eff9..208ddd7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow - - tensorflow-core-ops + # - tensorflow # https://github.com/fpco/stackage/issues/2527 + # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - - tensorflow-ops + # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 7a460cfa11a022b40c86f18995cdbdbea9272a6f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:03:00 +0100 Subject: [PATCH 1113/3109] concurrent-output < 1.10.0 (#2528) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 208ddd7d..ca58ec2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,11 +3174,14 @@ packages: - hsyslog < 5 # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat <0.3 + - ghc-typelits-knownnat < 0.3 # https://github.com/fpco/stackage/issues/2365 - matplotlib < 0.4.1 # still an issue with 0.4.5 + # https://github.com/fpco/stackage/issues/2528 + - concurrent-output < 1.10.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 95c16d35e90ba942b3868ed5477f325892fea707 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 15:48:20 +0100 Subject: [PATCH 1114/3109] re-enable tensorflow and clr-inline (#2510,#2527) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca58ec2e..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3026,10 +3026,10 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - # - tensorflow # https://github.com/fpco/stackage/issues/2527 - # - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow # https://github.com/fpco/stackage/issues/2527 + - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-opgen - # - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 - tensorflow-proto - tensorflow-test From 368d99867ad15825e537b5e6dfeca80ea5a9b0bc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 May 2017 17:21:28 +0100 Subject: [PATCH 1115/3109] re-disable clr-inline (#2510) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..fc9f7165 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 8c2d4d8f52d3ef3e454b934ef43c853dd3d413d0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 22:38:09 +0100 Subject: [PATCH 1116/3109] re-enable clr-inline temporarily --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc9f7165..7e6041ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs From 96963dbd642e8ffc0b908081a488f46ee62c05fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 May 2017 23:23:27 +0100 Subject: [PATCH 1117/3109] fixes for MusicBrainz, one-liner, mmorph and cue-sheet --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e6041ef..ea9d7f6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,6 +3103,7 @@ packages: - imm < 1.1.0.1 - opml-conduit < 0.6.0.2 - rss-conduit < 0.3.0.1 + - MusicBrainz < 0.3 # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3167,9 +3168,6 @@ packages: # https://github.com/fpco/stackage/issues/2504 - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2505 - - one-liner < 0.9 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3182,6 +3180,12 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 + # https://github.com/fpco/stackage/issues/2529 + - mmorph < 1.1.0 + + # https://github.com/fpco/stackage/issues/2530 + - cue-sheet < 0.1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From fcd83b307bf61300dddc7512ba6112290906066a Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Mon, 22 May 2017 08:35:12 +0900 Subject: [PATCH 1118/3109] add yjsvg, x11-xim, Imlib and xturtle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..5dbd26f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2569,6 +2569,10 @@ packages: - zot - yjtools - io-machine + - yjsvg + - x11-xim + - Imlib + - xturtle "Jan Gerlinger @JanGe": - irc-dcc From 82de64bf0a22b13686b275e4c599b4f8592aa0b8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 May 2017 11:35:46 +0100 Subject: [PATCH 1119/3109] re-enable clr-inline, bound mysql-haskell, test fails for xml-picklers --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea9d7f6f..271f9949 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - - clr-inline # see https://github.com/fpco/stackage/issues/2510 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - discord-hs @@ -3186,6 +3186,9 @@ packages: # https://github.com/fpco/stackage/issues/2530 - cue-sheet < 0.1.1 + # https://github.com/fpco/stackage/issues/2533 + - mysql-haskell < 0.8.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3555,6 +3558,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 10ea7e475902a6e45bf24309fc14fc3ac3287ee4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 23 May 2017 21:35:24 -0400 Subject: [PATCH 1120/3109] Add libimlib2 to debian-bootstrap.sh --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index acb74922..bb5b1747 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -71,6 +71,7 @@ apt-get install -y \ libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ + libimlib2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From 2ebf5b58e77f7e206b693eeaca686161aa760ea2 Mon Sep 17 00:00:00 2001 From: Thilo Uttendorfer Date: Wed, 24 May 2017 09:19:07 +0200 Subject: [PATCH 1121/3109] Enabled hackernews Latest version of hackernews works with servant 0.10 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..f0e7a1b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -195,7 +195,7 @@ packages: - envy - s3-signer # - google-translate # bounds: servant - # - hackernews # bounds: servant + - hackernews # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams From e1843e251083bb6cf5beb45961eb15f5a011f0f2 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:31:42 +0300 Subject: [PATCH 1122/3109] Add schematicg --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..adf17a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2407,6 +2407,7 @@ packages: "Denis Redozubov @dredozubov": - tracy # - hreader-lens # bounds: hreader + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command From c6241e20a63bfdcbd5ebf7316dfbbcae4ccd7313 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 24 May 2017 12:34:52 +0300 Subject: [PATCH 1123/3109] re-enable hreader-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..bdf31cc1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2406,7 +2406,7 @@ packages: "Denis Redozubov @dredozubov": - tracy - # - hreader-lens # bounds: hreader + - hreader-lens "Yuji Yamamoto @igrep": - yes-precure5-command From dc2b7000a89b23b049cb7e6d9719d1ac4b9f7635 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:19:08 -0400 Subject: [PATCH 1124/3109] Remove megaparsec upper bound. #2481 has been closed --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b92f245e..cb291921 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,6 @@ packages: # https://github.com/fpco/stackage/issues/2478 - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2481 - - megaparsec < 5.3.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 0aa96035a77721bee9755e9a2a034c82dc3fe2b8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 10:25:41 -0400 Subject: [PATCH 1125/3109] Partial fix for #2537, this is bad as now it requires servant < 0.10 at least --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb291921..80fe92a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + # servant-docs < 0.10 + # servant-foreign < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a30e4b23f018b4cd70f9d853c7698db8fa1acaf8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:46 -0400 Subject: [PATCH 1126/3109] Solve servant upper bounds --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 80fe92a9..e8c25d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3194,8 +3194,8 @@ packages: - servant < 0.11 - servant-client < 0.11 - servant-server < 0.11 - # servant-docs < 0.10 - # servant-foreign < 0.10 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 # end of packages From 5fd0d6ddd904690ca8775c0efcbba9b06e6c1d34 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 24 May 2017 20:12:59 -0400 Subject: [PATCH 1127/3109] Bound criterion, #2538 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8c25d33..7b87c12d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2538 + - criterion < 1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9048bd458f1336b66d90f65acad2a9ced1cd2233 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Thu, 25 May 2017 11:56:09 +0300 Subject: [PATCH 1128/3109] Add microstache --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f4c2efa..dfed33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1216,6 +1216,7 @@ packages: - integer-logarithms - JuicyPixels-scale-dct - lattices + - microstache - monad-http - postgresql-simple-url - range-set-list From 86b075819331d944a7536001f000e2023d7e5775 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:10:40 -0400 Subject: [PATCH 1129/3109] Remove upper bound on cue-sheet and close #2530 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bae8a06..326add35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3186,9 +3186,6 @@ packages: # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2530 - - cue-sheet < 0.1.1 - # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 From 009b864fc76d7e93f88c0cab55efa09bd46a3ad6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:18:04 -0400 Subject: [PATCH 1130/3109] Move matplotlib to test failures since it's not a bound issue --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 326add35..49f8fded 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,9 +3177,6 @@ packages: # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2365 - - matplotlib < 0.4.1 # still an issue with 0.4.5 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 @@ -3452,6 +3449,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts # These tests sometimes take too long and hit the stackage build From 6d6688585aa54cbb77f6b8630e50f4dd55fd3c31 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 10:22:50 -0400 Subject: [PATCH 1131/3109] Move statistics bound from the closed #2504 to the open #2538 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 49f8fded..e42003e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,9 +3168,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2504 - - statistics < 0.14 - # https://github.com/fpco/stackage/issues/2513 - hsyslog < 5 @@ -3195,6 +3192,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 + - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # end of packages From 36ae01a681f1b6bbee3fb32421bea92dc8545d08 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 25 May 2017 17:36:45 -0700 Subject: [PATCH 1132/3109] Close #2439 as plan seems valid now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e42003e4..9f90e13d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,9 +3136,6 @@ packages: # https://github.com/fpco/stackage/issues/2433 - hlint < 2 - # https://github.com/fpco/stackage/issues/2439 - - persistent < 2.7.0 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 From e760bfe34151335b2b8ae1424bcd8a23bb8c19aa Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Fri, 26 May 2017 21:50:12 +0900 Subject: [PATCH 1133/3109] add gluturtle --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dbd26f8..642d6ecc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,6 +2573,7 @@ packages: - x11-xim - Imlib - xturtle + - gluturtle "Jan Gerlinger @JanGe": - irc-dcc From ac4cf3deef4f060ec4ff2975ff4d7aae7fbbdf52 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 26 May 2017 15:24:02 +0200 Subject: [PATCH 1134/3109] Re-enable benchmarks --- build-constraints.yaml | 178 +---------------------------------------- 1 file changed, 2 insertions(+), 176 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f90e13d..dccf3bd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3690,6 +3690,7 @@ skipped-benchmarks: # to verify. - criterion-plus - http2 + - pipes # optparse-applicative 0.13 # Transitive outdated dependencies # These packages @@ -3709,183 +3710,8 @@ skipped-benchmarks: # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 - - pipes # optparse-applicative 0.13 - - # Criterionpocalypse # via criterion: via cassava: bounds: vector - - Earley - - Frames - - IntervalMap - - JuicyPixels-extra - - acid-state - - ad - - arithmoi - - attoparsec - - avers - - binary-list - - binary-parsers - - binary-tagged - - binary-typed - - blake2 - - buffer-builder - - bytestring-conversion - - bytestring-tree-builder - - cacophony - - case-insensitive + # Cyclic dependencies - cassava - - cipher-aes128 - - clash-prelude - - clustering - - cmark - - conduit - - conduit-extra - - conduit-iconv - - cprng-aes - - criterion - - cron - - crypto-numbers - - crypto-pubkey - - cryptohash - - cryptohash-md5 - - cryptohash-sha1 - - cryptohash-sha256 - - cryptol - - ctrie - - data-msgpack - - diagrams-lib - - dimensional - - do-list - - ed25519 - - edit-distance - - effect-handlers - - euphoria - - farmhash - - fast-builder - - fast-digits - - fclabels - - foldl - - foldl-statistics - - gitson - - glob-posix - - graphviz - - grouped-list - - hOpenPGP - - hashable - - haskell-tools-cli - - hasql - - highjson - - hindent - - hip - - histogram-fill - - hledger - - hosc - - hourglass - - html-email-validate - - htoml - - http-client-tls - - http-link-header - - human-readable-duration - - hw-balancedparens - - hw-bits - - hw-conduit - - hw-json - - hw-rankselect-base - - hweblib - - hxt-regex-xmlschema - - identicon - - ilist - - include-file - - incremental-parser - - inline-r - - jose-jwt - - katip - - kdt - - lens - - lifted-async - - lifted-base - - logging-effect - - loop - - lucid - - matrices - - matrix - - megaparsec - - monad-logger-prefix - - mongoDB - - mono-traversable - - monoid-extras - - morte - - mutable-containers - - netpbm - - pandoc - - phantom-state - - picoparsec - - postgresql-binary - - pretty-simple - - prometheus-client - - psqueues - - publicsuffix - - ramus - - rdf - - redis-io - - reinterpret-cast - - reroute - - rethinkdb-client-driver - - rose-trees - - sampling - - sandi - - say - - scalpel-core - - scanner - - scientific - - semver - - servant-auth-cookie - - sets - - skylighting - - snap-server - - sorted-list - - sourcemap - - sparse-linear-algebra - - stache - - stackage-curator - - stateWriter - - stm-containers - - store - - streaming-commons - - superbuffer - - taggy - - tar - - text-manipulate - - text-metrics - - text-show - - thread-local-storage - - thyme - - timemap - - tinylog - - tls - - turtle - - tz - - ua-parser - - unbound-generics - - unicode-transforms - - union - - unordered-containers - - uri-bytestring - - uuid - - uuid-types - - varying - - vector-binary-instances - - vectortiles - - vinyl - - wai-middleware-metrics - - wai-routing - - warp - - wire-streams - - word24 - - word8 - - xmlgen - - yesod-core - - yi-rope - - zippers - - jvm # end of skipped-benchmarks From d10e91d13da3de013faa9d5ad482ffc49a7480ca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 26 May 2017 22:25:59 +0700 Subject: [PATCH 1135/3109] Update my email --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85978791..29d01f93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2155,7 +2155,7 @@ packages: # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose - "Mark Karpov @mrkkrp": + "Mark Karpov @mrkkrp": - megaparsec - htaglib - slug From eae88e7c9d4ae5550635fae30251209a0f091623 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 17:56:42 -0700 Subject: [PATCH 1136/3109] Soap tests failing. Disabled. @wiz --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29d01f93..104d3b01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,7 @@ expected-test-failures: - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 26 May 2017 18:48:26 -0700 Subject: [PATCH 1137/3109] Upper bound fortran-src --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 104d3b01..b11a23d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3192,6 +3192,9 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + # https://github.com/camfort/camfort/issues/64 + - fortran-src < 0.1.0.6 + # end of packages From cbf3ae363b9d65823b11108f10568d519f05dad3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 06:50:13 -0700 Subject: [PATCH 1138/3109] Upper bound Glob, #2544 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11a23d6..2f3e14a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,6 +3195,9 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 + # https://github.com/fpco/stackage/issues/2544 + - Glob < 0.8.0 + # end of packages From dd12fe3802c0b2125249ac3eb4a1610726300be1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 27 May 2017 08:55:23 -0700 Subject: [PATCH 1139/3109] Disable cryptohash-* benchmarks, #2538 (comment-304458844) --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f3e14a5..15424237 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,12 @@ skipped-benchmarks: # Cyclic dependencies - cassava + # Won't be updated only for the benchmark component + # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + # end of skipped-benchmarks @@ -3844,6 +3850,9 @@ tell-me-when-its-released: - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 +- 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 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From ea95a7d9bf8cc9887b0b5b673731a53de9c8f75e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 28 May 2017 07:03:36 -0700 Subject: [PATCH 1140/3109] Close #2544 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15424237..3ca748b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,10 +3195,6 @@ packages: # https://github.com/camfort/camfort/issues/64 - fortran-src < 0.1.0.6 - # https://github.com/fpco/stackage/issues/2544 - - Glob < 0.8.0 - - # end of packages # Package flags are applied to individual packages, and override the values of From 883240942acb40d544f50dfd9b44bbb1bf380e58 Mon Sep 17 00:00:00 2001 From: Alexandr Ruchkin Date: Mon, 29 May 2017 16:19:57 +0300 Subject: [PATCH 1141/3109] Uploaded `hsdev-0.2.4.0` built with `text-region-0.3.0.0` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..166978ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1069,7 +1069,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - # - hsdev # bounds: text-region-0.2.0.0 + - hsdev - simple-log - text-region From a6dc97c623d81fd8fedc94e7d30e55eb4e89f410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 29 May 2017 06:36:27 -0700 Subject: [PATCH 1142/3109] Close #2513 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ca748b6..1da4fb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,9 +3166,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2513 - - hsyslog < 5 - # https://github.com/fpco/stackage/issues/2516 - ghc-typelits-knownnat < 0.3 From a2224dff4aafde5422d26bf78e602d3455128d07 Mon Sep 17 00:00:00 2001 From: David Reaver Date: Mon, 29 May 2017 10:22:00 -0700 Subject: [PATCH 1143/3109] Add sum-type-boilerplate --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1b6699f6..2f013c65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2641,6 +2641,7 @@ packages: - eventful-test-helpers - oanda-rest-api - stratosphere + - sum-type-boilerplate "Alexey Rodiontsev @klappvisor": [] From e6a09d780002636257b10883ea12683a0033117d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:05:44 +0900 Subject: [PATCH 1144/3109] Revert "Upper bound fortran-src" (camfort/camfort#64) This reverts commit c554b9ee6c6d07ab57c685b45ddaa4ebcb315d01. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f013c65..41b278c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3191,9 +3191,6 @@ packages: - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/camfort/camfort/issues/64 - - fortran-src < 0.1.0.6 - # end of packages # Package flags are applied to individual packages, and override the values of From 02826b1002882c5690dea12205f69129d6a9af45 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:06:23 +0900 Subject: [PATCH 1145/3109] partial-order tests needs HUnit < 1.4 (mtesseract/haskell-partial-order#1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b278c2..1001f4dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3348,6 +3348,7 @@ skipped-tests: - language-ecmascript - lifted-base - parsec + - partial-order # https://github.com/mtesseract/haskell-partial-order/issues/1 - rank1dynamic - threads - tz From f9df313023019838251464765aa4101d4694017c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 11:22:41 +0900 Subject: [PATCH 1146/3109] ghc-exactprint < 0.5.4.0 (#2547) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1001f4dd..07fdaf4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,7 +3190,8 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - + # https://github.com/fpco/stackage/issues/2547 + - ghc-exactprint < 0.5.4.0 # end of packages # Package flags are applied to individual packages, and override the values of From a44b0ae07e0e4f36d8244b95c38d6b0504804c7c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 30 May 2017 14:33:49 +0900 Subject: [PATCH 1147/3109] try enabling git-annex, disabling aws and dbus tests --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07fdaf4a..d8879e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -787,7 +787,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # bounds: bloomfilter, [...] # via: aws, esqueleto, [...] # + - git-annex # - github-backup # bounds: github - Win32-extras - concurrent-output @@ -3340,9 +3340,11 @@ skipped-tests: - GLFW-b - Glob - HTTP + - aws # bounds: http-client < 0.5 - bindings-GLFW - case-insensitive - darcs + - dbus # bounds: QuickCheck < 2.9 via chell-quickcheck - exception-transformers - extensible-effects - fclabels From f1599c96ec40a01ca68697429bd66fa0cb2b4183 Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Tue, 30 May 2017 10:32:49 +0200 Subject: [PATCH 1148/3109] Add prettyprinter package (family) Resolves quchen/prettyprinter#18 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..b7495d3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,6 +2350,12 @@ packages: - pgp-wordlist - show-prettyprint + - 'prettyprinter' + - 'prettyprinter-ansi-terminal' + - 'prettyprinter-compat-wl-pprint' + - 'prettyprinter-compat-ansi-wl-pprint' + - 'prettyprinter-compat-annotated-wl-pprint' + "Jeremy Shaw @stepcut": - boomerang # - clckwrks # via acid-state: via safecopy: bounds: vector From 5de9e21e83517c625371605d679fbbdcf2ff7297 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Tue, 30 May 2017 16:18:15 +0200 Subject: [PATCH 1149/3109] Add safeio --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8879e8d..0047a6f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3069,6 +3069,9 @@ packages: - selda-sqlite - selda-postgresql + "Luis Pedro Coelho @luispedro": + - safeio + # 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 From 10be904c17eff372f63c70988ffc49379195ea2e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 15:02:33 +0900 Subject: [PATCH 1150/3109] Revert "Soap tests failing. Disabled. @wiz" (dpwiz/haskell-soap#5) This reverts commit eae88e7c9d4ae5550635fae30251209a0f091623. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90c7b665..0d19f46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,7 +3592,6 @@ expected-test-failures: - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - soap # https://bitbucket.org/dpwiz/haskell-soap/issues/5/tests-fail-to-build # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 28d8400ea4522fe4ed86ed81a551ea08e23b6935 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:12:38 +0900 Subject: [PATCH 1151/3109] foldl < 1.3.0 (#2550) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d19f46e..44e39a55 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,9 @@ packages: - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 # https://github.com/fpco/stackage/issues/2547 - ghc-exactprint < 0.5.4.0 + + # https://github.com/fpco/stackage/issues/2550 + - foldl < 1.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 8ccc7b53a6888fc1abf983a64a14bc0d6c71c471 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 May 2017 18:15:17 +0900 Subject: [PATCH 1152/3109] interpolate < 0.1.1 (#2489) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e39a55..47fa296f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,7 @@ packages: # https://github.com/fpco/stackage/issues/2489 - haskell-src-meta < 0.8 + - interpolate < 0.1.1 # https://github.com/fpco/stackage/issues/2494 # Indirectly blocked on fpco/stackage/issues/245 From 7ffa1694cfb562a9c51735fe6abc507a87ef2d40 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Wed, 31 May 2017 12:32:05 +0200 Subject: [PATCH 1153/3109] Add haddock-library, haddock-api and haddock --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..a673be99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -949,7 +949,6 @@ packages: - data-accessor-mtl # - file-location # bounds: transformers - fuzzcheck - # - haddock-api BLOCKED GHC 8.0.2 - here - hlibgit2 - gitlib-libgit2 @@ -3078,6 +3077,11 @@ packages: "Luis Pedro Coelho @luispedro": - safeio + "Alex Biehl @alexbiehl": + - haddock-library + - haddock-api + - haddock + # 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 From 51279a9d9439c23d7176092b5a88efc527998a96 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:19:55 +0200 Subject: [PATCH 1154/3109] Remove reference to resolved issue. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47fa296f..32ebf880 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,7 +1735,7 @@ packages: - inline-r - jni - jvm - - sparkle # https://github.com/tweag/sparkle/issues/99 + - sparkle - th-lift "Christopher Reichert @creichert": From 726211b389eebf7239dd6c4fa6d2813926509994 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 31 May 2017 22:20:05 +0200 Subject: [PATCH 1155/3109] Add streaming-binary. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32ebf880..6e709109 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,7 @@ packages: - jni - jvm - sparkle + - streaming-binary - th-lift "Christopher Reichert @creichert": From cc2ef20ac4aa4d37a02b1858e47f3021741220ac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:43:16 +0900 Subject: [PATCH 1156/3109] revert ghc-typelits-knownnat < 0.3 (#2516) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 752ab668..c216e12a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3183,9 +3183,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2516 - - ghc-typelits-knownnat < 0.3 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From fa6eaccee1776b3dfcd50c59ae27767a10c65757 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:46:59 +0900 Subject: [PATCH 1157/3109] remove superfluous 'printprinter' quotes (#2548) --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c216e12a..0baad0f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2350,11 +2350,11 @@ packages: - pgp-wordlist - show-prettyprint - - 'prettyprinter' - - 'prettyprinter-ansi-terminal' - - 'prettyprinter-compat-wl-pprint' - - 'prettyprinter-compat-ansi-wl-pprint' - - 'prettyprinter-compat-annotated-wl-pprint' + - prettyprinter + - prettyprinter-ansi-terminal + - prettyprinter-compat-wl-pprint + - prettyprinter-compat-ansi-wl-pprint + - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - boomerang From 17987731028851979f5b785731f8803ac4cd2fc6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 10:53:10 +0900 Subject: [PATCH 1158/3109] disable prettyprinter-compat-ansi-wl-pprint (#2548) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0baad0f3..d9234f5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint + #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 5c7b977564af268840734feb2b20d360f98adb92 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 14:53:13 +0900 Subject: [PATCH 1159/3109] disable haddock due to testsuite (haskell/haddock#629, #2551) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9234f5d..4be97544 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3081,7 +3081,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - - haddock + # - haddock # https://github.com/haskell/haddock/issues/629 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From e9f848bad292ffe7201e4b0971f74d01786a8e6f Mon Sep 17 00:00:00 2001 From: David Luposchainsky Date: Thu, 1 Jun 2017 08:46:32 +0200 Subject: [PATCH 1160/3109] Enable prettyprinter-compat-wl-pprint-ansi again This package was disabled because of package version shenanigans (error on my end) that should now be fixed. See https://github.com/quchen/prettyprinter/issues/24 for the library ticket, and https://github.com/fpco/stackage/pull/2548 for the Stackage one. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4be97544..1a65fadf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2353,7 +2353,7 @@ packages: - prettyprinter - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - #- prettyprinter-compat-ansi-wl-pprint # https://github.com/fpco/stackage/pull/2548 + - prettyprinter-compat-ansi-wl-pprint - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": From 24a5ac4ba3c1fe31da79a4cdf0d015358f7fa16d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 1 Jun 2017 19:01:29 +0900 Subject: [PATCH 1161/3109] new prettyprinter-compat-ansi-wl-pprint confuses show-prettyprint --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a65fadf..4820c548 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3902,6 +3902,7 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 75c139a3a47b920bb3299db244789b428f1e78bd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:00:53 +0100 Subject: [PATCH 1162/3109] show-pretty-print disabled (#2554) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4820c548..e629dafd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ packages: "David Luposchainsky @quchen": - binary-typed - pgp-wordlist - - show-prettyprint + # - show-prettyprint # https://github.com/fpco/stackage/issues/2554 - prettyprinter - prettyprinter-ansi-terminal From 8b7f2104a289966a24412548170396058c989a65 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 14:54:16 +0100 Subject: [PATCH 1163/3109] restore show-prettyprint (fixes #2554) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e629dafd..4f04b46e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2348,7 +2348,7 @@ 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 - prettyprinter - prettyprinter-ansi-terminal @@ -3902,7 +3902,6 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix -- prettyprinter-compat-ansi-wl-pprint # conflicts with ansi-wl-pprint # Cryptonite deprecations - cipher-aes From 58bdc65e250eb9666ed8d6ca6b266517e665e665 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:17:14 +0100 Subject: [PATCH 1164/3109] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f04b46e..514f84f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -252,6 +252,7 @@ packages: - yaml - servius - cryptonite-conduit + - streaming-commons - alex - async From a671bd924f2ea71368e9da3d3b131cc4c8ccc120 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 1 Jun 2017 15:20:47 +0100 Subject: [PATCH 1165/3109] streaming-commons < 0.1.18 (#2555) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514f84f8..20401c1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3208,6 +3208,10 @@ packages: # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 + + # https://github.com/fpco/stackage/issues/2555 + - streaming-commons < 0.1.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5cbfdb3cee9e82d78ed9d54cf1beb1048968ac94 Mon Sep 17 00:00:00 2001 From: Alex Biehl Date: Thu, 1 Jun 2017 17:10:24 +0200 Subject: [PATCH 1166/3109] Reenable haddock Failing test have been fixed in `haddock-2.17.5` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..43a4b426 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3082,7 +3082,7 @@ packages: "Alex Biehl @alexbiehl": - haddock-library - haddock-api - # - haddock # https://github.com/haskell/haddock/issues/629 + - haddock # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 314aa30c7cbf3b68ee02062563f43fa0d0ba046b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 2 Jun 2017 00:00:41 +0100 Subject: [PATCH 1167/3109] singletons < 2.3, th-desugar < 1.7 (#2557) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20401c1c..3228cdcb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3212,6 +3212,10 @@ packages: # https://github.com/fpco/stackage/issues/2555 - streaming-commons < 0.1.18 + # https://github.com/fpco/stackage/issues/2557 + - singletons < 2.3 + - th-desugar < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 2bd56305e871491be3a25b69faf2c3fb887803fd Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 4 Jun 2017 21:19:13 +0100 Subject: [PATCH 1168/3109] add sort & regex-tdfa-with-pcre, #2562 #2561 #2560 #2559 --- build-constraints.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06aa6199..6e33fcfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3017,7 +3017,8 @@ packages: "Chris Dornan @cdornan": - regex - regex-with-pcre - - regex-examples + - sort + - regex-pcre-text "Elliot Cameron @3noch": - ziptastic-client @@ -3216,6 +3217,18 @@ packages: - singletons < 2.3 - th-desugar < 1.7 + # https://github.com/fpco/stackage/issues/2559 + - path-io < 1.3 + + # https://github.com/fpco/stackage/issues/2560 + - quickcheck-instances < 0.3.13 + + # https://github.com/fpco/stackage/issues/2561 + - timezone-series < 0.1.8 + + # https://github.com/fpco/stackage/issues/2562 + - trifecta < 1.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 3d4409600fe4157148da897e8215a1bb1498f6cc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 5 Jun 2017 02:00:27 +0100 Subject: [PATCH 1169/3109] text-show-instances < 3.6.1 (#2560) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6e33fcfb..10c0b40c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 + - text-show-instances < 3.6.1 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 42ee17284bc659c333dd4c77e19ed1154eb8e617 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 2 Jun 2017 22:28:34 +0100 Subject: [PATCH 1170/3109] Add profiterole --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10c0b40c..8959713f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -322,6 +322,7 @@ packages: - ghcid - hexml - weeder + - profiterole "Alan Zimmerman @alanz": - hjsmin From ef2d47d78727482e2d39d2b292038266b9856a83 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:32:36 +0100 Subject: [PATCH 1171/3109] Add upper bound for hakyll. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8959713f..f8fbbee5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,6 +3231,9 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 + # https://github.com/jaspervdj/hakyll/issues/540 + - hakyll < 4.9.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 11d5076b35590387e59b70dd598c391c1fef2ba0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:45:27 +0100 Subject: [PATCH 1172/3109] Add upper bound for dependencies of Hakyll. Follow up commit from ef2d47d. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8fbbee5..87f2e0aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3233,6 +3233,8 @@ packages: # https://github.com/jaspervdj/hakyll/issues/540 - hakyll < 4.9.5.1 + - blaze-html < 0.9 + - blaze-markup < 0.8 # end of packages From 5a4e70abe8752101be87abb054cdabae054008f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:47:50 +0100 Subject: [PATCH 1173/3109] Mark unagi-chan for expected test timeouts. Please see https://github.com/jberryman/unagi-chan/issues/21. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87f2e0aa..bdea844c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,6 +3504,7 @@ expected-test-failures: - lens - punycode - zip + - unagi-chan # Requires running servers, accounts, or a specific # environment. These shouldn't be re-enabled unless we know a fix From 476f0e7775edffb2d6f784c23942bb316983f6e0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 14:52:40 +0100 Subject: [PATCH 1174/3109] Remove upper bound for ghc-exactprint. Closes https://github.com/fpco/stackage/issues/2547. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdea844c..e22483c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,8 +3205,6 @@ packages: # https://github.com/fpco/stackage/issues/2538 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - # https://github.com/fpco/stackage/issues/2547 - - ghc-exactprint < 0.5.4.0 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 0665f5e6f0101dc3a45f3dfe17b9119e00841aa7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:18:36 +0100 Subject: [PATCH 1175/3109] Mark haddock for expected test failure. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22483c4..7ce4323b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3655,6 +3655,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures From 81f5250f7e1c9efc72fa43c9b383cd327b442bf3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:36:58 +0100 Subject: [PATCH 1176/3109] Add upper bound for autoexporter. Please see https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ce4323b..d67530b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,9 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 + # https://github.com/tfausak/autoexporter/issues/4 + - autoexporter < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0dbdd961b2b3e7b2ea92fd78d96d8cf7a3c57beb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:51:23 +0100 Subject: [PATCH 1177/3109] Mark dsp for expected haddock failure. Please see https://github.com/fpco/stackage/issues/2563. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d67530b7..191bab50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3709,6 +3709,7 @@ expected-haddock-failures: - 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 + - dsp # https://github.com/fpco/stackage/issues/2563 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 72f9e6a040139d61af1eee08ae867502d2769c0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 15:53:40 +0100 Subject: [PATCH 1178/3109] Mark xml-to-json-fast for Haddock expected failure. Please see https://github.com/sinelaw/xml-to-json-fast/issues/5. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 191bab50..e313aed6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3710,6 +3710,7 @@ expected-haddock-failures: - metrics # https://github.com/iand675/metrics/issues/5 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - dsp # https://github.com/fpco/stackage/issues/2563 + - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 788f2073a0089ed05d3279612b5fa6ac315365fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 16:41:07 +0100 Subject: [PATCH 1179/3109] Add upper bound for Haddock. This commit is my latest attempt to solve haddock related errors. At first, I thought the many missing HTML files (see closed tickets below) were related to each individual package, however, with so many packages failing, I think it must be related to the Haddock bug. After testing this change manually with a new nightly build, I'm fairly confident that this will get us back on the road until a new Haddock release. Please see https://github.com/haskell/haddock/issues/634. Closes https://github.com/fpco/stackage/issues/2563. Closes https://github.com/sinelaw/xml-to-json-fast/issues/5. Closes https://github.com/tfausak/autoexporter/issues/4. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e313aed6..40b9c8c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,8 +3234,8 @@ packages: - blaze-html < 0.9 - blaze-markup < 0.8 - # https://github.com/tfausak/autoexporter/issues/4 - - autoexporter < 1.0 + # https://github.com/haskell/haddock/issues/634 + - haddock < 2.17.4 # end of packages @@ -3658,7 +3658,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - haddock # https://github.com/haskell/haddock/issues/634 # end of expected-test-failures @@ -3709,8 +3708,6 @@ expected-haddock-failures: - 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 - - dsp # https://github.com/fpco/stackage/issues/2563 - - xml-to-json-fast # https://github.com/sinelaw/xml-to-json-fast/issues/5 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 37d3bbe580281cf1c9182a692fa005648b0b4953 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 6 Jun 2017 19:11:01 +0100 Subject: [PATCH 1180/3109] Add upper bound for haddock-api. Follows on from 788f207. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40b9c8c1..ac815925 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,7 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.4 + - haddock-api < 2.17.4 # end of packages From e9f46ae85caa4f62c3eedba1bccbb02ce3fbef23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:09:13 +0100 Subject: [PATCH 1181/3109] Add upper bounds for #2566 (prettyprinter < 1.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac815925..8c7c305c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,6 +3238,9 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 + # https://github.com/fpco/stackage/issues/2566 + - prettyprinter < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c37977c885c8c00372ab4cd2ad504780b862446 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 14:11:29 +0100 Subject: [PATCH 1182/3109] Add more piled up bounds for #2560. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c7c305c..a6a7b084 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,6 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2560 - quickcheck-instances < 0.3.13 - text-show-instances < 3.6.1 + - aeson-compat < 0.3.7 # https://github.com/fpco/stackage/issues/2561 - timezone-series < 0.1.8 From 7b799cb38018dac29d59b367c64cbd2af1ef168c Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Wed, 7 Jun 2017 15:57:57 -0700 Subject: [PATCH 1183/3109] Add the `proto-lens-protobuf-types` package. It has been released on Hackage. It will also eventually be a dependency for the next release of the `tensorflow-proto` package. Also remove old comments referencing a closed issue. --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6a7b084..726019a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3044,10 +3044,11 @@ packages: - proto-lens-combinators - proto-lens-arbitrary - proto-lens-optparse - - tensorflow # https://github.com/fpco/stackage/issues/2527 - - tensorflow-core-ops # https://github.com/fpco/stackage/issues/2527 + - proto-lens-protobuf-types + - tensorflow + - tensorflow-core-ops - tensorflow-opgen - - tensorflow-ops # https://github.com/fpco/stackage/issues/2527 + - tensorflow-ops - tensorflow-proto - tensorflow-test From 51f11abe0e0b839cb0403c22281fc3a2b1d1fde3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 22:28:51 +0100 Subject: [PATCH 1184/3109] Remove upper bound on prettyprinter (#2566). --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 726019a2..5177dbb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,9 +3240,6 @@ packages: - haddock < 2.17.4 - haddock-api < 2.17.4 - # https://github.com/fpco/stackage/issues/2566 - - prettyprinter < 1.1 - # end of packages # Package flags are applied to individual packages, and override the values of From cb5b5b04cee64ba13ac467f567f4b32d4c082078 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:34:04 +0100 Subject: [PATCH 1185/3109] Remove upper bound on haddock-api. I'm trying to get a version of Haddock building. Hackity hack hacking. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5177dbb2..36720660 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,8 +3237,7 @@ packages: - blaze-markup < 0.8 # https://github.com/haskell/haddock/issues/634 - - haddock < 2.17.4 - - haddock-api < 2.17.4 + - haddock < 2.17.5 # end of packages From ee21d486125d52e9d5ffbdbfbfcbe67bdfb3f39d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:41:57 +0100 Subject: [PATCH 1186/3109] Add upper bounds for #2567 (rsa < 2.3.0). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36720660..2d4ac463 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2567 + - rsa < 2.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 0f2c6a8110d168e62d029bd94da6882c8e9a12e9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 8 Jun 2017 23:43:36 +0100 Subject: [PATCH 1187/3109] Fix name. Woops. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d4ac463..c00fea08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,7 +3240,7 @@ packages: - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2567 - - rsa < 2.3.0 + - RSA < 2.3 # end of packages From 8b5f88c12566a1e2588748b6114ba12d89d752d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 9 Jun 2017 15:00:17 +0200 Subject: [PATCH 1188/3109] revert "generics-sop < 0.3.0.0" (#2478) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c00fea08..3b0d208b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,9 +3172,6 @@ packages: # https://github.com/fpco/stackage/issues/2477 - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2478 - - generics-sop < 0.3.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From f7e2320e1e47eddd97d9ea821a3de2e4aa63faec Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:22:09 +0100 Subject: [PATCH 1189/3109] Remove upper bound on RSA. Closes #2567. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b0d208b..5429f0c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2567 - - RSA < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of From ac1c4c1626c33894914d869263e2f3a516ba5802 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:25:29 +0100 Subject: [PATCH 1190/3109] Add upper bounds for #2568 (foundation < 0.0.10). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5429f0c2..2836ceec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,6 +3236,9 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 + # https://github.com/fpco/stackage/issues/2568 + - foundation < 0.0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a0d356c11a2dd392c8aee6ad4d0d1cfa3260e661 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 19:28:03 +0100 Subject: [PATCH 1191/3109] Add upper bounds for #2569 (optparse-applicative < 0.14). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2836ceec..3b99d5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,9 @@ packages: # https://github.com/fpco/stackage/issues/2568 - foundation < 0.0.10 + # https://github.com/fpco/stackage/issues/2569 + - optparse-applicative < 0.14 + # end of packages # Package flags are applied to individual packages, and override the values of From 5258863d7a3fa36a2df0377f5f995631b3b1ed23 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:22:43 +0100 Subject: [PATCH 1192/3109] Expect haddock test suite failure as well as bounds. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b99d5f4..91a9f5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3634,6 +3634,7 @@ expected-test-failures: - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - haddock # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From 308cbf6b84c1231493abb030a2a968713d3700f9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 9 Jun 2017 20:43:51 +0100 Subject: [PATCH 1193/3109] Mark diagrams-lib for expected test failure. Please see https://github.com/diagrams/diagrams-lib/issues/299. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91a9f5f7..687b3383 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3635,6 +3635,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock + - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound From e3dc03b46b43e3b0bf0b2d419b3f9a9baa837fe0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:33:17 +0100 Subject: [PATCH 1194/3109] Remove upper bound on hakyll and dependencies. Please see https://github.com/jaspervdj/hakyll/issues/540. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 687b3383..ebbe4601 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,11 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/jaspervdj/hakyll/issues/540 - - hakyll < 4.9.5.1 - - blaze-html < 0.9 - - blaze-markup < 0.8 - # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 From d5600cd9d65d45ad7f27c0bc22f73e7fd17d9dfc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:38:34 +0100 Subject: [PATCH 1195/3109] Get lens back in the mix now that 4.15.3 is out. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebbe4601..353046a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3502,7 +3502,6 @@ expected-test-failures: - cabal-helper - generic-random - graphviz - - lens - punycode - zip - unagi-chan @@ -3633,7 +3632,6 @@ expected-test-failures: - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed - - lens # doctest failure in 4.15.1, fixed in 4.15.2 but lens has an upper bound # Recursive deps https://github.com/fpco/stackage/issues/1818 - clock # 0.7.2 clock:test => tasty:lib => clock:lib @@ -3892,7 +3890,6 @@ tell-me-when-its-released: - terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 -- lens-4.15.2 # Test failures in lens-4.15.1 https://github.com/fpco/stackage/issues/2496 - 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 From 6ffd01406cc6b15bd6ba2c752eb1514b2c4a4d03 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:45:13 +0100 Subject: [PATCH 1196/3109] Add upper bound for #2570 (pandoc-citeproc < 0.10.5.1). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 353046a6..8ba23b91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,6 +3237,9 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 + # https://github.com/fpco/stackage/issues/2570 + - pandoc-citeproc < 0.10.5.1 + # end of packages # Package flags are applied to individual packages, and override the values of From b409fc35fb875cd6771e98fd780006f49f4b9589 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:48:36 +0100 Subject: [PATCH 1197/3109] Get bounds right for pandoc-citeproc. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ba23b91..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ packages: - optparse-applicative < 0.14 # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5.1 + - pandoc-citeproc < 0.10.5 # end of packages From d5e68a9e1829f861b80a31e35188947e76e4599e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 01:54:24 +0100 Subject: [PATCH 1198/3109] Unmark pandoc-citeproc test failures (new release). --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..b1689422 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,7 +3492,6 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems - - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 8ac25815c3de7cb0b9b3da046de16e277a869984 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:20:54 +0100 Subject: [PATCH 1199/3109] Revert "Unmark pandoc-citeproc test failures (new release)." This reverts commit d5e68a9e1829f861b80a31e35188947e76e4599e. Still failing. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1689422..e426d43c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,6 +3492,7 @@ expected-test-failures: - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems + - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - courier # https://github.com/hargettp/courier/issues/18 From 70101ae6b22b20a147e91b6c34870573bf9ae427 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 10 Jun 2017 12:25:07 +0100 Subject: [PATCH 1200/3109] Add upper bound for hakyll (< 4.9.6.0). Please see https://github.com/jaspervdj/hakyll/issues/544. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e426d43c..e48fc5d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,6 +3240,9 @@ packages: # https://github.com/fpco/stackage/issues/2570 - pandoc-citeproc < 0.10.5 + # https://github.com/jaspervdj/hakyll/issues/544 + - hakyll < 4.9.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 10a711037a798471423a21958c5f0bb0e20808d0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 9 Jun 2017 23:09:58 -0400 Subject: [PATCH 1201/3109] Add th-abstraction --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e48fc5d4..b4dc632a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1908,6 +1908,7 @@ packages: - proxied - text-show - text-show-instances + - th-abstraction - thread-local-storage "Kirill Zaborsky @qrilka": From eeea3220a6f2970edb1b86a07cc6a81c6adf43c2 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Sat, 10 Jun 2017 22:29:23 +0200 Subject: [PATCH 1202/3109] Added: partial-order --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4dc632a..40f8b058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3063,6 +3063,7 @@ packages: - async-refresh - async-refresh-tokens - type-level-integers + - partial-order "Simon Hafner @reactormonk": - uri-bytestring-aeson From c56162e0d38436f17c1d74a854afc565c853990c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:43:08 +0100 Subject: [PATCH 1203/3109] Revert "Mark diagrams-lib for expected test failure." This reverts commit 308cbf6b84c1231493abb030a2a968713d3700f9. Please see https://github.com/diagrams/diagrams-lib/issues/299#issuecomment-307578324. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40f8b058..cbdef023 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,7 +3637,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - haddock - - diagrams-lib # Stackage upper bounds, re-enable these when their upper bound is removed From 28c4e786c2aaab001388eb12951bbe5521f57632 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 00:50:12 +0100 Subject: [PATCH 1204/3109] Add upper bound for schematic (< 0.1.2). Please see https://github.com/dredozubov/schematic/issues/1. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cbdef023..db479e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 + # https://github.com/dredozubov/schematic/issues/1 + - schematic < 0.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From eaa2f20bb4e3cba9d507556249d6ac489811ae77 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:45:18 +0100 Subject: [PATCH 1205/3109] Re-admit terminal-progress-bar test suite (new release). --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index db479e26..a8c884bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,7 +3439,6 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - - terminal-progress-bar # fixed on master, depends on older version of itself # Transitive outdated dependencies # These packages @@ -3897,7 +3896,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- terminal-progress-bar-0.1.1 # Unskip test suite - req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 68caa888600926abe859cc5739499e3ef2c6014a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 11 Jun 2017 12:58:10 +0100 Subject: [PATCH 1206/3109] Mark ghc-syb-utils for test suite failure. Please see https://github.com/nominolo/ghc-syb/issues/18. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8c884bc..13ef6831 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3607,6 +3607,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 593e09647a3c1b2abfc1d16d7ff25ebc6dce33fc Mon Sep 17 00:00:00 2001 From: aiya000 Date: Mon, 12 Jun 2017 11:28:59 +0900 Subject: [PATCH 1207/3109] Add throwable-exeptions --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..744e6330 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2939,6 +2939,7 @@ packages: "aiya000 @aiya000": - stack-type + - throwable-exceptions "Mitsutoshi Aoe @maoe": - sensu-run From 3d13c22df5621e0f562fa37d8834954a120f48a2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:05:03 +0300 Subject: [PATCH 1208/3109] Remove upper bound and close #2433 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ef6831..8e3c5064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe # via: cabal-helper, ghc-mod, rosezipper + # - HaRe # BLOCKED ghc-mod < 5.8 "Alfredo Di Napoli @adinapoli": - mandrill @@ -3156,9 +3156,6 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2433 - - hlint < 2 - # https://github.com/fpco/stackage/issues/2440 - discord-hs < 0.3.2 @@ -3439,6 +3436,7 @@ skipped-tests: - snap # QuickCheck 2.9 - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck + - ghc-mod # hspec 2.4 # Transitive outdated dependencies # These packages From c36541193c884001431d7a0a3842c8a023d640f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 11:09:01 +0300 Subject: [PATCH 1209/3109] Upper bound for #2574 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e3c5064..036dad4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3245,6 +3245,9 @@ packages: # https://github.com/dredozubov/schematic/issues/1 - schematic < 0.1.2 + # https://github.com/fpco/stackage/issues/2574 + - brick < 0.18 + # end of packages # Package flags are applied to individual packages, and override the values of From 5bd1fcb1dd905a4286fa4bbd39b6966da3b8e75f Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Mon, 12 Jun 2017 10:53:47 +0200 Subject: [PATCH 1210/3109] Added async-timer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 036dad4a..2fc79f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,6 +3064,7 @@ packages: - async-refresh-tokens - type-level-integers - partial-order + - async-timer "Simon Hafner @reactormonk": - uri-bytestring-aeson From eabe206723270e1f15751f435d74f9d88b8afa06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 15:36:56 +0300 Subject: [PATCH 1211/3109] Add back HaRe CC @alanz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fc79f42..f0ac4915 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -328,7 +328,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # BLOCKED ghc-mod < 5.8 + - HaRe "Alfredo Di Napoli @adinapoli": - mandrill From 2c07353a9d45837ab62a29033f1fa39e1ce1e9e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:27:34 +0300 Subject: [PATCH 1212/3109] Add a bunch of test and benchmark failures --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0ac4915..12f280a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3670,6 +3670,13 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 + - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 + - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 + - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures @@ -3695,6 +3702,7 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 + - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 # end of expected-benchmark-failures From 539aa17b8bd6b49c35a6647e417eb91e565bb356 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Jun 2017 19:58:13 +0300 Subject: [PATCH 1213/3109] Add missing flags and close #2561 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12f280a6..c5bdec53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,9 +3222,6 @@ packages: - text-show-instances < 3.6.1 - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2561 - - timezone-series < 0.1.8 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3337,6 +3334,10 @@ package-flags: functor-classes-compat: containers: false + timezone-series: + time_1_6_and_1_7: true + time_pre_1_6: false + # end of package-flags # Special configure options for individual packages From 1d06b81285c5ec6e7a580f5dc0e94e2c758733aa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 05:39:30 +0300 Subject: [PATCH 1214/3109] Remove two expected failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5bdec53..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,10 +3673,8 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - - twitter-conduit # https://github.com/himura/twitter-conduit/issues/55 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From f4cfb62cb0ae58e252961c5c93fd961275e51cfb Mon Sep 17 00:00:00 2001 From: Mark Hopkins Date: Tue, 13 Jun 2017 14:17:32 +1000 Subject: [PATCH 1215/3109] add alerta --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..bb910558 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3090,6 +3090,9 @@ packages: - haddock-api - haddock + "Mark Hopkins @mjhopkins": + - alerta + # 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 From e3ed5e71fac1684ad99425d4aec331421f3bb651 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 07:43:12 +0300 Subject: [PATCH 1216/3109] Expect test failure from oanda-rest-api again See: https://github.com/jdreaver/oanda-rest-api/issues/9#issuecomment-308005277 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ed9dfa8..121b2928 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,6 +3673,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 + - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 1ed052a1bcdd00e1fdbfe4ef753e4ea2bef50458 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 13 Jun 2017 09:13:33 +0300 Subject: [PATCH 1217/3109] Revert "Expect test failure from oanda-rest-api again" This reverts commit e3ed5e71fac1684ad99425d4aec331421f3bb651. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 121b2928..8ed9dfa8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3673,7 +3673,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - oanda-rest-api # https://github.com/jdreaver/oanda-rest-api/issues/9 - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From b461e362901356660b63f57ad6552c80967d1487 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Jun 2017 05:40:34 +0300 Subject: [PATCH 1218/3109] Upper bound for #2577 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b738dc5..9f855c68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,6 +3250,9 @@ packages: # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 + # https://github.com/fpco/stackage/issues/2577 + - hint < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f3dc622d21720e75cce7b28b33867819f152c41 Mon Sep 17 00:00:00 2001 From: Noam Lewis Date: Wed, 14 Jun 2017 10:34:27 +0300 Subject: [PATCH 1219/3109] Add hexpat, several hxt-* and uncomment xml-to-json that depends on those --- build-constraints.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f855c68..7de033e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1507,13 +1507,18 @@ packages: # - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - # - xml-to-json # via: hexpat + - xml-to-json - xml-to-json-fast + - resolve-trivial-conflicts + - wl-pprint + # not a maintainer + - hxt-curl + - hxt-expat + - hxt-tagsoup + - hexpat - digits - unification-fd - logict - - resolve-trivial-conflicts - - wl-pprint - leveldb-haskell - system-argv0 - markdown-unlit From c55326dc4cad2653e08067e5c0473ecc0dafc509 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Wed, 14 Jun 2017 22:53:50 +0700 Subject: [PATCH 1220/3109] =?UTF-8?q?Add=20=E2=80=98parser-combinators?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de033e2..55a64add 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2188,6 +2188,7 @@ packages: - path - forma - stache + - parser-combinators # "Thomas Bereknyei ": # - multiplate # bounds: transformers From 17bfca18e099bc2ae897135458e7e6be42535b0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 07:36:08 +0300 Subject: [PATCH 1221/3109] Add comment about opml-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55a64add..c45a410e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3686,7 +3686,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6 + - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 8604390a93749b1a15d583aba180549bd774b6a7 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Thu, 15 Jun 2017 13:37:58 +0300 Subject: [PATCH 1222/3109] Remove upper bounds for schematic --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..67c267bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3250,9 +3250,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/dredozubov/schematic/issues/1 - - schematic < 0.1.2 - # https://github.com/fpco/stackage/issues/2574 - brick < 0.18 From a211ed255bbf3b07881c3ee06c00fddee6a57585 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 10:40:34 +0300 Subject: [PATCH 1223/3109] Remove upper bounds and close #2312 --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c45a410e..0240c485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,14 +3137,6 @@ packages: # https://github.com/fpco/stackage/issues/2251 - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2312 - - xml-conduit < 1.5.0 - - atom-conduit < 0.4.0.2 - - imm < 1.1.0.1 - - opml-conduit < 0.6.0.2 - - rss-conduit < 0.3.0.1 - - MusicBrainz < 0.3 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 @@ -3686,8 +3678,6 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - - opml-conduit # https://github.com/k0ral/opml-conduit/issues/6, can be removed once xml-conduit upper bound is relaxed - - rss-conduit # https://github.com/k0ral/rss-conduit/issues/4 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From d3c36a968cfa3564b42104e2e7cd35f4210d4243 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 13:52:38 +0300 Subject: [PATCH 1224/3109] atom-conduit no longer expects test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0240c485..5dd72d7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,7 +3676,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - atom-conduit # https://github.com/k0ral/atom-conduit/issues/1 - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 From 5a99f802ddbaecfba214e80e199687997bdccac0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jun 2017 14:02:38 +0300 Subject: [PATCH 1225/3109] Upper bounds for #2583 and #2584 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5dd72d7d..692a2742 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,6 +3251,12 @@ packages: # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 + # https://github.com/fpco/stackage/issues/2583 + - path < 0.6 + + # https://github.com/fpco/stackage/issues/2584 + - tasty-quickcheck < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 28618d271991109bd8647baae31864cd04e236d1 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 15 Jun 2017 16:30:25 -0400 Subject: [PATCH 1226/3109] Re-enable several ekmett packages --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4f4cdc4..e33dd9e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -452,16 +452,16 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # bounds: binary, comonad, pointed + - approximate - bifunctors - bits - # - bound # bounds: binary, comonad, doctest, transformers, vector + - bound - bytes - charset - comonad - comonads-fd - comonad-transformers - # - compensated # bounds: binary, comonad, generic-deriving, safecopy + - compensated # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -475,6 +475,7 @@ packages: - graphs - groupoids - heaps + - hyperloglog - hyphenation - integration - intervals @@ -483,7 +484,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # via safecopy: bounds: vector + - log-domain - machines - monadic-arrays - monad-products @@ -518,7 +519,6 @@ packages: - gl - lens-aeson - zlib-lens - # - hyperloglog # bounds: approximate, binary, comonad "Andrew Farmer @xich": - scotty From b796e3d4554719fc85122394fd0d57f6fa0cf997 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 06:54:31 +0300 Subject: [PATCH 1227/3109] Upper bound for #2586 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e33dd9e9..c205f483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3254,6 +3254,9 @@ packages: # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 + # https://github.com/fpco/stackage/issues/2586 + - QuickCheck < 2.10 + # end of packages # Package flags are applied to individual packages, and override the values of From a65f8e7fb9ce00169b8661c14ae80dab773ffa7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 09:09:06 +0300 Subject: [PATCH 1228/3109] Remove expected test failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c205f483..a3bbbb76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,7 +3682,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - conduit-parse # https://github.com/k0ral/conduit-parse/issues/1 - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 529e7f32a1ca02e583f9dbfa3f4510822b113040 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Jun 2017 19:15:29 +0300 Subject: [PATCH 1229/3109] Extra upper bound for #2586 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bbbb76..5e64cc8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - these < 0.7.4 # end of packages From 226b5ce3c50a6a33c2b71ea176a87d87d05c83d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:45:35 +0300 Subject: [PATCH 1230/3109] Test suite will not fail xml-conduit-parse --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e64cc8a..5b7c48eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3683,7 +3683,6 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - - xml-conduit-parse # https://github.com/k0ral/xml-conduit-parse/issues/2 # end of expected-test-failures From 104d3c393f2efdf7ba1de8ea566dd89324c46491 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 07:48:47 +0300 Subject: [PATCH 1231/3109] Upper bound for #2587 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b7c48eb..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,9 @@ packages: - QuickCheck < 2.10 - these < 0.7.4 + # https://github.com/fpco/stackage/issues/2587 + - extra < 1.6 + # end of packages # Package flags are applied to individual packages, and override the values of From d992a8bc86159260b0b0cc8275c301214c0267a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 09:54:31 +0300 Subject: [PATCH 1232/3109] Temporary block transient-haskell/transient-universe#41 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..c278b457 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,8 +446,9 @@ packages: - Workflow - MFlow - transient - - transient-universe - - axiom + # https://github.com/transient-haskell/transient-universe/issues/41 + # - transient-universe + # - axiom "Edward Kmett @ekmett": - ad From 5d4341d2d556529ceeeb76e06d6a1a9cf4ef52d4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:04:29 +0300 Subject: [PATCH 1233/3109] Revert "Temporary block transient-haskell/transient-universe#41" This reverts commit d992a8bc86159260b0b0cc8275c301214c0267a4. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c278b457..203d1d45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -446,9 +446,8 @@ packages: - Workflow - MFlow - transient - # https://github.com/transient-haskell/transient-universe/issues/41 - # - transient-universe - # - axiom + - transient-universe + - axiom "Edward Kmett @ekmett": - ad From 9017190c32ea50a7e58d9e01d0d54fb46c288a6a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 18 Jun 2017 12:06:00 +0300 Subject: [PATCH 1234/3109] Upper bound for michalkonecny/mixed-types-num#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 203d1d45..3a823025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3261,6 +3261,9 @@ packages: # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 + # https://github.com/michalkonecny/mixed-types-num/issues/1 + - mixed-types-num < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 150006aa8e78bdbbd1b63e48e8098d1ae8b77e99 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Thu, 15 Jun 2017 05:52:38 +0000 Subject: [PATCH 1235/3109] Add teardown package to stackage --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..21679dce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -18,8 +18,9 @@ packages: "Joshua Koike @jano017": - discord-hs - "Roman Gonzalez @roman": - etc + - teardown "Richard Cook @rcook": - hidden-char From 3eebb688e251621c009f1c6edd935dbbf37fbbed Mon Sep 17 00:00:00 2001 From: Jonathan Fischoff Date: Sun, 18 Jun 2017 13:18:47 -0700 Subject: [PATCH 1236/3109] add tmp-postgres add postgresql-simple-opts add pg-transact add hpsec-pg-transact add postgresql-simple-queue --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a823025..d6180f9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2869,6 +2869,11 @@ packages: - threads-extra - clock-extras - next-ref + - tmp-postgres + - postgresql-simple-opts + - pg-transact + - hspec-pg-transact + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python From ef79af176aab9ea694fe3cdbdba28ab953547ca8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:27:15 +0300 Subject: [PATCH 1237/3109] Disable tests for throwable-exceptions (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..1c2d8661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 1197349f441dc8d624fcd409887014e0a53d5fe9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:55:49 +0300 Subject: [PATCH 1238/3109] Bound text-show, per #2590 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c2d8661..3b7fa78f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3270,6 +3270,9 @@ packages: # https://github.com/michalkonecny/mixed-types-num/issues/1 - mixed-types-num < 0.2 + # https://github.com/fpco/stackage/issues/2590 + - text-show < 3.6.2 + # end of packages # Package flags are applied to individual packages, and override the values of From c3740351752492a1fb3de4cde2724e1377f3fb66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:09:48 +0300 Subject: [PATCH 1239/3109] Disable checking tests for pg-transact (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b7fa78f..cf601049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 # end of expected-test-failures From e52514488e839bec0345d6cc0b61a4cf7c2a768d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:13:38 +0300 Subject: [PATCH 1240/3109] Remove postgresql-simple-queue as it fails to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf601049..696f73c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue + # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 05c6ac0d2779d7aba57e5847d76cc8c7174a1c47 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:20:22 +0300 Subject: [PATCH 1241/3109] Disable building tests for teardown as their package.yaml file is wrong (#1 on their repo) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696f73c0..5c817aac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,9 @@ skipped-tests: # criterion - store + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ad5ddc6e95b7e08679f4891df111f6d1bd079d3c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:23:46 +0300 Subject: [PATCH 1242/3109] Also disable benchmarks for teardown, same issue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c817aac..63b8ad4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3730,6 +3730,9 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of expected-benchmark-failures From 79c27a812e4fce8f8e84c97363371a07c5436462 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:32:53 +0300 Subject: [PATCH 1243/3109] Disable test run for tmp-postgres (#1 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b8ad4b..6f43a7c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3703,6 +3703,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From 54437ae2f6fc9293e1a355028571ecd0b9dec12e Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 19 Jun 2017 17:06:56 +0900 Subject: [PATCH 1244/3109] added: build-constraints.yaml: yesod-recaptcha2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..39f017e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,6 +2990,7 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism From df6f1ae3d12b36fb2756b790d937ff910583d0c3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:03:47 +0300 Subject: [PATCH 1245/3109] New version of req released --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..9c1dae5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,7 +3698,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3937,7 +3936,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - 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 From 6379a3d1acd789290bc22f2b7bbad2b1e99776f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:06:45 +0300 Subject: [PATCH 1246/3109] Upper bound req because of discord-hs (#2594) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c1dae5a..d740c7a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,6 +3273,9 @@ packages: # https://github.com/fpco/stackage/issues/2590 - text-show < 3.6.2 + # https://github.com/fpco/stackage/issues/2594 + - req < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 27973a123648b985ea50eee7c5dff707093c8cb7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:23:44 +0300 Subject: [PATCH 1247/3109] Fallout from upper bounding req (#2594) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d740c7a2..8d2386a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,7 @@ packages: # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 + - req-conduit < 0.2.0 # because of above # end of packages From ee49ce34339a8e834f77883e592ade9aa40c532d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:25:55 +0300 Subject: [PATCH 1248/3109] Upper bound cassava (#2595) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2386a5..a461f6a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3277,6 +3277,9 @@ packages: - req < 0.3.0 - req-conduit < 0.2.0 # because of above + # https://github.com/fpco/stackage/issues/2595 + - cassava < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd416cc0a485e4d4231ded4dc5551d8b2530d91f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:35:24 +0300 Subject: [PATCH 1249/3109] Revert "New version of req released" This reverts commit df6f1ae3d12b36fb2756b790d937ff910583d0c3. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a461f6a2..0dd09edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3705,6 +3705,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3943,6 +3944,7 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - 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 From b01f4973245c2af16b2ea0d2ef2e717ef793ad83 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:36:26 +0300 Subject: [PATCH 1250/3109] Keep req expected test failure as we cannot yet use the new version (#2594) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd09edc..b0e74a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - text-show < 3.6.2 # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 + - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above # https://github.com/fpco/stackage/issues/2595 @@ -3944,7 +3944,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - 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 From 18786ddd7683877084ffdf12a899d454ee59e610 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 20 Jun 2017 15:41:49 +0300 Subject: [PATCH 1251/3109] Remove upper bound and close #2568 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..b9832865 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3236,9 +3236,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2568 - - foundation < 0.0.10 - # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 From fa1d27a3633126cffb4e04c5497992433ecf0a42 Mon Sep 17 00:00:00 2001 From: Steven Vandevelde Date: Tue, 20 Jun 2017 13:05:37 +0200 Subject: [PATCH 1252/3109] Add shikensu https://hackage.haskell.org/package/shikensu-0.3.6 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..d34b184e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,6 +3105,9 @@ packages: "Mark Hopkins @mjhopkins": - alerta + + "Steven Vandevelde @icidasset": + - shikensu # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 2d6dece22b338f66ee54ccd61f57ee56629ef85b Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 20 Jun 2017 18:59:20 +0200 Subject: [PATCH 1253/3109] Add opencv and opencv-extra --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 50 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..aef50ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Bas van Dijk @basvandijk": + - opencv + - opencv-extra + "Pasqualino Assini @tittoassini": - zm - flat diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bb5b1747..4610d04e 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,3 +207,53 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l #apt-add-repository multiverse \ # && apt-get update \ # && apt-get install -y libfdk-aac-dev + + +################################################################################ +# Install opencv. + +OPENCV_VERSION="3.2.0" + +apt-get install -y \ + cmake \ + pkg-config \ + libjpeg-dev \ + libtiff5-dev \ + libjasper-dev \ + libpng12-dev \ + libavcodec-dev \ + libavformat-dev \ + libswscale-dev \ + libxvidcore-dev \ + libx264-dev \ + libv4l-dev \ + liblapacke-dev \ + libgtk-3-dev \ + libopenblas-dev \ + libhdf5-dev \ + libtesseract-dev \ + libleptonica-dev \ + python3-dev \ + gfortran + +# Make a new directory +rm -rf /tmp/opencv-build +mkdir /tmp/opencv-build +cd /tmp/opencv-build + +# Download OpenCV +curl -L https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.tar.gz | tar xz +curl -L https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.tar.gz | tar xz + +cd opencv-${OPENCV_VERSION} +mkdir build +cd build +cmake -D CMAKE_BUILD_TYPE=RELEASE \ + -D CMAKE_INSTALL_PREFIX=/usr/local \ + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + +make -j + +make install + +################################################################################ From 5dc59717683757bd9798d9870a2d8343db8df2cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 21 Jun 2017 07:23:26 +0300 Subject: [PATCH 1254/3109] Remove upper bound and close #2574 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0e74a4b..a894435b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3248,9 +3248,6 @@ packages: # https://github.com/jaspervdj/hakyll/issues/544 - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2574 - - brick < 0.18 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 From 56401ef4a8e73987f71376370e460b2472be3d5c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 07:55:59 +0300 Subject: [PATCH 1255/3109] Add shikensu to test failures --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index afe77206..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3667,6 +3667,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 75d79b01d7b719229dcd4799ab6529853d8ffd80 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:00:12 +0300 Subject: [PATCH 1256/3109] Attempt a rebuild of throwable-exceptions to check if tests can be build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..3fe6e146 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 1728f301c0dad1a3d5b5d542282a89e268ca2203 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:04:31 +0300 Subject: [PATCH 1257/3109] Revert "Attempt a rebuild of throwable-exceptions to check if tests can be build now" This reverts commit 75d79b01d7b719229dcd4799ab6529853d8ffd80. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3fe6e146..3c10988f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3666,7 +3666,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - # throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures From 6c9edc6602c8107bd9abf93d9b31cdcfe22977e3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:07:41 +0300 Subject: [PATCH 1258/3109] Attempt re-adding postgresql-simple-queue as tests seem to build now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c10988f..5086045d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 0537d0ce61b422643a7f63665dd0c53f44b78c2d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 08:11:10 +0300 Subject: [PATCH 1259/3109] Temporarily disable test running for postresql-simple-queue (#2592) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5086045d..a058534f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 + - postgresql-simple-queue "Bernie Pope @bjpop": - language-python @@ -3716,6 +3716,7 @@ expected-test-failures: - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both # end of expected-test-failures From 12351c8b4b7865fb08cbedcc67856c539fe52ccc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 15:58:16 +0300 Subject: [PATCH 1260/3109] Upper bound servant-subscriber as its dependency websockets is unsatisfiable due to #2451 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7dedcc2..fb40f6ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,7 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 + - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 From 441f68791b89c7f611b565c6e900236676e30cb3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Jun 2017 22:22:18 +0300 Subject: [PATCH 1261/3109] Mark the cacophony test failures as expected --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb40f6ef..3aea06d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3663,6 +3663,8 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 + - cacophony # https://github.com/centromere/cacophony/issues/5 + - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From f8e03e689986db9f16118a1396faabb807590595 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 21 Jun 2017 22:40:54 +0300 Subject: [PATCH 1262/3109] Add dlist-nonempty --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3aea06d0..dc4feabf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1210,6 +1210,7 @@ packages: - binary-orphans - binary-tagged - cabal-doctest + - dlist-nonempty - edit-distance - functor-classes-compat - generics-sop-lens From 759d5f57b7e933476464713aebbc976b88433fbe Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Jun 2017 22:04:44 +0300 Subject: [PATCH 1263/3109] Upper bound prettyprinter-ansi-terminal (#2601) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc4feabf..3e5d2a4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,6 +3280,9 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + # https://github.com/fpco/stackage/issues/2601 + - prettyprinter-ansi-terminal < 1.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 6cb30472613d6ff59f0e49358e2f003eb22d4568 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Jun 2017 07:20:37 +0300 Subject: [PATCH 1264/3109] Upper bound cacophony due to pipes-cacophony build failures --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3e5d2a4c..ba497e2e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,9 @@ packages: # https://github.com/fpco/stackage/issues/2601 - prettyprinter-ansi-terminal < 1.1 + # https://github.com/centromere/pipes-cacophony/issues/4 + - cacophony < 0.10.0 # causes failure in pipes-cacophony + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3955,6 +3958,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 +- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 42dd45d0a26cb02ac90f2f7921c469ade358b6ad Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Sat, 24 Jun 2017 22:11:19 +1000 Subject: [PATCH 1265/3109] louispan: Added data-diverse --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..057f464b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2966,6 +2966,7 @@ packages: "Louis Pan @louispan": - alternators - arrow-extras + - data-diverse - disposable - ghcjs-base-stub - glaze From b5a67823f415c2e38b993dc3126933208a215756 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 14:41:54 +0300 Subject: [PATCH 1266/3109] Solve and close #2601 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba497e2e..3a85b21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,9 +3280,6 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - # https://github.com/fpco/stackage/issues/2601 - - prettyprinter-ansi-terminal < 1.1 - # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 7a23c50038743e9f17d69e5578053e45cde00efb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:14:03 +0300 Subject: [PATCH 1267/3109] Upper bound cassava-conduit as it depends on #2586 and #2595 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a85b21f..3ed4d980 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,6 +3279,7 @@ packages: # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 + - cassava-conduit < 0.4.0.0 # because of above and #2586 # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony From 1b2625a36c15b25b8801fdcff51001242a456667 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:21:01 +0300 Subject: [PATCH 1268/3109] Add a new issue for criterion --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ed4d980..8ab6ab93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: - servant-foreign < 0.10.0.1 # https://github.com/fpco/stackage/issues/2538 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 From 055c7912ccd170599ef74f642b6d7b8a8bde6142 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 15:25:14 +0300 Subject: [PATCH 1269/3109] Upper bound thread-local-storage as it depends on criterion via #2604 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ab6ab93..74d5adce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3218,6 +3218,7 @@ packages: # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 + - thread-local-storage < 0.1.2 # caused by #2604 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 From 4a235dd02d8a1d426eb9c7d30511cb95cc35f3e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Jun 2017 17:19:21 +0300 Subject: [PATCH 1270/3109] Remove courier from expected-test-failures --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b59af0f5..de80df69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3553,7 +3553,6 @@ expected-test-failures: - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - courier # https://github.com/hargettp/courier/issues/18 - matplotlib # https://github.com/fpco/stackage/issues/2365 # Timeouts From f099f1c69a4617769fac55f1f817ba62c4e0258e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 19:12:25 +0200 Subject: [PATCH 1271/3109] Close #2440, close #2477, close #2489, close #2537, close #2560 in favor of #2586, close #2590 in favor of #2586. --- build-constraints.yaml | 50 ++++++++---------------------------------- 1 file changed, 9 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de80df69..ca31bc3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,7 +3112,7 @@ packages: "Mark Hopkins @mjhopkins": - alerta - + "Steven Vandevelde @icidasset": - shikensu @@ -3175,31 +3175,20 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2440 - - discord-hs < 0.3.2 - # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets + - servant-subscriber < 0.6.0.1 # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2477 - - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2489 - - haskell-src-meta < 0.8 - - interpolate < 0.1.1 - - # https://github.com/fpco/stackage/issues/2494 - # Indirectly blocked on fpco/stackage/issues/245 + # https://github.com/fpco/stackage/issues/2451 - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 @@ -3212,18 +3201,10 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - # https://github.com/fpco/stackage/issues/2538 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - - thread-local-storage < 0.1.2 # caused by #2604 + - statistics < 0.14 + - thread-local-storage < 0.1.2 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 @@ -3238,11 +3219,6 @@ packages: # https://github.com/fpco/stackage/issues/2559 - path-io < 1.3 - # https://github.com/fpco/stackage/issues/2560 - - quickcheck-instances < 0.3.13 - - text-show-instances < 3.6.1 - - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3252,12 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5 - - # https://github.com/jaspervdj/hakyll/issues/544 - - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 @@ -3269,17 +3239,15 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - aeson-compat < 0.3.7 + - quickcheck-instances < 0.3.13 + - text-show < 3.6.2 + - text-show-instances < 3.6.1 - these < 0.7.4 # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 - # https://github.com/michalkonecny/mixed-types-num/issues/1 - - mixed-types-num < 0.2 - - # https://github.com/fpco/stackage/issues/2590 - - text-show < 3.6.2 - # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above From 3e4636896d0d4393a153c5f216351cfffc330d60 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:48:21 +0200 Subject: [PATCH 1272/3109] Skip benchmarks for authors that don't want them checked #2538 #2604 --- build-constraints.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca31bc3e..10f61736 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3801,11 +3801,20 @@ skipped-benchmarks: # Cyclic dependencies - cassava - # Won't be updated only for the benchmark component - # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + # Maintainers who don't want to update benchmarks + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - uuid + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - bytestring-strict-builder + - bytestring-tree-builder + - hasql + - postgresql-binary + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - graphviz # end of skipped-benchmarks From 5f3d38a29eb3cd15e5c2d69637e4591f50df8e7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:58:54 +0200 Subject: [PATCH 1273/3109] Disable opencv until docker build is fixed #2597 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10f61736..4a78bc86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,9 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Bas van Dijk @basvandijk": - - opencv - - opencv-extra + "Bas van Dijk @basvandijk": [] + # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 "Pasqualino Assini @tittoassini": - zm @@ -3807,6 +3807,7 @@ skipped-benchmarks: - cryptohash-sha1 - cryptohash-sha256 - uuid + - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 - bytestring-strict-builder - bytestring-tree-builder From 6baed6c2cdfbd72e3e7abba098f06452d7aaff04 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:02:51 +0100 Subject: [PATCH 1274/3109] add astro --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..900d7862 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,6 +3116,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + "Alexander Ignatyev @alexander-ignatyev”: + - astro + # 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 From d7570f1c1e6daa229e31865b188c79cdf63829c8 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:10:30 +0100 Subject: [PATCH 1275/3109] fixed quotation mark --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 900d7862..3368d19a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - "Alexander Ignatyev @alexander-ignatyev”: + "Alexander Ignatyev @alexander-ignatyev": - astro # If you stop maintaining a package you can move it here. From 84917e9bbbb24ac2e7a2edc34bd1b6801d446a48 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:24:01 +0200 Subject: [PATCH 1276/3109] http-media < 0.7.0 #2607 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..551daaee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,6 +3259,9 @@ packages: # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony + # https://github.com/fpco/stackage/issues/2607 + - http-media < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9dd05cea5803eabc22a91e68ceb37ffbd251d3ec Mon Sep 17 00:00:00 2001 From: George Pollard Date: Mon, 26 Jun 2017 09:36:39 +1000 Subject: [PATCH 1277/3109] Add email-validate Add me as maintainer. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..1af11f43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + + "George Pollard @Porges": + - email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 11d01d211489f5321bb116385a99f9f9b55f87b4 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Mon, 26 Jun 2017 11:43:44 +1200 Subject: [PATCH 1278/3109] Update maintainer email for http-media --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..762b0fa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1183,7 +1183,7 @@ packages: - network-anonymous-i2p - network-anonymous-tor - "Timothy Jones @zmthy": + "Timothy Jones @zmthy": - http-media "Greg V @myfreeweb": From 68176f8138a506eef342a9d5fc7e9d9ed5313252 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:53:01 +0200 Subject: [PATCH 1279/3109] Reopen #2537 and re-instate some tests and haddocks --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..f42f2134 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3604,9 +3611,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes @@ -3756,7 +3761,6 @@ expected-haddock-failures: # "Argument list too long" - classy-prelude-yesod - - hledger-web # Runs out of memory - stratosphere From 73f58d9e265a3e82bdff63b39a14e15ae10f94a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 26 Jun 2017 11:09:23 +0530 Subject: [PATCH 1280/3109] Add xmonad-extras package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..6915bd3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,6 +364,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo + - xmonad-extras "haskell-openal": - OpenAL From 42ea9ce03a9211dc0afb583df0f9aaae6e7dde29 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 26 Jun 2017 09:57:26 +0200 Subject: [PATCH 1281/3109] Fix the build of the OpenCV C++ library --- build-constraints.yaml | 4 ++-- debian-bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..1cc58927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 - # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + - opencv + - opencv-extra "Pasqualino Assini @tittoassini": - zm diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4610d04e..8d22fa0a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -250,7 +250,7 @@ mkdir build cd build cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules .. make -j From 03292ca7f87e7e1ca6739ce0c6437f99c3ebb271 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:02:43 +0200 Subject: [PATCH 1282/3109] Upper bound for #2612, and another upper bound for #2586 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..b11daf03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3247,6 +3247,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 - aeson-compat < 0.3.7 + - binary-orphans < 0.1.7.0 - quickcheck-instances < 0.3.13 - text-show < 3.6.2 - text-show-instances < 3.6.1 @@ -3269,6 +3270,9 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 + # https://github.com/fpco/stackage/issues/2612 + - email-validate < 2.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ae8429c575963775c21761df0b03e861c54c9a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:08:49 +0200 Subject: [PATCH 1283/3109] Upper bound for #2537 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11daf03..5c4ff448 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3207,6 +3207,7 @@ packages: - servant-server < 0.11 - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + - avers-server < 0.0.19.0 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 From 3609fc8f98a112f83aa72a35d5a32c6ed41fdc35 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:35:12 +0200 Subject: [PATCH 1284/3109] Remove upper bounds and close #2537 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4ff448..dfcbaa17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,14 +3201,6 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - avers-server < 0.0.19.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 From 90f517a03d8134ab89983a9f3a433a4e97b4e1d9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:38:37 +0200 Subject: [PATCH 1285/3109] Fix parse error and keep opencv disabled. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cc58927..9cf9df00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - - opencv - - opencv-extra + # - opencv + # - opencv-extra "Pasqualino Assini @tittoassini": - zm From 1f19c8086d9561c16913409c5e13b67c7305b1c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:04:14 +0200 Subject: [PATCH 1286/3109] Ignore tests/benchmarks for users who don't want to be notified --- build-constraints.yaml | 50 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61ab7d2c..91f546d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - + "George Pollard @Porges": - email-validate @@ -3489,12 +3489,39 @@ skipped-tests: # Missing foreign library - symengine # symengine - # Wontfix. The maintainer doesn't want to keep test dependencies # up to date or be notified about it, or doesn't want stackage to # run the tests. # Only re-enable if requested. - - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + - uuid + - uuid-types + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude + - bytestring-strict-builder + - bytestring-tree-builder + - cases + - focus + - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler + - postgresql-binary + - refined + - slave-thread + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary + - graphviz + - graphviz + - wl-pprint-text # directory 1.3 - machines @@ -3721,7 +3748,6 @@ expected-benchmark-failures: - vector-binary-instances # Missing files in sdist - - cassava # https://github.com/hvr/cassava/pull/117 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures @@ -3813,20 +3839,36 @@ skipped-benchmarks: - cassava # Maintainers who don't want to update benchmarks + # Only re-enable if requested. ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude - bytestring-strict-builder - bytestring-tree-builder + - cases + - focus - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler - postgresql-binary + - refined + - slave-thread - stm-containers # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary - graphviz + - graphviz + - wl-pprint-text # end of skipped-benchmarks From cb8c12dd6e8631d5b6f52b3db70b74d7c8d59591 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:13:36 +0200 Subject: [PATCH 1287/3109] Remove upper bounds and close #2464 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91f546d6..e63611a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -240,7 +240,7 @@ packages: - authenticate-oauth - yesod-bin - yesod-eventsource - - yesod-fay + # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -389,7 +389,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via safecopy: bounds: vector + # - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -673,12 +673,12 @@ packages: "Adam Bergmark @bergmark": - HUnit - aeson - - fay - - fay-base - - fay-dom - - fay-jquery - - fay-text - - fay-uri + # - fay # bounds: traverse-with-class + # - fay-base # via: fay + # - fay-dom # via: fay + # - fay-jquery # via: fay + # - fay-text # via: fay + # - fay-uri # via: fay - feed - time-compat - through-text @@ -728,7 +728,7 @@ packages: "Dominic Steinitz @idontgetoutmuch": [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - # - random-fu # via log-domain: via safecopy: bounds: vector + # - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": [] @@ -845,7 +845,7 @@ packages: - attoparsec-expr - bumper - code-builder - - fay-builder + # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -3189,9 +3189,6 @@ packages: - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2464 - - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 046be8ca49cf34166dd5eb3494d1839db62027a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:29:21 +0200 Subject: [PATCH 1288/3109] Close #2451 in favor of #2334, close #2612 --- build-constraints.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e63611a4..2f70d5d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,7 @@ packages: # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + - mysql-haskell < 0.8.1.0 # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 @@ -3188,23 +3189,18 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 + - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2451 - - websockets-simple < 0.0.2.1 - - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2533 - - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3226,7 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/haskell/haddock/issues/634 + # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2569 @@ -3267,9 +3263,6 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 - # https://github.com/fpco/stackage/issues/2612 - - email-validate < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3517,7 +3510,6 @@ skipped-tests: - fgl - fgl-arbitrary - graphviz - - graphviz - wl-pprint-text # directory 1.3 From 6d9678db7ee4536d0923eb88a5a90528f1359b00 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:41:32 +0200 Subject: [PATCH 1289/3109] Close #2188 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f70d5d9..25ad4d23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3778,9 +3778,6 @@ expected-haddock-failures: # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # "Argument list too long" - - classy-prelude-yesod - # Runs out of memory - stratosphere - store From 222fe8aac172b1b20e791857dc212e266a0a7699 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:45:07 +0200 Subject: [PATCH 1290/3109] Close #2251 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..9ce66da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1282,7 +1282,7 @@ packages: - language-thrift "Adam C. Foltzer @acfoltzer": - - cryptol + # - cryptol # bounds: sbv - gitrev - persistent-refs @@ -3157,9 +3157,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2251 - - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 From 5fd887ae1df14e2507703cfbb58245046758e76e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:12:10 +0200 Subject: [PATCH 1291/3109] Remove (pipes-)cacophony constraints --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..0c4b2775 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 - # https://github.com/centromere/pipes-cacophony/issues/4 - - cacophony < 0.10.0 # causes failure in pipes-cacophony - # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 @@ -3670,8 +3667,6 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - - cacophony # https://github.com/centromere/cacophony/issues/5 - - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3979,7 +3974,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 -- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From dc8f5a2d407c674cde04428303ccc7fd36299cf0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:13:11 +0200 Subject: [PATCH 1292/3109] Disable astro #2606 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c4b2775..b167a85a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,8 +3120,8 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": - - astro + "Alexander Ignatyev @alexander-ignatyev": [] + # - astro # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c763004e995a99c4e09ae44fe50e705bd5786593 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:24:17 +0200 Subject: [PATCH 1293/3109] Re-enable syb and close #2345 --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..6985751e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -333,7 +333,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe + # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -898,7 +898,7 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": - - ghc-mod + # - ghc-mod # bounds: syb - cabal-helper "Yann Esposito yogsototh @yogsototh": @@ -2225,7 +2225,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process + # - distributed-process # bounds: syb # - distributed-process-async # GHC 8 # - distributed-process-client-server # GHC 8 # - distributed-process-execution # GHC 8 @@ -2233,7 +2233,7 @@ packages: # - distributed-process-registry # GHC 8 # - distributed-process-supervisor # GHC 8 # - distributed-process-task # GHC 8 - - distributed-process-simplelocalnet + # - distributed-process-simplelocalnet # via: distributed-process - distributed-static - network-transport - network-transport-tcp @@ -3171,9 +3171,6 @@ packages: - tcp-streams-openssl < 1.0.0.0 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2345 - - syb < 0.7 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3456,6 +3453,7 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - ghc-mod # hspec 2.4 + - unordered-containers # via ChasingBottoms # Transitive outdated dependencies # These packages From dc6d92c313a4cf246b40ee77a56e34312e0b6f57 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:29:51 +0200 Subject: [PATCH 1294/3109] Expect matplotlib tests to fail and close #2365 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..1992370c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3651,6 +3651,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 255f1d0b3f0de2dd32eafe95d8885013e598796b Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 26 Jun 2017 14:51:09 -0400 Subject: [PATCH 1295/3109] Re-added find-clumpiness. I have added submodules of the dependencies so I could relax the bounds. It builds against lts-8.20 so I assume the optparse-applicative issues are resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..ffe0863f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,7 +2153,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 + - find-clumpiness - blosum # - convert-annotation # via cassava: bounds: vector - rank-product From 510b3e4614e468f5369c2cbd7a86dc298dc5ecaa Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 20:02:59 +0100 Subject: [PATCH 1296/3109] enable astro Added unit tests into astro-0.4.1.2 package: http://hackage.haskell.org/package/astro-0.4.1.2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..8b09a884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,8 +3120,8 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": [] - # - astro + "Alexander Ignatyev @alexander-ignatyev": + - astro # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c9c8818ed34d6e32c62a24cbe6bcedfe4615c2d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 22:11:49 +0200 Subject: [PATCH 1297/3109] Upper bound for #2617 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..43acf2db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 + # https://github.com/fpco/stackage/issues/2617 + - brick < 0.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 215cd34766acb98880c0a3199553914292a89234 Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Mon, 26 Jun 2017 17:32:25 -0400 Subject: [PATCH 1298/3109] Ignore revisions for `hjsonpointer`. I'm experimenting with the new `pvp-bounds: upper-revision` stack.yml feature. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..544a4135 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4039,5 +4039,6 @@ hide: # Experimental: packages where Hackage cabal file revisions should be ignored. # Always use the cabal file shipped with the sdist tarball instead. no-revisions: +- hjsonpointer - tls - mime-mail From 55abd8e73231df029c41c2351934cae4061e0190 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 22:42:10 +0100 Subject: [PATCH 1299/3109] add mltool Machine Learning Toolkit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..b76ef503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3122,6 +3122,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro + - mltool # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8526985196f73fbb89d496e8ada589166ca03f22 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 22:58:40 +0100 Subject: [PATCH 1300/3109] Sporadic test failures of mltool --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b76ef503..ec8d4783 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3553,6 +3553,7 @@ expected-test-failures: - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 55bde0baac98c02d18ccf2080d9bef1cffe8bc1c Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 26 Jun 2017 23:35:29 +0100 Subject: [PATCH 1301/3109] add arrowp-qq --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a77df9f..e7b10321 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,6 +14,7 @@ packages: - hinterface "Jose Iborra @pepeiborra": + - arrowp-qq - clr-marshal - clr-host - threepenny-editors From ac310c9d8bf3c6535aedbf2814dc3e541b67071b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 13:35:55 +0200 Subject: [PATCH 1302/3109] hledger-iadd upper bound for #2617 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 544a4135..b4baa4b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3262,6 +3262,7 @@ packages: # https://github.com/fpco/stackage/issues/2617 - brick < 0.19 + - hledger-iadd < 1.2.2 # end of packages From e5db02fdb585ffc7b74cd3b8bcdcd8b75d324136 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 17:38:38 +0200 Subject: [PATCH 1303/3109] hjsonpointer upper bound for #2621 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47842f50..0798f7ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,6 +3266,9 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 + # https://github.com/fpco/stackage/issues/2621 + - hjsonpointer < 1.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3e8234d4ffc77923a64591c8f74db3ae0bfae805 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Jun 2017 18:13:24 +0200 Subject: [PATCH 1304/3109] Remove upper bounds and close #2621 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0798f7ef..47842f50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,9 +3266,6 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 - # https://github.com/fpco/stackage/issues/2621 - - hjsonpointer < 1.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 5537a34b72186e5fc4a62884c8a723ec2816ef3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 29 Jun 2017 15:05:33 +0200 Subject: [PATCH 1305/3109] lattices upper bound for #2586 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47842f50..c46bad9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,7 @@ packages: - QuickCheck < 2.10 - aeson-compat < 0.3.7 - binary-orphans < 0.1.7.0 + - lattices < 1.6.0 - quickcheck-instances < 0.3.13 - text-show < 3.6.2 - text-show-instances < 3.6.1 From 7edb63b9f1f381cf2ed092e9c5378c7379576e2e Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Thu, 29 Jun 2017 16:31:15 +0300 Subject: [PATCH 1306/3109] Add the 'fmt' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2e4b29a..f24cc4da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1985,6 +1985,7 @@ packages: - charsetdetect-ae - ilist - text-all + - fmt "Takano Akio tak@anoak.io @takano-akio": - fast-builder From 4b3f3c6ab00a06089c7296c7fb558b16405ac944 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Fri, 30 Jun 2017 12:13:55 +0200 Subject: [PATCH 1307/3109] add superrecord --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..5208f705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,6 +1027,7 @@ packages: - highjson - highjson-swagger - highjson-th + - superrecord "Joey Eremondi @JoeyEremondi": - aeson-pretty From 4727646a059e7c90665a90a06ed86a2baca9bd74 Mon Sep 17 00:00:00 2001 From: Florian Hofmann Date: Fri, 30 Jun 2017 15:21:00 +0200 Subject: [PATCH 1308/3109] added vector-mmap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3275684d..01073ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2483,6 +2483,7 @@ packages: "Florian Hofmann fho@f12n.de @fhaust": - vector-split + - vector-mmap # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 67c8d4a6a65e4d10ec3ab515dc0aaf3786209acd Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sat, 1 Jul 2017 01:36:08 +0900 Subject: [PATCH 1309/3109] Add highlight package This PR adds the [highlight](https://hackage.haskell.org/package/highlight) package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..82b06257 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2036,6 +2036,7 @@ packages: - from-sum - hailgun - hailgun-simple + - highlight # - ig # bounds: http-conduit, transformers - natural-transformation - opaleye-trans From 466a41109a8b914cfa79f89be91f6895f9328d29 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sat, 1 Jul 2017 17:05:54 +0200 Subject: [PATCH 1310/3109] No benchmarks for superrecord Bookkeeper does not build atm --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5208f705..f4e62967 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3803,6 +3803,7 @@ skipped-benchmarks: - criterion-plus - http2 - pipes # optparse-applicative 0.13 + - superrecord # Transitive outdated dependencies # These packages From d2a01f4785f62885beebad78f67fdee854fcc7f5 Mon Sep 17 00:00:00 2001 From: Alexander Thiemann Date: Sun, 2 Jul 2017 11:49:54 +0200 Subject: [PATCH 1311/3109] add fileplow --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4e62967..940deb19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1028,6 +1028,7 @@ packages: - highjson-swagger - highjson-th - superrecord + - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty From 3180e004def7370bb3de696163bd25a66fe808a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 2 Jul 2017 23:13:13 +0200 Subject: [PATCH 1312/3109] upper bounds for #2584, #2586, #2628 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f24cc4da..32e1b48d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3233,10 +3233,12 @@ packages: # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 + - arithmoi < 0.5.0.1 # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 - aeson-compat < 0.3.7 + - arithmoi < 0.5.0.1 - binary-orphans < 0.1.7.0 - lattices < 1.6.0 - quickcheck-instances < 0.3.13 @@ -3262,6 +3264,13 @@ packages: - brick < 0.19 - hledger-iadd < 1.2.2 + # https://github.com/fpco/stackage/issues/2628 + - hledger-lib < 1.3 + - hledger < 1.3 + - hledger-api < 1.3 + - hledger-ui < 1.3 + - hledger-web < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From b6fee0835d6ead5ba66771a64f20bdcc8b38d76c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 2 Jul 2017 23:14:56 +0200 Subject: [PATCH 1313/3109] Remove upper bound and close #2378 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32e1b48d..3a195957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,9 +3171,6 @@ packages: - tcp-streams-openssl < 1.0.0.0 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2378 - - errors < 2.2.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 From 19f99187bc90227a7664992572cfb225179b2e44 Mon Sep 17 00:00:00 2001 From: Pavol Klacansky Date: Mon, 3 Jul 2017 23:03:44 -0600 Subject: [PATCH 1314/3109] Add openexr-write --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b6a4b0..750b7346 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Pavol Klacansky @pavolzetor": + - openexr-write + "Bas van Dijk @basvandijk": [] # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 From 1c98981b9b5aaa2b0cb98c8538f36b3e2964fdd0 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 4 Jul 2017 18:22:46 +0100 Subject: [PATCH 1315/3109] the dlist tests have quickcheck-instance constraints that are now breaking the build --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06b6a4b0..68c9b8c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3469,6 +3469,7 @@ skipped-tests: - system-filepath # QuickCheck 2.9 via chell-quickcheck - ghc-mod # hspec 2.4 - unordered-containers # via ChasingBottoms + - dlist # quickcheck-instances >= 0.3.15 && < 0.4 # Transitive outdated dependencies # These packages From 3c2a423219cd78357229f3c56f8fa650bb36fbcb Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 5 Jul 2017 23:55:18 +0100 Subject: [PATCH 1316/3109] protocol-buffers == 2.4.0 (#2631) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68c9b8c4..c59a0d4f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,9 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 + # https://github.com/fpco/stackage/issues/2631 + - protocol-buffers == 2.4.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9e8e0a03dec76668af1160f00b3a1642130d9a3c Mon Sep 17 00:00:00 2001 From: David Johnson Date: Tue, 4 Jul 2017 13:23:28 -0700 Subject: [PATCH 1317/3109] Added miso --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68c9b8c4..8f3dfbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -198,6 +198,7 @@ packages: - once "David Johnson @dmjio": + - miso - envy - s3-signer # - google-translate # bounds: servant From c972287fa47fdd82b82ec1ed06cd7c663feb876c Mon Sep 17 00:00:00 2001 From: Louis Pan Date: Fri, 7 Jul 2017 08:22:36 +1000 Subject: [PATCH 1318/3109] louispan: added data-diverse-lens --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 057f464b..56ef6c0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,6 +2967,7 @@ packages: - alternators - arrow-extras - data-diverse + - data-diverse-lens - disposable - ghcjs-base-stub - glaze From ed0564dc2d9a0a96a85c9afc0a071ec8bd17f815 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Fri, 7 Jul 2017 09:33:13 +0100 Subject: [PATCH 1319/3109] Adding hp2pretty and floatshow While I am not the maintainer for these packages, I have contacted the authors and made every effort to obtain their permission. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc459fcd..f8517d9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -20,6 +20,8 @@ packages: - arrowp-qq - clr-marshal - clr-host + - hp2pretty # With permission of Claude Heiland-Allend + - floatshow # https://bitbucket.org/dafis/floatshow/issues/1/add-to-stackage - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 From c74620233f3b20f2b89372c87def2c6b78cde534 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 8 Jul 2017 11:59:53 +0100 Subject: [PATCH 1320/3109] unpin protocol-buffers, pin cryptonite, hashable; disable integer-logarithms tests --- build-constraints.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3dd0e63a..b26f2448 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,9 +3279,12 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2631 - - protocol-buffers == 2.4.0 - + # https://github.com/fpco/stackage/issues/2635 + - cryptonite < 0.24 + + # https://github.com/fpco/stackage/issues/2636 + - hashable < 1.2.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3546,6 +3549,9 @@ skipped-tests: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # waiting for QuickCheck == 2.10.* + - integer-logarithms + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 99530b5de344a72fcf5cfc2f82ea1c546d641f39 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Sat, 8 Jul 2017 11:43:15 -0400 Subject: [PATCH 1321/3109] add h2c --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..3b66e9cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: - astro - mltool + "Edward Amsden @eamsden": + - h2c + # 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 From b0fc8efeba9f13db972a9035ffb67ac2599ed5df Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Sat, 8 Jul 2017 12:09:32 -0400 Subject: [PATCH 1322/3109] add bno055-haskell --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..86282061 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: - astro - mltool + "Edward Amsden @eamsden": + - bno055-haskell + # 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 From af95fa8a656ec5ea5fc29ca6118924df32c8b445 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sun, 9 Jul 2017 17:54:12 +0900 Subject: [PATCH 1323/3109] add chatwork --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..00f956fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Nobutada Matsubara @matsubara0507": + - chatwork + "Pavol Klacansky @pavolzetor": - openexr-write From ee32b6c35f9160d3a193073b84ff2951c8b93493 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 14:37:05 +0100 Subject: [PATCH 1324/3109] pin hoauth2 (#2640) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b26f2448..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3285,6 +3285,9 @@ packages: # https://github.com/fpco/stackage/issues/2636 - hashable < 1.2.6.1 + # https://github.com/fpco/stackage/issues/2640 + - hoauth2 < 1.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 737282201fb8702c7301c2a9bebe37c3b89f0501 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:35:37 -0700 Subject: [PATCH 1325/3109] Test teardown fixture --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bc664f7..339b0f10 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms From b88ae65e505bc8cac034d12d794777bf39b61711 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:48:52 -0700 Subject: [PATCH 1326/3109] Revert "Test teardown fixture" This reverts commit 737282201fb8702c7301c2a9bebe37c3b89f0501. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 339b0f10..2bc664f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,7 @@ skipped-tests: - store # wrong package.yaml file - # teardown # https://github.com/roman/Haskell-teardown/issues/1 + - teardown # https://github.com/roman/Haskell-teardown/issues/1 # waiting for QuickCheck == 2.10.* - integer-logarithms From 32ea4e1c387ceb94c045738b099adbc8ef27619f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:55:09 -0700 Subject: [PATCH 1327/3109] Test shikensu fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4f74dd8..447bd06a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3708,7 +3708,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - - shikensu # https://github.com/icidasset/shikensu/issues/5 + # shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From a06b3ec336db46861b8ef929727ae5542cf03b65 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 9 Jul 2017 09:58:26 -0700 Subject: [PATCH 1328/3109] Revert "Test shikensu fix" This reverts commit 32ea4e1c387ceb94c045738b099adbc8ef27619f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 447bd06a..f4f74dd8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3708,7 +3708,7 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - # shikensu # https://github.com/icidasset/shikensu/issues/5 + - shikensu # https://github.com/icidasset/shikensu/issues/5 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From a53ea066dcb4b16bb5c3ef65e4e39cffb31e35c8 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 18:36:10 +0100 Subject: [PATCH 1329/3109] chatwork blocked on req-0.3.0 (#2641) --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4f74dd8..dc78fdcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,9 +1,11 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Nobutada Matsubara @matsubara0507": - - chatwork - + "Nobutada Matsubara @matsubara0507": [] + # package temprarily removed as added while blocked on req-0.3.0; + # see https://github.com/fpco/stackage/issues/2641 + # - chatwork + "Pavol Klacansky @pavolzetor": - openexr-write From 0d74c4f4ded3660817779e023e2f2f033e50a60b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 20:19:26 +0100 Subject: [PATCH 1330/3109] h2c removed again (failing to compile C code - #2642) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc78fdcc..921bf4ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3143,7 +3143,8 @@ packages: - mltool "Edward Amsden @eamsden": - - h2c + # - h2c # freshly added package is missing headers: + # https://github.com/fpco/stackage/issues/2642 - bno055-haskell # If you stop maintaining a package you can move it here. From e8c24adece39c7d5fa22561675a2954ca1c0d075 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 9 Jul 2017 22:59:16 +0100 Subject: [PATCH 1331/3109] disable bno055-haskell to prevent h2c being pulled in (#2642) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921bf4ba..8fbbec0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3142,10 +3142,10 @@ packages: - astro - mltool - "Edward Amsden @eamsden": + "Edward Amsden @eamsden": [] # - h2c # freshly added package is missing headers: # https://github.com/fpco/stackage/issues/2642 - - bno055-haskell + # - bno055-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 17188c32d92d3f476b234c74ba09b7792d5de364 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Mon, 10 Jul 2017 11:45:51 +0200 Subject: [PATCH 1332/3109] Added `plot-light` I am the author and maintainer ^_^ --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..c5ff2fc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -152,6 +152,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno + - plot-light "Joseph Canero @caneroj1": - sqlite-simple-errors From bcacb621f60f3fbae28589d67c3b7b18fd0c065c Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 10 Jul 2017 19:36:25 +0300 Subject: [PATCH 1333/3109] Add crypt-sha512 & splitmix --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..1b90075b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1229,6 +1229,7 @@ packages: - binary-orphans - binary-tagged - cabal-doctest + - crypt-sha512 - dlist-nonempty - edit-distance - functor-classes-compat @@ -1247,6 +1248,7 @@ packages: - servant-yaml - singleton-bool - spdx + - splitmix - tdigest - tdigest-Chart - these From db96dbce0ce9f737524463f7e0ecfaf51f660915 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 10 Jul 2017 17:00:46 -0700 Subject: [PATCH 1334/3109] Add constraint "rot13 < 0.2.0.0" per kvanberendonck/codec-rot13#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fbbec0e..4386d5b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,6 +3298,9 @@ packages: # https://github.com/fpco/stackage/issues/2640 - hoauth2 < 1.3.0 + # https://github.com/kvanberendonck/codec-rot13/issues/1 + - rot13 < 0.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3d0363f49947f2040ddf8c21859dc1bda7812b40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 11 Jul 2017 10:41:35 -0700 Subject: [PATCH 1335/3109] Remove constraint "rot13 < 0.2.0.0" --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03d4efbe..9f1f6637 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,9 +3301,6 @@ packages: # https://github.com/fpco/stackage/issues/2640 - hoauth2 < 1.3.0 - # https://github.com/kvanberendonck/codec-rot13/issues/1 - - rot13 < 0.2.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 4493cf94a3db70e645ff2be34c7d07d38b9e9ba1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 12 Jul 2017 07:54:01 -0700 Subject: [PATCH 1336/3109] Remove constraint "hoauth2 < 1.3.0", closes #2640 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f1f6637..cad401bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,9 +3298,6 @@ packages: # https://github.com/fpco/stackage/issues/2636 - hashable < 1.2.6.1 - # https://github.com/fpco/stackage/issues/2640 - - hoauth2 < 1.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 20973ca444203e0e4cf2d1713e6c51bc2806409f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 12 Jul 2017 12:13:00 -0700 Subject: [PATCH 1337/3109] Remove constraint "hashable < 1.2.6.1", closes #2636 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cad401bd..3db86342 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,9 +3295,6 @@ packages: # https://github.com/fpco/stackage/issues/2635 - cryptonite < 0.24 - # https://github.com/fpco/stackage/issues/2636 - - hashable < 1.2.6.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 37ee900bf32c315046d1777e466b4cc6f42bb734 Mon Sep 17 00:00:00 2001 From: Joseph Canero Date: Wed, 12 Jul 2017 18:56:16 -0400 Subject: [PATCH 1338/3109] add filter-logger --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3db86342..c6f5b600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -158,6 +158,7 @@ packages: - sqlite-simple-errors - median-stream - stm-supply + - filter-logger "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From f2d28c06d789f08ec688596dcc326ec743cfa2f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 13 Jul 2017 07:22:43 -0700 Subject: [PATCH 1339/3109] Add constraint "cron < 0.6" per #2646 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3db86342..10a1cbd5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,6 +3295,9 @@ packages: # https://github.com/fpco/stackage/issues/2635 - cryptonite < 0.24 + # https://github.com/fpco/stackage/issues/2646 + - cron < 0.6 + # end of packages # Package flags are applied to individual packages, and override the values of From 16208ed03b9b67d42b0241a3425340b0fdbf7e37 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 14 Jul 2017 05:33:08 +0300 Subject: [PATCH 1340/3109] Add unliftio-core and unliftio --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86c4da6d..36983b97 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -305,6 +305,8 @@ packages: - pid1 - typed-process - say + - unliftio-core + - unliftio - fsnotify - hinotify From bcc803a542a85548567143d5566b7d7130cd1932 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:49:23 +0200 Subject: [PATCH 1341/3109] Add ALSA bindings --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36983b97..5f1dc32a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -48,6 +48,9 @@ packages: # - accelerate-fftw # via accelerate: bounds: base # - accelerate-fourier # via accelerate: bounds: base # - accelerate-utility # via accelerate: bounds: base + - alsa-core + - alsa-pcm + - alsa-seq - apportionment - audacity - bibtex From a2fb7d71703bd2a5af74a0e2f5d558de5d9357cf Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:49:47 +0200 Subject: [PATCH 1342/3109] Add JACK bindings --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f1dc32a..73d4ea0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -75,6 +75,7 @@ packages: - group-by-date - iff - interpolation + - jack - latex - lazyio - markov-chain diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 8d22fa0a..edd97513 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -72,6 +72,7 @@ apt-get install -y \ libhidapi-dev \ libicu-dev \ libimlib2-dev \ + libjack-jackd2-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From e30e64383b2c5caf471d3c8070eced192c6a702d Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:50:08 +0200 Subject: [PATCH 1343/3109] Add soxlib bindings --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73d4ea0c..e26bf1e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -93,6 +93,7 @@ packages: - set-cover - sound-collage - sox + - soxlib - split-record - spreadsheet - stm-split From 7795e1fc2cc312322f0019878a368e85b6b6e49f Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:50:23 +0200 Subject: [PATCH 1344/3109] Add med-module --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e26bf1e7..2376a18c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -82,6 +82,7 @@ packages: - midi - midi-music-box - mbox-utility + - med-module - non-empty - non-negative - numeric-prelude From 11cb79489e89b301b760b6490bc07ec13397ffa5 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 15 Jul 2017 18:51:05 +0200 Subject: [PATCH 1345/3109] Remove storable-record from Niklas since I am the maintainer. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2376a18c..83f6be1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2034,7 +2034,6 @@ packages: - reinterpret-cast # As dependencies of packages above - attoparsec-binary - - storable-record "Brandon Martin @codedmart": - engine-io-wai From 2a695f07b2711af68bb0d07dc9d91f6889c53df4 Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 17 Jul 2017 16:20:08 +0900 Subject: [PATCH 1346/3109] added: yesod-form-bootstrap4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36983b97..0d8733c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,6 +3021,7 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep + - yesod-form-bootstrap4 - yesod-recaptcha2 "Andrei Barbu @abarbu": From 18f0012f8b33a0fc6a0914ca8f8b9071422893bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 18 Jul 2017 19:47:59 +0900 Subject: [PATCH 1347/3109] debian-bootstrap.sh: opencv build is breaking docker image (#2611) --- debian-bootstrap.sh | 50 --------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index edd97513..04edf9b8 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -208,53 +208,3 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l #apt-add-repository multiverse \ # && apt-get update \ # && apt-get install -y libfdk-aac-dev - - -################################################################################ -# Install opencv. - -OPENCV_VERSION="3.2.0" - -apt-get install -y \ - cmake \ - pkg-config \ - libjpeg-dev \ - libtiff5-dev \ - libjasper-dev \ - libpng12-dev \ - libavcodec-dev \ - libavformat-dev \ - libswscale-dev \ - libxvidcore-dev \ - libx264-dev \ - libv4l-dev \ - liblapacke-dev \ - libgtk-3-dev \ - libopenblas-dev \ - libhdf5-dev \ - libtesseract-dev \ - libleptonica-dev \ - python3-dev \ - gfortran - -# Make a new directory -rm -rf /tmp/opencv-build -mkdir /tmp/opencv-build -cd /tmp/opencv-build - -# Download OpenCV -curl -L https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.tar.gz | tar xz -curl -L https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.tar.gz | tar xz - -cd opencv-${OPENCV_VERSION} -mkdir build -cd build -cmake -D CMAKE_BUILD_TYPE=RELEASE \ - -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules .. - -make -j - -make install - -################################################################################ From adfeac1200e4ef5c5efbd72c85fdeb3dda21a261 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Wed, 19 Jul 2017 14:05:16 +0900 Subject: [PATCH 1348/3109] added: papillon --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..eb1319b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2626,6 +2626,7 @@ packages: - Imlib - xturtle - gluturtle + - papillon "Jan Gerlinger @JanGe": - irc-dcc From 1bc67bb54eda08c90d8421bc11d257354a379d11 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Wed, 19 Jul 2017 08:19:08 -0400 Subject: [PATCH 1349/3109] re-enable h2c and bno055-haskell, and add libi2c-dev to debian-bootstrap.sh so h2c will build --- build-constraints.yaml | 5 ++--- debian-bootstrap.sh | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..1995934d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3155,9 +3155,8 @@ packages: - mltool "Edward Amsden @eamsden": [] - # - h2c # freshly added package is missing headers: - # https://github.com/fpco/stackage/issues/2642 - # - bno055-haskell + - h2c + - bno055-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 04edf9b8..a1fbb4cb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -70,6 +70,7 @@ apt-get install -y \ libgtk2.0-dev \ libgtksourceview-3.0-dev \ libhidapi-dev \ + libi2c-dev \ libicu-dev \ libimlib2-dev \ libjack-jackd2-dev \ From ac190970dfda67ca83a001603ecc7115f64e34d1 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 19 Jul 2017 20:27:57 +0200 Subject: [PATCH 1350/3109] Change ghc-exactprint maintainer to @alanz --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..9fdb7874 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -352,6 +352,7 @@ packages: - profiterole "Alan Zimmerman @alanz": + - ghc-exactprint - hjsmin - language-javascript - Strafunski-StrategyLib @@ -1959,7 +1960,6 @@ packages: "Matthew Pickering @mpickering": - refact # - servant-pandoc # bounds: pandoc-types, servant-docs - - ghc-exactprint # - apply-refact # "Andrew Gibiansky @gibiansky": From ddda04a71ee1665eba92054114c1b632568aa0ec Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Wed, 19 Jul 2017 20:28:40 +0200 Subject: [PATCH 1351/3109] Add haskell-lsp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fdb7874..a292517e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -353,6 +353,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint + - haskell-lsp - hjsmin - language-javascript - Strafunski-StrategyLib From ee755a11ce9e98d5f6d3505eea95030db9e73459 Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Wed, 19 Jul 2017 19:46:19 -0400 Subject: [PATCH 1352/3109] Fix yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1995934d..ed702c0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,7 @@ packages: - astro - mltool - "Edward Amsden @eamsden": [] + "Edward Amsden @eamsden": - h2c - bno055-haskell From 55848ee2a56ef9b155284d8b0602a06bcc863a0d Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Thu, 20 Jul 2017 12:27:59 +1000 Subject: [PATCH 1353/3109] Add hedgehog, hedgehog-quickcheck --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..e5e3d341 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jacob Stanley @jystic": + - 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 From 726ec7573e6f66895a8adea94b03734920fd2338 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 14:40:49 +0900 Subject: [PATCH 1354/3109] vty < 5.16 (#2654) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28bd1f78..a92eea3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,8 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 + # https://github.com/fpco/stackage/issues/2654 + - vty < 5.16 # end of packages # Package flags are applied to individual packages, and override the values of From 9c9d052798cd277dab76c6b00aa0e2d6b2198cfd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 14:43:39 +0900 Subject: [PATCH 1355/3109] drop hint < 0.7 (#2577) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a92eea3b..b446ba3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,9 +3260,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2577 - - hint < 0.7 - # https://github.com/fpco/stackage/issues/2583 - path < 0.6 From 80367e4b48452db89c7380e300473d3d866314e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:02:29 +0900 Subject: [PATCH 1356/3109] Revert "vty < 5.16 (#2654)" This reverts commit 726ec7573e6f66895a8adea94b03734920fd2338. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b446ba3a..7bb0c291 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,8 +3309,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/fpco/stackage/issues/2654 - - vty < 5.16 # end of packages # Package flags are applied to individual packages, and override the values of From 3fd5172699750e036b0b71e456b80962742de278 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:08:08 +0900 Subject: [PATCH 1357/3109] camfort failing to build (camfort/camfort#102) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb0c291..ce2ac7f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2802,7 +2802,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - camfort + # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation # - fortran-src # OOM https://github.com/fpco/stackage/issues/2232 # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 From ba6336055c5f062549f93493caacf7b5a0bf981b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:13:03 +0900 Subject: [PATCH 1358/3109] language-puppet-1.3.8 haddock failing (bartavelle/language-puppet#208) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2ac7f3..ec696345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,6 +3309,8 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 + # https://github.com/bartavelle/language-puppet/issues/208 + - language-puppet < 1.3.8 # end of packages # Package flags are applied to individual packages, and override the values of From 0da69cd3c456dc7d73a019c27d5dd22f87ae6faa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:17:07 +0900 Subject: [PATCH 1359/3109] haskell-lsp haddock failing (#2652) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec696345..365120d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,7 +357,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - - haskell-lsp + # - haskell-lsp # https://github.com/fpco/stackage/pull/2652 - hjsmin - language-javascript - Strafunski-StrategyLib From 188db36a46f3eb4d10e5d22eca3d90bc541a0916 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:27:47 +0900 Subject: [PATCH 1360/3109] sbv < 7.0 (LeventErkok/sbv#315) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 365120d6..4f077bcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,9 @@ packages: # https://github.com/bartavelle/language-puppet/issues/208 - language-puppet < 1.3.8 + + # https://github.com/LeventErkok/sbv/issues/315 + - sbv < 7.0 # end of packages # Package flags are applied to individual packages, and override the values of From 728f05a76c44093dde41723ec63976820584fbaf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 21 Jul 2017 18:29:45 +0900 Subject: [PATCH 1361/3109] allow haskell-lsp haddocks to fail (#2652) This reverts commit 0da69cd3c456dc7d73a019c27d5dd22f87ae6faa. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f077bcc..5ff1b4a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -357,7 +357,7 @@ packages: "Alan Zimmerman @alanz": - ghc-exactprint - # - haskell-lsp # https://github.com/fpco/stackage/pull/2652 + - haskell-lsp - hjsmin - language-javascript - Strafunski-StrategyLib @@ -3841,7 +3841,8 @@ expected-haddock-failures: # 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 5d3301d1ba930fc1e897ba7538470688864abf22 Mon Sep 17 00:00:00 2001 From: aiya000 Date: Sat, 22 Jul 2017 21:43:41 +0900 Subject: [PATCH 1362/3109] Add snowtify --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ff1b4a4..5cc7ee23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,6 +2992,7 @@ packages: "aiya000 @aiya000": - stack-type - throwable-exceptions + - snowtify "Mitsutoshi Aoe @maoe": - sensu-run From 0ce707d4da7a3b2a243b9c4356dcf9aaa7e9082e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:13:40 +0800 Subject: [PATCH 1363/3109] Revert "language-puppet-1.3.8 haddock failing (bartavelle/language-puppet#208)" This reverts commit ba6336055c5f062549f93493caacf7b5a0bf981b. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cc7ee23..b570bef6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3310,9 +3310,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/bartavelle/language-puppet/issues/208 - - language-puppet < 1.3.8 - # https://github.com/LeventErkok/sbv/issues/315 - sbv < 7.0 # end of packages From ad7507756cc7641ba176a0d0e1d2036528c817af Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:18:21 +0800 Subject: [PATCH 1364/3109] happstack-server < 7.5.0 (#2656) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b570bef6..3efe84bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,9 @@ packages: # https://github.com/LeventErkok/sbv/issues/315 - sbv < 7.0 + + # https://github.com/fpco/stackage/issues/2656 + - happstack-server < 7.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5b45a7616af7991fcaff18d940dc36c84b006ed0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:20:44 +0800 Subject: [PATCH 1365/3109] x509 < 1.7 (#2657) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3efe84bb..6f091a31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + + # https://github.com/fpco/stackage/issues/2657 + - x509 < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From 65ed450f780cf6a71f91c49708953fe564a2f106 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2017 11:27:08 +0800 Subject: [PATCH 1366/3109] x509-validation-1.6.8 testsuite needs x509-1.7.1 (#2657) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f091a31..5505606c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,7 @@ packages: # https://github.com/fpco/stackage/issues/2657 - x509 < 1.7 + - x509-validation < 1.6.8 # end of packages # Package flags are applied to individual packages, and override the values of From d3c3f2e800b2dac86f1aa77ea204f008a8e97fdc Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sun, 23 Jul 2017 13:29:33 +1000 Subject: [PATCH 1367/3109] adding tonyday56 packages --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ff1b4a4..43c2c729 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2894,8 +2894,10 @@ packages: - HDBC-mysql "Tony Day @tonyday567": - [] - # - chart-unit # via random-fu: via log-domain: via safecopy: bounds: vector + - numhask + - numhask-range + - chart-unit + - perf "Iphigenia Df @iphydf": - data-msgpack From 9e8f1933401c516abf747e47a126e47b0847e485 Mon Sep 17 00:00:00 2001 From: tonyday567 Date: Sun, 23 Jul 2017 15:13:30 +1000 Subject: [PATCH 1368/3109] add online package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43c2c729..d920f4fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2898,6 +2898,7 @@ packages: - numhask-range - chart-unit - perf + - online "Iphigenia Df @iphydf": - data-msgpack From 1e717e9e48a4c6ff408af61e2ecdf92c3d626cb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:13:00 +0800 Subject: [PATCH 1369/3109] Revert "x509 < 1.7 (#2657)" This reverts commit 5b45a7616af7991fcaff18d940dc36c84b006ed0. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8d3ddd5..b9f1e6cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,10 +3318,6 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 - - # https://github.com/fpco/stackage/issues/2657 - - x509 < 1.7 - - x509-validation < 1.6.8 # end of packages # Package flags are applied to individual packages, and override the values of From b8ddaa3619a0a1309e6e248ad020c53a574f19e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:31:24 +0800 Subject: [PATCH 1370/3109] Revert "sbv < 7.0 (LeventErkok/sbv#315)" and let testsuite fail sbv-7 requires z3-4.5+ --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b9f1e6cf..3f55807f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3313,9 +3313,6 @@ packages: # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 - # https://github.com/LeventErkok/sbv/issues/315 - - sbv < 7.0 - # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 # end of packages @@ -3684,6 +3681,7 @@ 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 759687d731f0f5cf1c7bde7853daf30bc77e3865 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:36:35 +0800 Subject: [PATCH 1371/3109] haddock-library < 1.4.4 (#2659) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f55807f..222ce41d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + + # https://github.com/fpco/stackage/issues/2659 + - haddock-library < 1.4.4 # end of packages # Package flags are applied to individual packages, and override the values of From 3a97b2dcd05458e4f9545bb17e7c9d2ba5e8cd83 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:39:22 +0800 Subject: [PATCH 1372/3109] haddock-api-2.18.1 also requires Cabal 2.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 222ce41d..cc97af47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,7 @@ packages: # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 + - haddock-api < 2.18.1 # end of packages # Package flags are applied to individual packages, and override the values of From 728a6438e745e214f5fb1700c992677e6352088f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:43:21 +0800 Subject: [PATCH 1373/3109] haddock-2.18.1 needs Cabal 2.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc97af47..ca6f20fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3319,6 +3319,7 @@ packages: # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 - haddock-api < 2.18.1 + - haddock < 2.18.1 # end of packages # Package flags are applied to individual packages, and override the values of From a55028994c7cde225869e385f8fbda7ed8eb9efc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 09:48:46 +0800 Subject: [PATCH 1374/3109] add ghc-8.2.1 library upper bounds (#2659) --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca6f20fd..fd6f5a8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,10 +3316,16 @@ packages: # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 + # 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 + - Cabal < 2.0.0.2 + - base < 4.9.1.0 + - binary < 0.8.3.0 + - containers < 0.5.7.1 + - template-haskell < 2.11.1.0 # end of packages # Package flags are applied to individual packages, and override the values of From 620a2032fa99ad01ddd312b3f25f6672db19f050 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 10:58:57 +0800 Subject: [PATCH 1375/3109] fix ghc-8.2.1 library bounds (#2659) --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd6f5a8f..05a88a29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,10 +3322,9 @@ packages: - haddock-api < 2.18.1 - haddock < 2.18.1 - Cabal < 2.0.0.2 - - base < 4.9.1.0 - - binary < 0.8.3.0 - - containers < 0.5.7.1 - - template-haskell < 2.11.1.0 + - base-noprelude < 4.10.0.0 + - rattletrap < 2.5.1 + - inline-c < 0.6.0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 6d9d4af2e98601c4c8b390190d77ab200f37014e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:01:55 +0800 Subject: [PATCH 1376/3109] inline-c < 0.6.0.1 (#2659) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05a88a29..313dbeea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - - inline-c < 0.6.0.2 + - inline-c < 0.6.0.1 # end of packages # Package flags are applied to individual packages, and override the values of From 0134276c9365c1c6e03bf1cf04b38bafdb4812a1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:09:06 +0800 Subject: [PATCH 1377/3109] inline-c-cpp < 0.2.0.0 (#2659) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 313dbeea..27490d9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3325,6 +3325,7 @@ packages: - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - inline-c < 0.6.0.1 + - inline-c-cpp < 0.2.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From e4ee0e74ea7b6c7d58b6e1e7493c1a718cfef07f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 24 Jul 2017 11:11:29 +0800 Subject: [PATCH 1378/3109] inline-c < 0.6.0.0 (#2659) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27490d9d..620efdd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - Cabal < 2.0.0.2 - base-noprelude < 4.10.0.0 - rattletrap < 2.5.1 - - inline-c < 0.6.0.1 + - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 # end of packages From afb988f616caa4e3153ac34560b59d4670bbd4ae Mon Sep 17 00:00:00 2001 From: Sam Protas Date: Sun, 23 Jul 2017 23:27:04 -0400 Subject: [PATCH 1379/3109] 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 7c4958acaf40358beea30be4f04c56e9cf098019 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 00:49:05 +0800 Subject: [PATCH 1380/3109] servant-docs < 0.11 (#2661) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 620efdd9..0e2f61c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3326,6 +3326,10 @@ packages: - rattletrap < 2.5.1 - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 + - packdeps < 0.4.4 + + # https://github.com/fpco/stackage/issues/2661 + - servant-docs < 0.11 # end of packages # Package flags are applied to individual packages, and override the values of From 846ba45db963aaf516db6cabdff4babd9eca0c24 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 00:54:46 +0800 Subject: [PATCH 1381/3109] aeson-extra-0.4.1.0 needs these-0.74+ (#2586) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e2f61c1..41099298 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,7 @@ packages: - text-show < 3.6.2 - text-show-instances < 3.6.1 - these < 0.7.4 + - aeson-extra < 0.4.1.0 # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 From ea84f35bab29c1660f2df80c194f672a12ccf263 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 12:44:56 +0800 Subject: [PATCH 1382/3109] tls testsuite started failing to build (vincenthz/hs-tls#247) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41099298..dfe5c99a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3758,6 +3758,7 @@ expected-test-failures: - 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 - 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 From b379ecb81f28aba85a49c6b3b8c383d62b24430f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 12:57:02 +0800 Subject: [PATCH 1383/3109] tcp-streams and tcp-streams-openssl testsuite failing (didi-FP/tcp-streams#5) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfe5c99a..98692a0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,8 +3794,10 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both + - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 + - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From 32a01aa297b5663dcbfcc3a7bd8fe5b6a3701ec2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 25 Jul 2017 13:02:28 +0800 Subject: [PATCH 1384/3109] tls benchmarks also failing to compile (vincenthz/hs-tls#247) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98692a0b..52a5b002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,9 +3820,10 @@ expected-benchmark-failures: - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - - thyme # https://github.com/liyang/thyme/issues/50 - - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + - thyme # https://github.com/liyang/thyme/issues/50 + - tls # https://github.com/vincenthz/hs-tls/issues/247 + - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 From 4fca4bf67bded2a53d6174cf860c891182853b66 Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Tue, 25 Jul 2017 16:35:19 +1000 Subject: [PATCH 1385/3109] 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 a7e6fe75fa8bdc3ea0ec90b572aedd3ba8069cfb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:21:22 +0300 Subject: [PATCH 1386/3109] Block packages and close #2037 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..afba5ad8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2442,7 +2442,7 @@ packages: - file-modules - frontmatter - read-editor - - hspec-setup + # - hspec-setup # bounds: haskell-src-exts # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time @@ -3102,17 +3102,17 @@ packages: - lens-labels - proto-lens - proto-lens-descriptors - - proto-lens-protoc - - proto-lens-combinators + # - proto-lens-protoc # bounds: haskell-src-exts + # - proto-lens-combinators # bounds: proto-lens-protoc - proto-lens-arbitrary - proto-lens-optparse - - proto-lens-protobuf-types - - tensorflow - - tensorflow-core-ops - - tensorflow-opgen - - tensorflow-ops - - tensorflow-proto - - tensorflow-test + # - proto-lens-protobuf-types # bounds: proto-lens-protoc + # - tensorflow # bounds: proto-lens-protoc + # - tensorflow-core-ops # bounds: tensorflow + # - tensorflow-opgen # bounds: tensorflow + # - tensorflow-ops # bounds: tensorflow + # - tensorflow-proto # bounds: proto-lens-protoc + # - tensorflow-test # bounds: tensorflow "Christof Schramm ": - mnist-idx @@ -3196,9 +3196,6 @@ packages: - Win32 == 2.3.1.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2037 - - haskell-src-exts < 1.19 - # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 From 64d1b40343c9d058796205c5f8bdba113218bffb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:29:36 +0300 Subject: [PATCH 1387/3109] Block packages and close #2317 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index afba5ad8..12b3a331 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -373,9 +373,9 @@ packages: - blaze-html - blaze-markup - cabal-dependency-licenses - - hakyll + # - hakyll # bounds: skylighting - stylish-haskell - - patat + # - patat # bounds: skylighting - profiteur - psqueues - websockets @@ -576,8 +576,8 @@ packages: "Brent Yorgey @byorgey": - active - - BlogLiterately - - BlogLiterately-diagrams + # - BlogLiterately # bounds: skylighting + # - BlogLiterately-diagrams # bounds: skylighting - diagrams - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -1673,8 +1673,8 @@ packages: - poly-arity - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # bounds: skylighting + # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage - composition-extra @@ -2076,7 +2076,7 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - - yesod-markdown + # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2532,8 +2532,8 @@ packages: - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - - pandoc - - pandoc-citeproc + # - pandoc # bounds: skylighting + # - pandoc-citeproc # bounds: skylighting "Karun Ramakrishnan @karun012": - doctest-discover @@ -2541,7 +2541,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu - - hakyll-favicon + # - hakyll-favicon # bounds: skylighting # "Ruey-Lin Hsu @petercommand": # - MASMGen # bounds: ghc, base @@ -3199,9 +3199,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2317 - - skylighting < 0.2 - # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 From 59585bab0889f674e73320e7d7a4560af4e9aab6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:29:46 +0300 Subject: [PATCH 1388/3109] Comment: waiting for 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 12b3a331..d407752c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,7 +3197,7 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2127 - - leapseconds-announced < 2017.0.0.1 + - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2329 - network-transport < 0.5 From 13252b7875b2843d3c0f5c9bb114449e19ebecbb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:33:32 +0300 Subject: [PATCH 1389/3109] Block packages and close #2329 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d407752c..af7fd94e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2268,9 +2268,9 @@ packages: # - distributed-process-simplelocalnet # via: distributed-process - distributed-static - network-transport - - network-transport-tcp - - network-transport-inmemory - - network-transport-composed + # - network-transport-tcp # bounds: network-transport + # - network-transport-inmemory # bounds: network-transport + # - network-transport-composed # bounds: network-transport - rank1dynamic # "Alexander Vershilov @qnikst": @@ -3199,9 +3199,6 @@ packages: # 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/2329 - - network-transport < 0.5 - # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 From 6b4168d4a7b2b3b8f6b590792f7ce770cf4b321a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:36:36 +0300 Subject: [PATCH 1390/3109] Block packages and close #2334 --- build-constraints.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af7fd94e..41231893 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -183,8 +183,8 @@ packages: - binary-parsers - binary-ieee754 - word24 - - mysql-haskell - - mysql-haskell-openssl + # - mysql-haskell # bounds: memory + # - mysql-haskell-openssl # bounds: tcp-streams - data-has "Harendra Kumar @harendra-kumar": @@ -3118,7 +3118,8 @@ packages: - mnist-idx "Naushadh @naushadh": - - persistent-mysql-haskell + [] + # - persistent-mysql-haskell # bounds: tcp-streams "Moritz Schulte @mtesseract": - async-refresh @@ -3199,11 +3200,6 @@ packages: # 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/2334 - - tcp-streams < 1.0.0.0 - - tcp-streams-openssl < 1.0.0.0 - - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 From 744f5c284345b35e2c05f7b0062f5bef082a2dd7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:39:11 +0300 Subject: [PATCH 1391/3109] Remove upper bound and close #2400 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41231893..717adf5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,9 +3203,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2400 - - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 From 51bcb400bde33a018782691cddfdfbb741d32604 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:40:28 +0300 Subject: [PATCH 1392/3109] Block packages and close #2594 --- build-constraints.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 717adf5c..24dd7523 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,7 +35,8 @@ packages: - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": - - discord-hs + [] + # - discord-hs # bouns: req "Roman Gonzalez @roman": - etc @@ -3270,10 +3271,6 @@ packages: # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 - # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 # also remove from expected-test-failure - - req-conduit < 0.2.0 # because of above - # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 @@ -3773,7 +3770,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 From 22fc11509ac6afd102c3e31d4d200490c559f831 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:46:26 +0300 Subject: [PATCH 1393/3109] Block packages and close #2529 --- build-constraints.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24dd7523..78c900e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1107,7 +1107,7 @@ packages: "Alexandr Ruchkin @mvoidex": - hdocs - hformat - - hsdev + # - hsdev # bounds: mmorph - simple-log - text-region @@ -1627,7 +1627,7 @@ packages: - pipes-mongodb # via mongoDB - servant-elm - skeletons - - streaming-wai + # - streaming-wai # bounds: mmorph # "Smirnov Alexey @chemist": # - snmp # bounds: ghc, base @@ -1715,9 +1715,9 @@ packages: - lens-simple - lens-family-core - lens-family - - streaming - - streaming-bytestring - - streaming-utils + # - streaming # bounds: mmorph + # - streaming-bytestring # bounds: mmorph + # - streaming-utils # bounds: mmorph "Justin Le @mstksg": - auto @@ -1781,8 +1781,8 @@ packages: - inline-r - jni - jvm - - sparkle - - streaming-binary + # - sparkle # bounds: mmorph + # - streaming-binary # bounds: mmorph - th-lift "Christopher Reichert @creichert": @@ -2295,8 +2295,9 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": + [] # - riak # bounds: aeson - - airship + # - airship # bounds: mmorph "Yuras Shumovich @Yuras": - pdf-toolbox-core @@ -3219,9 +3220,6 @@ packages: # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 - # https://github.com/fpco/stackage/issues/2529 - - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 From 7595cea8b5aa68d5169076183e1b36046a783f30 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:48:37 +0300 Subject: [PATCH 1394/3109] Remove upper bound and close #2555 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78c900e2..29c0ee8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,9 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 - # https://github.com/fpco/stackage/issues/2555 - - streaming-commons < 0.1.18 - # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 - th-desugar < 1.7 From 67bc4bb90fccdc6e9e0a42d73add629ef6cfc7e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:49:26 +0300 Subject: [PATCH 1395/3109] Block packages and close #2550 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29c0ee8c..3d121522 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2879,7 +2879,7 @@ packages: - vector-mmap "Alex Mason @Axman6": - - foldl-statistics + # - foldl-statistics # bounds: foldl - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": @@ -3225,9 +3225,6 @@ packages: - statistics < 0.14 - thread-local-storage < 0.1.2 - # https://github.com/fpco/stackage/issues/2550 - - foldl < 1.3.0 - # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 - th-desugar < 1.7 From 8a86eef052e5ef2ca90e2412fe81c005f372c462 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Jul 2017 14:52:31 +0300 Subject: [PATCH 1396/3109] Block package and close #2559 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d121522..67cefbcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,7 +1892,7 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - - hapistrano + # - hapistrano # bounds: path-io - inflections - twitter-feed # - cassava-megaparsec # via cassava: bounds: vector @@ -3229,9 +3229,6 @@ packages: - singletons < 2.3 - th-desugar < 1.7 - # https://github.com/fpco/stackage/issues/2559 - - path-io < 1.3 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 From 3fada7141f8781057f7be49dba9f4fc1ba91e342 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 25 Jul 2017 17:29:36 +0200 Subject: [PATCH 1397/3109] Block darcs (graphviz < 2999.19) and close #2487 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67cefbcd..d03b09f9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -893,7 +893,7 @@ packages: - uri-encode "Simon Michael @simonmichael": - - darcs + # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - hledger-ui @@ -3214,9 +3214,6 @@ packages: - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2487 - - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From 5d50125912f3cf637f6c6a1bd12da8d789418322 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 25 Jul 2017 17:34:10 +0200 Subject: [PATCH 1398/3109] Block irc-dcc and xdcc (path<0.6) and close #2583 --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d03b09f9..aa6be900 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2636,8 +2636,9 @@ packages: - papillon "Jan Gerlinger @JanGe": - - irc-dcc - - xdcc + [] + # - irc-dcc # bounds: path + # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-bits @@ -3235,9 +3236,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2583 - - path < 0.6 - # https://github.com/fpco/stackage/issues/2584 - tasty-quickcheck < 0.9 - arithmoi < 0.5.0.1 From 5cdd7df62943ae662a2433b3385dd6669928ebd1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 25 Jul 2017 13:12:40 -0700 Subject: [PATCH 1399/3109] Skip various test suites per doctest 0.12 --- build-constraints.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa6be900..70bb26f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,6 +3444,36 @@ 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 + - genvalidity-property + - hasmin + - http-api-data + - intervals + - lens + - lens-aeson + - linear + - linear-accelerate + - log-domain + - makefile + - pipes-group + - prettyprinter + - semigroupoids + - servant-ruby + - servant-swagger + - tdigest + - turtle + - zippers # # HUnit 1.5 - GLFW-b - Glob From d028cf4c82f223a951276c6d52ec9cf600c079e1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:45:51 +0300 Subject: [PATCH 1400/3109] Block packages and close #2586 --- build-constraints.yaml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70bb26f1..58b99aff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2146,7 +2146,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - - fgl-arbitrary + # - fgl-arbitrary # bouns: QuickCheck - graphviz - wl-pprint-text @@ -3240,18 +3240,6 @@ packages: - tasty-quickcheck < 0.9 - arithmoi < 0.5.0.1 - # https://github.com/fpco/stackage/issues/2586 - - QuickCheck < 2.10 - - aeson-compat < 0.3.7 - - arithmoi < 0.5.0.1 - - binary-orphans < 0.1.7.0 - - lattices < 1.6.0 - - quickcheck-instances < 0.3.13 - - text-show < 3.6.2 - - text-show-instances < 3.6.1 - - these < 0.7.4 - - aeson-extra < 0.4.1.0 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 @@ -3456,7 +3444,7 @@ skipped-tests: - distributive - email-validate - flow - - genvalidity-property + # - genvalidity-property # bounds: QuickCheck - hasmin - http-api-data - intervals @@ -3590,8 +3578,22 @@ skipped-tests: # wrong package.yaml file - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # waiting for QuickCheck == 2.10.* - - integer-logarithms + # QuickCheck 2.10 + - arithmoi + - blaze-html + - blaze-markup + - cassava-conduit + - edit-distance + - http-media + - morte + - printcess + - retry + - superbuffer + - unbound + - vector + - wai-middleware-rollbar + - websockets + - path # end of skipped-tests From 05337c0aed075d46bebba40a4c98e5b882caf76d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:50:15 +0300 Subject: [PATCH 1401/3109] Block packages and close #2449 --- build-constraints.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58b99aff..67ac5485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1042,7 +1042,7 @@ packages: - users-test - validate-input - ignore - - elm-bridge + # - elm-bridge # bounds: aeson # digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl @@ -1137,7 +1137,7 @@ packages: - cabal-rpm - stackage-query # - cabal-sort # BLOCKED directory 1.3 - - idris + # - idris # bounds aeson - libffi - xmonad-contrib - shelly @@ -2372,7 +2372,7 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # - eventstore # bounds: aeson - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": @@ -2552,10 +2552,10 @@ packages: - string-conv - rng-utils - rotating-log - - ua-parser + # - ua-parser # bounds aeson - hs-GeoIP - retry - - katip + # - katip # bounds aeson # - katip-elasticsearch # via bloodhound: bounds: vector "Sid Kapur sidharthkapur1@gmail.com @sid-kap": @@ -3206,9 +3206,6 @@ packages: # https://github.com/fpco/stackage/issues/2393 - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2449 - - aeson < 1.2.0.0 - # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 @@ -3594,6 +3591,7 @@ skipped-tests: - wai-middleware-rollbar - websockets - path + - aeson # end of skipped-tests From fa09d6647d1fe74f8bc3c915a42fc346174d7ea0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:53:14 +0300 Subject: [PATCH 1402/3109] Skip test and close #2393 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67ac5485..1efb287d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,9 +3203,6 @@ packages: # 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/2393 - - HUnit < 1.6.0.0 - # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 @@ -3593,6 +3590,9 @@ skipped-tests: - path - aeson + # HUnit 1.6 + - terminal-progress-bar + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 35e175755ce9f22d93a346b851b89875bf2e85cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 11:57:09 +0300 Subject: [PATCH 1403/3109] Block packages and close #2451 --- build-constraints.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1efb287d..78945bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2042,7 +2042,7 @@ packages: - attoparsec-binary "Brandon Martin @codedmart": - - engine-io-wai + # - engine-io-wai # bounds websockets - rethinkdb "Michael Walker @barrucadu": @@ -2987,7 +2987,7 @@ packages: - haskell-tools-rewrite - haskell-tools-prettyprint - haskell-tools-refactor - - haskell-tools-demo + # - haskell-tools-demo # bounds: websockets - haskell-tools-cli - haskell-tools-daemon - haskell-tools-debug @@ -3203,12 +3203,6 @@ packages: # 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/2451 - - websockets < 0.11.0.0 - - servant-subscriber < 0.6.0.1 - - websockets-simple < 0.0.2.1 - - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 From 95b76a92ce9ab9356db35f4fadb759210f379210 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:11:06 +0300 Subject: [PATCH 1404/3109] Skip benchmarks and close #2604 --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78945bfc..85094563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3204,12 +3204,7 @@ packages: - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2528 - - concurrent-output < 1.10.0 - - # https://github.com/fpco/stackage/issues/2604 - - criterion < 1.2 - - statistics < 0.14 - - thread-local-storage < 0.1.2 + - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 @@ -3924,6 +3919,12 @@ skipped-benchmarks: - graphviz - wl-pprint-text + # criterion 1.2 + - binary-parsers + - cryptohash-sha512 + - ed25519 + - unordered-containers + # end of skipped-benchmarks From 628f132215aba477edada4f82a6bcfabab819338 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:23:21 +0300 Subject: [PATCH 1405/3109] Skip tests and close #2562 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 85094563..4bba6a50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3207,12 +3207,9 @@ packages: - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2557 - - singletons < 2.3 + - singletons < 2.3 # Wait for GHC 8.2.1 - th-desugar < 1.7 - # https://github.com/fpco/stackage/issues/2562 - - trifecta < 1.7 - # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 @@ -3427,6 +3424,7 @@ skipped-tests: - distributive - email-validate - flow + - trifecta # - genvalidity-property # bounds: QuickCheck - hasmin - http-api-data From 92ccd3e5634a73a59b9e61f1f9516879dd61050b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:44:26 +0300 Subject: [PATCH 1406/3109] Skip tests and close #2584 --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bba6a50..5fe51c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3216,10 +3216,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2584 - - tasty-quickcheck < 0.9 - - arithmoi < 0.5.0.1 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 @@ -3560,7 +3556,6 @@ skipped-tests: - teardown # https://github.com/roman/Haskell-teardown/issues/1 # QuickCheck 2.10 - - arithmoi - blaze-html - blaze-markup - cassava-conduit @@ -3580,6 +3575,14 @@ skipped-tests: # HUnit 1.6 - terminal-progress-bar + # tasty-quickcheck 0.9 + - binary-parser + - cryptohash-sha512 + - diagrams-solve + - tar + - vector-builder + - zlib + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 8722db491c677f076a7bdc8826ea19299ea1d7f1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:55:03 +0300 Subject: [PATCH 1407/3109] Block packages and close #2569 --- build-constraints.yaml | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5fe51c9b..98f25a28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,8 +155,8 @@ packages: "Luke Murphy @lwm": - tasty-discover - - lentil - - packunused + # - lentil # bounds: optparse-applicative + # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - sparse-linear-algebra @@ -579,17 +579,17 @@ packages: - active # - BlogLiterately # bounds: skylighting # - BlogLiterately-diagrams # bounds: skylighting - - diagrams + # - diagrams # bounds: optparse-applicative - diagrams-builder # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo # bounds: vector + # - diagrams-cairo # bounds: optparse-applicative - diagrams-contrib - diagrams-core - - diagrams-gtk + # - diagrams-gtk # bounds: optparse-applicative - diagrams-lib - diagrams-postscript - - diagrams-rasterific - - diagrams-svg + # - diagrams-rasterific # bounds: optparse-applicative + # - diagrams-svg # bounds: optparse-applicative - dual-tree - force-layout - haxr @@ -1191,10 +1191,10 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - - diagrams-canvas - - diagrams-rasterific + # - diagrams-canvas # bounds: optparse-applicative + # - diagrams-rasterific # bounds: optparse-applicative - lucid-svg - - diagrams-html5 + # - diagrams-html5 # bounds: optparse-applicative - static-canvas - svg-builder @@ -1267,7 +1267,7 @@ packages: - spdx - splitmix - tdigest - - tdigest-Chart + # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - waitra @@ -1549,7 +1549,7 @@ packages: "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - - resolve-trivial-conflicts + # - resolve-trivial-conflicts # bounds: optparse-applicative - wl-pprint # not a maintainer - hxt-curl @@ -2562,7 +2562,7 @@ packages: - tuple - OneTuple - SVGFonts - - Chart-diagrams + # - Chart-diagrams # bounds optparse-applicative # "Aaron Levin @aaronmblevin": # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2899,8 +2899,8 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - - chart-unit - - perf + # - chart-unit # bounds optparse-applicative + # - perf # bounds optparse-applicative - online "Iphigenia Df @iphydf": @@ -2917,7 +2917,7 @@ packages: - clock-extras - next-ref - tmp-postgres - - postgresql-simple-opts + # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact - hspec-pg-transact - postgresql-simple-queue @@ -3213,9 +3213,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2569 - - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 From 5f75d150db2340ed4e103829f0bfefbbbbd416ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:55:11 +0300 Subject: [PATCH 1408/3109] Add flag to mintty for Windows --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98f25a28..6d377a16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3349,6 +3349,9 @@ package-flags: time_1_6_and_1_7: true time_pre_1_6: false + mintty: + win32-2-5: false + # end of package-flags # Special configure options for individual packages From f316e6bee0823eee1e44e25ad8e49e46609b078a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:58:08 +0300 Subject: [PATCH 1409/3109] Block package and close #2587 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d377a16..71a993bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -927,8 +927,9 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": + [] # - ghc-mod # bounds: syb - - cabal-helper + # - cabal-helper # bounds: extra "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -3213,9 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2587 - - extra < 1.6 - # https://github.com/fpco/stackage/issues/2595 - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 From 523d266a3f848e0e06e1f9e82010ead8c77bdf33 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:00:01 +0300 Subject: [PATCH 1410/3109] Remove upper bounds and close #2595 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71a993bc..3a9fc9f8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -288,7 +288,6 @@ packages: - async - base16-bytestring - c2hs - - cassava - csv-conduit - executable-hash - executable-path @@ -3188,6 +3187,7 @@ packages: - type-list - vinyl-utils - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 + - cassava # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull @@ -3214,10 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2595 - - cassava < 0.5.0.0 - - cassava-conduit < 0.4.0.0 # because of above and #2586 - # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 @@ -3350,6 +3346,9 @@ package-flags: mintty: win32-2-5: false + cassava: + pre-bytestring-0-10-4: false + # end of package-flags # Special configure options for individual packages @@ -3580,6 +3579,7 @@ skipped-tests: - tar - vector-builder - zlib + - text-short # end of skipped-tests From b1377232adf298bc3f589ceb55fe0b51ba9f2e36 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:04:54 +0300 Subject: [PATCH 1411/3109] Remove upper bound and close #2635 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a9fc9f8..0a212ced 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3228,9 +3228,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2635 - - cryptonite < 0.24 - # https://github.com/fpco/stackage/issues/2646 - cron < 0.6 From b79dda30a8ae27873032ea4bde78abd1075b9ae8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:10:59 +0300 Subject: [PATCH 1412/3109] Remove upper bound and close #2607 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a212ced..d6a7622b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3214,9 +3214,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2607 - - http-media < 0.7.0 - # https://github.com/fpco/stackage/issues/2617 - brick < 0.19 - hledger-iadd < 1.2.2 From cc20fa5492ba563cd910d21a143e7f5abb5b6d4b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:12:40 +0300 Subject: [PATCH 1413/3109] Block package and close #2646 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6a7622b..0059e0ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2660,7 +2660,7 @@ packages: "Daishi Nakajima @nakaji_dayo": - api-field-json-th - - yesod-job-queue + # - yesod-job-queue # bounds cron # "Braden Walters @meoblast001": # - hakyll-sass # compilation failure @@ -3225,9 +3225,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2646 - - cron < 0.6 - # https://github.com/fpco/stackage/issues/2656 - happstack-server < 7.5.0 From 14857ea9a5989fbf8f1b101b35fbb1e69764645a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:16:28 +0300 Subject: [PATCH 1414/3109] Add cabal-format-version --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0059e0ac..6831f162 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,10 @@ ghc-major-version: "8.0" + +# This affects which version of the Cabal file format we allow. We +# should ensure that this is always no greater than the version +# supported by the most recent cabal-install and Stack releases. +cabal-format-version: "1.24" + # Constraints for brand new builds packages: "Jacob Stanley @jystic": From e3464e0af0895796e90722c81347d9039f95432c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:18:59 +0300 Subject: [PATCH 1415/3109] Block package and close #2656 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6831f162..3cdf6eb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -889,7 +889,7 @@ packages: - rest-client - rest-core - rest-gen - - rest-happstack + # - rest-happstack # bounds happstack-server - rest-snap - rest-stringmap - rest-types @@ -3231,9 +3231,6 @@ packages: - hledger-ui < 1.3 - hledger-web < 1.3 - # https://github.com/fpco/stackage/issues/2656 - - happstack-server < 7.5.0 - # ghc-8.2.1 # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 From 81dfeb0f7adb572c8ced993a6e1dc082e5dfd7ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:25:36 +0300 Subject: [PATCH 1416/3109] Block package and close #2617 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cdf6eb6..ec7a14b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -901,7 +901,7 @@ packages: # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - - hledger-ui + # - hledger-ui # bounds: brick - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit @@ -3220,9 +3220,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - # https://github.com/fpco/stackage/issues/2617 - - brick < 0.19 - - hledger-iadd < 1.2.2 # https://github.com/fpco/stackage/issues/2628 - hledger-lib < 1.3 From 1842f093619f185196af407875dcae47bdd6c1b0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:25:45 +0300 Subject: [PATCH 1417/3109] Block package and close #2628 --- build-constraints.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a14b4..9e910727 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,7 +2980,8 @@ packages: # - hip # via repa: bounds: vector "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # bounds: hledger-lib "Roy Levien @orome": - crypto-enigma @@ -3220,14 +3221,6 @@ packages: # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 - - # https://github.com/fpco/stackage/issues/2628 - - hledger-lib < 1.3 - - hledger < 1.3 - - hledger-api < 1.3 - - hledger-ui < 1.3 - - hledger-web < 1.3 - # ghc-8.2.1 # https://github.com/fpco/stackage/issues/2659 - haddock-library < 1.4.4 From 392f6c54db0d568c20868afb3ca27e110b169176 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:32:27 +0300 Subject: [PATCH 1418/3109] Upper bound on cabal2nix for GHC 8.2.1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e910727..7dbf0269 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ packages: - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 + - cabal2nix < 2.4 # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 10475ace2e433f479376a0ad6091eefebc503ddd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:35:09 +0300 Subject: [PATCH 1419/3109] Upper bound for #2666 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52a5b002..d91bdc29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3331,6 +3331,9 @@ packages: # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 + + # https://github.com/fpco/stackage/issues/2666 + - megaparsec < 6.0 # end of packages # Package flags are applied to individual packages, and override the values of From dd7975c029949c402520faf356e330c52f9ac377 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 13:32:27 +0300 Subject: [PATCH 1420/3109] Upper bound on cabal2nix for GHC 8.2.1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d91bdc29..68ff3e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3328,6 +3328,7 @@ packages: - inline-c < 0.6.0.0 - inline-c-cpp < 0.2.0.0 - packdeps < 0.4.4 + - cabal2nix < 2.4 # https://github.com/fpco/stackage/issues/2661 - servant-docs < 0.11 From 45f19cdf462020706fdbad4b4190ae16429d4420 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 14:20:52 +0300 Subject: [PATCH 1421/3109] Upper bound for #2663 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68ff3e7c..c569ccde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3333,6 +3333,9 @@ packages: # 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.0 # end of packages From 37d7d4611597bd911cb4d775ba1c5ddab6802648 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:14:27 -0700 Subject: [PATCH 1422/3109] Add constraints on hspec-megaparsec and versions per #2666 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f3520ef..f542b2c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3241,7 +3241,10 @@ packages: - doctest < 0.12 # https://github.com/fpco/stackage/issues/2666 - - megaparsec < 6.0 + - megaparsec < 6 + - hspec-megaparsec < 1 + - versions < 3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From fa19ef38795d614e287fba3e753536f85815ff9f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 27 Jul 2017 11:51:19 -0700 Subject: [PATCH 1423/3109] 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 0e389bab2baa787357ce549ef81a0280dc95d153 Mon Sep 17 00:00:00 2001 From: Lars Bruenjes Date: Thu, 27 Jul 2017 21:27:59 +0200 Subject: [PATCH 1424/3109] add neural, pell --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f542b2c7..7365fe38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3179,6 +3179,10 @@ packages: - h2c - bno055-haskell + "Lars Brünjes @brunjlar": + - neural + - pell + # 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 From 4a2e844744fc9a7a249e35daae368607cf51dad3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 27 Jul 2017 22:52:25 +0200 Subject: [PATCH 1425/3109] 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 1426/3109] 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 1427/3109] 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 1428/3109] 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 1429/3109] 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 1430/3109] 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 1431/3109] 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 1432/3109] 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 1433/3109] 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 1434/3109] 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 1435/3109] 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 1436/3109] 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 1437/3109] 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 1438/3109] 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 1439/3109] 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 1440/3109] 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 1441/3109] 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 1442/3109] 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 1443/3109] 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 1444/3109] 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 1445/3109] 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 1446/3109] 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 1447/3109] 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 1448/3109] 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 1449/3109] 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 1450/3109] 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 1451/3109] 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 1452/3109] 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 1453/3109] 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 1454/3109] 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 1455/3109] 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 1456/3109] 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 1457/3109] 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 1458/3109] 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 1459/3109] 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 1460/3109] 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 1461/3109] 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 1462/3109] 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 1463/3109] 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 1464/3109] 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 1465/3109] 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 1466/3109] 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 1467/3109] 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 1468/3109] 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 1469/3109] 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 1470/3109] 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 1471/3109] 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 1472/3109] 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 1473/3109] 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 1474/3109] 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 1475/3109] 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 1476/3109] 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 1477/3109] 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 1478/3109] 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 1479/3109] 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 1480/3109] 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 1481/3109] 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 1482/3109] 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 1483/3109] 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 1484/3109] 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 1485/3109] 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 1486/3109] 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 1487/3109] 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 1488/3109] 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 1489/3109] 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 1490/3109] 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 1491/3109] 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 1492/3109] 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 1493/3109] 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 1494/3109] 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 1495/3109] 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 1496/3109] 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 1497/3109] 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 1498/3109] 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 1499/3109] 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 1500/3109] 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 1501/3109] 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 1502/3109] 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 1503/3109] 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 1504/3109] 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 1505/3109] 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 1506/3109] 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 1507/3109] 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 1508/3109] 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 1509/3109] 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 1510/3109] 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 1511/3109] 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 1512/3109] 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 1513/3109] 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 1514/3109] 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 1515/3109] 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 1516/3109] 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 1517/3109] 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 1518/3109] 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 1519/3109] 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 1520/3109] 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 1521/3109] 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 1522/3109] 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 1523/3109] 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 1524/3109] 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 1525/3109] 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 1526/3109] 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 1527/3109] 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 1528/3109] 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 1529/3109] 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 1530/3109] 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 1531/3109] 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 1532/3109] 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 1533/3109] 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 1534/3109] 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 1535/3109] 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 1536/3109] 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 1537/3109] 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 1538/3109] 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 1539/3109] 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 1540/3109] 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 1541/3109] 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 1542/3109] 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 1543/3109] 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 1544/3109] 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 1545/3109] 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 1546/3109] 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 1547/3109] 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 1548/3109] 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 1549/3109] 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 1550/3109] 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 1551/3109] 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 1552/3109] 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 1553/3109] 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 1554/3109] 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 1555/3109] 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 1556/3109] 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 1557/3109] 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 1558/3109] 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 1559/3109] 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 1560/3109] 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 1561/3109] 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 1562/3109] 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 1563/3109] 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 1564/3109] 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 1565/3109] 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 1566/3109] 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 1567/3109] 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 1568/3109] 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 1569/3109] 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 1570/3109] 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 1571/3109] 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 1572/3109] 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 1573/3109] 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 1574/3109] 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 1575/3109] 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 1576/3109] 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 1577/3109] 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 1578/3109] 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 1579/3109] 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 1580/3109] 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 1581/3109] 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 1582/3109] 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 1583/3109] 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 1584/3109] 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 1585/3109] 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 1586/3109] 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 1587/3109] 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 1588/3109] 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 1589/3109] 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 1590/3109] 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 1591/3109] 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 1592/3109] 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 1593/3109] 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 1594/3109] 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 1595/3109] 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 1596/3109] 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 1597/3109] 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 1598/3109] 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 1599/3109] 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 1600/3109] 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 1601/3109] 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 1602/3109] 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 1603/3109] 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 1604/3109] 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 1605/3109] 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 1606/3109] 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 1607/3109] 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 1608/3109] 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 1609/3109] 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 1610/3109] 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 1611/3109] 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 1612/3109] 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 1613/3109] 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 1614/3109] 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 1615/3109] 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 1616/3109] 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 1617/3109] 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 1618/3109] 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 1619/3109] 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 1620/3109] 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 1621/3109] 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 1622/3109] 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 1623/3109] 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 1624/3109] 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 1625/3109] 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 1626/3109] 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 1627/3109] 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 1628/3109] 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 1629/3109] 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 1630/3109] 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 1631/3109] 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 1632/3109] 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 1633/3109] 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 1634/3109] 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 1635/3109] 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 1636/3109] 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 1637/3109] 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 1638/3109] 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 1639/3109] 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 1640/3109] 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 1641/3109] 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 1642/3109] 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 1643/3109] 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 1644/3109] 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 1645/3109] 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 1646/3109] 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. From e313f7a11fba935d73c738affdceab3adae0e616 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 12:51:32 -0700 Subject: [PATCH 1647/3109] Add issue number (#2735) to commented neural --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e990b27..6990fd1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3252,7 +3252,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural + # neural # https://github.com/fpco/stackage/issues/2735 - pell "Matt Noonan @matt-noonan": From d24f979fb947a2f1789931ac8c7bfd505885bd5b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:19:50 -0700 Subject: [PATCH 1648/3109] Skip tests for pell (https://github.com/brunjlar/pell/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6990fd1f..ae2be606 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3636,6 +3636,9 @@ skipped-tests: # https://github.com/google/proto-lens/issues/119 - proto-lens-combinators + # https://github.com/brunjlar/pell/issues/1 + - pell + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 1239f4cdf6d0685fc0460725f7f03483449b275b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:34:12 -0700 Subject: [PATCH 1649/3109] Test fixture of bit-stream --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2be606..acbdb137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4049,7 +4049,7 @@ skipped-benchmarks: - extensible # https://github.com/Bodigrim/bit-stream/issues/4 - - bit-stream + # bit-stream # end of skipped-benchmarks From c8564c270d2317ae75ddf4f321e9ad6e90289d79 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 13:35:37 -0700 Subject: [PATCH 1650/3109] bit-stream fixed (Close https://github.com/Bodigrim/bit-stream/issues/4) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acbdb137..324a2684 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,9 +4048,6 @@ 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 32a1c66a01d3d72898981672bdda630bedb7277a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 14:07:18 -0700 Subject: [PATCH 1651/3109] https://github.com/roman/Haskell-teardown/issues/1 has been closed, fixed in the meantime --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a2684..514bdf39 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3595,9 +3595,6 @@ skipped-tests: # criterion - store - # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # QuickCheck 2.10 - blaze-html - blaze-markup @@ -3920,9 +3917,6 @@ expected-benchmark-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - # wrong package.yaml file - - teardown # https://github.com/roman/Haskell-teardown/issues/1 - # https://github.com/harendra-kumar/unicode-transforms/issues/16 - unicode-transforms From eeba22d6e9f64ba4602b99a362cc7580f7fb1249 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Wed, 9 Aug 2017 00:08:29 +0300 Subject: [PATCH 1652/3109] Add Serokell Universum to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a2684..c248d2ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,6 +3264,9 @@ packages: "János Tapolczai @jtapolczai": - listsafe + "Serokell @serokell": + - universum + # 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 From 9b84f3482d692580856915e88dc466c59a348ef5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 14:31:16 -0700 Subject: [PATCH 1653/3109] Check if conduit-algorithms issue is solved --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514bdf39..2d5655a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3957,7 +3957,7 @@ expected-haddock-failures: - cubicbezier # https://github.com/luispedro/conduit-algorithms/issues/1 - - conduit-algorithms + # conduit-algorithms # end of expected-haddock-failures From 7e753de245272385fc45721a8dbd86bba8e8a96b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:11:20 -0700 Subject: [PATCH 1654/3109] Haddocks for conduit-algorithm are building now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d5655a2..9568ed4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3956,9 +3956,6 @@ 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. From 1cad4bbac962dee7293af0cb37bfd8ef76b28836 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:23:55 -0700 Subject: [PATCH 1655/3109] Add viewprof (part of #2705) --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9568ed4c..0e6d435c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,9 +3070,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - [] - # - sensu-run # GHC 8.2.1 via wreq - # - viewprof # GHC 8.2.1 + - viewprof "Dylan Simon @dylex": # - postgresql-typed # GHC 8.2.1 From 5254fa2e3036baf02eacf20a482c97c6072bf0a8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 15:25:34 -0700 Subject: [PATCH 1656/3109] Update sensu-run blockers (also, make sure it's not deleted by mistake) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e6d435c..b5a436c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,6 +3070,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + # - sensu-run # GHC 8.2.1 via wreq, time, snap-server - viewprof "Dylan Simon @dylex": From 423bc5a565f197fdc6df1d80abc30ee6c1f2d947 Mon Sep 17 00:00:00 2001 From: Juan Carlos Paucar Date: Tue, 8 Aug 2017 16:16:15 -0500 Subject: [PATCH 1657/3109] Re-enable hapistrano (fixed bounds for path-io) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 514bdf39..73014237 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,7 +1927,7 @@ packages: # - cassava-megaparsec # via cassava: bounds: vector - dbcleaner - dotenv - # - hapistrano # bounds: path-io + - hapistrano - inflections # - stache # GHC 8.2.1 # - twitter-feed # GHC 8.2.1 From a6b33e73bd4bb72184f4417bf4bde92d4602cf8c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 8 Aug 2017 18:19:29 -0700 Subject: [PATCH 1658/3109] Disable hexml-lens, #2738 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72749976..2e469d90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -44,7 +44,7 @@ packages: - arrowp-qq - clr-marshal - clr-host - - hexml-lens + # hexml-lens # via snap-server, https://github.com/fpco/stackage/issues/2738 - 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 d13e7b16d8dc7f90cfdb60c9d3a11a819c07a2c2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 9 Aug 2017 07:32:23 +0300 Subject: [PATCH 1659/3109] Add package back 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 2e469d90..a82abd25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,7 +1762,7 @@ packages: "Ian Duncan @iand675": - feature-flags - # - metrics # https://github.com/iand675/metrics/issues/11 + - metrics - pipes-wai - serf - uri-templater From c6874e6995c91224e882182f48612b4cdeaccf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20M=C5=82odawski?= Date: Wed, 9 Aug 2017 11:15:56 +0200 Subject: [PATCH 1660/3109] Add signal and error-util packages Build is fixed for newer ghc --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..49a5434f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -253,8 +253,8 @@ packages: # - stripe-core # bounds: aeson 1.0 "Piotr Mlodawski @pmlodawski": - [] - # - signal # GHC 8.2.1 + - error-util + - signal # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": From de69fe919d342b486d39a35781cc6b187b9ecd4e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:23:37 -0700 Subject: [PATCH 1661/3109] Bound fgl (#2740) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..ef09a17d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,6 +3309,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2740 + - fgl < 5.6 + # end of packages # Package flags are applied to individual packages, and override the values of From c18cb69978a426b2a0663007c18f115dcaa70d94 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Wed, 9 Aug 2017 15:25:46 +0100 Subject: [PATCH 1662/3109] Add fitspec, speculate and extrapolate --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a82abd25..20e7f163 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2094,6 +2094,9 @@ packages: "Rudy Matela @rudymatela": - leancheck + - fitspec + - speculate + - extrapolate "Trevor Elliott @elliottt": - irc From 0e200cc8442b887d35ef04fd8989bd2d48c5e427 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:34:02 -0700 Subject: [PATCH 1663/3109] Need another bound on fgl because it breaks Taxonomy (https://github.com/eggzilla/Taxonomy/issues/1) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 945c10b4..dc7f2d38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,7 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + - fgl < 5.5.4 # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 # end of packages From e0a792fc47b624f24c09878f9ac73a221381fa20 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 07:35:43 -0700 Subject: [PATCH 1664/3109] Reorder bounds on fgl due to #2740 and https://github.com/eggzilla/Taxonomy/issues/1 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc7f2d38..be4bb70f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3309,9 +3309,9 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2740 - - fgl < 5.6 - - fgl < 5.5.4 # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + # https://github.com/fpco/stackage/issues/2740, requires < 5.6, however + # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 + - fgl < 5.5.4 # end of packages From 1b741b02fc6ae0bc40490e4a92d94ffce78ce7aa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:21:33 -0700 Subject: [PATCH 1665/3109] Disable tests for extrapolate (https://github.com/rudymatela/extrapolate/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83437e2b..e152577c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,6 +3645,9 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell + # https://github.com/rudymatela/extrapolate/issues/1 + - extrapolate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 4a29c8e53ef26171f967cbcb80296e2f173f1f54 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:23:19 -0700 Subject: [PATCH 1666/3109] Disable benchmarks for fitspec (https://github.com/rudymatela/fitspec/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e152577c..7e348429 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4051,6 +4051,9 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible + # https://github.com/rudymatela/fitspec/issues/1 + - fitspec + # end of skipped-benchmarks From c4eb8a6818f131166c0bc70c3caff8218251fb36 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Aug 2017 16:39:09 -0700 Subject: [PATCH 1667/3109] Disable tests for speculate (https://github.com/rudymatela/speculate/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e348429..3b145db7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3648,6 +3648,9 @@ skipped-tests: # https://github.com/rudymatela/extrapolate/issues/1 - extrapolate + # https://github.com/rudymatela/speculate/issues/1 + - speculate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 4182a77831bb0ee22463e2ad27b91b29b14219b2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 08:35:44 -0700 Subject: [PATCH 1668/3109] fgl can be restriced to 5.6 (#2740), Taxonomy issue requiring it to be < 5.5.4 has been solved (https://github.com/eggzilla/Taxonomy/issues/1) --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b145db7..ccceb5f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,9 +3312,8 @@ packages: - brick < 0.21 - word-wrap < 0.2 - # https://github.com/fpco/stackage/issues/2740, requires < 5.6, however - # 5.5.4 breaks Taxonomy, https://github.com/eggzilla/Taxonomy/issues/1 - - fgl < 5.5.4 + # https://github.com/fpco/stackage/issues/2740 + - fgl < 5.6 # end of packages From 34536accb11b43b43e3976510382ee7645663888 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 09:15:07 -0700 Subject: [PATCH 1669/3109] fitspec benchmarks should build now (https://github.com/rudymatela/fitspec/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccceb5f4..50f0df32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4053,9 +4053,6 @@ skipped-benchmarks: # https://github.com/fumieval/extensible/issues/12 - extensible - # https://github.com/rudymatela/fitspec/issues/1 - - fitspec - # end of skipped-benchmarks From 9aa82d1aa9e30e89cdee91f661da1a4f32980a8c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 10:38:07 -0700 Subject: [PATCH 1670/3109] Extrapolate is fixed (https://github.com/rudymatela/extrapolate/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50f0df32..383abc0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,9 +3644,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/rudymatela/extrapolate/issues/1 - - extrapolate - # https://github.com/rudymatela/speculate/issues/1 - speculate From 54376aafe5ef08e9c3abd818c9f6bca09c4c3089 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 10 Aug 2017 10:38:44 -0700 Subject: [PATCH 1671/3109] Speculate is fixed (https://github.com/rudymatela/speculate/issues/1) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 383abc0d..2405aa5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,9 +3644,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/rudymatela/speculate/issues/1 - - speculate - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 47d011bc6405dc3cc02febd63ee8182b2b36ce9c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:28:33 -0700 Subject: [PATCH 1672/3109] snap-server part of #2744 --- build-constraints.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2405aa5e..a4abbbe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -44,7 +44,7 @@ packages: - arrowp-qq - clr-marshal - clr-host - # hexml-lens # via snap-server, https://github.com/fpco/stackage/issues/2738 + - 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 @@ -157,6 +157,7 @@ packages: - path - present # - threepenny-gui # GHC 8.2.1 via snap-server + - snap-server "Joe M @joe9": [] @@ -401,7 +402,7 @@ packages: # - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets - # - websockets-snap # GHC 8.2.1 via snap-server + - websockets-snap "Sibi Prabakaran @psibi": - download @@ -960,8 +961,8 @@ packages: - wai-middleware-caching-lru # - wai-middleware-caching-redis # GHC 8.2.1 via hedis # not package maintainer - # - ekg # GHC 8.2.1 via snap-server - # - ekg-json # GHC 8.2.1 + - ekg + - ekg-json "Paul Rouse @paul-rouse": - mysql @@ -1206,7 +1207,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # via snap, snap-server, heist, xmlhtml, + # - mole # via snap, heist, xmlhtml, - publicsuffix - rethinkdb-client-driver - snap-blaze @@ -1299,7 +1300,7 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg via snap-server + # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg - log-base # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres @@ -2181,7 +2182,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # - http-streams # GHC 8.2.1 via snap-server + # - http-streams # GHC 8.2.1 # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 @@ -3073,7 +3074,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via wreq, time, snap-server + # - sensu-run # GHC 8.2.1 via wreq, time - viewprof "Dylan Simon @dylex": From e402263d4b837c688d399e5e7a49522772b5a1e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:00 -0700 Subject: [PATCH 1673/3109] threepenny-* part of #2744 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4abbbe2..de074a62 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,7 +47,7 @@ packages: - 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 + - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 @@ -141,8 +141,7 @@ packages: - ix-shapable "Jeremy Barisch-Rooney @barischj": - [] - # - threepenny-gui-flexbox # GHC 8.2.1 via threepenny-gui + - threepenny-gui-flexbox "Romain Edelmann @redelmann": - distribution @@ -156,7 +155,7 @@ packages: "Simon Jakobi @sjakobi": - path - present - # - threepenny-gui # GHC 8.2.1 via snap-server + - threepenny-gui - snap-server "Joe M @joe9": From 00b02d0e96deb56a4b04f5284c8737cb922ebfd9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:22 -0700 Subject: [PATCH 1674/3109] wreq part of #2744 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de074a62..c073a27c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1142,12 +1142,12 @@ packages: - indentation-parsec "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, wreq, directory + # - codex # bounds: http-client, directory - machines-binary # - machines-process # GHC 8.2.1 # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - # - wreq # GHC 8.2.1 via snap-server + - wreq "Andraz Bajt @edofic": - effect-handlers @@ -3073,7 +3073,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via wreq, time + # - sensu-run # GHC 8.2.1 via time - viewprof "Dylan Simon @dylex": From 1c60edc9a44e6432db5cf6a98ddb5c76b0ef7eaf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 09:29:33 -0700 Subject: [PATCH 1675/3109] ekg part of #2744 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c073a27c..7fd908d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1299,7 +1299,7 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 via ekg + # - log # via bloodhound: bounds: vector # GHC 8.2.1 - log-base # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres @@ -1613,7 +1613,7 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - # - ekg-statsd # Maintained by @tibbe. # GHC 8.2.1 + - ekg-statsd - flow - github-release # - gloss # Maintained by @benl23x5. # GHC 8.2.1 @@ -1871,7 +1871,7 @@ packages: - protocol-buffers # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - # - ekg-core # GHC 8.2.1 + - ekg-core - digits - hbeanstalk - iso3166-country-codes @@ -2028,7 +2028,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - # - ekg-wai # GHC 8.2.1 + # ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 @@ -2378,7 +2378,7 @@ packages: "Luke Iannini @lukexi": - inline-c - inline-c-cpp - # - ekg # GHC 8.2.1 + - ekg # "Emin Karayel @ekarayel": # - sync-mht # bounds: ghc, base From 5e4645f2a9e5369ba6d7d931364f686c7af6a003 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 10:03:49 -0700 Subject: [PATCH 1676/3109] non bounds blocked htpp-streams part of #2744 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fd908d6..32a9b60b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2181,7 +2181,7 @@ packages: "Andrew Cowie @afcowie": - http-common - # - http-streams # GHC 8.2.1 + - http-streams # "Devan Stormont @stormont": # - forecast-io # bounds: aeson 1.0 From 9ecc44380f98bddd8d8472a5fb044831b08e00a5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 11:32:06 -0700 Subject: [PATCH 1677/3109] all wreq part of #2744 --- build-constraints.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 32a9b60b..90235883 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1230,8 +1230,8 @@ packages: "Leon Mergen @solatis": - base32string - base58string - # - bitcoin-api # GHC 8.2.1 via wreq - # - bitcoin-api-extra # GHC 8.2.1 via wreq + - bitcoin-api + - bitcoin-api-extra - bitcoin-block - bitcoin-script - bitcoin-tx @@ -2501,10 +2501,10 @@ packages: # - hzulip # bounds: aeson, stm-conduit - list-prompt # - memoization-utils # bounds: time - # - package-description-remote # GHC 8.2.1 via wreq + - package-description-remote - projectroot - questioner - # - stack-run-auto # GHC 8.2.1 via wreq + # - stack-run-auto # GHC 8.2.1 via extract-dependencies # - hpack-convert # bounds: aeson 1.0 - language-dockerfile @@ -2568,9 +2568,9 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # - marvin >= 0.1.4 # GHC 8.2.1 via wreq + # - marvin >= 0.1.4 # GHC 8.2.1 via tls via irc-conduit - marvin-interpolate >= 1.1 - # - mustache # GHC 8.2.1 via wreq + - mustache "Cindy Wang @CindyLinz": # - NoTrace # GHC 8.2.1 @@ -2906,8 +2906,8 @@ packages: # - 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 + "Matthias Herrmann @2chilled": + - scrape-changes "Daniel Mendler @minad": - quickcheck-special From 0a48d9d25a12b905715c84fa8c6a1debf6240cb4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 12:59:29 -0700 Subject: [PATCH 1678/3109] Final parts of #2744 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90235883..9dbbc647 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -613,7 +613,7 @@ packages: # - diagrams-svg # bounds: optparse-applicative # - dual-tree # GHC 8.2.1 via testing-feat - force-layout - # - haxr # GHC 8.2.1 via http-streams + - haxr - MonadRandom - monoid-extras @@ -3073,7 +3073,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": - # - sensu-run # GHC 8.2.1 via time + - sensu-run - viewprof "Dylan Simon @dylex": From 811c325050768e262d241f25f920706a380f2b0e Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 11 Aug 2017 17:55:49 +0200 Subject: [PATCH 1679/3109] Re-enable avers --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dbbc647..dcdb59fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1194,10 +1194,10 @@ packages: # - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - # - avers # GHC 8.2.1 - # - avers-api # GHC 8.2.1 + - avers + - avers-api # - avers-api-docs # GHC 8.2.1 - # - avers-server # GHC 8.2.1 + - avers-server - css-syntax - etcd - github-types From 62dc0e2e52ad99efe7f03c933d10c8579bb98332 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:11:58 -0700 Subject: [PATCH 1680/3109] Enable avers-api-docs since it also passes bounds --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdb59fd..31a44e58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1196,7 +1196,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # GHC 8.2.1 + - avers-api-docs - avers-server - css-syntax - etcd From 4957210c30f3816c837315ace1c497ab10041d54 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Fri, 11 Aug 2017 22:06:46 +0200 Subject: [PATCH 1681/3109] restore hsexif, it works OK now --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31a44e58..fd13f30d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2286,7 +2286,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - # - hsexif # GHC 8.2.1 + - hsexif "Nickolay Kudasov @fizruk": [] From e54a33e32ab16de0090e11ce0adcffe93bcc4ef6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:33:28 -0700 Subject: [PATCH 1682/3109] Disable haddock for hexml-lens (https://github.com/pepeiborra/hexml-lens/issues/1) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd13f30d..f617c753 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3964,6 +3964,9 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier + # https://github.com/pepeiborra/hexml-lens/issues/1 + - hexml-lens + # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 1bc24d1917cdc16e3a45c56f94dcd5f7606732cb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 13:37:58 -0700 Subject: [PATCH 1683/3109] Also disable tests for hexml-lens (https://github.com/pepeiborra/hexml-lens/issues/2) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f617c753..4d5f956f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,6 +3644,9 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell + # https://github.com/pepeiborra/hexml-lens/issues/2 + - hexml-lens + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 6c8ed960fce646155c4d02e01edb56ec33720f0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 14:12:36 -0700 Subject: [PATCH 1684/3109] Disable building wreq's tests (https://github.com/bos/wreq/issues/107) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d5f956f..92cb419e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3647,6 +3647,9 @@ skipped-tests: # https://github.com/pepeiborra/hexml-lens/issues/2 - hexml-lens + # https://github.com/bos/wreq/issues/107 + - wreq + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 2c7c2cd9f0f01d5a82e094e1f29d7e3259f57d14 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 11 Aug 2017 14:21:57 -0700 Subject: [PATCH 1685/3109] Disable scrape-changes due to validation (https://github.com/NICTA/validation/issues/9) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92cb419e..5929902d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2907,7 +2907,8 @@ packages: # - hocilib # GHC 8.2.1 via c2hs "Matthias Herrmann @2chilled": - - scrape-changes + [] + # scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 "Daniel Mendler @minad": - quickcheck-special From dd896acca193797407cb77626fc07d010e545e0f Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sat, 12 Aug 2017 09:54:36 +0100 Subject: [PATCH 1686/3109] Reenable hexyl-lens tests and haddocks Fixed now --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5929902d..4bacb4ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,9 +3645,6 @@ skipped-tests: # https://github.com/brunjlar/pell/issues/1 - pell - # https://github.com/pepeiborra/hexml-lens/issues/2 - - hexml-lens - # https://github.com/bos/wreq/issues/107 - wreq @@ -3971,9 +3968,6 @@ expected-haddock-failures: # https://github.com/kuribas/cubicbezier/issues/4 - cubicbezier - # https://github.com/pepeiborra/hexml-lens/issues/1 - - hexml-lens - # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From faeae502778ac5e26ef7bc95f65f341f23876457 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 12 Aug 2017 13:46:12 -0700 Subject: [PATCH 1687/3109] Upper bound cassava (#2748) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4bacb4ec..5438b979 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,6 +3316,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/fpco/stackage/issues/2748 + - cassava < 0.5.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From d9cc8d2a27af169a3dde80275135131a82c85450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 12 Aug 2017 13:57:43 -0700 Subject: [PATCH 1688/3109] Change cassava flag, close #2748 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5438b979..31ff028d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3316,9 +3316,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/fpco/stackage/issues/2748 - - cassava < 0.5.1.0 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3416,7 +3413,7 @@ package-flags: win32-2-5: false cassava: - pre-bytestring-0-10-4: false + bytestring--lt-0_10_4: false # end of package-flags From b406a108d8e400af9e76455772625d482e93f8f7 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Sun, 13 Aug 2017 00:33:38 +0200 Subject: [PATCH 1689/3109] Re-enable eventstore package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31ff028d..7a0893c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2425,7 +2425,7 @@ packages: # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore # bounds: aeson + - eventstore - dotnet-timespan "Sebastian Dröge slomo@coaxion.net @sdroege": From 5ac14b010a87efe8911ac5d322dc0105c14a15e1 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Sun, 13 Aug 2017 16:30:16 +0200 Subject: [PATCH 1690/3109] Re-add intero https://github.com/commercialhaskell/intero/issues/451#issuecomment-322038837 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a0893c7..2b41b887 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -491,7 +491,7 @@ packages: - descriptive - wrap - path - # - intero # GHC 8.2.1 + - 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 From 8c5572000bbbf264563c2ef19c5e0e9fda0c4a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sun, 13 Aug 2017 16:55:54 +0200 Subject: [PATCH 1691/3109] HaTeX no longer expected to fail Issue https://github.com/Daniel-Diaz/HaTeX/issues/100 was fixed and HaTeX-3.17.3.1 released. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b41b887..aec64401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3879,9 +3879,6 @@ expected-test-failures: # https://github.com/winterland1989/binary-parsers/issues/3 - binary-parsers - # https://github.com/Daniel-Diaz/HaTeX/issues/100 - - HaTeX - # https://github.com/raaz-crypto/raaz/issues/337 - raaz From 63aca5ea5eeb3a494cb0ebe46b5239a3d455373d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 09:04:52 -0700 Subject: [PATCH 1692/3109] Remove left-over comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aec64401..898baa64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -491,7 +491,7 @@ packages: - descriptive - wrap - path - - intero # GHC 8.2.1 + - intero - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters From 3da0dc35dbe39c0caf7026870ce06ccbd30442dc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 13 Aug 2017 19:10:54 +0300 Subject: [PATCH 1693/3109] Update Win32 version (fixes #2750) --- CURATORS.md | 3 +++ build-constraints.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 909e2ed1..9c069fed 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -382,6 +382,9 @@ will upgrade their packages to allow for the new GHC release. We prefer to prune packages causing upper bounds constraints **after** the LTS release to allow the maximum amount of packages to get into the newest LTS. +You will almost always need to update the Win32 package version listed in the +build-constraints.yaml file. + After the first LTS release, the package pruning process may begin in the nightly build in order to move forward with getting the latest versions of packages compatible with the new GHC release. diff --git a/build-constraints.yaml b/build-constraints.yaml index 898baa64..534f3b3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,7 +3296,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.3.1.1 + - Win32 == 2.5.4.1 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From 81393774e1adfad4f20ce990671061cee667019c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:12:30 -0700 Subject: [PATCH 1694/3109] Restrict Win32 due to bounds (#2753) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 534f3b3a..432feaf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,7 +3296,8 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - - Win32 == 2.5.4.1 + # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it + - Win32 == 2.4.0.0 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From b77a5f54a1bbab1081b3430b826ff732e74c6e4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:18:16 -0700 Subject: [PATCH 1695/3109] Disable building tests for protobuf due to https://github.com/alphaHeavy/protobuf/issues/34 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 432feaf9..9ed87035 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,9 @@ skipped-tests: # https://github.com/bos/wreq/issues/107 - wreq + # https://github.com/alphaHeavy/protobuf/issues/34 + - protobuf + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b88e6b5331d277e20f77ba09dac0a4d6d6dd8002 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 13 Aug 2017 17:20:49 -0700 Subject: [PATCH 1696/3109] Expect test failure on intero (https://github.com/commercialhaskell/intero/issues/462) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ed87035..5e632e0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3904,6 +3904,9 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/150 - shelly + # https://github.com/commercialhaskell/intero/issues/462 + - intero + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From cfb6d00b8fbaacb47157dc897b99faac5c087b23 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 13 Aug 2017 18:58:02 -0700 Subject: [PATCH 1697/3109] Add dhall Fixes Gabriel439/Haskell-Dhall-Library#16 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e632e0e..ba1c5674 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -710,6 +710,7 @@ packages: - foldl # - morte # GHC 8.2.1 - bench + - dhall "Andrew Thaddeus Martin @andrewthad": - yesod-table From 4d8e405742045d3da2c2bb8f4b95fac7985818d1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 14 Aug 2017 13:40:09 +0300 Subject: [PATCH 1698/3109] Block newer cassava commercialhaskell/stack#3345 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba1c5674..f5fac072 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3318,6 +3318,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/commercialhaskell/stack/issues/3345 + - cassava < 0.5.1.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3415,7 +3418,7 @@ package-flags: win32-2-5: false cassava: - bytestring--lt-0_10_4: false + pre-bytestring-0-10-4: false # end of package-flags From 9ae41859f0a59933820ba72d59b870ae0973b3f1 Mon Sep 17 00:00:00 2001 From: ars Date: Mon, 14 Aug 2017 14:37:15 +0300 Subject: [PATCH 1699/3109] add qchas hmatrix was updated to support 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 f5fac072..10e97d05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,8 +9,8 @@ cabal-format-version: "1.24" packages: "Sebastian Mihai Ardelean @ardeleanasm": [] # Blocked: hmatrix does not support GHC 8.2 - # - # - qchas + # hmatrix was updated to support GHC8.2 + - qchas "Patrick Pelletier @ppelleti": - mercury-api From 954d28108824e779ad1c200513cba331e35047a9 Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Mon, 14 Aug 2017 15:40:37 +0200 Subject: [PATCH 1700/3109] Add eventsource-api & eventsource-geteventstore-store --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5fac072..60d0c160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2428,6 +2428,8 @@ packages: "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore - dotnet-timespan + - eventsource-api + - eventsource-geteventstore-store "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv From a89007ed29838498b5631b7446d56bd9d9629ead Mon Sep 17 00:00:00 2001 From: ars Date: Mon, 14 Aug 2017 18:43:13 +0300 Subject: [PATCH 1701/3109] Removed leftover [] --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10e97d05..768a2d46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,8 +8,6 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Sebastian Mihai Ardelean @ardeleanasm": - [] # Blocked: hmatrix does not support GHC 8.2 - # hmatrix was updated to support GHC8.2 - qchas "Patrick Pelletier @ppelleti": From 0ecd7e04ecb245911c01e30993adafea56a567e3 Mon Sep 17 00:00:00 2001 From: Emmanuel Touzery Date: Mon, 14 Aug 2017 17:48:25 +0200 Subject: [PATCH 1702/3109] add slack-web --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5fac072..5ae7de4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2288,6 +2288,7 @@ packages: "Emmanuel Touzery @emmanueltouzery": - app-settings - hsexif + - slack-web "Nickolay Kudasov @fizruk": [] From 0e4e2225b534b5b20538c0eb872e6875dd1438d8 Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Tue, 15 Aug 2017 10:03:12 +0200 Subject: [PATCH 1703/3109] Reactivate ekg-wai --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5475620..d44ee86c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1250,7 +1250,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - # - magicbane # GHC 8.2.1 via ekg-wai + - magicbane "Francesco Mazzoli @bitonic": - language-c-quote @@ -2027,7 +2027,7 @@ packages: # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - # ekg-wai + - ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 # - servant-JuicyPixels # GHC 8.2.1 From 3b906e9d08f373c9cca6ac32b5f1e73eee23eaed Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 15 Aug 2017 12:31:18 +0300 Subject: [PATCH 1704/3109] adding back in backprop and hamilton hmatrix is updated! :) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d44ee86c..b774b6b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,9 +1750,9 @@ packages: "Justin Le @mstksg": - auto - # - backprop # https://github.com/albertoruiz/hmatrix/issues/232 + - backprop - configurator-export - # - hamilton # https://github.com/albertoruiz/hmatrix/issues/232 + - hamilton - prompt - tagged-binary - typelits-witnesses From afea22ce6af892c8906f42479a661c41cff87bd6 Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Tue, 15 Aug 2017 11:03:00 +0100 Subject: [PATCH 1705/3109] Remove myself from haskell-packages I'm no longer interested in keeping this package in stackage. It used to be a dependency of `haskell-names`, but now it isn't, so I have no use for this package. Cc other `haskell-packages` maintainers: @Lemmih --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d44ee86c..a9839de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2855,7 +2855,6 @@ packages: # - mixed-types-num # GHC 8.2.1 "Bartosz Nitka @niteria": - # - haskell-packages # Cabal 2.0.0.2 - oeis "Gergely Patai @cobbpg": From a9d6ded078a28d0b6226c37f973d538a42f1e64c Mon Sep 17 00:00:00 2001 From: Lorenz Moesenlechner Date: Tue, 15 Aug 2017 19:58:10 +0200 Subject: [PATCH 1706/3109] add servant-websockets --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3d65f41..6aaecbed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,9 @@ packages: "Serokell @serokell": - universum + "Lorenz Moesenlechner @moesenle": + - servant-websockets + # 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 From 0c578288bc28ee6b4a57ee3980ae5142f1be8934 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 16 Aug 2017 01:06:30 +0200 Subject: [PATCH 1707/3109] Update build-constraints.yaml Add `protolude`. `0.2` is tested against `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 6aaecbed..1588bc52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2712,7 +2712,7 @@ packages: # - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - # - protolude # GHC 8.2.1 + - protolude # - repline # GHC 8.2.1 - picosat From 4d1bb656bb4e61032fba42d2e3a300931651c0b2 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 16 Aug 2017 11:57:33 +0200 Subject: [PATCH 1708/3109] Re-enable christiaanb's ghc-typelits-* packages They all successfully build on GHC 8.2.1 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..cc6cc38a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,11 +1681,10 @@ packages: - tasty-hspec "Christiaan Baaij @christiaanb": - [] - # - 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 + - ghc-tcplugins-extra + - ghc-typelits-extra + - ghc-typelits-knownnat + - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 # - clash-vhdl # GHC 8.2.1 From 5b9a867d146dd650ccc980a72a9fb9866a376290 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Wed, 16 Aug 2017 13:33:02 +0300 Subject: [PATCH 1709/3109] Re-enable hmatrix dependants hmatrix compiles with GHC 8.2.1 now https://github.com/fpco/stackage/pull/2756 --- build-constraints.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..636b7841 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -162,7 +162,7 @@ packages: # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - # - boltzmann-samplers # https://github.com/albertoruiz/hmatrix/issues/232 + - boltzmann-samplers - generic-random "Tobias Dammers @tdammers": @@ -1550,7 +1550,7 @@ packages: # - mbox # GHC 8.2.1 - kmeans - boolsimplifier - # - cubicspline # https://github.com/albertoruiz/hmatrix/issues/232 + - cubicspline - maximal-cliques "Alexander Bondarenko @wiz": @@ -1562,9 +1562,9 @@ packages: - generics-sop "Vivian McPhail @amcphail": - # - 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 + - hmatrix-gsl-stats + - hsignal + - hstatistics # - plot # Cabal 2.0.0.2 # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 @@ -2807,8 +2807,7 @@ packages: - leapseconds-announced "Pavel Ryzhov @paulrzcz": - [] - # - hquantlib # https://github.com/albertoruiz/hmatrix/issues/232 + - hquantlib # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": @@ -2995,7 +2994,7 @@ packages: # - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - # - picedit # https://github.com/albertoruiz/hmatrix/issues/232 + - picedit - mathexpr # - sibe # GHC 8.2.1 via stemmer - termcolor @@ -3247,7 +3246,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - # - mltool # https://github.com/albertoruiz/hmatrix/issues/232 + - mltool "Edward Amsden @eamsden": - h2c From e501fd88c0f46fe5e2463e4e5750ca654d7cea55 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Aug 2017 18:41:32 +0300 Subject: [PATCH 1710/3109] Revert "Restrict Win32 due to bounds (#2753)" This reverts commit 81393774e1adfad4f20ce990671061cee667019c. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1588bc52..58feb846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,8 +3298,7 @@ packages: "GHC upper bounds": # Need to always match the version shipped with GHC - # Should be 2.5.4.1 but https://github.com/fpco/stackage/issues/2753 restricts it - - Win32 == 2.4.0.0 + - Win32 == 2.5.4.1 "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2663 From 7225d74a9e6954a768ad05e0ee5cc4f2ac122b70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 16 Aug 2017 18:44:12 +0300 Subject: [PATCH 1711/3109] Remove Win32-extras CC @joeyh #2753 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58feb846..e09905db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -846,7 +846,6 @@ packages: "Joey Hess @joeyh": # - git-annex # GHC 8.2.1 via aws # - github-backup # bounds: github - - Win32-extras - concurrent-output - mountpoints - disk-free-space @@ -3463,7 +3462,6 @@ skipped-builds: - hfsevents - Win32 - Win32-notify - - Win32-extras # end of skipped-builds From 1db29650da6ddec1308e17ae4d9f15fabb3345bc Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 21:00:47 +0200 Subject: [PATCH 1712/3109] Disable hamilton #2761 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e09905db..55217b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1751,7 +1751,7 @@ packages: - auto - backprop - configurator-export - - hamilton + # - hamilton # build failure https://github.com/fpco/stackage/pull/2761#issuecomment-322867539 - prompt - tagged-binary - typelits-witnesses From 7ca181c2a785b4e11fb3438e900003e8c50a490a Mon Sep 17 00:00:00 2001 From: Yorick Laupa Date: Wed, 16 Aug 2017 22:23:22 +0200 Subject: [PATCH 1713/3109] Add eventsource-stub-store and eventsource-store-specs --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60d0c160..fbb55f9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2430,6 +2430,8 @@ packages: - dotnet-timespan - eventsource-api - eventsource-geteventstore-store + - eventsource-store-specs + - eventsource-stub-store "Sebastian Dröge slomo@coaxion.net @sdroege": - conduit-iconv From 57a8270accdaa14dec80b99298c99fbe310824f3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 23:39:23 +0200 Subject: [PATCH 1714/3109] Disable ghc-typelits-knownnat #2766 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d879c876..2e49ae03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1682,7 +1682,7 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - ghc-typelits-extra - - ghc-typelits-knownnat + # - ghc-typelits-knownnat - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From b8973a6d39269a8256d5e658a7a07be884d097e1 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 16 Aug 2017 21:00:09 +0200 Subject: [PATCH 1715/3109] Add newtype-generics to my packages --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e09905db..048fb1ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -155,6 +155,7 @@ packages: - present - threepenny-gui - snap-server + - newtype-generics "Joe M @joe9": [] @@ -3532,7 +3533,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 - - newtype-generics # hspec 2.4 - next-ref # hspec 2.3 - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - postgresql-simple-migration # hspec 2.4 From 4ea5709f5fb61635b2887b61f36964aebcfdc5b6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 16 Aug 2017 23:55:21 +0200 Subject: [PATCH 1716/3109] Disable ghc-typelits-extra #2766 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7fa0520..75065b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1681,8 +1681,8 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - - ghc-typelits-extra - # - ghc-typelits-knownnat + # - ghc-typelits-extra # Compilation failure https://github.com/fpco/stackage/pull/2766 + # - ghc-typelits-knownnat # Compilation failure https://github.com/fpco/stackage/pull/2766 - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From 499c2941b9ff3531620565250c45beb2afd141ef Mon Sep 17 00:00:00 2001 From: Pavel Ryzhov Date: Thu, 17 Aug 2017 00:22:19 +0200 Subject: [PATCH 1717/3109] Add HSvm to master HSvm package has been refreshed to be buildable with GHC 8.0.2 and 8.2.1. Put to github for better collaboration and fixed few bugs in marshalling. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75065b2a..209f2ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,6 +2810,7 @@ packages: "Pavel Ryzhov @paulrzcz": - hquantlib + - HSvm # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": From a5167c73cda1708bc9caf06982932d05a0ba9339 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 17 Aug 2017 14:59:51 +0300 Subject: [PATCH 1718/3109] Adding back in hamilton package Resolved build failure (https://github.com/fpco/stackage/pull/2761#issuecomment-323008583) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75065b2a..f3809e34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1750,7 +1750,7 @@ packages: - auto - backprop - configurator-export - # - hamilton # build failure https://github.com/fpco/stackage/pull/2761#issuecomment-322867539 + - hamilton - prompt - tagged-binary - typelits-witnesses From fb6ac122d59b28f11c700dcba052281270d86c84 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Aug 2017 14:55:49 +0200 Subject: [PATCH 1719/3109] Upper bound for #2772 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed44c7b9..9e4559be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,9 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 + # https://github.com/fpco/stackage/issues/2772 + - Yampa < 0.10.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 9fb5f20be7a95603dbe240fec7d1ceab42c249fe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 17 Aug 2017 15:00:14 +0200 Subject: [PATCH 1720/3109] Add eventsource-geteventstore-store to expected test failures #2757 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e4559be..86654ca5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3722,6 +3722,7 @@ expected-test-failures: - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventful-dynamodb - eventful-postgresql + - eventsource-geteventstore-store - eventstore # Event Store - fb # Facebook app - ghc-imported-from # depends on haddocks being generated first https://github.com/fpco/stackage/pull/1315 From a62fc0a046056a160d41084eb2c584d3da64fd7d Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Thu, 17 Aug 2017 16:19:08 +0200 Subject: [PATCH 1721/3109] Re-enable ghc-typelits-knownnat Version 0.3.1 has a testsuite that passes on ghc-8.2.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3d3f403..71ac9abd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1682,8 +1682,8 @@ packages: "Christiaan Baaij @christiaanb": - ghc-tcplugins-extra - # - ghc-typelits-extra # Compilation failure https://github.com/fpco/stackage/pull/2766 - # - ghc-typelits-knownnat # Compilation failure https://github.com/fpco/stackage/pull/2766 + - ghc-typelits-extra + - ghc-typelits-knownnat - ghc-typelits-natnormalise # - clash-prelude # GHC 8.2.1 # - clash-lib # GHC 8.2.1 From 453b0bb163d566f138602448dd0c40412dc05a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=A4=D0=B0=D0=B9=D0=B7?= =?UTF-8?q?=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Fri, 18 Aug 2017 11:52:41 +0500 Subject: [PATCH 1722/3109] Return yesod-form-richtext to LTS `yesod-form-richtext` was blocked by `yesod-form`. The latter is in LTS 9 now, so I believe the former should be included again. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71ac9abd..e21ee3a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1094,7 +1094,7 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - # - yesod-form-richtext # GHC 8.2.1 via yesod-form + - yesod-form-richtext - ghcjs-perch "Sebastian Nagel @ch1bo": From 369f60911ad22809abae11a72ffb288e754d251d Mon Sep 17 00:00:00 2001 From: Timo von Holtz Date: Fri, 18 Aug 2017 15:56:57 +0200 Subject: [PATCH 1723/3109] Re-add servant-JuicyPixels --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e21ee3a1..14d00609 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2029,7 +2029,7 @@ packages: - ekg-wai - haxl-amazonka # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 - # - servant-JuicyPixels # GHC 8.2.1 + - servant-JuicyPixels "Artyom @neongreen": - microlens From 9a116dc225f42fdcafb54e4485f44f4ab8f3ee95 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 16:51:56 +0200 Subject: [PATCH 1724/3109] Upper bounds for #2778 and #2779 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14d00609..07238cec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3327,6 +3327,12 @@ packages: # https://github.com/fpco/stackage/issues/2772 - Yampa < 0.10.6.1 + # https://github.com/fpco/stackage/issues/2778 + - ansi-terminal < 0.7 + + # https://github.com/fpco/stackage/issues/2779 + - xml-conduit < 1.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 634a26387b9b2cd171005eb4ea2691b6e38284b9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 19:07:17 +0200 Subject: [PATCH 1725/3109] Skipped/expected failure cleanups --- build-constraints.yaml | 286 ++++++++++------------------------------- 1 file changed, 71 insertions(+), 215 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07238cec..aece7505 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1103,7 +1103,7 @@ packages: "Andrey Chudnov @achudnov": [] - # - language-ecmascript # GHC 8.2.1 + # - language-ecmascript # via testing-feat "Tom Ellis @tomjaguarpaw": - opaleye @@ -3487,91 +3487,67 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - # - genvalidity-property # bounds: QuickCheck - - hasmin - - http-api-data - - intervals - - lens - - lens-aeson - - linear - - linear-accelerate - - log-domain - - makefile - - pipes-group - - prettyprinter - - semigroupoids - - servant-ruby - - servant-swagger - - tdigest - - turtle - - zippers - # language-ecmascript - - servant-js - # # HUnit 1.5 - - GLFW-b - - Glob - - HTTP - - aws # bounds: http-client < 0.5 - - bindings-GLFW - - case-insensitive - - darcs - - dbus # bounds: QuickCheck < 2.9 via chell-quickcheck - - exception-transformers - - extensible-effects - - fclabels - - language-ecmascript - - lifted-base - - parsec - - partial-order # https://github.com/mtesseract/haskell-partial-order/issues/1 - - rank1dynamic - - threads - - tz - - tzdata - - uuid - - uuid-types - # # Other outdated dependencies - - Cabal # QuickCheck 2.9 - - ReadArgs # https://github.com/rampion/ReadArgs/issues/8 - - bloodhound # hspec 2.4 + - Glob # HUnit 1.6 + - aeson + - attoparsec # QuickCheck 2.10 + - binary-parser # tasty-quickcheck + - blaze-html + - blaze-markup - bytestring-handle # QuickCheck 2.9 - - chell # options & via chell-quickcheck - - clay # hspec 2.3 + - case-insensitive # HUnit 1.6 + - cryptohash-sha512 # tasty-quickcheck - drawille # hspec 2.4 - - ed25519 # QuickCheck 2.9 - - envy # hspec 2.4 - - fgl # hspec 2.3 - - fgl-arbitrary # hspec 2.3 - - hasql # QuickCheck 2.9 - - hastache # https://github.com/lymar/hastache/pull/53 - - heaps # https://github.com/ekmett/heaps/pull/8 - - hyphenation # https://github.com/ekmett/hyphenation/pull/10 + - edit-distance # QuickCheck 2.10 + - envy # QuickCheck 2.10 + - exception-transformers # HUnit 1.6 + - extensible-effects # HUnit 1.6 + - lifted-base # HUnit 1.6 + - makefile # GHC 8.2 - next-ref # hspec 2.3 - - point-octree # hspec 2.2.4 https://github.com/mlitchard/point-octree/issues/1 - - postgresql-simple-migration # hspec 2.4 - - servant-mock # hspec-wai 0.8 - - snap # QuickCheck 2.9 - - state-plus # QuickCheck 2.9 - - system-filepath # QuickCheck 2.9 via chell-quickcheck - - 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 + - parsec # HUnit 1.6 + - partial-order # HUnit 1.6 + - printcess # QuickCheck 2.10 + - retry # QuickCheck 2.10 + - superbuffer # QuickCheck 2.10 + - tar # tasty-quickcheck + - text-short # tasty-quickcheck + - vector # QuickCheck 2.10 + - vector-builder # tasty-quickcheck + - websockets # QuickCheck 2.10 + - zlib # tasty-quickcheck # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 + - chell # via chell-quickcheck - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck + - path # via genvalidity genvalidity-property + - servant-js # via language-ecmascript + - system-filepath # QuickCheck 2.9 via chell-quickcheck + - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. + # Compilation failures + - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 + - pell # https://github.com/brunjlar/pell/issues/1 + - wreq # https://github.com/bos/wreq/issues/107 + - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 + - rose-trees # OOM https://github.com/athanclark/rose-trees/issues/6 + - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 + - intero # https://github.com/commercialhaskell/intero/issues/462 + - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 + - reroute # https://github.com/agrafix/Spock/issues/130 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine @@ -3609,63 +3585,6 @@ skipped-tests: - graphviz - wl-pprint-text - # directory 1.3 - - machines - - xmlhtml - - # via criterion: via cassava: bounds: vector - - sparse-linear-algebra - - # criterion - - store - - # QuickCheck 2.10 - - blaze-html - - blaze-markup - - cassava-conduit - - edit-distance - - http-media - - morte - - printcess - - retry - - superbuffer - - unbound - - vector - - wai-middleware-rollbar - - websockets - - path - - aeson - - # HUnit 1.6 - - terminal-progress-bar - - # tasty-quickcheck 0.9 - - binary-parser - - cryptohash-sha512 - - diagrams-solve - - tar - - vector-builder - - zlib - - text-short - - # https://github.com/athanclark/rose-trees/issues/6 - - rose-trees - - # https://github.com/bos/attoparsec/issues/131 - - attoparsec - - # https://github.com/google/proto-lens/issues/119 - - proto-lens-combinators - - # https://github.com/brunjlar/pell/issues/1 - - pell - - # https://github.com/bos/wreq/issues/107 - - wreq - - # https://github.com/alphaHeavy/protobuf/issues/34 - - protobuf - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3722,6 +3641,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell + - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL @@ -3763,6 +3683,7 @@ expected-test-failures: - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io + - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - rethinkdb - rethinkdb-client-driver - riak @@ -3774,7 +3695,6 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 # Test executable requires arguments - hpqtypes @@ -3791,13 +3711,14 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 + - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 + - hw-rankselect # https://github.com/haskell-works/hw-rankselect/issues/12 + - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - - matplotlib # https://github.com/fpco/stackage/issues/2365 # Assertion failures, these can be real bugs or just limitations # in the test cases. @@ -3807,33 +3728,43 @@ expected-test-failures: - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 + - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 + - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer + - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer + - flat # https://github.com/Quid2/flat/issues/1 + - foundation # https://github.com/haskell-foundation/foundation/issues/381 + - haddock + - heap # https://github.com/pruvisto/heap/issues/4 + - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 + - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 + - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 + - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - 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 + - vty # https://github.com/jtdaugherty/vty/issues/132 - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - haddock # Stackage upper bounds, re-enable these when their upper bound is removed @@ -3868,60 +3799,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/agrafix/Spock/issues/130 - - reroute - - # https://github.com/jtdaugherty/vty/issues/132 - - vty - - # https://github.com/haskell-foundation/foundation/issues/381 - - foundation - - # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - - language-dockerfile - - # https://github.com/pruvisto/heap/issues/4 - - heap - - # https://github.com/fcomb/pkcs10-hs/issues/2 - - pkcs10 - - # https://github.com/simonmichael/hledger/issues/596 - - hledger-lib - - # https://github.com/brendanhay/amazonka/issues/397 - - amazonka-core - - # https://github.com/bos/text-icu/issues/32 - - text-icu - - # https://github.com/winterland1989/binary-parsers/issues/3 - - binary-parsers - - # https://github.com/raaz-crypto/raaz/issues/337 - - raaz - - # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - - picoparsec - - # https://github.com/Quid2/flat/issues/1 - - flat - - # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-iadd - - # Requires running PostgreSQL server - - dbcleaner - - # https://github.com/haskell-works/hw-rankselect/issues/12 - - hw-rankselect - - # https://github.com/yesodweb/Shelly.hs/issues/150 - - shelly - - # https://github.com/commercialhaskell/intero/issues/462 - - intero - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -3947,12 +3824,7 @@ expected-benchmark-failures: - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - - # https://github.com/harendra-kumar/unicode-transforms/issues/16 - - unicode-transforms - - # https://github.com/raaz-crypto/raaz/issues/338 - - raaz + - raaz # https://github.com/raaz-crypto/raaz/issues/338 # end of expected-benchmark-failures @@ -3977,6 +3849,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 + - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 @@ -3984,9 +3857,6 @@ expected-haddock-failures: # Runs out of memory - store - # https://github.com/kuribas/cubicbezier/issues/4 - - cubicbezier - # end of expected-haddock-failures # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. @@ -4000,18 +3870,15 @@ skipped-benchmarks: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' # to verify. - - criterion-plus - - http2 + - binary-parsers # criterion 1.2 + - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 - - superrecord + - unordered-containers # criterion 1.2 # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - - cases # via criterion-plus - - hasql-postgres # via criterion-plus - - ttrie # via criterion-plus - - machines # via pipes + # Compilation failures - cipher-aes # https://github.com/vincenthz/hs-crypto-cipher/issues/46 @@ -4019,6 +3886,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 # GHC Bugs - hledger-lib # https://github.com/fpco/stackage/issues/1587 @@ -4058,18 +3926,6 @@ skipped-benchmarks: - graphviz - wl-pprint-text - # criterion 1.2 - - binary-parsers - - cryptohash-sha512 - - ed25519 - - unordered-containers - - # https://github.com/haskell-works/hw-bits/issues/8 - - hw-bits - - # https://github.com/fumieval/extensible/issues/12 - - extensible - # end of skipped-benchmarks From 361f185a62b2c86b5c0d321786714728a39f84a5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 19 Aug 2017 19:30:23 +0200 Subject: [PATCH 1726/3109] Re-disable some tests --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aece7505..c4ea0f26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3603,6 +3603,7 @@ expected-test-failures: - distributed-process-task - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles + - hastache - idris # https://github.com/fpco/stackage/issues/1382 - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - math-functions # https://github.com/bos/math-functions/issues/25 @@ -3753,9 +3754,11 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 + - raaz - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 + - threads - 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 @@ -3825,6 +3828,7 @@ expected-benchmark-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 + - http2 # end of expected-benchmark-failures @@ -3886,6 +3890,7 @@ skipped-benchmarks: - cipher-camellia # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-des # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 + - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 # GHC Bugs From bddaab4c65be7d71366cb58e2624e740033bb176 Mon Sep 17 00:00:00 2001 From: orome Date: Sat, 19 Aug 2017 18:28:01 -0400 Subject: [PATCH 1727/3109] Fixed crypto-enigma to work with GHC 8.2.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4ea0f26..9304d2f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3051,8 +3051,7 @@ packages: - hledger-iadd "Roy Levien @orome": - [] - # - crypto-enigma # GHC 8.2.1 + - crypto-enigma "Boldizsár Németh @nboldi": - instance-control From 31341c840cae1b79dae7e0e03de9b9922bc8c40c Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Sat, 19 Aug 2017 20:04:41 -0500 Subject: [PATCH 1728/3109] add currencies --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4ea0f26..a0001228 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,9 @@ packages: "Lorenz Moesenlechner @moesenle": - servant-websockets + "Daniel Campoverde @alx741": + - currencies + # 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 From af28cb31cca86351144074c84b5eb5d12aede300 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 04:53:24 +0200 Subject: [PATCH 1729/3109] Add Yampa dependencies to debian-bootstrap --- debian-bootstrap.sh | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b6cd4e78..a6edb296 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -30,17 +30,16 @@ GHCVER=8.2.1 apt-get update apt-get install -y \ build-essential \ - ghc-$GHCVER \ - ghc-$GHCVER-dyn \ - ghc-$GHCVER-prof \ - ghc-$GHCVER-htmldocs \ - hscolour \ - sudo \ curl \ freeglut3-dev \ fsharp \ + ghc-$GHCVER \ + ghc-$GHCVER-dyn \ + ghc-$GHCVER-htmldocs \ + ghc-$GHCVER-prof \ git \ gradle \ + hscolour \ libadns1-dev \ libaio1 \ libalut-dev \ @@ -50,6 +49,7 @@ apt-get install -y \ libcairo2-dev \ libclang-3.9-dev \ libcurl4-openssl-dev \ + libcwiid-dev \ libdevil-dev \ libedit-dev \ libedit2 \ @@ -94,10 +94,11 @@ apt-get install -y \ libpango1.0-dev \ libpcap0.8-dev \ libpq-dev \ + libsdl1.2-dev \ libsdl2-dev \ - libsdl2-mixer-dev \ - libsdl2-image-dev \ libsdl2-gfx-dev \ + libsdl2-image-dev \ + libsdl2-mixer-dev \ libsdl2-ttf-dev \ libsnappy-dev \ libsndfile1-dev \ @@ -133,6 +134,7 @@ apt-get install -y \ r-base \ r-base-dev \ ruby-dev \ + sudo \ wget \ xclip \ z3 \ From 06c5c063807d7bb5e58badfd80f27768d4258fd3 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 19 Aug 2017 22:13:24 -0700 Subject: [PATCH 1730/3109] Add back `morte` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4ea0f26..616ffb74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -707,7 +707,7 @@ packages: - pipes-safe - turtle - foldl - # - morte # GHC 8.2.1 + - morte - bench - dhall From 4c7ddb5e036af25e90d0d3a0366291d952075020 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 20 Aug 2017 08:58:55 +0300 Subject: [PATCH 1731/3109] Don't expect test failure and close haskell-works/hw-rankselect#12 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4ea0f26..f099b68c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3715,7 +3715,6 @@ expected-test-failures: - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - - hw-rankselect # https://github.com/haskell-works/hw-rankselect/issues/12 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From c503af26d3fed69b802b6c420d6b087fffab5630 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Sun, 20 Aug 2017 10:43:02 +0200 Subject: [PATCH 1732/3109] Fixed in IPv6DB 0.2.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f099b68c..5d640634 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1854,7 +1854,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - # - IPv6DB # GHC 8.2.1 via hedis + - IPv6DB "koral koral@mailoo.org @k0ral": # - atom-conduit # GHC 8.2.1 via lens-simple From 99521e41caa179445e54b069425322210512d28d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 16:45:19 +0200 Subject: [PATCH 1733/3109] Mass re-enable --- build-constraints.yaml | 848 ++++++++++++++++++++--------------------- 1 file changed, 416 insertions(+), 432 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5402c0b9..90870cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Sebastian Mihai Ardelean @ardeleanasm": - qchas @@ -24,7 +25,8 @@ packages: "Pavol Klacansky @pavolzetor": - openexr-write - "Bas van Dijk @basvandijk": [] + "Bas van Dijk @basvandijk": + [] # - opencv # - opencv-extra @@ -35,8 +37,7 @@ packages: "Timo Koepke @koepket": [] - # https://github.com/lindenbaum/hinterface/issues/2 - # - hinterface + # - hinterface # https://github.com/lindenbaum/hinterface/issues/2 "Jose Iborra @pepeiborra": - arrowp-qq @@ -51,7 +52,7 @@ packages: "Joshua Koike @jano017": [] - # - discord-hs # bouns: req + # - discord-hs # bounds: req "Roman Gonzalez @roman": [] @@ -61,7 +62,8 @@ packages: "Richard Cook @rcook": - hidden-char - "Vanessa McHale @vmchale": [] + "Vanessa McHale @vmchale": + [] # - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": @@ -81,9 +83,9 @@ packages: - comfort-graph - concurrent-split - cutter - # - data-accessor # GHC 8.2.1 + - data-accessor # GHC 8.2.1 - data-accessor-mtl - # - data-accessor-template # GHC 8.2.1 + - data-accessor-template # GHC 8.2.1 - data-accessor-transformers - data-ref - dsp @@ -92,8 +94,8 @@ packages: - event-list - explicit-exception - fixed-length - # - gnuplot # GHC 8.2.1 - # - group-by-date # GHC 8.2.1 via c2hs + - gnuplot # GHC 8.2.1 + - group-by-date # GHC 8.2.1 via c2hs - iff - interpolation - jack @@ -113,26 +115,25 @@ packages: - sample-frame - sample-frame-np - set-cover - # - sound-collage # GHC 8.2.1 via synthesizer-core - # - sox # GHC 8.2.1 + - sound-collage # GHC 8.2.1 via synthesizer-core + - sox # GHC 8.2.1 - soxlib - # - split-record # GHC 8.2.1 via synthesizer-core + - split-record # GHC 8.2.1 via synthesizer-core - spreadsheet - stm-split - storable-record - storablevector - # - synthesizer-core # GHC 8.2.1 - # - synthesizer-dimensional # GHC 8.2.1 via synthesizer-core - # - synthesizer-midi # GHC 8.2.1 via synthesizer-core + - 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 # GHC 8.2.1 + - youtube # GHC 8.2.1 - prelude-compat - - fft - carray # Not a maintainer @@ -158,8 +159,7 @@ packages: - newtype-generics "Joe M @joe9": - [] - # - logger-thread # GHC 8.2.1 via protolude + - logger-thread # GHC 8.2.1 via protolude # - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": @@ -174,11 +174,11 @@ packages: "Luke Murphy @lwm": - tasty-discover - # - lentil # bounds: optparse-applicative + # - lentil # bounds: optparse-applicative & via terminal-progress-bar # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - # - sparse-linear-algebra # GHC 8.2.1 via MemoTrie + - sparse-linear-algebra # GHC 8.2.1 via MemoTrie - matrix-market-attoparsec - network-multicast - xeno @@ -211,7 +211,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # via: derive + - postgresql-query # via: derive - hreader - hset @@ -234,18 +234,17 @@ packages: "alpheccar @alpheccar": - HPDF - # https://github.com/alpheccar/hbayes/issues/3 - # - hbayes + # - hbayes # https://github.com/alpheccar/hbayes/issues/3 "Dmitry Bogatov ": - once "David Johnson @dmjio": - # - miso # GHC 8.2.1 + - miso # GHC 8.2.1 - envy - s3-signer - # - google-translate # bounds: servant - # - hackernews # GHC 8.2.1 + - google-translate # bounds: servant + - hackernews # GHC 8.2.1 # - ses-html # bounds: time 1.6 # - stripe-haskell # via: stripe-http-streams # - stripe-http-streams # via: http-streams @@ -265,7 +264,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # - keter # https://github.com/snoyberg/keter/issues/170 + - keter # https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -275,12 +274,12 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # GHC 8.2 - # - store # GHC 8.2 + - stackage-curator # GHC 8.2 + - store # GHC 8.2 - stm-conduit - wai-websockets - warp-tls - # - yackage # GHC 8.2.1 via yesod-form + - yackage # GHC 8.2.1 via yesod-form - yesod - yesod-auth - authenticate-oauth @@ -345,15 +344,15 @@ packages: - Win32-notify "Omari Norman @massysett": - # - rainbow # GHC 8.2.1 via lens-simple - # - rainbox # GHC 8.2.1 via lens-simple - # - anonymous-sums # https://github.com/massysett/anonymous-sums/issues/1 + - rainbow # GHC 8.2.1 via lens-simple + - rainbox # GHC 8.2.1 via lens-simple + - anonymous-sums # https://github.com/massysett/anonymous-sums/issues/1 - multiarg - # - prednote # GHC 8.2.1 via lens-simple + - prednote # GHC 8.2.1 via lens-simple - cartel - Earley - ofx - # - pinchot # GHC 8.2.1 + - pinchot # GHC 8.2.1 - accuerr - timelens - non-empty-sequence @@ -374,7 +373,7 @@ packages: - ghcid - hexml - weeder - # - profiterole # GHC 8.2.1 via ghc-prof + - profiterole # GHC 8.2.1 via ghc-prof "Alan Zimmerman @alanz": - ghc-exactprint @@ -397,7 +396,7 @@ packages: # - hakyll # bounds: skylighting - stylish-haskell # - patat # bounds: skylighting - # - profiteur # GHC 8.2.1 via ghc-prof + - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets - websockets-snap @@ -413,7 +412,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - # - xmonad-extras # GHC 8.2.1 via c2hs + - xmonad-extras # GHC 8.2.1 via c2hs "haskell-openal": - OpenAL @@ -470,7 +469,7 @@ packages: - xenstore "Chris Done @chrisdone": - # - labels # https://github.com/chrisdone/labels/issues/8 + - labels # https://github.com/chrisdone/labels/issues/8 - ace - ical - check-email @@ -482,9 +481,9 @@ packages: - lucid # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo - # - present # compilation failure against haskell-src-exts + - present # compilation failure against haskell-src-exts - pure-io - # - scrobble # compilation errors against time 1.6 + - scrobble # compilation errors against time 1.6 - sourcemap - hindent - descriptive @@ -493,16 +492,16 @@ packages: - intero - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - # - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters + - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters "Alberto G. Corona @agocorona": - RefSerialize - TCache - Workflow - MFlow - # - transient # https://github.com/transient-haskell/transient/issues/70 - # - transient-universe # via transient - # - axiom # via transient + - transient # https://github.com/transient-haskell/transient/issues/70 + - transient-universe # via transient + - axiom # via transient "Edward Kmett @ekmett": - ad @@ -544,7 +543,7 @@ packages: - monadic-arrays - monad-products - monad-products - # - monad-st # bounds: transformers + - monad-st # bounds: transformers - mtl - nats - numeric-extras @@ -602,7 +601,7 @@ packages: # - diagrams # bounds: optparse-applicative # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: optparse-applicative + # - diagrams-cairo # bounds: optparse-applicative & via pango # - diagrams-contrib # GHC 8.2.1 via dual-tree # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative @@ -610,7 +609,7 @@ packages: # - diagrams-postscript # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative # - diagrams-svg # bounds: optparse-applicative - # - dual-tree # GHC 8.2.1 via testing-feat + # - dual-tree # via testing-feat - force-layout - haxr - MonadRandom @@ -620,34 +619,35 @@ packages: - JuicyPixels - FontyFruity - Rasterific - # - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - # - rasterific-svg # https://github.com/Twinside/svg-tree/issues/11 - # - asciidiagram # https://github.com/Twinside/svg-tree/issues/11 + - svg-tree # https://github.com/Twinside/svg-tree/issues/11 + - rasterific-svg # https://github.com/Twinside/svg-tree/issues/11 + - asciidiagram # https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar - # "Paul Harper @benekastah": + "Paul Harper @benekastah": + [] # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env "Felipe Lessa @meteficha": # - country-codes # bounds: tagsoup - # - fb # bounds: aeson, http-conduit-2.2, hspec + - fb # bounds: aeson, http-conduit-2.2, hspec # - fb-persistent # bounds: persistent # via: fb # - mangopay # compilation failure against aeson - nonce - serversession # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector - # - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite - # - serversession-backend-redis # bounds: hedis - # - serversession-frontend-snap # bounds: snap, snap-core + - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite + - serversession-backend-redis # bounds: hedis + # - serversession-frontend-snap # via snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus # - yesod-auth-account-fork # bounds: persistent - # - yesod-auth-fb # bounds: time, transformers # via fb, via yesod-fb - # - yesod-fb # via fb - # - yesod-mangopay # via mangopay + - yesod-auth-fb # bounds: time, transformers # via fb, via yesod-fb + - yesod-fb # via fb + # - yesod-mangopay # bounds: wai-logger, vector, hjsmin "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -690,7 +690,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - # - hatex-guide # https://github.com/Daniel-Diaz/hatex-guide/issues/21 + - hatex-guide # https://github.com/Daniel-Diaz/hatex-guide/issues/21 - include-file - matrix - pcre-light @@ -723,12 +723,6 @@ packages: "Adam Bergmark @bergmark": - HUnit - aeson - # - fay # bounds: traverse-with-class - # - fay-base # via: fay - # - fay-dom # via: fay - # - fay-jquery # via: fay - # - fay-text # via: fay - # - fay-uri # via: fay - feed - time-compat - through-text @@ -743,8 +737,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - # - servant-purescript # GHC 8.2.1 - # - servant-subscriber # GHC 8.2.1 + - servant-purescript # GHC 8.2.1 + - servant-subscriber # GHC 8.2.1 "Rodrigo Setti @rodrigosetti": - messagepack @@ -770,19 +764,18 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - # - posix-realtime # https://github.com/mgajda/posix-realtime/issues/5 + - posix-realtime # https://github.com/mgajda/posix-realtime/issues/5 "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": [] - # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 + # - yarr # bounds template-haskell # - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": - [] - # - vector-fftw # bounds: vector + - vector-fftw # bounds: vector "Roman Cheplyaka @feuerbach": - action-permutations @@ -800,8 +793,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - # - timezone-olson # GHC 8.2.1 - # - timezone-series # GHC 8.2.1 + - timezone-olson # GHC 8.2.1 + - timezone-series # GHC 8.2.1 - traverse-with-class - tuples-homogenous-h98 @@ -819,12 +812,12 @@ packages: "Joachim Breitner @nomeata": - circle-packing - # - arbtt # GHC 8.2.1 via bytestring-progress + # - arbtt # via terminal-progress-bar # - ghc-heap-view # GHC 8.2.1 # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector # - list-fusion-probe # GHC 8.2.1 - # - haskell-spacegoo # GHC 8.2.1 via MemoTrie + - haskell-spacegoo # GHC 8.2.1 via MemoTrie - tasty-expected-failure # - RepLib # GHC 8.2.1 # - unbound # GHC 8.2.1 @@ -866,11 +859,11 @@ packages: - biocore - biofasta - biofastq - # - biosff # 0.3.7.1 Compilation failure due to -Werror + - biosff # 0.3.7.1 Compilation failure due to -Werror - blastxml - bioace - biopsl - # samtools # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 + # - samtools # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP @@ -884,9 +877,9 @@ packages: - ClustalParser - EntrezHTTP - Genbank - # - RNAlien # via cassava: bounds: vector + - RNAlien # via cassava: bounds: vector - Taxonomy - # - TaxonomyTools # build failure + - TaxonomyTools # build failure - ViennaRNAParser "Silk ": @@ -905,7 +898,7 @@ packages: - rest-client - rest-core - rest-gen - # - rest-happstack # bounds happstack-server + - rest-happstack # bounds happstack-server - rest-snap - rest-stringmap - rest-types @@ -919,7 +912,7 @@ packages: - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - # - hledger-api # GHC 8.2.1 + - hledger-api # GHC 8.2.1 # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -928,9 +921,9 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - # - al # FIXME temporary, figure out why it's not working with stackage-build + - al # FIXME temporary, figure out why it's not working with stackage-build - event - # - hid # GHC 8.2.1 via c2hs + - hid # GHC 8.2.1 via c2hs # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal @@ -957,7 +950,7 @@ packages: - holy-project - wai-middleware-caching - wai-middleware-caching-lru - # - wai-middleware-caching-redis # GHC 8.2.1 via hedis + - wai-middleware-caching-redis # GHC 8.2.1 via hedis # not package maintainer - ekg - ekg-json @@ -966,15 +959,15 @@ packages: - mysql - mysql-simple - sphinx - # - xmlhtml # bounds: blaze-html, blaze-markup - # - yesod-auth-hashdb # GHC 8.2.1 via yesod-auth + - xmlhtml # bounds: blaze-html, blaze-markup + - yesod-auth-hashdb # GHC 8.2.1 via yesod-auth "Toralf Wittner @twittner": - bytestring-conversion - cql - cql-io - redis-resp - # - redis-io # GHC 8.2.1 via hedis + - redis-io # GHC 8.2.1 via hedis - swagger - tinylog - wai-predicates @@ -1006,7 +999,7 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - # - file-location # bounds: transformers + - file-location # bounds: transformers - fuzzcheck - here - hlibgit2 @@ -1033,15 +1026,15 @@ packages: "Nikita Volkov @nikita-volkov": - base-prelude - cases - # - focus # GHC 8.2.1 - # - 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 + - focus # GHC 8.2.1 + - 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 - partial-handler - postgresql-binary - # - slave-thread # GHC 8.2.1 + - slave-thread # GHC 8.2.1 - stm-containers - refined @@ -1049,23 +1042,23 @@ packages: - prefix-units "Alexander Thiemann @agrafix": - # - Spock # GHC 8.2.1 + - Spock # GHC 8.2.1 - Spock-core - Spock-api - Spock-api-server # - Spock-digestive # via: digestive-functors - # - Spock-worker # GHC 8.2.1 + - Spock-worker # GHC 8.2.1 - graph-core - hvect - reroute - users - # - users-persistent # via: esqueleto + - users-persistent # via: esqueleto - users-postgresql-simple - users-test - validate-input - ignore # - elm-bridge # bounds: aeson - # digestive-bootstrap # via: digestive-functors, digestive-functors-blaze + # - digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -1075,8 +1068,8 @@ packages: - async-extra - format-numbers - highjson - # - highjson-swagger # GHC 8.2.1 via swagger2 - # - highjson-th # GHC 8.2.1 via swagger2 + - highjson-swagger # GHC 8.2.1 via swagger2 + - highjson-th # GHC 8.2.1 via swagger2 # - superrecord # GHC 8.2.1 via bookkeeper - fileplow @@ -1098,8 +1091,7 @@ packages: - ghcjs-perch "Sebastian Nagel @ch1bo": - [] - # - hdevtools # https://github.com/hdevtools/hdevtools/issues/57 + - hdevtools # https://github.com/hdevtools/hdevtools/issues/57 "Andrey Chudnov @achudnov": [] @@ -1132,7 +1124,7 @@ packages: # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat # - hsdev # bounds: mmorph - # - simple-log # GHC 8.2.1 + - simple-log # GHC 8.2.1 - text-region "Aleksey Kliger @lambdageek": @@ -1159,13 +1151,12 @@ packages: "Jens Petersen @juhp": # - cabal-rpm # GHC 8.2.1 - # - stackage-query # BLOCKED stackage-types/Cabal 2.0 + - stackage-query # BLOCKED stackage-types/Cabal 2.0 # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi - xmonad-contrib - shelly - # - cairo # Cabal 2.0.0.2 # - gio # Cabal 2.0.0.2 # - glib # Cabal 2.0.0.2 @@ -1175,22 +1166,21 @@ packages: # - 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 - # - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 + - ghcjs-dom # via: ghcjs-dom-jsaddle # https://github.com/fpco/stackage/issues/1569 + - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - # - vado # GHC 8.2.1 - # - vcsgui # via: gi-gtk-hs - # - vcswrapper # GHC 8.2.1 + - vado # GHC 8.2.1 + - vcsgui # via: gi-gtk-hs + - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": - network-simple - # - pipes-aeson # bounds: pipes 4.3 - # - pipes-attoparsec # bounds: pipes 4.3 + - pipes-aeson # bounds: pipes 4.3 + - pipes-attoparsec # bounds: pipes 4.3 # - pipes-binary # bounds: binary, pipes, transformers - # - pipes-network # bounds: pipes 4.3 + - pipes-network # bounds: pipes 4.3 "Tomas Carnecky @wereHamster": - avers @@ -1279,19 +1269,19 @@ packages: - github - insert-ordered-containers - integer-logarithms - # - JuicyPixels-scale-dct # GHC 8.2.1 + - JuicyPixels-scale-dct # GHC 8.2.1 - lattices - microstache - # - monad-http # GHC 8.2.1 + - monad-http # GHC 8.2.1 - postgresql-simple-url - range-set-list - regex-applicative-text - # - servant-swagger-ui # GHC 8.2.1 - # - servant-yaml # GHC 8.2.1 + - servant-swagger-ui # GHC 8.2.1 + - servant-yaml # GHC 8.2.1 - singleton-bool - spdx - splitmix - - tdigest + # - tdigest # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers @@ -1317,13 +1307,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - # - regex-dfa # 0.91 Compilation failure due to -Werror - # - regex-parsec # 0.90 Compilation failure due to -Werror + - regex-dfa # 0.91 Compilation failure due to -Werror + - regex-parsec # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # regex-tdfa-utf8 # bounds: ghc, base - # - regex-tre # 0.91 Compilation failure due to -Werror + # - regex-tdfa-utf8 # bounds: ghc, base + - regex-tre # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1340,7 +1330,7 @@ packages: - language-thrift "Adam C. Foltzer @acfoltzer": - # - cryptol # bounds: sbv + - cryptol # bounds: sbv - gitrev - persistent-refs @@ -1437,103 +1427,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - # - 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 + - 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 @@ -1544,10 +1534,10 @@ packages: "Gershom Bazerman @gbaz": - jmacro - # - jmacro-rpc # GHC 8.2.1 via happstack-server - # - jmacro-rpc-happstack # GHC 8.2.1 via happstack-server + - 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 + - mbox # GHC 8.2.1 - kmeans - boolsimplifier - cubicspline @@ -1565,7 +1555,7 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # Cabal 2.0.0.2 + # - plot # Cabal 2.0.0.2 & via pango # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer @@ -1589,14 +1579,13 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - [] # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - # - H # GHC 8.2.1 via c2hs - # - inline-r # GHC 8.2.1 via c2hs + - 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 - # - cabal-debian # via: debian + "David Fox @ddssff": + - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 + - cabal-debian # via: debian "Stefan Saasen @juretta": - jwt @@ -1621,11 +1610,11 @@ packages: # - 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 # GHC 8.2.1 - # - ratel-wai # GHC 8.2.1 + - postgresql-simple-migration # Maintained by @ameingast. # GHC 8.2.1 + - ratel # GHC 8.2.1 + - ratel-wai # GHC 8.2.1 - rattletrap - # - strive # GHC 8.2.1 + - strive # GHC 8.2.1 - wuss "Marios Titas @redneb": @@ -1639,24 +1628,25 @@ packages: - linux-namespaces "Will Coster @fimad": - # - prometheus-client # GHC 8.2.1 via atomic-primops - # - prometheus-metrics-ghc # GHC 8.2.1 via prometheus-client + - 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 # GHC 8.2.1 via prometheus-client + - wai-middleware-prometheus # GHC 8.2.1 via prometheus-client "William Casarin @jb55": - bson-lens - cased - elm-export - elm-export-persistent - # - pipes-csv # via cassava: bounds: vector + - pipes-csv # via cassava: bounds: vector - pipes-mongodb # via mongoDB - # - servant-elm # GHC 8.2.1 + - servant-elm # GHC 8.2.1 - skeletons # - streaming-wai # bounds: mmorph - # "Smirnov Alexey @chemist": + "Smirnov Alexey @chemist": + [] # - snmp # bounds: ghc, base # - agentx # bounds: ghc, base @@ -1664,12 +1654,11 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": - [] - # - timezone-series # GHC 8.2.1 - # - timezone-olson # GHC 8.2.1 via timezone-series + - timezone-series # GHC 8.2.1 + - timezone-olson # GHC 8.2.1 via timezone-series "Josh Holland @jshholland": - # - sandi # GHC 8.2.1 + - sandi # GHC 8.2.1 - data-ordlist - xmonad @@ -1694,8 +1683,8 @@ packages: "Athan Clark @athanclark": - commutative - # - digestive-functors-lucid # via: digestive functors - # - ltext # compilation failure: https://github.com/ltext/ltext/issues/22 + # - digestive-functors-lucid # via: digestive-functors + - ltext # compilation failure: https://github.com/ltext/ltext/issues/22 - markup # - nested-routes # via: HList - path-extra @@ -1709,7 +1698,7 @@ packages: - composition-extra - rose-trees - sets - # - timemap # GHC 8.2.1 + - timemap # GHC 8.2.1 - tries - path-extra - pred-trie @@ -1740,7 +1729,7 @@ packages: "Michael Thompson @michaelt": - pipes-text - # - lens-simple # GHC 8.2.1 via lens-family-th + - lens-simple # GHC 8.2.1 via lens-family-th - lens-family-core - lens-family # - streaming # bounds: mmorph @@ -1773,7 +1762,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1782,7 +1771,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - # - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/56 + - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/56 "Sam Rijs @srijs": - ndjson-conduit @@ -1796,7 +1785,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - # - hworker # GHC 8.2.1 via hedis + - hworker # GHC 8.2.1 via hedis # - hworker-ses # 0.1.1.0 build failure - fn # - fn-extra # via: digestive-functors @@ -1806,10 +1795,10 @@ packages: - cassette - choice - distributed-closure - # - 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 + - 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 # - streaming-binary # bounds: mmorph - th-lift @@ -1819,12 +1808,13 @@ packages: - hsebaysdk - dockerfile # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - # - yesod-auth-basic # GHC 8.2.1 via yesod + - yesod-auth-basic # GHC 8.2.1 via yesod - # "Alcides Viamontes @alcidesv": + "Alcides Viamontes @alcidesv": + [] # - second-transfer # bounds: GHC 8 - # "Hirotomo Moriwaki @philopon": + "Hirotomo Moriwaki @philopon": # - apiary # GHC 8 & bounds # - apiary-logger # GHC 8 & bounds # - apiary-persistent # GHC 8 & bounds @@ -1840,7 +1830,7 @@ packages: # - web-routing # GHC 8 # - bytestring-read # GHC 8 # - memcached-binary # GHC 8 & bounds - # - barrier # GHC 8 + - barrier # GHC 8 # - haddocset # GHC 8 "Kai Zhang @kaizhang": @@ -1857,11 +1847,11 @@ packages: - IPv6DB "koral koral@mailoo.org @k0ral": - # - atom-conduit # GHC 8.2.1 via lens-simple + - atom-conduit # GHC 8.2.1 via lens-simple - conduit-parse - # - 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 + - 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 @@ -1875,24 +1865,24 @@ packages: - iso3166-country-codes - iso639 - murmur-hash - # - monoidal-containers # GHC 8.2.1 + - monoidal-containers # GHC 8.2.1 - regex-pcre - string-combinators - string-class - SHA - data-ordlist - # - hedis # GHC 8.2.1 via slave-thread + - hedis # GHC 8.2.1 via slave-thread "Rob O'Callahan ropoctl@gmail.com @rcallahan": - # - pipes-fastx # via pipes-attoparsec + - pipes-fastx # via pipes-attoparsec # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - # - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 + - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - # - yesod-auth-account # GHC 8.2.1 via yesod-auth - # - yesod-static-angular # GHC 8.2.1 via yesod + - yesod-auth-account # GHC 8.2.1 via yesod-auth + - yesod-static-angular # GHC 8.2.1 via yesod - hspec-webdriver - webdriver-angular @@ -1901,16 +1891,15 @@ packages: - type-spec - pretty-types # - mediabus # GHC 8.2.1 - #- mediabus-fdk-aac # needs non-free libfdk-aac-dev + # - mediabus-fdk-aac # needs non-free libfdk-aac-dev # - mediabus-rtp # GHC 8.2.1 # "Will Thompson @wjt": # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - [] - # - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 - # - hsass # via hlibsass + - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 + - hsass # via hlibsass "Robert Massaioli @robertmassaioli": - range @@ -1936,16 +1925,16 @@ packages: - Network-NineP "Oliver Charles @ocharles": - # - engine-io # bounds: aeson, websockets + - engine-io # bounds: aeson, websockets - diff3 # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors - exhaustive - libsystemd-journal - network-carbon - # - socket-io # bounds: aeson, via: engine-io + - socket-io # bounds: aeson, via: engine-io - tasty-rerun # - logging-effect # GHC 8.2.1 - # - reactive-banana # GHC 8.2.1 + - reactive-banana # GHC 8.2.1 "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1966,9 +1955,9 @@ packages: - abstract-deque - abstract-deque-tests - abstract-par - # - atomic-primops # GHC 8.2.1 + - atomic-primops # GHC 8.2.1 - base-orphans - # - chaselev-deque # GHC 8.2.1 via atomic-primops + - chaselev-deque # GHC 8.2.1 via atomic-primops - code-page - deriving-compat - echo @@ -1985,20 +1974,20 @@ packages: - text-show - text-show-instances - th-abstraction - # - thread-local-storage # GHC 8.2.1 via atomic-primops + - thread-local-storage # GHC 8.2.1 via atomic-primops "Kirill Zaborsky @qrilka": - xlsx "Matt Parsons @parsonsmatt": - monad-logger-prefix - # - monad-metrics # GHC 8.2.1 via ekg-core + - monad-metrics # GHC 8.2.1 via ekg-core "Matthew Pickering @mpickering": - refact - # - apply-refact + - apply-refact - # "Andrew Gibiansky @gibiansky": + "Andrew Gibiansky @gibiansky": # - ihaskell # GHC 8 # - ihaskell-aeson # via: ihaskell # - ihaskell-basic # via: ihaskell @@ -2011,7 +2000,7 @@ packages: # - ihaskell-rlangqq # via: ihaskell # - ihaskell-static-canvas # via: ihaskell # - ghc-parser # GHC 8 - # - ipython-kernel # GHC 8 + - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": [] @@ -2019,7 +2008,7 @@ packages: "James Cook @mokus0": - dependent-sum - # - dependent-sum-template # bounds: dependent-sum + - dependent-sum-template # bounds: dependent-sum - dependent-map # - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd @@ -2028,7 +2017,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - haxl-amazonka - # - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 + - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 - servant-JuicyPixels "Artyom @neongreen": @@ -2080,15 +2069,15 @@ packages: "Michael Walker @barrucadu": - both - # - concurrency # GHC 8.2.1 via atomic-primops + - concurrency # GHC 8.2.1 via atomic-primops - dpor - # - dejafu # GHC 8.2.1 - # - async-dejafu # GHC 8.2.1 - # - hunit-dejafu # GHC 8.2.1 - # - tasty-dejafu # GHC 8.2.1 + - 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 + - irc-conduit # GHC 8.2.1 + - irc-client # GHC 8.2.1 "Rudy Matela @rudymatela": - leancheck @@ -2103,19 +2092,19 @@ packages: - emailaddress - envelope - from-sum - # - hailgun # GHC 8.2.1 - # - hailgun-simple # GHC 8.2.1 + - hailgun # GHC 8.2.1 + - hailgun-simple # GHC 8.2.1 # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation # - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - # - servant-checked-exceptions # GHC 8.2.1 - # - servant-static-th # GHC 8.2.1 + - servant-checked-exceptions # GHC 8.2.1 + - servant-static-th # GHC 8.2.1 - xml-html-qq - xml-indexed-cursor - # - yahoo-finance-api # GHC 8.2.1 + - yahoo-finance-api # GHC 8.2.1 # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": @@ -2156,7 +2145,8 @@ packages: [] # - GPipe-GLFW # GHC 8.2.1 via GLFW-b - # "Csaba Hruska @csabahruska": + "Csaba Hruska @csabahruska": + [] # - lambdacube-ir # bounds: aeson # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir @@ -2165,8 +2155,7 @@ packages: - Xauth "Sebastian de Bellefon @Helkafen": - [] - # - wai-middleware-metrics # GHC 8.2.1 via ekg-core + - wai-middleware-metrics # GHC 8.2.1 via ekg-core "Stefan Berthold": [] @@ -2181,7 +2170,8 @@ packages: - http-common - http-streams - # "Devan Stormont @stormont": + "Devan Stormont @stormont": + [] # - forecast-io # bounds: aeson 1.0 "Sean Hunt @markfine": - postgresql-schema - # - sbp # build failure + - sbp # build failure "Jinjing Wang @nfjinjing": - [] - # - moesocks # https://github.com/nfjinjing/moesocks/issues/1 + - moesocks # https://github.com/nfjinjing/moesocks/issues/1 "Gregory W. Schwartz @GregorySchwartz": - fasta @@ -2232,7 +2221,7 @@ packages: - clumpiness - find-clumpiness - blosum - # - convert-annotation # via cassava: bounds: vector + - convert-annotation # via cassava: bounds: vector # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": @@ -2264,7 +2253,7 @@ packages: - tagged-identity - req - req-conduit - # - cue-sheet # https://github.com/mrkkrp/cue-sheet/issues/4 + # - cue-sheet # bounds: megaparsec - wave - flac - flac-picture @@ -2274,7 +2263,8 @@ packages: # - stache # GHC 8.2.1 - parser-combinators - # "Thomas Bereknyei ": + "Thomas Bereknyei ": + [] # - multiplate # bounds: transformers "Sumit Sahrawat @sumitsahrawat": @@ -2288,11 +2278,10 @@ packages: - slack-web "Nickolay Kudasov @fizruk": - [] - # - http-api-data # GHC 8.2.1 via uri-bytestring + - http-api-data # GHC 8.2.1 via uri-bytestring # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - # - swagger2 # GHC 8.2.1 - # - servant-swagger # GHC 8.2.1 + - swagger2 # GHC 8.2.1 + - servant-swagger # GHC 8.2.1 "Jared Tobin @jtobin": - mwc-probability @@ -2321,25 +2310,27 @@ packages: # - network-transport-composed # bounds: network-transport # - rank1dynamic # https://github.com/haskell-distributed/rank1dynamic/issues/18 - # "Alexander Vershilov @qnikst": + "Alexander Vershilov @qnikst": + [] # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests "Takahiro Himura @thimura": - lens-regex - # https://github.com/himura/twitter-conduit/issues/56 - # - twitter-conduit # Cabal 2.0 + # - twitter-conduit # Cabal 2.0 https://github.com/himura/twitter-conduit/issues/56 - twitter-types - twitter-types-lens - # "Robbin C. robbinch": + "Robbin C. @robbinch": + [] # - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time - # "Tim Baumann @timjb": + "Tim Baumann @timjb": + [] # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": @@ -2369,7 +2360,7 @@ packages: # - cacophony # GHC 8.2.1 # - pipes-cacophony # GHC 8.2.1 - blake2 - # - nfc # GHC 8.2.1 via c2hs + - nfc # GHC 8.2.1 via c2hs "Adam Curtis @kallisti-dev": - webdriver @@ -2379,12 +2370,12 @@ packages: - inline-c-cpp - ekg - # "Emin Karayel @ekarayel": + "Emin Karayel @ekarayel": + [] # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - [] - # - ctrie # GHC 8.2.1 via atomic-primops + - ctrie # GHC 8.2.1 via atomic-primops # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": @@ -2395,32 +2386,33 @@ packages: - exp-pairs "Stefan Kersten @kaoskorobase": - [] - # - hsndfile # GHC 8.2.1 via c2hs - # - hsndfile-vector # GHC 8.2.1 via c2hs + - hsndfile # GHC 8.2.1 via c2hs + - hsndfile-vector # GHC 8.2.1 via c2hs "yihuang @yihuang": - tagstream-conduit - # "Johannes Hilden @johanneshilden": - # - hashids # Missing test files https://github.com/fpco/stackage/issues/1001 + "Johannes Hilden @johanneshilden": + - hashids # Missing test files https://github.com/fpco/stackage/issues/1001 - # "Joe Hermaszewski @expipiplus1": + "Joe Hermaszewski @expipiplus1": + [] # - exact-real # bounds: ghc, base - # "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": + [] # - Cartesian # bounds: lens # - Michelangelo # bounds: lens # via: Wavefront - # "Henry J. Wylde @hjwylde": + "Henry J. Wylde @hjwylde": + [] # - git-fmt # bounds: optparse-applicative 0.13 # - omnifmt # bounds: optparse-applicative 0.13 # - werewolf # bounds: aeson, extra, lens # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - [] - # - benchpress # GHC 8.2.1 + - benchpress # GHC 8.2.1 # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": @@ -2445,7 +2437,7 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - # - tz # GHC 8.2.1 via timezone-series + - tz # GHC 8.2.1 via timezone-series - tzdata "Timothy Klim @TimothyKlim": @@ -2454,16 +2446,15 @@ packages: "David Luposchainsky @quchen": # - 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 - - # - 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 + - show-prettyprint # https://github.com/fpco/stackage/issues/2554 # GHC 8.2.1 + - 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 # GHC 8.2.1 + - 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 @@ -2473,25 +2464,25 @@ packages: # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector # - 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 + - 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 + # - ixset # via: syb-with-class, safecopy - reform - reform-blaze - reform-hamlet - # - reform-happstack # GHC 8.2.1 via happstack-server - # - reform-hsp # GHC 8.2.1 via hsx2hs + - 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 # 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 # 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 # GHC 8.2.1 + - web-routes-th # GHC 8.2.1 - web-routes-wai - # - hsx2hs # GHC 8.2.1 + - hsx2hs # GHC 8.2.1 "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2508,11 +2499,11 @@ packages: - projectroot - questioner # - stack-run-auto # GHC 8.2.1 via extract-dependencies - # - hpack-convert # bounds: aeson 1.0 + - hpack-convert # bounds: aeson 1.0 - language-dockerfile "Pascal Hartig @passy": - # - giphy-api # GHC 8.2.1 + - giphy-api # GHC 8.2.1 - optparse-text "rightfold @rightfold": @@ -2531,8 +2522,7 @@ packages: # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - [] - # - hoauth2 # GHC 8.2.1 via uri-bytestring + - hoauth2 # GHC 8.2.1 via uri-bytestring "Falko Peters @informatikr": - scrypt @@ -2541,11 +2531,11 @@ packages: - dawg-ord "Amit Levy @alevy": - # - postgresql-orm # 0.4.1 compilation failure + - postgresql-orm # 0.4.1 compilation failure - simple - simple-templates - simple-session - # - simple-postgresql-orm # via: postgresql-orm + - simple-postgresql-orm # via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2554,9 +2544,8 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - [] - # - Frames # GHC 8.2.1 - # - hpp # GHC 8.2.1 + - Frames # GHC 8.2.1 + - hpp # GHC 8.2.1 "Takayuki Muranushi @nushio3": - binary-search @@ -2565,13 +2554,13 @@ packages: "Jason Shipman @jship": # on behalf of Boris Sukholitko @bosu [] - # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 + # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 & via testing-feat "Suhail Shergill @suhailshergill": - extensible-effects "Justus Adam @JustusAdam": - # - marvin >= 0.1.4 # GHC 8.2.1 via tls via irc-conduit + - marvin >= 0.1.4 # GHC 8.2.1 via tls via irc-conduit - marvin-interpolate >= 1.1 - mustache @@ -2600,10 +2589,11 @@ packages: "Elie Genard @eliegenard": - turtle-options - # - mushu # GHC 8.2.1 via libmpd + - mushu # GHC 8.2.1 via libmpd # - hakyll-favicon # bounds: skylighting - # "Ruey-Lin Hsu @petercommand": + "Ruey-Lin Hsu @petercommand": + [] # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": @@ -2622,7 +2612,8 @@ packages: # - SVGFonts # GHC 8.2.1 via diagrams-core # - Chart-diagrams # bounds optparse-applicative - # "Aaron Levin @aaronmblevin": + "Aaron Levin @aaronmblevin": + [] # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client "Aaron Levin @aaronmblevin": @@ -2644,9 +2635,8 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - [] - # - taggy # build failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 + - taggy # build failure https://github.com/alpmestan/taggy/issues/19 + - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal @@ -2675,15 +2665,16 @@ packages: - unification-fd - unix-bytestring - # "Carlo Hamalainen @carlohamalainen": + "Carlo Hamalainen @carlohamalainen": + [] # - ghc-imported-from # bounds: process-streaming # via: ghc-mod "Fraser Tweedale @frasertweedale": - concise - jose - # "Yutaka Nishimura @ynishi": - # - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 + "Yutaka Nishimura @ynishi": + - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2697,22 +2688,21 @@ packages: - papillon "Jan Gerlinger @JanGe": - [] - # - irc-dcc # bounds: path + - irc-dcc # bounds: path # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - # - hw-conduit # via criterion: via cassava: bounds: vector + - hw-conduit # via criterion: via cassava: bounds: vector - hw-diagnostics - # - hw-json # via criterion: via cassava: bounds: vector + - hw-json # via criterion: via cassava: bounds: vector - hw-parser - hw-prim - hw-rankselect - hw-succinct - # "Ismail Mustafa @ismailmustafa": - # - handwriting # GHC 8.2.1 + "Ismail Mustafa @ismailmustafa": + - handwriting # GHC 8.2.1 "Stephen Diehl @sdiehl": - protolude @@ -2723,7 +2713,8 @@ packages: - api-field-json-th # - yesod-job-queue # bounds cron - # "Braden Walters @meoblast001": + "Braden Walters @meoblast001": + [] # - hakyll-sass # compilation failure "Patrick Thomson @helium": @@ -2758,7 +2749,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - # - oanda-rest-api # GHC 8.2.1 via MemoTrie + - oanda-rest-api # GHC 8.2.1 via MemoTrie - stratosphere - sum-type-boilerplate @@ -2769,16 +2760,16 @@ packages: "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - # - 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-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 # https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-pango # https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 + - 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 + - gi-webkit # https://github.com/haskell-gi/haskell-gi/issues/113 - haskell-gi - haskell-gi-base @@ -2796,8 +2787,8 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - # - units # GHC 8.2.1 via MemoTrie - # - units-defs # GHC 8.2.1 via MemoTrie + - units # GHC 8.2.1 via MemoTrie + - units-defs # GHC 8.2.1 via MemoTrie - HUnit-approx - units-parser @@ -2829,7 +2820,8 @@ packages: - fast-digits - bit-stream - # "Greg Hurrell @wincent": + "Greg Hurrell @wincent": + [] # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": @@ -2887,13 +2879,13 @@ packages: [] # - aeson-injector # GHC 8.2.1 - # "Rune K. Svendsen @runeks": + "Rune K. Svendsen @runeks": + [] # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core "Al Zohali @zohl": - [] - # - servant-auth-cookie # GHC 8.2.1 - # - dictionaries # GHC 8.2.1 + - servant-auth-cookie # GHC 8.2.1 + - dictionaries # GHC 8.2.1 "Joachim Fasting @joachifm": - libmpd @@ -2904,13 +2896,12 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - [] - # - heatshrink # GHC 8.2.1 via c2hs - # - hocilib # GHC 8.2.1 via c2hs + - heatshrink # GHC 8.2.1 via c2hs + - hocilib # GHC 8.2.1 via c2hs "Matthias Herrmann @2chilled": [] - # scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 + # - scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 "Daniel Mendler @minad": - quickcheck-special @@ -2925,9 +2916,9 @@ packages: - unlit - intro - tasty-auto - # - tasty-stats # GHC 8.2.1 + - tasty-stats # GHC 8.2.1 - colorful-monoids - # - ihs # GHC 8.2.1 + - ihs # GHC 8.2.1 "Taras Serduke @tserduke": - do-list @@ -2948,8 +2939,8 @@ packages: - vector-mmap "Alex Mason @Axman6": - # - foldl-statistics # bounds: foldl - - amazonka-s3-streaming + # - foldl-statistics # bounds: foldl + - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": [] @@ -2967,12 +2958,11 @@ packages: # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - [] - # - numhask # GHC 8.2.1 via protolude - # - numhask-range # GHC 8.2.1 via protolude + - 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 # GHC 8.2.1 via protolude + - online # GHC 8.2.1 via protolude "Iphigenia Df @iphydf": - data-msgpack @@ -2994,8 +2984,7 @@ packages: - postgresql-simple-queue "Bernie Pope @bjpop": - [] - # - language-python # https://github.com/bjpop/language-python/issues/35 + - language-python # https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - picedit @@ -3023,14 +3012,13 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus - # - bookkeeping # GHC 8.2.1 + - bookkeeping # GHC 8.2.1 "Marcin Tolysz @tolysz": - rawstring-qm "Tom Nielsen @glutamate": - [] - # - datasets # via cassava: bounds: vector + - datasets # via cassava: bounds: vector "Hyunje Jun @noraesae": - line @@ -3043,9 +3031,8 @@ packages: - printcess "Alexey Kuleshevich @lehins": - [] - # - wai-middleware-auth # GHC 8.2.1 via uri-bytestring - # - hip # via repa: bounds: vector + - wai-middleware-auth # GHC 8.2.1 via uri-bytestring + # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3114,8 +3101,8 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep - # - yesod-form-bootstrap4 # GHC 8.2.1 via yesod-form - # - yesod-recaptcha2 # GHC 8.2.1 via yesod-auth + - yesod-form-bootstrap4 # GHC 8.2.1 via yesod-form + - yesod-recaptcha2 # GHC 8.2.1 via yesod-auth "Andrei Barbu @abarbu": - nondeterminism @@ -3126,7 +3113,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - # - aeson-diff # GHC 8.2.1 + - aeson-diff # GHC 8.2.1 - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": @@ -3162,9 +3149,8 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - [] - # - ziptastic-client # GHC 8.2.1 via tz - # - ziptastic-core # GHC 8.2.1 via tz + - ziptastic-client # GHC 8.2.1 via tz + - ziptastic-core # GHC 8.2.1 via tz "Hardy Jones @joneshf": [] @@ -3176,7 +3162,7 @@ packages: "Albert Krewinkel @tarleb": - hslua - # - hslua-aeson # BOUNDS hslua 0.6 + - hslua-aeson # BOUNDS hslua 0.6 "Judah Jacobson @judah": - lens-labels @@ -3187,12 +3173,12 @@ packages: - 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 - # - tensorflow-proto # bounds: proto-lens-protoc - # - tensorflow-test # bounds: tensorflow + - tensorflow # GHC 8.2.1 + - tensorflow-core-ops # bounds: tensorflow + - tensorflow-opgen # bounds: tensorflow + - tensorflow-ops # bounds: tensorflow + - tensorflow-proto # bounds: proto-lens-protoc + - tensorflow-test # bounds: tensorflow "Christof Schramm ": - mnist-idx @@ -3209,8 +3195,7 @@ packages: - async-timer "Simon Hafner @reactormonk": - [] - # - uri-bytestring-aeson # GHC 8.2.1 + - uri-bytestring-aeson # GHC 8.2.1 "Sebastian Witte @saep": - nvim-hs @@ -3238,8 +3223,7 @@ packages: # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": - [] - # - alerta # GHC 8.2.1 + - alerta # GHC 8.2.1 "Steven Vandevelde @icidasset": - shikensu @@ -3256,7 +3240,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural # https://github.com/fpco/stackage/issues/2735 + # - neural # https://github.com/fpco/stackage/issues/2735 - pell "Matt Noonan @matt-noonan": From f8ca70f4dd73aaba240f22c9628c7a79ad8f8ed4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 20:45:03 +0200 Subject: [PATCH 1734/3109] Skip gogol-youtube benchmarks --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90870cc9..868812fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,8 +27,8 @@ packages: "Bas van Dijk @basvandijk": [] - # - opencv - # - opencv-extra + # - opencv # hard to install build tools + # - opencv-extra # hard to install build tools "Pasqualino Assini @tittoassini": - zm @@ -3884,6 +3884,9 @@ skipped-benchmarks: # Cyclic dependencies - cassava + # Timeouts + - gogol-youtube + # Maintainers who don't want to update benchmarks # Only re-enable if requested. ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From c65c21658886070f0a55255c433a2bc8b4484687 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 20:56:05 +0200 Subject: [PATCH 1735/3109] Re-disable some packages --- build-constraints.yaml | 110 +++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 53 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 868812fd..66c3cd67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -115,17 +115,17 @@ packages: - sample-frame - sample-frame-np - set-cover - - sound-collage # GHC 8.2.1 via synthesizer-core + - sound-collage # via synthesizer-core compilation failure - sox # GHC 8.2.1 - soxlib - - split-record # GHC 8.2.1 via synthesizer-core + - split-record # via synthesizer-core compilation failure - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core # GHC 8.2.1 - - synthesizer-dimensional # GHC 8.2.1 via synthesizer-core - - synthesizer-midi # GHC 8.2.1 via synthesizer-core + # - synthesizer-core # test compilation failure + # - synthesizer-dimensional # via synthesizer-core compilation failure + # - synthesizer-midi # via synthesizer-core compilation failure - tagchup - tfp - unicode @@ -211,7 +211,7 @@ packages: - unicode-transforms "Aleksey Uimanov @s9gf4ult": - - postgresql-query # via: derive + # - postgresql-query # compilation error - hreader - hset @@ -264,7 +264,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter # https://github.com/snoyberg/keter/issues/170 + # - keter # compilation failure https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -275,11 +275,11 @@ packages: - persistent-sqlite - persistent-template - stackage-curator # GHC 8.2 - - store # GHC 8.2 + # - store # compilation failure - stm-conduit - wai-websockets - warp-tls - - yackage # GHC 8.2.1 via yesod-form + # - yackage # compilation failure - yesod - yesod-auth - authenticate-oauth @@ -346,13 +346,13 @@ packages: "Omari Norman @massysett": - rainbow # GHC 8.2.1 via lens-simple - rainbox # GHC 8.2.1 via lens-simple - - anonymous-sums # https://github.com/massysett/anonymous-sums/issues/1 + # - anonymous-sums # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - - prednote # GHC 8.2.1 via lens-simple + # - prednote # test compilation failure - cartel - Earley - ofx - - pinchot # GHC 8.2.1 + # - pinchot # compilation failure - accuerr - timelens - non-empty-sequence @@ -483,7 +483,7 @@ packages: - pdfinfo - present # compilation failure against haskell-src-exts - pure-io - - scrobble # compilation errors against time 1.6 + # - scrobble # compilation failure against time 1.6 - sourcemap - hindent - descriptive @@ -690,7 +690,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - - hatex-guide # https://github.com/Daniel-Diaz/hatex-guide/issues/21 + # - hatex-guide # compilation failure https://github.com/Daniel-Diaz/hatex-guide/issues/21 - include-file - matrix - pcre-light @@ -764,7 +764,7 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - - posix-realtime # https://github.com/mgajda/posix-realtime/issues/5 + # - posix-realtime # compilation failure https://github.com/mgajda/posix-realtime/issues/5 "Dom De Re @domdere": - cassava-conduit @@ -859,7 +859,7 @@ packages: - biocore - biofasta - biofastq - - biosff # 0.3.7.1 Compilation failure due to -Werror + # - biosff # 0.3.7.1 compilation failure - blastxml - bioace - biopsl @@ -879,7 +879,7 @@ packages: - Genbank - RNAlien # via cassava: bounds: vector - Taxonomy - - TaxonomyTools # build failure + # - TaxonomyTools # compilation failure - ViennaRNAParser "Silk ": @@ -921,7 +921,7 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - - al # FIXME temporary, figure out why it's not working with stackage-build + # - al # Setup failure, needs old c2hs - event - hid # GHC 8.2.1 via c2hs # - luminance # BLOCKED directory 1.3 @@ -999,7 +999,7 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location # bounds: transformers + # - file-location # test compilation failure - fuzzcheck - here - hlibgit2 @@ -1091,7 +1091,8 @@ packages: - ghcjs-perch "Sebastian Nagel @ch1bo": - - hdevtools # https://github.com/hdevtools/hdevtools/issues/57 + [] + # - hdevtools # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 "Andrey Chudnov @achudnov": [] @@ -1151,7 +1152,7 @@ packages: "Jens Petersen @juhp": # - cabal-rpm # GHC 8.2.1 - - stackage-query # BLOCKED stackage-types/Cabal 2.0 + # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson - libffi @@ -1307,13 +1308,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa # 0.91 Compilation failure due to -Werror - - regex-parsec # 0.90 Compilation failure due to -Werror + # - regex-dfa # 0.91 Compilation failure due to -Werror + # - regex-parsec # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa # - regex-tdfa-utf8 # bounds: ghc, base - - regex-tre # 0.91 Compilation failure due to -Werror + # - regex-tre # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1581,11 +1582,11 @@ packages: "Mateusz Kowalczyk @Fuuzetsu": # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - H # GHC 8.2.1 via c2hs - - inline-r # GHC 8.2.1 via c2hs + # - inline-r # compilation failure "David Fox @ddssff": - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - - cabal-debian # via: debian + # - cabal-debian # compilation failure "Stefan Saasen @juretta": - jwt @@ -1762,7 +1763,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - - phash # Can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + # - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1786,7 +1787,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker # GHC 8.2.1 via hedis - # - hworker-ses # 0.1.1.0 build failure + # - hworker-ses # 0.1.1.0 compilation failure - fn # - fn-extra # via: digestive-functors @@ -1798,7 +1799,7 @@ packages: - 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 + # - jvm # compilation failure # - sparkle # bounds: mmorph # - streaming-binary # bounds: mmorph - th-lift @@ -1850,14 +1851,14 @@ packages: - atom-conduit # GHC 8.2.1 via lens-simple - conduit-parse - opml-conduit # GHC 8.2.1 via lens-simple - - rss-conduit # GHC 8.2.1 via lens-simple + # - rss-conduit # test runtime failure - imm # GHC 8.2.1 via lens-simple - timerep - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc # build failure https://github.com/k-bx/protocol-buffers/issues/45 + # - hprotoc # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - ekg-core - digits @@ -1878,10 +1879,10 @@ packages: # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - - xlsior # https://github.com/eurekagenomics/xlsior/issues/3 + # - xlsior # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account # GHC 8.2.1 via yesod-auth + # - yesod-auth-account # test compilation failure - yesod-static-angular # GHC 8.2.1 via yesod - hspec-webdriver - webdriver-angular @@ -1895,7 +1896,7 @@ packages: # - mediabus-rtp # GHC 8.2.1 # "Will Thompson @wjt": - # - bustle # build failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 + # - bustle # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 @@ -1925,7 +1926,7 @@ packages: - Network-NineP "Oliver Charles @ocharles": - - engine-io # bounds: aeson, websockets + # - engine-io # compilation failure - diff3 # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors - exhaustive @@ -2207,7 +2208,7 @@ packages: "Mark Fine @markfine": - postgresql-schema - - sbp # build failure + - sbp # compilation failure "Jinjing Wang @nfjinjing": - moesocks # https://github.com/nfjinjing/moesocks/issues/1 @@ -2279,7 +2280,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data # GHC 8.2.1 via uri-bytestring - # - smsaero # build failure against aeson https://github.com/GetShopTV/smsaero/issues/12 + # - smsaero # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 # GHC 8.2.1 - servant-swagger # GHC 8.2.1 @@ -2499,7 +2500,7 @@ packages: - projectroot - questioner # - stack-run-auto # GHC 8.2.1 via extract-dependencies - - hpack-convert # bounds: aeson 1.0 + # - hpack-convert # compilation failure - language-dockerfile "Pascal Hartig @passy": @@ -2531,7 +2532,7 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm # 0.4.1 compilation failure + # - postgresql-orm # 0.5.0 compilation failure - simple - simple-templates - simple-session @@ -2544,7 +2545,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # GHC 8.2.1 + # - Frames # test compilation failure - hpp # GHC 8.2.1 "Takayuki Muranushi @nushio3": @@ -2589,7 +2590,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - - mushu # GHC 8.2.1 via libmpd + # - mushu # compilation failure # - hakyll-favicon # bounds: skylighting "Ruey-Lin Hsu @petercommand": @@ -2635,8 +2636,9 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy # build failure https://github.com/alpmestan/taggy/issues/19 - - taggy-lens # via taggy: build failure https://github.com/alpmestan/taggy/issues/19 + [] + # - taggy # compilation failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal @@ -2674,7 +2676,8 @@ packages: - jose "Yutaka Nishimura @ynishi": - - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 + [] + # - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2749,7 +2752,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api # GHC 8.2.1 via MemoTrie + # - oanda-rest-api # test compilation failure - stratosphere - sum-type-boilerplate @@ -2762,11 +2765,11 @@ packages: - gi-cairo - 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-gio # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-pango # compilation failure 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 @@ -2787,7 +2790,7 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units # GHC 8.2.1 via MemoTrie + # - units # compilation failure - units-defs # GHC 8.2.1 via MemoTrie - HUnit-approx - units-parser @@ -3173,11 +3176,11 @@ packages: - 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 - - tensorflow-proto # bounds: proto-lens-protoc + # - tensorflow # via: tensorflow-proto + # - tensorflow-core-ops # via: tensorflow-proto + # - tensorflow-opgen # via: tensorflow-proto + # - tensorflow-ops # bounds: tensorflow-proto + # - tensorflow-proto # compilation failure - tensorflow-test # bounds: tensorflow "Christof Schramm ": @@ -3678,6 +3681,7 @@ expected-test-failures: - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages + - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL From e1ffd98a4fb3cd8406d0efc547354f14bc8bcc89 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 20:56:05 +0200 Subject: [PATCH 1736/3109] Re-disable some packages --- build-constraints.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66c3cd67..c9209dcc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -274,7 +274,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator # GHC 8.2 + # - stackage-curator # via store compilation failure # - store # compilation failure - stm-conduit - wai-websockets @@ -469,7 +469,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels # https://github.com/chrisdone/labels/issues/8 + # - labels # compilation failure https://github.com/chrisdone/labels/issues/8 - ace - ical - check-email @@ -1173,7 +1173,7 @@ packages: # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - vado # GHC 8.2.1 - - vcsgui # via: gi-gtk-hs + # - vcsgui # compilation failure via: gi-gtk-hs - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": @@ -1580,8 +1580,9 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": + [] # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H # GHC 8.2.1 via c2hs + # - H # via inline-r compilation failure # - inline-r # compilation failure "David Fox @ddssff": @@ -2222,7 +2223,7 @@ packages: - clumpiness - find-clumpiness - blosum - - convert-annotation # via cassava: bounds: vector + # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": @@ -2536,7 +2537,7 @@ packages: - simple - simple-templates - simple-session - - simple-postgresql-orm # via: postgresql-orm + # - simple-postgresql-orm # compilation failure via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2763,16 +2764,16 @@ packages: "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk # https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-gdk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - gi-gdkpixbuf # https://github.com/haskell-gi/haskell-gi/issues/113 # - gi-gio # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - - gi-gtk # https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-pango # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-gtk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-pango < 0 # compilation failure 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 + - gi-webkit < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - haskell-gi - haskell-gi-base @@ -2987,7 +2988,8 @@ packages: - postgresql-simple-queue "Bernie Pope @bjpop": - - language-python # https://github.com/bjpop/language-python/issues/35 + [] + # - language-python # compilation failure https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - picedit From 11942800610377fe76ead3874de583420549e74a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 21:43:06 +0200 Subject: [PATCH 1737/3109] Re-disable some packages --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9209dcc..1d93f52f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -123,7 +123,7 @@ packages: - stm-split - storable-record - storablevector - # - synthesizer-core # test compilation failure + - synthesizer-core < 0 # test compilation failure # - synthesizer-dimensional # via synthesizer-core compilation failure # - synthesizer-midi # via synthesizer-core compilation failure - tagchup @@ -469,7 +469,7 @@ packages: - xenstore "Chris Done @chrisdone": - # - labels # compilation failure https://github.com/chrisdone/labels/issues/8 + - labels < 0 # compilation failure https://github.com/chrisdone/labels/issues/8 - ace - ical - check-email @@ -1173,7 +1173,7 @@ packages: # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - vado # GHC 8.2.1 - # - vcsgui # compilation failure via: gi-gtk-hs + - vcsgui < 0 # via: gi-gtk-hs compilation failure - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": @@ -1852,7 +1852,7 @@ packages: - atom-conduit # GHC 8.2.1 via lens-simple - conduit-parse - opml-conduit # GHC 8.2.1 via lens-simple - # - rss-conduit # test runtime failure + - rss-conduit < 0 # test runtime failure - imm # GHC 8.2.1 via lens-simple - timerep - xml-conduit-parse @@ -1927,7 +1927,7 @@ packages: - Network-NineP "Oliver Charles @ocharles": - # - engine-io # compilation failure + - engine-io < 0 # compilation failure - diff3 # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors - exhaustive From e65d76197523aafc328c3d59e721fe45f9d60ff1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 22:00:42 +0200 Subject: [PATCH 1738/3109] Replace compilation failures with < 0 bounds to prevent them from being re-enabled by accident --- build-constraints.yaml | 118 +++++++++++++++++++---------------------- 1 file changed, 55 insertions(+), 63 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d93f52f..5d250e04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,6 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: - "Sebastian Mihai Ardelean @ardeleanasm": - qchas @@ -115,10 +114,10 @@ packages: - sample-frame - sample-frame-np - set-cover - - sound-collage # via synthesizer-core compilation failure + # - sound-collage # via synthesizer-core compilation failure - sox # GHC 8.2.1 - soxlib - - split-record # via synthesizer-core compilation failure + # - split-record # via synthesizer-core compilation failure - spreadsheet - stm-split - storable-record @@ -264,7 +263,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # - keter # compilation failure https://github.com/snoyberg/keter/issues/170 + - keter < 0 # compilation failure https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -275,11 +274,11 @@ packages: - persistent-sqlite - persistent-template # - stackage-curator # via store compilation failure - # - store # compilation failure + - store < 0 # compilation failure - stm-conduit - wai-websockets - warp-tls - # - yackage # compilation failure + - yackage < 0 # compilation failure - yesod - yesod-auth - authenticate-oauth @@ -346,13 +345,13 @@ packages: "Omari Norman @massysett": - rainbow # GHC 8.2.1 via lens-simple - rainbox # GHC 8.2.1 via lens-simple - # - anonymous-sums # compilation failure https://github.com/massysett/anonymous-sums/issues/1 + - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - # - prednote # test compilation failure + - prednote < 0 # test compilation failure - cartel - Earley - ofx - # - pinchot # compilation failure + - pinchot < 0 # compilation failure - accuerr - timelens - non-empty-sequence @@ -483,7 +482,7 @@ packages: - pdfinfo - present # compilation failure against haskell-src-exts - pure-io - # - scrobble # compilation failure against time 1.6 + - scrobble < 0 # compilation failure against time 1.6 - sourcemap - hindent - descriptive @@ -634,7 +633,7 @@ packages: # - country-codes # bounds: tagsoup - fb # bounds: aeson, http-conduit-2.2, hspec # - fb-persistent # bounds: persistent # via: fb - # - mangopay # compilation failure against aeson + - mangopay < 0 # compilation failure against aeson - nonce - serversession # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector @@ -690,7 +689,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - # - hatex-guide # compilation failure https://github.com/Daniel-Diaz/hatex-guide/issues/21 + - hatex-guide < 0 # compilation failure https://github.com/Daniel-Diaz/hatex-guide/issues/21 - include-file - matrix - pcre-light @@ -764,7 +763,7 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - # - posix-realtime # compilation failure https://github.com/mgajda/posix-realtime/issues/5 + - posix-realtime < 0 # compilation failure https://github.com/mgajda/posix-realtime/issues/5 "Dom De Re @domdere": - cassava-conduit @@ -859,11 +858,11 @@ packages: - biocore - biofasta - biofastq - # - biosff # 0.3.7.1 compilation failure + - biosff < 0 # 0.3.7.1 compilation failure - blastxml - bioace - biopsl - # - samtools # Compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 + - samtools < 0 # compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP @@ -879,7 +878,7 @@ packages: - Genbank - RNAlien # via cassava: bounds: vector - Taxonomy - # - TaxonomyTools # compilation failure + - TaxonomyTools < 0 # compilation failure - ViennaRNAParser "Silk ": @@ -999,7 +998,7 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - # - file-location # test compilation failure + - file-location < 0 # test compilation failure - fuzzcheck - here - hlibgit2 @@ -1091,8 +1090,7 @@ packages: - ghcjs-perch "Sebastian Nagel @ch1bo": - [] - # - hdevtools # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 + - hdevtools < 0 # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 "Andrey Chudnov @achudnov": [] @@ -1173,7 +1171,7 @@ packages: # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - vado # GHC 8.2.1 - - vcsgui < 0 # via: gi-gtk-hs compilation failure + # - vcsgui # via: gi-gtk-hs compilation failure - vcswrapper # GHC 8.2.1 "Renzo Carbonara @k0001": @@ -1308,13 +1306,13 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - # - regex-dfa # 0.91 Compilation failure due to -Werror - # - regex-parsec # 0.90 Compilation failure due to -Werror + - regex-dfa < 0 # 0.91 Compilation failure due to -Werror + - regex-parsec < 0 # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa # - regex-tdfa-utf8 # bounds: ghc, base - # - regex-tre # 0.91 Compilation failure due to -Werror + - regex-tre < 0 # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1580,14 +1578,13 @@ packages: - markdown-unlit "Mateusz Kowalczyk @Fuuzetsu": - [] - # - aeson-schema # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - # - H # via inline-r compilation failure - # - inline-r # compilation failure + - aeson-schema < 0 # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 + - H < 0 # via inline-r compilation failure + - inline-r < 0 # compilation failure "David Fox @ddssff": - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - # - cabal-debian # compilation failure + - cabal-debian < 0 # compilation failure "Stefan Saasen @juretta": - jwt @@ -1686,7 +1683,7 @@ packages: "Athan Clark @athanclark": - commutative # - digestive-functors-lucid # via: digestive-functors - - ltext # compilation failure: https://github.com/ltext/ltext/issues/22 + - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup # - nested-routes # via: HList - path-extra @@ -1788,7 +1785,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker # GHC 8.2.1 via hedis - # - hworker-ses # 0.1.1.0 compilation failure + - hworker-ses < 0 # 0.1.1.0 compilation failure - fn # - fn-extra # via: digestive-functors @@ -1800,7 +1797,7 @@ packages: - H # GHC 8.2.1 via c2hs - inline-r # GHC 8.2.1 via c2hs - jni # GHC 8.2.1 via atomic-primops - # - jvm # compilation failure + - jvm < 0 # compilation failure # - sparkle # bounds: mmorph # - streaming-binary # bounds: mmorph - th-lift @@ -1853,13 +1850,13 @@ packages: - conduit-parse - opml-conduit # GHC 8.2.1 via lens-simple - rss-conduit < 0 # test runtime failure - - imm # GHC 8.2.1 via lens-simple + - imm < 0 # compilation failure via synthesizer-core - timerep - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers - # - hprotoc # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 + - hprotoc < 0 # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 - protocol-buffers-descriptor - ekg-core - digits @@ -1880,10 +1877,10 @@ packages: # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc - # - xlsior # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 + - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - # - yesod-auth-account # test compilation failure + - yesod-auth-account < 0 # test compilation failure - yesod-static-angular # GHC 8.2.1 via yesod - hspec-webdriver - webdriver-angular @@ -1896,8 +1893,8 @@ packages: # - mediabus-fdk-aac # needs non-free libfdk-aac-dev # - mediabus-rtp # GHC 8.2.1 - # "Will Thompson @wjt": - # - bustle # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 + "Will Thompson @wjt": + - bustle < 0 # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 @@ -1933,7 +1930,7 @@ packages: - exhaustive - libsystemd-journal - network-carbon - - socket-io # bounds: aeson, via: engine-io + # - socket-io # via engine-io compilation-failure - tasty-rerun # - logging-effect # GHC 8.2.1 - reactive-banana # GHC 8.2.1 @@ -2281,7 +2278,7 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data # GHC 8.2.1 via uri-bytestring - # - smsaero # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 + - smsaero < 0 # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 # GHC 8.2.1 - servant-swagger # GHC 8.2.1 @@ -2501,7 +2498,7 @@ packages: - projectroot - questioner # - stack-run-auto # GHC 8.2.1 via extract-dependencies - # - hpack-convert # compilation failure + - hpack-convert < 0 # compilation failure - language-dockerfile "Pascal Hartig @passy": @@ -2533,7 +2530,7 @@ packages: - dawg-ord "Amit Levy @alevy": - # - postgresql-orm # 0.5.0 compilation failure + - postgresql-orm < 0 # 0.5.0 compilation failure - simple - simple-templates - simple-session @@ -2546,7 +2543,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - # - Frames # test compilation failure + - Frames < 0 # test compilation failure - hpp # GHC 8.2.1 "Takayuki Muranushi @nushio3": @@ -2591,7 +2588,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - # - mushu # compilation failure + - mushu < 0 # compilation failure # - hakyll-favicon # bounds: skylighting "Ruey-Lin Hsu @petercommand": @@ -2637,8 +2634,7 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - [] - # - taggy # compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": @@ -2677,8 +2673,7 @@ packages: - jose "Yutaka Nishimura @ynishi": - [] - # - atndapi # compilation failure https://github.com/ynishi/atndapi/issues/1 + - atndapi < 0 # compilation failure https://github.com/ynishi/atndapi/issues/1 "Yoshikuni Jujo @YoshikuniJujo": - zot @@ -2718,8 +2713,7 @@ packages: # - yesod-job-queue # bounds cron "Braden Walters @meoblast001": - [] - # - hakyll-sass # compilation failure + - hakyll-sass < 0 # compilation failure "Patrick Thomson @helium": - postgresql-transactional @@ -2753,7 +2747,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - # - oanda-rest-api # test compilation failure + - oanda-rest-api < 0 # test compilation failure - stratosphere - sum-type-boilerplate @@ -2765,15 +2759,15 @@ packages: - gi-atk - gi-cairo - gi-gdk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-gdkpixbuf # https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-gio # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gdkpixbuf # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-gio < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - - gi-gtk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-gtk # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - gi-pango < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-soup # https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - - gi-webkit < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 + # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - haskell-gi - haskell-gi-base @@ -2791,8 +2785,8 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - # - units # compilation failure - - units-defs # GHC 8.2.1 via MemoTrie + - units < 0 # compilation failure + # - units-defs # via units compilation failure - HUnit-approx - units-parser @@ -2825,8 +2819,7 @@ packages: - bit-stream "Greg Hurrell @wincent": - [] - # - docvim # compilation failure: https://github.com/wincent/docvim/issues/30 + - docvim < 0 # compilation failure: https://github.com/wincent/docvim/issues/30 "Ashley Yakeley @AshleyYakeley": - countable @@ -2866,8 +2859,8 @@ packages: - array-memoize # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation - # - fortran-src # OOM https://github.com/fpco/stackage/issues/2232 - # - ixmonad # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 + - fortran-src < 0 # OOM https://github.com/fpco/stackage/issues/2232 + - ixmonad < 0 # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2988,8 +2981,7 @@ packages: - postgresql-simple-queue "Bernie Pope @bjpop": - [] - # - language-python # compilation failure https://github.com/bjpop/language-python/issues/35 + - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 "Mahdi Dibaiee ": - picedit From 4f4a94596cac8130b31970ee7231c98eafd585db Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 22:08:44 +0200 Subject: [PATCH 1739/3109] Redisable svg-tree --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d250e04..7de1fcb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -618,9 +618,9 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree # https://github.com/Twinside/svg-tree/issues/11 - - rasterific-svg # https://github.com/Twinside/svg-tree/issues/11 - - asciidiagram # https://github.com/Twinside/svg-tree/issues/11 + - svg-tree < 0 # haddocks never finish https://github.com/Twinside/svg-tree/issues/11 + # - rasterific-svg # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 + # - asciidiagram # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar From 35f033637f529d00ce6f6a0b67aab272489b5574 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Aug 2017 23:57:31 +0200 Subject: [PATCH 1740/3109] Remove comments from re-enabled packages --- build-constraints.yaml | 562 ++++++++++++++++++++--------------------- 1 file changed, 280 insertions(+), 282 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de1fcb5..1a40e883 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,9 +25,8 @@ packages: - openexr-write "Bas van Dijk @basvandijk": - [] - # - opencv # hard to install build tools - # - opencv-extra # hard to install build tools + - opencv < 0 # hard to install build tools + - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - zm @@ -35,18 +34,17 @@ packages: - model "Timo Koepke @koepket": - [] - # - hinterface # https://github.com/lindenbaum/hinterface/issues/2 + - hinterface < 0 # compilation failure https://github.com/lindenbaum/hinterface/issues/2 "Jose Iborra @pepeiborra": - 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 + - hp2pretty + - floatshow - threepenny-editors - - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 + - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 "Joshua Koike @jano017": @@ -233,7 +231,7 @@ packages: "alpheccar @alpheccar": - HPDF - # - hbayes # https://github.com/alpheccar/hbayes/issues/3 + - hbayes < 0 # compilation failure https://github.com/alpheccar/hbayes/issues/3 "Dmitry Bogatov ": - once @@ -317,7 +315,7 @@ packages: - hybrid-vectors - indents - language-c - # - lhs2tex # https://github.com/kosmikus/lhs2tex/issues/55 + - lhs2tex < 0 # compilation failure https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -480,7 +478,7 @@ packages: - lucid # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo - - present # compilation failure against haskell-src-exts + - present - pure-io - scrobble < 0 # compilation failure against time 1.6 - sourcemap @@ -491,16 +489,16 @@ packages: - intero - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - - structured-haskell-mode # bounds: haskell-src-exts # via: applicative-quoters + - structured-haskell-mode "Alberto G. Corona @agocorona": - RefSerialize - TCache - Workflow - MFlow - - transient # https://github.com/transient-haskell/transient/issues/70 - - transient-universe # via transient - - axiom # via transient + - transient + - transient-universe + - axiom "Edward Kmett @ekmett": - ad @@ -542,7 +540,7 @@ packages: - monadic-arrays - monad-products - monad-products - - monad-st # bounds: transformers + - monad-st - mtl - nats - numeric-extras @@ -631,21 +629,21 @@ packages: "Felipe Lessa @meteficha": # - country-codes # bounds: tagsoup - - fb # bounds: aeson, http-conduit-2.2, hspec - # - fb-persistent # bounds: persistent # via: fb + - fb + # - fb-persistent # bounds: persistent - mangopay < 0 # compilation failure against aeson - nonce - serversession # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector - - serversession-backend-persistent # bounds: persistent, persistent-postgresql, persistent-sqlite - - serversession-backend-redis # bounds: hedis + - serversession-backend-persistent + - serversession-backend-redis # - serversession-frontend-snap # via snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus # - yesod-auth-account-fork # bounds: persistent - - yesod-auth-fb # bounds: time, transformers # via fb, via yesod-fb - - yesod-fb # via fb + - yesod-auth-fb + - yesod-fb # - yesod-mangopay # bounds: wai-logger, vector, hjsmin "Alexander Altman @pthariensflame": @@ -670,7 +668,7 @@ packages: # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": - # - hspec-jenkins # hspec 2.4.1 # https://github.com/worksap-ate/hspec-jenkins/issues/3 + - hspec-jenkins < 0 # compilation failure https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition @@ -689,7 +687,7 @@ packages: # - grouped-list # GHC 8.2.1 - haskintex - HaTeX - - hatex-guide < 0 # compilation failure https://github.com/Daniel-Diaz/hatex-guide/issues/21 + - hatex-guide < 0 - include-file - matrix - pcre-light @@ -717,7 +715,7 @@ packages: - machines-directory - machines-io # - bloodhound # GHC 8.2.1 - - esqueleto # bounds: persistent + - esqueleto "Adam Bergmark @bergmark": - HUnit @@ -736,8 +734,8 @@ packages: "Robert Klotzner @eskimor": - purescript-bridge - - servant-purescript # GHC 8.2.1 - - servant-subscriber # GHC 8.2.1 + - servant-purescript + - servant-subscriber "Rodrigo Setti @rodrigosetti": - messagepack @@ -763,7 +761,7 @@ packages: # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector # - json-autotype # bounds: aeson 1.0, lens - - posix-realtime < 0 # compilation failure https://github.com/mgajda/posix-realtime/issues/5 + - posix-realtime < 0 "Dom De Re @domdere": - cassava-conduit @@ -774,7 +772,7 @@ packages: # - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": - - vector-fftw # bounds: vector + - vector-fftw "Roman Cheplyaka @feuerbach": - action-permutations @@ -816,7 +814,7 @@ packages: # - tttool # GHC 8.2.1 # - gipeda # via cassava: bounds: vector # - list-fusion-probe # GHC 8.2.1 - - haskell-spacegoo # GHC 8.2.1 via MemoTrie + - haskell-spacegoo - tasty-expected-failure # - RepLib # GHC 8.2.1 # - unbound # GHC 8.2.1 @@ -876,7 +874,7 @@ packages: - ClustalParser - EntrezHTTP - Genbank - - RNAlien # via cassava: bounds: vector + - RNAlien - Taxonomy - TaxonomyTools < 0 # compilation failure - ViennaRNAParser @@ -897,7 +895,7 @@ packages: - rest-client - rest-core - rest-gen - - rest-happstack # bounds happstack-server + - rest-happstack - rest-snap - rest-stringmap - rest-types @@ -911,7 +909,7 @@ packages: - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - - hledger-api # GHC 8.2.1 + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -920,7 +918,7 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - # - al # Setup failure, needs old c2hs + - al < 0 # Setup failure, needs old c2hs - event - hid # GHC 8.2.1 via c2hs # - luminance # BLOCKED directory 1.3 @@ -949,7 +947,7 @@ packages: - holy-project - wai-middleware-caching - wai-middleware-caching-lru - - wai-middleware-caching-redis # GHC 8.2.1 via hedis + - wai-middleware-caching-redis # not package maintainer - ekg - ekg-json @@ -958,15 +956,15 @@ packages: - mysql - mysql-simple - sphinx - - xmlhtml # bounds: blaze-html, blaze-markup - - yesod-auth-hashdb # GHC 8.2.1 via yesod-auth + - xmlhtml + - yesod-auth-hashdb "Toralf Wittner @twittner": - bytestring-conversion - cql - cql-io - redis-resp - - redis-io # GHC 8.2.1 via hedis + - redis-io - swagger - tinylog - wai-predicates @@ -998,7 +996,7 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location < 0 # test compilation failure + - file-location < 0 - fuzzcheck - here - hlibgit2 @@ -1025,15 +1023,15 @@ packages: "Nikita Volkov @nikita-volkov": - base-prelude - cases - - focus # GHC 8.2.1 - - 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 + - focus + - hasql + - hasql-pool + - list-t - mtl-prelude - neat-interpolation - partial-handler - postgresql-binary - - slave-thread # GHC 8.2.1 + - slave-thread - stm-containers - refined @@ -1041,17 +1039,17 @@ packages: - prefix-units "Alexander Thiemann @agrafix": - - Spock # GHC 8.2.1 + - Spock - Spock-core - Spock-api - Spock-api-server # - Spock-digestive # via: digestive-functors - - Spock-worker # GHC 8.2.1 + - Spock-worker - graph-core - hvect - reroute - users - - users-persistent # via: esqueleto + - users-persistent - users-postgresql-simple - users-test - validate-input @@ -1067,8 +1065,8 @@ packages: - async-extra - format-numbers - highjson - - highjson-swagger # GHC 8.2.1 via swagger2 - - highjson-th # GHC 8.2.1 via swagger2 + - highjson-swagger + - highjson-th # - superrecord # GHC 8.2.1 via bookkeeper - fileplow @@ -1108,22 +1106,22 @@ 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 - - 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 + - servant-client + - servant-docs + - servant-js + - servant-server + - servant-lucid + - servant-blaze + - servant-foreign + - servant-mock + - servant-cassava "Alexandr Ruchkin @mvoidex": # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat # - hsdev # bounds: mmorph - - simple-log # GHC 8.2.1 + - simple-log - text-region "Aleksey Kliger @lambdageek": @@ -1166,20 +1164,20 @@ packages: # - 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 - - jsaddle # via: ret-tf # https://github.com/fpco/stackage/issues/1569 + - ghcjs-dom + - jsaddle # - leksah-server # bounds: ghc, base # - ltk # bounds: ghc, base - - vado # GHC 8.2.1 + - vado # - vcsgui # via: gi-gtk-hs compilation failure - - vcswrapper # GHC 8.2.1 + - vcswrapper "Renzo Carbonara @k0001": - network-simple - - pipes-aeson # bounds: pipes 4.3 - - pipes-attoparsec # bounds: pipes 4.3 + - pipes-aeson + - pipes-attoparsec # - pipes-binary # bounds: binary, pipes, transformers - - pipes-network # bounds: pipes 4.3 + - pipes-network "Tomas Carnecky @wereHamster": - avers @@ -1268,15 +1266,15 @@ packages: - github - insert-ordered-containers - integer-logarithms - - JuicyPixels-scale-dct # GHC 8.2.1 + - JuicyPixels-scale-dct - lattices - microstache - - monad-http # GHC 8.2.1 + - monad-http - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui # GHC 8.2.1 - - servant-yaml # GHC 8.2.1 + - servant-swagger-ui + - servant-yaml - singleton-bool - spdx - splitmix @@ -1329,7 +1327,7 @@ packages: - language-thrift "Adam C. Foltzer @acfoltzer": - - cryptol # bounds: sbv + - cryptol - gitrev - persistent-refs @@ -1426,103 +1424,103 @@ packages: - amazonka-waf - amazonka-workspaces - amazonka-xray - - 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 + - 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 - ede - pagerduty - semver @@ -1533,10 +1531,10 @@ packages: "Gershom Bazerman @gbaz": - jmacro - - jmacro-rpc # GHC 8.2.1 via happstack-server - - jmacro-rpc-happstack # GHC 8.2.1 via happstack-server + - jmacro-rpc + - jmacro-rpc-happstack - jmacro-rpc-snap - - mbox # GHC 8.2.1 + - mbox - kmeans - boolsimplifier - cubicspline @@ -1583,7 +1581,7 @@ packages: - inline-r < 0 # compilation failure "David Fox @ddssff": - - debian # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 + - debian < 0 # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - cabal-debian < 0 # compilation failure "Stefan Saasen @juretta": @@ -1609,11 +1607,11 @@ packages: # - 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 # GHC 8.2.1 - - ratel-wai # GHC 8.2.1 + - postgresql-simple-migration # Maintained by @ameingast. + - ratel + - ratel-wai - rattletrap - - strive # GHC 8.2.1 + - strive - wuss "Marios Titas @redneb": @@ -1627,20 +1625,20 @@ packages: - linux-namespaces "Will Coster @fimad": - - prometheus-client # GHC 8.2.1 via atomic-primops - - prometheus-metrics-ghc # GHC 8.2.1 via prometheus-client + - prometheus-client + - prometheus-metrics-ghc - scalpel - scalpel-core - - wai-middleware-prometheus # GHC 8.2.1 via prometheus-client + - wai-middleware-prometheus "William Casarin @jb55": - bson-lens - cased - elm-export - elm-export-persistent - - pipes-csv # via cassava: bounds: vector - - pipes-mongodb # via mongoDB - - servant-elm # GHC 8.2.1 + - pipes-csv + - pipes-mongodb + - servant-elm - skeletons # - streaming-wai # bounds: mmorph @@ -1653,11 +1651,11 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": - - timezone-series # GHC 8.2.1 - - timezone-olson # GHC 8.2.1 via timezone-series + - timezone-series + - timezone-olson "Josh Holland @jshholland": - - sandi # GHC 8.2.1 + - sandi - data-ordlist - xmonad @@ -1697,7 +1695,7 @@ packages: - composition-extra - rose-trees - sets - - timemap # GHC 8.2.1 + - timemap - tries - path-extra - pred-trie @@ -1728,7 +1726,7 @@ packages: "Michael Thompson @michaelt": - pipes-text - - lens-simple # GHC 8.2.1 via lens-family-th + - lens-simple - lens-family-core - lens-family # - streaming # bounds: mmorph @@ -1770,7 +1768,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools # https://github.com/alephcloud/hs-configuration-tools/issues/56 + - configuration-tools "Sam Rijs @srijs": - ndjson-conduit @@ -1784,7 +1782,7 @@ packages: "Daniel Patterson @dbp": # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - - hworker # GHC 8.2.1 via hedis + - hworker - hworker-ses < 0 # 0.1.1.0 compilation failure - fn # - fn-extra # via: digestive-functors @@ -1794,9 +1792,9 @@ packages: - cassette - choice - distributed-closure - - H # GHC 8.2.1 via c2hs - - inline-r # GHC 8.2.1 via c2hs - - jni # GHC 8.2.1 via atomic-primops + - H < 0 # compilation failure + - inline-r < 0 # compilation failure + - jni - jvm < 0 # compilation failure # - sparkle # bounds: mmorph # - streaming-binary # bounds: mmorph @@ -1807,7 +1805,7 @@ packages: - hsebaysdk - dockerfile # - wai-middleware-throttle # GHC 8.2.1 via token-bucket - - yesod-auth-basic # GHC 8.2.1 via yesod + - yesod-auth-basic "Alcides Viamontes @alcidesv": [] @@ -1829,7 +1827,7 @@ packages: # - web-routing # GHC 8 # - bytestring-read # GHC 8 # - memcached-binary # GHC 8 & bounds - - barrier # GHC 8 + - barrier # - haddocset # GHC 8 "Kai Zhang @kaizhang": @@ -1846,9 +1844,9 @@ packages: - IPv6DB "koral koral@mailoo.org @k0ral": - - atom-conduit # GHC 8.2.1 via lens-simple + - atom-conduit - conduit-parse - - opml-conduit # GHC 8.2.1 via lens-simple + - opml-conduit - rss-conduit < 0 # test runtime failure - imm < 0 # compilation failure via synthesizer-core - timerep @@ -1864,16 +1862,16 @@ packages: - iso3166-country-codes - iso639 - murmur-hash - - monoidal-containers # GHC 8.2.1 + - monoidal-containers - regex-pcre - string-combinators - string-class - SHA - data-ordlist - - hedis # GHC 8.2.1 via slave-thread + - hedis "Rob O'Callahan ropoctl@gmail.com @rcallahan": - - pipes-fastx # via pipes-attoparsec + - pipes-fastx # - pipes-illumina # via: pipes-bgzf - seqalign - thermonuc @@ -1881,7 +1879,7 @@ packages: "John Lenz @wuzzeb": - yesod-auth-account < 0 # test compilation failure - - yesod-static-angular # GHC 8.2.1 via yesod + - yesod-static-angular - hspec-webdriver - webdriver-angular @@ -1897,8 +1895,8 @@ packages: - bustle < 0 # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - - hlibsass # https://github.com/jakubfijalkowski/hlibsass/issues/7 - - hsass # via hlibsass + - hlibsass + - hsass "Robert Massaioli @robertmassaioli": - range @@ -1933,7 +1931,7 @@ packages: # - socket-io # via engine-io compilation-failure - tasty-rerun # - logging-effect # GHC 8.2.1 - - reactive-banana # GHC 8.2.1 + - reactive-banana "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -1954,9 +1952,9 @@ packages: - abstract-deque - abstract-deque-tests - abstract-par - - atomic-primops # GHC 8.2.1 + - atomic-primops - base-orphans - - chaselev-deque # GHC 8.2.1 via atomic-primops + - chaselev-deque - code-page - deriving-compat - echo @@ -1973,14 +1971,14 @@ packages: - text-show - text-show-instances - th-abstraction - - thread-local-storage # GHC 8.2.1 via atomic-primops + - thread-local-storage "Kirill Zaborsky @qrilka": - xlsx "Matt Parsons @parsonsmatt": - monad-logger-prefix - - monad-metrics # GHC 8.2.1 via ekg-core + - monad-metrics "Matthew Pickering @mpickering": - refact @@ -2007,7 +2005,7 @@ packages: "James Cook @mokus0": - dependent-sum - - dependent-sum-template # bounds: dependent-sum + - dependent-sum-template - dependent-map # - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd @@ -2016,7 +2014,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - haxl-amazonka - - hasql-migration # https://github.com/nikita-volkov/hasql/issues/76 + - hasql-migration - servant-JuicyPixels "Artyom @neongreen": @@ -2070,13 +2068,13 @@ packages: - both - concurrency # GHC 8.2.1 via atomic-primops - dpor - - dejafu # GHC 8.2.1 - - async-dejafu # GHC 8.2.1 - - hunit-dejafu # GHC 8.2.1 - - tasty-dejafu # GHC 8.2.1 + - dejafu + - async-dejafu + - hunit-dejafu + - tasty-dejafu - irc-ctcp - - irc-conduit # GHC 8.2.1 - - irc-client # GHC 8.2.1 + - irc-conduit + - irc-client "Rudy Matela @rudymatela": - leancheck @@ -2091,19 +2089,19 @@ packages: - emailaddress - envelope - from-sum - - hailgun # GHC 8.2.1 - - hailgun-simple # GHC 8.2.1 + - hailgun + - hailgun-simple # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation # - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - - servant-checked-exceptions # GHC 8.2.1 - - servant-static-th # GHC 8.2.1 + - servant-checked-exceptions + - servant-static-th - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api # GHC 8.2.1 + - yahoo-finance-api # - yesod-markdown # bounds: skylighting "Franklin Chen @FranklinChen": @@ -2154,7 +2152,7 @@ packages: - Xauth "Sebastian de Bellefon @Helkafen": - - wai-middleware-metrics # GHC 8.2.1 via ekg-core + - wai-middleware-metrics "Stefan Berthold": [] @@ -2178,7 +2176,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - # - fgl-arbitrary # bouns: QuickCheck + # - fgl-arbitrary # bounds: QuickCheck - graphviz - wl-pprint-text - servant-pandoc @@ -2206,10 +2204,10 @@ packages: "Mark Fine @markfine": - postgresql-schema - - sbp # compilation failure + - sbp "Jinjing Wang @nfjinjing": - - moesocks # https://github.com/nfjinjing/moesocks/issues/1 + - moesocks "Gregory W. Schwartz @GregorySchwartz": - fasta @@ -2277,10 +2275,10 @@ packages: - slack-web "Nickolay Kudasov @fizruk": - - http-api-data # GHC 8.2.1 via uri-bytestring + - http-api-data - smsaero < 0 # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - - swagger2 # GHC 8.2.1 - - servant-swagger # GHC 8.2.1 + - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability @@ -2359,7 +2357,7 @@ packages: # - cacophony # GHC 8.2.1 # - pipes-cacophony # GHC 8.2.1 - blake2 - - nfc # GHC 8.2.1 via c2hs + - nfc "Adam Curtis @kallisti-dev": - webdriver @@ -2374,7 +2372,7 @@ packages: # - sync-mht # bounds: ghc, base "Michael Schröder @mcschroeder": - - ctrie # GHC 8.2.1 via atomic-primops + - ctrie # - ttrie # GHC 8.2.1 via atomic-primops "Greg Weber @gregwebs": @@ -2385,14 +2383,14 @@ packages: - exp-pairs "Stefan Kersten @kaoskorobase": - - hsndfile # GHC 8.2.1 via c2hs - - hsndfile-vector # GHC 8.2.1 via c2hs + - hsndfile + - hsndfile-vector "yihuang @yihuang": - tagstream-conduit "Johannes Hilden @johanneshilden": - - hashids # Missing test files https://github.com/fpco/stackage/issues/1001 + - hashids "Joe Hermaszewski @expipiplus1": [] @@ -2411,7 +2409,7 @@ packages: # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf "Will Sewell @willsewell": - - benchpress # GHC 8.2.1 + - benchpress # - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": @@ -2436,7 +2434,7 @@ packages: "Mihaly Barasz klao@nilcons.com @klao": - lens-datetime - - tz # GHC 8.2.1 via timezone-series + - tz - tzdata "Timothy Klim @TimothyKlim": @@ -2445,15 +2443,15 @@ packages: "David Luposchainsky @quchen": # - 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 - - 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 + - show-prettyprint + - prettyprinter + - prettyprinter-ansi-terminal + - prettyprinter-compat-wl-pprint + - prettyprinter-compat-ansi-wl-pprint + - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - - boomerang # GHC 8.2.1 + - boomerang # - 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 @@ -2463,25 +2461,25 @@ packages: # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector # - 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 + - happstack-jmacro + - happstack-server + - happstack-server-tls - hsx-jmacro # - ixset # via: syb-with-class, safecopy - reform - reform-blaze - reform-hamlet - - reform-happstack # GHC 8.2.1 via happstack-server - - reform-hsp # GHC 8.2.1 via hsx2hs + - reform-happstack + - reform-hsp # - userid # via safecopy: bounds: vector - web-plugins - - 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 + - web-routes-boomerang + - web-routes-happstack - web-routes-hsp - - web-routes-th # GHC 8.2.1 + - web-routes-th - web-routes-wai - - hsx2hs # GHC 8.2.1 + - hsx2hs "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2498,11 +2496,11 @@ packages: - projectroot - questioner # - stack-run-auto # GHC 8.2.1 via extract-dependencies - - hpack-convert < 0 # compilation failure + - hpack-convert < 0 - language-dockerfile "Pascal Hartig @passy": - - giphy-api # GHC 8.2.1 + - giphy-api - optparse-text "rightfold @rightfold": @@ -2521,7 +2519,7 @@ packages: # - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - - hoauth2 # GHC 8.2.1 via uri-bytestring + - hoauth2 "Falko Peters @informatikr": - scrypt @@ -2544,7 +2542,7 @@ packages: "Anthony Cowley @acowley": - Frames < 0 # test compilation failure - - hpp # GHC 8.2.1 + - hpp "Takayuki Muranushi @nushio3": - binary-search @@ -2559,7 +2557,7 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin >= 0.1.4 # GHC 8.2.1 via tls via irc-conduit + - marvin - marvin-interpolate >= 1.1 - mustache @@ -2687,21 +2685,21 @@ packages: - papillon "Jan Gerlinger @JanGe": - - irc-dcc # bounds: path + - irc-dcc # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-bits - - hw-conduit # via criterion: via cassava: bounds: vector + - hw-conduit - hw-diagnostics - - hw-json # via criterion: via cassava: bounds: vector + - hw-json - hw-parser - hw-prim - hw-rankselect - hw-succinct "Ismail Mustafa @ismailmustafa": - - handwriting # GHC 8.2.1 + - handwriting "Stephen Diehl @sdiehl": - protolude @@ -2881,8 +2879,8 @@ packages: # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core "Al Zohali @zohl": - - servant-auth-cookie # GHC 8.2.1 - - dictionaries # GHC 8.2.1 + - servant-auth-cookie + - dictionaries "Joachim Fasting @joachifm": - libmpd @@ -2893,8 +2891,8 @@ packages: - llvm-hs-pure "Thierry Bourrillon @tbourrillon": - - heatshrink # GHC 8.2.1 via c2hs - - hocilib # GHC 8.2.1 via c2hs + - heatshrink + - hocilib "Matthias Herrmann @2chilled": [] @@ -2913,9 +2911,9 @@ packages: - unlit - intro - tasty-auto - - tasty-stats # GHC 8.2.1 + - tasty-stats - colorful-monoids - - ihs # GHC 8.2.1 + - ihs "Taras Serduke @tserduke": - do-list @@ -2955,11 +2953,11 @@ packages: # - HDBC-mysql # GHC 8.2.1 "Tony Day @tonyday567": - - numhask # GHC 8.2.1 via protolude - - numhask-range # GHC 8.2.1 via protolude + - numhask + - numhask-range # - chart-unit # bounds optparse-applicative # - perf # bounds optparse-applicative - - online # GHC 8.2.1 via protolude + - online "Iphigenia Df @iphydf": - data-msgpack @@ -3009,13 +3007,13 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - heterocephalus - - bookkeeping # GHC 8.2.1 + - bookkeeping "Marcin Tolysz @tolysz": - rawstring-qm "Tom Nielsen @glutamate": - - datasets # via cassava: bounds: vector + - datasets "Hyunje Jun @noraesae": - line @@ -3028,7 +3026,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth # GHC 8.2.1 via uri-bytestring + - wai-middleware-auth # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": @@ -3098,8 +3096,8 @@ packages: "ncaq @ncaq": - haskell-import-graph - uniq-deep - - yesod-form-bootstrap4 # GHC 8.2.1 via yesod-form - - yesod-recaptcha2 # GHC 8.2.1 via yesod-auth + - yesod-form-bootstrap4 + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism @@ -3110,7 +3108,7 @@ packages: - tsv2csv "Thomas Sutton @thsutton": - - aeson-diff # GHC 8.2.1 + - aeson-diff - edit-distance-vector "Kyle Van Berendonck @kvanberendonck": @@ -3146,8 +3144,8 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - - ziptastic-client # GHC 8.2.1 via tz - - ziptastic-core # GHC 8.2.1 via tz + - ziptastic-client + - ziptastic-core "Hardy Jones @joneshf": [] @@ -3159,7 +3157,7 @@ packages: "Albert Krewinkel @tarleb": - hslua - - hslua-aeson # BOUNDS hslua 0.6 + - hslua-aeson "Judah Jacobson @judah": - lens-labels @@ -3175,7 +3173,7 @@ packages: # - tensorflow-opgen # via: tensorflow-proto # - tensorflow-ops # bounds: tensorflow-proto # - tensorflow-proto # compilation failure - - tensorflow-test # bounds: tensorflow + - tensorflow-test "Christof Schramm ": - mnist-idx @@ -3192,7 +3190,7 @@ packages: - async-timer "Simon Hafner @reactormonk": - - uri-bytestring-aeson # GHC 8.2.1 + - uri-bytestring-aeson "Sebastian Witte @saep": - nvim-hs @@ -3220,7 +3218,7 @@ packages: # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": - - alerta # GHC 8.2.1 + - alerta "Steven Vandevelde @icidasset": - shikensu From 55f4a942f2a39dc39eeb57eabdf97144754dc39e Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 21 Aug 2017 17:46:25 +0200 Subject: [PATCH 1741/3109] Add haskell-src-exts-util --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a40e883..79035d09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -40,6 +40,7 @@ packages: - arrowp-qq - clr-marshal - clr-host + - haskell-src-exts-util - hexml-lens - hp2pretty - floatshow From cda26ceb6dec040a711dc7060bf25d439c03bcca Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Tue, 22 Aug 2017 04:03:50 +0100 Subject: [PATCH 1742/3109] reenable mixed-types-num, compiles 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 1a40e883..486fc16b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2842,7 +2842,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - # - mixed-types-num # GHC 8.2.1 + - mixed-types-num "Bartosz Nitka @niteria": - oeis From 325782d49d4aa1d1a9d57fdef93b9ec90bf94e04 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Tue, 22 Aug 2017 07:16:04 +0100 Subject: [PATCH 1743/3109] dummy commit to trigger new Travis check --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 486fc16b..4c352bed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2842,7 +2842,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num + - mixed-types-num "Bartosz Nitka @niteria": - oeis From af592833d271075a995016dc1022c3c3ca2e3e17 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Tue, 22 Aug 2017 07:16:49 +0100 Subject: [PATCH 1744/3109] undo previous dummy commit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c352bed..486fc16b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2842,7 +2842,7 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - - mixed-types-num + - mixed-types-num "Bartosz Nitka @niteria": - oeis From 55a303020b7c13fe2deca982d99dec29dfbc33fc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Aug 2017 09:40:17 +0300 Subject: [PATCH 1745/3109] Add back twitter-conduit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a40e883..a146b4ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2314,7 +2314,7 @@ packages: "Takahiro Himura @thimura": - lens-regex - # - twitter-conduit # Cabal 2.0 https://github.com/himura/twitter-conduit/issues/56 + - twitter-conduit - twitter-types - twitter-types-lens From 8be63d93bcc74f31aca40c6b3b2f7118a370cbe3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 22 Aug 2017 12:28:35 +0300 Subject: [PATCH 1746/3109] Add compact --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..86a09fce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -334,6 +334,7 @@ packages: - say - unliftio-core - unliftio + - compact - fsnotify - hinotify From c28d90de547d32b8ed5f35652be9d2ade993a371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 22 Aug 2017 11:15:21 -0300 Subject: [PATCH 1747/3109] Add distributed-process packages again. --- build-constraints.yaml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..7b8ac7b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2291,21 +2291,14 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # - distributed-process # bounds: syb - # - distributed-process-async # GHC 8 - # - distributed-process-client-server # GHC 8 - # - distributed-process-execution # GHC 8 - # - distributed-process-extras # GHC 8 - # - distributed-process-registry # GHC 8 - # - distributed-process-supervisor # GHC 8 - # - distributed-process-task # GHC 8 - # - distributed-process-simplelocalnet # via: distributed-process - # - distributed-static # https://github.com/haskell-distributed/rank1dynamic/issues/18 + - distributed-process + - distributed-process-simplelocalnet + - distributed-static - network-transport - # - network-transport-tcp # bounds: network-transport - # - network-transport-inmemory # bounds: network-transport - # - network-transport-composed # bounds: network-transport - # - rank1dynamic # https://github.com/haskell-distributed/rank1dynamic/issues/18 + - network-transport-tcp + - network-transport-inmemory + - network-transport-composed + - rank1dynamic "Alexander Vershilov @qnikst": [] From 33641aacafad76d2e5e9a6b3662e20bef1038bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 22 Aug 2017 11:17:51 -0300 Subject: [PATCH 1748/3109] Add distributed-process-tests and network-transport-tests --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b8ac7b4..71436a04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2292,9 +2292,11 @@ packages: "Facundo Domínguez @facundominguez": - distributed-process + - distributed-process-tests - distributed-process-simplelocalnet - distributed-static - network-transport + - network-transport-tests - network-transport-tcp - network-transport-inmemory - network-transport-composed From a533f9ecd47de41659c69a4d5bd89d37f8c77e0b Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Tue, 22 Aug 2017 23:19:40 +0200 Subject: [PATCH 1749/3109] Add xxhash-ffi --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..fc217a63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2803,6 +2803,7 @@ packages: "Henri Verroken @hverr": - cache + - xxhash-ffi "Cliff Harvey @BlackBrane": - ansigraph From 6e08592e27579ed4af1d4ff1138e2467faee9e07 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Wed, 23 Aug 2017 11:08:07 +0200 Subject: [PATCH 1750/3109] Added discrimination and dependencies --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..dbf971e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -518,6 +518,7 @@ packages: - constraints - contravariant - distributive + - discrimination - either - eq - ersatz @@ -549,6 +550,7 @@ packages: - prelude-extras - profunctor-extras - profunctors + - promises - reducers - reducers - reflection From 5ba6bcbf409410ccf999bb11e03c5e21b238f295 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Thu, 24 Aug 2017 12:29:30 +0900 Subject: [PATCH 1751/3109] re-add packages around relational-record. resolved by HDBC-2.4.0.2. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..2bf4b30d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2642,9 +2642,9 @@ packages: - 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 + - relational-query-HDBC + - persistable-types-HDBC-pg + - relational-record - text-ldap - debian-build - aeson-generic-compat From f717bc3e6053bee015c1e64e141fe179b6eadf5f Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Thu, 24 Aug 2017 12:41:03 +0200 Subject: [PATCH 1752/3109] Add wrecker, docker-build-cacher and mysql-haskell-nem --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..6f6fdbe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,11 @@ packages: "Daniel Campoverde @alx741": - currencies + "José Lorenzo Rodríguez @lorenzo": + - wrecker + - docker-build-cacher + - mysql-haskell-nem + # 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 From 18890320d978568be0741b56e5672eca6617ba35 Mon Sep 17 00:00:00 2001 From: Agustin Camino Date: Thu, 24 Aug 2017 07:43:51 -0500 Subject: [PATCH 1753/3109] Add state-codes --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..d7239e8b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Agustin Camino @acamino": + - state-codes + "Sebastian Mihai Ardelean @ardeleanasm": - qchas From 0f10930971b2148666c045a67d162d3b3231ac3f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 17:33:57 +0100 Subject: [PATCH 1754/3109] unblock megaparsec --- build-constraints.yaml | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a146b4ca..4847c00b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -905,11 +905,11 @@ packages: "Simon Michael @simonmichael": # - darcs # bounds: graphviz < 2999.19 - - hledger - - hledger-lib + # - hledger # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + # - hledger-lib # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - - hledger-api + # - hledger-api # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -1180,10 +1180,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-api-docs - - avers-server + # - avers + # - avers-api + # - avers-api-docs + # - avers-server - css-syntax - etcd - github-types @@ -1324,7 +1324,7 @@ packages: - farmhash - pinch - sandman - - language-thrift + # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - cryptol @@ -2190,7 +2190,7 @@ packages: - cabal2nix - funcmp - hackage-db - - hledger-interest + # - hledger-interest # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - hopenssl - hsdns - hsemail @@ -2250,7 +2250,7 @@ packages: - tagged-identity - req - req-conduit - # - cue-sheet # bounds: megaparsec + - cue-sheet - wave - flac - flac-picture @@ -3030,7 +3030,8 @@ packages: # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Roy Levien @orome": - crypto-enigma @@ -3119,7 +3120,8 @@ packages: - hasbolt "Michael Thomas @Michaelt293": - - isotope + [] + # - isotope # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Christopher A. Gorski @cgorski": - general-games @@ -3288,13 +3290,6 @@ packages: # https://github.com/fpco/stackage/issues/2663 - doctest < 0.12 - # https://github.com/fpco/stackage/issues/2666 - - 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/2714 - brick < 0.21 - word-wrap < 0.2 @@ -3314,6 +3309,10 @@ packages: # https://github.com/fpco/stackage/issues/2779 - xml-conduit < 1.6.0 + # https://github.com/fpco/stackage/issues/2797 + # - inflections < 0.4.0.0 + + # end of packages # Package flags are applied to individual packages, and override the values of From d01ed67bfddf7d8e80b4e3965d6bd35eaacf8891 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 17:37:35 +0100 Subject: [PATCH 1755/3109] cross referenced avers suspensions to issue --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4847c00b..6640116d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1180,10 +1180,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers - # - avers-api - # - avers-api-docs - # - avers-server + # - avers # https://github.com/fpco/stackage/issues/2797 + # - avers-api # https://github.com/fpco/stackage/issues/2797 + # - avers-api-docs # https://github.com/fpco/stackage/issues/2797 + # - avers-server # https://github.com/fpco/stackage/issues/2797 - css-syntax - etcd - github-types From 6105b9bb3ce3f25dbdf0409abfcc1dcce81d51ce Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 18:18:26 +0100 Subject: [PATCH 1756/3109] We should be able to reinstate avers now See https://github.com/wereHamster/avers/issues/1 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6640116d..1a8d920c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1180,10 +1180,10 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - # - avers # https://github.com/fpco/stackage/issues/2797 - # - avers-api # https://github.com/fpco/stackage/issues/2797 - # - avers-api-docs # https://github.com/fpco/stackage/issues/2797 - # - avers-server # https://github.com/fpco/stackage/issues/2797 + - avers + - avers-api + - avers-api-docs + - avers-server - css-syntax - etcd - github-types From fa467d571f994f248753c479f2b7f63d5f9bad09 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 19:00:04 +0100 Subject: [PATCH 1757/3109] hw-json0=-0.4.0.0 failing to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6640116d..9f3b5bef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,7 +2692,7 @@ packages: - hw-bits - hw-conduit - hw-diagnostics - - hw-json + # - hw-json # https://github.com/haskell-works/hw-json/issues/6 - hw-parser - hw-prim - hw-rankselect From ea0db664cedbfd631a5d193719f564e0d1516b29 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 24 Aug 2017 19:12:20 +0100 Subject: [PATCH 1758/3109] dotenv tests are failing --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f3b5bef..5d1ef6ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3581,6 +3581,7 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - dotenv # https://github.com/stackbuilders/dotenv-hs/issues/58 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache From 2e72c740fb3aab60a0135219612a87ed2416fb58 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 24 Aug 2017 23:55:47 +0200 Subject: [PATCH 1759/3109] Re-enable hOpenPGP and hopenpgp-tools. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..f510d4c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -823,11 +823,11 @@ packages: - HandsomeSoup "Clint Adams @clinty": - # - hOpenPGP # via ixset-typed: via safecopy: bounds: vector + - hOpenPGP - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # via ixset-typed: via safecopy: bounds: vector + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": From 5c0d5898136a248d69988f835602911d23fcbf89 Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 21 Aug 2017 14:50:55 +1000 Subject: [PATCH 1760/3109] Add more hw-* libraries --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..153d7869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2689,13 +2689,19 @@ packages: # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": + - hw-balancedparens - hw-bits - hw-conduit - hw-diagnostics + - hw-excess + - hw-hedgehog + - hw-hspec-hedgehog + - hw-int # - hw-json # https://github.com/haskell-works/hw-json/issues/6 - hw-parser - hw-prim - hw-rankselect + - hw-rankselect-base - hw-succinct "Ismail Mustafa @ismailmustafa": From 09dc8b3b2211bc5f9c0bdc29bc5ec1cb59737611 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Fri, 25 Aug 2017 11:24:38 +0200 Subject: [PATCH 1761/3109] Update build-constraints.yaml Add language-puppet (should work now that megaparsec has been upgraded to 6.1.1) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..3855b7e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2229,7 +2229,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 be8071e8eead4946c4c6183610de665cdfd2eebb Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 19:52:21 +1000 Subject: [PATCH 1762/3109] Add gloss --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d1ef6ec..5b6a418b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -655,6 +655,10 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - gloss + - gloss-algorithms + - gloss-raster + - gloss-rendering "Liam O'Connor @liamoc": [] From 71a6b2d30bf51178f6f44fabb2f114900ffe6fe6 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Fri, 25 Aug 2017 14:11:51 +0200 Subject: [PATCH 1763/3109] Add NoHoed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921a2bdc..6bd8709e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -47,6 +47,7 @@ packages: - hexml-lens - hp2pretty - floatshow + - NoHoed - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 From 37a0ee244d6294e62b09630ccd1fd32ee7f70951 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Fri, 25 Aug 2017 13:32:38 +0100 Subject: [PATCH 1764/3109] haskell-src-exts-util < 0.2 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921a2bdc..16165473 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1192,7 +1192,7 @@ packages: - avers - avers-api - avers-api-docs - - avers-server + - avers-server - css-syntax - etcd - github-types @@ -3322,6 +3322,8 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2804 + - haskell-src-exts-util < 0.2 # end of packages From 1cd6bac04491e08dbb992c0e15feb0f285099367 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 25 Aug 2017 21:46:12 +0900 Subject: [PATCH 1765/3109] add gi-ostree (haskell-gi/haskell-gi#122) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16165473..b6d3f966 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,6 +2776,7 @@ packages: # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 + - gi-ostree - haskell-gi - haskell-gi-base From dc6057842f0495db24003145b0c574e4601c5569 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 19:21:16 +1000 Subject: [PATCH 1766/3109] Add repa --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..442b6b4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -660,6 +660,9 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - repa + - repa-io + - repa-algorithms - gloss - gloss-algorithms - gloss-raster From 2005bf4dca620cd658e5c4ee2e1635674b783cbe Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 25 Aug 2017 20:19:55 +1000 Subject: [PATCH 1767/3109] Add cuda --- build-constraints.yaml | 5 +++++ debian-bootstrap.sh | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..2bc3622a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -664,6 +664,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": [] diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a6edb296..9c592e4f 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,6 +207,24 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# Install CUDA toolkit +# The current version can be found at: https://developer.nvidia.com/cuda-downloads +CUDA_PKG=8.0.61-1 # update this on new version +CUDA_VER=${CUDA_PKG:0:3} +CUDA_APT=${CUDA_VER/./-} + +pushd /tmp \ + && wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && dpkg -i cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && apt-get update -qq \ + && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ + && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ + && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ + && export PATH=${CUDA_PATH}/bin:${PATH} \ + && popd + ## non-free repo for mediabus-fdk-aac #apt-add-repository multiverse \ # && apt-get update \ From a8f8f340eb9003fecec47f154d13b7c3ab2bd216 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 27 Aug 2017 16:58:37 +1000 Subject: [PATCH 1768/3109] New hw-xml library. Re-enable hw-json library, which should now build --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..951655d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2701,12 +2701,13 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - # - hw-json # https://github.com/haskell-works/hw-json/issues/6 + - hw-json - hw-parser - hw-prim - hw-rankselect - hw-rankselect-base - hw-succinct + - hw-xml "Ismail Mustafa @ismailmustafa": - handwriting From 3f2758631aad82e2b9bc5a01fb719e62d15ff0fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Aug 2017 18:24:43 +0300 Subject: [PATCH 1769/3109] Expect tests to succeed haskell-foundation/foundation#381 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6d3f966..858cbb94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3737,7 +3737,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - - foundation # https://github.com/haskell-foundation/foundation/issues/381 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 From e75226269206284c8cb5ccab0df5967826a51d9b Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 27 Aug 2017 23:43:38 +0700 Subject: [PATCH 1770/3109] =?UTF-8?q?Allow=20=E2=80=98stache=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 858cbb94..a6e0f5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1922,7 +1922,7 @@ packages: - dotenv - hapistrano - inflections - # - stache # GHC 8.2.1 + - stache # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": @@ -2266,7 +2266,7 @@ packages: - lame - path - forma - # - stache # GHC 8.2.1 + - stache - parser-combinators "Thomas Bereknyei ": From e4f46caf3039960e62aaa8f7ac291dcc860e2ae9 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 27 Aug 2017 21:37:35 +0100 Subject: [PATCH 1771/3109] mysql-haskell and gi-gio still blocking --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f182bb86..1f2980a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -205,7 +205,7 @@ packages: - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # bounds: memory + # - mysql-haskell # 3 packages out of bounds: https://github.com/winterland1989/mysql-haskell/issues/16 # - mysql-haskell-openssl # bounds: tcp-streams - data-has @@ -2788,7 +2788,7 @@ packages: # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-ostree + - gi-ostree < 0 # dependent on gi-gio - haskell-gi - haskell-gi-base @@ -3206,7 +3206,7 @@ packages: "Naushadh @naushadh": [] - # - persistent-mysql-haskell # bounds: tcp-streams + # - persistent-mysql-haskell # bounds: tcp-streams (see mysql-haskell) "Moritz Schulte @mtesseract": - async-refresh @@ -3285,7 +3285,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - - mysql-haskell-nem + # - mysql-haskell-nem : blocked on mysql-haskell # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 4a45413cfc28250bdb87863c4c34a53bfdc4905c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 27 Aug 2017 23:13:41 +0100 Subject: [PATCH 1772/3109] remove bounds restriction on haskell-src-exts-util --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f2980a5..ff87d8e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3341,9 +3341,6 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 - # https://github.com/fpco/stackage/issues/2804 - - haskell-src-exts-util < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From f753ea90226ef0d389eaa24bc40e9b9bebed7d74 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sat, 26 Aug 2017 02:27:31 -0400 Subject: [PATCH 1773/3109] Add blas-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..4d6fd334 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,9 @@ packages: - docker-build-cacher # - mysql-haskell-nem : blocked on mysql-haskell + "Phil Ruffwind @Rufflewind": + - blas-hs + # 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 From 76fae422fa9760907eafa2cc9a208bcd5f326b60 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 28 Aug 2017 09:17:05 +0100 Subject: [PATCH 1774/3109] Add hmatrix-morpheus --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7e94bc14 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3255,6 +3255,7 @@ packages: "Alexander Ignatyev @alexander-ignatyev": - astro - mltool + - hmatrix-morpheus "Edward Amsden @eamsden": - h2c From c27d848e89509abc0d75237d2dee0a9a4a38d5de Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Mon, 28 Aug 2017 07:58:06 -0500 Subject: [PATCH 1775/3109] Remove dotenv-hs from expected-test-failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..da65f331 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3609,7 +3609,6 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task - - dotenv # https://github.com/stackbuilders/dotenv-hs/issues/58 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache From 753c1bcd8b777b8ca4a14b79371e274b533e97b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 09:47:02 -0700 Subject: [PATCH 1776/3109] Disable distributed-process* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff87d8e2..7a3c5f19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2311,10 +2311,11 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet - - distributed-static + # https://github.com/haskell-distributed/distributed-static/issues/17 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet + # - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e614423cc4930e2452e33705f622eca338d3448a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 10:45:10 -0700 Subject: [PATCH 1777/3109] Expect test failure for download per #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a3c5f19..c87506c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ expected-test-failures: - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From b9020812772bd66b98ab1bf35b64c6c32ae5a312 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:01:42 -0700 Subject: [PATCH 1778/3109] Expect test failure for foundation per haskell-foundation/foundation#394 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c87506c4..89433373 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 - flat # https://github.com/Quid2/flat/issues/1 + - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 From 55db743aef6fe36fb0ce870e755fd861f5adafe4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:34:02 -0700 Subject: [PATCH 1779/3109] Expect test failure for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89433373..a9b18c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3766,6 +3766,7 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz + - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From bb1136fd056f8840af29d4ee2fd734884a83e787 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:38:43 -0700 Subject: [PATCH 1780/3109] Disable language-puppet per bartavelle/language-puppet#214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9b18c82..5f77d16e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2249,7 +2249,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 6e36c33f51f8d3910bd00ddbf667702336465066 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:51:27 -0700 Subject: [PATCH 1781/3109] Disable hopenpgp-tools per #2812 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f77d16e..4945fffe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -847,7 +847,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 - opensource "Piyush P Kurur @piyush-kurur": From 77cb293e9fa11696716a1ff9ac1e20c2dc4a75f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 11:56:27 -0700 Subject: [PATCH 1782/3109] Skip benchmarks for xxhash per christian-marie/xxhash#4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4945fffe..a8bddf1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3841,6 +3841,7 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 + - xxhash # https://github.com/christian-marie/xxhash/issues/4 # end of expected-benchmark-failures From 5968522391e478f4fcd79ad565227ab8fc58bb75 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 12:17:56 -0700 Subject: [PATCH 1783/3109] Disable cuda packages per #2813 --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8bddf1e..c0ee4b5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,11 +670,12 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - - cuda - - cublas - - cusparse - - cusolver - - nvvm + # https://github.com/fpco/stackage/issues/2813 + # - cuda + # - cublas + # - cusparse + # - cusolver + # - nvvm "Liam O'Connor @liamoc": [] From 16d551237424244b6ef9ee3be7799524ce34b301 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 28 Aug 2017 17:10:00 -0700 Subject: [PATCH 1784/3109] doctest bound reason: see #2814, closes #2663 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a284d4f9..c564c960 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,7 +3322,7 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2663 + # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 # https://github.com/fpco/stackage/issues/2714 From 9edc83233eaebabd654e7003e6810a94327df550 Mon Sep 17 00:00:00 2001 From: Date: Tue, 29 Aug 2017 15:31:17 +0300 Subject: [PATCH 1785/3109] Add strict-concurrency. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..eb9e7872 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1672,6 +1672,7 @@ packages: - annotated-wl-pprint "Yitz Gale @ygale": + - strict-concurrency - timezone-series - timezone-olson From 9daf03a48fbf8369a913adbf5014d20f0d56c253 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 29 Aug 2017 12:53:54 -0700 Subject: [PATCH 1786/3109] Skip tests for sbv per #2814 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c564c960..d26350de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,6 +3324,8 @@ packages: "Stackage upper bounds": # https://github.com/fpco/stackage/issues/2814 - doctest < 0.12 + # Once unconstrained, remove the following skipped-tests + # - sbv # https://github.com/fpco/stackage/issues/2714 - brick < 0.21 @@ -3545,6 +3547,7 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. + - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From 836955c9fef2c9e85f95767ee7f6a36f3969e3e0 Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 18:01:53 -0500 Subject: [PATCH 1787/3109] add alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d26350de..c1629150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3284,6 +3284,7 @@ packages: "Daniel Campoverde @alx741": - currencies + - alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 1b65608e588cab7fa45816eaf32328a2dd51931a Mon Sep 17 00:00:00 2001 From: Daniel Campoverde Date: Tue, 29 Aug 2017 19:14:11 -0500 Subject: [PATCH 1788/3109] add yesod-alerts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6b3f4d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: "Daniel Campoverde @alx741": - currencies - alerts + - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - wrecker From 3a6a9c0db667a7f4c8c4839d173a0e2e9bafafff Mon Sep 17 00:00:00 2001 From: Eitan Chatav Date: Tue, 29 Aug 2017 21:28:40 -0700 Subject: [PATCH 1789/3109] add eitan's package squeal-postgresql "Eitan Chatav @echatav": - squeal-postgresql --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..f007772a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3295,6 +3295,9 @@ packages: "Phil Ruffwind @Rufflewind": - blas-hs + "Eitan Chatav @echatav": + - squeal-postgresql + # 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 From e51c1524722c943c4f9bfb9cf0d6319ff20db6fa Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 30 Aug 2017 09:54:24 +0200 Subject: [PATCH 1790/3109] Update build-constraints.yaml Following the fix of https://github.com/bartavelle/language-puppet/issues/214 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89165f61..6eccb395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/bartavelle/language-puppet/issues/214 + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From f86241786510a3fc7a3dc2e8e0367f9ef7aa2f66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 11:44:58 -0700 Subject: [PATCH 1791/3109] Expect test failure of yahoo-finance-api per #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31d3e060..c05aefa7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3760,6 +3760,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From d5f584bc7c5ca6046ab96d4b529a60892563ab0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 13:13:17 -0700 Subject: [PATCH 1792/3109] Disable language-puppet per #2822 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c05aefa7..d77ca160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2251,7 +2251,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # https://github.com/fpco/stackage/issues/2822 - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose From 479cfa3328562156c283cfdf21c82e871ad31c93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:18:56 -0700 Subject: [PATCH 1793/3109] re-enable distributed-* per haskell-distributed/distributed-static#17 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d77ca160..1f3e0d96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,11 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-static/issues/17 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet - # - distributed-static + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet + - distributed-static - network-transport - network-transport-tests - network-transport-tcp From e549ab4183057c69322e340bba6a9a2879592ce3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:31:43 -0700 Subject: [PATCH 1794/3109] Re-disable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f3e0d96..751b766e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2313,9 +2313,10 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process - - distributed-process-tests - - distributed-process-simplelocalnet + # https://github.com/haskell-distributed/distributed-process/issues/312 + # - distributed-process + # - distributed-process-tests + # - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From 47a931d4f0587b4052173cde6967bd93f51f7b35 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:39:57 -0700 Subject: [PATCH 1795/3109] Re-enable labels per chrisdone/labels#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 751b766e..a48f12a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -472,7 +472,7 @@ packages: - xenstore "Chris Done @chrisdone": - - labels < 0 # compilation failure https://github.com/chrisdone/labels/issues/8 + - labels - ace - ical - check-email From 50b7a3398130979dba9ccee36ee813625d1b3d2f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 15:42:24 -0700 Subject: [PATCH 1796/3109] Expect tests to pass for stache per stackbuilders/stache#26 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a48f12a9..1ac3ffc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - raaz - - stache # https://github.com/stackbuilders/stache/issues/26 - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 From b996a7c74e8879c37eb41d5af2ddd615df0cb76d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 Aug 2017 16:22:12 -0700 Subject: [PATCH 1797/3109] Bugfix debian-bootstrap for cuda, closes #2813 --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c592e4f..9c59f1d0 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -220,7 +220,7 @@ pushd /tmp \ && apt-get install -y cuda-drivers cuda-core-${CUDA_APT} cuda-cudart-dev-${CUDA_APT} cuda-cufft-dev-${CUDA_APT} cuda-cublas-dev-${CUDA_APT} cuda-cusparse-dev-${CUDA_APT} cuda-cusolver-dev-${CUDA_APT} \ && rm cuda-repo-ubuntu1604_${CUDA_PKG}_amd64.deb \ && export CUDA_PATH=/usr/local/cuda-${CUDA_VER} \ - && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH} \ + && export LD_LIBRARY_PATH=${CUDA_PATH}/nvvm/lib64:${LD_LIBRARY_PATH+x} \ && export LD_LIBRARY_PATH=${CUDA_PATH}/lib64:${LD_LIBRARY_PATH} \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd From b276ce61b160a14b730a27af3d33e9444ed646b1 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Fri, 1 Sep 2017 00:16:25 -0700 Subject: [PATCH 1798/3109] added type-combinators-singletons library added type-combinators-singletons library, maintained by me. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ac3ffc0..059c9bf0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1762,6 +1762,7 @@ packages: - hamilton - prompt - tagged-binary + - type-combinators-singletons - typelits-witnesses - uncertain - vector-sized From e1d31dd044791616c6fe21be79a6cd728386313f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 11:48:04 -0700 Subject: [PATCH 1799/3109] Re-enable cuda stuff, closes #2813 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 059c9bf0..f59e5e45 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,12 +670,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering - # https://github.com/fpco/stackage/issues/2813 - # - cuda - # - cublas - # - cusparse - # - cusolver - # - nvvm + - cuda + - cublas + - cusparse + - cusolver + - nvvm "Liam O'Connor @liamoc": [] From e2c05bab2bd0397e0a65eb272ad34fa626b88329 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 12:12:59 -0700 Subject: [PATCH 1800/3109] Bake cuda env vars into Dockerfile --- Dockerfile | 6 +++++- debian-bootstrap.sh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56076512..710e7bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,11 @@ FROM fpco/pid1:16.04 ENV HOME /home/stackage ENV LANG en_US.UTF-8 -ENV PATH /opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# NOTE: also update debian-bootstrap.sh when cuda version changes +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV CUDA_PATH /usr/local/cuda-8.0 +ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 ADD debian-bootstrap.sh /tmp/debian-bootstrap.sh RUN /tmp/debian-bootstrap.sh && rm /tmp/debian-bootstrap.sh diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9c59f1d0..d294a690 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -207,6 +207,7 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l && rm libtensorflow.tar.gz \ && ldconfig +# NOTE: also update Dockerfile when cuda version changes # Install CUDA toolkit # The current version can be found at: https://developer.nvidia.com/cuda-downloads CUDA_PKG=8.0.61-1 # update this on new version From 8fcd1ecfae9de746227ee1a2b623e1f61d3bbb3e Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Fri, 1 Sep 2017 22:18:29 +0200 Subject: [PATCH 1801/3109] Add unordered-intmap --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..e595c985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2138,6 +2138,7 @@ packages: - io-storage - oo-prototypes - pointedlist + - unordered-intmap - word-trie - xdg-basedir # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango From e5d31acd128ebfbb1117b256e155058e143cc4ac Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sat, 2 Sep 2017 01:13:01 +0200 Subject: [PATCH 1802/3109] Add bordacount --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..37e62ad1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2828,6 +2828,7 @@ packages: # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": + - bordacount - cache - xxhash-ffi From 4456280fc666cd4f99e4a55c729659807c4b1396 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Sep 2017 21:40:40 -0700 Subject: [PATCH 1803/3109] Add constraint "uri-teplater < 0.3" per #2826 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59e5e45..2a93d541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,6 +3355,9 @@ packages: # https://github.com/fpco/stackage/issues/2797 # - inflections < 0.4.0.0 + # https://github.com/fpco/stackage/issues/2826 + - uri-templater < 0.3 + # end of packages # Package flags are applied to individual packages, and override the values of From e89470866d3b2310ee8fc7b237c0c4022cae6bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:55:19 +0200 Subject: [PATCH 1804/3109] Add back grouped-list. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93d541..6d23ff51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - # - grouped-list # GHC 8.2.1 + - grouped-list # GHC 8.2.1 - haskintex - HaTeX - hatex-guide < 0 From acdce69d1a74c6e078535f66ce7e2ddaf9b38948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Sat, 2 Sep 2017 08:59:03 +0200 Subject: [PATCH 1805/3109] Remove GHC comment on grouped-list package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d23ff51..ae855eed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -704,7 +704,7 @@ packages: - binary-list - byteset - Clipboard - - grouped-list # GHC 8.2.1 + - grouped-list - haskintex - HaTeX - hatex-guide < 0 From dd46124e9df52e37843d7db8feaea3d4db1ba02c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 2 Sep 2017 10:20:03 -0700 Subject: [PATCH 1806/3109] Re-enable distributed-process* per haskell-distributed/distributed-process#312 --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d0cb174..b08870b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2314,10 +2314,9 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - # https://github.com/haskell-distributed/distributed-process/issues/312 - # - distributed-process - # - distributed-process-tests - # - distributed-process-simplelocalnet + - distributed-process + - distributed-process-tests + - distributed-process-simplelocalnet - distributed-static - network-transport - network-transport-tests From e8086cf46cdca1f2f1f96fb610d931ddcbfe6860 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 2 Sep 2017 14:48:10 -0700 Subject: [PATCH 1807/3109] Add `dhall-{bash,json,nix,text}` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..78abcbf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,6 +727,10 @@ packages: - morte - bench - dhall + - dhall-bash + - dhall-json + - dhall-nix + - dhall-text "Andrew Thaddeus Martin @andrewthad": - yesod-table From 4bc1871e3bc57800afd4e252917df8de48ca82f5 Mon Sep 17 00:00:00 2001 From: Sam Quinn Date: Sun, 3 Sep 2017 00:09:04 -0500 Subject: [PATCH 1808/3109] add ghost-buster --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..60376d47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,9 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql + + "Sam Quinn @Lazersmoke": + - ghost-buster # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7459e4f22c467ab9de8b4b1e4d0cc91761d635e7 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sun, 3 Sep 2017 18:09:02 +0200 Subject: [PATCH 1809/3109] add libgraph --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..5de47c01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Maarten Faddegon @MaartenFaddegon": + - libgraph + "Agustin Camino @acamino": - state-codes From 8c7671e87d5fc416be675b6b87eb03720c25c847 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:11:50 -0700 Subject: [PATCH 1810/3109] Add constraint "io-streams < 1.5" per #2832 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b08870b0..4a0485ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,6 +3359,9 @@ packages: # https://github.com/fpco/stackage/issues/2826 - uri-templater < 0.3 + # https://github.com/fpco/stackage/issues/2832 + - io-streams < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 383972c177bd7b137f177ab50d70e339fef9128b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 3 Sep 2017 20:12:25 -0700 Subject: [PATCH 1811/3109] Add constraint "yi-rope < 0.9" per #2833 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a0485ba..a768d9ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3362,6 +3362,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2833 + - yi-rope < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 5a9f66167c319425b1403298ec40e32351ddc661 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 4 Sep 2017 11:53:18 -0700 Subject: [PATCH 1812/3109] enable hledger/-lib/-api with support for #2666 These packages now support megaparsec 6 and should be free of other dep issues. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e97edd3c..75ded5f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -932,11 +932,11 @@ packages: "Simon Michael @simonmichael": # - darcs # bounds: graphviz < 2999.19 - # - hledger # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - # - hledger-lib # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger + - hledger-lib # - hledger-ui # bounds: brick # - hledger-web # GHC 8.2.1 via yesod-form - # - hledger-api # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 5f72de2242a210c9969935374f2f7c66e0aed8a8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 5 Sep 2017 11:54:59 +0200 Subject: [PATCH 1813/3109] Mark bitx-bitcoin test suite as failing. See https://github.com/tebello-thejane/bitx.hs/issues/4. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75ded5f7..9c06ec5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,7 @@ packages: "Eitan Chatav @echatav": - squeal-postgresql - + "Sam Quinn @Lazersmoke": - ghost-buster @@ -3781,6 +3781,7 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 + - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From cfba2f1c2f69abc3e4a197deab7ebc1b85b2cd61 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 20:23:56 -0700 Subject: [PATCH 1814/3109] re-enable hledger-ui --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c06ec5d..4aaaea63 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -934,7 +934,7 @@ packages: # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - # - hledger-ui # bounds: brick + - hledger-ui # - hledger-web # GHC 8.2.1 via yesod-form - hledger-api # - shelltestrunner # bounds: Diff, HUnit From cdaa071a42fe68623d5d5fe0cc627f85ff2f716f Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Tue, 5 Sep 2017 20:52:06 -0400 Subject: [PATCH 1815/3109] add tile --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4aaaea63..0a04a5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -194,6 +194,7 @@ packages: - median-stream # - stm-supply # GHC 8.2.1 via Unique - filter-logger + - tile "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From 25106e559a398b05483438997bbcce9400a1458d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 15:04:50 -0700 Subject: [PATCH 1816/3109] drop old hledger-lib benchmarks exclusion We didn't find out why these stopped working, but they run here with GHC 8.2.1 and I think it's likely they will run again on stackage by now. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0a04a5b6..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3941,9 +3941,6 @@ skipped-benchmarks: - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - # GHC Bugs - - hledger-lib # https://github.com/fpco/stackage/issues/1587 - # Cyclic dependencies - cassava From 8d42525dca334f53d6dd548f81fd837926844575 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Sep 2017 14:51:13 -0700 Subject: [PATCH 1817/3109] re-enable hledger-lib test suite The issue was fixed in 1.3.1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..a371491a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 14:10:02 +0200 Subject: [PATCH 1818/3109] Revert "re-enable hledger-lib test suite" This reverts commit 8d42525dca334f53d6dd548f81fd837926844575. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a371491a..e12288a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,6 +3794,7 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 + - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 6bb18720bab38571657a7abb1d9a9fddfd895926 Mon Sep 17 00:00:00 2001 From: Pierre Radermecker Date: Wed, 6 Sep 2017 13:58:58 +0200 Subject: [PATCH 1819/3109] Add language-puppet in skipped-haddocks --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e12288a6..ad915025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2260,7 +2260,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # https://github.com/fpco/stackage/issues/2822 + - language-puppet # also in "skipped-haddocks" section - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -3911,6 +3911,11 @@ expected-haddock-failures: # end of expected-haddock-failures +# For packages with haddock issues +skipped-haddocks: +- language-puppet # https://github.com/fpco/stackage/issues/2822 +# end of skipped-haddocks + # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. # By skipping a benchmark, we do not pull in the build dependencies # Packages should only be added here if required by `stackage-curator check' From 05182e5b1f45f47e60fb5ccbeed83aefc7e33048 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 17:22:47 +0200 Subject: [PATCH 1820/3109] Revert "Revert "re-enable hledger-lib test suite"" This reverts commit 5959b64d705e21ffb5c28ebccdd5b4b3569ed9fe. Follows from https://github.com/fpco/stackage/pull/2835#issuecomment-327518053. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad915025..a7f2960c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3794,7 +3794,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - - hledger-lib # https://github.com/simonmichael/hledger/issues/596 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From b8dc3f18b4f58f0a9c008a43c588cf2c3c43e080 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Sep 2017 09:38:17 +0300 Subject: [PATCH 1821/3109] Reenable cabal-install --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f2960c..04f9a065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -263,7 +263,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - # - cabal-install # GHC 8.2.1 + - cabal-install - mega-sdist - case-insensitive - classy-prelude-yesod @@ -3629,6 +3629,9 @@ skipped-tests: - graphviz - wl-pprint-text + - hackage-security # Cabal 2.0 + - ed25519 # QuickCheck, hlint and more + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3983,6 +3986,8 @@ skipped-benchmarks: - graphviz - wl-pprint-text + - ed25519 # Criterion + # end of skipped-benchmarks From 6981a95ee408ea88de5f76d42f9e8334e6724821 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 6 Sep 2017 21:46:24 +0200 Subject: [PATCH 1822/3109] Remove constraint on Yampa. Please see https://github.com/fpco/stackage/issues/2772. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04f9a065..554039d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,9 +3355,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2772 - - Yampa < 0.10.6.1 - # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 From ccd21ac414a401b3759f71e68ed5deda50d07f69 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Fri, 8 Sep 2017 11:18:08 +0800 Subject: [PATCH 1823/3109] Re-enable logging-effect --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 554039d4..1046f11c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1960,7 +1960,7 @@ packages: - network-carbon # - socket-io # via engine-io compilation-failure - tasty-rerun - # - logging-effect # GHC 8.2.1 + - logging-effect - reactive-banana "Antoni Silvestre @asilvestre": From 7775814ccecc1e783b1068f7cf40ede4a4539729 Mon Sep 17 00:00:00 2001 From: Tobias Dammers Date: Thu, 7 Sep 2017 21:09:38 +0200 Subject: [PATCH 1824/3109] Add yeshql --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1046f11c..2934289c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -173,6 +173,7 @@ packages: "Tobias Dammers @tdammers": - ginger + - yeshql "Yair Chuchem @yairchu": - List From decf62652cda4d9a5cffdd2c65a21b49e2b1d54b Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Fri, 8 Sep 2017 12:51:47 -0700 Subject: [PATCH 1825/3109] Add store back to stackage https://github.com/fpco/store/issues/117 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2934289c..feecfd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,8 +281,8 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator # via store compilation failure - - store < 0 # compilation failure + - stackage-curator + - store - stm-conduit - wai-websockets - warp-tls From 5659c2c3672732721440ed230ccc503e664963b6 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Tue, 29 Aug 2017 18:45:59 +0300 Subject: [PATCH 1826/3109] Add stackage2nix --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index feecfd0f..5ca64325 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3312,6 +3312,9 @@ packages: "Sam Quinn @Lazersmoke": - ghost-buster + "typeable.io ": + - stackage2nix + # 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 From f18c67afea02d950019be94de3c9607c331dc5cc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:28:11 +0200 Subject: [PATCH 1827/3109] Re-enable vivid (now that 0.3.0.0 is out). Ping @amindfv! --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ca64325..17e44576 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,7 +2751,7 @@ packages: - postgresql-transactional "Tom Murphy @amindfv": - # - vivid # bounds: MonadRandom + - vivid # - midair # bounds: ghc, base - nano-erl @@ -4108,7 +4108,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - 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 From ab61529a42f2e450bb62a29bb8b49595685184ea Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Fri, 8 Sep 2017 22:01:01 -0400 Subject: [PATCH 1828/3109] Add higher-leveldb. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17e44576..cc47cfbc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,6 +3315,9 @@ packages: "typeable.io ": - stackage2nix + "Jeremy Huffman @jeremyjh": + - higher-leveldb + # 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 From 5507cffa9d706cb020051c72e81225f0032928bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Fri, 8 Sep 2017 23:26:32 -0400 Subject: [PATCH 1829/3109] add FindBin --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc47cfbc..273a3e79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1277,6 +1277,7 @@ packages: - graph-wrapper - string-conversions - hspec-checkers + - FindBin "Jan Stolarek @jstolarek": - tasty-program From 83b84db1abbe93062d1273a7142f606f90f1a3f7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 11:51:01 +0200 Subject: [PATCH 1830/3109] Removed because it is was deprecated. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a3d768b4..28b27427 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ project information. In addition, we have the following repositories: * [stackage-server](https://github.com/fpco/stackage-server) [![Build Status](https://travis-ci.org/fpco/stackage-server.svg?branch=master)](https://travis-ci.org/fpco/stackage-server) * [stackage-curator](https://github.com/fpco/stackage-curator) [![Build Status](https://travis-ci.org/fpco/stackage-curator.svg?branch=master)](https://travis-ci.org/fpco/stackage-curator) -* [stackage-types](https://github.com/fpco/stackage-types) [![Build Status](https://travis-ci.org/fpco/stackage-types.svg?branch=master)](https://travis-ci.org/fpco/stackage-types) * [lts-haskell](https://github.com/fpco/lts-haskell) * [stackage-nightly](https://github.com/fpco/stackage-nightly) From aa890f08790884f39298042432443ab6de303987 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 19:48:57 +0200 Subject: [PATCH 1831/3109] Remove constraint from yi-rope. Closes https://github.com/fpco/stackage/issues/2833. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..81fa2040 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,9 +3378,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2833 - - yi-rope < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of From e36519cf5593c33ec3aad88b594de9451d8f0457 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Sep 2017 10:16:59 -0700 Subject: [PATCH 1832/3109] re-enable hledger-web This should build now. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81fa2040..8a486e25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -937,7 +937,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # GHC 8.2.1 via yesod-form + - hledger-web - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench From a50935dbe20889697e3482d15bb61e970333c058 Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sat, 9 Sep 2017 19:56:32 +0200 Subject: [PATCH 1833/3109] add Hoed --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273a3e79..e43a7cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,6 +9,7 @@ cabal-format-version: "1.24" packages: "Maarten Faddegon @MaartenFaddegon": - libgraph + - Hoed "Agustin Camino @acamino": - state-codes From aed3d6990ddafc1ed47e139abea9f2739ea86e0f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:24:12 +0200 Subject: [PATCH 1834/3109] Add constraint for llvm-hs (< 5.0.0). Please see https://github.com/llvm-hs/llvm-hs/issues/137. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a486e25..851f5156 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/llvm-hs/llvm-hs/issues/137 + - llvm-hs < 5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 53021523a2fcf22a8dc0443040c6fbb18dab8507 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:36:15 +0200 Subject: [PATCH 1835/3109] Also pin llvm-hs-pure (4.1.0.0). As a result of aed3d6990ddafc1ed47e139abea9f2739ea86e0f. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 851f5156..b7190a41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,6 +3380,7 @@ packages: # https://github.com/llvm-hs/llvm-hs/issues/137 - llvm-hs < 5.0.0 + - llvm-hs-pure == 4.1.0.0 # end of packages From 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:40:32 +0200 Subject: [PATCH 1836/3109] Disable higher-leveldb for now (new package). Please see https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7190a41..e4fbe13b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,8 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - - higher-leveldb + [] + # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 9f69e0bef3697e328e2206b3bc78a08e54b5f4a4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:45:59 +0200 Subject: [PATCH 1837/3109] Expect test failure for yeshql. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4fbe13b..b4ad7d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3795,6 +3795,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 From 096af824009947f6858cb23400d51f9e3cb7be0c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:47:18 +0200 Subject: [PATCH 1838/3109] Actually, just mark as expected test suite failure. Follows from 3f76ec9d0ba98acf5932d08c38d41b712e9c4b9d. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4ad7d91..ddf7e705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,8 +3317,7 @@ packages: - stackage2nix "Jeremy Huffman @jeremyjh": - [] - # - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 + - higher-leveldb # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3795,6 +3794,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures + - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From e9d5a8dda23118143ec4c36c705350eefed67955 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 20:52:37 +0200 Subject: [PATCH 1839/3109] Add upper bound for stackage-curator + stackage2nix. Please see https://github.com/fpco/stackage-curator/issues/46. Ping @4e6. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf7e705..152b60a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,6 +3382,10 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 + # https://github.com/fpco/stackage-curator/issues/46 + - stackage-curator < 0.15.0.0 + - stackage2nix < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b2c8d1aa1b573d344789527db3c2bb3713161a37 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Sep 2017 21:02:57 +0200 Subject: [PATCH 1840/3109] Block stackage-curator/stackage2nix. Unfortunately, there is a build failure in stackage-curator and the lesser version has some compat problem which is related to the GHC version (I think!). So, I'm blocking for now. stackage2nix suffers the same fate since it relies on stackage-curator. Ping @4e6, @snoyman. --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152b60a8..de8ec985 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,7 +3314,8 @@ packages: - ghost-buster "typeable.io ": - - stackage2nix + [] + # - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb @@ -3382,10 +3383,6 @@ packages: - llvm-hs < 5.0.0 - llvm-hs-pure == 4.1.0.0 - # https://github.com/fpco/stackage-curator/issues/46 - - stackage-curator < 0.15.0.0 - - stackage2nix < 0.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From c30fae635e4ed8b76b7e36d989ebdb917708686b Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Sun, 10 Sep 2017 07:52:19 +0200 Subject: [PATCH 1841/3109] Switch to LLVM 5 and remove constraints on llvm-hs and llvm-hs-pure --- build-constraints.yaml | 4 ---- debian-bootstrap.sh | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de8ec985..454646a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3379,10 +3379,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/llvm-hs/llvm-hs/issues/137 - - llvm-hs < 5.0.0 - - llvm-hs-pure == 4.1.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index d294a690..b9a6feaa 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -191,9 +191,9 @@ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf # llvm-4.0 for llvm-hs (separate since it needs wget) wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main" \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ && apt-get update \ - && apt-get install -y llvm-4.0 + && apt-get install -y llvm-5.0 # Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only # supports version 2.) From bc1c290a10a138135d7561b1494dc919380117a0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:39:35 +0200 Subject: [PATCH 1842/3109] Re-enable stackage-curator and therefore, stackage2nix. Cause fixed in https://github.com/fpco/stackage-curator/commit/0a9047c430db2053233a087fa7db8d6c33baffb7. --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 454646a5..150a71e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -281,7 +281,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - # - stackage-curator + - stackage-curator - store - stm-conduit - wai-websockets @@ -3314,8 +3314,7 @@ packages: - ghost-buster "typeable.io ": - [] - # - stackage2nix + - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb From 016e1b1d452aff3214649d02a7e768c615157ed7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Sep 2017 13:41:46 +0200 Subject: [PATCH 1843/3109] Test suite if fixed, re-enable for higher-leveldb. Closes https://github.com/jeremyjh/higher-leveldb/issues/7. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 150a71e7..ae077975 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3790,7 +3790,6 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures - - higher-leveldb # https://github.com/jeremyjh/higher-leveldb/issues/7 - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 From 0c7ad6906b815d87ecf467c42ede1142c1a7d32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Sicard-Ram=C3=ADrez?= Date: Sun, 10 Sep 2017 22:46:02 -0500 Subject: [PATCH 1844/3109] Enabled Agda 2.5.3. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58c9bdd8..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2033,8 +2033,7 @@ packages: - ipython-kernel # GHC 8 "Andrés Sicard-Ramírez @asr": - [] - # - Agda # GHC 8.2.1 + - Agda "James Cook @mokus0": - dependent-sum From 8fff76ac405078f0a4b63d7d56e65fb988c507ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Sep 2017 10:52:44 +0200 Subject: [PATCH 1845/3109] Expect haddock failure for Agda (2.5.3). Please see https://github.com/agda/agda/issues/2748. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..9cc45635 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 0c5202811d6c7d2aa1e2bcdbe84a384430fffd96 Mon Sep 17 00:00:00 2001 From: ncaq Date: Mon, 11 Sep 2017 19:44:24 +0900 Subject: [PATCH 1846/3109] added: string-transform --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..aab28ed8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,7 @@ packages: "ncaq @ncaq": - haskell-import-graph + - string-transform - uniq-deep - yesod-form-bootstrap4 - yesod-recaptcha2 From 8611bc166af6d9a159e92366b62991d8107d81f1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Sep 2017 11:59:57 +0200 Subject: [PATCH 1847/3109] Re-enable haddocks for Adga. Closes https://github.com/agda/agda/issues/2748#issuecomment-328804066. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9cc45635..092d2703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,7 +3907,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - Agda # https://github.com/agda/agda/issues/2748 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 128d1a5c5c5661c98dd4f5bafccd53e6973e9366 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Tue, 12 Sep 2017 14:40:56 +0100 Subject: [PATCH 1848/3109] add package fpretty --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..84bb074e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Olaf Chitil @OlafChitil": + - fpretty + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed From b4d318947ac5612b9828c38f7143e18cbefd92d0 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Wed, 13 Sep 2017 09:35:32 +1000 Subject: [PATCH 1849/3109] re-enable perf --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..c6334150 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2993,8 +2993,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - # - chart-unit # bounds optparse-applicative - # - perf # bounds optparse-applicative + - perf - online "Iphigenia Df @iphydf": From e59c8fa44964ae159fc0ff65a540bddd52a7e212 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 15:34:38 +0300 Subject: [PATCH 1850/3109] Upper bound for #2860 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 092d2703..33922a85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,6 +3378,9 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 + # https://github.com/fpco/stackage/issues/2860 + - language-c < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 7828dd3a6c10ee6b11a0afc2eaf15eb323ffc7fd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:18:28 +0300 Subject: [PATCH 1851/3109] Expected test failure for perf #2859 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c81606a3..f27d92ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3860,6 +3860,8 @@ 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 + - perf # https://github.com/fpco/stackage/pull/2859 + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From c09500768afc61a717e74e9c28c655ffffecfe70 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 13 Sep 2017 18:51:52 +0300 Subject: [PATCH 1852/3109] Upper bound for #2861 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f27d92ce..662226b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3384,6 +3384,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + # https://github.com/fpco/stackage/issues/2861 + - swagger2 < 2.1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From a1d07a8d944e6f620a9b257f1065a17f1830da0f Mon Sep 17 00:00:00 2001 From: Alexis King Date: Thu, 14 Sep 2017 10:14:35 -0700 Subject: [PATCH 1853/3109] Add monad-mock --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..9edcc208 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,6 +2870,7 @@ packages: - bson "Alexis King @lexi-lambda": + - monad-mock - test-fixture - text-conversions - th-to-exp From edb7c01c4492186d5cc9a9497d2916bb1c5cef22 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 15 Sep 2017 07:45:44 +0300 Subject: [PATCH 1854/3109] Upper bound for #2863 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 662226b4..ad62c275 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3387,6 +3387,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2863 + - file-embed < 0.0.10.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 26890fc727f60c5e28021ab34d597461794bf2cd Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 10:14:19 -0700 Subject: [PATCH 1855/3109] Bloodhound 0.15.0.0 for GHC 8.2.1 I just cut bloodhound 0.15.0.0 which is now building against stackage nightlies. I'm working on katip. If this works out, @phadej, @scrive will need to raise upper bounds and make any adjustments needed and then they can be unblocked here too. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..49d2c9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -747,7 +747,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # GHC 8.2.1 + - bloodhound - esqueleto "Adam Bergmark @bergmark": From e4bddb32c598fa59b9db1a3e2d88d399d258b390 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Fri, 15 Sep 2017 12:03:54 -0700 Subject: [PATCH 1856/3109] Unblock katip and katip-elasticsearch katip-0.5.0.1 and katip-elasticsearch-0.4.0.1 now support GHC 8.2.1 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..c822270b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2631,8 +2631,8 @@ packages: # - ua-parser # bounds aeson - hs-GeoIP - retry - # - katip # bounds aeson - # - katip-elasticsearch # via bloodhound: bounds: vector + - katip + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple From 769c9e13d58a786a31bf4a68c2e270629f48fbca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 16 Sep 2017 23:47:54 +0300 Subject: [PATCH 1857/3109] Upper bound for #2867 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..1efaf65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,6 +3391,9 @@ packages: # https://github.com/fpco/stackage/issues/2863 - file-embed < 0.0.10.1 + # https://github.com/fpco/stackage/issues/2867 + - data-fix < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d2136a3e219850ad09aa8fde66fdb9aa0a345c2 Mon Sep 17 00:00:00 2001 From: Michael Swan Date: Sun, 17 Sep 2017 00:45:18 -0500 Subject: [PATCH 1858/3109] add pcf-font and pcf-font-embed --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d328f4e..63d8ef44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2965,6 +2965,10 @@ packages: - lmdb - rdf + "Michael Swan @michael-swan": + - pcf-font + - pcf-font-embed + "Iago Abal ": - bv From ddcb22f38159c84d27c5e46f9f72a9fab8d2822a Mon Sep 17 00:00:00 2001 From: koral Date: Mon, 18 Sep 2017 19:34:00 +0200 Subject: [PATCH 1859/3109] Add dublincore-xml-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..c6447141 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1882,6 +1882,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - conduit-parse + - dublincore-xml-conduit - opml-conduit - rss-conduit < 0 # test runtime failure - imm < 0 # compilation failure via synthesizer-core From 744be39fdca7b52da8f69b02ee72d1d875810842 Mon Sep 17 00:00:00 2001 From: Evan Rutledge Borden Date: Mon, 18 Sep 2017 17:48:23 -0400 Subject: [PATCH 1860/3109] Resubmit validation to stackage Validation had overly aggressive upper bounds. These have been relaxed per https://github.com/qfpl/validation/issues/9. --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..438c1a44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": - fpretty - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2998,6 +2998,9 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 + "Tony Morris @tonymorris": + - validation + "Tony Day @tonyday567": - numhask - numhask-range From 1e30da961e0ceb30dc5fac9a6aff7ec6b6be7730 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Sep 2017 11:22:14 +0900 Subject: [PATCH 1861/3109] remove some packages which are not in Hackage new stackage-curator feature --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54c299c1..4cac2d46 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + [] "Maarten Faddegon @MaartenFaddegon": - libgraph @@ -1910,7 +1910,6 @@ packages: - pipes-fastx # - pipes-illumina # via: pipes-bgzf - seqalign - - thermonuc - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": @@ -2076,7 +2075,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - quadtree + [] "Brian Lewis brian@lorf.org @bsl": [] @@ -2144,7 +2143,6 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae - - compiler-errors - docopt - dynamic-state - dyre @@ -3014,7 +3012,6 @@ packages: - tce-conf "Jonathan Fischoff ": - - threads-extra - clock-extras - next-ref - tmp-postgres From 8b14ef67a691d30211ce82b3d54980c473b37333 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Tue, 19 Sep 2017 11:26:31 +0300 Subject: [PATCH 1862/3109] Re-enable hjsonschema --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cac2d46..b18f2391 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "1.24" packages: "Olaf Chitil @OlafChitil": [] - + "Maarten Faddegon @MaartenFaddegon": - libgraph - Hoed @@ -2810,9 +2810,8 @@ packages: - directory-tree "Ian Grant Jeffries @seagreen": - [] - # - hjsonpointer # GHC 8.2.1 - # - hjsonschema # GHC 8.2.1 + - hjsonpointer + - hjsonschema "Drew Hess @dhess": - hpio From 25f7903d332e6c2f03c70a77201d9cc1adc8285d Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel Date: Wed, 20 Sep 2017 12:56:25 +0200 Subject: [PATCH 1863/3109] Re-add hledger-iadd and enable testsuite The new version 1.2.6 should build fine --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..e9284530 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,8 +3072,7 @@ packages: # - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-iadd "Roy Levien @orome": - crypto-enigma @@ -3816,7 +3815,6 @@ expected-test-failures: - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - - hledger-iadd # https://github.com/hpdeifel/hledger-iadd/issues/26 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 From 0979a0d797d2836b62a4181231dbcabfd238add9 Mon Sep 17 00:00:00 2001 From: phischu Date: Sat, 16 Sep 2017 19:59:23 +0200 Subject: [PATCH 1864/3109] Readd haskell-names --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..7c926368 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2902,8 +2902,7 @@ packages: - language-fortran "Philipp Schuster @phischu": - [] - # - haskell-names # bounds: aeson + - haskell-names "Shao Cheng @TerrorJack": [] @@ -3781,7 +3780,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - haskell-names # 0.7.0 https://github.com/haskell-suite/haskell-names/issues/78 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 82b759e5cc4e15ea06e5ee053846f1c6cbdf9613 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:31:23 +0200 Subject: [PATCH 1865/3109] Remove some upper bounds. Closes #2826, #2863, #2867 --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 444e5a3b..d0822625 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,12 +3374,6 @@ packages: # https://github.com/fpco/stackage/issues/2779 - xml-conduit < 1.6.0 - # https://github.com/fpco/stackage/issues/2797 - # - inflections < 0.4.0.0 - - # https://github.com/fpco/stackage/issues/2826 - - uri-templater < 0.3 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 @@ -3389,12 +3383,6 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2863 - - file-embed < 0.0.10.1 - - # https://github.com/fpco/stackage/issues/2867 - - data-fix < 0.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 48ac75a13e4c4d785a21effa3af45e9eb79f30b5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 21 Sep 2017 02:35:21 +0200 Subject: [PATCH 1866/3109] Upper bound for #2878 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0822625..6cd6e89a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,6 +3383,9 @@ packages: # https://github.com/fpco/stackage/issues/2861 - swagger2 < 2.1.5 + # https://github.com/fpco/stackage/issues/2878 + - hackage-db < 2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9453f5345ca9f2c22d7ac554a1f31c3ab95431dd Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Thu, 21 Sep 2017 21:59:39 +1000 Subject: [PATCH 1867/3109] Add accelerate --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..90767f22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -672,6 +672,13 @@ packages: "Trevor L. McDonell @tmcdonell": - accelerate + - accelerate-llvm + - accelerate-llvm-native + - accelerate-llvm-ptx + - accelerate-io + - accelerate-fft + - accelerate-blas + # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite - repa - repa-io - repa-algorithms @@ -679,6 +686,11 @@ packages: - gloss-algorithms - gloss-raster - gloss-rendering + - gloss-accelerate + - gloss-raster-accelerate + - colour-accelerate + - lens-accelerate + - mwc-random-accelerate - cuda - cublas - cusparse From 6687d4ce49dc320f79d71c3a9cbbe50918e66642 Mon Sep 17 00:00:00 2001 From: Olaf Chitil Date: Thu, 21 Sep 2017 18:15:49 +0100 Subject: [PATCH 1868/3109] Corrected upper-case spelling of FPretty --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bb074e..357d9909 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Olaf Chitil @OlafChitil": - - fpretty + - FPretty "Maarten Faddegon @MaartenFaddegon": - libgraph From 421f2727636a49b62924b4f4c5ede8c3aecf7ba5 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Thu, 21 Sep 2017 15:13:27 -0500 Subject: [PATCH 1869/3109] Added mallard package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..b2125056 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2458,6 +2458,7 @@ packages: - aeson-casing - graylog - parsec-numeric + - mallard "Callum Rogers @CRogers": - should-not-typecheck From 7f41ff76d8abc76c9b37f209aff490143e4f3379 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 22 Sep 2017 11:12:28 +0900 Subject: [PATCH 1870/3109] drop "swagger2 < 2.1.5" bound (#2861) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb286662..4df134ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,9 +3381,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2861 - - swagger2 < 2.1.5 - # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 From 396696a5a3740bb8901f4ab0a74bbae699f7b457 Mon Sep 17 00:00:00 2001 From: j-keck Date: Fri, 22 Sep 2017 08:33:43 +0200 Subject: [PATCH 1871/3109] add wreq-stringless --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..f775bddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jürgen Keck @j-keck": + - wreq-stringless + "Olaf Chitil @OlafChitil": [] From 97b51d27748418af65c05c6f0bc7498b5669a8b0 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Fri, 22 Sep 2017 07:57:01 -0500 Subject: [PATCH 1872/3109] Added package hasql-optparse-applicative. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..2cc19952 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1058,6 +1058,7 @@ packages: - cases - focus - hasql + - hasql-optparse-applicative - hasql-pool - list-t - mtl-prelude From 99dd3afce6d9fc77649e7bde6a7a90e893c83505 Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Sat, 23 Sep 2017 16:57:43 +0200 Subject: [PATCH 1873/3109] add jonascarpay/apecs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..808a7eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2177,6 +2177,9 @@ packages: [] # - GPipe-GLFW # GHC 8.2.1 via GLFW-b + "Jonas Carpay @jonascarpay": + - apecs + "Csaba Hruska @csabahruska": [] # - lambdacube-ir # bounds: aeson From 90846de80e0845e8a22fa512db3ed1de96c7743d Mon Sep 17 00:00:00 2001 From: tobbebex Date: Sat, 23 Sep 2017 19:24:06 +0200 Subject: [PATCH 1874/3109] Update build-constraints.yaml GPipe 2.2.2 now supports GHC 8.2.1 and builds using latest stackage nightly --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..734ee94a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2170,8 +2170,7 @@ packages: - yi-snippet "Tobias Bexelius @tobbebex": - [] - # - GPipe # GHC 8.2.1 + - GPipe "Patrick Redmond @plredmond": [] From b24cee534d8426bc138c58fca94f4c1789d8ae38 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Sep 2017 08:51:17 -1000 Subject: [PATCH 1875/3109] re-enable hledger-interest Not my package, but I'm pretty sure this has been resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4df134ed..40c5f588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: - cabal2nix - funcmp - hackage-db - # - hledger-interest # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 + - hledger-interest - hopenssl - hsdns - hsemail From 566be11311441113aada9b8ae1e18fc5e8ca3818 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 17:54:07 +0900 Subject: [PATCH 1876/3109] marvin < 0.2.4 (#2894) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3deb8f2b..97ce2d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,6 +3402,8 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + # https://github.com/fpco/stackage/issues/2894 + - marvin < 0.2.4 # end of packages # Package flags are applied to individual packages, and override the values of From 4d316a7d260c4e028b2f2471ae87387748926119 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:03:21 +0900 Subject: [PATCH 1877/3109] disable vector-builder benchmarks (#2896) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97ce2d8d..74e79394 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4008,6 +4008,7 @@ skipped-benchmarks: - refined - slave-thread - stm-containers + - vector-builder # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 - fgl - fgl-arbitrary From 86063564115bf6897b9a8a27a829f2a20824e44c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:04:22 +0900 Subject: [PATCH 1878/3109] cabal2nix < 2.6 due to hackage-db < 2.0 (#2878) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74e79394..8240c252 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,6 +3401,7 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 + - cabal2nix < 2.6 # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 From 630a9f6f4eeaf74051d38463085ac3d45cb7edb9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:06:36 +0900 Subject: [PATCH 1879/3109] megaparsec < 6.2.0 (#2893) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8240c252..fe7d8b61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3405,6 +3405,9 @@ packages: # https://github.com/fpco/stackage/issues/2894 - marvin < 0.2.4 + + # https://github.com/fpco/stackage/issues/2893 + - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From fda0882130bc8ee40fe3e43059ee5a02080a4768 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:09:50 +0900 Subject: [PATCH 1880/3109] irc-client < 1.0.0.0 (#2891) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe7d8b61..8aca55ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,6 +3408,9 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 + + # https://github.com/fpco/stackage/issues/2891 + - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 75f31ff46141ebaadb442eaf96521e1e9a370b3e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 18:17:00 +0900 Subject: [PATCH 1881/3109] swagger2 < 2.1.5 (#2895) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8aca55ee..d1b1f0a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,9 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 + + # https://github.com/fpco/stackage/issues/2895 + - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From 68297c61680e4fc55aa4b65e63d4c2e43b98960b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:20:04 +0900 Subject: [PATCH 1882/3109] try dropping hledger-api rather than swagger2 < 2.1.5 (#2895) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/Data/Swagger/Internal/ParamSchema.hs:296:21: error: Ambiguous occurrence ‘constructorTagModifier’ --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1b1f0a4..be181212 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -957,7 +957,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - - hledger-api + # - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -3411,9 +3411,6 @@ packages: # https://github.com/fpco/stackage/issues/2891 - irc-client < 1.0.0.0 - - # https://github.com/fpco/stackage/issues/2895 - - swagger2 < 2.1.5 # end of packages # Package flags are applied to individual packages, and override the values of From f6b7135996870a36bac4a11c413e77b968649969 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:41:21 +0900 Subject: [PATCH 1883/3109] debian-bootstrap.sh: nvidia-cuda-dev for accelerate-llvm-ptx (#2880) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b9a6feaa..e1ecdf13 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,6 +126,7 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ From 2c5f15f811d06dfaaf62b28e0fe93d823cd2ffcd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:52:21 +0900 Subject: [PATCH 1884/3109] debian-bootstrap.sh: nvidia-cuda-dev is in multiverse --- debian-bootstrap.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e1ecdf13..c27396c3 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,7 +126,6 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ - nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \ @@ -227,7 +226,7 @@ pushd /tmp \ && export PATH=${CUDA_PATH}/bin:${PATH} \ && popd -## non-free repo for mediabus-fdk-aac -#apt-add-repository multiverse \ -# && apt-get update \ -# && apt-get install -y libfdk-aac-dev +# non-free repo for mediabus-fdk-aac +apt-add-repository multiverse \ + && apt-get update \ + && apt-get install -y nvidia-cuda-dev From 46ed2916fb0f95ee4cd094ff2e2b81fc6badc0f8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:59:44 +0900 Subject: [PATCH 1885/3109] validation doctests fail (#2872) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be181212..201d0d33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3013,8 +3013,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 - "Tony Morris @tonymorris": - - validation +# "Tony Morris @tonymorris": +# - validation # https://github.com/fpco/stackage/pull/2872 "Tony Day @tonyday567": - numhask From f39214bbbd9f422995f61b656e60f4bfd27b4075 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 18 Aug 2017 07:33:55 +0200 Subject: [PATCH 1886/3109] Enable mole --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..9d5d898a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1240,7 +1240,7 @@ packages: - google-cloud - kraken - libinfluxdb - # - mole # via snap, heist, xmlhtml, + - mole - publicsuffix - rethinkdb-client-driver - snap-blaze From f2d2e1c7771789199aa5c74343ef73a7ba6cf458 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 02:00:28 +0900 Subject: [PATCH 1887/3109] disable shake-language-c for shake-0.16 (samplecount/shake-language-c#32) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 201d0d33..753a9511 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1147,7 +1147,8 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - - shake-language-c + [] + # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 "David Turner @davecturner": - alarmclock From 9cd875068e072a50dd0935d60490b73ab3fcbcdb Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Sun, 24 Sep 2017 13:18:20 -0400 Subject: [PATCH 1888/3109] Add webdriver and cond --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..67cefbfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3343,6 +3343,10 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb + + "Adam Curtis @kallisti-dev": + - webdriver + - cond # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8eb07689d563a8b50e1dce6f5322f5bfba17fbf2 Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Mon, 25 Sep 2017 09:09:25 +0900 Subject: [PATCH 1889/3109] Add th-strict-compat Hackage: https://hackage.haskell.org/package/th-strict-compat Repos: https://gitlab.com/igrep/th-strict-compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..77506d5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,6 +2562,7 @@ packages: "Yuji Yamamoto @igrep": - yes-precure5-command + - th-strict-compat "Hans-Christian Esperer @hce": - avwx From 51e5afc1a85f2eae7acf035d0fd5c59bbf1eac2e Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 24 Sep 2017 21:20:24 -0400 Subject: [PATCH 1890/3109] Revert "Disable hopenpgp-tools per #2812" This reverts commit 6e36c33f51f8d3910bd00ddbf667702336465066. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..27bf4374 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -875,7 +875,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - # - hopenpgp-tools # https://github.com/fpco/stackage/issues/2812 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": From a26b45444efb7f21a4a48a88b2e6d795ed501e1c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:02:15 +0200 Subject: [PATCH 1891/3109] Expect accelerate-blas tests to fail #2880 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 753a9511..4c6a3680 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3852,6 +3852,7 @@ expected-test-failures: - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 + - accelerate-blas # https://github.com/fpco/stackage/pull/2880 # Stackage upper bounds, re-enable these when their upper bound is removed From c5e4d9496028cfbb52524c4e5f31265c0f4a6b73 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:04:26 +0200 Subject: [PATCH 1892/3109] Remove upper bound and close #2894 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c6a3680..62a40466 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,9 +3404,6 @@ packages: - hackage-db < 2.0 - cabal2nix < 2.6 - # https://github.com/fpco/stackage/issues/2894 - - marvin < 0.2.4 - # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 From bef0429ca6962763023bb5f79105b37fafdc182e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:07:59 +0200 Subject: [PATCH 1893/3109] Remove outdated comment --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62a40466..b58d9bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso # GHC 8.2.1 + - miso - envy - s3-signer - google-translate # bounds: servant From 2622ae61e6a3906a9771088f346c2f8c0ca24d59 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 25 Sep 2017 04:08:56 +0200 Subject: [PATCH 1894/3109] Disable servant-swagger tests #2879 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b58d9bcf..f3ea0b1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3850,6 +3850,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - accelerate-blas # https://github.com/fpco/stackage/pull/2880 + - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From 9143ebfb6e703030c8b70269c4ca689394930dd2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:39:07 +0900 Subject: [PATCH 1895/3109] disable avers-api-docs (wereHamster/avers#2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3ea0b1a..7db2939a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1231,7 +1231,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs + # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd From cff7f453411020b5a1c6f7778380932dd72d7e6d Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Mon, 25 Sep 2017 03:49:59 +0000 Subject: [PATCH 1896/3109] Re-enable teardown package --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..a615d20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -68,8 +68,8 @@ packages: "Roman Gonzalez @roman": [] + - teardown # - etc # GHC 8.2.1 via protolude - # - teardown # GHC 8.2.1 "Richard Cook @rcook": - hidden-char From 1a874bcb0bd3445611ed45ed5971b09afb55e0bf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 12:58:12 +0900 Subject: [PATCH 1897/3109] disable find-clumpiness (GregorySchwartz/find-clumpiness#3) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7db2939a..9c236c0c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2270,7 +2270,7 @@ packages: - tree-fun - random-tree - clumpiness - - find-clumpiness + # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From eb5d13d035b21e60d1add456f55ada2f673df4bb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 13:02:22 +0900 Subject: [PATCH 1898/3109] disable miso for aeson-1.2.2.0 (#haskell-miso/miso#295) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c236c0c..848e1cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -254,7 +254,7 @@ packages: - once "David Johnson @dmjio": - - miso + # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 - envy - s3-signer - google-translate # bounds: servant From b729fba7ea9aa8c485dc8d825fe79f8b38b768ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:21:41 +0900 Subject: [PATCH 1899/3109] Revert "irc-client < 1.0.0.0 (#2891)" This reverts commit fda0882130bc8ee40fe3e43059ee5a02080a4768. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..d719b574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,9 +3406,6 @@ packages: # https://github.com/fpco/stackage/issues/2893 - megaparsec < 6.2.0 - - # https://github.com/fpco/stackage/issues/2891 - - irc-client < 1.0.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 090b5f865bdf3e7605d3312a197427a5d8808251 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:32:10 +0900 Subject: [PATCH 1900/3109] revert "megaparsec < 6.2.0" (#2893) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1537d913..138cddd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,9 +3408,6 @@ packages: # https://github.com/fpco/stackage/issues/2878 - hackage-db < 2.0 - cabal2nix < 2.6 - - # https://github.com/fpco/stackage/issues/2893 - - megaparsec < 6.2.0 # end of packages # Package flags are applied to individual packages, and override the values of From 613aacfa74bae57304b9894a8e0893a294c909b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:41:38 +0900 Subject: [PATCH 1901/3109] try dropping "hackage-db < 2.0" (#2878) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 138cddd4..03fc1dca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,10 +3404,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2878 - - hackage-db < 2.0 - - cabal2nix < 2.6 # end of packages # Package flags are applied to individual packages, and override the values of From 5de4f268ae6d7ba7726a8741cbba8d528d2b8227 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 17:47:10 +1000 Subject: [PATCH 1902/3109] Add wide-word With permission from @erikd: erikd/wide-word#1. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 848e1cc9..847db480 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -699,6 +699,7 @@ packages: - cusparse - cusolver - nvvm + - wide-word "Liam O'Connor @liamoc": [] From d3b33d31c96ed7e5f2db56537e81ff83607c90e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 16:48:02 +0900 Subject: [PATCH 1903/3109] fix adding teardown --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a615d20e..2ec7ee86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -67,7 +67,6 @@ packages: # - discord-hs # bounds: req "Roman Gonzalez @roman": - [] - teardown # - etc # GHC 8.2.1 via protolude From cefd2401c223ae3997562bb0b741c6a668d42e9d Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Mon, 25 Sep 2017 18:19:46 +1000 Subject: [PATCH 1904/3109] Add accelerate-bignum --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 847db480..2ab80594 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,7 +681,7 @@ packages: - accelerate-io - accelerate-fft - accelerate-blas - # - accelerate-bignum # wide-word-0.1.0.3. No maintainer. @erikd. Used by: test-suite + - accelerate-bignum - repa - repa-io - repa-algorithms @@ -3778,6 +3778,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - accelerate-bignum # CUDA GPU # Test executable requires arguments - hpqtypes From 301c7e6fb2305f396b15e71087777af878d7ce27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 25 Sep 2017 22:20:01 +0900 Subject: [PATCH 1905/3109] add QuadTree, compiler-warnings, threads-extras fixing 1e30da9 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64f4e45f..05fb04e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,7 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] + - QuadTree "Brian Lewis brian@lorf.org @bsl": [] @@ -2160,6 +2160,7 @@ packages: "Dmitry Ivanov @ethercrow": - charsetdetect-ae + - compiler-warnings - docopt - dynamic-state - dyre @@ -3035,6 +3036,7 @@ packages: "Jonathan Fischoff ": - clock-extras - next-ref + - threads-extras - tmp-postgres # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact From 682d4087b96673e92ecd84385f71a0a254cd6eb7 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Mon, 25 Sep 2017 22:23:19 +0300 Subject: [PATCH 1906/3109] Add dom-parser --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..114e25c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3341,11 +3341,12 @@ packages: - ghost-buster "typeable.io ": + - dom-parser - stackage2nix "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 6b844b02f70dc6fc56d53af2e7f29c041df67d34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 25 Sep 2017 17:11:29 -0700 Subject: [PATCH 1907/3109] Expect foundation tests to pass per https://github.com/haskell-foundation/foundation/issues/394#issuecomment-331815967 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..b880a9b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3822,7 +3822,6 @@ expected-test-failures: - commutative # https://github.com/athanclark/commutative/issues/4 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - - foundation # https://github.com/haskell-foundation/foundation/issues/394 - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled From 04319dfa30cb312a5105c4f53b1401083920b401 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 26 Sep 2017 13:20:17 +0900 Subject: [PATCH 1908/3109] QuadTree needs older base and lens --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05fb04e7..8f3ba598 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2092,7 +2092,8 @@ packages: # - euphoria # GHC 8.2.1 "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - - QuadTree + [] + # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": [] From b6d451b183a30c34ea099b4fbbe3128aef6ca4bb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:14:31 +0200 Subject: [PATCH 1909/3109] Disable hopenpgp-tools #2899 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f3ba598..5d465004 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -874,7 +874,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 - opensource "Piyush P Kurur @piyush-kurur": @@ -3346,7 +3346,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 8a4f8019a610345fe9942dcceb42dd7f7e4d5cdd Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:19:23 +0200 Subject: [PATCH 1910/3109] Expect linear-accelerate tests to fail ekmett/linear-accelerate#10 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d465004..7ac427bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3815,6 +3815,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 816a2844454b708cc2254303ccaff71e9afa827a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:21:46 +0200 Subject: [PATCH 1911/3109] Expect tasty-discover tests to fail lwm/tasty-discover#123 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ac427bc..b6e5cf93 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3816,6 +3816,7 @@ expected-test-failures: - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 + - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7b5eb1967b8e85563298efebabef502b3a0665a9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:26:53 +0200 Subject: [PATCH 1912/3109] Expect teardown tests to fail #2901 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6e5cf93..8601518b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3869,6 +3869,9 @@ expected-test-failures: - multiset - makefile + # Doctest failures + - teardown + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From e473577348a0d4884932c5de57b8735f24d5d033 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 12:36:26 +0200 Subject: [PATCH 1913/3109] Re-enable miso --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7b33bcf..eb9ec110 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -253,7 +253,7 @@ packages: - once "David Johnson @dmjio": - # - miso # aeson - https://github.com/haskell-miso/miso/issues/295 + - miso - envy - s3-signer - google-translate # bounds: servant From f4c88d5d311c3d89a6ea7501cc4121b01c3a5d97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 13:56:05 +0200 Subject: [PATCH 1914/3109] Expect wide-word tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb9ec110..e5290203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3800,6 +3800,7 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 + - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 2f2f8665b1e5edc02773418a66528d9cc63adfc3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 15:48:13 +0200 Subject: [PATCH 1915/3109] Re-enable linear-accelerate tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5290203..e7d3c669 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures From 93e40de2da863049e0cb6e61fdcfa0570128f3a3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 26 Sep 2017 19:33:47 +0200 Subject: [PATCH 1916/3109] Re-enable tasty-discover tests. Fixed in https://github.com/lwm/tasty-discover/commit/03e7a8c2a38b14b0d45429c9c765a8b79e117973. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7d3c669..31288ecf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,7 +3820,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - tasty-discover # https://github.com/lwm/tasty-discover/issues/123 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fe48d1e76ca9ad99c65c1eeb9e8f9169128149b1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 20:56:26 +0200 Subject: [PATCH 1917/3109] Revert "Re-enable linear-accelerate tests" This reverts commit 2f2f8665b1e5edc02773418a66528d9cc63adfc3. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31288ecf..d2d91f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3820,6 +3820,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fba7df03eff3b9887d1cb8672fbc61d43741069a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:20:27 +0200 Subject: [PATCH 1918/3109] Raise xml-conduit upper bound --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2d91f59..d9d9984a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,7 +3402,7 @@ packages: - ansi-terminal < 0.7 # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.6.0 + - xml-conduit < 1.7.0 # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From c4f4ca25e4933c5a57788593702bd0ab4283351f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 26 Sep 2017 21:23:27 +0200 Subject: [PATCH 1919/3109] Upper bound for #2906 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9d9984a..4946de86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2906 + - uri-bytestring < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6506706f4a9a419f0813e1af971ba90e4b0af669 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Tue, 26 Sep 2017 20:42:11 -0500 Subject: [PATCH 1920/3109] Added GDAX interface library. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..6d27b5f2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2480,6 +2480,7 @@ packages: - graylog - parsec-numeric - mallard + - gdax "Callum Rogers @CRogers": - should-not-typecheck From 84259bda19428530ac50acb292e0a0d8990e4231 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Sep 2017 12:57:50 +0300 Subject: [PATCH 1921/3109] Remove upper bounds and close #2779 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4946de86..204f70a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3401,9 +3401,6 @@ packages: # https://github.com/fpco/stackage/issues/2778 - ansi-terminal < 0.7 - # https://github.com/fpco/stackage/issues/2779 - - xml-conduit < 1.7.0 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 From 2f4c1c851ba62e57ffc286ac2aa7a0bb0d7fd082 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Wed, 27 Sep 2017 15:39:28 +0300 Subject: [PATCH 1922/3109] Add xml-isogen --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f70a0..905c8c31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,6 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From ec2a2881247983e5e88c7b36857f506b4478a402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:42:04 +0200 Subject: [PATCH 1923/3109] Re-enable wide-word tests erikd/wide-word#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index daa26f24..794b758a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3802,7 +3802,6 @@ expected-test-failures: - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - - wide-word # https://github.com/erikd/wide-word/issues/2 # Assertion failures, these can be real bugs or just limitations # in the test cases. From ca5d150741d6f481d3e9c66bd29c7c43df1c1f30 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 27 Sep 2017 22:44:45 +0200 Subject: [PATCH 1924/3109] Re-enable shake-language-c #32 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 794b758a..1d406574 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1148,8 +1148,7 @@ packages: - product-profunctors "Samplecount stefan@samplecount.com @kaoskorobase": - [] - # - shake-language-c # https://github.com/samplecount/shake-language-c/issues/32 + - shake-language-c "David Turner @davecturner": - alarmclock From 755fcef971826828c90029a187740006b4acb263 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 02:59:47 +0200 Subject: [PATCH 1925/3109] Expect gdax tests to fail #2907 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d406574..2d51f140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - gdax # Needs environment variables set # Test executable requires arguments - hpqtypes From 0ce48b6e677305fdf7bfe65024460bc47b21285e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:05:24 +0200 Subject: [PATCH 1926/3109] Disable xml-isogen #2908 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d51f140..4de50e7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,7 +3346,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - - xml-isogen + # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 "Jeremy Huffman @jeremyjh": - higher-leveldb From ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 28 Sep 2017 03:14:19 +0200 Subject: [PATCH 1927/3109] Disable soap-* due to xml-conduit-writer compilation failure --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4de50e7e..8a493137 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1590,10 +1590,10 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": - - soap - - soap-tls - - soap-openssl + "Alexander Bondarenko @wiz": [] + # - soap # compilation failure via xml-conduit-writer + # - soap-tls # compilation failure via xml-conduit-writer + # - soap-openssl # compilation failure via xml-conduit-writer "Andres Löh @kosmikus": - generics-sop From f9491d1893d3994641eee9506b7d0728e6f38f2a Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Fri, 29 Sep 2017 02:46:01 +0800 Subject: [PATCH 1928/3109] Make mintty build with Win32-2.5.x.x ghc-8.2.1 ships with Win32-2.5.4.1, and mintty should build with this version of Win32. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..8c69921b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3504,7 +3504,7 @@ package-flags: time_pre_1_6: false mintty: - win32-2-5: false + win32-2-5: true cassava: pre-bytestring-0-10-4: false From 551ce8e8b872e7a38bfddd35dba5f8f0ae0d423f Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 14:40:12 +1000 Subject: [PATCH 1929/3109] Add accelerate-examples --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..19afd7d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -681,6 +681,7 @@ packages: - accelerate-fft - accelerate-blas - accelerate-bignum + - accelerate-examples - repa - repa-io - repa-algorithms From eaa451c9e0f384df7327ae19e9b4b0d4b41ee174 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:33:11 +1000 Subject: [PATCH 1930/3109] Expect linear-accelerate tests to pass ekmett/linear-accelerate#10 fixed in linear-accelerate-0.5.0.1 release --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..e2ef838e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,7 +3821,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - linear-accelerate # https://github.com/ekmett/linear-accelerate/issues/10 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 028447df0e00a67b0959ef1e5e1233c02755eb31 Mon Sep 17 00:00:00 2001 From: "Trevor L. McDonell" Date: Fri, 29 Sep 2017 16:42:07 +1000 Subject: [PATCH 1931/3109] Expect accelerate-blas tests to fail This just changes the reason the tests are expected to fail, since as of accelerate-blas-0.1.0.1 they will now at least build. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..424f25ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3779,6 +3779,7 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU + - accelerate-blas # CUDA GPU - gdax # Needs environment variables set # Test executable requires arguments @@ -3852,7 +3853,6 @@ expected-test-failures: - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - accelerate-blas # https://github.com/fpco/stackage/pull/2880 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 # Stackage upper bounds, re-enable these when their upper bound is removed From ccabb4007433623f9a458426c5759886a92a30e7 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 16:33:52 +0200 Subject: [PATCH 1932/3109] Added package nakadi-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a493137..0d147927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3258,6 +3258,7 @@ packages: - type-level-integers - partial-order - async-timer + - nakadi-client "Simon Hafner @reactormonk": - uri-bytestring-aeson From 5518f4a4ddac373d6ea3a76a5546bb37de5f5c80 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 29 Sep 2017 22:07:11 +0200 Subject: [PATCH 1933/3109] Expect nakadi-client tests to fail #2913 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8f9523..d0363c12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3783,6 +3783,7 @@ expected-test-failures: - accelerate-bignum # CUDA GPU - accelerate-blas # CUDA GPU - gdax # Needs environment variables set + - nakadi-client # Needs environment variable set # Test executable requires arguments - hpqtypes From 1edb6edd36830e9013b5b200acbda4c497946fe6 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Fri, 29 Sep 2017 23:43:45 +0200 Subject: [PATCH 1934/3109] Added throttle-io-stream and conduit-throttle --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0363c12..96782a69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,8 @@ packages: - partial-order - async-timer - nakadi-client + - throttle-io-stream + - conduit-throttle "Simon Hafner @reactormonk": - uri-bytestring-aeson From b340cca55abf4fffd05337bf7fa8922f934c8940 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 10:55:27 +0200 Subject: [PATCH 1935/3109] Add lxd-client --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..7acb07aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2865,6 +2865,7 @@ packages: "Henri Verroken @hverr": - bordacount - cache + - lxd-client - xxhash-ffi "Cliff Harvey @BlackBrane": From a85b06fad45b6e45888469d87c92189279adc309 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:05:43 +0200 Subject: [PATCH 1936/3109] Upper bounds for #2917 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 96782a69..c7238bf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,11 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 + + # https://github.com/fpco/stackage/issues/2917 + - hledger-lib < 1.4 + - hledger-ui < 1.4 + - hledger-web < 1.4 # end of packages # Package flags are applied to individual packages, and override the values of From 8feec6c99ccd6ab13a58957722c273e3755ca616 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:08:45 +0200 Subject: [PATCH 1937/3109] Another upper bound for #2917 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 347dbe13..3007c695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,7 @@ packages: - uri-bytestring < 0.3.0 # https://github.com/fpco/stackage/issues/2917 + - hledger < 1.4 - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 From 18217456422d2902e0f4e600100725d462900d44 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:00 +0200 Subject: [PATCH 1938/3109] Re-enable xml-conduit-writer dependents #2908, ae555cbf639390eb8b5e0af4a1a80b45bbd4ff2c --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3007c695..fef0e979 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1592,9 +1592,9 @@ packages: - maximal-cliques "Alexander Bondarenko @wiz": [] - # - soap # compilation failure via xml-conduit-writer - # - soap-tls # compilation failure via xml-conduit-writer - # - soap-openssl # compilation failure via xml-conduit-writer + - soap + - soap-tls + - soap-openssl "Andres Löh @kosmikus": - generics-sop @@ -3351,7 +3351,7 @@ packages: "typeable.io ": - dom-parser - stackage2nix - # - xml-isogen # Compilation failure of dependency xml-conduit-writer https://github.com/fpco/stackage/pull/2908 + - xml-isogen "Jeremy Huffman @jeremyjh": - higher-leveldb From 53e7ce8c50fa81c6eae0f07a560ccf09fbb67821 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:13:45 +0200 Subject: [PATCH 1939/3109] Fix syntax error --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fef0e979..19328e58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1591,7 +1591,7 @@ packages: - cubicspline - maximal-cliques - "Alexander Bondarenko @wiz": [] + "Alexander Bondarenko @wiz": - soap - soap-tls - soap-openssl From aed1da99ffda95232a6a2a4d273d08e8e4d3dff3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:23:04 +0200 Subject: [PATCH 1940/3109] Expect ip tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19328e58..c8366f38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,6 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - ip # Stackage upper bounds, re-enable these when their upper bound is removed From 6cbda2bf8ead363f297b4667db4f0bb132df948a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 1 Oct 2017 21:25:40 +0200 Subject: [PATCH 1941/3109] Add issue for ip test failure --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8366f38..2b546da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3865,7 +3865,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip + - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From afbc98a516a0fa8d8fa2762cf0fbf0bc1991919a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:52:59 -0700 Subject: [PATCH 1942/3109] Bound Glob due to https://github.com/sol/hpack/issues/202 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b546da8..70e1c673 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,9 @@ packages: - hledger-lib < 1.4 - hledger-ui < 1.4 - hledger-web < 1.4 + + # https://github.com/sol/hpack/issues/202 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 50423d1bf5843956611facabb1f506893b31285e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 15:59:37 -0700 Subject: [PATCH 1943/3109] Skip tests for lxd-client due to #2919 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 70e1c673..152cfb1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3907,6 +3907,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 + - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From 8ee3d73ef8b068a11c77c31e4ef6b9420038c763 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 16:14:48 -0700 Subject: [PATCH 1944/3109] Upper bound fingertree since it fails reducers (#2920) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 152cfb1f..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,6 +3424,9 @@ packages: # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2920 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From e44a400ee911ab4cc0a89c8b91dcf847fb8c2112 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:48:37 -0700 Subject: [PATCH 1945/3109] Another fix for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..e4f89988 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + - reducers < 3.12.1 # end of packages # Package flags are applied to individual packages, and override the values of From c7abd42dbfe87beec846fb5f17ad5a6380b0f581 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 1 Oct 2017 21:53:29 -0700 Subject: [PATCH 1946/3109] Another fix (this should be the one) for #2920 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4f89988..3ad975f6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3426,7 +3426,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - reducers < 3.12.1 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From 9bcac0330c85c9acbdd7b7c5e084f957fc46eea7 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Sun, 1 Oct 2017 18:59:43 +0200 Subject: [PATCH 1947/3109] Permanently skip tests for lxd-client (#2919) lxd-client needs LXD infrastructure, which is unavailable on Debian --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ad975f6..4cfb9181 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3799,6 +3799,7 @@ expected-test-failures: - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set + - lxd-client # Needs LXD, not available on debian # Test executable requires arguments - hpqtypes @@ -3910,7 +3911,6 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - perf # https://github.com/fpco/stackage/pull/2859 - - lxd-client # https://github.com/fpco/stackage/issues/2919 # end of expected-test-failures From e424cd4dc709397fcb57fcb804ff45132a3cb937 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Mon, 2 Oct 2017 23:48:54 +0100 Subject: [PATCH 1948/3109] Add strict-types --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cfb9181..f9f712f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -60,7 +60,7 @@ packages: - NoHoed - threepenny-editors - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - + - strict-types "Joshua Koike @jano017": [] From f65b2aa9b43b71ebff534f38c03bf19de373fcbd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:40:43 -1000 Subject: [PATCH 1949/3109] allow revised hledger* 1.4 (fixes #2917) --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9f712f3..b0bf57d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,12 +3416,6 @@ packages: # https://github.com/fpco/stackage/issues/2906 - uri-bytestring < 0.3.0 - # https://github.com/fpco/stackage/issues/2917 - - hledger < 1.4 - - hledger-lib < 1.4 - - hledger-ui < 1.4 - - hledger-web < 1.4 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 383615f83dc580b70bd6f0f7bd4dfbd26f099659 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Oct 2017 10:38:16 -1000 Subject: [PATCH 1950/3109] re-enable hledger-api (resolves #2895) hledger-api 1.4 is out. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0bf57d4..55ca82e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,7 +958,7 @@ packages: - hledger-lib - hledger-ui - hledger-web - # - hledger-api + - hledger-api # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa From 4151645fc83afd2312bc9ce1a3a8ec80b857a4b3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:10:28 -0700 Subject: [PATCH 1951/3109] Disable tests for hpio (#2926) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55ca82e4..b93ab065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3934,6 +3934,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From 1796d190717bea49f0d6d4df3e97154c34f7844c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:12:35 -0700 Subject: [PATCH 1952/3109] Disable cryptol because of #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b93ab065..d07bea0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1378,7 +1378,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From b211fd0bbe214deae0bfecd3e397ff8d7cb0c2e0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 2 Oct 2017 18:16:19 -0700 Subject: [PATCH 1953/3109] hpio to skipped-tests (#2926) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d07bea0e..baa717e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3676,6 +3676,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + - hpio # https://github.com/fpco/stackage/issues/2926 # end of skipped-tests @@ -3934,7 +3935,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - hpio # https://github.com/fpco/stackage/issues/2926 # end of expected-benchmark-failures From f9207b0f912cc178f51c5793d76e4c2668159d4e Mon Sep 17 00:00:00 2001 From: Sebastian Pulido Gomez Date: Tue, 3 Oct 2017 13:22:59 -0500 Subject: [PATCH 1954/3109] Adding scalendar library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baa717e5..8ebdb552 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1967,6 +1967,7 @@ packages: - hapistrano - inflections - stache + - scalendar # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": From 24782534c369dbc24ca3a6d890bb81890f59eadf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:39:41 -0700 Subject: [PATCH 1955/3109] Mark textmath's tests as failing (#2929) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ebdb552..10ad0c87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3890,6 +3890,7 @@ expected-test-failures: # Doctest failures - teardown + - texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From b2971cf4af0322bca414bb1bfdbf6ecc42f1de4d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 17:44:11 -0700 Subject: [PATCH 1956/3109] Close #2906 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10ad0c87..57306d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,9 +3414,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2906 - - uri-bytestring < 0.3.0 - # https://github.com/sol/hpack/issues/202 - Glob < 0.9.0 From 4430e71bcf6580efbbe1a37167679df83998510b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:13:02 -0700 Subject: [PATCH 1957/3109] Test issues that should be closed --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 57306d64..6ebea747 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -569,7 +569,6 @@ packages: - profunctors - promises - reducers - - reducers - reflection - semigroupoid-extras - semigroupoids @@ -2596,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3415,10 +3414,10 @@ packages: - language-c < 0.7 # https://github.com/sol/hpack/issues/202 - - Glob < 0.9.0 + # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3887,7 +3886,7 @@ expected-test-failures: # Doctest failures - teardown - - texmath # https://github.com/fpco/stackage/issues/2929 + # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d @@ -3924,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 06174d90511bf500649ff32acdd1599fa4b288ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:37:05 -0700 Subject: [PATCH 1958/3109] Undo changes adding broken packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ebea747..539a959d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames < 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3417,7 +3417,7 @@ packages: # Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 + - fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3923,7 +3923,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 6094cc51f6ac3edd4bb0d6e2dead9455e55264e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 3 Oct 2017 21:57:34 -0700 Subject: [PATCH 1959/3109] Close #2929. Close https://github.com/sol/hpack/issues/202. Close #2918 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 539a959d..1461cbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,9 +3413,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/sol/hpack/issues/202 - # Glob < 0.9.0 - # https://github.com/fpco/stackage/issues/2920 - fingertree < 0.1.2 # end of packages @@ -3886,7 +3883,6 @@ expected-test-failures: # Doctest failures - teardown - # texmath # https://github.com/fpco/stackage/issues/2929 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From bd960e2f439d09eae9838024cc6c2e741101fe69 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:16:27 -0700 Subject: [PATCH 1960/3109] Close #2714. Move brick bount to 0.24, as per #2933 --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1461cbaa..ae2fa9e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,9 +3394,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2714 - - brick < 0.21 - - word-wrap < 0.2 + # https://github.com/fpco/stackage/issues/2933 + - brick < 0.24 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 851fad19b8252acf8c076104ebce49e285d71071 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Wed, 4 Oct 2017 01:27:33 +0200 Subject: [PATCH 1961/3109] Adds docker --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae2fa9e5..7fbd3b1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,9 @@ packages: - webdriver - cond + "Deni Bertovic @denibertovic, James Parker ": + - docker + # 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 From 368c987d8ddbd98a6325247378747d17f9cd9ef7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 08:19:53 -0700 Subject: [PATCH 1962/3109] Manually apply #2932. Closes #2932 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fbd3b1e..6f9be0fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3360,6 +3360,10 @@ packages: - webdriver - cond + "Naoto Shimazaki @igy": + - thread-hierarchy + - bitset-word8 + "Deni Bertovic @denibertovic, James Parker ": - docker From eb5a56874876e50d9844adbc3afbd073ec151d21 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:36:14 -0700 Subject: [PATCH 1963/3109] Mark docker as expected test failure (#2934) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f9be0fe..8d2a95a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3737,6 +3737,7 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL + - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 8e0054a9860e4f5d5e502074e1faf6d2d1996e24 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:37:57 -0700 Subject: [PATCH 1964/3109] Test fixes --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2a95a6..2c3c7e65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames < 0 # test compilation failure + - Frames # 0 # test compilation failure - hpp "Takayuki Muranushi @nushio3": @@ -3420,7 +3420,7 @@ packages: - language-c < 0.7 # https://github.com/fpco/stackage/issues/2920 - - fingertree < 0.1.2 + # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - - Frames # https://github.com/acowley/Frames/issues/47 + # Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 197e858d3d6b5742d9f26ea74acd547cc25f727b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:51:25 -0700 Subject: [PATCH 1965/3109] Keep Frames as test failures --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3c7e65..4f7a0d18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2595,7 +2595,7 @@ packages: - LibZip >= 1.0 "Anthony Cowley @acowley": - - Frames # 0 # test compilation failure + - Frames - hpp "Takayuki Muranushi @nushio3": @@ -3926,7 +3926,7 @@ expected-benchmark-failures: - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures - # Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 From 160a599ef86d8bfb7a3098549f5f5810053eb236 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:31 -0700 Subject: [PATCH 1966/3109] Mark Frames as disabled tests too --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4f7a0d18..65be9d19 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,6 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 + - Frames # https://github.com/acowley/Frames/issues/47 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From d90eec0bf7fb85dffd2a3c3f1e4e1824d1bee7f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 13:52:59 -0700 Subject: [PATCH 1967/3109] Use proper issue number for Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65be9d19..10a3fe16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3626,7 +3626,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/47 + - Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From cf3ecbecc4e50fa5ccf157beedc29cdedb58f12f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 14:04:04 -0700 Subject: [PATCH 1968/3109] Remove commented bound on fingertree. Close #2920 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10a3fe16..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,9 +3418,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2920 - # fingertree < 0.1.2 # end of packages # Package flags are applied to individual packages, and override the values of From f449cf67f2a5d453313e6849632698b8bf1a734b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:48:47 -0700 Subject: [PATCH 1969/3109] Test some expected test fails --- build-constraints.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..1c9896db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. - - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - - crypto-numbers - - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - - distributed-process - - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - - distributed-process-task - - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - - fsnotify # Often runs out of inotify handles - - hastache - - idris # https://github.com/fpco/stackage/issues/1382 - - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - - math-functions # https://github.com/bos/math-functions/issues/25 - - network # Unfortunately network failures seem to happen haphazardly - - nsis # Intermittent on non-Windows systems - - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - - spdx # https://github.com/phadej/spdx/issues/8 - - statistics # https://github.com/bos/statistics/issues/42 - - matplotlib # https://github.com/fpco/stackage/issues/2365 - - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 + # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + # crypto-numbers + # css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + # distributed-process + # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + # distributed-process-task + # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + # fsnotify # Often runs out of inotify handles + # hastache + # idris # https://github.com/fpco/stackage/issues/1382 + # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + # math-functions # https://github.com/bos/math-functions/issues/25 + # network # Unfortunately network failures seem to happen haphazardly + # nsis # Intermittent on non-Windows systems + # pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 + # spdx # https://github.com/phadej/spdx/issues/8 + # statistics # https://github.com/bos/statistics/issues/42 + # matplotlib # https://github.com/fpco/stackage/issues/2365 + # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 9643c6614f6911c6c1427d8ed9d2d73a203c26a1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 19:55:48 -0700 Subject: [PATCH 1970/3109] Disable the tests that failed, try again --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c9896db..ba00d52e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3688,21 +3688,21 @@ expected-test-failures: # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 # crypto-numbers - # css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 + - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 # distributed-process # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 # distributed-process-task # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 # fsnotify # Often runs out of inotify handles - # hastache + - hastache # idris # https://github.com/fpco/stackage/issues/1382 # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - # math-functions # https://github.com/bos/math-functions/issues/25 + - math-functions # https://github.com/bos/math-functions/issues/25 # network # Unfortunately network failures seem to happen haphazardly # nsis # Intermittent on non-Windows systems # pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 # spdx # https://github.com/phadej/spdx/issues/8 - # statistics # https://github.com/bos/statistics/issues/42 + - statistics # https://github.com/bos/statistics/issues/42 # matplotlib # https://github.com/fpco/stackage/issues/2365 # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 From 11ac14e0c49bd08816103767c554c3ab57c7df33 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 4 Oct 2017 20:09:12 -0700 Subject: [PATCH 1971/3109] Revert to the original --- build-constraints.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba00d52e..5f0c2b74 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3685,26 +3685,26 @@ expected-test-failures: # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. - # aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - # cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 - # crypto-numbers + - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 + - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + - crypto-numbers - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - # distributed-process - # distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - # distributed-process-task - # foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - # fsnotify # Often runs out of inotify handles + - distributed-process + - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 + - distributed-process-task + - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 + - fsnotify # Often runs out of inotify handles - hastache - # idris # https://github.com/fpco/stackage/issues/1382 - # ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - idris # https://github.com/fpco/stackage/issues/1382 + - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - math-functions # https://github.com/bos/math-functions/issues/25 - # network # Unfortunately network failures seem to happen haphazardly - # nsis # Intermittent on non-Windows systems - # pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - # spdx # https://github.com/phadej/spdx/issues/8 + - network # Unfortunately network failures seem to happen haphazardly + - nsis # Intermittent on non-Windows systems + - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 + - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - # matplotlib # https://github.com/fpco/stackage/issues/2365 - # mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 + - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build From 533c6b13584cc99661e1397029c97d7fc443857b Mon Sep 17 00:00:00 2001 From: Anton Gushcha Date: Thu, 5 Oct 2017 09:34:38 +0300 Subject: [PATCH 1972/3109] Reenable aeson-injector > If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. [aeson-injector](http://hackage.haskell.org/package/aeson-injector) is now compatible with GHC 8.2.1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f0c2b74..2628cfbb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2935,8 +2935,7 @@ packages: # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - [] - # - aeson-injector # GHC 8.2.1 + - aeson-injector "Rune K. Svendsen @runeks": [] From eead7408be667dbe470704774606975022a750e4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:17:39 -0700 Subject: [PATCH 1973/3109] Bound hslua (#2936) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2628cfbb..91ef3250 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2936 + - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 41b17b3410fed47c9612d8e5a0d6b9e8920e55ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:28:33 -0700 Subject: [PATCH 1974/3109] Test Frames --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91ef3250..fdbf8f4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - - Frames # https://github.com/acowley/Frames/issues/90 + # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From de08fd72e720966ae518622eab025a3a4655eb9f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 08:33:06 -0700 Subject: [PATCH 1975/3109] Frames passes tests, close https://github.com/acowley/Frames/issues/90 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdbf8f4d..47eb1395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3625,7 +3625,6 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - # Frames # https://github.com/acowley/Frames/issues/90 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 4f79237b0a8a38d81e06128c0805c9511a70226f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 5 Oct 2017 09:20:02 -0700 Subject: [PATCH 1976/3109] Close #2936, hslua back in bounds --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47eb1395..b0148b9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,9 +3417,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2936 - - hslua < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From cad0f9f84b342863c7674f935b5935213b911e18 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 6 Oct 2017 23:55:41 +0200 Subject: [PATCH 1977/3109] Re-enable ip tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0148b9d..a7e77377 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,7 +3864,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - - ip # https://github.com/andrewthad/haskell-ip/issues/17 # Stackage upper bounds, re-enable these when their upper bound is removed From 2d674d62d3b88db6490fc2a0d435b0c35a32c7ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:16:04 -0700 Subject: [PATCH 1978/3109] Bound vty (#2937) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7e77377..82212577 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2937 + - vty < 5.18 # end of packages # Package flags are applied to individual packages, and override the values of From 3eed26724f7ce03fb42bbc1980797f20b1d96120 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 18:18:45 -0700 Subject: [PATCH 1979/3109] Relax bounds on brick (#2933, #2938). Close #2933 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82212577..68897221 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,8 +3400,8 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2933 - - brick < 0.24 + # https://github.com/fpco/stackage/issues/2938 + - brick < 0.27 # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 From 53051ed6a998c2ef2336159b4d7dc450ab09a27d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 20:50:05 -0700 Subject: [PATCH 1980/3109] Test glob --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 68897221..b767da42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,6 +3420,8 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6dc37d14dbd9f76b9009c8a9b4fad77372ca46a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 6 Oct 2017 21:02:17 -0700 Subject: [PATCH 1981/3109] Add issue to Glob bound (#2939) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b767da42..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3421,6 +3421,7 @@ packages: # https://github.com/fpco/stackage/issues/2937 - vty < 5.18 + # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From d886f126d4e179b8a814dcb8d6afaea4cd2f8497 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:31:39 -0700 Subject: [PATCH 1982/3109] Testing --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2e2fe64..20ef3a9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 + # Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 6a0db9a16e88f4c7b48b9ab18f81dff08bda8aae Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:35:41 -0700 Subject: [PATCH 1983/3109] Keep the bound on Glob (#2939) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20ef3a9e..ce2e5ce0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,7 +3422,7 @@ packages: - vty < 5.18 # https://github.com/fpco/stackage/issues/2939 - # Glob < 0.9.0 + - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From bf3dac17b0af2e1ef90c16972b03b4b396d8d0e5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 08:38:41 -0700 Subject: [PATCH 1984/3109] cryptol still fails --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce2e5ce0..b2e2fe64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1377,7 +1377,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol # https://github.com/fpco/stackage/issues/2927 + # cryptol # https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From 2fbd5ec5523f2cde4646baa68b2d55110b1e530c Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 7 Oct 2017 13:23:56 +0200 Subject: [PATCH 1985/3109] Updated GHC 8.2 compatibility The latest sparse-linear-algebra (0.2.9.8) removes the transitive dependency on MemoTrie and builds on 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 b2e2fe64..83637789 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -190,7 +190,7 @@ packages: # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - - sparse-linear-algebra # GHC 8.2.1 via MemoTrie + - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno From eea8593a5979072d28381a661ac4f1d63b993dc5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 7 Oct 2017 12:08:24 -0700 Subject: [PATCH 1986/3109] Close #2937. Close #2938. hledger updated. --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83637789..1265d738 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,9 +3400,6 @@ packages: # Once unconstrained, remove the following skipped-tests # - sbv - # https://github.com/fpco/stackage/issues/2938 - - brick < 0.27 - # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3418,9 +3415,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2937 - - vty < 5.18 - # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 # end of packages From be6a086158d3a809e926cc0bd56fa7221737b320 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:04:09 -0700 Subject: [PATCH 1987/3109] Bound pipes-category (#2944) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1265d738..2e2a8bda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3417,6 +3417,9 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 + + # https://github.com/fpco/stackage/issues/2944 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From e66d76ab1ecfc311bceff981fe8e2e67d871ac63 Mon Sep 17 00:00:00 2001 From: Hexirp Date: Sun, 8 Oct 2017 16:31:03 +0900 Subject: [PATCH 1988/3109] Add doctest-driver-gen --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e2a8bda..5ee731b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,9 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker + + "Hexirp @Hexirp": + - doctest-driver-gen # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 3e35d3e7ce14a3059fdee06e885d89bd43707f3a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:12:19 -0700 Subject: [PATCH 1989/3109] Space fixes --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ee731b7..27dfe31c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,7 +3365,7 @@ packages: "Deni Bertovic @denibertovic, James Parker ": - docker - + "Hexirp @Hexirp": - doctest-driver-gen @@ -3422,7 +3422,7 @@ packages: - Glob < 0.9.0 # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 + - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From b6dc8b3bbe4d3928072f293910fff225a5e1887b Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 7 Oct 2017 14:20:08 -0700 Subject: [PATCH 1990/3109] Add stripe This should work now. `http-streams` has been updated. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27dfe31c..14526483 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -259,9 +259,9 @@ packages: - google-translate # bounds: servant - 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 + - stripe-haskell + - stripe-http-streams + - stripe-core "Piotr Mlodawski @pmlodawski": - error-util From bc95f3763ada362d0c7ad5699c9fb08a14ebc410 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:50:13 -0700 Subject: [PATCH 1991/3109] Expect test failure on strip-http-streams (#2945) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14526483..d7be0bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3798,6 +3798,7 @@ expected-test-failures: - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian + - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account # Test executable requires arguments - hpqtypes From 72908ae0868fd83cf3c864346327ed32abdabc26 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 10:53:54 -0700 Subject: [PATCH 1992/3109] Disable pipes-misc, pipes-fluid (#2946) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7be0bbf..5490907d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid - - pipes-misc + # pipes-fluid # blocked on pipes-misc + # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": From 778833591270c4b6d6d15610658e80b67f5cb519 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Sun, 8 Oct 2017 21:55:51 +0300 Subject: [PATCH 1993/3109] Add Serokell log-warper to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5490907d..2e0d03a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,7 @@ packages: - listsafe "Serokell @serokell": + - log-warper - universum "Lorenz Moesenlechner @moesenle": From 983134a25913216c746751df4650a00181dee357 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 8 Oct 2017 12:21:06 -0700 Subject: [PATCH 1994/3109] ses-html updated (#2941) Include `ses-html` back into stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e0d03a0..21cffd0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -258,7 +258,7 @@ packages: - s3-signer - google-translate # bounds: servant - hackernews # GHC 8.2.1 - # - ses-html # bounds: time 1.6 + - ses-html - stripe-haskell - stripe-http-streams - stripe-core From a7f13f2d10fa05f6f1026dd0dd2062e5561fc450 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:36:08 -0700 Subject: [PATCH 1995/3109] Remove bound on pipes-category. Close #2944 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21cffd0f..a4718290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - # pipes-fluid # blocked on pipes-misc - # pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid # blocked on pipes-misc + - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 - stm-extras "Siniša Biđin @sbidin": @@ -3421,9 +3421,6 @@ packages: # https://github.com/fpco/stackage/issues/2939 - Glob < 0.9.0 - - # https://github.com/fpco/stackage/issues/2944 - - pipes-category < 0.3.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From 4e47d41ec982feb03f3e4bcc2288a57462176606 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 13:40:38 -0700 Subject: [PATCH 1996/3109] Close #2946, package builds now --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4718290..137b2a65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3149,8 +3149,8 @@ packages: - javascript-extras - l10n - pipes-category - - pipes-fluid # blocked on pipes-misc - - pipes-misc # blocked due to https://github.com/fpco/stackage/issues/2946 + - pipes-fluid + - pipes-misc - stm-extras "Siniša Biđin @sbidin": From 34dfb6cfbaa926176f7285d3317a19b3d8c1485a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:01:21 -0700 Subject: [PATCH 1997/3109] Validation --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 137b2a65..e760b79f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,8 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # - scrape-changes # cannot build because validation fails https://github.com/NICTA/validation/issues/9 + - scrape-changes "Daniel Mendler @minad": - quickcheck-special @@ -3019,8 +3018,8 @@ packages: [] # - HDBC-mysql # GHC 8.2.1 -# "Tony Morris @tonymorris": -# - validation # https://github.com/fpco/stackage/pull/2872 + "Tony Morris @tonymorris": + - validation "Tony Day @tonyday567": - numhask From 9b3f66ba8d9292d80add8d4d21c95608c44ff485 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:05:08 -0700 Subject: [PATCH 1998/3109] scrape-changes fails to build (#2948) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e760b79f..40d6e9e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,8 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes + - [] + # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special From 5d54da2bc382e09b9c1dc68776f11686e30b0f92 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:07:14 -0700 Subject: [PATCH 1999/3109] validation tests failing to build (#2949) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40d6e9e0..e41f554f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3677,6 +3677,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - hpio # https://github.com/fpco/stackage/issues/2926 + - validation # https://github.com/fpco/stackage/issues/2949 # end of skipped-tests From 181230a9ef51bcca73f384a80b9f647d5d446959 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:09:20 -0700 Subject: [PATCH 2000/3109] Fix syntax --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e41f554f..ead4d0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - [] + [] # scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": From e5a1dee6d8cea1ee37cedba7e01e08ef27a78aec Mon Sep 17 00:00:00 2001 From: winterland Date: Mon, 9 Oct 2017 18:36:50 +0800 Subject: [PATCH 2001/3109] Update build-constraints.yaml --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ead4d0da..e4273c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -208,7 +208,7 @@ packages: - hspec-golden-aeson # - servant-aeson-specs # bounds: servant - "Winter Land @winterland1989": + "Winter Han @winterland1989": - if - tcp-streams - tcp-streams-openssl @@ -216,9 +216,10 @@ packages: - binary-parsers - binary-ieee754 - word24 - # - mysql-haskell # 3 packages out of bounds: https://github.com/winterland1989/mysql-haskell/issues/16 - # - mysql-haskell-openssl # bounds: tcp-streams + - mysql-haskell + - mysql-haskell-openssl - data-has + - unboxed-ref "Harendra Kumar @harendra-kumar": - unicode-transforms From 337f5037e6c43e84fd8edbd79586bef07e50ef46 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Mon, 9 Oct 2017 17:08:49 +0900 Subject: [PATCH 2002/3109] add cisco-spark-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4273c92..a3e71846 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3364,6 +3364,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 + - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - docker From bbf4e8ebbcff80c6d0d74ecf69f81d34e1edce0d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 8 Oct 2017 19:19:04 -0700 Subject: [PATCH 2003/3109] Update blockers on neural (#2950) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3e71846..321c9619 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,7 +3311,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2735 + # neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": From c3d1cc7047a93e1576394515573c1880bcf91722 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 9 Oct 2017 06:56:27 -0700 Subject: [PATCH 2004/3109] Remove Glob bound. close #2939 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 321c9619..2a622716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3420,9 +3420,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - - # https://github.com/fpco/stackage/issues/2939 - - Glob < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From 5d3e5dec2653c68429bab55d41e4d7c02bee176d Mon Sep 17 00:00:00 2001 From: Vaclav Haisman Date: Tue, 10 Oct 2017 07:33:05 +0200 Subject: [PATCH 2005/3109] Add hs-bibutils. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a622716..08e2968b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3372,6 +3372,9 @@ packages: "Hexirp @Hexirp": - doctest-driver-gen + "Václav Haisman @wilx": + - hs-bibutils + # 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 From 8dd57607e829172df315d8c7ce98878e7ed9231d Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 10 Oct 2017 16:20:23 +0100 Subject: [PATCH 2006/3109] brick < 0.28 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08e2968b..4680ef77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3423,6 +3423,10 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 + + # https://github.com/fpco/stackage/issues/2954 + - brick < 0.28 + # end of packages # Package flags are applied to individual packages, and override the values of From a1fb913724882db76217e3f511bc355588c782de Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Tue, 10 Oct 2017 11:49:20 -0400 Subject: [PATCH 2007/3109] Re-added find-clumpiness. Fixed https://github.com/GregorySchwartz/find-clumpiness/issues/3. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4680ef77..14f32d28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2273,7 +2273,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # https://github.com/GregorySchwartz/find-clumpiness/issues/3 + - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure # - rank-product # GHC 8.2.1 via random-fu From c6c1b4186f9958a196519e64cf7e7375100234ee Mon Sep 17 00:00:00 2001 From: Naushadh Date: Wed, 11 Oct 2017 18:10:21 -0400 Subject: [PATCH 2008/3109] Re-add mysql-haskell --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..39c53814 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,8 +3251,8 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # bounds: tcp-streams (see mysql-haskell) + # [] + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From 99d953ab8ad8814e74fef5283edcecbf75d67bdc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 17:10:57 +0100 Subject: [PATCH 2009/3109] retrict llvm-hs and hasql packages --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14f32d28..e1ab0c50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3424,8 +3424,12 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2954 - - brick < 0.28 + # https://github.com/fpco/stackage/issues/2957 + - llvm-hs < 5.1.0 + - llvm-hs-pure < 5.1.0 + + # https://github.com/fpco/stackage/issues/2958 + - hasql < 0.20 # end of packages From 1c4215a2c7db99127221d612803465af0cb6ba7c Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 12 Oct 2017 19:55:45 +0100 Subject: [PATCH 2010/3109] take out log-warper --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1ab0c50..e8783503 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3324,7 +3324,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper + # - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": From 0ee00c890c10331f338b17a1464aa6d42b9c4036 Mon Sep 17 00:00:00 2001 From: Naushadh Date: Thu, 12 Oct 2017 21:07:00 -0400 Subject: [PATCH 2011/3109] Commit to trigger travis. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39c53814..a1ed3bc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,7 +3251,6 @@ packages: - mnist-idx "Naushadh @naushadh": - # [] - persistent-mysql-haskell "Moritz Schulte @mtesseract": From 38bb3257f365da948eeadc1eadc0afa939f86105 Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Fri, 13 Oct 2017 15:03:20 +0200 Subject: [PATCH 2012/3109] Add lxd-client-config --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..2b867c8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2867,6 +2867,7 @@ packages: - bordacount - cache - lxd-client + - lxd-client-config - xxhash-ffi "Cliff Harvey @BlackBrane": From 336ae6e095ff471b13cdc93eb69cc580a601f8df Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 13 Oct 2017 10:56:33 -0400 Subject: [PATCH 2013/3109] Add the eliminators package http://hackage.haskell.org/package/eliminators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97876e55..390de9c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2012,6 +2012,7 @@ packages: - code-page - deriving-compat - echo + - eliminators - generic-deriving - hashmap - invariant From 73f564ce1959f8c8bcf8bbc0cc9dd2c7be9dbd44 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sat, 14 Oct 2017 15:42:27 +0900 Subject: [PATCH 2014/3109] Add rakuten package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..abcea9c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -33,6 +33,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork + - rakuten "Pavol Klacansky @pavolzetor": - openexr-write From 74cdeb24313e4291d19d4c632d333003b130c0cf Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 16 Oct 2017 00:31:49 +0900 Subject: [PATCH 2015/3109] Add servant-rawm package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..138ef7eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,6 +2153,7 @@ packages: - pretty-simple - read-env-var - servant-checked-exceptions + - servant-rawm - servant-static-th - xml-html-qq - xml-indexed-cursor From 384f7d25a0f63aa105af62b520764e2381413710 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Mon, 16 Oct 2017 05:53:03 -0600 Subject: [PATCH 2016/3109] extra packages --- build-constraints.yaml | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..1dfbe9ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1731,31 +1731,43 @@ packages: # - clash-ghc # GHC 8.2.1 "Athan Clark @athanclark": + - alternative-vector + - attoparsec-path + # - attoparsec-ip via: ip + # - attoparsec-uri via: attoparsec-ip - commutative + - composition-extra # - digestive-functors-lucid # via: digestive-functors + - every + - extractable-singleton + - follow-file + - HSet + # - nested-routes # via: HList - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - # - nested-routes # via: HList + - monad-control-aligned + - monadoid + - n-tuple + - path-extra + - pred-trie + - pred-set - path-extra - poly-arity + - quickcheck-combinators + - rose-trees + - sets + - timemap + - tmapchan + - tmapmvar + - tries + - unit-constraint + - unfoldable-restricted - urlpath - wai-transformers # - wai-middleware-content-type # bounds: skylighting # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage - - composition-extra - - rose-trees - - sets - - timemap - - tries - - path-extra - - pred-trie - - pred-set - - HSet - - unit-constraint - - unfoldable-restricted - - quickcheck-combinators "Fumiaki Kinoshita @fumieval": - boundingboxes From 878aa252723e281f527bf512540837fc031faa76 Mon Sep 17 00:00:00 2001 From: Mikolaj Date: Fri, 13 Oct 2017 14:14:08 +0200 Subject: [PATCH 2017/3109] Take over sdl2-ttf from @rongcuid and add a few other packages See https://github.com/haskell-game/sdl2-ttf/issues/11 --- build-constraints.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..5895cfa0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,12 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Mikolaj Konarski @Mikolaj": + - sdl2-ttf + - assert-failure + - minimorph + - miniutter + "Jürgen Keck @j-keck": - wreq-stringless @@ -156,9 +162,6 @@ packages: "Romain Edelmann @redelmann": - distribution - "Rongcui Dong @rongcuid": - - sdl2-ttf - "Nikita Tchayka @nickseagull": - ramus From 90c720504ff3adf570c162214ba8ecd8b284b63e Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 09:30:38 -0400 Subject: [PATCH 2018/3109] Add roles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..e1cef238 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,6 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers + - roles "Levent Erkok @LeventErkok": - sbv From d566627274f40cf4d835a22b20e6c6abb824e95a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Tue, 17 Oct 2017 10:44:33 -0400 Subject: [PATCH 2019/3109] Update bound on roles --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1cef238..e522aea0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,7 +3317,7 @@ packages: "Matt Noonan @matt-noonan": - justified-containers - - roles + - roles >= 0.2 "Levent Erkok @LeventErkok": - sbv From 343feaa266873043cb13db4bc461c5054de9a374 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 17 Oct 2017 16:58:26 -0400 Subject: [PATCH 2020/3109] MAINTAINERS.md: fix typo --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 207ac02b..c4ce607e 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,7 +25,7 @@ Note that the `master` branch is used for Stackage Nightly (not the `nightly` br After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly -If you want to make sure that the package builds against the newest versions of all dependecies you can do this: +If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` $ cabal update $ ghc --version # Should give v8.0.2 From 5f2bf1990b55c31a7d2e2bd7f4e84d0db74ebe68 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:34:21 -0700 Subject: [PATCH 2021/3109] Add constraint "swagger2 < 2.2" per #2967 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61151715..eec53f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: # https://github.com/fpco/stackage/issues/2958 - hasql < 0.20 + # https://github.com/fpco/stackage/issues/2967 + - swagger2 < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 7a01f00a68158ab864b4d2510fa7d66e5418d546 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:43:39 -0700 Subject: [PATCH 2022/3109] Add constraint per matt-noonan/justified-containers#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eec53f9c..7dedf09b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,6 +3435,9 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 + # https://github.com/matt-noonan/justified-containers/issues/4 + - justified-containers < 0.2.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 00472fed138634d6104b6d9f317632cca413b0ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:47:46 -0700 Subject: [PATCH 2023/3109] Expect test failure per hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7dedf09b..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3833,6 +3833,7 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 41adcb710a2af2ea92431ceb03b381670ed2c4d0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 14:53:18 -0700 Subject: [PATCH 2024/3109] Block persistent-mysql-haskell per #2956 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6d9adc7..c79f0f57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,7 +3253,8 @@ packages: - mnist-idx "Naushadh @naushadh": - - persistent-mysql-haskell + [] + # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 "Moritz Schulte @mtesseract": - async-refresh From 2ad6f55fe896d552ec51c80b14d47a4db0584f0e Mon Sep 17 00:00:00 2001 From: Naushadh Date: Tue, 17 Oct 2017 18:33:14 -0400 Subject: [PATCH 2025/3109] Re-enable persistent-mysql-haskell. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c79f0f57..a6d9adc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,8 +3253,7 @@ packages: - mnist-idx "Naushadh @naushadh": - [] - # - persistent-mysql-haskell # build failure https://github.com/fpco/stackage/pull/2956 + - persistent-mysql-haskell "Moritz Schulte @mtesseract": - async-refresh From b3d1ad1f7ee1e3924cd9d4cd3c87ca100eac582d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Oct 2017 17:39:33 -0700 Subject: [PATCH 2026/3109] Expect tests to fail per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f659518d..0ae91f51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,6 +3867,7 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From 23b25db50c91cbe8996941df692dc7f3eca4db0f Mon Sep 17 00:00:00 2001 From: Henri Verroken Date: Wed, 18 Oct 2017 11:40:42 +0200 Subject: [PATCH 2027/3109] Re-enable tests for lxd-client-config See hverr/haskell-lxd-client-config#1 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..3f1b47d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,7 +3851,6 @@ expected-test-failures: - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - - lxd-client-config # https://github.com/hverr/haskell-lxd-client-config/issues/1 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 From 33b81f1a04073f19054678bd2bff42b319fccd19 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Thu, 19 Oct 2017 10:43:23 +1000 Subject: [PATCH 2028/3109] add chart-unit back in --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..29bec10b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,6 +3047,7 @@ packages: - numhask-range - perf - online + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From cd1aba088d68173c2676f5a3e7ad0f9fc104cc37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:14:47 -0700 Subject: [PATCH 2029/3109] Add constraint "either < 4.5" per #2971 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae91f51..42ae02b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,9 @@ packages: # https://github.com/matt-noonan/justified-containers/issues/4 - justified-containers < 0.2.0.0 + # https://github.com/fpco/stackage/issues/2971 + - either < 4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From fdb37f1cbaafb625bbd67dc439b0df7782b8f303 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 18 Oct 2017 22:27:43 -0700 Subject: [PATCH 2030/3109] Skip tests for trans deps of chart-unit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fe1bf858..d35fb094 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3623,7 +3623,9 @@ skipped-tests: - bytestring-handle # QuickCheck 2.9 - case-insensitive # HUnit 1.6 - cryptohash-sha512 # tasty-quickcheck + - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 + - dual-tree # testing-feat per ghc < 4.10 - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 From 24e635e164808e01f0fd0878438ddd2d6fff8d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksey=20Kliger=20=28=CE=BBgeek=29?= Date: Thu, 19 Oct 2017 17:16:48 -0400 Subject: [PATCH 2031/3109] Add clang-compilation-database --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35fb094..2c3356b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,6 +1182,7 @@ packages: - unbound-generics - indentation-core - indentation-parsec + - clang-compilation-database "Alois Cochard @aloiscochard": # - codex # bounds: http-client, directory From bae134d53cd527de42f07201f37a2ade4a486169 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Fri, 20 Oct 2017 14:48:16 +0200 Subject: [PATCH 2032/3109] Removes docker from expected test failures list See: https://github.com/fpco/stackage/issues/2934 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3356b7..87890dda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3780,7 +3780,6 @@ expected-test-failures: - consul-haskell - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - - docker # https://github.com/fpco/stackage/issues/2934 - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 From 1fa46ac5bf58655fd6051dc09f7527a50aec919e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Fri, 20 Oct 2017 19:06:07 +0300 Subject: [PATCH 2033/3109] Update build-constraints.yaml --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c3356b7..3fb4f929 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2460,7 +2460,7 @@ packages: "yihuang @yihuang": - tagstream-conduit - "Johannes Hilden @johanneshilden": + "Johannes Hilden @laserpants": - hashids "Joe Hermaszewski @expipiplus1": From 93abf3b70de7f9df5029d1aeeab107e7e2f8fd74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:22:59 -0700 Subject: [PATCH 2034/3109] Add constraint per commercialhaskell/hindent#453 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7883fc38..6cfbae5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,6 +3461,9 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 + # https://github.com/commercialhaskell/hindent/issues/453 + - hindent < 5.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 496fafe1a1ffaa9292a4f862426965be89f41f4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 10:29:22 -0700 Subject: [PATCH 2035/3109] Add constraint on ip per athanclark/attoparsec-uri#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6cfbae5e..193e90b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,6 +3464,9 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 + # https://github.com/athanclark/attoparsec-uri/issues/1 + - ip < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b444fc7d99cac516e94cb34cfd4203c230889d7c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 20 Oct 2017 14:29:24 -0700 Subject: [PATCH 2036/3109] Expect tests to pass for servant-rawm per cdepillabout/servant-rawm#2 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 193e90b8..948da9b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,7 +3878,6 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - - servant-rawm # 0.2.0.1 https://github.com/cdepillabout/servant-rawm/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 From ab55cea7138c24131bc3be2f29fc5452c3f8c314 Mon Sep 17 00:00:00 2001 From: Christian Kjaer Laustsen Date: Sat, 21 Oct 2017 07:04:50 +0200 Subject: [PATCH 2037/3109] Add ghc-core and colorize-haskell packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 948da9b7..f82e3218 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3396,6 +3396,10 @@ packages: "Václav Haisman @wilx": - hs-bibutils + "Christian Kjær Laustsen @tehnix": + - ghc-core + - colorize-haskell + # 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 From 421dea3959f34e283d5016e24092f14f9441c50b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 21 Oct 2017 19:18:05 -0700 Subject: [PATCH 2038/3109] Add constraint "http-types < 0.10" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f82e3218..f09d6d2b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3471,6 +3471,9 @@ packages: # https://github.com/athanclark/attoparsec-uri/issues/1 - ip < 1.0.0 + # https://github.com/fpco/stackage/issues/2976 + - http-types < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From e5078cf99752f8539d9b9bc9dd975c81a9757432 Mon Sep 17 00:00:00 2001 From: Pete Bevin Date: Sun, 22 Oct 2017 11:47:03 -0400 Subject: [PATCH 2039/3109] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b27427..55305e7d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Build the package set --------------------- Generally only the stackage build server run by the stackage curator -team and people intrested in incorporating stackage snapshots into an +team and people interested in incorporating stackage snapshots into an OS distribution need to build the entire package set. If you're interested in trying this yourself, please check out [the curator guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), From f344193dee0fed66a75996b2cd0d4eb3519d0949 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 22 Oct 2017 18:46:30 -0700 Subject: [PATCH 2040/3109] Add constraint "conduit-extra < 1.2.0" per #2978 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f09d6d2b..fc5c941b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3474,6 +3474,9 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + # https://github.com/fpco/stackage/issues/2978 + - conduit-extra < 1.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 6280275d74251d4e8de8eedcd5b8b10f670de93e Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Mon, 23 Oct 2017 21:04:48 -0400 Subject: [PATCH 2041/3109] add partial-semigroup package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..cafbe31d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,6 +3400,9 @@ packages: - ghc-core - colorize-haskell + "Chris Martin @chris-martin": + - partial-semigroup + # 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 From 84cadd87afa7ce761548c9580ec54cbbcbf1aa49 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 24 Oct 2017 11:40:36 +0300 Subject: [PATCH 2042/3109] hprotoc fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..4e9d2b77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1925,7 +1925,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc < 0 # compilation failure https://github.com/k-bx/protocol-buffers/issues/45 + - hprotoc - protocol-buffers-descriptor - ekg-core - digits From acf8f9459f8ddaba1e3ae966ec006c1458a9b88f Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 07:31:14 -0500 Subject: [PATCH 2043/3109] Add monad-memo For https://github.com/lspitzner/brittany/issues/2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..fb6ac446 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1661,6 +1661,7 @@ packages: # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 - gpolyline # Maintained by @fegu. # - lackey # GHC 8.2.1 + - monad-memo # Maintained by @EduardSergeev. # - octane # GHC 8.2.1 # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. From 590bb8ccf469d517710a934da51bbaef4e303c7b Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 24 Oct 2017 08:22:46 -0500 Subject: [PATCH 2044/3109] Re-enable gloss, gloss-rendering, and lackey --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..8d48cceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1657,12 +1657,10 @@ packages: - ekg-statsd - flow - github-release - # - gloss # Maintained by @benl23x5. # GHC 8.2.1 - # - gloss-rendering # Maintained by @benl23x5. # GHC 8.2.1 + - gloss # Maintained by @benl23x5. + - gloss-rendering # Maintained by @benl23x5. - gpolyline # Maintained by @fegu. - # - lackey # GHC 8.2.1 - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 + - lackey - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai From 870bf92a16b3043c7614827700f0d86a1b17ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heikki=20Johannes=20Hild=C3=A9n?= Date: Tue, 24 Oct 2017 17:22:34 +0300 Subject: [PATCH 2045/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..d404f69a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2462,6 +2462,7 @@ packages: "Johannes Hilden @laserpants": - hashids + - fuzzyset "Joe Hermaszewski @expipiplus1": [] From 6b8c2e882036c66b174017f88a340271661fd00d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 00:29:57 +0900 Subject: [PATCH 2046/3109] servant-auth-cookie < 0.5.0.6 (#2976) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5c941b..85b3835c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3473,6 +3473,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From ccd2c54e66dacc545708b2dabf9d31e3625d0845 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:04:34 +0900 Subject: [PATCH 2047/3109] katip-elasticsearch benchmark not compiling (Soostone/katip#74) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f4d1c8a..112dea92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4000,6 +4000,7 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 + - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 # end of expected-benchmark-failures @@ -4233,6 +4234,7 @@ tell-me-when-its-released: - 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 benchmarks +- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From a26fb3ce62ebb34d7b430834f0d602698f2e0a46 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 11:24:09 +0900 Subject: [PATCH 2048/3109] monad-memo-0.4.1 testsuite not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 112dea92..d373397e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3933,6 +3933,7 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # Stackage upper bounds, re-enable these when their upper bound is removed From f0fc0e9f149b3de681ce20860ff12576760e27b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:25:51 +0900 Subject: [PATCH 2049/3109] Drop "hasql < 0.20" (#2958) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d373397e..82333abd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,9 +3458,6 @@ packages: - llvm-hs < 5.1.0 - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2958 - - hasql < 0.20 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a02cfdf9b5c21747d166a077c4f53c5e3c2aa74c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:31:09 +0900 Subject: [PATCH 2050/3109] monad-memo-0.4.1 benchmark not compiling (EduardSergeev/monad-memo#3) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82333abd..a7f45459 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3999,6 +3999,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 + - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures From 2817f5cde6d463a8466a644715f7ee4b7ed317b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 14:35:15 +0900 Subject: [PATCH 2051/3109] persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a7f45459..aa469da2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4025,6 +4025,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From a0c29896c622d09ee6e0b66c4030bfa2f8915072 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 15:46:55 +0900 Subject: [PATCH 2052/3109] rose-trees failed to rebuild (athanclark/rose-trees#7) --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa469da2..5e3f0184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1755,17 +1755,17 @@ packages: - monadoid - n-tuple - path-extra - - pred-trie + # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 - pred-set - path-extra - poly-arity - quickcheck-combinators - - rose-trees + # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 - sets - timemap - tmapchan - tmapmvar - - tries + # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 - unit-constraint - unfoldable-restricted - urlpath From a863a992f437b0614e27e9b18174331494138aac Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 25 Oct 2017 17:24:13 +0900 Subject: [PATCH 2053/3109] drop llvm-hs bounds (#2957) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e3f0184..5e287186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,10 +3454,6 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2957 - - llvm-hs < 5.1.0 - - llvm-hs-pure < 5.1.0 - # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 From a85bd98a700e06cfcb0fa069c122b1cf5393fbf4 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Wed, 25 Oct 2017 11:20:38 -0500 Subject: [PATCH 2054/3109] add swagger-petstore --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2bd1f69c..293e2470 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -383,6 +383,7 @@ packages: "Jon Schoning @jonschoning": - pinboard + - swagger-petstore "Jasper Van der Jeugt @jaspervdj": - blaze-html From 0003e37087d64886a1271ce646d7f4a27f315be0 Mon Sep 17 00:00:00 2001 From: Joe Canero Date: Wed, 25 Oct 2017 21:51:36 -0400 Subject: [PATCH 2055/3109] Update build-constraints.yaml Add mbtiles --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..735ae35a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: # - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile + - mbtiles "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt From a536269c6625831172ae2989cc7b6d0dde7f6ff3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 11:46:05 +0900 Subject: [PATCH 2056/3109] Revert "katip-elasticsearch benchmark not compiling (Soostone/katip#74)" This reverts commit ccd2c54e66dacc545708b2dabf9d31e3625d0845. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ba22af2..9c320cd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-benchmark-failures: - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - - katip-elasticsearch # https://github.com/Soostone/katip/issues/74 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 # end of expected-benchmark-failures @@ -4230,7 +4229,6 @@ tell-me-when-its-released: - 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 benchmarks -- katip-elasticsearch-0.4.0.1 # re-enable benchmarks # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From 4c49f26d0b5c1d4212eacd57da351818310bed98 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 26 Oct 2017 12:01:15 +0900 Subject: [PATCH 2057/3109] Revert "persistent-mysql-2.6.2 haddock failure (yesodweb/persistent#724)" This reverts commit 2817f5cde6d463a8466a644715f7ee4b7ed317b1. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c320cd4..36ca36b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4020,7 +4020,6 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - - persistent-mysql # https://github.com/yesodweb/persistent/issues/724 # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 From 6ba54dd658d1a69e4ba8fcb37e75fe404276d5e3 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 26 Oct 2017 13:56:53 +0900 Subject: [PATCH 2058/3109] Add servant-kotlin package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e46dedd5..81c36c34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -40,6 +40,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From e3e463994cfaff2946d2dd4ca42990640aaa27e1 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 28 Oct 2017 16:49:26 +0700 Subject: [PATCH 2059/3109] =?UTF-8?q?Add=20=E2=80=98modern-uri=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81c36c34..b45d5f98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2339,6 +2339,7 @@ packages: - forma - stache - parser-combinators + - modern-uri "Thomas Bereknyei ": [] From 03e0612a7165d12a5be99cbc9cdd8c202d16f6e5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 28 Oct 2017 22:13:37 +0900 Subject: [PATCH 2060/3109] add fedora-haskell-tools --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b45d5f98..d1865265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1209,6 +1209,7 @@ packages: # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds aeson + - fedora-haskell-tools - libffi - xmonad-contrib - shelly From a1724ea553979618e61630d4b7ec4273c7fc680a Mon Sep 17 00:00:00 2001 From: Matt Noonan Date: Sat, 28 Oct 2017 11:22:06 -0400 Subject: [PATCH 2061/3109] Remove upper bound on justified-containers Failing test cases resolved in 0.2.0.1. See https://github.com/matt-noonan/justified-containers/issues/4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1865265..55fef990 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3462,9 +3462,6 @@ packages: # https://github.com/fpco/stackage/issues/2967 - swagger2 < 2.2 - # https://github.com/matt-noonan/justified-containers/issues/4 - - justified-containers < 0.2.0.0 - # https://github.com/fpco/stackage/issues/2971 - either < 4.5 From 2f25514523cf11efea2dcc643f82bf5554d36f69 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 12:24:23 +0900 Subject: [PATCH 2062/3109] Revert "rose-trees failed to rebuild (athanclark/rose-trees#7)" This reverts commit a0c29896c622d09ee6e0b66c4030bfa2f8915072. --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 55fef990..e1da4361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1759,17 +1759,17 @@ packages: - monadoid - n-tuple - path-extra - # - pred-trie # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - pred-trie - pred-set - path-extra - poly-arity - quickcheck-combinators - # - rose-trees # https://github.com/athanclark/rose-trees/issues/7 + - rose-trees - sets - timemap - tmapchan - tmapmvar - # - tries # rose-trees https://github.com/athanclark/rose-trees/issues/7 + - tries - unit-constraint - unfoldable-restricted - urlpath From d17cd84f9f2f786fd03633679e78c731d06a76c9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 14:48:26 +0900 Subject: [PATCH 2063/3109] Revert "Add constraint on ip per athanclark/attoparsec-uri#1" This reverts commit 496fafe1a1ffaa9292a4f862426965be89f41f4f. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1da4361..2d347f16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3468,9 +3468,6 @@ packages: # https://github.com/commercialhaskell/hindent/issues/453 - hindent < 5.2.4 - # https://github.com/athanclark/attoparsec-uri/issues/1 - - ip < 1.0.0 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From b2af6e9d955e66fed35aa96c750f2eda5b17f492 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Mon, 30 Oct 2017 15:10:37 +0800 Subject: [PATCH 2064/3109] Add cabal-toolkit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..01e7c33d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,7 +2958,7 @@ packages: - haskell-names "Shao Cheng @TerrorJack": - [] + - cabal-toolkit # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From 11d82d963ce232d971d2dcfb445dce9323e8d79e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Oct 2017 19:02:04 +0900 Subject: [PATCH 2065/3109] ip benchmark failing (andrewthad/haskell-ip#22) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d347f16..6d5862fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - ip # https://github.com/andrewthad/haskell-ip/issues/22 # end of expected-benchmark-failures From 05d3030d8d719e9814e888ce71427366e13ebc0b Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Mon, 30 Oct 2017 15:54:51 +0500 Subject: [PATCH 2066/3109] Update build-constraints.yaml added **qm-interpolated-string** package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..8dbbfe3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3410,6 +3410,9 @@ packages: "Chris Martin @chris-martin": - partial-semigroup + "Viacheslav Lotsmanov @unclechu": + - qm-interpolated-string + # 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 From 8c6e3b1d368391c58e2b50d2a6cefa445323d395 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 30 Oct 2017 14:27:53 +0000 Subject: [PATCH 2067/3109] Add basement, foundation, gauge in the maintained set Also add my own main packages to no-revisions --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6d5862fe..ccd3ce2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -465,6 +465,7 @@ packages: - parseargs "Vincent Hanquez @vincenthz": + - basement - bytedump - cipher-aes - cipher-rc4 @@ -477,6 +478,8 @@ packages: - cryptonite-openssl - crypto-pubkey-types - crypto-random-api + - foundation + - gauge - git - hit - memory @@ -4292,3 +4295,7 @@ no-revisions: - hjsonpointer - tls - mime-mail +- basement +- cryptonite +- foundation +- gauge From b0b2ec73e3dc5732c6a9ef632a6d1e4098bb5243 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 31 Oct 2017 20:23:38 -0400 Subject: [PATCH 2068/3109] Revert "Disable hopenpgp-tools #2899" This reverts commit b6d451b183a30c34ea099b4fbbe3128aef6ca4bb. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..c6e3d8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -883,7 +883,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools < 0 # Compilation failure https://github.com/fpco/stackage/pull/2899#issuecomment-331836991 + - hopenpgp-tools - opensource "Piyush P Kurur @piyush-kurur": @@ -3384,7 +3384,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond From 4df76be7b0d253c6dc245dec3557f598d1d6d20f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 10:52:30 +0900 Subject: [PATCH 2069/3109] enable pandoc and haddock-library-1.4.3 haddock-library-1.4.4 needs Cabal-2 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48553a82..3539b1ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -415,9 +415,9 @@ packages: - blaze-html - blaze-markup # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: skylighting + # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: skylighting + # - patat # bounds: base - profiteur # GHC 8.2.1 via ghc-prof - psqueues - websockets @@ -2659,8 +2659,8 @@ packages: - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - # - pandoc # bounds: skylighting - # - pandoc-citeproc # bounds: skylighting + - pandoc + # - pandoc-citeproc # bounds: xml-conduit "Karun Ramakrishnan @karun012": - doctest-discover @@ -3314,8 +3314,7 @@ packages: - conduit-algorithms "Alex Biehl @alexbiehl": - [] - # - haddock-library # cabal-version >= 2 + - haddock-library < 1.4.4 # cabal-version >= 2 # - haddock-api # cabal-version >= 2 # - haddock # cabal-version >= 2 From efb5aa94622ec53b31a13534a7b1f090894d6d4d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 1 Nov 2017 17:02:55 +0900 Subject: [PATCH 2070/3109] cmark-gfm benchmark compilation (kivikakk/cmark-gfm-hs#5) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3539b1ba..5466dee3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,6 +3994,7 @@ expected-benchmark-failures: - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 + - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 # end of expected-benchmark-failures From 4c281ff83236ca0d919970a081a1d2d73dfc855e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:32:54 +0100 Subject: [PATCH 2071/3109] Add bounds for zm and mark model tests failing. Please see: * https://github.com/Quid2/model/issues/2 * https://github.com/Quid2/zm/issues/1 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcff4956..fdfc9254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3477,6 +3477,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/Quid2/zm/issues/1 + - zm < 0.2.4 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3949,6 +3952,7 @@ expected-test-failures: # Doctest failures - teardown + - model # https://github.com/Quid2/model/issues/2 # Misc. - distributed-process-supervisor # # https://github.com/haskell-d From 279837337c180d5e1b26cbd88cdb9756a0319cd9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Nov 2017 11:45:29 +0100 Subject: [PATCH 2072/3109] Actually block zm. There be bounds issues. Please see https://github.com/Quid2/zm/issues/1. --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdfc9254..64c7af91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -50,7 +50,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm + # - zm # compilation failure https://github.com/Quid2/zm/issues/1 - flat - model @@ -3386,7 +3386,7 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb - + "Adam Curtis @kallisti-dev": - webdriver - cond @@ -3477,9 +3477,6 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 - # https://github.com/Quid2/zm/issues/1 - - zm < 0.2.4 - # end of packages # Package flags are applied to individual packages, and override the values of From 64c318beb095eb152212f7483b3844989834bd2f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:32:55 +0900 Subject: [PATCH 2073/3109] skylighting bounds are now okay --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b50d0454..b5121ba0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -622,8 +622,8 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: skylighting - # - BlogLiterately-diagrams # bounds: skylighting + # - BlogLiterately # bounds: base pandoc pandoc-citeproc + # - BlogLiterately-diagrams # bounds: pandoc # - diagrams # bounds: optparse-applicative # - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file @@ -2183,7 +2183,7 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: skylighting + # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2671,7 +2671,7 @@ packages: "Elie Genard @eliegenard": - turtle-options - mushu < 0 # compilation failure - # - hakyll-favicon # bounds: skylighting + # - hakyll-favicon # needs: hakyll "Ruey-Lin Hsu @petercommand": [] From c97e7a306fb2050c199c157f28719b988d648029 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 16:33:25 +0900 Subject: [PATCH 2074/3109] re-enable wai-middleware-content-type and wai-middleware-verbs --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5121ba0..56319a3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + - wai-middleware-content-type + - wai-middleware-verbs - websockets-rpc - webpage From f1bf378e225c115ed66ae7c6dce2d8751e2daf42 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 11:56:41 +0100 Subject: [PATCH 2075/3109] Add upper bounds for tasty. Please see https://github.com/fpco/stackage/issues/2995. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56319a3e..c7241309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3480,6 +3480,9 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + # https://github.com/fpco/stackage/issues/2995 + - tasty < 0.12 + # end of packages # Package flags are applied to individual packages, and override the values of From 3b3fb934eb1730e4b18c44021e703824f86ac0c3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Nov 2017 12:56:06 +0100 Subject: [PATCH 2076/3109] Revert "re-enable wai-middleware-content-type and wai-middleware-verbs" This reverts commit c97e7a306fb2050c199c157f28719b988d648029. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7241309..2b72a11a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type - - wai-middleware-verbs + # - wai-middleware-content-type # bounds: skylighting + # - wai-middleware-verbs # bounds: skylighting - websockets-rpc - webpage From a6a6916925560752fcc548df77dc072d4a91a18b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 2 Nov 2017 23:13:23 +0900 Subject: [PATCH 2077/3109] wai-middleware-content-type and wai-middleware-verbs fail to compile --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b72a11a..d80d896d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1777,8 +1777,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # bounds: skylighting - # - wai-middleware-verbs # bounds: skylighting + # - wai-middleware-content-type # compilation errors + # - wai-middleware-verbs # compilation errors - websockets-rpc - webpage From 12edeb1021651c0f429195bc7232225fcec5c3c5 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 3 Nov 2017 12:39:24 +0100 Subject: [PATCH 2078/3109] Add butcher, czipwith, brittany --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d80d896d..e4bfa1b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3045,6 +3045,9 @@ packages: "Lennart Spitzner @lspitzner": - multistate - pqueue + - butcher ==1.1.1.0 + - czipwith + - brittany "Ryan Mulligan @ryantm": [] From de1532edd36010ad90b1644379979592703511e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 3 Nov 2017 14:50:37 +0100 Subject: [PATCH 2079/3109] Mark pandoc for expected test failure. Please see https://github.com/jgm/pandoc/issues/4033. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4bfa1b7..ec7a8c89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3905,6 +3905,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bde3f01aac87ec33ca05c6c35191469a69a9e7ff Mon Sep 17 00:00:00 2001 From: Douglas Burke Date: Fri, 3 Nov 2017 18:37:56 -0400 Subject: [PATCH 2080/3109] Add swish --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..f10dcae6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3418,6 +3418,9 @@ packages: "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string + "Douglas Burke @DougBurke": + - swish + # 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 From 50fb5589f2c12731bd83272ce1b7d23005a67608 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sat, 4 Nov 2017 23:06:42 -0400 Subject: [PATCH 2081/3109] Add logging-effect-extra and logging-effect-extra-file --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec7a8c89..1feba32b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2633,9 +2633,8 @@ packages: - unicode-show "Jason Shipman @jship": - # on behalf of Boris Sukholitko @bosu - [] - # - pure-cdb # https://github.com/bosu/pure-cdb/issues/5 & via testing-feat + - logging-effect-extra + - logging-effect-extra-file "Suhail Shergill @suhailshergill": - extensible-effects From 6d1365b6138ded3e6301ec06baa061e39adcfc2b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Nov 2017 13:07:39 +0100 Subject: [PATCH 2082/3109] Revert "Mark pandoc for expected test failure." This reverts commit de1532edd36010ad90b1644379979592703511e8. As a result of https://github.com/jgm/pandoc/issues/4033#issuecomment-341952215. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10dcae6..896a5001 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3908,7 +3908,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - pandoc # https://github.com/jgm/pandoc/issues/4033 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From bb53e210c390759fbcbcc31042379697b7c4bbf1 Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Sun, 5 Nov 2017 15:03:13 +0100 Subject: [PATCH 2083/3109] add katydid --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a93f95b..bf0dd3bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,6 +36,9 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck + + "Walter Schulze @awalterschulze": + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 735d8686261d1ae6689258893bd3e2a45bcb600d Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Sun, 5 Nov 2017 23:10:40 -0500 Subject: [PATCH 2084/3109] Add logging-effect-extra-handler --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..95d678ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2638,6 +2638,7 @@ packages: "Jason Shipman @jship": - logging-effect-extra - logging-effect-extra-file + - logging-effect-extra-handler "Suhail Shergill @suhailshergill": - extensible-effects From b3d1cfa8a71ac02f3d91450db210f3d2547d8dd9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 08:10:05 +0200 Subject: [PATCH 2085/3109] Upper bound for #3001 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf0dd3bd..2529df60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3491,6 +3491,9 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # https://github.com/fpco/stackage/issues/3001 + - brick < 0.29 + # end of packages # Package flags are applied to individual packages, and override the values of From 38df4442e32f2042e50f99d52c164668c3d26a6c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 11:01:54 +0200 Subject: [PATCH 2086/3109] Temporary block katydid/katydid-haskell#7 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f8ed013b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,7 +38,9 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - - katydid + [] + # https://github.com/katydid/katydid-haskell/issues/7 + # - katydid "Nobutada Matsubara @matsubara0507": - chatwork From 4695da9f879e80836ba70d82913e15772cbfcac6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 12:44:57 +0200 Subject: [PATCH 2087/3109] Revert "Temporary block katydid/katydid-haskell#7" This reverts commit 38df4442e32f2042e50f99d52c164668c3d26a6c. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f8ed013b..9f153894 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -38,9 +38,7 @@ packages: - hedgehog-quickcheck "Walter Schulze @awalterschulze": - [] - # https://github.com/katydid/katydid-haskell/issues/7 - # - katydid + - katydid "Nobutada Matsubara @matsubara0507": - chatwork From ba5e11841f7e43fedffedf4f6e3e289c574e071b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 14:54:53 +0200 Subject: [PATCH 2088/3109] Move arithmoi to @Bodigrim #2995 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9f153894..f4a45fe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1357,7 +1357,6 @@ packages: - log-postgres # Not a maintainer - - arithmoi - folds - friendly-time - hashable @@ -1386,6 +1385,9 @@ packages: - universe-instances-trans - universe-reverse-instances + "@Bodigrim": + - arithmoi + "Abhinav Gupta @abhinav": - farmhash - pinch From b3f67d7669eebc47c66fdac770f396d370d29607 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 6 Nov 2017 13:50:50 +0000 Subject: [PATCH 2089/3109] Use userid to work around new Docker version --- automated/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index 9e2a6566..cef53613 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -30,6 +30,7 @@ DOT_STACKAGE_DIR=$ROOT/dot-stackage WORKDIR=$ROOT/$TAG/work EXTRA_BIN_DIR=$ROOT/extra-bin SSH_DIR=$ROOT/ssh-$SHORTNAME +USERID=$(id -u) mkdir -p \ "$CABAL_DIR" \ @@ -81,9 +82,9 @@ chmod +x stackage-curator ) ARGS_COMMON="--rm -v $WORKDIR:$HOME/work -w $HOME/work -v $BINDIR/stackage-curator:/usr/bin/stackage-curator:ro -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v $EXTRA_BIN_DIR/stack:/usr/bin/stack:ro" -ARGS_PREBUILD="$ARGS_COMMON -u $USER -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" +ARGS_PREBUILD="$ARGS_COMMON -u $USERID -e HOME=$HOME -v $CABAL_DIR:$HOME/.cabal -v $STACK_DIR:$HOME/.stack -v $GHC_DIR:$HOME/.ghc -v $DOT_STACKAGE_DIR:$HOME/.stackage" ARGS_BUILD="$ARGS_COMMON -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro -v $GHC_DIR:$HOME/.ghc:ro" -ARGS_UPLOAD="$ARGS_COMMON -u $USER -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" +ARGS_UPLOAD="$ARGS_COMMON -u $USERID -e HOME=$HOME -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -v $AUTH_TOKEN:/auth-token:ro -v $HACKAGE_CREDS:/hackage-creds:ro -v $DOT_STACKAGE_DIR:$HOME/.stackage -v $SSH_DIR:$HOME/.ssh:ro -v $GITCONFIG:$HOME/.gitconfig:ro -v $CABAL_DIR:$HOME/.cabal:ro -v $STACK_DIR:$HOME/.stack:ro" # Make sure we actually need this snapshot. We only check this for LTS releases # since, for nightlies, we'd like to run builds even if they are unnecessary to From 44abe1def8f629382ccf4b34689dd84b3fa28384 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Mon, 6 Nov 2017 22:09:09 +0300 Subject: [PATCH 2090/3109] add cereal-time --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..ffc71a99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,6 +2980,7 @@ packages: "Al Zohali @zohl": - servant-auth-cookie - dictionaries + - cereal-time "Joachim Fasting @joachifm": - libmpd From a5f61ccff99cd61b633946c802050df94c119270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Mon, 6 Nov 2017 16:24:52 -0300 Subject: [PATCH 2091/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..fcd65dab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2390,6 +2390,7 @@ packages: - network-transport-tcp - network-transport-inmemory - network-transport-composed + - pthread - rank1dynamic "Alexander Vershilov @qnikst": From 11911c641f694440341e2f38e9df363acce5190d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:39:18 -0600 Subject: [PATCH 2092/3109] Re-enable microlens-aeson Seems to work fine with a recent nightly. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..f9e78313 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -904,8 +904,7 @@ packages: - disk-free-space "Colin Woodbury @fosskers": - [] - # - microlens-aeson # GHC 8.2.1 + - microlens-aeson # - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 From fc1ce3bbd10b20480a3e0cbf74650e58676ea161 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 6 Nov 2017 15:40:40 -0600 Subject: [PATCH 2093/3109] Add influxdb https://github.com/maoe/influxdb-haskell/issues/48 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a45fe2..32163303 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3166,6 +3166,7 @@ packages: - snowtify "Mitsutoshi Aoe @maoe": + - influxdb - sensu-run - viewprof From 3bce6d4241057429221ed04cb57f6a1aef6a1354 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Nov 2017 06:02:30 +0200 Subject: [PATCH 2094/3109] Upper bound for #3006 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a9ee552..204f869c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3500,6 +3500,9 @@ packages: # https://github.com/fpco/stackage/issues/3001 - brick < 0.29 + # https://github.com/fpco/stackage/issues/3006 + - unix-compat < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From b97ff7eeb872b93da996600f71fb3826860632b8 Mon Sep 17 00:00:00 2001 From: Shao Cheng Date: Tue, 7 Nov 2017 16:47:05 +0800 Subject: [PATCH 2095/3109] Add direct-rocksdb --- build-constraints.yaml | 1 + debian-bootstrap.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204f869c..0b7b6934 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,6 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c27396c3..19c02606 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -30,9 +30,12 @@ GHCVER=8.2.1 apt-get update apt-get install -y \ build-essential \ + cmake \ curl \ freeglut3-dev \ fsharp \ + g++ \ + gawk \ ghc-$GHCVER \ ghc-$GHCVER-dyn \ ghc-$GHCVER-htmldocs \ @@ -124,6 +127,7 @@ apt-get install -y \ minisat \ mono-mcs \ nettle-dev \ + ninja-build \ nodejs \ npm \ openjdk-8-jdk \ From 89a95acdc2d6b6703ac22acb2502f958dcb2b0ac Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 7 Nov 2017 08:31:24 -0500 Subject: [PATCH 2096/3109] Add criterion under my name I co-maintain `criterion`, so let's put that package under my name. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84bd5118..f1aecb6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2039,6 +2039,7 @@ packages: - base-orphans - chaselev-deque - code-page + - criterion - deriving-compat - echo - eliminators From fd451de77e6e7dc39764a7fd479a6cfb85b00bde Mon Sep 17 00:00:00 2001 From: Adam Flott Date: Tue, 7 Nov 2017 11:26:21 -0500 Subject: [PATCH 2097/3109] Add milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1aecb6a..65318cf9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3430,6 +3430,9 @@ packages: "Douglas Burke @DougBurke": - swish + "Adam Flott @adamflott": + - milena + # 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 From e857e82f3db53c65f264959c74f8eb3e3a41497e Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Wed, 8 Nov 2017 13:12:23 +0800 Subject: [PATCH 2098/3109] Remove upper bound constraints on hindent. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..88186ade 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3488,9 +3488,6 @@ packages: # https://github.com/fpco/stackage/issues/2971 - either < 4.5 - # https://github.com/commercialhaskell/hindent/issues/453 - - hindent < 5.2.4 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:18:00 +0200 Subject: [PATCH 2099/3109] Temporary block for #3012 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 65318cf9..19d39dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - - direct-rocksdb + # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From fc588fb56f8fadd5bb2232678a95fd2984526300 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 09:19:13 +0200 Subject: [PATCH 2100/3109] Expect test failure for milena --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19d39dee..54f419b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3981,6 +3981,9 @@ expected-test-failures: - teardown - model # https://github.com/Quid2/model/issues/2 + # Requires running server + - milena + # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From 895821b1afcb49bc854c95dabc17e3f3bd2d3939 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:02:15 +0200 Subject: [PATCH 2101/3109] Revert "Temporary block for #3012" This reverts commit dcf7b9ebbb6e0f09c4719014ed889cbbca272a0b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54f419b7..18d4092b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2968,7 +2968,7 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - # - direct-rocksdb # https://github.com/fpco/stackage/issues/3012 + - direct-rocksdb # - simple-download # GHC 8.2.1 # - encoding-io # GHC 8.2.1 From be1963af85c425c819a7c25e05737c7c29ba1f8a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 11:06:06 +0200 Subject: [PATCH 2102/3109] Upper bounds for #3013 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18d4092b..1ff54279 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,6 +3507,13 @@ packages: # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 + # https://github.com/fpco/stackage/issues/3013 + - servant < 0.12 + - servant-client < 0.12 + - servant-server < 0.12 + - servant-docs < 0.11.1 + - servant-foreign < 0.10.2 + # end of packages # Package flags are applied to individual packages, and override the values of From b062443778c0e31d137080ffc314b761be841e48 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 13:21:44 +0200 Subject: [PATCH 2103/3109] Upper bounds for #3014 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f8c4a3f..be7d0931 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,6 +3511,10 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + # https://github.com/fpco/stackage/issues/3014 + - hspec-wai < 0.9 + - hspec-wai-json < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 9c5af1a82bf960fa29eecffcd6d7c2689281ef3e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Nov 2017 16:55:19 +0200 Subject: [PATCH 2104/3109] Add back pandoc-citeproc and close #2994 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be7d0931..0ddb6354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2669,7 +2669,7 @@ packages: - zip-archive - doctemplates - pandoc - # - pandoc-citeproc # bounds: xml-conduit + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From fdf130f2ae9a46d7165dff236f87abd7d6755002 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 8 Nov 2017 23:18:28 +0200 Subject: [PATCH 2105/3109] Add ua-parser back Should be good --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..2510a2ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,7 +2687,7 @@ packages: - string-conv - rng-utils # - rotating-log # GHC 8.2.1 - # - ua-parser # bounds aeson + - ua-parser - hs-GeoIP - retry - katip From aaab91a1f1a3e2972ba11530ac9b0d5e73a31efb Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 9 Nov 2017 14:30:45 +0200 Subject: [PATCH 2106/3109] Skip tests and close #3014 --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ddb6354..1c43675d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3511,10 +3511,6 @@ packages: - servant-docs < 0.11.1 - servant-foreign < 0.10.2 - # https://github.com/fpco/stackage/issues/3014 - - hspec-wai < 0.9 - - hspec-wai-json < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3775,6 +3771,10 @@ skipped-tests: - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 + # https://github.com/fpco/stackage/issues/3014 + - servant-mock + - servant-server + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From b47c4260987b0fd925afe0e88ff4df5ac8f29301 Mon Sep 17 00:00:00 2001 From: tittoassini Date: Fri, 10 Nov 2017 11:43:41 +0100 Subject: [PATCH 2107/3109] Update build-constraints.yaml Dependencies problems solved in zm-0.3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..ff11323f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - # - zm # compilation failure https://github.com/Quid2/zm/issues/1 + - zm >= 0.3 - flat - model From 2a28c279b14613e926671a5a9eb5dc58cbef91f5 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Sat, 11 Nov 2017 00:08:13 +0530 Subject: [PATCH 2108/3109] Add monad-recorder, xls --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..6c74697f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid @@ -231,7 +231,9 @@ packages: - unboxed-ref "Harendra Kumar @harendra-kumar": + - monad-recorder - unicode-transforms + - xls "Aleksey Uimanov @s9gf4ult": # - postgresql-query # compilation error From 36b6d4f78e699a0f0a4c8f845a1da1261d45fdb7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 10 Nov 2017 15:20:49 -0700 Subject: [PATCH 2109/3109] Add ekg-cloudwatch, smtp-mail, and liboath-hs --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..2900f1ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2064,6 +2064,9 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - monad-metrics + - ekg-cloudwatch + - smtp-mail + - liboath-hs "Matthew Pickering @mpickering": - refact From 871c3d324923e9d44d528cd61ffb2d2bcea65cd5 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 11 Nov 2017 09:29:37 -0600 Subject: [PATCH 2110/3109] Re-enable Chart-diagrams Plus its dependencies. --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..88ea7fa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -635,7 +635,6 @@ packages: # - diagrams-core # GHC 8.2.1 via dual-tree # - diagrams-gtk # bounds: optparse-applicative # - 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 # via testing-feat @@ -1665,7 +1664,10 @@ packages: - autoexporter - bento - bmp # Maintained by @benl23x5. - - ekg-statsd + - Chart # Maintained by @timbod7. + - Chart-diagrams # Maintained by @timbod7. + - diagrams-postscript # Maintained by @byorgey. + - ekg-statsd # Maintained by @tibbe. - flow - github-release - gloss # Maintained by @benl23x5. @@ -1679,6 +1681,7 @@ packages: - ratel - ratel-wai - rattletrap + - statestack # Maintained by @byorgey. - strive - wuss @@ -2697,7 +2700,6 @@ packages: - tuple - OneTuple # - SVGFonts # GHC 8.2.1 via diagrams-core - # - Chart-diagrams # bounds optparse-applicative "Aaron Levin @aaronmblevin": [] From 482eb4ea282d42243723a0655a6fc17c93d23e5c Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sat, 11 Nov 2017 18:23:42 +0000 Subject: [PATCH 2111/3109] Add generic-lens --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..144b4eb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3432,6 +3432,9 @@ packages: "Adam Flott @adamflott": - milena + + "Csongor Kiss @kcsongor": + - generic-lens # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 061923e5ad9322c0088aadd85b15ae89efd0efda Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:53:50 +0200 Subject: [PATCH 2112/3109] Additional upper bounds for #3013 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..0cf6482a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3510,6 +3510,8 @@ packages: - servant-server < 0.12 - servant-docs < 0.11.1 - servant-foreign < 0.10.2 + - slack-web < 0.2.0.2 + - servant-client-core < 0.12 # end of packages From a082a62311af0ee740a60b28619f299524141c87 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:56:15 +0200 Subject: [PATCH 2113/3109] Upper bound for #3022 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cf6482a..b30754a8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3513,6 +3513,9 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 + # https://github.com/fpco/stackage/issues/3022 + - req < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 6f6df2e38243562f9ea901d6ef1aaf3a0a9ec188 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 08:57:11 +0200 Subject: [PATCH 2114/3109] Extra upper bound for #2978 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b30754a8..77cf6234 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3494,6 +3494,7 @@ packages: # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 + - cassava-conduit < 0.4.0.1 # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 From ec400215176086986600a71ec9bd96f45ab770d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:17:51 +0200 Subject: [PATCH 2115/3109] Extra servant upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e7ddbc1..7ef26013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,6 +3520,7 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 + - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 From 03d7ecec02b47008af1a4a0c89a9a275190b9505 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:21:20 +0200 Subject: [PATCH 2116/3109] Add flag for alerta #3013 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ef26013..cb6f66ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3520,7 +3520,6 @@ packages: - servant-foreign < 0.10.2 - slack-web < 0.2.0.2 - servant-client-core < 0.12 - - alerta < 0.1.0.6 # https://github.com/fpco/stackage/issues/3022 - req < 0.5 @@ -3624,6 +3623,9 @@ package-flags: cassava: pre-bytestring-0-10-4: false + alerta: + servant-client-core: false + # end of package-flags # Special configure options for individual packages From d4db4f1c8424fb259d3929c8db28127f13221d28 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 15:24:12 +0200 Subject: [PATCH 2117/3109] Remove upper bound and close #3001 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb6f66ca..eb6dea82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,9 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3001 - - brick < 0.29 - # https://github.com/fpco/stackage/issues/3006 - unix-compat < 0.5 From 032759d0d9cebc573f278a3b6095fe2b07292af8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 12 Nov 2017 17:07:40 +0200 Subject: [PATCH 2118/3109] Block liboath-hs #3019 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eb6dea82..86fc9b16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - - liboath-hs + # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 "Matthew Pickering @mpickering": - refact From e80da8cc33932f98395c519c1442642b8f5f72d7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Sun, 12 Nov 2017 08:50:43 -0700 Subject: [PATCH 2119/3109] Add liboath-dev C dependency --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 19c02606..5445405d 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -92,6 +92,7 @@ apt-get install -y \ libmysqlclient-dev \ libncurses-dev \ libnfc-dev \ + liboath-dev \ libnotify-dev \ libopenal-dev \ libpango1.0-dev \ From 7400c4401144ea5bc8161889e6ef64152eff2471 Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Sun, 12 Nov 2017 16:02:54 +0000 Subject: [PATCH 2120/3109] Skip tests for inspection-testing `inspection-testing` depends on an outdated version of `generic-lens` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 144b4eb7..700b5fb5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 288ca9188805a861cbb138df0d23ff2cd03a1249 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 15:46:27 -0800 Subject: [PATCH 2121/3109] Limit shelly --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 13ffb702..dd3dcdd3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3524,6 +3524,9 @@ packages: # https://github.com/fpco/stackage/issues/3022 - req < 0.5 + # https://github.com/fpco/stackage/issues/3024 + - shelly < 1.6.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 3796b735dc2b7d118911f4867e299e17d30a11ba Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:16:37 -0800 Subject: [PATCH 2122/3109] Disable config-ini test #3025 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd3dcdd3..03c2ffeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,6 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a6f23d3de60c2d04b7e55dcf85fcdccd181305f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 12 Nov 2017 16:18:59 -0800 Subject: [PATCH 2123/3109] Disable tests for zm due to #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03c2ffeb..430bd2b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,6 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8a6abd98fb61bb11f70e3a1e9fd2b1372edb810 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:25:07 +0200 Subject: [PATCH 2124/3109] Add back liboath-hs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 430bd2b5..c1a99fd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2071,7 +2071,7 @@ packages: - monad-metrics - ekg-cloudwatch - smtp-mail - # - liboath-hs # https://github.com/fpco/stackage/pull/3019#issuecomment-343743664 + - liboath-hs "Matthew Pickering @mpickering": - refact From 2669f28b0ccf9cfc7c6f0f94b8177c5af039230f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 13 Nov 2017 05:27:04 +0200 Subject: [PATCH 2125/3109] Remove skipped test for inspection-testing --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1a99fd6..bf2d1d0a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3700,7 +3700,6 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 - - inspection-testing # generic-lens 0.4.0.1 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From d56685cf067c83bae8016736455527dfa4ef4582 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:58:21 -0800 Subject: [PATCH 2126/3109] Remove cryptohash-.. forks from tell-me-when-its-released since maintainer doesn't want to be notified and update test/benchmark dependencies anyway --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf2d1d0a..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4290,9 +4290,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- 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 benchmarks # Packages which should be hidden after registering, to avoid module name From 9d5ae6692dd65554b7bf00e41bafa39d2500fce5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 16:59:35 -0800 Subject: [PATCH 2127/3109] Also attempt zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..b2633804 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3986,7 +3986,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 5795d47ba0759fac9ca7eb18b6ec337288b18947 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Nov 2017 14:11:38 +0100 Subject: [PATCH 2128/3109] Add json-autotype to Stackage Cc: @mgajda --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2633804..acf2f884 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From 0e57ef8efbcaac4f0840bd0548075ca539bbb524 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:36:36 -0800 Subject: [PATCH 2129/3109] zm still fails, need to fix it --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index acf2f884..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 4cce6bd6244f1a3a2de24ca0d9586d03490632d3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 13 Nov 2017 17:50:42 -0800 Subject: [PATCH 2130/3109] Revert "Add json-autotype to Stackage" This reverts commit 5795d47ba0759fac9ca7eb18b6ec337288b18947. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..f69af65d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,7 +2298,6 @@ packages: - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From ed0e8732cbed01054ef8fc9ebaa737e1442e382e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:38:48 -0800 Subject: [PATCH 2131/3109] Add json-autotype #3027 #3028 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69af65d..3cb938a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2298,6 +2298,7 @@ packages: - nix-paths - streamproc - titlecase + - json-autotype "Mark Fine @markfine": - postgresql-schema From bcdae8f9f48140dc58703b2bceb9374cc8f88f8b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:03 -0800 Subject: [PATCH 2132/3109] Test config-ini test fix. #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb938a7..d03b3cc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 6a9a40fead9b40445ba59332e199fca6fb354c77 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:37 -0800 Subject: [PATCH 2133/3109] Hide pretty-class and prettyclass due to conflict with pretty (and themselves). Should unblock zm #3026 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d03b3cc9..dc806cb3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4331,6 +4331,8 @@ hide: - binary-ieee754 # conflicts with data-binary-ieee754 - rerebase # conflicts with base - matrices # conflicts with matrix +- pretty-class # conflicts with pretty and prettyclass +- prettyclass # conflicts with pretty and pretty-class # Cryptonite deprecations - cipher-aes From a55d2f039ae99fe7e333575020f0e00bdccfbebb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 16:39:57 -0800 Subject: [PATCH 2134/3109] Test zm #3026 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc806cb3..d9c58b95 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 34de3702ffa8438701bc09661af354930e61e081 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:05:23 -0800 Subject: [PATCH 2135/3109] Remove lower bound on zm --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9c58b95..da883375 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: - opencv-extra < 0 # hard to install build tools "Pasqualino Assini @tittoassini": - - zm >= 0.3 + - zm - flat - model From 0a50cb516b87e4871b5c23407d73c01dd950a9b5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 17:06:09 -0800 Subject: [PATCH 2136/3109] config-ini tests not fixed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index da883375..0746e816 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From fab1c7d897c3f9dff3775f65744b606daea1b889 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:07 -0800 Subject: [PATCH 2137/3109] Reenable zm but with tests failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0746e816..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3987,7 +3987,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 91a5382271c82a0285db6fdf2a053f939c19ead1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:37:32 -0800 Subject: [PATCH 2138/3109] Check config-ini again #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..2de61777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b5959c4a9d1e42dbc26a32cca099533bc8a3553b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Nov 2017 19:42:13 -0800 Subject: [PATCH 2139/3109] Config-ini still failing #3025 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2de61777..f29820aa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3954,7 +3954,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 + - config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b586c17938510676c5ecebf4b329be313749c7dd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 08:34:16 -0800 Subject: [PATCH 2140/3109] Limit amazonka #3030 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f29820aa..81f72092 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,6 +3528,9 @@ packages: # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 + # https://github.com/fpco/stackage/issues/3030 + - amazonka < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From e607430f6e395b15d8a29a2777845b6df7a74bab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 09:06:16 -0800 Subject: [PATCH 2141/3109] Properly handle #3030 --- build-constraints.yaml | 88 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f72092..5ad3638c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3530,6 +3530,94 @@ packages: # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 + - amazonka-core < 1.5 + - amazonka-s3 < 1.5 + - amazonka-test < 1.5 + - amazonka-apigateway < 1.5 + - amazonka-application-autoscaling < 1.5 + - amazonka-appstream < 1.5 + - amazonka-autoscaling < 1.5 + - amazonka-budgets < 1.5 + - amazonka-certificatemanager < 1.5 + - amazonka-cloudformation < 1.5 + - amazonka-cloudfront < 1.5 + - amazonka-cloudhsm < 1.5 + - amazonka-cloudsearch < 1.5 + - amazonka-cloudsearch-domains < 1.5 + - amazonka-cloudtrail < 1.5 + - amazonka-cloudwatch < 1.5 + - amazonka-cloudwatch-events < 1.5 + - amazonka-cloudwatch-logs < 1.5 + - amazonka-codebuild < 1.5 + - amazonka-codecommit < 1.5 + - amazonka-codedeploy < 1.5 + - amazonka-codepipeline < 1.5 + - amazonka-cognito-identity < 1.5 + - amazonka-cognito-idp < 1.5 + - amazonka-cognito-sync < 1.5 + - amazonka-config < 1.5 + - amazonka-datapipeline < 1.5 + - amazonka-devicefarm < 1.5 + - amazonka-directconnect < 1.5 + - amazonka-discovery < 1.5 + - amazonka-dms < 1.5 + - amazonka-ds < 1.5 + - amazonka-dynamodb < 1.5 + - amazonka-dynamodb-streams < 1.5 + - amazonka-ec2 < 1.5 + - amazonka-ecr < 1.5 + - amazonka-ecs < 1.5 + - amazonka-efs < 1.5 + - amazonka-elasticache < 1.5 + - amazonka-elasticbeanstalk < 1.5 + - amazonka-elasticsearch < 1.5 + - amazonka-elastictranscoder < 1.5 + - amazonka-elb < 1.5 + - amazonka-elbv2 < 1.5 + - amazonka-emr < 1.5 + - amazonka-gamelift < 1.5 + - amazonka-glacier < 1.5 + - amazonka-health < 1.5 + - amazonka-iam < 1.5 + - amazonka-importexport < 1.5 + - amazonka-inspector < 1.5 + - amazonka-iot < 1.5 + - amazonka-iot-dataplane < 1.5 + - amazonka-kinesis < 1.5 + - amazonka-kinesis-analytics < 1.5 + - amazonka-kinesis-firehose < 1.5 + - amazonka-kms < 1.5 + - amazonka-lambda < 1.5 + - amazonka-lightsail < 1.5 + - amazonka-marketplace-analytics < 1.5 + - amazonka-marketplace-metering < 1.5 + - amazonka-ml < 1.5 + - amazonka-opsworks < 1.5 + - amazonka-opsworks-cm < 1.5 + - amazonka-pinpoint < 1.5 + - amazonka-polly < 1.5 + - amazonka-rds < 1.5 + - amazonka-redshift < 1.5 + - amazonka-rekognition < 1.5 + - amazonka-route53 < 1.5 + - amazonka-route53-domains < 1.5 + - amazonka-sdb < 1.5 + - amazonka-servicecatalog < 1.5 + - amazonka-ses < 1.5 + - amazonka-shield < 1.5 + - amazonka-sms < 1.5 + - amazonka-snowball < 1.5 + - amazonka-sns < 1.5 + - amazonka-sqs < 1.5 + - amazonka-ssm < 1.5 + - amazonka-stepfunctions < 1.5 + - amazonka-storagegateway < 1.5 + - amazonka-sts < 1.5 + - amazonka-support < 1.5 + - amazonka-swf < 1.5 + - amazonka-waf < 1.5 + - amazonka-workspaces < 1.5 + - amazonka-xray < 1.5 # end of packages From 94b1e845d7aef88c93beba8b92e321880a3b50ec Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Wed, 15 Nov 2017 09:52:58 +0300 Subject: [PATCH 2142/3109] add cast library --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ad3638c..fde6f20e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3444,6 +3444,9 @@ packages: "Csongor Kiss @kcsongor": - generic-lens + "Bogdan Neterebskii @ozzzzz": + - cast + # 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 From 9159d2a8d6c6d1cea1ea83f269c5a5d13c047384 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:16 -0800 Subject: [PATCH 2143/3109] Space fix --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fde6f20e..b4d9863c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3440,7 +3440,7 @@ packages: "Adam Flott @adamflott": - milena - + "Csongor Kiss @kcsongor": - generic-lens From 7ebb572610c48e9a03303da39caae0d673f84b1a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 16:21:56 -0800 Subject: [PATCH 2144/3109] Another try at config-ini --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4d9863c..f03ff254 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - config-ini # https://github.com/fpco/stackage/issues/3025 + # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 691a45f06dd65d39f4dc12b37b2ee7d52e2707a2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:00:36 -0800 Subject: [PATCH 2145/3109] Close #3025 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f03ff254..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - # config-ini # https://github.com/fpco/stackage/issues/3025 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 2cdc6d8c597864de826fbdb53476aa3fe56f4898 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:01:32 -0800 Subject: [PATCH 2146/3109] Try zm tests again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd1fd98a..dd0aae5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f61cd8185d3391c1c59125836302a7c237253c45 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:03:03 -0800 Subject: [PATCH 2147/3109] Close #3026 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd0aae5c..81347d65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,6 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 64f6a1f8cf48b6e7011b8dcca40f1a2cabeba585 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:04:45 -0800 Subject: [PATCH 2148/3109] Test hpio --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81347d65..4d7b275a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 + # hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 From 5dcb5899de5f2eaaa0c504b19a5715dbfefe9e70 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 15 Nov 2017 18:22:32 -0800 Subject: [PATCH 2149/3109] Add back zm to test failures #3026 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d7b275a..1967878d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,6 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From fdec69ece515c3e6282c397012ef3f3f74c54305 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 08:39:01 -0800 Subject: [PATCH 2150/3109] Try zm again --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1967878d..a8cf9164 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 + # zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From f8456a2586dc7bd73de0dcf8d73a60108ca2abea Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 09:46:26 -0800 Subject: [PATCH 2151/3109] zm and hpio tests are still failing, giving up --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8cf9164..fd1fd98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3882,7 +3882,7 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - # hpio # https://github.com/fpco/stackage/issues/2926 + - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 # https://github.com/fpco/stackage/issues/3014 @@ -4080,7 +4080,7 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - # zm # https://github.com/fpco/stackage/issues/3026 + - zm # https://github.com/fpco/stackage/issues/3026 # Stackage upper bounds, re-enable these when their upper bound is removed From 23c6ca1ace40f37733b514f961b29da4e7a52272 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 16 Nov 2017 22:08:13 +0700 Subject: [PATCH 2152/3109] =?UTF-8?q?Add=20=E2=80=98mmark=E2=80=99=20and?= =?UTF-8?q?=20=E2=80=98mmark-ext=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd1fd98a..dcdfaf78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2358,6 +2358,8 @@ packages: - stache - parser-combinators - modern-uri + - mmark + - mmark-ext "Thomas Bereknyei ": [] From 2ee27e4da483197be37b964f77ceeac58a3c7c91 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 13:53:18 -0800 Subject: [PATCH 2153/3109] Close #3022 (req upper bound removed) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcdfaf78..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3527,9 +3527,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3022 - - req < 0.5 - # https://github.com/fpco/stackage/issues/3024 - shelly < 1.6.8.5 From 777b4dea0998bc1ac4683e03993987c4d154a754 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:40:11 -0800 Subject: [PATCH 2154/3109] Remove upper bound on servan-auth-cookie due to #2976 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..19845d82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,7 +3506,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From cb376c6049f0896bcd0e4ffc2a30aa6063d5233d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 16 Nov 2017 16:48:52 -0800 Subject: [PATCH 2155/3109] Revert "Remove upper bound on servan-auth-cookie due to #2976" This reverts commit 777b4dea0998bc1ac4683e03993987c4d154a754. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19845d82..611d8768 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - servant-auth-cookie < 0.5.0.6 # https://github.com/fpco/stackage/issues/2978 - conduit-extra < 1.2.0 From 1273f62fd43ff5c2689754e703c95f51de93a3d6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:24:45 +0900 Subject: [PATCH 2156/3109] re-enable hackage-mirror --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 611d8768..4418add2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - # - hackage-mirror # via: aws + - hackage-mirror - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From af000f30c2a2e7ec898a57174fc43cf3de44c670 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Nov 2017 17:27:02 +0900 Subject: [PATCH 2157/3109] try enabling git-annex with skipped dbus tests --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4418add2..2ef7160a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -898,7 +898,7 @@ packages: - naqsha "Joey Hess @joeyh": - # - git-annex # GHC 8.2.1 via aws + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints @@ -3815,6 +3815,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property From d12dffeaa2d15c6ffcf9d4771ba869692de54914 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:16:00 -0800 Subject: [PATCH 2158/3109] Disable hackage-mirror as it fails to build (#3033) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ef7160a..e31d0361 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,7 @@ packages: - th-lift - quickcheck-assertions - - hackage-mirror + # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d16fe9a6a6179c12670dadcb24cf9d885405abc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:39:38 -0800 Subject: [PATCH 2159/3109] Update blocker on idris (#2856) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31d0361..3a9d6e56 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1214,7 +1214,7 @@ packages: # - cabal-rpm # GHC 8.2.1 # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds aeson + # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - fedora-haskell-tools - libffi - xmonad-contrib From 27d066c40216448675e4bc2d584567521f33795d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 17 Nov 2017 08:40:05 -0800 Subject: [PATCH 2160/3109] Attempt a build with tree-diff as there are no more bounds blockers (#2887) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a9d6e56..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1348,6 +1348,7 @@ packages: # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers + - tree-diff # - waitra # GHC 8.2.1 # scrive/log From 1836b1dcc6df62158e9e9c037cb71a0fda36d2ab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:41:03 -0800 Subject: [PATCH 2161/3109] Attempt taggy-lens --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..e988b66b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2734,7 +2734,7 @@ packages: "Alp Mestanogullari @alpmestan": - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 54cf4c31626a564b8a5dc59cf91a21ea19f6b079 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:45:21 -0800 Subject: [PATCH 2162/3109] Attempt taggy too --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988b66b..33ed26d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,7 +2733,7 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": From 0e793f25170c36655da47b2d0c44d14308627a35 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 18 Nov 2017 21:48:20 -0800 Subject: [PATCH 2163/3109] This didn't work, reverting --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ed26d0..97e0e18f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2733,8 +2733,8 @@ packages: # - reedsolomon # bounds: vector "Alp Mestanogullari @alpmestan": - - taggy # 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 + - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 + # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 "Alex McLean @yaxu": - tidal From 7cdb6028cbf85ddb35db30343f28f1e96ed47219 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:30:42 +0300 Subject: [PATCH 2164/3109] add errors-ext --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97e0e18f..3a5a8069 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,7 +3621,8 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - + "Warlock @A1-Triard": + - errors-ext # end of packages # Package flags are applied to individual packages, and override the values of From ca5fde528e09f30714aa4a14653c4f24e22db9e4 Mon Sep 17 00:00:00 2001 From: A1 Date: Sat, 18 Nov 2017 21:32:15 +0300 Subject: [PATCH 2165/3109] add errors-ext --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a5a8069..17ba8c75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,8 +3621,10 @@ packages: - amazonka-waf < 1.5 - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + "Warlock @A1-Triard": - errors-ext + # end of packages # Package flags are applied to individual packages, and override the values of From 49e47572880104f3e856c62b880a8c0258c12c01 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 14:52:42 +0900 Subject: [PATCH 2166/3109] reenable cabal-rpm --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17ba8c75..36563dee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1211,11 +1211,12 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm # GHC 8.2.1 + - cabal-rpm + - fedora-haskell-tools # - stackage-query # via stackage-types compilation failure + # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - - fedora-haskell-tools - libffi - xmonad-contrib - shelly From 575c59153e6f8d9860c24358cc5c879fd2b8fe0e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:35:53 +0530 Subject: [PATCH 2167/3109] uncomment cabal-install for Mikhail --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36563dee..ae512a57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2723,7 +2723,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - # - cabal-install # GHC 8.2.1 + - cabal-install - pointful "Lennart Kolmodin @kolmodin": From f730ead14bb9b69295c1af5b43513ced69d8e319 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:36:17 +0530 Subject: [PATCH 2168/3109] try re-enabling gtk2hs-buildtools --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ae512a57..c6e26aee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -338,7 +338,7 @@ packages: - executable-path - foreign-store - formatting - # - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools # Cabal 2.0.0.2 - happy - hybrid-vectors - indents From 078051522aeaced67388b4786f6a0719dac99d84 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Nov 2017 11:49:54 +0530 Subject: [PATCH 2169/3109] reenable cairo, glib, and pango --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6e26aee..a5d03db0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1220,13 +1220,13 @@ packages: - libffi - xmonad-contrib - shelly - # - cairo # Cabal 2.0.0.2 + - cairo # - gio # Cabal 2.0.0.2 - # - glib # Cabal 2.0.0.2 - # - gtk # Cabal 2.0.0.2 - # - gtk3 # Cabal 2.0.0.2 + - glib + # - gtk # via gio + # - gtk3 # via gio # - gtksourceview3 # Cabal 2.0.0.2 - # - pango # Cabal 2.0.0.2 + - pango # - webkitgtk3 # Cabal 2.0.0.2 # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror From df6a14118ed9d59f50cb3d7e5d6a8d4e3132709f Mon Sep 17 00:00:00 2001 From: Tung Dao Date: Sun, 19 Nov 2017 15:08:19 +0700 Subject: [PATCH 2170/3109] add time-locale-vietnamese --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..103355a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3451,6 +3451,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Tung Dao @tungd": + - time-locale-vietnamese + # 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 From 9f781ae0a14135cabc2472398c728484e60515a9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 19 Nov 2017 12:02:32 +0200 Subject: [PATCH 2171/3109] Remove no longer supported package --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5d03db0..772f96cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -350,7 +350,6 @@ packages: - th-lift - quickcheck-assertions - # hackage-mirror # https://github.com/fpco/stackage/issues/3033 - wai-middleware-consul - wai-middleware-crowd - monad-logger-json From 8d26d7a3feb433ca93158fb73899a8bd69c08d37 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 16:00:37 -0800 Subject: [PATCH 2172/3109] Try shelly again' --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 772f96cc..04dbd179 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3529,7 +3529,7 @@ packages: - servant-client-core < 0.12 # https://github.com/fpco/stackage/issues/3024 - - shelly < 1.6.8.5 + # shelly < 1.6.8.5 # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 From ed0204bd638f4df7c66eff2bf4a6b62d8197ae75 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:33:25 -0800 Subject: [PATCH 2173/3109] Close #3024 for good and also run tests on shelly --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04dbd179..83f6b7fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3528,9 +3528,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3024 - # shelly < 1.6.8.5 - # https://github.com/fpco/stackage/issues/3030 - amazonka < 1.5 - amazonka-core < 1.5 @@ -3846,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From 92e47d3ca5e2e4c32a3237d1ea00ef54de12f415 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Nov 2017 17:36:27 -0800 Subject: [PATCH 2174/3109] Tests for shelly are still failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f6b7fa..a8e9f309 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,7 +3843,7 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - # shelly # https://github.com/yesodweb/Shelly.hs/issues/150 + - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From fcac947b541c7d7720f11e6e714a67ef974d9c3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 20 Nov 2017 16:51:57 +0100 Subject: [PATCH 2175/3109] Move errors-ext above 'dummy maintainers' --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a8e9f309..df9bd37c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,6 +3450,9 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + "Warlock @A1-Triard": + - errors-ext + # 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 @@ -3619,9 +3622,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - "Warlock @A1-Triard": - - errors-ext - # end of packages # Package flags are applied to individual packages, and override the values of From 90aad7b852295c246816b00e6725fad95f0c4c32 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Mon, 20 Nov 2017 15:11:46 -0600 Subject: [PATCH 2176/3109] Enable wai-middleware-throttle --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..3be30e77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1892,7 +1892,7 @@ packages: - bencode - hsebaysdk - dockerfile - # - wai-middleware-throttle # GHC 8.2.1 via token-bucket + - wai-middleware-throttle - yesod-auth-basic "Alcides Viamontes @alcidesv": From eb115f3bed036d49327f92227efde68716c0bd9b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:06:05 +0100 Subject: [PATCH 2177/3109] Add token-bucket to skipped-tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df9bd37c..c7b3c087 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - token-bucket - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 From 56322d1b89fa52a481444862aa32dfbe4a2cd2b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 10:50:46 +0100 Subject: [PATCH 2178/3109] Expect test failures for packages with hlint test suite failures --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4c2d335..ed3ada65 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4126,6 +4126,15 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 + # Linting failures (these may break every time HLint gets updated so keep them disabled) + # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites + - atom-conduit + - conduit-parse + - dublincore-xml-conduit + - folds + - opml-conduit + - xml-conduit-parse + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 322323df3272928cfd1a1f39f03018024fa7a5e6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:37:21 +0100 Subject: [PATCH 2179/3109] Disable moesocks and stackage2nix due to compilation failures previously unnoticed due to a bug in stackage-curator --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed3ada65..9096c834 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks + - moesocks < 0 # compilation failure against aeson 1.2.3.0 "Gregory W. Schwartz @GregorySchwartz": - fasta @@ -3404,7 +3404,7 @@ packages: "typeable.io ": - dom-parser - - stackage2nix + - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From 038c93df86981ee38843c3f5eeca45e34e717bae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 22:39:56 +0100 Subject: [PATCH 2180/3109] Skip lzma tests due to bounds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9096c834..21a6969e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,6 +3857,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - lzma - token-bucket - uuid - uuid-types From 03dcf1f7bd5f89e24f95c1b832b948895349a85c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:05:18 +0100 Subject: [PATCH 2181/3109] Expect HTTP tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21a6969e..d052733a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4124,6 +4124,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 + - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - perf # https://github.com/fpco/stackage/pull/2859 From d2de4b31af58282416e7f163cdff0627c0ea11a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:10:02 +0100 Subject: [PATCH 2182/3109] Expect hslua and yesod-core tests to fail --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d052733a..28c9a7bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4084,6 +4084,7 @@ expected-test-failures: - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 + - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4125,8 +4126,8 @@ 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 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - - perf # https://github.com/fpco/stackage/pull/2859 + - hslua # Undiagnosed: expected: OK, but got: ErrFile + - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 34b50d9b189859ce583a4ba3cdb21c8b0f435be3 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:18:40 +0100 Subject: [PATCH 2183/3109] Expect hslua-module-text tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28c9a7bf..a0f442b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4127,6 +4127,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile + - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) From 88a1c26f9d6352f56b31310f80f25d064737fa03 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 21 Nov 2017 23:46:13 +0100 Subject: [PATCH 2184/3109] upgrade to GHC 8.2.2 --- .travis.yml | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 691ef7c3..f66c4a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.2.1 +- GHCVER=8.2.2 install: # Download and unpack the stack executable diff --git a/check b/check index 79e7a39f..4189690a 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.2.1 stackage-curator check +exec stack exec --resolver ghc-8.2.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 5445405d..9eab0cf2 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.2.1 +GHCVER=8.2.2 apt-get update apt-get install -y \ From 53f043dc80563288c7980528343780c57e2f7f8e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 11:15:25 +0200 Subject: [PATCH 2185/3109] Remove yesod-core from expected test failures See https://github.com/yesodweb/wai/pull/654#issuecomment-346288807 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0f442b6..aeb9dc20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4128,7 +4128,6 @@ expected-test-failures: - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile - - yesod-core # uncaught exception: WaiTestFailure (WaiTestFailure "Expected status code 200, but received 413") # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From f7762084589bc3ad142dc3cdcae9173002196e97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:28:59 +0100 Subject: [PATCH 2186/3109] skylighting upper bound for #3039 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeb9dc20..58612541 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3622,6 +3622,9 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 + # https://github.com/fpco/stackage/issues/3039 + - skylighting < 0.4.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 810a2d34c23b00a642b189de4ac3acd793b31d17 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 18:59:34 +0100 Subject: [PATCH 2187/3109] Re-enable moesocks 322323df3272928cfd1a1f39f03018024fa7a5e6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58612541..7eed4809 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2306,7 +2306,7 @@ packages: - sbp "Jinjing Wang @nfjinjing": - - moesocks < 0 # compilation failure against aeson 1.2.3.0 + - moesocks "Gregory W. Schwartz @GregorySchwartz": - fasta From 3c9de314faef01c7e0f8c4baf83c4a2661f98a7a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 22 Nov 2017 19:06:46 +0100 Subject: [PATCH 2188/3109] Disable intero, closes #3037 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eed4809..4b887957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -518,7 +518,7 @@ packages: - descriptive - wrap - path - - intero + # - intero # ghc-8.2.2 - weigh # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode From a63b9d9c5635544371f0f5aa87e1e9f820332b23 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:44:44 +0200 Subject: [PATCH 2189/3109] Update PATH --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 710e7bbe..146edda4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.2/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 From 47b32c5c4378ee0f45dd7ab51f263883fb369c76 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 22 Nov 2017 21:46:10 +0200 Subject: [PATCH 2190/3109] Clarify how to upgrade GHC versions --- CURATORS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 9c069fed..fb424315 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -204,6 +204,9 @@ major version number (e.g., lts3 for lts-3.\*). Note that when starting a new LTS major release, you'll need to modify Docker Hub to create a new Docker tag for the relevant branch name. +You'll need to update both the `PATH` in `Dockerfile` and the `GHCVER` variable +in `debian-bootstrap.sh`. + ### Getting the new image to the build server Once a new Docker image is available, you'll need to pull it onto the stackage-build server (see below). Instead of pulling an unbounded number of images, I typically just From 0234d91c22eabb4478087e986b34ae609bb9801c Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 22 Nov 2017 23:13:50 +0100 Subject: [PATCH 2191/3109] Expect test success on atom-conduit --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b887957..47a76dae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4134,7 +4134,6 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - atom-conduit - conduit-parse - dublincore-xml-conduit - folds From 6886dd9acf1639aab1e93bd15fd7b6c4276b8878 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 11:13:23 +0100 Subject: [PATCH 2192/3109] Re-enable fixed tests/benchs/haddocks --- build-constraints.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47a76dae..cb79ed2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4034,13 +4034,11 @@ expected-test-failures: - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - xlsior # https://github.com/rcallahan/xlsior/issues/1 - - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 # Assertion failures, these can be real bugs or just limitations # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - direct-sqlite # 2.3.17 https://github.com/IreneKnapp/direct-sqlite/issues/63 - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 @@ -4070,21 +4068,18 @@ expected-test-failures: - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 - picosat # https://github.com/fpco/stackage/pull/2382 - pkcs10 # https://github.com/fcomb/pkcs10-hs/issues/2 - - raaz - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - threads - 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 - vty # https://github.com/jtdaugherty/vty/issues/132 - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - - servant-swagger # aeson https://github.com/fpco/stackage/issues/2879#issuecomment-331759441 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 @@ -4092,7 +4087,6 @@ expected-test-failures: # Stackage upper bounds, re-enable these when their upper bound is removed # Recursive deps https://github.com/fpco/stackage/issues/1818 - - clock # 0.7.2 clock:test => tasty:lib => clock:lib - options - text # 1.2.2.1 - wai-logger # Missing build dep because of this https://github.com/kazu-yamamoto/logger/issues/42 @@ -4120,13 +4114,10 @@ expected-test-failures: - 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 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 - postgresql-simple-queue # same issue as before, see also https://github.com/fpco/stackage/issues/2592 as that will fix both - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - - tcp-streams-openssl # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - hslua # Undiagnosed: expected: OK, but got: ErrFile @@ -4146,14 +4137,9 @@ expected-test-failures: # benchmarks, and therefore failures are only for building, not running. expected-benchmark-failures: # Recursive deps https://github.com/fpco/stackage/issues/1818 - - attoparsec - hashable - unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib - # stack bug https://github.com/commercialhaskell/stack/issues/2153 - - scientific - - vector-binary-instances - # Missing files in sdist - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure @@ -4163,7 +4149,6 @@ expected-benchmark-failures: - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 - thyme # https://github.com/liyang/thyme/issues/50 - - tls # https://github.com/vincenthz/hs-tls/issues/247 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - raaz # https://github.com/raaz-crypto/raaz/issues/338 - http2 @@ -4197,9 +4182,6 @@ expected-haddock-failures: - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 - # Haddock bugs - - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # Runs out of memory - store From 23f6c5d3ecec500fd9228728da57b3ea6d360075 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 16:44:53 +0100 Subject: [PATCH 2193/3109] Re-enable some more tests --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb79ed2f..8903f0ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3994,7 +3994,6 @@ expected-test-failures: - postgresql-typed # PostgreSQL - purescript # git 128 https://github.com/purescript/purescript/issues/2292 - redis-io - - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - rethinkdb - rethinkdb-client-driver - riak @@ -4008,7 +4007,6 @@ expected-test-failures: - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - accelerate-bignum # CUDA GPU - - accelerate-blas # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian @@ -4046,7 +4044,6 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 @@ -4081,7 +4078,6 @@ expected-test-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - zm # https://github.com/fpco/stackage/issues/3026 - perf # https://github.com/fpco/stackage/pull/2859 # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4104,6 +4100,7 @@ expected-test-failures: # Doctest failures - teardown - model # https://github.com/Quid2/model/issues/2 + - zm # https://github.com/fpco/stackage/issues/3026 # Requires running server - milena From 6a496d99100721f189a1f3280a08d8365691b0e0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 23 Nov 2017 17:00:45 +0100 Subject: [PATCH 2194/3109] Disable git-annex --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8903f0ab..f4a5f9e7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + - git-annex < 0 # compilation failure # - github-backup # bounds: github - concurrent-output - mountpoints From 52ae59704495aceec2f448c2e4fc112da379c367 Mon Sep 17 00:00:00 2001 From: Bob Long Date: Thu, 23 Nov 2017 16:13:27 +0000 Subject: [PATCH 2195/3109] add yesod-csp --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4a5f9e7..293420ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3453,6 +3453,9 @@ packages: "Warlock @A1-Triard": - errors-ext + "Bob Long @bobjflong": + - yesod-csp + # 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 From d58d26c981bf7a9b5b7e521f61d8fd06df1bdf10 Mon Sep 17 00:00:00 2001 From: koral Date: Thu, 23 Nov 2017 21:38:19 +0100 Subject: [PATCH 2196/3109] Expect test success on conduit-parse, dublincore-xml-conduit, opml-conduit, xml-conduit-parse --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293420ee..ac4acecd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4125,11 +4125,7 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - - conduit-parse - - dublincore-xml-conduit - folds - - opml-conduit - - xml-conduit-parse # end of expected-test-failures From 2e873a64e962136c4195cf18161efa2f3affe227 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:30:19 +0100 Subject: [PATCH 2197/3109] Re-enable hslua and hslua-module-text tests d2de4b31af58282416e7f163cdff0627c0ea11a6 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac4acecd..b359dcc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4120,8 +4120,6 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - hslua # Undiagnosed: expected: OK, but got: ErrFile - - hslua-module-text # Undiagnosed: error while running lua tests, expected: OK, but got: ErrFile # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 9ac79ae4770e7830b9dc9f68311a374fffac1213 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 16:31:27 +0100 Subject: [PATCH 2198/3109] Re-enable git-annex 6a496d99100721f189a1f3280a08d8365691b0e0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b359dcc2..33160e8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -897,7 +897,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex < 0 # compilation failure + - git-annex # - github-backup # bounds: github - concurrent-output - mountpoints From 2119253fc0b6b128a5618f792ab1941edf45c496 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:09:41 +0100 Subject: [PATCH 2199/3109] Close #2967, Close #2971 in favor of #3044, and re-enable tdigest --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33160e8d..2279a520 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1344,7 +1344,7 @@ packages: - singleton-bool - spdx - splitmix - # - tdigest + - tdigest # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers @@ -3505,11 +3505,8 @@ packages: # https://github.com/fpco/stackage/issues/2860 - language-c < 0.7 - # https://github.com/fpco/stackage/issues/2967 - - swagger2 < 2.2 - - # https://github.com/fpco/stackage/issues/2971 - - either < 4.5 + # https://github.com/fpco/stackage/issues/3044 + - either < 4.5 # Latest ATOW is either-5 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From 310033031dd16a57265896def4e28f712dbd123a Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Sat, 25 Nov 2017 19:10:10 +0100 Subject: [PATCH 2200/3109] Add validity to stackage --- build-constraints.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33160e8d..7349a5e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,37 @@ packages: "Bob Long @bobjflong": - yesod-csp + "Tom Sydney Kerckhove @NorfairKing": + - genvalidity + - genvalidity-aeson + - genvalidity-bytestring + - genvalidity-containers + - genvalidity-hspec + - genvalidity-hspec-aeson + - genvalidity-hspec-binary + - genvalidity-hspec-cereal + - genvalidity-hspec-hashable + - genvalidity-path + - genvalidity-property + - genvalidity-scientific + - genvalidity-text + - genvalidity-time + - genvalidity-unordered-containers + - genvalidity-uuid + - genvalidity-vector + - validity + - validity-aeson + - validity-bytestring + - validity-containers + - validity-path + - validity-scientific + - validity-text + - validity-time + - validity-unordered-containers + - validity-uuid + - validity-vector + + # 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 From be0024e71369eb8803deda2a413dad9b409572f5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:11:47 +0100 Subject: [PATCH 2201/3109] Try to re-enable download and yahoo-finance-api tests #2811, #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2279a520..8263957a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4037,7 +4037,6 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 - - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 @@ -4047,7 +4046,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 8120db318d7265c5f3f5fe634af2305d6d0d01ea Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:17:55 +0100 Subject: [PATCH 2202/3109] Un-hide protolude and re-enable hpio tests, closes #2926 --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8263957a..2fe5de70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,14 +3886,12 @@ skipped-tests: - graphviz - wl-pprint-text + # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - hpio # https://github.com/fpco/stackage/issues/2926 - validation # https://github.com/fpco/stackage/issues/2949 - - # https://github.com/fpco/stackage/issues/3014 - - servant-mock - - servant-server + - servant-mock # https://github.com/fpco/stackage/issues/3014 + - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests @@ -4383,7 +4381,6 @@ tell-me-when-its-released: hide: - async-dejafu # https://github.com/yesodweb/wai/issues/579 - monads-tf # mtl is preferred -- protolude # `module Panic` conflicts with base - crypto-api # `module Crypto.Random` conflicts with cryptonite - fay-base # conflicts with many modules in base and others - hashmap # conflicts with Data.HashSet in unordered-containers From be8ebd99c9ae4eb97f34c7ac933d853457d35b0c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:20:20 +0100 Subject: [PATCH 2203/3109] Re-enable cryptol, closes #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2fe5de70..f3f02715 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - # cryptol # https://github.com/fpco/stackage/issues/2927 + - cryptol - gitrev - persistent-refs From a8bc1af0f14c34e5e69adf5d486b098499cf3581 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:27:58 +0100 Subject: [PATCH 2204/3109] Ping phadej for futurice issues #2814 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3f02715..cf6291e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4338,6 +4338,8 @@ github-users: - liskin - trskop - xkollar + futurice: + - phadej # end of github-users From 1802d506174ee07440f80fe591664a3ddf96da3a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:31:32 +0100 Subject: [PATCH 2205/3109] Disable http-api-data and tdigest tests, closes #2814 --- build-constraints.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf6291e1..c93ed01c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3485,10 +3485,6 @@ packages: - Win32 == 2.5.4.1 "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2814 - - doctest < 0.12 - # Once unconstrained, remove the following skipped-tests - # - sbv # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 @@ -3798,6 +3794,7 @@ skipped-tests: - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 + - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3807,6 +3804,7 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3829,7 +3827,6 @@ skipped-tests: # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. - - sbv # doctest >= 0.13 # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 From c2c147393bf6bc2cfab978d6da9aa250e973afab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:33:46 +0100 Subject: [PATCH 2206/3109] Re-enable validation tests, closes #2949 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c93ed01c..ac0f1300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3886,7 +3886,6 @@ skipped-tests: # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - validation # https://github.com/fpco/stackage/issues/2949 - servant-mock # https://github.com/fpco/stackage/issues/3014 - servant-server # # https://github.com/fpco/stackage/issues/3014 From 7e91c74bb2f620fec06af6891f508c95912cc7ff Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 19:53:58 +0100 Subject: [PATCH 2207/3109] Disable cryptol #2927 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac0f1300..c603277b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1396,7 +1396,7 @@ packages: # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol + - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs From aeaf236545c8efa97b3478d32d0e46d0c8f14e38 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:00:02 +0100 Subject: [PATCH 2208/3109] Expect download tests to fail, #2811 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c603277b..7bb73687 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4031,6 +4031,7 @@ expected-test-failures: # in the test cases. - DRBG # https://github.com/TomMD/DRBG/issues/7 - cayley-client # https://github.com/MichelBoucey/cayley-client/issues/2 + - download # https://github.com/fpco/stackage/issues/2811 - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 From a1fd1d2461af1fbc4a569d740a7e74e306e6f010 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:39:08 +0100 Subject: [PATCH 2209/3109] persistent upper bound for #3046 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7bb73687..16870a0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3621,6 +3621,9 @@ packages: # https://github.com/fpco/stackage/issues/3039 - skylighting < 0.4.4 + # https://github.com/fpco/stackage/issues/3046 + - persistent < 2.7.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 244c1029afd4bc1dc5962f6649facd6ae34e67ee Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 20:47:34 +0100 Subject: [PATCH 2210/3109] Re-disable yahoo-finance-api tests #2821 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16870a0e..41b1da70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4044,6 +4044,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From 64598d28f2867e3f6d37fbac38fdc6bdb0293cc1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:24:30 +0100 Subject: [PATCH 2211/3109] Mass re-enabling --- build-constraints.yaml | 235 ++++++++++++++++++++--------------------- 1 file changed, 112 insertions(+), 123 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1da70..b2ba0ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,8 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - [] - # - tibetan-utils # bounds: text-show + - tibetan-utils # bounds: text-show "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -105,9 +104,9 @@ packages: - comfort-graph - concurrent-split - cutter - - data-accessor # GHC 8.2.1 + - data-accessor - data-accessor-mtl - - data-accessor-template # GHC 8.2.1 + - data-accessor-template - data-accessor-transformers - data-ref - dsp @@ -116,8 +115,8 @@ packages: - event-list - explicit-exception - fixed-length - - gnuplot # GHC 8.2.1 - - group-by-date # GHC 8.2.1 via c2hs + - gnuplot + - group-by-date - iff - interpolation - jack @@ -125,7 +124,7 @@ packages: - lazyio - markov-chain - midi - # - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box # GHC 8.2.1 via diagrams-lib - mbox-utility - med-module - non-empty @@ -138,7 +137,7 @@ packages: - sample-frame-np - set-cover # - sound-collage # via synthesizer-core compilation failure - - sox # GHC 8.2.1 + - sox - soxlib # - split-record # via synthesizer-core compilation failure - spreadsheet @@ -154,7 +153,7 @@ packages: - unsafe - utility-ht - xml-basic - - youtube # GHC 8.2.1 + - youtube - prelude-compat - fft - carray @@ -178,8 +177,8 @@ packages: - newtype-generics "Joe M @joe9": - - logger-thread # GHC 8.2.1 via protolude - # - text-generic-pretty # GHC 8.2.1 via ixset-typed + - logger-thread + - text-generic-pretty # GHC 8.2.1 via ixset-typed "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -202,12 +201,12 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - # - plot-light # GHC 8.2.1 via palette + - plot-light # GHC 8.2.1 via palette "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - # - stm-supply # GHC 8.2.1 via Unique + - stm-supply # GHC 8.2.1 via Unique - filter-logger - tile - mbtiles @@ -236,7 +235,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - # - postgresql-query # compilation error + - postgresql-query # compilation error - hreader - hset @@ -268,8 +267,8 @@ packages: - miso - envy - s3-signer - - google-translate # bounds: servant - - hackernews # GHC 8.2.1 + - google-translate + - hackernews - ses-html - stripe-haskell - stripe-http-streams @@ -338,7 +337,7 @@ packages: - executable-path - foreign-store - formatting - - gtk2hs-buildtools # Cabal 2.0.0.2 + - gtk2hs-buildtools - happy - hybrid-vectors - indents @@ -369,8 +368,8 @@ packages: - Win32-notify "Omari Norman @massysett": - - rainbow # GHC 8.2.1 via lens-simple - - rainbox # GHC 8.2.1 via lens-simple + - rainbow + - rainbox - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - prednote < 0 # test compilation failure @@ -398,7 +397,7 @@ packages: - ghcid - hexml - weeder - - profiterole # GHC 8.2.1 via ghc-prof + - profiterole "Alan Zimmerman @alanz": - ghc-exactprint @@ -422,7 +421,7 @@ packages: # - hakyll # bounds: process time - stylish-haskell # - patat # bounds: base - - profiteur # GHC 8.2.1 via ghc-prof + - profiteur - psqueues - websockets - websockets-snap @@ -438,7 +437,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo - - xmonad-extras # GHC 8.2.1 via c2hs + - xmonad-extras "haskell-openal": - OpenAL @@ -463,7 +462,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via: safecopy, bounds, vector + - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -535,7 +534,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - # - approximate # GHC 8.2.1 via safecopy + - approximate # GHC 8.2.1 via safecopy - bifunctors - bits - bound @@ -544,7 +543,7 @@ packages: - comonad - comonads-fd - comonad-transformers - # - compensated # GHC 8.2.1 via safecopy + - compensated # GHC 8.2.1 via safecopy # - compressed # bounds: comonad, pointed - concurrent-supply - constraints @@ -559,7 +558,7 @@ packages: - graphs - groupoids - heaps - # - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog # GHC 8.2.1 via safecopy - hyphenation - integration - intervals @@ -568,7 +567,7 @@ packages: - lens - linear - linear-accelerate - # - log-domain # GHC 8.2.1 via safecopy + - log-domain # GHC 8.2.1 via safecopy - machines - monadic-arrays - monad-products @@ -628,16 +627,16 @@ packages: - active # - BlogLiterately # bounds: base pandoc pandoc-citeproc # - BlogLiterately-diagrams # bounds: pandoc - # - diagrams # bounds: optparse-applicative - # - diagrams-builder # GHC 8.2.1 + - diagrams # bounds: optparse-applicative + - diagrams-builder # GHC 8.2.1 # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - # - diagrams-cairo # bounds: optparse-applicative & via pango - # - diagrams-contrib # GHC 8.2.1 via dual-tree - # - diagrams-core # GHC 8.2.1 via dual-tree + - diagrams-cairo # bounds: optparse-applicative & via pango + - 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 # GHC 8.2.1 via diagrams-core + - diagrams-lib # GHC 8.2.1 via diagrams-core # - diagrams-rasterific # bounds: optparse-applicative - # - diagrams-svg # bounds: optparse-applicative + - diagrams-svg # bounds: optparse-applicative # - dual-tree # via testing-feat - force-layout - haxr @@ -722,7 +721,7 @@ packages: # - latex-formulae-image # BLOCKED directory 1.3 # - latex-formulae-pandoc # bounds: pandoc-types # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: ghc, base + # - agda-snippets # bounds: Agda, base # - agda-snippets-hakyll # bounds: ghc, base "Dan Burton @DanBurton": @@ -822,16 +821,15 @@ packages: # - hPDB-examples # GHC 8.2.1 # - homplexity # BLOCKED directory 1.3 # - wordpass # bounds: vector - # - json-autotype # bounds: aeson 1.0, lens + - json-autotype # bounds: aeson 1.0, lens - posix-realtime < 0 "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - [] # - yarr # bounds template-haskell - # - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": - vector-fftw @@ -852,8 +850,8 @@ packages: - tasty-smallcheck - tasty-html - time-lens - - timezone-olson # GHC 8.2.1 - - timezone-series # GHC 8.2.1 + - timezone-olson + - timezone-series - traverse-with-class - tuples-homogenous-h98 @@ -905,12 +903,12 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - # - versions # GHC 8.2.1 per megaparsec + - versions # GHC 8.2.1 per megaparsec # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - # - repa # bounds: vector - # - repa-io # bounds: vector - # - repa-algorithms # bounds: vector + - repa # bounds: vector + - repa-io # bounds: vector + - repa-algorithms # bounds: vector # - kanji # bounds: ghc 8, base "Ketil Malde @ketil-malde": @@ -981,14 +979,14 @@ packages: "Dimitri Sabadie @phaazon": - al < 0 # Setup failure, needs old c2hs - event - - hid # GHC 8.2.1 via c2hs + - hid # - luminance # BLOCKED directory 1.3 # - luminance-samples # bounds: base - monad-journal # - msi-kb-backlit # bounds: ghc, base - smoothie # - tellbot # bounds: bifunctors, http-conduit, tagsoup - # - wavefront # bounds: vector + - wavefront # bounds: vector - zero "Thomas Schilling @nominolo": @@ -1001,7 +999,7 @@ packages: "Daniel Gröber @DanielG": [] # - ghc-mod # bounds: syb - # - cabal-helper # bounds: extra + # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1070,7 +1068,7 @@ packages: - multimap - parallel-io - text-binary - # - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo # Cabal 2.0.0.2 - ghc-events - monad-extras # - stack < 9.9.9 # bounds: ghc, template-haskell @@ -1212,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure + - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1247,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - # - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs # https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1266,14 +1264,13 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - [] - # - palette # GHC 8.2.1 - # - diagrams-canvas # bounds: optparse-applicative + - palette # GHC 8.2.1 + - diagrams-canvas # bounds: optparse-applicative # - diagrams-rasterific # bounds: optparse-applicative # - lucid-svg # GHC 8.2.1 # - diagrams-html5 # bounds: optparse-applicative # - static-canvas # GHC 8.2.1 - # - svg-builder # GHC 8.2.1 + - svg-builder # GHC 8.2.1 "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1352,9 +1349,9 @@ packages: # - waitra # GHC 8.2.1 # scrive/log - # - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log # via bloodhound: bounds: vector # GHC 8.2.1 - log-base - # - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 - log-postgres # Not a maintainer @@ -1621,11 +1618,11 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - # - plot # Cabal 2.0.0.2 & via pango + - plot # Cabal 2.0.0.2 & via pango # - plot-gtk # Cabal 2.0.0.2 # - plot-gtk3 # Cabal 2.0.0.2 - vector-buffer - # - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa # via repa: bounds: vector "Noam Lewis @sinelaw": - xml-to-json @@ -1756,8 +1753,8 @@ packages: "Athan Clark @athanclark": - alternative-vector - attoparsec-path - # - attoparsec-ip via: ip - # - attoparsec-uri via: attoparsec-ip + - attoparsec-ip # via: ip + - attoparsec-uri # via: attoparsec-ip - commutative - composition-extra # - digestive-functors-lucid # via: digestive-functors @@ -1787,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - # - wai-middleware-content-type # compilation errors - # - wai-middleware-verbs # compilation errors + - wai-middleware-content-type # compilation errors + - wai-middleware-verbs # compilation errors - websockets-rpc - webpage @@ -1847,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1919,7 +1916,7 @@ packages: # - haddocset # GHC 8 "Kai Zhang @kaizhang": - - clustering + # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -2013,7 +2010,7 @@ packages: "Oliver Charles @ocharles": - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens # via: digestive-functors + # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon @@ -2089,7 +2086,6 @@ packages: # - ihaskell-juicypixels # via: ihaskell # - ihaskell-magic # via: ihaskell # - ihaskell-rlangqq # via: ihaskell - # - ihaskell-static-canvas # via: ihaskell # - ghc-parser # GHC 8 - ipython-kernel # GHC 8 @@ -2100,9 +2096,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - # - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice # via random-fu: via log-domain: via safecopy: bounds: vector - hstatsd - # - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector "Timo von Holtz @tvh": - ekg-wai @@ -2129,7 +2125,7 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - # - fast-builder # GHC 8.2.1 + - fast-builder # GHC 8.2.1 - filelock # - euphoria # GHC 8.2.1 @@ -2138,8 +2134,7 @@ packages: # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - [] - # - bindings-GLFW # GHC 8.2.1 + - bindings-GLFW # GHC 8.2.1 # - GLFW-b # GHC 8.2.1 "Niklas Hambüchen mail@nh2.me @nh2": @@ -2160,7 +2155,7 @@ packages: "Michael Walker @barrucadu": - both - - concurrency # GHC 8.2.1 via atomic-primops + - concurrency - dpor - dejafu - async-dejafu @@ -2188,7 +2183,7 @@ packages: # - highlight # GHC 8.2.1 via regex-with-pcre # - ig # bounds: http-conduit, transformers - natural-transformation - # - opaleye-trans # GHC 8.2.1 + - opaleye-trans # GHC 8.2.1 - pretty-simple - read-env-var - servant-checked-exceptions @@ -2318,7 +2313,7 @@ packages: - find-clumpiness - blosum # - convert-annotation # via inline-r compilation failure - # - rank-product # GHC 8.2.1 via random-fu + - rank-product # GHC 8.2.1 via random-fu "Simon Marechal @bartavelle": - compactmap @@ -2328,7 +2323,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet # also in "skipped-haddocks" section + - language-puppet - tar-conduit # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose @@ -2417,8 +2412,7 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - [] - # - zim-parser # via: lzma + - zim-parser # via: lzma "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs @@ -2429,8 +2423,7 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - [] - # - riak # bounds: aeson + - riak # bounds: aeson # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2509,7 +2502,7 @@ packages: "Will Sewell @willsewell": - benchpress - # - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell # GHC 8.2.1 "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2561,18 +2554,18 @@ packages: # - hackage-whatsnew # bounds: directory 1.3 # - happstack-authenticate # via acid-state: via safecopy: bounds: vector # - happstack-clientsession # via safecopy: bounds: vector - # - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp # GHC 8.2.1 via hsx2hs - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - # - ixset # via: syb-with-class, safecopy + - ixset # via: syb-with-class, safecopy - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - # - userid # via safecopy: bounds: vector + - userid # via safecopy: bounds: vector - web-plugins - web-routes - web-routes-boomerang @@ -2610,7 +2603,7 @@ packages: "Denis Redozubov @dredozubov": # - tracy # GHC 8.2.1 - hreader-lens - # - schematic # GHC 8.2.1 + - schematic # GHC 8.2.1 "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2618,7 +2611,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - # - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql # GHC-8.2.1 "Haisheng Wu @freizl": - hoauth2 @@ -2664,7 +2657,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - # - NoTrace # GHC 8.2.1 + - NoTrace # GHC 8.2.1 - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2677,7 +2670,7 @@ packages: - texmath - highlighting-kate - skylighting - - pandoc-types < 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 + - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - pandoc @@ -2708,7 +2701,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - # - SVGFonts # GHC 8.2.1 via diagrams-core + - SVGFonts # GHC 8.2.1 via diagrams-core "Aaron Levin @aaronmblevin": [] @@ -2811,7 +2804,7 @@ packages: "Stephen Diehl @sdiehl": - protolude - # - repline # GHC 8.2.1 + - repline # GHC 8.2.1 - picosat "Daishi Nakajima @nakaji_dayo": @@ -2948,9 +2941,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - # - solga # https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # GHC 8.2.1 via swagger2 - # - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga # https://github.com/chpatrick/solga/issues/9 + - solga-swagger # GHC 8.2.1 via swagger2 + - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3008,8 +3001,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - [] - # scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes # https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3055,8 +3047,7 @@ packages: - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - [] - # - json-stream # GHC 8.2.1 + - json-stream # GHC 8.2.1 "Philipp Balzarek ": - xml-picklers @@ -3069,8 +3060,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - [] - # - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql # GHC 8.2.1 "Tony Morris @tonymorris": - validation @@ -3150,7 +3140,7 @@ packages: "Alexey Kuleshevich @lehins": - wai-middleware-auth - # - hip # via repa-algorithms + - hip # via repa-algorithms "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3161,15 +3151,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - # - 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 - # - haskell-tools-daemon # GHC 8.2.1 - # - haskell-tools-debug # GHC 8.2.1 + - 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 + - haskell-tools-daemon # GHC 8.2.1 + - haskell-tools-debug # GHC 8.2.1 "David Fisher @ddfisher": - socket-activation @@ -3185,7 +3175,7 @@ packages: - viewprof "Dylan Simon @dylex": - # - postgresql-typed # GHC 8.2.1 + - postgresql-typed # GHC 8.2.1 - invertible # - ztail # GHC 8.2.1 @@ -3199,8 +3189,8 @@ packages: - glaze - glazier - glazier-pipes - # - glazier-react # https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - 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 @@ -3214,8 +3204,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - [] - # - minio-hs # GHC 8.2.1 via protolude + - minio-hs # GHC 8.2.1 via protolude "ncaq @ncaq": - haskell-import-graph @@ -3257,7 +3246,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - # - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3294,11 +3283,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # via: tensorflow-proto - # - tensorflow-core-ops # via: tensorflow-proto - # - tensorflow-opgen # via: tensorflow-proto - # - tensorflow-ops # bounds: tensorflow-proto - # - tensorflow-proto # compilation failure + - tensorflow # via: tensorflow-proto + - tensorflow-core-ops # via: tensorflow-proto + - tensorflow-opgen # via: tensorflow-proto + - tensorflow-ops # bounds: tensorflow-proto + - tensorflow-proto # compilation failure - tensorflow-test "Christof Schramm ": @@ -3363,7 +3352,7 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # neural # https://github.com/fpco/stackage/issues/2950 + # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3377,7 +3366,7 @@ packages: - listsafe "Serokell @serokell": - # - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper # https://github.com/serokell/log-warper/issues/25 - universum "Lorenz Moesenlechner @moesenle": @@ -3391,7 +3380,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - # - mysql-haskell-nem : blocked on mysql-haskell + - mysql-haskell-nem # blocked on mysql-haskell "Phil Ruffwind @Rufflewind": - blas-hs @@ -3819,7 +3808,7 @@ skipped-tests: # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck - - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) + # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck From 435d43bcae7d7f3dcba01853def95deca10bc333 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 22:27:29 +0100 Subject: [PATCH 2212/3109] Remove upper bound and close #2860 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2ba0ca0..f10c7345 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3487,9 +3487,6 @@ packages: # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/2860 - - language-c < 0.7 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 From 4e8573b78f4dd50343f73b69e28ae381e4e88bca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:35:02 +0000 Subject: [PATCH 2213/3109] Remove some whitespace. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c75114f..24702c5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,7 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck - + "Walter Schulze @awalterschulze": - katydid From 8ecfe16627058151334f4963de5710efe0549103 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:39:30 +0000 Subject: [PATCH 2214/3109] Remove extra line and whitespace. --- MAINTAINERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c4ce607e..fdfe75ab 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -45,7 +45,7 @@ so commit messages like "update build-constraints.yaml" are not helpful). newly uploaded to Hackage appear to our build server. If you just uploaded a package to Hackage that you're trying to get included, we recommend waiting an hour before opening the PR. You can verify this -by making sure the latest version is listed at +by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. ## Uploading a new package version @@ -56,7 +56,6 @@ If the new version doesn't compile then the package author should upload a fixed If a package's test suite is failing, the first job is to investigate why. If this is due to a bad interaction with versions of other packages in Stackage, then it is the responsibility of the maintainer to fix the test suite. In some situations, it is acceptable to not run the test suite. - ## Following dependency upgrades If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. From 603174c6009ecb9278965a38cfb9b87350660f75 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 25 Nov 2017 21:50:45 +0000 Subject: [PATCH 2215/3109] Add note about notifications and throttling. --- MAINTAINERS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fdfe75ab..07fdce3a 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,6 +8,19 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. From d0fea09b187c6d9528f4e1c03975d59c5386c42a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 25 Nov 2017 23:52:51 +0100 Subject: [PATCH 2216/3109] Re-disable some packages & tests --- build-constraints.yaml | 59 +++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f10c7345..b5809498 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -85,7 +85,7 @@ packages: - hidden-char "Vanessa McHale @vmchale": - - tibetan-utils # bounds: text-show + - tibetan-utils "Henning Thielemann @thielema": # - accelerate-arithmetic # via accelerate: bounds: base @@ -201,7 +201,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno - - plot-light # GHC 8.2.1 via palette + - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors @@ -903,7 +903,7 @@ packages: "Colin Woodbury @fosskers": - microlens-aeson - - versions # GHC 8.2.1 per megaparsec + # - versions # test failure https://github.com/fosskers/versions/issues/9 # - vectortiles # GHC 8.2.1 # - pipes-random # GHC 8.2.1 - repa # bounds: vector @@ -1210,7 +1210,7 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - - stackage-query # via stackage-types compilation failure + # - stackage-query # via stackage-types compilation failure # - cabal-sort # BLOCKED directory 1.3 # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 @@ -1245,7 +1245,7 @@ packages: "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs # https://github.com/wereHamster/avers/issues/2 + - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1784,8 +1784,8 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type # compilation errors - - wai-middleware-verbs # compilation errors + - wai-middleware-content-type < 0 # compilation errors + - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1844,7 +1844,7 @@ packages: "Michael Xavier @MichaelXavier": # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - - phash # Setup failure, can't build on stackage server https://github.com/MichaelXavier/phash/issues/5 + # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -2423,7 +2423,8 @@ packages: # - engine-io-yesod # bounds: ghc, base "Tim McGilchrist @tmcgilchrist": - - riak # bounds: aeson + [] + # - riak # compilation failure via riak-protobuf # - airship # bounds: mmorph "Yuras Shumovich @Yuras": @@ -2502,7 +2503,7 @@ packages: "Will Sewell @willsewell": - benchpress - - pusher-http-haskell # GHC 8.2.1 + - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - eventstore @@ -2941,9 +2942,9 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga # https://github.com/chpatrick/solga/issues/9 - - solga-swagger # GHC 8.2.1 via swagger2 - - clang-pure # https://github.com/chpatrick/clang-pure/issues/10 + - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 + # - solga-swagger # Compilation failure via swagger2 + - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -3001,7 +3002,7 @@ packages: - hocilib "Matthias Herrmann @2chilled": - - scrape-changes # https://github.com/fpco/stackage/issues/2948 + - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 "Daniel Mendler @minad": - quickcheck-special @@ -3189,8 +3190,8 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react # https://github.com/louispan/glazier-react/issues/7 - - glazier-react-widget # https://github.com/louispan/glazier-react/issues/7 + - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 + # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3246,7 +3247,7 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects # https://github.com/IxpertaSolutions/freer-effects/issues/49 + - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": @@ -3283,11 +3284,11 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - - tensorflow # via: tensorflow-proto - - tensorflow-core-ops # via: tensorflow-proto - - tensorflow-opgen # via: tensorflow-proto - - tensorflow-ops # bounds: tensorflow-proto - - tensorflow-proto # compilation failure + # - tensorflow # compilation failure via: tensorflow-proto + # - tensorflow-core-ops # compilation failure via: tensorflow-proto + # - tensorflow-opgen # compilation failure via: tensorflow-proto + # - tensorflow-ops # compilation failure via: tensorflow-proto + - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3462,6 +3463,13 @@ packages: # - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 # GHC 8.2.1 - cassava + # Packages without maintainers that cause compilation failures, + # this is to prevent us from including them by accident. They can + # be removed from this list if they are fixed. + "Unmaintained packages with compilation failures": + - riak-protobuf < 0 + - stackage-types < 0 + # If you want to make sure a package is removed from stackage, # place it here with a `< 0` constraint and send a pull # request. This will tell us if other packages would be @@ -3951,8 +3959,8 @@ expected-test-failures: - gitson # https://github.com/myfreeweb/gitson/issues/1 - happy # Needs mtl in the user package DB - haskell-neo4j-client # neo4j with auth disabled - - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 - - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 + - haskell-tools-cli # https://github.com/haskell-tools/haskell-tools/issues/230 + - haskell-tools-refactor # https://github.com/haskell-tools/haskell-tools/issues/231 - hasql # PostgreSQL - hasql-transaction # PostgreSQL - hedis @@ -4062,6 +4070,8 @@ expected-test-failures: - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - perf # https://github.com/fpco/stackage/pull/2859 + - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 + - haskell-tools-builtin-refactorings # Stackage upper bounds, re-enable these when their upper bound is removed @@ -4155,6 +4165,7 @@ expected-haddock-failures: - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 # Runs out of memory - store From d97e05a407c3dc3563552719cbcc5888f25c29f7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:13:31 +0100 Subject: [PATCH 2217/3109] Add/fix github user names --- build-constraints.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5809498..330bd468 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1656,7 +1656,7 @@ packages: "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @chee1bot": + "John Chee @cheecheeo": [] # - cgi # GHC 8.2.1 @@ -2247,7 +2247,7 @@ packages: "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold": + "Stefan Berthold @ZjMNZHgG5jMXw": [] # - smallcaps # GHC 8.2.1 @@ -2680,7 +2680,7 @@ packages: "Karun Ramakrishnan @karun012": - doctest-discover - "Elie Genard @eliegenard": + "Elie Genard @elaye": - turtle-options - mushu < 0 # compilation failure # - hakyll-favicon # needs: hakyll @@ -2704,7 +2704,7 @@ packages: - OneTuple - SVGFonts # GHC 8.2.1 via diagrams-core - "Aaron Levin @aaronmblevin": + "Aaron Levin @aaronlevin": [] # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client @@ -2808,7 +2808,7 @@ packages: - repline # GHC 8.2.1 - picosat - "Daishi Nakajima @nakaji_dayo": + "Daishi Nakajima @nakaji-dayo": - api-field-json-th # - yesod-job-queue # bounds cron @@ -3082,7 +3082,7 @@ packages: - hsinstall - tce-conf - "Jonathan Fischoff ": + "Jonathan Fischoff @jfischoff": - clock-extras - next-ref - threads-extras @@ -3095,7 +3095,7 @@ packages: "Bernie Pope @bjpop": - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee ": + "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr # - sibe # GHC 8.2.1 via stemmer From 0b033f36d1a6590345f37aa8c0133bbefaff196e Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Sat, 25 Nov 2017 16:21:46 -0800 Subject: [PATCH 2218/3109] Re-enable servant-ruby and wai-middleware-rollbar --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..3dfd1568 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,9 +3264,8 @@ packages: - ziptastic-core "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 + - servant-ruby + - wai-middleware-rollbar "Andrey Mokhov @snowleopard": - algebraic-graphs From 68086b476e2b1799c3dd1ed7eac317f5d4ab08d8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 01:24:08 +0100 Subject: [PATCH 2219/3109] Remove packages that have already been disabled --- build-constraints.yaml | 625 +++++------------------------------------ 1 file changed, 65 insertions(+), 560 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 330bd468..558a3771 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -48,18 +48,11 @@ packages: "Pavol Klacansky @pavolzetor": - openexr-write - "Bas van Dijk @basvandijk": - - opencv < 0 # hard to install build tools - - opencv-extra < 0 # hard to install build tools - "Pasqualino Assini @tittoassini": - zm - flat - model - "Timo Koepke @koepket": - - hinterface < 0 # compilation failure https://github.com/lindenbaum/hinterface/issues/2 - "Jose Iborra @pepeiborra": - arrowp-qq - clr-marshal @@ -73,13 +66,8 @@ packages: - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types - "Joshua Koike @jano017": - [] - # - discord-hs # bounds: req - "Roman Gonzalez @roman": - teardown - # - etc # GHC 8.2.1 via protolude "Richard Cook @rcook": - hidden-char @@ -88,17 +76,12 @@ packages: - tibetan-utils "Henning Thielemann @thielema": - # - accelerate-arithmetic # via accelerate: bounds: base - # - accelerate-fftw # via accelerate: bounds: base - # - accelerate-fourier # via accelerate: bounds: base - # - accelerate-utility # via accelerate: bounds: base - alsa-core - alsa-pcm - alsa-seq - apportionment - audacity - bibtex - # - board-games # GHC 8.2.1 via cgi - buffer-pipe - calendar-recycling - comfort-graph @@ -124,7 +107,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box # GHC 8.2.1 via diagrams-lib + - midi-music-box - mbox-utility - med-module - non-empty @@ -136,17 +119,12 @@ packages: - sample-frame - sample-frame-np - set-cover - # - sound-collage # via synthesizer-core compilation failure - sox - soxlib - # - split-record # via synthesizer-core compilation failure - spreadsheet - stm-split - storable-record - storablevector - - synthesizer-core < 0 # test compilation failure - # - synthesizer-dimensional # via synthesizer-core compilation failure - # - synthesizer-midi # via synthesizer-core compilation failure - tagchup - tfp - unicode @@ -178,7 +156,7 @@ packages: "Joe M @joe9": - logger-thread - - text-generic-pretty # GHC 8.2.1 via ixset-typed + - text-generic-pretty "Li-yao Xia @Lysxia": - boltzmann-samplers @@ -193,20 +171,17 @@ packages: "Luke Murphy @lwm": - tasty-discover - # - lentil # bounds: optparse-applicative & via terminal-progress-bar - # - packunused # bounds: optparse-applicative "Marco Zocca @ocramz": - sparse-linear-algebra - matrix-market-attoparsec - network-multicast - xeno - - plot-light < 0 # Compilation failure "Joseph Canero @caneroj1": - sqlite-simple-errors - median-stream - - stm-supply # GHC 8.2.1 via Unique + - stm-supply - filter-logger - tile - mbtiles @@ -214,7 +189,6 @@ packages: "James M.C. Haver II @mchaver": - quickcheck-arbitrary-adt - hspec-golden-aeson - # - servant-aeson-specs # bounds: servant "Winter Han @winterland1989": - if @@ -235,7 +209,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - - postgresql-query # compilation error + - postgresql-query - hreader - hset @@ -249,16 +223,11 @@ packages: "Nicolas Mattia @nmattia": - makefile - "Michael Litchard @mlitchard": - [] - # - point-octree # GHC 8.2.1 - "Siddharth Bhat @bollu": - symengine "alpheccar @alpheccar": - HPDF - - hbayes < 0 # compilation failure https://github.com/alpheccar/hbayes/issues/3 "Dmitry Bogatov ": - once @@ -277,7 +246,6 @@ packages: "Piotr Mlodawski @pmlodawski": - error-util - signal - # - ghc-session # bounds: GHC 8 "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit @@ -288,7 +256,6 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - keter < 0 # compilation failure https://github.com/snoyberg/keter/issues/170 - markdown - mime-mail - mime-mail-ses @@ -303,13 +270,11 @@ packages: - stm-conduit - wai-websockets - warp-tls - - yackage < 0 # compilation failure - yesod - yesod-auth - authenticate-oauth - yesod-bin - yesod-eventsource - # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -342,7 +307,6 @@ packages: - hybrid-vectors - indents - language-c - - lhs2tex < 0 # compilation failure https://github.com/kosmikus/lhs2tex/issues/55 - persistent-mongoDB - pretty-class - th-expand-syns @@ -370,13 +334,10 @@ packages: "Omari Norman @massysett": - rainbow - rainbox - - anonymous-sums < 0 # compilation failure https://github.com/massysett/anonymous-sums/issues/1 - multiarg - - prednote < 0 # test compilation failure - cartel - Earley - ofx - - pinchot < 0 # compilation failure - accuerr - timelens - non-empty-sequence @@ -405,7 +366,6 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -417,10 +377,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - # - cabal-dependency-licenses # Cabal 2.0.0.2 - # - hakyll # bounds: process time - stylish-haskell - # - patat # bounds: base - profiteur - psqueues - websockets @@ -462,7 +419,7 @@ packages: - HTF - xmlgen - stm-stats - - large-hashable # via: safecopy, bounds, vector + - large-hashable "Bart Massey @BartMassey": - parseargs @@ -507,19 +464,15 @@ packages: - hostname-validate - ini - lucid - # - osdkeys # via libnotify # Cabal 2.0.0.2 - pdfinfo - present - pure-io - - scrobble < 0 # compilation failure against time 1.6 - sourcemap - hindent - descriptive - wrap - path - # - intero # ghc-8.2.2 - weigh - # - haskell-docs # BLOCKED haddock-api GHC 8.0.2 - structured-haskell-mode "Alberto G. Corona @agocorona": @@ -534,7 +487,7 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions - - approximate # GHC 8.2.1 via safecopy + - approximate - bifunctors - bits - bound @@ -543,8 +496,7 @@ packages: - comonad - comonads-fd - comonad-transformers - - compensated # GHC 8.2.1 via safecopy - # - compressed # bounds: comonad, pointed + - compensated - concurrent-supply - constraints - contravariant @@ -558,7 +510,7 @@ packages: - graphs - groupoids - heaps - - hyperloglog # GHC 8.2.1 via safecopy + - hyperloglog - hyphenation - integration - intervals @@ -567,7 +519,7 @@ packages: - lens - linear - linear-accelerate - - log-domain # GHC 8.2.1 via safecopy + - log-domain - machines - monadic-arrays - monad-products @@ -625,19 +577,13 @@ packages: "Brent Yorgey @byorgey": - active - # - BlogLiterately # bounds: base pandoc pandoc-citeproc - # - BlogLiterately-diagrams # bounds: pandoc - - diagrams # bounds: optparse-applicative - - diagrams-builder # GHC 8.2.1 - # - diagrams-haddock # BLOCKED directory 1.3 via cautious-file - - diagrams-cairo # bounds: optparse-applicative & via pango - - 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 # GHC 8.2.1 via diagrams-core - # - diagrams-rasterific # bounds: optparse-applicative - - diagrams-svg # bounds: optparse-applicative - # - dual-tree # via testing-feat + - diagrams + - diagrams-builder + - diagrams-cairo + - diagrams-contrib + - diagrams-core + - diagrams-lib + - diagrams-svg - force-layout - haxr - MonadRandom @@ -647,35 +593,21 @@ packages: - JuicyPixels - FontyFruity - Rasterific - - svg-tree < 0 # haddocks never finish https://github.com/Twinside/svg-tree/issues/11 - # - rasterific-svg # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 - # - asciidiagram # via svg-tree haddock loop https://github.com/Twinside/svg-tree/issues/11 "Patrick Brisbin @pbrisbin": - gravatar - "Paul Harper @benekastah": - [] - # - yesod-auth-oauth2 # bounds: aeson-1.0, http-client, load-env - "Felipe Lessa @meteficha": - # - country-codes # bounds: tagsoup - fb - # - fb-persistent # bounds: persistent - - mangopay < 0 # compilation failure against aeson - nonce - serversession - # - serversession-backend-acid-state # via acid-state: via safecopy: bounds: vector - serversession-backend-persistent - serversession-backend-redis - # - serversession-frontend-snap # via snap - serversession-frontend-wai - serversession-frontend-yesod - thumbnail-plus - # - yesod-auth-account-fork # bounds: persistent - yesod-auth-fb - yesod-fb - # - yesod-mangopay # bounds: wai-logger, vector, hjsmin "Alexander Altman @pthariensflame": # Maintaining on behalf of @roelvandijk: @@ -713,19 +645,7 @@ packages: - nvvm - wide-word - "Liam O'Connor @liamoc": - [] - # - patches-vector # bounds: QuickCheck, edit-distance-vector, hspec - # - composition-tree # bounds: QuickCheck - # - dixi # bounds: aeson, lens, time, [...] - # - latex-formulae-image # BLOCKED directory 1.3 - # - latex-formulae-pandoc # bounds: pandoc-types - # - latex-formulae-hakyll # bounds: ghc, base - # - agda-snippets # bounds: Agda, base - # - agda-snippets-hakyll # bounds: ghc, base - "Dan Burton @DanBurton": - - hspec-jenkins < 0 # compilation failure https://github.com/worksap-ate/hspec-jenkins/issues/3 - yesod-gitrev - basic-prelude - composition @@ -744,7 +664,6 @@ packages: - grouped-list - haskintex - HaTeX - - hatex-guide < 0 - include-file - matrix - pcre-light @@ -815,21 +734,14 @@ packages: "Michal J. Gajda @mgajda": - iterable - # - Octree # GHC 8.2.1 - FenwickTree - # - 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 - - posix-realtime < 0 + - json-autotype "Dom De Re @domdere": - cassava-conduit "Dominic Steinitz @idontgetoutmuch": - # - yarr # bounds template-haskell - - random-fu # via: log-domain, safecopy, bounds: vector + - random-fu "Ben Gamari @bgamari": - vector-fftw @@ -869,15 +781,8 @@ packages: "Joachim Breitner @nomeata": - circle-packing - # - arbtt # via terminal-progress-bar - # - ghc-heap-view # GHC 8.2.1 - # - tttool # GHC 8.2.1 - # - gipeda # via cassava: bounds: vector - # - list-fusion-probe # GHC 8.2.1 - haskell-spacegoo - tasty-expected-failure - # - RepLib # GHC 8.2.1 - # - unbound # GHC 8.2.1 "Aditya Bhargava @egonSchiele": - HandsomeSoup @@ -896,38 +801,26 @@ packages: "Joey Hess @joeyh": - git-annex - # - github-backup # bounds: github - concurrent-output - mountpoints - disk-free-space "Colin Woodbury @fosskers": - microlens-aeson - # - versions # test failure https://github.com/fosskers/versions/issues/9 - # - vectortiles # GHC 8.2.1 - # - pipes-random # GHC 8.2.1 - - repa # bounds: vector - - repa-io # bounds: vector - - repa-algorithms # bounds: vector - # - kanji # bounds: ghc 8, base + - repa + - repa-io + - repa-algorithms "Ketil Malde @ketil-malde": - biocore - biofasta - biofastq - - biosff < 0 # 0.3.7.1 compilation failure - blastxml - bioace - biopsl - - samtools < 0 # compilation failure against c2hs https://github.com/ingolia/SamTools/issues/3 - seqloc - bioalign - BlastHTTP - # Outdated dependencies: - # biostockholm memexml RNAwolf Biobase BiobaseDotP - # BiobaseFR3D BiobaseInfernal BiobaseMAF BiobaseTrainingData - # BiobaseTurner BiobaseXNA BiobaseVienna" - # BiobaseTypes BiobaseFasta MC-Fold-DP "Florian Eggenhofer @eggzilla": - ClustalParser @@ -935,16 +828,13 @@ packages: - Genbank - RNAlien - Taxonomy - - TaxonomyTools < 0 # compilation failure - ViennaRNAParser "Silk ": - aeson-utils - arrow-list - attoparsec-expr - # - bumper # GHC 8.2.1 - code-builder - # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -963,13 +853,11 @@ packages: - uri-encode "Simon Michael @simonmichael": - # - darcs # bounds: graphviz < 2999.19 - hledger - hledger-lib - hledger-ui - hledger-web - hledger-api - # - shelltestrunner # bounds: Diff, HUnit - quickbench - regex-compat-tdfa @@ -977,16 +865,11 @@ packages: - io-manager "Dimitri Sabadie @phaazon": - - al < 0 # Setup failure, needs old c2hs - event - hid - # - luminance # BLOCKED directory 1.3 - # - luminance-samples # bounds: base - monad-journal - # - msi-kb-backlit # bounds: ghc, base - smoothie - # - tellbot # bounds: bifunctors, http-conduit, tagsoup - - wavefront # bounds: vector + - wavefront - zero "Thomas Schilling @nominolo": @@ -994,12 +877,6 @@ packages: "Boris Buliga @d12frosted": - io-choice - # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 - - "Daniel Gröber @DanielG": - [] - # - ghc-mod # bounds: syb - # - cabal-helper # bounds: Cabal, process "Yann Esposito yogsototh @yogsototh": - human-readable-duration @@ -1044,7 +921,6 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input - # - netwire-input-glfw # GHC 8.2.1 via GLFW-b - yoga - freetype2 @@ -1055,7 +931,6 @@ packages: - bytestring-trie - data-accessor - data-accessor-mtl - - file-location < 0 - fuzzcheck - here - hlibgit2 @@ -1068,10 +943,9 @@ packages: - multimap - parallel-io - text-binary - - Chart-cairo # Cabal 2.0.0.2 + - Chart-cairo - ghc-events - monad-extras - # - stack < 9.9.9 # bounds: ghc, template-haskell - optparse-simple - hpack @@ -1103,7 +977,6 @@ packages: - Spock-core - Spock-api - Spock-api-server - # - Spock-digestive # via: digestive-functors - Spock-worker - graph-core - hvect @@ -1114,8 +987,6 @@ packages: - users-test - validate-input - ignore - # - elm-bridge # bounds: aeson - # - digestive-bootstrap # via: digestive-functors, digestive-functors-blaze - blaze-bootstrap - dataurl - psql-helpers @@ -1127,16 +998,12 @@ packages: - highjson - highjson-swagger - highjson-th - # - superrecord # GHC 8.2.1 via bookkeeper - fileplow "Joey Eremondi @JoeyEremondi": - aeson-pretty - digest - # - elm-build-lib # via: elm-compiler - # - elm-compiler # bounds: aeson, binary, transformers, [...] - elm-core-sources - # - elm-package # bounds: HTTP, binary # via: elm-compiler, [...] - language-glsl - prettyclass - QuasiText @@ -1147,13 +1014,6 @@ packages: - yesod-form-richtext - ghcjs-perch - "Sebastian Nagel @ch1bo": - - hdevtools < 0 # Compilation failure https://github.com/hdevtools/hdevtools/issues/57 - - "Andrey Chudnov @achudnov": - [] - # - language-ecmascript # via testing-feat - "Tom Ellis @tomjaguarpaw": - opaleye - product-profunctors @@ -1178,9 +1038,7 @@ packages: - servant-cassava "Alexandr Ruchkin @mvoidex": - # - hdocs # GHC 8.2.1 via haddock-api 2.18.1 - hformat - # - hsdev # bounds: mmorph - simple-log - text-region @@ -1191,10 +1049,7 @@ packages: - clang-compilation-database "Alois Cochard @aloiscochard": - # - codex # bounds: http-client, directory - machines-binary - # - machines-process # GHC 8.2.1 - # - sarsi # bound: cryptonite # on behalf of Bryan O'Sullivan @bos: - wreq @@ -1210,42 +1065,28 @@ packages: "Jens Petersen @juhp": - cabal-rpm - fedora-haskell-tools - # - stackage-query # via stackage-types compilation failure - # - cabal-sort # BLOCKED directory 1.3 - # - idris # bounds optparse-applicative, https://github.com/fpco/stackage/pull/2856 - libffi - xmonad-contrib - shelly - cairo - # - gio # Cabal 2.0.0.2 - glib - # - gtk # via gio - # - gtk3 # via gio - # - gtksourceview3 # Cabal 2.0.0.2 - pango - # - webkitgtk3 # Cabal 2.0.0.2 - # - webkitgtk3-javascriptcore # Cabal 2.0.0.2 - ghcjs-codemirror - ghcjs-dom - jsaddle - # - leksah-server # bounds: ghc, base - # - ltk # bounds: ghc, base - vado - # - vcsgui # via: gi-gtk-hs compilation failure - vcswrapper "Renzo Carbonara @k0001": - network-simple - pipes-aeson - pipes-attoparsec - # - pipes-binary # bounds: binary, pipes, transformers - pipes-network "Tomas Carnecky @wereHamster": - avers - avers-api - - avers-api-docs < 0 # compilation failure https://github.com/wereHamster/avers/issues/2 - avers-server - css-syntax - etcd @@ -1264,13 +1105,9 @@ packages: - bcrypt "Jeffrey Rosenbluth @jeffreyrosenbluth": - - palette # GHC 8.2.1 - - diagrams-canvas # bounds: optparse-applicative - # - diagrams-rasterific # bounds: optparse-applicative - # - lucid-svg # GHC 8.2.1 - # - diagrams-html5 # bounds: optparse-applicative - # - static-canvas # GHC 8.2.1 - - svg-builder # GHC 8.2.1 + - palette + - diagrams-canvas + - svg-builder "Gabríel Arthúr Pétursson @polarina": - sdl2 @@ -1293,7 +1130,6 @@ packages: - http-media "Greg V @myfreeweb": - # - gitson # GHC 8.2.1 via flock - pcre-heavy - http-link-header - microformats2-parser @@ -1342,16 +1178,14 @@ packages: - spdx - splitmix - tdigest - # - tdigest-Chart # bounds: optparse-applicative - these - time-parsers - tree-diff - # - waitra # GHC 8.2.1 # scrive/log - - log # via bloodhound: bounds: vector # GHC 8.2.1 + - log - log-base - - log-elasticsearch # via bloodhound: bounds: vector # GHC 8.2.1 + - log-elasticsearch - log-postgres # Not a maintainer @@ -1367,13 +1201,9 @@ packages: # Regex packages by Chris Kuklewicz - regex-base - regex-compat - - regex-dfa < 0 # 0.91 Compilation failure due to -Werror - - regex-parsec < 0 # 0.90 Compilation failure due to -Werror - regex-pcre - regex-posix - regex-tdfa - # - regex-tdfa-utf8 # bounds: ghc, base - - regex-tre < 0 # 0.91 Compilation failure due to -Werror # Universe - universe @@ -1390,10 +1220,8 @@ packages: - farmhash - pinch - sandman - # - language-thrift # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 "Adam C. Foltzer @acfoltzer": - - cryptol < 0 # Happy setup-depends https://github.com/fpco/stackage/issues/2927 - gitrev - persistent-refs @@ -1618,16 +1446,13 @@ packages: - hmatrix-gsl-stats - hsignal - hstatistics - - plot # Cabal 2.0.0.2 & via pango - # - plot-gtk # Cabal 2.0.0.2 - # - plot-gtk3 # Cabal 2.0.0.2 + - plot - vector-buffer - - hmatrix-repa # via repa: bounds: vector + - hmatrix-repa "Noam Lewis @sinelaw": - xml-to-json - xml-to-json-fast - # - resolve-trivial-conflicts # bounds: optparse-applicative - wl-pprint # not a maintainer - hxt-curl @@ -1641,29 +1466,16 @@ packages: - system-argv0 - markdown-unlit - "Mateusz Kowalczyk @Fuuzetsu": - - aeson-schema < 0 # bounds: QuickCheck, aeson # compilation failure for 0.4.1.1 - - H < 0 # via inline-r compilation failure - - inline-r < 0 # compilation failure - - "David Fox @ddssff": - - debian < 0 # GHC bug: https://github.com/ddssff/debian-haskell/issues/6 - - cabal-debian < 0 # compilation failure - "Stefan Saasen @juretta": - jwt "Sven Bartscher sven.bartscher@weltraumschlangen.de @kritzefitz": - setlocale - "John Chee @cheecheeo": - [] - # - cgi # GHC 8.2.1 - "Taylor Fausak @tfausak": - autoexporter - bento - - bmp # Maintained by @benl23x5. + - bmp - Chart # Maintained by @timbod7. - Chart-diagrams # Maintained by @timbod7. - diagrams-postscript # Maintained by @byorgey. @@ -1675,8 +1487,6 @@ packages: - gpolyline # Maintained by @fegu. - lackey - monad-memo # Maintained by @EduardSergeev. - # - octane # GHC 8.2.1 - # - overloaded-records # Maintained by @trskop. # GHC 8.2.1 - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai @@ -1711,12 +1521,6 @@ packages: - pipes-mongodb - servant-elm - skeletons - # - streaming-wai # bounds: mmorph - - "Smirnov Alexey @chemist": - [] - # - snmp # bounds: ghc, base - # - agentx # bounds: ghc, base "David Raymond Christiansen @david-christiansen": - annotated-wl-pprint @@ -1743,27 +1547,18 @@ packages: - ghc-typelits-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - # - clash-prelude # GHC 8.2.1 - # - 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": - alternative-vector - attoparsec-path - - attoparsec-ip # via: ip - - attoparsec-uri # via: attoparsec-ip + - attoparsec-ip + - attoparsec-uri - commutative - composition-extra - # - digestive-functors-lucid # via: digestive-functors - every - extractable-singleton - follow-file - HSet - # - nested-routes # via: HList - - ltext < 0 # compilation failure: https://github.com/ltext/ltext/issues/22 - markup - monad-control-aligned - monadoid @@ -1784,8 +1579,6 @@ packages: - unfoldable-restricted - urlpath - wai-transformers - - wai-middleware-content-type < 0 # compilation errors - - wai-middleware-verbs < 0 # compilation errors - websockets-rpc - webpage @@ -1801,7 +1594,6 @@ packages: "Peter Harpending @pharpend": - editor-open - exceptional - # - optparse-helper # GHC 8.2.1 - pager - semiring-simple @@ -1813,9 +1605,6 @@ packages: - lens-simple - lens-family-core - lens-family - # - streaming # bounds: mmorph - # - streaming-bytestring # bounds: mmorph - # - streaming-utils # bounds: mmorph "Justin Le @mstksg": - auto @@ -1836,15 +1625,9 @@ packages: - serf - uri-templater - librato - # - datadog # bounds: aeson - # - engine-io-growler # bounds: websockets # via [...] - # - flowdock # bounds: aeson, http-client, [...] - # - growler # bounds: pipes, pipes-aeson, transformers "Michael Xavier @MichaelXavier": - # - angel # https://github.com/MichaelXavier/Angel/issues/52 - uri-bytestring - # - phash # Missing C library pHash - https://github.com/MichaelXavier/phash/issues/5 - cron - tasty-tap - tasty-fail-fast @@ -1857,32 +1640,18 @@ packages: "Sam Rijs @srijs": - ndjson-conduit - # - attoparsec-trans # bounds: transformers - operational-class - result - "Anupam Jain @ajnsit": - [] - # - wai-routes # GHC 8.2.1 - "Daniel Patterson @dbp": - # - hspec-snap # bounds: hspec, hspec-core # via: digestive-functors - hworker - - hworker-ses < 0 # 0.1.1.0 compilation failure - fn - # - fn-extra # via: digestive-functors "Mathieu Boespflug @mboes": - # - ihaskell-inline-r # via: ihaskell, ihaskell-blaze - cassette - choice - distributed-closure - - H < 0 # compilation failure - - inline-r < 0 # compilation failure - jni - - jvm < 0 # compilation failure - # - sparkle # bounds: mmorph - # - streaming-binary # bounds: mmorph - th-lift "Christopher Reichert @creichert": @@ -1892,31 +1661,10 @@ packages: - wai-middleware-throttle - yesod-auth-basic - "Alcides Viamontes @alcidesv": - [] - # - second-transfer # bounds: GHC 8 - "Hirotomo Moriwaki @philopon": - # - apiary # GHC 8 & bounds - # - apiary-logger # GHC 8 & bounds - # - apiary-persistent # GHC 8 & bounds - # - apiary-websockets # GHC 8 & bounds - # - apiary-cookie # GHC 8 & bounds - # - apiary-session # GHC 8 & bounds - # - apiary-clientsession # GHC 8 & bounds - # - apiary-authenticate # GHC 8 & bounds - # - apiary-eventsource # GHC 8 & bounds - # - apiary-mongoDB # GHC 8 & bounds - # - apiary-memcached # GHC 8 & bounds - # - types-compat # GHC 8 - # - web-routing # GHC 8 - # - bytestring-read # GHC 8 - # - memcached-binary # GHC 8 & bounds - barrier - # - haddocset # GHC 8 "Kai Zhang @kaizhang": - # - clustering # via Rlang-QQ - matrices "Michel Boucey @MichelBoucey": @@ -1933,8 +1681,6 @@ packages: - conduit-parse - dublincore-xml-conduit - opml-conduit - - rss-conduit < 0 # test runtime failure - - imm < 0 # compilation failure via synthesizer-core - timerep - xml-conduit-parse @@ -1958,12 +1704,9 @@ packages: "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx - # - pipes-illumina # via: pipes-bgzf - seqalign - - xlsior < 0 # compilation failure https://github.com/eurekagenomics/xlsior/issues/3 "John Lenz @wuzzeb": - - yesod-auth-account < 0 # test compilation failure - yesod-static-angular - hspec-webdriver - webdriver-angular @@ -1972,12 +1715,6 @@ packages: - b9 - type-spec - pretty-types - # - mediabus # GHC 8.2.1 - # - mediabus-fdk-aac # needs non-free libfdk-aac-dev - # - mediabus-rtp # GHC 8.2.1 - - "Will Thompson @wjt": - - bustle < 0 # compilation failure against haskell-src-exts https://github.com/vasylp/hgettext/issues/10 "Jakub Fijałkowski @jakubfijalkowski": - hlibsass @@ -1993,14 +1730,12 @@ packages: "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write - # - cassava-megaparsec # via cassava: bounds: vector - dbcleaner - dotenv - hapistrano - inflections - stache - scalendar - # - twitter-feed # GHC 8.2.1 "Sergey Alirzaev @l29ah": - monad-peel @@ -2008,13 +1743,10 @@ packages: - Network-NineP "Oliver Charles @ocharles": - - engine-io < 0 # compilation failure - diff3 - # - digestive-functors-aeson # bounds: aeson, lens - via: digestive-functors - exhaustive - libsystemd-journal - network-carbon - # - socket-io # via engine-io compilation-failure - tasty-rerun - logging-effect - reactive-banana @@ -2076,18 +1808,7 @@ packages: - apply-refact "Andrew Gibiansky @gibiansky": - # - ihaskell # GHC 8 - # - ihaskell-aeson # via: ihaskell - # - ihaskell-basic # via: ihaskell - # - ihaskell-blaze # via: ihaskell - # - ihaskell-charts # via: ihaskell - # - ihaskell-diagrams # via: ihaskell - # - ihaskell-hatex # via: ihaskell - # - ihaskell-juicypixels # via: ihaskell - # - ihaskell-magic # via: ihaskell - # - ihaskell-rlangqq # via: ihaskell - # - ghc-parser # GHC 8 - - ipython-kernel # GHC 8 + - ipython-kernel "Andrés Sicard-Ramírez @asr": - Agda @@ -2096,9 +1817,9 @@ packages: - dependent-sum - dependent-sum-template - dependent-map - - dice # via random-fu: via log-domain: via safecopy: bounds: vector + - dice - hstatsd - - misfortune # via random-fu: via log-domain: via safecopy: bounds: vector + - misfortune "Timo von Holtz @tvh": - ekg-wai @@ -2125,17 +1846,11 @@ packages: - fmt "Takano Akio tak@anoak.io @takano-akio": - - fast-builder # GHC 8.2.1 + - fast-builder - filelock - # - euphoria # GHC 8.2.1 - - "Ashley Moni ashley.moni1@gmail.com @AshleyMoni": - [] - # - QuadTree # base and lens "Brian Lewis brian@lorf.org @bsl": - - bindings-GLFW # GHC 8.2.1 - # - GLFW-b # GHC 8.2.1 + - bindings-GLFW "Niklas Hambüchen mail@nh2.me @nh2": - hidapi @@ -2143,16 +1858,10 @@ packages: - loop - netpbm - network-house - # - posix-paths # GHC 8.2.1 - reinterpret-cast # As dependencies of packages above - attoparsec-binary - "Brandon Martin @codedmart": - [] - # - engine-io-wai # bounds websockets - # - rethinkdb # GHC 8.2.1 - "Michael Walker @barrucadu": - both - concurrency @@ -2180,10 +1889,8 @@ packages: - from-sum - hailgun - hailgun-simple - # - highlight # GHC 8.2.1 via regex-with-pcre - # - ig # bounds: http-conduit, transformers - natural-transformation - - opaleye-trans # GHC 8.2.1 + - opaleye-trans - pretty-simple - read-env-var - servant-checked-exceptions @@ -2192,7 +1899,6 @@ packages: - xml-html-qq - xml-indexed-cursor - yahoo-finance-api - # - yesod-markdown # bounds: pandoc "Franklin Chen @FranklinChen": - Ebnf2ps @@ -2209,9 +1915,7 @@ packages: - unordered-intmap - word-trie - xdg-basedir - # - yi # Cabal 2.0.0.2 via yi-frontend-pango via pango - yi-core - # - yi-frontend-pango # Cabal 2.0.0.2 via pango - yi-frontend-vty - yi-fuzzy-open - yi-ireader @@ -2228,29 +1932,15 @@ packages: "Tobias Bexelius @tobbebex": - GPipe - "Patrick Redmond @plredmond": - [] - # - GPipe-GLFW # GHC 8.2.1 via GLFW-b - "Jonas Carpay @jonascarpay": - apecs - "Csaba Hruska @csabahruska": - [] - # - lambdacube-ir # bounds: aeson - # - lambdacube-gl # bounds: aeson, time # via: lambdacube-ir - # - lambdacube-compiler # bounds: aeson, megaparsec # via: lambdacube-ir - "Spencer Janssen @spencerjanssen": - Xauth "Sebastian de Bellefon @Helkafen": - wai-middleware-metrics - "Stefan Berthold @ZjMNZHgG5jMXw": - [] - # - smallcaps # GHC 8.2.1 - "Gregory Collins @gregorycollins": - hashtables - io-streams @@ -2260,16 +1950,11 @@ packages: - http-common - http-streams - "Devan Stormont @stormont": - [] - # - forecast-io # bounds: aeson 1.0 - "Sean Hunt @ivan-m": - fgl - # - fgl-arbitrary # bounds: QuickCheck - graphviz - wl-pprint-text - servant-pandoc @@ -2312,8 +1997,7 @@ packages: - clumpiness - find-clumpiness - blosum - # - convert-annotation # via inline-r compilation failure - - rank-product # GHC 8.2.1 via random-fu + - rank-product "Simon Marechal @bartavelle": - compactmap @@ -2325,8 +2009,6 @@ packages: - hruby - language-puppet - tar-conduit - # - stm-firehose # bounds: http-types, stm-conduit, transformers, wai, warp - # - hslogstash # bounds: aeson, lens, time, transformers # via: stm-firehose "Mark Karpov @mrkkrp": - megaparsec @@ -2357,15 +2039,6 @@ packages: - mmark - mmark-ext - "Thomas Bereknyei ": - [] - # - multiplate # bounds: transformers - - "Sumit Sahrawat @sumitsahrawat": - [] - # - plot-gtk-ui # Cabal 2.0.0.2 - # - calculator # bounds: ghc, base - "Emmanuel Touzery @emmanueltouzery": - app-settings - hsexif @@ -2373,7 +2046,6 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - smsaero < 0 # compilation failure against aeson https://github.com/GetShopTV/smsaero/issues/12 - swagger2 - servant-swagger @@ -2400,11 +2072,6 @@ packages: - pthread - rank1dynamic - "Alexander Vershilov @qnikst": - [] - # - imagemagick # https://github.com/qnikst/imagemagick/issues/41 - # - network-transport-zeromq # bounds: ghc # via: distributed-process-tests - "Takahiro Himura @thimura": - lens-regex - twitter-conduit @@ -2412,21 +2079,12 @@ packages: - twitter-types-lens "Robbin C. @robbinch": - - zim-parser # via: lzma + - zim-parser "David Wiltshire @dave77": # on behalf of Alexey Karakulov @w3rs - hashable-time - "Tim Baumann @timjb": - [] - # - engine-io-yesod # bounds: ghc, base - - "Tim McGilchrist @tmcgilchrist": - [] - # - riak # compilation failure via riak-protobuf - # - airship # bounds: mmorph - "Yuras Shumovich @Yuras": - pdf-toolbox-core - pdf-toolbox-content @@ -2446,8 +2104,6 @@ packages: - pathwalk "John Galt @centromere": - # - cacophony # GHC 8.2.1 - # - pipes-cacophony # GHC 8.2.1 - blake2 - nfc @@ -2459,17 +2115,8 @@ packages: - inline-c-cpp - ekg - "Emin Karayel @ekarayel": - [] - # - sync-mht # bounds: ghc, base - "Michael Schröder @mcschroeder": - ctrie - # - ttrie # GHC 8.2.1 via atomic-primops - - "Greg Weber @gregwebs": - [] - # - base-noprelude # cabal-version >= 2 "Andrew Lelechenko @Bodigrim": - exp-pairs @@ -2485,22 +2132,6 @@ packages: - hashids - fuzzyset - "Joe Hermaszewski @expipiplus1": - [] - # - exact-real # bounds: ghc, base - - "Jonatan Sundqvist jonatanhsundqvist@gmail.com @SwiftsNamesake": - [] - # - Cartesian # bounds: lens - # - Michelangelo # bounds: lens # via: Wavefront - - "Henry J. Wylde @hjwylde": - [] - # - git-fmt # bounds: optparse-applicative 0.13 - # - omnifmt # bounds: optparse-applicative 0.13 - # - werewolf # bounds: aeson, extra, lens - # - werewolf-slack # bounds: aeson, extra, http-client, http-client-tls # via: werewolf - "Will Sewell @willsewell": - benchpress - pusher-http-haskell @@ -2536,7 +2167,6 @@ packages: - pkcs10 "David Luposchainsky @quchen": - # - binary-typed # https://github.com/quchen/binary-typed/issues/42 - pgp-wordlist - show-prettyprint - prettyprinter @@ -2547,26 +2177,18 @@ packages: "Jeremy Shaw @stepcut": - boomerang - # - 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 - # - clckwrks-plugin-media # via acid-state: via safecopy: bounds: vector - # - clckwrks-theme-bootstrap # via clckwrks: via acid-state: via safecopy: bounds: vector - # - hackage-whatsnew # bounds: directory 1.3 - # - happstack-authenticate # via acid-state: via safecopy: bounds: vector - # - happstack-clientsession # via safecopy: bounds: vector - - happstack-hsp # GHC 8.2.1 via hsx2hs + - happstack-hsp - happstack-jmacro - happstack-server - happstack-server-tls - hsx-jmacro - - ixset # via: syb-with-class, safecopy + - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - reform-hsp - - userid # via safecopy: bounds: vector + - userid - web-plugins - web-routes - web-routes-boomerang @@ -2579,19 +2201,13 @@ packages: "Pedro Tacla Yamada @yamadapc": - ascii-progress - drawille - # - extract-dependencies # via: package-description-remote - file-modules - frontmatter - read-editor - # - hspec-setup # bounds: haskell-src-exts - # - hzulip # bounds: aeson, stm-conduit - list-prompt - # - memoization-utils # bounds: time - package-description-remote - projectroot - questioner - # - stack-run-auto # GHC 8.2.1 via extract-dependencies - - hpack-convert < 0 - language-dockerfile "Pascal Hartig @passy": @@ -2602,9 +2218,8 @@ packages: - open-browser "Denis Redozubov @dredozubov": - # - tracy # GHC 8.2.1 - hreader-lens - - schematic # GHC 8.2.1 + - schematic "Yuji Yamamoto @igrep": - yes-precure5-command @@ -2612,7 +2227,7 @@ packages: "Hans-Christian Esperer @hce": - avwx - - wai-session-postgresql # GHC-8.2.1 + - wai-session-postgresql "Haisheng Wu @freizl": - hoauth2 @@ -2624,11 +2239,9 @@ packages: - dawg-ord "Amit Levy @alevy": - - postgresql-orm < 0 # 0.5.0 compilation failure - simple - simple-templates - simple-session - # - simple-postgresql-orm # compilation failure via: postgresql-orm "Sergey Astanin @astanin": # Stackage server uses Ubuntu 16.04 which ships libzip-1.0.1. @@ -2658,7 +2271,7 @@ packages: - mustache "Cindy Wang @CindyLinz": - - NoTrace # GHC 8.2.1 + - NoTrace - linked-list-with-iterator "Jean-Philippe Bernardy @jyp": @@ -2682,17 +2295,10 @@ packages: "Elie Genard @elaye": - turtle-options - - mushu < 0 # compilation failure - # - hakyll-favicon # needs: hakyll - - "Ruey-Lin Hsu @petercommand": - [] - # - MASMGen # bounds: ghc, base "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - rng-utils - # - rotating-log # GHC 8.2.1 - ua-parser - hs-GeoIP - retry @@ -2702,11 +2308,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts # GHC 8.2.1 via diagrams-core - - "Aaron Levin @aaronlevin": - [] - # - haskell-kubernetes # bounds: QuickCheck, aeson, http-api-data, lens, servant, servant-client + - SVGFonts "Aaron Levin @aaronmblevin": - free-vl @@ -2722,14 +2324,6 @@ packages: "Lennart Kolmodin @kolmodin": - binary-bits - "Nicolas Trangez @NicolasT": - [] - # - reedsolomon # bounds: vector - - "Alp Mestanogullari @alpmestan": - - taggy < 0 # compilation failure https://github.com/alpmestan/taggy/issues/19 - # - taggy-lens # via taggy: compilation failure https://github.com/alpmestan/taggy/issues/19 - "Alex McLean @yaxu": - tidal @@ -2757,17 +2351,10 @@ packages: - unification-fd - unix-bytestring - "Carlo Hamalainen @carlohamalainen": - [] - # - ghc-imported-from # bounds: process-streaming # via: ghc-mod - "Fraser Tweedale @frasertweedale": - concise - jose - "Yutaka Nishimura @ynishi": - - atndapi < 0 # compilation failure https://github.com/ynishi/atndapi/issues/1 - "Yoshikuni Jujo @YoshikuniJujo": - zot - yjtools @@ -2781,7 +2368,6 @@ packages: "Jan Gerlinger @JanGe": - irc-dcc - # - xdcc # bounds: path "John Ky newhoggy@gmail.com @newhoggy": - hw-balancedparens @@ -2805,22 +2391,17 @@ packages: "Stephen Diehl @sdiehl": - protolude - - repline # GHC 8.2.1 + - repline - picosat "Daishi Nakajima @nakaji-dayo": - api-field-json-th - # - yesod-job-queue # bounds cron - - "Braden Walters @meoblast001": - - hakyll-sass < 0 # compilation failure "Patrick Thomson @helium": - postgresql-transactional "Tom Murphy @amindfv": - vivid - # - midair # bounds: ghc, base - nano-erl "Toshio Ito @debug-ito": @@ -2830,8 +2411,6 @@ packages: - wikicfp-scraper - wild-bind - wild-bind-x11 - # - wild-bind-indicator # Cabal 2.0.0.2 - # - wild-bind-task-x11 # Cabal 2.0.0.2 "Cies Breijs @cies": - htoml @@ -2847,28 +2426,15 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - oanda-rest-api < 0 # test compilation failure - stratosphere - sum-type-boilerplate - "Alexey Rodiontsev @klappvisor": - [] - # - telegram-api # bounds: aeson, servant - "Iñaki García Etxebarria @garetxe": - gi-atk - gi-cairo - - gi-gdk < 0 # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-gdkpixbuf # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-gio < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-glib - gi-gobject - # - gi-gtk # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-pango < 0 # compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - # - gi-soup # via gi-gio compilation failure https://github.com/haskell-gi/haskell-gi/issues/113 - gi-javascriptcore == 3.0.* - # - gi-webkit # compilation failure via gi-pango https://github.com/haskell-gi/haskell-gi/issues/113 - - gi-ostree < 0 # dependent on gi-gio - haskell-gi - haskell-gi-base @@ -2885,8 +2451,6 @@ packages: "Richard Eisenberg @goldfirere": - th-desugar - singletons - - units < 0 # compilation failure - # - units-defs # via units compilation failure - HUnit-approx - units-parser @@ -2901,7 +2465,6 @@ packages: "Pavel Ryzhov @paulrzcz": - hquantlib - HSvm - # - persistent-redis # GHC 8.2.1 "Henri Verroken @hverr": - bordacount @@ -2912,7 +2475,6 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - # - quantum-random # BLOCKED directory 1.3 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2922,9 +2484,6 @@ packages: - fast-digits - bit-stream - "Greg Hurrell @wincent": - - docvim < 0 # compilation failure: https://github.com/wincent/docvim/issues/30 - "Ashley Yakeley @AshleyYakeley": - countable - witness @@ -2942,9 +2501,6 @@ packages: - type-assertions "Patrick Chilton @chpatrick": - - solga < 0 # Compilation failure https://github.com/chpatrick/solga/issues/9 - # - solga-swagger # Compilation failure via swagger2 - - clang-pure < 0 # Compilation failure https://github.com/chpatrick/clang-pure/issues/10 - webrtc-vad "Michal Konecny @michalkonecny": @@ -2962,10 +2518,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - camfort # https://github.com/camfort/camfort/issues/102 - codo-notation - - fortran-src < 0 # OOM https://github.com/fpco/stackage/issues/2232 - - ixmonad < 0 # 0.57 Compilation failure https://github.com/fpco/stackage/pull/1710#issuecomment-235067168 - language-fortran "Philipp Schuster @phischu": @@ -2974,16 +2527,10 @@ packages: "Shao Cheng @TerrorJack": - cabal-toolkit - direct-rocksdb - # - simple-download # GHC 8.2.1 - # - encoding-io # GHC 8.2.1 "Anton Gushcha @ncrashed": - aeson-injector - "Rune K. Svendsen @runeks": - [] - # - bitcoin-payment-channel # bounds: QuickCheck, aeson 1.0 # via: haskoin-core - "Al Zohali @zohl": - servant-auth-cookie - dictionaries @@ -3001,9 +2548,6 @@ packages: - heatshrink - hocilib - "Matthias Herrmann @2chilled": - - scrape-changes < 0 # Compilation failure https://github.com/fpco/stackage/issues/2948 - "Daniel Mendler @minad": - quickcheck-special - writer-cps-mtl @@ -3044,11 +2588,10 @@ packages: - vector-mmap "Alex Mason @Axman6": - # - foldl-statistics # bounds: foldl - amazonka-s3-streaming "Ondrej Palkovsky @ondrap": - - json-stream # GHC 8.2.1 + - json-stream "Philipp Balzarek ": - xml-picklers @@ -3061,7 +2604,7 @@ packages: - brittany "Ryan Mulligan @ryantm": - - HDBC-mysql # GHC 8.2.1 + - HDBC-mysql "Tony Morris @tonymorris": - validation @@ -3087,25 +2630,15 @@ packages: - next-ref - threads-extras - tmp-postgres - # - postgresql-simple-opts # bounds: optparse-applicative - pg-transact - hspec-pg-transact - postgresql-simple-queue - "Bernie Pope @bjpop": - - language-python < 0 # compilation failure https://github.com/bjpop/language-python/issues/35 - "Mahdi Dibaiee @mdibaiee": - picedit - mathexpr - # - sibe # GHC 8.2.1 via stemmer - termcolor - "Alexis Williams @typedrat": - [] - # - stb-image-redux # bounds: vector - # - wavefront-obj # GHC 8.2.1 - "XT @xtendo-org": - rawfilepath @@ -3133,15 +2666,11 @@ packages: - line "Hannes Saffrich @m0rphism": - # - 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": - wai-middleware-auth - - hip # via repa-algorithms + - hip "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3152,15 +2681,15 @@ packages: "Boldizsár Németh @nboldi": - instance-control - references - - 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 - - haskell-tools-daemon # GHC 8.2.1 - - haskell-tools-debug # GHC 8.2.1 + - haskell-tools-ast + - haskell-tools-backend-ghc + - haskell-tools-rewrite + - haskell-tools-prettyprint + - haskell-tools-refactor + - haskell-tools-demo + - haskell-tools-cli + - haskell-tools-daemon + - haskell-tools-debug "David Fisher @ddfisher": - socket-activation @@ -3176,9 +2705,8 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed # GHC 8.2.1 + - postgresql-typed - invertible - # - ztail # GHC 8.2.1 "Louis Pan @louispan": - alternators @@ -3190,8 +2718,6 @@ packages: - glaze - glazier - glazier-pipes - - glazier-react < 0 # Compilation failure https://github.com/louispan/glazier-react/issues/7 - # - glazier-react-widget # via glazier-react-widget - javascript-extras - l10n - pipes-category @@ -3205,7 +2731,7 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs # GHC 8.2.1 via protolude + - minio-hs "ncaq @ncaq": - haskell-import-graph @@ -3233,10 +2759,6 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt - "Michael Thomas @Michaelt293": - [] - # - isotope # megaparsec bounds: https://github.com/fpco/stackage/issues/2666 - "Christopher A. Gorski @cgorski": - general-games @@ -3247,15 +2769,12 @@ packages: "Peter Trško @trskop": - between - connection-pool - - freer-effects < 0 # Compilation failure https://github.com/IxpertaSolutions/freer-effects/issues/49 - verbosity "Devon Hollowood @devonhollowood": - search-algorithms "Chris Dornan @cdornan": - # - regex # GHC 8.2.1 - # - regex-with-pcre # GHC 8.2.1 - sort - regex-pcre-text @@ -3263,11 +2782,6 @@ packages: - ziptastic-client - ziptastic-core - "Hardy Jones @joneshf": - [] - # - servant-ruby # GHC 8.2.1 - # - wai-middleware-rollbar # GHC 8.2.1 - "Andrey Mokhov @snowleopard": - algebraic-graphs @@ -3284,11 +2798,6 @@ packages: - proto-lens-arbitrary - proto-lens-optparse - proto-lens-protobuf-types - # - tensorflow # compilation failure via: tensorflow-proto - # - tensorflow-core-ops # compilation failure via: tensorflow-proto - # - tensorflow-opgen # compilation failure via: tensorflow-proto - # - tensorflow-ops # compilation failure via: tensorflow-proto - - tensorflow-proto < 0 # compilation failure - tensorflow-test "Christof Schramm ": @@ -3331,8 +2840,6 @@ packages: "Alex Biehl @alexbiehl": - haddock-library < 1.4.4 # cabal-version >= 2 - # - haddock-api # cabal-version >= 2 - # - haddock # cabal-version >= 2 "Mark Hopkins @mjhopkins": - alerta @@ -3353,7 +2860,6 @@ packages: - bno055-haskell "Lars Brünjes @brunjlar": - # - neural # https://github.com/fpco/stackage/issues/2950 - pell "Matt Noonan @matt-noonan": @@ -3367,7 +2873,7 @@ packages: - listsafe "Serokell @serokell": - - log-warper # https://github.com/serokell/log-warper/issues/25 + - log-warper - universum "Lorenz Moesenlechner @moesenle": @@ -3381,7 +2887,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - docker-build-cacher - - mysql-haskell-nem # blocked on mysql-haskell + - mysql-haskell-nem "Phil Ruffwind @Rufflewind": - blas-hs @@ -3394,7 +2900,6 @@ packages: "typeable.io ": - dom-parser - - stackage2nix < 0 # compilation failure - xml-isogen "Jeremy Huffman @jeremyjh": From a013b0d60e54147881f7f4b6a4f52fdaf39855b5 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Sat, 25 Nov 2017 23:30:06 -0500 Subject: [PATCH 2220/3109] Re-add ztail, now updated for ghc 8.2.2 compat --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..3999faac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2707,6 +2707,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - invertible + - ztail "Louis Pan @louispan": - alternators From 47304c12d1b1c0c8b8b123d7b01a8908ce89d1cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:25 +0200 Subject: [PATCH 2221/3109] Extra upper bound for #3044 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 558a3771..8635e508 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3002,6 +3002,7 @@ packages: # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 + - rebase < 1.2 # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 From 69011427207be3a2c73f700d6218a20717d0444a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Nov 2017 12:32:53 +0200 Subject: [PATCH 2222/3109] Remove stm-conduit from my packages --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8635e508..06157533 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -267,7 +267,6 @@ packages: - persistent-template - stackage-curator - store - - stm-conduit - wai-websockets - warp-tls - yesod From acf794d988b48a39f063952a5fada32a6d59d402 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:02:04 +0100 Subject: [PATCH 2223/3109] Move maintainership of shelly to @psibi https://github.com/yesodweb/Shelly.hs/pull/158 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06157533..7cac9cd7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -394,6 +394,7 @@ packages: - wai-slack-middleware - sysinfo - xmonad-extras + - shelly "haskell-openal": - OpenAL @@ -1067,7 +1068,6 @@ packages: - libffi - xmonad-contrib - - shelly - cairo - glib - pango From befde7d5efaa82d4bdbf84c4e5d122868df578a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:06:16 +0100 Subject: [PATCH 2224/3109] Remove upper bound and close #3006 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cac9cd7..6afd36c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3014,9 +3014,6 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 - # https://github.com/fpco/stackage/issues/3006 - - unix-compat < 0.5 - # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 - servant-client < 0.12 From 022761c6bf94b74591b8ff1affedc11f625f99d6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:09:03 +0100 Subject: [PATCH 2225/3109] Add posix-paths again --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6afd36c5..70f80c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1858,6 +1858,7 @@ packages: - netpbm - network-house - reinterpret-cast + - posix-paths # As dependencies of packages above - attoparsec-binary From b2259c9730c0e567012b75bf24b333cbbaa98101 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:16:23 +0100 Subject: [PATCH 2226/3109] Remove yahoo-finance-api #2821 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c029137..e988a7d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1898,7 +1898,6 @@ packages: - servant-static-th - xml-html-qq - xml-indexed-cursor - - yahoo-finance-api "Franklin Chen @FranklinChen": - Ebnf2ps @@ -3546,7 +3545,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - yahoo-finance-api # https://github.com/fpco/stackage/issues/2821 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 # Compilation failures From b9b145ec2a0366b610451ef15be12fb70a810e08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:31:18 +0100 Subject: [PATCH 2227/3109] MAINTAINERS: Improve add package instructions --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 07fdce3a..0f6ad71b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -25,8 +25,7 @@ effort basis. Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. -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 your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. To add a set of packages, you would add: "My Name @mygithubuser": @@ -34,16 +33,16 @@ To add a set of packages, you would add: - package2 - package3 -Note that the `master` branch is used for Stackage Nightly (not the `nightly` branch, which is used for the nightly docker builder imagine). +Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` $ cabal update -$ ghc --version # Should give v8.0.2 -$ cabal get PACKAGE-VERSION # e.g. aeson-0.11.2.1 -$ cd PACKAGE-VERSION +$ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal get PACKAGE +$ cd PACKAGE-* $ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". $ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results $ cabal install --enable-tests --enable-benchmarks --allow-newer From 2ad9eac29fa19825d3882f870c0762f086d63e3b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:33:23 +0100 Subject: [PATCH 2228/3109] Move github notification section below adding packages --- MAINTAINERS.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 0f6ad71b..2aab0941 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -8,19 +8,6 @@ The idea behind Stackage is that, if all packages work with the newest versions Packages in Stackage are not patched: all package changes occur upstream in Hackage. -## Github and Notifications - -Stackage uses Github notifications to reduce overhead of contacting individual -package maintainers through various channels. As a package maintainer, you will -receive notifications for a number of reasons, package build failures of -different sorts, blockages and bounds issues, etc. - -Please note, Github does some throttling on the number people that can be -notified within one issue. This means that on issues created with a large -number of packages affected, maintainers may not receive a notification. This -is not ideal, but Stackage is largely a manual process and done on a best -effort basis. - ## Adding a package Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. @@ -60,6 +47,19 @@ recommend waiting an hour before opening the PR. You can verify this by making sure the latest version is listed at https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. +## Github and Notifications + +Stackage uses Github notifications to reduce overhead of contacting individual +package maintainers through various channels. As a package maintainer, you will +receive notifications for a number of reasons, package build failures of +different sorts, blockages and bounds issues, etc. + +Please note, Github does some throttling on the number people that can be +notified within one issue. This means that on issues created with a large +number of packages affected, maintainers may not receive a notification. This +is not ideal, but Stackage is largely a manual process and done on a best +effort basis. + ## Uploading a new package version When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. From d81fb0c0c66c9a9a0dde96ebaee1f738599c48ab Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 14:38:38 +0100 Subject: [PATCH 2229/3109] Remove mention of "experimental" releases, we have no such checks --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 2aab0941..c2b5c9cb 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -62,7 +62,7 @@ effort basis. ## Uploading a new package version -When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage (unless the new version is considered experimental). That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. +When a new version of a package in Stackage is uploaded to Hackage, we automatically try to include it in Stackage. That can result in a number of possible failures. If there is a failure we temporarily introduce an upper bound, and open a GitHub issue ticket to resolve the issue. If the new version doesn't compile then the package author should upload a fixed version. From 4e593300f8ab0d421907feca6618a1226162df08 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 15:57:42 +0100 Subject: [PATCH 2230/3109] Rephrasing/updating of MAINTAINERS.md --- MAINTAINERS.md | 101 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 69 insertions(+), 32 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index c2b5c9cb..fac083ad 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -12,28 +12,32 @@ Packages in Stackage are not patched: all package changes occur upstream in Hack Anyone can add any package to Stackage but you may only add packages under your own name. It's highly encouraged that the actual package maintainer is also the Stackage maintainer, if that is not the case you should drop the package maintainer a note first. -To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages`. -To add a set of packages, you would add: +To add your package you can edit [`build-constraints.yaml`](https://github.com/fpco/stackage/blob/master/build-constraints.yaml) directly on github or fork the project. There's a section called `packages` where you would add yourself and your packages: "My Name @mygithubuser": - package1 - package2 - package3 -Note that you should edit on the `master` branch (and not the `nightly` branch, which is used for the nightly docker builder image). +If your library depends on a C library, please add it to the `debian-bootstrap.sh` script. -After doing that, send a pull request (with a commit message like "add foo-bar"). We do not require new submissions to be tested against the rest of Stackage before the pull request (though it is a good idea to do so if you can with `stack --resolver nightly exec stackage-curator check` and `stack --resolver nightly build`), provided you meet the dependency version requirements above. If your library depends on a C library, add a note to your pull request with the Ubuntu library name, or even better edit the `debian-bootstrap.sh` script directly +After doing that commit with a message like "add foo-bar" and send a pull request. + +The continuous integration job will do some checks to see if your package's dependencies are up-to-date. + +The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. +If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: -If you want to make sure that the package builds against the newest versions of all dependencies you can do this: ``` -$ cabal update $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly +$ cabal update $ cabal get PACKAGE $ cd PACKAGE-* $ cabal sandbox init # Should give "Creating a new sandbox" and not "Using an existing sandbox". $ cabal install --enable-tests --enable-benchmarks --dry-run | grep latest # Should give no results $ cabal install --enable-tests --enable-benchmarks --allow-newer $ cabal test +$ cabal haddock ``` **NB** Please use commit messages like "add foo-bar" or "add johndev's packages" @@ -70,42 +74,70 @@ If a package's test suite is failing, the first job is to investigate why. If th ## Following dependency upgrades -If a new version of a dependency is released, and that stops your package compiling/passing the tests, then it is your responsibility to modify your package. It is recommended that all package maintainers follow the dependencies of their packages on [Packdeps](http://packdeps.haskellers.com/), typically using the RSS feeds. +If a new version of a dependency is released your package may fail to +build or tests may fail. In most cases we will add an upper bound on +the dependency so that your package remains in nightly. We'll also +create a github issue pinging you with the bounds issues or give build +logs showing failures. It's then up to you to modify your package. -If a package is not modified in a timely manner, it may be temporarily -removed from Stackage by the curator team, at which point it is your -responsibility to add it back in via a new pull request. We typically -use fairly long windows on this, but at a minimum: +We recommend that you also follow the dependencies of your packages on +[Packdeps](http://packdeps.haskellers.com/) (typically using the RSS +feeds) as well as that often gives you notice ahead of stackage +issues. There are cases where we will not notice a new release of a +package because of other upper bounds that are in place. -* If restrictive version bounds are the only problem, we will give at - least a week to respond. +If a package is not updated in time, it may be temporarily removed +from Stackage by the curator team. We strive to notify you when this +happens. If it does you are always welcome to file another pull +request to add it back. + +We typically use fairly long windows before disabling packages, but it +is decided on a case-by-case basis. + +* If restrictive version bounds are the only problem, we will give + maintainers at least a week to respond. * If there are real breaking changes, the curator team will retain more discretion on how long a window to give before dropping - packages. Historically, this has usually waited until the cutting of + packages. +* We usually drop all upper bounds and disable packages when we create a new Long Term Support (LTS) major version. +* There are rare cases where an upper bound or build failure are hard + to deal with so then we may disable -**NOTE** Previously, this maintainer agreement put a time limit on -maintainers, requiring a certain level of responsiveness for -modifications to be made. We have explicitly removed that: anyone is -free to add a package to Stackage regardless of responsiveness -guarantees. However, as stated above, we may elect to temporarily -remove a package if it is not updated in a timely manner. +**NOTE** Previously we had stricter time limits, but we decided to +remove that: Anyone is free to add a package to Stackage regardless of +responsiveness guarantees. However, as stated above, we may elect to +temporarily remove a package if it is not updated in a timely manner. -## Failing to meet the time limits +## Delays -Maintainers are humans, humans get sick/have babies/go on holiday. If you have regular problems meeting the limits, find a co-maintainer. If you have a one-off problem, respond to the GitHub tickets saying so, and some kind soul might pick up the slack. +Maintainers are humans, humans get sick/have babies/go on +holiday. Sometimes a dependency upgrade is extra time consuming. -The soft time limits are intended to prevent people being inconvenienced because of problems in other packages. Where such inconvenience happens, we will drop the offending packages from Stackage. While upper bounds are sometimes a temporary solution, they are against the ethos of Stackage, so will not be kept for longer periods. +Consider finding a co-maintainer with access to SCM and Hackage to +help you out. + +We appreciate if you notify us of any expected delays in the Github +issues, some kind soul might decide to help out. ## Upgrading to a new GHC version -The Stackage curation team tries to move Stackage Nightly to new versions of GHC quickly as they become available, while keeping LTS Haskell on a regular release schedule. For package maintainers, the most important impacts of a new GHC release are: +The Stackage curation team tries to move Stackage Nightly to new +versions of GHC quickly as they become available, while keeping LTS +Haskell on a regular release schedule. For package maintainers, the +most important impacts of a new GHC release are: -* We will typically do a sweep through the Stackage upper bounds and aggressively remove packages that block them. This is because, in most cases, we will need to move to the newest versions of a package to get support for the latest GHC, and asking package maintainers to backport their fixes is an undue burden - * We will definitely do this at a GHC major version release, and may do so at a minor version release -* Packages that are incompatible with the newest GHC version will be temporarily blocked +* We will typically do a sweep through the Stackage upper bounds and + remove blocking packages. We prefer to do it this way rather than + ask other maintainers to backport fixes. + * We will definitely do this at a GHC major version release, and + may do so at a minor version release +* Packages that are incompatible with the newest GHC version will be + temporarily disabled -If your package ends up being temporarily removed from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. +If your package ends up being temporarily disabled from Stackage +Nightly, please simply send a pull request to add it back once it and +its dependencies are compatible with the newest GHC version. ## Adding a package to an LTS snapshot @@ -119,8 +151,13 @@ If you would like to get your package added to an existing LTS Haskell major release (e.g., if `lts-8.9` is out, you would want your package to appear in `lts-8.10`), please do the following in addition to the steps above: +* Check that your package can be built with that LTS major version (e.g. `stack build --test --bench --haddock --resolver lts-8.10`) * Open up a new issue on the [lts-haskell repo](https://github.com/fpco/lts-haskell/issues/new) -* Specify the LTS major version you would like your package to go into (e.g., lts-8) -* Provide a list of packages you would like added, and if relevant, any upper bounds on those packages -* Be patient! The LTS releases are less frequent than Nightly and by their nature more conservative, and therefore adding new packages is a more manual process. The Stackage curators will try to get to your issue as soon as possible, but it may take some time. -* To add a package to more than one LTS version please file separate tickets for each major LTS release, since they will typically be built and added at different times. + * Specify the LTS major versions you would like your packages to go into (e.g. lts-8) + * Provide a list of packages you would like added + * If relevant, mention any upper bounds that are needed on those packages +* Be patient! The LTS releases are less frequent than Nightly. The + Stackage curators will try to get to your issue as soon as possible, + but it may take some time. +* We gradually stop maintainng old LTS major versions, so your + request may take longer or be declined if it's for an old LTS. From 4e27a1329f02d9761d48585afa31865e3a303036 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 26 Nov 2017 16:07:55 +0100 Subject: [PATCH 2231/3109] Add @qnikst & stm-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e988a7d0..df727711 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2955,6 +2955,9 @@ packages: "Bob Long @bobjflong": - yesod-csp + "Alexander Vershilov @qnikst": + - stm-conduit + # 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 From 73ced1ca3ef0cb65767b873f9a24c25b076fa959 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Sun, 26 Nov 2017 11:36:36 -0800 Subject: [PATCH 2232/3109] Update build-constraints.yaml --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..ac645a6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -810,6 +810,10 @@ packages: - repa - repa-io - repa-algorithms + - versions + - kanji + - pipes-random + - vectortiles "Ketil Malde @ketil-malde": - biocore From f4ab83eb4299b89f9851a6b1cb1b995fdf91670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Sun, 26 Nov 2017 21:00:25 +0100 Subject: [PATCH 2233/3109] Re-add ttrie The package got disabled via atomic-primops, which is back now. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..85caa0c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2116,6 +2116,7 @@ packages: "Michael Schröder @mcschroeder": - ctrie + - ttrie "Andrew Lelechenko @Bodigrim": - exp-pairs From fcdf3fb77ba0759b34ba9750d52415a27fdac0f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 08:01:18 +0200 Subject: [PATCH 2234/3109] Build with Stack, LTS Haskell and GHC --- MAINTAINERS.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index fac083ad..d565be90 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -26,7 +26,20 @@ After doing that commit with a message like "add foo-bar" and send a pull reques The continuous integration job will do some checks to see if your package's dependencies are up-to-date. The CI job notably doesn't compile packages, run tests, build documentation, or find missing C libraries. -If you want to be proactive or if CI fails, you can make sure that your package builds against the newest versions of all dependencies like this: +If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: + +``` +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks +``` + +Or, if some dependencies haven't made it into Stackage Nightly yet: + +``` +$ rm -f stack.yaml && stack init --resolver nightly --solver +``` + +Or, alternatively, with `cabal` (may end up using older dependency +versions): ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly @@ -139,6 +152,13 @@ If your package ends up being temporarily disabled from Stackage Nightly, please simply send a pull request to add it back once it and its dependencies are compatible with the newest GHC version. +Note that it is _not_ a goal of LTS Haskell to track the latest +version of GHC. If you want the latest and greatest, Stackage Nightly +is your best bet. In particular, LTS Haskell will often—but not +always—avoid upgrading to the first point release of GHC +releases (e.g., 8.2.1) to allow further testing and to get the +benefits of the first bugfix release (e.g., 8.2.2). + ## Adding a package to an LTS snapshot The steps above affect the Stackage Nightly builds, but do not directly affect From 51f13eb9329e58ca1ce10439e940fbfb3d3805ba Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 09:09:22 +0200 Subject: [PATCH 2235/3109] Better Stack instructions using tarball --- MAINTAINERS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d565be90..ded7a119 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -29,13 +29,12 @@ The CI job notably doesn't compile packages, run tests, build documentation, or If you want to be proactive or if CI fails, you can make sure that your package builds against the latest nightly: ``` -$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks -``` - -Or, if some dependencies haven't made it into Stackage Nightly yet: - -``` +# Build from the tarball on Hackage to check for missing files +$ stack unpack yourpackage && cd yourpackage-* +# Generate a pristine stack.yaml, adding any missing extra-deps $ rm -f stack.yaml && stack init --resolver nightly --solver +# Build, generate docs, test, and build benchmarks +$ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` Or, alternatively, with `cabal` (may end up using older dependency From 26a075c4e404f7fbdff087502aa9046c9db1590c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 27 Nov 2017 13:32:54 +0200 Subject: [PATCH 2236/3109] Mention Packdeps --- MAINTAINERS.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index ded7a119..52f316de 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -37,8 +37,19 @@ $ rm -f stack.yaml && stack init --resolver nightly --solver $ stack build --resolver nightly --haddock --test --bench --no-run-benchmarks ``` -Or, alternatively, with `cabal` (may end up using older dependency -versions): +This approach works well, but has two limitations you should be aware +of: + +* It won't notify you of restrictive upper bounds in your package if + Stackage has the same upper bounds. For that reason, we recommend + using [Packdeps](http://packdeps.haskellers.com/) (see "Following + dependency upgrades" below). +* If the latest Stackage Nightly is missing some of the latest + packages, your build above may succeed whereas the Travis job may + fail. Again: Packdeps will help you detect this situation. + +Alternatively, you can build with `cabal`. Note that this may end up +using older dependency versions: ``` $ ghc --version # Should be the same as the latest nightly, it's in the title of https://www.stackage.org/nightly From 7d6d97c04f1816043b0983279a1e0f1d3b9dfa2a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:06:41 +0100 Subject: [PATCH 2237/3109] Skip OpenGLRaw benchmarks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df727711..e2965500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,6 +3721,7 @@ skipped-benchmarks: # Timeouts - gogol-youtube + - OpenGLRaw # Maintainers who don't want to update benchmarks # Only re-enable if requested. From a6fe830006b9901540d76f389d80b9fd4a54e239 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:08:24 +0100 Subject: [PATCH 2238/3109] Skip pandoc & git-annex benchmarks as well --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2965500..500d8686 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3721,7 +3721,11 @@ skipped-benchmarks: # Timeouts - gogol-youtube + + # Very resource intensive - OpenGLRaw + - pandoc + - git-annex # Maintainers who don't want to update benchmarks # Only re-enable if requested. From 3fa0bde60ebfb91e0bba25ba74f298b907ac5433 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:31:44 +0100 Subject: [PATCH 2239/3109] Skip approximate haddocks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 500d8686..69ba9089 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3684,6 +3684,7 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: - language-puppet # https://github.com/fpco/stackage/issues/2822 +- approximate # end of skipped-haddocks # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 0ed472620c42a98122b785f4802ccc8d23954258 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 27 Nov 2017 22:56:45 +0100 Subject: [PATCH 2240/3109] persistent-sqlite upper bound for #3046 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69ba9089..9973673b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3127,6 +3127,7 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 + - persistent-sqlite < 2.6.3.2 # end of packages From f2dba28214a210b0c892e709f0e9bf89ada11b62 Mon Sep 17 00:00:00 2001 From: thielema Date: Tue, 28 Nov 2017 22:31:21 +0100 Subject: [PATCH 2241/3109] re-add my basic accelerate packages --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9973673b..f6858e0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,6 +76,10 @@ packages: - tibetan-utils "Henning Thielemann @thielema": + - accelerate-utility + - accelerate-arithmetic + - accelerate-fourier + - accelerate-fftw - alsa-core - alsa-pcm - alsa-seq From 6b0ab59efc2c31bab101f14212135b292b5612fc Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Wed, 29 Nov 2017 15:50:55 +0000 Subject: [PATCH 2242/3109] hscolour-1.24.3 fails to build (#3057) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9973673b..b05f61e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3129,6 +3129,9 @@ packages: - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 + # https://github.com/fpco/stackage/issues/3057 + - hscolour <1.24.3 + # end of packages # Package flags are applied to individual packages, and override the values of From ad6111b7e39b692a6b3d6c6997c1f87db430e6e0 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 1 Dec 2017 10:11:08 +1100 Subject: [PATCH 2243/3109] Add riak and airship --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..0cbb4e41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,10 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Tim McGilchrist @tmcgilchrist": + - riak + - airship + # 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 @@ -2979,7 +2983,6 @@ packages: # this is to prevent us from including them by accident. They can # be removed from this list if they are fixed. "Unmaintained packages with compilation failures": - - riak-protobuf < 0 - stackage-types < 0 # If you want to make sure a package is removed from stackage, @@ -3501,7 +3504,6 @@ expected-test-failures: - redis-io - rethinkdb - rethinkdb-client-driver - - riak - 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 d87c7310e414853e46420c33d595e5f7d5b1cbbf Mon Sep 17 00:00:00 2001 From: Cliff Harvey Date: Sun, 3 Dec 2017 17:26:05 +0100 Subject: [PATCH 2244/3109] add microsoft-translator --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..ed6baa35 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2474,6 +2474,7 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph + - microsoft-translator "Tebello Thejane @tebello-thejane": - bitx-bitcoin From 5eb4ff882ba8a466c3bea4ef9c490200b6cf127a Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 4 Dec 2017 00:40:14 +0100 Subject: [PATCH 2245/3109] Reintroduce a number of previously disable packages. Reintroduced: - H - inline-java - inline-r - jvm --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..cc2073d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1650,7 +1650,11 @@ packages: - cassette - choice - distributed-closure + - H + - inline-java + - inline-r - jni + - jvm - th-lift "Christopher Reichert @creichert": From 7434e1be6b41abd8c8a62ba3c140897516e3bf75 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 4 Dec 2017 17:15:51 +0200 Subject: [PATCH 2246/3109] Non parallel builds --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b05f61e5..dabd093c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3958,3 +3958,8 @@ no-revisions: - cryptonite - foundation - gauge + +# Do not build these packages in parallel with others. Useful for high memory +# usage. +non-parallel-builds: +- pandoc From a4a76672bf80ab07db1fce2677bf33e5aeada9b8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:35:14 -0800 Subject: [PATCH 2247/3109] Add constraints on req and req-conduit per #3061 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..c0c4b1ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3132,6 +3132,10 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 + # https://github.com/fpco/stackage/issues/3061 + - req < 1.0.0 + - req-conduit < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 8ba598144e3a44a6653e3eebd0b681c048f52708 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:37:48 -0800 Subject: [PATCH 2248/3109] Unconstrain skylighting, closes #3039 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0c4b1ac..8a99fa37 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3122,9 +3122,6 @@ packages: - amazonka-workspaces < 1.5 - amazonka-xray < 1.5 - # https://github.com/fpco/stackage/issues/3039 - - skylighting < 0.4.4 - # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - persistent-sqlite < 2.6.3.2 From 08a31dfd96c89bd0487987a518133ddc7580ecde Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:51:01 -0800 Subject: [PATCH 2249/3109] Skip tests for cabal-install per #2995 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a99fa37..ee81afeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3021,6 +3021,8 @@ packages: # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 + # When tasty constraint is lifted: + # don't forget to unskip tests for cabal-install # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 @@ -3287,6 +3289,8 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Bleeding edge dependencies + - cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From 24b92c87e356755389ea5dc151dfa62ffd08b947 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:52:12 -0800 Subject: [PATCH 2250/3109] Add constraint "tasty-hunit < 0.10" per #3062 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee81afeb..0b481bc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3135,6 +3135,9 @@ packages: - req < 1.0.0 - req-conduit < 1.0.0 + # https://github.com/fpco/stackage/issues/3062 + - tasty-hunit < 0.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 7236423ad54a9005cb9b14f0f58f2ad884771dbd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 15:54:31 -0800 Subject: [PATCH 2251/3109] Add constraint "vty < 5.19" per #3063 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b481bc9..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3138,6 +3138,9 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 + # https://github.com/fpco/stackage/issues/3063 + - vty < 5.19 + # end of packages # Package flags are applied to individual packages, and override the values of From 5d69cd6e1decad6375f9a48ac32c5880f728b653 Mon Sep 17 00:00:00 2001 From: stites Date: Mon, 4 Dec 2017 18:56:20 -0500 Subject: [PATCH 2252/3109] add gym-http-api --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dabd093c..ab872599 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2958,6 +2958,9 @@ packages: "Alexander Vershilov @qnikst": - stm-conduit + "Sam Stites @stites": + - gym-http-api + # 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 From ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:01:21 -0800 Subject: [PATCH 2253/3109] Add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..2818ea42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 15e49af565e4b023115e9be7d1779018ae4bd6ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 4 Dec 2017 22:27:03 -0800 Subject: [PATCH 2254/3109] Revert "Add constraint "basic-prelude < 0.7" per #3065" This reverts commit ecc7e930c60cfa5ba4dcebd8d67e4ed613b82148. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2818ea42..4b9c54a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,9 +3141,6 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of From 27afc5e6abdb6b6d529082e0daa4ef3a5b0f49aa Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 5 Dec 2017 11:33:15 +0200 Subject: [PATCH 2255/3109] Add hsyslog-udp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..26f9161b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1700,6 +1700,7 @@ packages: - SHA - data-ordlist - hedis + - hsyslog-udp "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From ae63828e66420f1947f917fe5f1c7e2f922eca33 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Wed, 6 Dec 2017 12:36:28 +1100 Subject: [PATCH 2256/3109] Add transformers-bifunctors --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..889c97c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -36,6 +36,7 @@ packages: "Jacob Stanley @jystic": - hedgehog - hedgehog-quickcheck + - transformers-bifunctors "Walter Schulze @awalterschulze": - katydid From 5647896e8d509609c17890ad25c5712df14d01b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:01:38 -0800 Subject: [PATCH 2257/3109] Add constraint "vinyl < 0.7.0" per #3069 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b9c54a7..212d938b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3141,6 +3141,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/issues/3069 + - vinyl < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3fa86937a58664b2f9bbf0295bd71b047449a2ad Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:33:50 -0800 Subject: [PATCH 2258/3109] Skip benchmarks for ttrie per unmaintained deps --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 282c39eb..0377ec86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3736,6 +3736,7 @@ skipped-benchmarks: - binary-parsers # criterion 1.2 - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 + - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 # Transitive outdated dependencies From 313dc7cd3c55ea6dad1ed51af596b523acc15d13 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 22:58:16 -0800 Subject: [PATCH 2259/3109] Disable riak per riak-haskell-client/riak-haskell-client#98 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0377ec86..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,7 +2971,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/98 - airship "Sam Stites @stites": From e6baffd74e8294aa9dc20a0519b63d40dfa6f33d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 5 Dec 2017 23:10:25 -0800 Subject: [PATCH 2260/3109] Re-add constraint "basic-prelude < 0.7" per #3065 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 + # https://github.com/fpco/stackage/issues/3065 + - basic-prelude < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From b9fc6916ffd75688e4a64ce9c48eebf7ba524b63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 00:15:53 -0800 Subject: [PATCH 2261/3109] Expect conduit-throttle tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..c0000344 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,6 +3593,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 + - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From cba016bff2c136bd9aa4a7730a4615991b84a9cd Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:18 +0200 Subject: [PATCH 2262/3109] Revert "Expect conduit-throttle tests to fail" This reverts commit b9fc6916ffd75688e4a64ce9c48eebf7ba524b63. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0000344..dd236dd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3593,7 +3593,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - - conduit-throttle # waiting on https://github.com/snoyberg/conduit/pull/335 - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock From bb086dbf2e4ffe8452eb3d89628255b70b16068e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 Dec 2017 10:50:27 +0200 Subject: [PATCH 2263/3109] Revert "Re-add constraint "basic-prelude < 0.7" per #3065" This reverts commit e6baffd74e8294aa9dc20a0519b63d40dfa6f33d. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd236dd0..eddad300 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,9 +3162,6 @@ packages: # https://github.com/fpco/stackage/issues/3069 - vinyl < 0.7.0 - # https://github.com/fpco/stackage/issues/3065 - - basic-prelude < 0.7 - # end of packages # Package flags are applied to individual packages, and override the values of From ecde40fe068d9ba157b40bac065fa0b33b4bfec4 Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 6 Dec 2017 10:30:43 +0000 Subject: [PATCH 2264/3109] Adding packages aern2-mp, aern2-real --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..8cd7f798 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2514,6 +2514,8 @@ packages: "Michal Konecny @michalkonecny": - hmpfr - mixed-types-num + - aern2-mp + - aern2-real "Bartosz Nitka @niteria": - oeis From d1284a690e643a6ee744828d7905d81c79de444a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 10:13:07 -0800 Subject: [PATCH 2265/3109] Remove constraint "vinyl < 0.7.0", closes #3069 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eddad300..deb7507d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3159,9 +3159,6 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/issues/3069 - - vinyl < 0.7.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 3a83742ca01aa13cfa66c33e40d2e7da99b13742 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 12:11:16 -0800 Subject: [PATCH 2266/3109] Add tidal-midi, with PortMidi constraint, see #2915 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61713518..949a6c30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2334,6 +2334,7 @@ packages: "Alex McLean @yaxu": - tidal + - tidal-midi "Kei Hibino @khibino": - th-data-compat @@ -3161,6 +3162,9 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 + # https://github.com/fpco/stackage/pull/2915 + - PortMidi < 0.1.6.1 + # end of packages # Package flags are applied to individual packages, and override the values of From d1d16d4b7d3aabc46658dc1055e1206a09b01abc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 6 Dec 2017 14:16:21 -0800 Subject: [PATCH 2267/3109] Expect test failure (timeout) for accelerate-fourier --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23f0790e..f187d044 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3512,6 +3512,7 @@ expected-test-failures: # These tests sometimes take too long and hit the stackage build # servers time limit so these shouldn't be removed from # expected-tests unless we know a fix has been released. + - accelerate-fourier - cabal-helper - generic-random - graphviz From a39718f6cf3243d5aba8e9de73290cf2b2950b0a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 4 Dec 2017 15:49:42 +0100 Subject: [PATCH 2268/3109] Upgrade persistent-sqlite --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f187d044..7332f73d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3184,7 +3184,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - - persistent-sqlite < 2.6.3.2 # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 From 0898545ca1e6a549e6bb65978b4deebdb44ce823 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Dec 2017 09:19:39 +0200 Subject: [PATCH 2269/3109] Skip benchmarks for #3074 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7332f73d..dd619ee6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,6 +3845,9 @@ skipped-benchmarks: - ed25519 # Criterion + # https://github.com/fpco/stackage/issues/3074 + - servant-kotlin + # end of skipped-benchmarks From bc9934c432706fb8ed116d33e1a97611fc8984cf Mon Sep 17 00:00:00 2001 From: Patrick Chilton Date: Thu, 7 Dec 2017 11:13:39 +0100 Subject: [PATCH 2270/3109] Update build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..3306f47a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2517,6 +2517,9 @@ packages: "Patrick Chilton @chpatrick": - webrtc-vad + - servant-generic + - clang-pure + - codec "Michal Konecny @michalkonecny": - hmpfr From 59ce55cf8a21c4bcd002f90d5bfe7a1656733236 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Wed, 6 Dec 2017 21:57:59 -0800 Subject: [PATCH 2271/3109] Add back 'stack' --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..bf77736c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -957,6 +957,7 @@ packages: - monad-extras - optparse-simple - hpack + - stack "Michael Sloan @mgsloan": - th-orphans @@ -3672,7 +3673,6 @@ expected-test-failures: # Problem on the stackage build server, we need to dig deeper into # these if we want them fixed - - stack # Permissions failure when creating /home/stackage/.stack. - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 @@ -4039,6 +4039,7 @@ no-revisions: - cryptonite - foundation - gauge +- stack # Do not build these packages in parallel with others. Useful for high memory # usage. From d3b2741858b14f58786d5ea65d55366c19516545 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 7 Dec 2017 18:27:22 +0200 Subject: [PATCH 2272/3109] Revert "Skip benchmarks for #3074" This reverts commit 0898545ca1e6a549e6bb65978b4deebdb44ce823. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd619ee6..7332f73d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3845,9 +3845,6 @@ skipped-benchmarks: - ed25519 # Criterion - # https://github.com/fpco/stackage/issues/3074 - - servant-kotlin - # end of skipped-benchmarks From 8f93abe7bf70d937f65472fcc2d00547b8d5ba50 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:28:19 -0800 Subject: [PATCH 2273/3109] Remove constraint "req < 1", closes #3061 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7332f73d..d9bf194b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3188,10 +3188,6 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3061 - - req < 1.0.0 - - req-conduit < 1.0.0 - # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 From 3da293264d5b3cb69c20c39359feae5e0b967670 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:29:57 -0800 Subject: [PATCH 2274/3109] Add constraint "bifunctors < 5.5" per #3076 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9bf194b..984dbd8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3197,6 +3197,9 @@ packages: # https://github.com/fpco/stackage/pull/2915 - PortMidi < 0.1.6.1 + # https://github.com/fpco/stackage/issues/3076 + - bifunctors < 5.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 9dae50bef0a574d215696f0db33bfc5cba19f37d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:31:59 -0800 Subject: [PATCH 2275/3109] Add constraint "deriving-compat < 0.4" per #3077 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 984dbd8c..fa0e7263 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3200,6 +3200,9 @@ packages: # https://github.com/fpco/stackage/issues/3076 - bifunctors < 5.5 + # https://github.com/fpco/stackage/issues/3077 + - deriving-compat < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From b6cced41d13c539c3b94659364bee1360cb9bee1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 09:55:14 -0800 Subject: [PATCH 2276/3109] Revert "Disable riak per riak-haskell-client/riak-haskell-client#98" This reverts commit 313dc7cd3c55ea6dad1ed51af596b523acc15d13. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa0e7263..d1e932fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2980,7 +2980,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - # - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/98 + - riak - airship "Sam Stites @stites": From e5aee9a4e1d1dde6332929ce06914d2f13b82134 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 8 Dec 2017 00:32:41 +0530 Subject: [PATCH 2277/3109] Add streamly --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1e932fa..7d544fd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -210,6 +210,7 @@ packages: "Harendra Kumar @harendra-kumar": - monad-recorder + - streamly - unicode-transforms - xls From 723316549a346e6db8c40ac2faf56a46e32763bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 12:46:02 -0800 Subject: [PATCH 2278/3109] Add constraint "generic-deriivng < 1.12" per #3079 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1e932fa..3ae5faff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,6 +3203,9 @@ packages: # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 + # https://github.com/fpco/stackage/issues/3079 + - generic-deriving < 1.12 + # end of packages # Package flags are applied to individual packages, and override the values of From bee40b75c4871a1f868b45deb933ae35e721f315 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:15:27 -0800 Subject: [PATCH 2279/3109] Expect test failure for riak (missing files) per riak-haskell-client#100 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ae5faff..6c984d72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3618,6 +3618,7 @@ expected-test-failures: - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 + - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/100 - xlsior # https://github.com/rcallahan/xlsior/issues/1 # Assertion failures, these can be real bugs or just limitations From d29e6f6bd27ebf314827e6a7e758b5e3db0b2c42 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:33:06 -0800 Subject: [PATCH 2280/3109] Disable clang-pure, see #3075 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46c2b68a..e45249c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2520,7 +2520,7 @@ packages: "Patrick Chilton @chpatrick": - webrtc-vad - servant-generic - - clang-pure + # - clang-pure - codec "Michal Konecny @michalkonecny": From 1bb416aa5993c31e0683ea2f823b483e6f98d659 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:36:44 -0800 Subject: [PATCH 2281/3109] Constrain stack to < 9.9.9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e45249c1..7e614fb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -958,7 +958,7 @@ packages: - monad-extras - optparse-simple - hpack - - stack + - stack < 9.9.9 "Michael Sloan @mgsloan": - th-orphans From 5de5f9f8d3a10acad43a387ccd9e9b389104d178 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 13:50:35 -0800 Subject: [PATCH 2282/3109] Unconstrain ansi-terminal, closes #2778 --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e614fb1..c04a84b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2223,7 +2223,7 @@ packages: - list-prompt - package-description-remote - projectroot - - questioner + # - questioner # ansi-terminal-0.7 - language-dockerfile "Pascal Hartig @passy": @@ -3064,9 +3064,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2778 - - ansi-terminal < 0.7 - # https://github.com/fpco/stackage/issues/2832 - io-streams < 1.5 @@ -3421,6 +3418,7 @@ skipped-tests: - path # via genvalidity genvalidity-property - servant-js # via language-ecmascript - system-filepath # QuickCheck 2.9 via chell-quickcheck + - system-fileio # via chell (per ansi-terminal-0.7) - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once From a735c2587ede0b6e4f960ca63657fe89ac9d4800 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Thu, 7 Dec 2017 14:17:43 -0800 Subject: [PATCH 2283/3109] Add freer-simple --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c04a84b4..a528b98a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2511,6 +2511,7 @@ packages: - bson "Alexis King @lexi-lambda": + - freer-simple - monad-mock - test-fixture - text-conversions @@ -3850,6 +3851,8 @@ skipped-benchmarks: - graphviz - graphviz - wl-pprint-text + # @lexi-lambda https://github.com/fpco/stackage/pull/3080 + - freer-simple - ed25519 # Criterion From e08bdcef13d5a5aa61849d294cb2452f3f4d254f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 16:02:04 -0800 Subject: [PATCH 2284/3109] Expect tests to fail for stack per #3082 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a528b98a..4c89064a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3592,6 +3592,7 @@ expected-test-failures: - serversession-backend-redis # redis - shake # Needs ghc on $PATH with some installed haskell packages - singletons # Needs ghc on $PATH with som installed haskell packages + - stack # https://github.com/fpco/stackage/issues/3082 - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - wai-cors # PhantomJS From 31086613ff9e9642e064919fd04e8cdca0e3c014 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 7 Dec 2017 16:02:17 -0800 Subject: [PATCH 2285/3109] Disable list-prompt per yamadapc/list-prompt#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c89064a..26b50870 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2220,7 +2220,7 @@ packages: - file-modules - frontmatter - read-editor - - list-prompt + # - list-prompt # https://github.com/yamadapc/list-prompt/issues/3 - package-description-remote - projectroot # - questioner # ansi-terminal-0.7 From 5b6c5086c82fb8ffedc58390f92df433ce3c5f5d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:25:03 -0800 Subject: [PATCH 2286/3109] Add constraint "mmark < 0.0.2.0" per mrkkrp/mmark-ext#5 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8be19a7..af23c153 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3210,6 +3210,9 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 + # https://github.com/mrkkrp/mmark-ext/issues/5 + - mmark < 0.0.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b4a22fd47df24b62c26b1a1a5504e54671a9ac34 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:53:47 -0800 Subject: [PATCH 2287/3109] Disable amazonka-s3-streaming per #2978, axman6/amazonka-s3-streaming#9 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af23c153..231f0492 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2612,7 +2612,8 @@ packages: - vector-mmap "Alex Mason @Axman6": - - amazonka-s3-streaming + [] + # - amazonka-s3-streaming # https://github.com/axman6/amazonka-s3-streaming/issues/9 "Ondrej Palkovsky @ondrap": - json-stream From f0b5d76ab479093b4ee68efab6d76123683dfda5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:57:53 -0800 Subject: [PATCH 2288/3109] Skip tests for HTTP per #2978 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 231f0492..92b962c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3374,6 +3374,7 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Glob # HUnit 1.6 + - HTTP # conduit-extra 1.2 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From f098985ad98c9ee1cff238a10df5ec5b943cb18b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 00:59:13 -0800 Subject: [PATCH 2289/3109] Unconstrain conduit-extra, closes #2978 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92b962c2..b4b48147 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3078,10 +3078,6 @@ packages: - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 - # https://github.com/fpco/stackage/issues/2978 - - conduit-extra < 1.2.0 - - cassava-conduit < 0.4.0.1 - # https://github.com/fpco/stackage/issues/2995 - tasty < 0.12 # When tasty constraint is lifted: From 0ab445effbbf8c74dd2bb27cb05e1667b37efef4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:00:22 -0800 Subject: [PATCH 2290/3109] Unconstrain io-streams, closes #2832 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b48147..91e073e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3067,9 +3067,6 @@ packages: # https://github.com/commercialhaskell/stack/issues/3345 - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/2832 - - io-streams < 1.5 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From 1d5e6922a101df1dfbe2130afe61306f698e45e6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:02:15 -0800 Subject: [PATCH 2291/3109] Unconstrain amazonka*, closes #3030 --- build-constraints.yaml | 91 ------------------------------------------ 1 file changed, 91 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91e073e1..08dab5e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3089,97 +3089,6 @@ packages: - slack-web < 0.2.0.2 - servant-client-core < 0.12 - # https://github.com/fpco/stackage/issues/3030 - - amazonka < 1.5 - - amazonka-core < 1.5 - - amazonka-s3 < 1.5 - - amazonka-test < 1.5 - - amazonka-apigateway < 1.5 - - amazonka-application-autoscaling < 1.5 - - amazonka-appstream < 1.5 - - amazonka-autoscaling < 1.5 - - amazonka-budgets < 1.5 - - amazonka-certificatemanager < 1.5 - - amazonka-cloudformation < 1.5 - - amazonka-cloudfront < 1.5 - - amazonka-cloudhsm < 1.5 - - amazonka-cloudsearch < 1.5 - - amazonka-cloudsearch-domains < 1.5 - - amazonka-cloudtrail < 1.5 - - amazonka-cloudwatch < 1.5 - - amazonka-cloudwatch-events < 1.5 - - amazonka-cloudwatch-logs < 1.5 - - amazonka-codebuild < 1.5 - - amazonka-codecommit < 1.5 - - amazonka-codedeploy < 1.5 - - amazonka-codepipeline < 1.5 - - amazonka-cognito-identity < 1.5 - - amazonka-cognito-idp < 1.5 - - amazonka-cognito-sync < 1.5 - - amazonka-config < 1.5 - - amazonka-datapipeline < 1.5 - - amazonka-devicefarm < 1.5 - - amazonka-directconnect < 1.5 - - amazonka-discovery < 1.5 - - amazonka-dms < 1.5 - - amazonka-ds < 1.5 - - amazonka-dynamodb < 1.5 - - amazonka-dynamodb-streams < 1.5 - - amazonka-ec2 < 1.5 - - amazonka-ecr < 1.5 - - amazonka-ecs < 1.5 - - amazonka-efs < 1.5 - - amazonka-elasticache < 1.5 - - amazonka-elasticbeanstalk < 1.5 - - amazonka-elasticsearch < 1.5 - - amazonka-elastictranscoder < 1.5 - - amazonka-elb < 1.5 - - amazonka-elbv2 < 1.5 - - amazonka-emr < 1.5 - - amazonka-gamelift < 1.5 - - amazonka-glacier < 1.5 - - amazonka-health < 1.5 - - amazonka-iam < 1.5 - - amazonka-importexport < 1.5 - - amazonka-inspector < 1.5 - - amazonka-iot < 1.5 - - amazonka-iot-dataplane < 1.5 - - amazonka-kinesis < 1.5 - - amazonka-kinesis-analytics < 1.5 - - amazonka-kinesis-firehose < 1.5 - - amazonka-kms < 1.5 - - amazonka-lambda < 1.5 - - amazonka-lightsail < 1.5 - - amazonka-marketplace-analytics < 1.5 - - amazonka-marketplace-metering < 1.5 - - amazonka-ml < 1.5 - - amazonka-opsworks < 1.5 - - amazonka-opsworks-cm < 1.5 - - amazonka-pinpoint < 1.5 - - amazonka-polly < 1.5 - - amazonka-rds < 1.5 - - amazonka-redshift < 1.5 - - amazonka-rekognition < 1.5 - - amazonka-route53 < 1.5 - - amazonka-route53-domains < 1.5 - - amazonka-sdb < 1.5 - - amazonka-servicecatalog < 1.5 - - amazonka-ses < 1.5 - - amazonka-shield < 1.5 - - amazonka-sms < 1.5 - - amazonka-snowball < 1.5 - - amazonka-sns < 1.5 - - amazonka-sqs < 1.5 - - amazonka-ssm < 1.5 - - amazonka-stepfunctions < 1.5 - - amazonka-storagegateway < 1.5 - - amazonka-sts < 1.5 - - amazonka-support < 1.5 - - amazonka-swf < 1.5 - - amazonka-waf < 1.5 - - amazonka-workspaces < 1.5 - - amazonka-xray < 1.5 - # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 9cf5403e51e37f9f07c70d321b203bbb149be82d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:14:08 -0800 Subject: [PATCH 2292/3109] Unconstrain cassava per commercialhaskell/stack#3345 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08dab5e9..9e71afe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,9 +3064,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/commercialhaskell/stack/issues/3345 - - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From bb28865764841c1b62af5130f83bf487a3138853 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:26:08 -0800 Subject: [PATCH 2293/3109] Revert "Unconstrain cassava per commercialhaskell/stack#3345" This reverts commit 9cf5403e51e37f9f07c70d321b203bbb149be82d. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e71afe7..08dab5e9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,6 +3064,9 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/commercialhaskell/stack/issues/3345 + - cassava < 0.5.1.0 + # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From a83c00e66615acf02a38dfc2a41a3320e9a90c17 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 8 Dec 2017 11:30:40 +0200 Subject: [PATCH 2294/3109] Switch cassava flag name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08dab5e9..712d973e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,7 +3213,7 @@ package-flags: win32-2-5: true cassava: - pre-bytestring-0-10-4: false + bytestring--lt-0_10_4: false alerta: servant-client-core: false From 074a7ed34e2bb89662bfc645998d7d15250a39af Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:14:08 -0800 Subject: [PATCH 2295/3109] Unconstrain cassava per commercialhaskell/stack#3345 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 712d973e..822ca7d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3064,9 +3064,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/commercialhaskell/stack/issues/3345 - - cassava < 0.5.1.0 - # https://github.com/fpco/stackage/issues/3044 - either < 4.5 # Latest ATOW is either-5 - rebase < 1.2 From de4982e2224b9ce97d913057c89da50af2f4c604 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 01:40:42 -0800 Subject: [PATCH 2296/3109] Unconstrain mmark per mrkkrp/mmark-ext#5 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 822ca7d8..179a8187 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,9 +3110,6 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 - # https://github.com/mrkkrp/mmark-ext/issues/5 - - mmark < 0.0.2.0 - # end of packages # Package flags are applied to individual packages, and override the values of From cc32babcd3e073b7e46e67494b75e8aeb6940dc6 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 8 Dec 2017 21:32:06 +0100 Subject: [PATCH 2297/3109] Remove constraint on lspitzner/butcher The newly released `brittany-0.9.0.0` works with latest released butcher. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 179a8187..be459bac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2624,7 +2624,7 @@ packages: "Lennart Spitzner @lspitzner": - multistate - pqueue - - butcher ==1.1.1.0 + - butcher - czipwith - brittany From 51f605f02d25fa83bbd43cbec782db73b27b74ca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 8 Dec 2017 23:53:22 -0800 Subject: [PATCH 2298/3109] Unconstrain PortMidi, constrain hosc, see #2915 and #3084 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be459bac..8b912e18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3098,8 +3098,8 @@ packages: # https://github.com/fpco/stackage/issues/3063 - vty < 5.19 - # https://github.com/fpco/stackage/pull/2915 - - PortMidi < 0.1.6.1 + # https://github.com/fpco/stackage/issues/3084 + - hosc < 0.16 # https://github.com/fpco/stackage/issues/3076 - bifunctors < 5.5 From 06890244503d2d6f4284032100db076019320b5c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 00:39:21 -0800 Subject: [PATCH 2299/3109] Disable language-dockerfile and docker-build-cacher per beijaflor-io/haskell-language-dockerfile#11 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b912e18..2ea7a36d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2224,7 +2224,7 @@ packages: - package-description-remote - projectroot # - questioner # ansi-terminal-0.7 - - language-dockerfile + # - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 "Pascal Hartig @passy": - giphy-api @@ -2916,7 +2916,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - - docker-build-cacher + # - docker-build-cacher # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 - mysql-haskell-nem "Phil Ruffwind @Rufflewind": From b0135cf9b7731b79f6d2d05bae159b1c7a7da40d Mon Sep 17 00:00:00 2001 From: Henry Laxen Date: Sat, 9 Dec 2017 08:58:21 -0600 Subject: [PATCH 2300/3109] Update build-constraints.yaml added myself (HenryLaxen) and my package (bbdb) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ea7a36d..3b3d28bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3024,7 +3024,9 @@ packages: - validity-uuid - validity-vector - + "Henry Laxen @HenryLaxen": + - bbdb + # 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 From 6b300dc051ee30c065811fca46e5b262bd65e3fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 09:57:40 -0800 Subject: [PATCH 2301/3109] Expect test failure for bbdb (missingn files), see henrylaxen/bbdb#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b3d28bf..8fd8e7e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,6 +3519,7 @@ expected-test-failures: # Missing test files in sdist # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 + - bbdb # https://github.com/henrylaxen/bbdb/issues/1 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From 8709bfe4d551530245e06459c2226c598e3be750 Mon Sep 17 00:00:00 2001 From: Henry Laxen Date: Sat, 9 Dec 2017 14:01:57 -0600 Subject: [PATCH 2302/3109] revert bbdb expected test failure You wrote: I've marked bbdb as an expected test failure in stackage. If you're able to correct the issue, then feel free to open a PR reverting this commit: fpco/ stackage@6b300dc. I removed the line you added. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..3b3d28bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,6 @@ expected-test-failures: # Missing test files in sdist # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 - - bbdb # https://github.com/henrylaxen/bbdb/issues/1 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From ae6e55824d4f5bf1544c9e855f8a2b2ae3bacf2a Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sat, 9 Dec 2017 13:54:05 -0800 Subject: [PATCH 2303/3109] Re-enable GLFW --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..966eb871 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -931,6 +931,7 @@ packages: "Pavel Krajcevski @Mokosha": - netwire - netwire-input + - netwire-input-glfw - yoga - freetype2 @@ -1866,6 +1867,7 @@ packages: "Brian Lewis brian@lorf.org @bsl": - bindings-GLFW + - GLFW-b "Niklas Hambüchen mail@nh2.me @nh2": - hidapi From cc29954237250913772c67f6fe64c3ff9e33a08b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:46:03 -0800 Subject: [PATCH 2304/3109] Skip benchmarks for servant-kotlin per #3088 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..74906354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 + - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 # Transitive outdated dependencies # These packages From 95bc498d3780edbcfbc3636259ee4ed20c6966d9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:48:40 -0800 Subject: [PATCH 2305/3109] Skip tests for wai-middleware-rollbar per #3089 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74906354..9307731e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,6 +3308,7 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck + - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From cfe05e2f4436e2ac763f69e6411efb178f713006 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 10 Dec 2017 13:07:25 +0200 Subject: [PATCH 2306/3109] Fix #3076: enable bifunctors-5.5 --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..bb6798f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,9 +3103,6 @@ packages: # https://github.com/fpco/stackage/issues/3084 - hosc < 0.16 - # https://github.com/fpco/stackage/issues/3076 - - bifunctors < 5.5 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 @@ -3284,7 +3281,6 @@ skipped-tests: - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 - dual-tree # testing-feat per ghc < 4.10 - - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 @@ -3294,7 +3290,6 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3304,7 +3299,6 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3384,12 +3378,17 @@ skipped-tests: - fgl-arbitrary - graphviz - wl-pprint-text + # @phadej + - edit-distance # QuickCheck 2.10 + - http-api-data # doctest 0.13 + - tdigest # doctest 0.13 + - time-parsers + - servant-mock # hspec-wai https://github.com/fpco/stackage/issues/3014 + - servant-server # hspec-wai https://github.com/fpco/stackage/issues/3014 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - servant-mock # https://github.com/fpco/stackage/issues/3014 - - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests From 8a55bcd7235e8fd3e6270a5e809ce60eeb963e33 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Dec 2017 11:47:45 -0800 Subject: [PATCH 2307/3109] Revert "Skip tests for wai-middleware-rollbar per #3089" This reverts commit 95bc498d3780edbcfbc3636259ee4ed20c6966d9. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..f315be4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,7 +3308,6 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From d5f35793da0b73f4ad7a696dfe7ea0cf06d2c561 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 10 Dec 2017 14:47:08 -0800 Subject: [PATCH 2308/3109] Add GLFW-b to skipped-tests --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 966eb871..a0baefa6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3296,6 +3296,7 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 + - GLFW-b # HUnit 1.6 - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 From 580e2f81fc81f8c476314ba58a1d10e7f2976d9a Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 10 Dec 2017 14:58:45 -0800 Subject: [PATCH 2309/3109] Update build-constraints.yaml Re-remove http-api-data due to merge conflicts. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b33778..12829563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 - - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From e3deaa015ce39cfee04e3c56a06dc9d06a8afcb2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 13:01:07 +0900 Subject: [PATCH 2310/3109] Revert "Add constraint "vty < 5.19" per #3063" This reverts commit 7236423ad54a9005cb9b14f0f58f2ad884771dbd. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 12829563..2dcbc324 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3099,9 +3099,6 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3063 - - vty < 5.19 - # https://github.com/fpco/stackage/issues/3084 - hosc < 0.16 From f86a293f5894e2c851707b90816e50f6e7b70285 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 13:09:24 +0900 Subject: [PATCH 2311/3109] allow either-5 now (#3044) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dcbc324..1eb8983e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,10 +3068,6 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 - # https://github.com/fpco/stackage/issues/3044 - - either < 4.5 # Latest ATOW is either-5 - - rebase < 1.2 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From ae7e091b6727af2cd016d1a6db60d0a0f04c1e7b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:00:01 +0900 Subject: [PATCH 2312/3109] haskell-src-exts < 1.20.1 (#3093) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1eb8983e..3cb191b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3104,6 +3104,8 @@ packages: # https://github.com/fpco/stackage/issues/3079 - generic-deriving < 1.12 + # https://github.com/fpco/stackage/issues/3093 + - haskell-src-exts < 1.20.1 # end of packages # Package flags are applied to individual packages, and override the values of From 5805bca87a9643be083123fcdd9f352f38074add Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:02:42 +0900 Subject: [PATCH 2313/3109] skylighting < 0.5 (#3094) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cb191b8..a87a3bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,6 +3106,9 @@ packages: # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.1 + + # https://github.com/fpco/stackage/issues/3094 + - skylighting < 0.5 # end of packages # Package flags are applied to individual packages, and override the values of From c27d4734c0589dffff6cba36d70cfc24470f3140 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:05:32 +0900 Subject: [PATCH 2314/3109] leancheck < 0.7.0 (#3095) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a87a3bc8..5310a7b5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,6 +3109,9 @@ packages: # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 + + # https://github.com/fpco/stackage/issues/3095 + - leancheck < 0.7.0 # end of packages # Package flags are applied to individual packages, and override the values of From bc15b0f3afbddfbf1925741a31219e08d415df6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 Dec 2017 15:08:05 +0900 Subject: [PATCH 2315/3109] haskell-src-exts < 1.20.0 (#3093) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5310a7b5..722e9c71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,7 +3105,7 @@ packages: - generic-deriving < 1.12 # https://github.com/fpco/stackage/issues/3093 - - haskell-src-exts < 1.20.1 + - haskell-src-exts < 1.20.0 # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 From 027614a6f45bf96f265a2894e58f8b3f86f6fc19 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Tue, 12 Dec 2017 15:14:22 +0200 Subject: [PATCH 2316/3109] Add streaming package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..c3d36395 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1717,6 +1717,7 @@ packages: - data-ordlist - hedis - hsyslog-udp + - streaming "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From ce1a7f280e74da466538eeb66c2b8f17203a4508 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 12 Dec 2017 15:20:48 +0100 Subject: [PATCH 2317/3109] Add lentil back again. Refs https://github.com/fpco/stackage/issues/3059. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..7e0cf6fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -176,6 +176,7 @@ packages: "Luke Murphy @lwm": - tasty-discover + - lentil "Marco Zocca @ocramz": - sparse-linear-algebra From bcd515ca21c1cfd22ea01048faf36dbbd7fe1a3a Mon Sep 17 00:00:00 2001 From: quxbar Date: Tue, 12 Dec 2017 17:46:21 +0100 Subject: [PATCH 2318/3109] add type-of-html --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..b04ff35b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Florian Knupfer @knupfer": + - type-of-html + "Mikolaj Konarski @Mikolaj": - sdl2-ttf - assert-failure From 8580ea538fde133775cdd98fb44d6b881ebe6cc5 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Tue, 12 Dec 2017 18:21:35 +0200 Subject: [PATCH 2319/3109] Disable tests for phadej packages (tasty) --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..2701e849 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3388,6 +3388,18 @@ skipped-tests: - time-parsers - servant-mock # hspec-wai https://github.com/fpco/stackage/issues/3014 - servant-server # hspec-wai https://github.com/fpco/stackage/issues/3014 + - aeson-compat # tasty, tasty-hunit https://github.com/fpco/stackage/issues/3062, https://github.com/fpco/stackage/issues/2995 + - aeson-extra + - binary-orphans + - insert-ordered-containers + - integer-logarithms + - lattices + - postgresql-simple-url + - range-set-list + - spdx + - tdigest + - these + - time-parsers # Uncategorized, please categorize! - hackage-security # Cabal 2.0 From 5203e6b157c579ce6d4c700b52c5e36aa205bdd7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:19:04 +0900 Subject: [PATCH 2320/3109] universum < 0.9.0 (#3100) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 722e9c71..75cc4ad7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,6 +3112,9 @@ packages: # https://github.com/fpco/stackage/issues/3095 - leancheck < 0.7.0 + + # https://github.com/fpco/stackage/issues/3100 + - universum < 0.9.0 # end of packages # Package flags are applied to individual packages, and override the values of From f39586d0cdcb6868bcf53222e52802078fc9f290 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:20:44 +0900 Subject: [PATCH 2321/3109] hlint < 2.0.12 and hoogle < 5.0.15 for haskell-src-exts (#3093) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75cc4ad7..93ba880c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3106,6 +3106,8 @@ packages: # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 + - hlint < 2.0.12 + - hoogle < 5.0.15 # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 From cea794a149ee62f9e6a370c145a17708ad54a480 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:22:52 +0900 Subject: [PATCH 2322/3109] fitspec < 0.4.4 and speculate < 0.3.2 for leancheck (#3095) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93ba880c..548e3548 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3114,6 +3114,8 @@ packages: # https://github.com/fpco/stackage/issues/3095 - leancheck < 0.7.0 + - fitspec < 0.4.4 + - speculate < 0.3.2 # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From 4d9e9f5de95a9533196f9727b2f7a1ae2a97cb20 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 11:26:33 +0900 Subject: [PATCH 2323/3109] drop hosc < 0.16 (#3084) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 548e3548..52902b05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3095,9 +3095,6 @@ packages: # https://github.com/fpco/stackage/issues/3062 - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3084 - - hosc < 0.16 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 From 8a94f764e414ff283553e74a09a4e68f72249509 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:15:14 +0900 Subject: [PATCH 2324/3109] try removing hosc from expected-test-failures hosc-0.16: unexpected test success --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52902b05..7b88c161 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3613,7 +3613,6 @@ 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 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 From 8f941711b84e587c4fedf7c7f2155a8d74499139 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:38:35 +0900 Subject: [PATCH 2325/3109] mallard fails with hasql-optparse-applicative-0.3 (AndrewRademacher/mallard#49) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b88c161..3ce6fdd4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,6 +3116,9 @@ packages: # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 + + # https://github.com/AndrewRademacher/mallard/issues/49 + - hasql-optparse-applicative < 0.3 # end of packages # Package flags are applied to individual packages, and override the values of From 03338f5db16c4d66444581b3dd22178b2b58e3d0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:50:19 +0900 Subject: [PATCH 2326/3109] either < 5 (#3044) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ce6fdd4..ac7f2ad7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3068,6 +3068,10 @@ packages: # https://github.com/fpco/stackage/issues/2740 - fgl < 5.6 + # https://github.com/fpco/stackage/issues/3044 + - either < 5 + - rebase < 1.2 + # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From 9e8ba689b3e6b50b54fbbbb61e0019f9365fdaed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 12:58:24 +0900 Subject: [PATCH 2327/3109] revert: Add constraint "generic-deriivng < 1.12" per #3079 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac7f2ad7..6f189ceb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,9 +3102,6 @@ packages: # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 - # https://github.com/fpco/stackage/issues/3079 - - generic-deriving < 1.12 - # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 - hlint < 2.0.12 From 1f474ad53dfb5365c7683d57cb31bb5c880ded28 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 13:05:21 +0900 Subject: [PATCH 2328/3109] drop "leancheck < 0.7.0" (#3095) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f189ceb..03bde62e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3110,11 +3110,6 @@ packages: # https://github.com/fpco/stackage/issues/3094 - skylighting < 0.5 - # https://github.com/fpco/stackage/issues/3095 - - leancheck < 0.7.0 - - fitspec < 0.4.4 - - speculate < 0.3.2 - # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From 95a22068aad08aebd315f211c9f036c15c2a0541 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 14:28:43 +0900 Subject: [PATCH 2329/3109] skip terminal-progress-bar tests HUnit < 1.6 (#3101) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 161da341..844d3b33 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3311,6 +3311,7 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From ec99245b70e7d426cbe534d0bab4d783072d00e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 16:18:42 +0900 Subject: [PATCH 2330/3109] drop "skylighting < 0.5" (#3094) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 844d3b33..1ec10058 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,9 +3112,6 @@ packages: - hlint < 2.0.12 - hoogle < 5.0.15 - # https://github.com/fpco/stackage/issues/3094 - - skylighting < 0.5 - # https://github.com/fpco/stackage/issues/3100 - universum < 0.9.0 From ba48bb22c93ee0eaeebf6ac21f5b7c53cd14519e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 17:00:16 +0900 Subject: [PATCH 2331/3109] move milena into expected-test-failures server subsection --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ec10058..0cd9118f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3497,6 +3497,7 @@ expected-test-failures: - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - memcached-binary # memcached + - milena - mongoDB # mongoDB - https://github.com/mongodb-haskell/mongodb/issues/61 - mysql # MySQL - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. @@ -3620,9 +3621,6 @@ expected-test-failures: - model # https://github.com/Quid2/model/issues/2 - zm # https://github.com/fpco/stackage/issues/3026 - # Requires running server - - milena - # Misc. - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 From c0a51bbb9f485e22dc3f554c1e785167177e2cba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Dec 2017 17:01:02 +0900 Subject: [PATCH 2332/3109] store test failing (fpco/store#120) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0cd9118f..14cd8f92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3632,6 +3632,7 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... + - store # https://github.com/fpco/store/issues/120 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 68c16e646e5375948ad4f26b0a1dd32e632df981 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Wed, 13 Dec 2017 11:20:08 +0100 Subject: [PATCH 2333/3109] Added language-docker This helps re-enable docker-build-cacher --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14cd8f92..43af6bfc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2923,7 +2923,8 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - docker-build-cacher # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 + - language-docker + - docker-build-cacher - mysql-haskell-nem "Phil Ruffwind @Rufflewind": From 1d654ded312b0775b2dcb31ef870cf6c659ae3b3 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 13 Dec 2017 14:15:52 +0200 Subject: [PATCH 2334/3109] Add country, streaming-bytestring --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 14cd8f92..d8d380bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1722,6 +1722,8 @@ packages: - hedis - hsyslog-udp - streaming + - streaming-bytestring + - country "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From f9540819d56b92b42d12b810655e6ca0d0117925 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 9 Dec 2017 18:30:27 +0100 Subject: [PATCH 2335/3109] Add NBs to a pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ MAINTAINERS.md | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6a17bef8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Checklist: +- [ ] Meaningful commit message. +- [ ] Some time passed since Hackage upload. +- [ ] Tested with Stackage Nightly. +--- diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 52f316de..2178f727 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -63,17 +63,6 @@ $ cabal test $ cabal haddock ``` -**NB** Please use commit messages like "add foo-bar" or "add johndev's packages" -(`build-constraints.yaml` is the most frequently changed file in this git repo -so commit messages like "update build-constraints.yaml" are not helpful). - -**NB2** There can be a delay of up to an hour before package versions -newly uploaded to Hackage appear to our build server. If you just -uploaded a package to Hackage that you're trying to get included, we -recommend waiting an hour before opening the PR. You can verify this -by making sure the latest version is listed at -https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/. - ## Github and Notifications Stackage uses Github notifications to reduce overhead of contacting individual From 5c8f62c555d10110cf17a488e657d5beb24f0af6 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Wed, 13 Dec 2017 19:37:23 +0200 Subject: [PATCH 2336/3109] Add friday and friday-juicypixels --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8d380bc..917b4cb9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1724,6 +1724,8 @@ packages: - streaming - streaming-bytestring - country + - friday + - friday-juicypixels "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From b0a40adf0a48ac831db3b24a9ef2cd49f77f1dac Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Thu, 14 Dec 2017 03:41:53 +0900 Subject: [PATCH 2337/3109] Add ochintin-daicho --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..8985e21f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,6 +2687,7 @@ packages: - type-level-kv-list - heterocephalus - bookkeeping + - ochintin-daicho "Marcin Tolysz @tolysz": - rawstring-qm From 70be1f7356b49917c55d1da665087e4b5cbcd4a9 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Wed, 13 Dec 2017 20:56:03 -0500 Subject: [PATCH 2338/3109] add path-text-utf8 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..c3afb61e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2967,6 +2967,7 @@ packages: "Chris Martin @chris-martin": - partial-semigroup + - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - qm-interpolated-string From f3aaf519c7a59feb50508fe00956ff557084bdb8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 13:27:31 +0900 Subject: [PATCH 2339/3109] brick < 0.30 (#3106) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43af6bfc..20135b59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3118,6 +3118,9 @@ packages: # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 + + # https://github.com/fpco/stackage/issues/3106 + - brick < 0.30 # end of packages # Package flags are applied to individual packages, and override the values of From 55b7b28a32a113d00f34e058fb2ee5f312a832cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 13:58:37 +0900 Subject: [PATCH 2340/3109] log-warper-1.7.6 fails to build (serokell/log-warper#75) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2057d0a0..09f7b38c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,6 +3123,9 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 + + # https://github.com/serokell/log-warper/issues/75 + - log-warper < 1.7.6 # end of packages # Package flags are applied to individual packages, and override the values of From fbc71d65a99626067d81714eb6542467e8cf56b9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 14 Dec 2017 16:30:18 +0900 Subject: [PATCH 2341/3109] add ShellCheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09f7b38c..6a790583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1092,6 +1092,7 @@ packages: - jsaddle - vado - vcswrapper + - ShellCheck "Renzo Carbonara @k0001": - network-simple From d9754b16912b088872e0b8be6793f303806b5a77 Mon Sep 17 00:00:00 2001 From: Jaro Reinders Date: Thu, 14 Dec 2017 11:37:19 +0100 Subject: [PATCH 2342/3109] Add haskell-lsp-client --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..4d7a1d44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jaro Reinders @Noughtmare": + - haskell-lsp-client + "Florian Knupfer @knupfer": - type-of-html From e700d2ffea16b6796eebc1110d79df049379cd06 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Thu, 14 Dec 2017 16:16:59 +0100 Subject: [PATCH 2343/3109] Add `goggles` I'm the original author of the library :) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..0ee1ef96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -186,6 +186,7 @@ packages: - matrix-market-attoparsec - network-multicast - xeno + - goggles "Joseph Canero @caneroj1": - sqlite-simple-errors From 7e29b7a4c4dcbdf29a7f7a5b5b42eddc27e78110 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 14:11:04 +0900 Subject: [PATCH 2344/3109] allow universum-0.9.1 and log-warper-1.7.6 (#3100, serokell/log-warper#75) --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..0dbb6bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,17 +3116,11 @@ packages: - hlint < 2.0.12 - hoogle < 5.0.15 - # https://github.com/fpco/stackage/issues/3100 - - universum < 0.9.0 - # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 - - # https://github.com/serokell/log-warper/issues/75 - - log-warper < 1.7.6 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3726,6 +3720,7 @@ skipped-benchmarks: - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint + - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 From eae6b8cf848e4df79da3610bcd36c71b92220f1e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 19:13:53 +0900 Subject: [PATCH 2345/3109] megaparsec < 6.3.0 (#3110) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b6f1f86..30b6e569 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3125,6 +3125,9 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 + + # https://github.com/fpco/stackage/issues/3110 + - megaparsec < 6.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From c68da2f2484748a451189698ca95e9fb07f09f20 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 19:14:52 +0900 Subject: [PATCH 2346/3109] markdown-unlit < 0.5.0 (#3111) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30b6e569..3db09ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3128,6 +3128,9 @@ packages: # https://github.com/fpco/stackage/issues/3110 - megaparsec < 6.3.0 + + # https://github.com/fpco/stackage/issues/3111 + - markdown-unlit < 0.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From 81e92a742aa7c2b9a172846a808d1e8326992a9f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 21:34:56 +0900 Subject: [PATCH 2347/3109] friday-juicypixels tests fail to build (#3103) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e1dc083..9bb7c54d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1727,7 +1727,7 @@ packages: - streaming-bytestring - country - friday - - friday-juicypixels + # - friday-juicypixels https://github.com/fpco/stackage/pull/3103 "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From 6bd68020103ecdb85adc95a5fbc934f173f0371e Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 15 Dec 2017 13:28:44 +0000 Subject: [PATCH 2348/3109] Add the debug library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..97099394 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -369,6 +369,7 @@ packages: - hexml - weeder - profiterole + - debug "Alan Zimmerman @alanz": - ghc-exactprint From e56eeaa008c97c9b1b3441fd2bd79bdb021ace94 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Fri, 15 Dec 2017 16:41:15 +0100 Subject: [PATCH 2349/3109] Add quickcheck-state-machine --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..e9735da5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3042,6 +3042,9 @@ packages: "Henry Laxen @HenryLaxen": - bbdb + + "Stevan Andjelkovic @stevana": + - quickcheck-state-machine # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a89b547ffc9ba9fecb94c3bfb3ebe876e05a1b22 Mon Sep 17 00:00:00 2001 From: Ian Duncan Date: Sat, 16 Dec 2017 09:13:38 +0900 Subject: [PATCH 2350/3109] Remove librato from LTS --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bb7c54d..6dd6e700 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1641,7 +1641,6 @@ packages: - pipes-wai - serf - uri-templater - - librato "Michael Xavier @MichaelXavier": - uri-bytestring From 3a183f266499feddd61b0fc0645fcc29dd9dfe7b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 16:48:06 +0900 Subject: [PATCH 2351/3109] drop "megaparsec < 6.3.0" (#3110) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c0df20c..89f395be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,9 +3134,6 @@ packages: # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 - # https://github.com/fpco/stackage/issues/3110 - - megaparsec < 6.3.0 - # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 # end of packages From 5957e0181800ff4a6fc839934f64b1ddd01a6f3c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 17:55:16 +0900 Subject: [PATCH 2352/3109] hledger-web-1.4 testsuite still needs megaparsec < 6.3 (#3110) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 560f1d99..7819157c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3317,6 +3317,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - hledger-web # megaparsec 6.3 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 156688bf99721181a0f04b375bdd68cbf228b36d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 16 Dec 2017 21:13:52 +0900 Subject: [PATCH 2353/3109] add binary-shared --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7819157c..8986e8f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1098,6 +1098,7 @@ packages: - vado - vcswrapper - ShellCheck + - binary-shared "Renzo Carbonara @k0001": - network-simple From 2a7613b20eb0d893c7cc761d3ba5ee260d678e5f Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 16 Dec 2017 17:21:26 +0100 Subject: [PATCH 2354/3109] Add combinatorial, {netlib,blas,lapack}-{ffi,carray} --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7819157c..951ef038 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -95,6 +95,7 @@ packages: - bibtex - buffer-pipe - calendar-recycling + - combinatorial - comfort-graph - concurrent-split - cutter @@ -146,6 +147,13 @@ packages: - prelude-compat - fft - carray + - netlib-ffi + - netlib-carray + - blas-ffi + - blas-carray + - lapack-ffi + - lapack-carray + - lapack-ffi-tools # Not a maintainer - ix-shapable From 18608985cc4a866402302efb067e9c83195649d7 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 16 Dec 2017 12:01:01 -0500 Subject: [PATCH 2355/3109] Add load-env --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8986e8f3..cdd60f59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -611,6 +611,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar + - load-env "Felipe Lessa @meteficha": - fb From e0a285b418f3d3f5b256c228f7b11b45d5972c56 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 20:54:17 +0900 Subject: [PATCH 2356/3109] turtle < 1.5.0 (#3118) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8986e8f3..b3c0a593 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3136,6 +3136,9 @@ packages: # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 + + # https://github.com/fpco/stackage/issues/3118 + - turtle < 1.5.0 # end of packages # Package flags are applied to individual packages, and override the values of From d68be7c583aa09e9b76f57f188718a1480045e5d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 21:04:11 +0900 Subject: [PATCH 2357/3109] Revert "hledger-web-1.4 testsuite still needs megaparsec < 6.3 (#3110)" This reverts commit 5957e0181800ff4a6fc839934f64b1ddd01a6f3c. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b3c0a593..b9a9692f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3321,7 +3321,6 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 - - hledger-web # megaparsec 6.3 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 1f54700b5cbb8716c4670614d399cbd4ecc60ae4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 17 Dec 2017 21:21:54 +0900 Subject: [PATCH 2358/3109] add gi-gtk-hs, gi-gtksource, gi-webkit2 under @garetxe (fpco/lts-haskell#72) allow newer gi-javascriptcore-4 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9727dcb3..53608200 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2469,9 +2469,12 @@ packages: - gi-cairo - gi-glib - gi-gobject - - gi-javascriptcore == 3.0.* + - gi-javascriptcore - haskell-gi - haskell-gi-base + - gi-gtk-hs + - gi-gtksource + - gi-webkit2 "Brandon Simmons @jberryman": - directory-tree From 90ee9325b2b9b8673fa82de7dd4d58d6b15d21b8 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Sun, 17 Dec 2017 22:19:04 +0100 Subject: [PATCH 2359/3109] Re-enable hdevtools and add servant-exceptions --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53608200..b51b1101 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,7 +3053,11 @@ packages: "Stevan Andjelkovic @stevana": - quickcheck-state-machine - + + "Sebastian Nagel @ch1bo": + - hdevtools + - servant-exceptions + # 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 From 1ad789c8990babd645c193235b00316e48f8296f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Dec 2017 10:48:33 +0900 Subject: [PATCH 2360/3109] revert "add gi-gtk-hs, gi-gtksource, gi-webkit2" (fpco/lts-haskell#72) gi-gio and gi-pango cause ghc to panic --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b51b1101..61daee82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2472,9 +2472,9 @@ packages: - gi-javascriptcore - haskell-gi - haskell-gi-base - - gi-gtk-hs - - gi-gtksource - - gi-webkit2 + # - gi-gtk-hs # gi-gio fails to build with ghc-8.2 + # - gi-gtksource # gi-gio fails to build with ghc-8.2 + # - gi-webkit2 # gi-gio fails to build with ghc-8.2 "Brandon Simmons @jberryman": - directory-tree From a8234cb586c3022099a3b0155275ed067df00f72 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 18 Dec 2017 10:59:04 +0900 Subject: [PATCH 2361/3109] debian-bootstrap.sh: add libjavascriptcoregtk-4.0-dev for gi-javascriptcore --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 9eab0cf2..e45a4619 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -77,6 +77,7 @@ apt-get install -y \ libicu-dev \ libimlib2-dev \ libjack-jackd2-dev \ + libjavascriptcoregtk-4.0-dev \ libjudy-dev \ liblapack-dev \ libleveldb-dev \ From 3a52c0d6193d01ff821cd23f7fb77614b37c247c Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Mon, 18 Dec 2017 06:25:06 +0300 Subject: [PATCH 2362/3109] Add importify --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..1b962600 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2925,6 +2925,7 @@ packages: - listsafe "Serokell @serokell": + - importify - log-warper - universum @@ -3057,7 +3058,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - servant-exceptions - + # 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 From bf3e6c7fc01b6b12f70af82c1c4dfd41ac29d630 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Mon, 18 Dec 2017 14:38:48 +1100 Subject: [PATCH 2363/3109] Revert expect test failure for riak (missing files) per riak-haskell-client#100 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..389cb5ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3579,7 +3579,6 @@ expected-test-failures: - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 - - riak # https://github.com/riak-haskell-client/riak-haskell-client/issues/100 - xlsior # https://github.com/rcallahan/xlsior/issues/1 # Assertion failures, these can be real bugs or just limitations From 55eb7ebe78dba2df788db8b8df16968e91418dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEevi=C4=87?= Date: Sun, 17 Dec 2017 23:06:06 -0500 Subject: [PATCH 2364/3109] Added the rank2classes package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61daee82..371e61e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -589,6 +589,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec + - rank2classes "Brent Yorgey @byorgey": - active From 17e01d103e1572c7b72419bbe42f3bef689baeef Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 18 Dec 2017 15:42:46 +0700 Subject: [PATCH 2365/3109] =?UTF-8?q?Add=20the=20=E2=80=98html-entity-map?= =?UTF-8?q?=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67108c44..299dfbc5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2072,6 +2072,7 @@ packages: - modern-uri - mmark - mmark-ext + - html-entity-map "Emmanuel Touzery @emmanueltouzery": - app-settings From 335ba1e65a8b4d6d72275f42168c787b26a892f4 Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Mon, 18 Dec 2017 22:03:38 +0100 Subject: [PATCH 2366/3109] Restore svg-tree/rasterific-svg/asciidiagram Root cause during haddock build solved. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 299dfbc5..cd8b979c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -609,6 +609,9 @@ packages: - JuicyPixels - FontyFruity - Rasterific + - svg-tree + - rasterific-svg + - asciidiagram "Patrick Brisbin @pbrisbin": - gravatar From 3119d460d0716381cf2044790b26940958465695 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 19 Dec 2017 00:03:15 +0100 Subject: [PATCH 2367/3109] Re-enable hakyll. Closes https://github.com/fpco/stackage/issues/3032. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67108c44..6225c332 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -396,6 +396,7 @@ packages: - psqueues - websockets - websockets-snap + - hakyll "Sibi Prabakaran @psibi": - download From a6fda292be96a2c77f5a6b05051c4f5d404bf7d2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:13:59 +0900 Subject: [PATCH 2368/3109] riak testsuite needs riak server --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7e2b50c1..d59b23c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3559,6 +3559,7 @@ expected-test-failures: - redis-io - rethinkdb - rethinkdb-client-driver + - riak # needs riak server on localhost:8098 - 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 a0edbaf83388da00d214c09e6e5be56486e6a68c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:32:28 +0900 Subject: [PATCH 2369/3109] importify testsuite fails (#3121) Linking dist/build/importify/importify ... > /tmp/stackage-build11/importify-1.0$ dist/build/importify-test/importify-test /var/stackage/.stack/global-project: createDirectory: permission denied (Read-only file system) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d59b23c0..b4872260 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3656,6 +3656,7 @@ expected-test-failures: # these if we want them fixed - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - haskell-tools-daemon # openFile: permission denied https://github.com/fpco/stackage/issues/2502 + - importify # importify-test: /var/stackage/.stack/global-project: createDirectory: permission denied (Read-only file system) # Doctests require hidden Glob package - multiset From e8859f55fc1711e0c13ae6ebce0900ba1a14a635 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 12:45:19 +0900 Subject: [PATCH 2370/3109] PULL_REQUEST_TEMPLATE.md: encourage stack build --test --bench --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a17bef8..7b2f0460 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,4 @@ Checklist: -- [ ] Meaningful commit message. -- [ ] Some time passed since Hackage upload. -- [ ] Tested with Stackage Nightly. ---- +- [ ] Meaningful commit message +- [ ] Some time passed since Hackage upload +- [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 704cd1206bca184d5c904d58a45ca2d56bb7b39d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 19 Dec 2017 13:01:20 +0900 Subject: [PATCH 2371/3109] rank2classes testsuite fails (#3122) > /tmp/stackage-build12/rank2classes-1.0$ dist/build/doctests/doctests : error: can't find file: test/README.lhs --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4872260..815525d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -598,7 +598,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec - - rank2classes + # - rank2classes # doctest https://github.com/fpco/stackage/pull/3122 "Brent Yorgey @byorgey": - active From eb73781baf805aba1556691cd001894b362eef8b Mon Sep 17 00:00:00 2001 From: tejon Date: Tue, 19 Dec 2017 20:30:00 -0800 Subject: [PATCH 2372/3109] Update build-constraints.yaml Add package: aeson-yak (tanuki@gmail.com) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..56d84b44 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Theodore Lief Gannon @tejon": + - aeson-yak + "Jaro Reinders @Noughtmare": - haskell-lsp-client From 2f4841a9124d45ab0af620752d90a7270d2e71dd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 11:43:46 +0100 Subject: [PATCH 2373/3109] Revert "rank2classes testsuite fails (#3122)" This reverts commit 704cd1206bca184d5c904d58a45ca2d56bb7b39d. Closes https://github.com/fpco/stackage/pull/3122. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..b4872260 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -598,7 +598,7 @@ packages: - incremental-parser - monoid-subclasses - picoparsec - # - rank2classes # doctest https://github.com/fpco/stackage/pull/3122 + - rank2classes "Brent Yorgey @byorgey": - active From 90d7fecc9ec9036b3fb0a04041eee117405f6a50 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 20 Dec 2017 11:45:38 +0100 Subject: [PATCH 2374/3109] Add sparkle and jvm-streaming. These were previously blocked on the inclusion of `streaming`. --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 815525d5..27462c32 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1686,11 +1686,13 @@ packages: - cassette - choice - distributed-closure - - H - inline-java - inline-r - jni - jvm + - jvm-streaming + - H + - sparkle - th-lift "Christopher Reichert @creichert": @@ -3283,6 +3285,13 @@ configure-args: - /usr/lib/jvm/java-8-openjdk-amd64/include - --extra-include-dirs - /usr/lib/jvm/java-8-openjdk-amd64/include/linux + jvm-streaming: + - --extra-lib-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include + - --extra-include-dirs + - /usr/lib/jvm/java-8-openjdk-amd64/include/linux sparkle: - --extra-lib-dirs - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server From c0a1d123ed147045774f4186e68e2bc04893aa36 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 11:51:35 +0100 Subject: [PATCH 2375/3109] Make it explicit what should be avoided. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b2f0460..2808420b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ Checklist: -- [ ] Meaningful commit message +- [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload - [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 6b2fc8ce7aa4a902e6af7bb3c7d4a178920f5062 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Dec 2017 11:01:14 +0000 Subject: [PATCH 2376/3109] Add bounds for eventstore #3129. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4872260..308feec5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3162,6 +3162,10 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 + + # https://github.com/fpco/stackage/issues/3129 + - eventstore < 1.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9a2d3dd63a6062e20508156ce4692d6848b680bb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 12:25:02 +0100 Subject: [PATCH 2377/3109] Block aeson-yak (new) due to aeson bounds issue. Please see https://github.com/fpco/stackage/pull/3127#issuecomment-353038279. Also smash some white space. Thanks $EDITOR. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18d13843..9f4741c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,8 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Theodore Lief Gannon @tejon": - - aeson-yak + # - aeson-yak + [] "Jaro Reinders @Noughtmare": - haskell-lsp-client @@ -3167,7 +3168,7 @@ packages: - turtle < 1.5.0 # https://github.com/fpco/stackage/issues/3129 - - eventstore < 1.0.0 + - eventstore < 1.0.0 # end of packages From ed73c4ad9b80dcb93dab50fea761e5b2c18264c0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 13:17:23 +0100 Subject: [PATCH 2378/3109] Temporarily block Stack, sparkle and conduit-throttle. Please see: * https://github.com/commercialhaskell/stack/issues/3683 * https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 * https://github.com/mtesseract/conduit-throttle/issues/9 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 321e9deb..c4abf482 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -986,7 +986,7 @@ packages: - monad-extras - optparse-simple - hpack - - stack < 9.9.9 + # - stack < 9.9.9 # https://github.com/commercialhaskell/stack/issues/3683 "Michael Sloan @mgsloan": - th-orphans @@ -1696,7 +1696,7 @@ packages: - jvm - jvm-streaming - H - - sparkle + # - sparkle # https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 - th-lift "Christopher Reichert @creichert": @@ -2886,7 +2886,7 @@ packages: - async-timer - nakadi-client - throttle-io-stream - - conduit-throttle + # - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/9 "Simon Hafner @reactormonk": - uri-bytestring-aeson From c5851b3f120a7c20368bc4e0a2a4fd75ee8d9a4d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 14:31:37 +0100 Subject: [PATCH 2379/3109] Remove bound on eventstore. Closes https://github.com/fpco/stackage/issues/3129. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4abf482..c3d06db4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,9 +3169,6 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 - # https://github.com/fpco/stackage/issues/3129 - - eventstore < 1.0.0 - # end of packages # Package flags are applied to individual packages, and override the values of From 2d9cbba0a13b1f4e05d61ba5c18eb7a3f1295cfa Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 15:40:33 +0100 Subject: [PATCH 2380/3109] Unblock aeson-yak. Please see https://github.com/fpco/stackage/pull/3127#issuecomment-353076876. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3d06db4..0e8b06f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,8 +8,7 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: "Theodore Lief Gannon @tejon": - # - aeson-yak - [] + - aeson-yak "Jaro Reinders @Noughtmare": - haskell-lsp-client From cec067d4d6e87399a4525a3b5a15ed1bd3ae3819 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 20 Dec 2017 16:28:35 +0100 Subject: [PATCH 2381/3109] Place upper bound on formatting. Please see https://github.com/fpco/stackage/issues/3130. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e8b06f0..573e6356 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3168,6 +3168,9 @@ packages: # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 + # https://github.com/fpco/stackage/issues/3130 + - formatting < 6.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From b41d16eb33b3b839ab76ee806525b917fba64def Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 21 Dec 2017 10:37:38 +0100 Subject: [PATCH 2382/3109] Re-enable stack. Please see https://github.com/commercialhaskell/stack/issues/3683#issuecomment-353207753. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 573e6356..1839447e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -985,7 +985,7 @@ packages: - monad-extras - optparse-simple - hpack - # - stack < 9.9.9 # https://github.com/commercialhaskell/stack/issues/3683 + - stack < 9.9.9 "Michael Sloan @mgsloan": - th-orphans From 5d14c71d8b8b6d1b29213fa4a0f57ec257588c83 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 21 Dec 2017 10:44:34 +0100 Subject: [PATCH 2383/3109] Add bindings-uname as well. Please see (mixup) in https://github.com/fpco/stackage/pull/3131. Closes #3131. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1839447e..fd3107a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -985,6 +985,7 @@ packages: - monad-extras - optparse-simple - hpack + - bindings-uname - stack < 9.9.9 "Michael Sloan @mgsloan": From 19c95a30ebe754aadbcfa7af7f12c12cdc78e25a Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Thu, 21 Dec 2017 15:28:55 +0200 Subject: [PATCH 2384/3109] Add friday-juicypixel --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd3107a4..94eb165e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1751,7 +1751,7 @@ packages: - streaming-bytestring - country - friday - # - friday-juicypixels https://github.com/fpco/stackage/pull/3103 + - friday-juicypixels "Rob O'Callahan ropoctl@gmail.com @rcallahan": - pipes-fastx From f119c3e07c63297bd80c944118500fd579246010 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Fri, 22 Dec 2017 14:02:43 +0900 Subject: [PATCH 2385/3109] add protocol-radius and protocol-radius-test. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94eb165e..25c91ef6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2393,6 +2393,8 @@ packages: - debian-build - aeson-generic-compat - json-rpc-generic + - protocol-radius + - protocol-radius-test "wren romano @wrengr": - bytestring-lexing From 36a1a840ea8714d435f5b6e12aa42ff2b1187341 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 22 Dec 2017 12:27:56 +0100 Subject: [PATCH 2386/3109] Re-enable conduit-throttle. Please see https://github.com/mtesseract/conduit-throttle/issues/9#issuecomment-353476573. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25c91ef6..c44131f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2888,7 +2888,7 @@ packages: - async-timer - nakadi-client - throttle-io-stream - # - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/9 + - conduit-throttle "Simon Hafner @reactormonk": - uri-bytestring-aeson From 2217fdd62d915efb95e233318a1c0d33e36b4c9e Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Sat, 23 Dec 2017 13:02:18 +0000 Subject: [PATCH 2387/3109] Remove deprecated async-dejafu and dpor packages These have both been deprecated for a while in favour of (respectively) `concurrency` and `dejafu`. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c44131f4..d581973b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1918,9 +1918,7 @@ packages: "Michael Walker @barrucadu": - both - concurrency - - dpor - dejafu - - async-dejafu - hunit-dejafu - tasty-dejafu - irc-ctcp From 0c54907a7af2f2e4c84bf4594bdd9c8b6ed3089d Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sun, 24 Dec 2017 23:01:12 +0800 Subject: [PATCH 2388/3109] Add @vaibhavsagar as the maintainer of `ihaskell` and `ghc-parser` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..b6e05e96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3079,6 +3079,10 @@ packages: - hdevtools - servant-exceptions + "Vaibhav Sagar @vaibhavsagar": + - ihaskell + - ghc-parser + # 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 From 01b15270fc1c937e01820bbc92af55cfdcf222b6 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Mon, 25 Dec 2017 16:07:16 +0100 Subject: [PATCH 2389/3109] Reenable sparkle. Needs v0.7.2 just released. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..e9669196 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1696,7 +1696,7 @@ packages: - jvm - jvm-streaming - H - # - sparkle # https://github.com/fpco/stackage/pull/3128#issuecomment-353047334 + - sparkle - th-lift "Christopher Reichert @creichert": From 5280f32ff2396dd737a7ad7fbde8df40b41b37ab Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:34:26 +0200 Subject: [PATCH 2390/3109] Upper bound for #3139 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d581973b..f4acc86d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3172,6 +3172,9 @@ packages: # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 + # https://github.com/fpco/stackage/issues/3139 + - hasmin < 1.0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 3f6fe3939825db18eea59edab75bb3a323582221 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:35:23 +0200 Subject: [PATCH 2391/3109] Remove upper bound, drop packages and close #2740 (fgl) --- build-constraints.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4acc86d..eba659d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -824,7 +824,7 @@ packages: - openpgp-asciiarmor - MusicBrainz - DAV - - hopenpgp-tools + # - hopenpgp-tools # fgl via graphviz - opensource "Piyush P Kurur @piyush-kurur": @@ -860,10 +860,10 @@ packages: "Florian Eggenhofer @eggzilla": - ClustalParser - - EntrezHTTP + # - EntrezHTTP # fgl via graphviz via Taxonomy - Genbank - - RNAlien - - Taxonomy + # - RNAlien # fgl via graphviz via Taxonomy + # - Taxonomy # fgl via graphviz - ViennaRNAParser "Silk ": @@ -2005,7 +2005,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl - - graphviz + # - graphviz # fgl 5.6.0.0 - wl-pprint-text - servant-pandoc @@ -2802,7 +2802,7 @@ packages: - minio-hs "ncaq @ncaq": - - haskell-import-graph + # - haskell-import-graph # fgl via graphviz - string-transform - uniq-deep - yesod-form-bootstrap4 @@ -3115,9 +3115,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2740 - - fgl < 5.6 - # https://github.com/fpco/stackage/issues/3044 - either < 5 - rebase < 1.2 From 6c82ff8ee0b3c63a93c967c5c27c50e4975d4bb4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:39:41 +0200 Subject: [PATCH 2392/3109] Remove upper bounds and close #3044 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eba659d0..3c482588 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,10 +3115,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3044 - - either < 5 - - rebase < 1.2 - # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 From a38aa814934d415344c3f3c4752d12d2cb7134b4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:50:42 +0200 Subject: [PATCH 2393/3109] Remove upper bounds and close #2995 close #3062 --- build-constraints.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c482588..a2940f6c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -192,7 +192,7 @@ packages: - List "Luke Murphy @lwm": - - tasty-discover + # - tasty-discover # tasty via tasty-hedgehog - lentil "Marco Zocca @ocramz": @@ -2350,7 +2350,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - - rng-utils + # - rng-utils # tasty via tasty-hedgehog - ua-parser - hs-GeoIP - retry @@ -3119,11 +3119,6 @@ packages: - http-types < 0.10 - servant-auth-cookie < 0.5.0.6 - # https://github.com/fpco/stackage/issues/2995 - - tasty < 0.12 - # When tasty constraint is lifted: - # don't forget to unskip tests for cabal-install - # https://github.com/fpco/stackage/issues/3013 - servant < 0.12 - servant-client < 0.12 @@ -3139,9 +3134,6 @@ packages: # https://github.com/fpco/stackage/issues/3057 - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3062 - - tasty-hunit < 0.10 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 @@ -3329,8 +3321,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Bleeding edge dependencies - - cabal-install # tasty 0.12 # https://github.com/fpco/stackage/issues/2995 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -3469,6 +3459,15 @@ skipped-tests: - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more + # tasty 0.12 and tasty-hunit 0.10 + - airship + - arithmoi + - hakyll + - indents + - barrier + - haskell-names + - throwable-exceptions + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From c4e698c21eb736c77b97364f622481f7cd03119d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:55:12 +0200 Subject: [PATCH 2394/3109] Remove upper bounds, drop packages and close #3013 (servant 0.12) --- build-constraints.yaml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2940f6c..a3bc3b6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -261,8 +261,8 @@ packages: - miso - envy - s3-signer - - google-translate - - hackernews + # - google-translate # servant 0.12 + # - hackernews # servant 0.12 - ses-html - stripe-haskell - stripe-http-streams @@ -2057,7 +2057,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # servant 0.12 - tar-conduit "Mark Karpov @mrkkrp": @@ -2847,8 +2847,10 @@ packages: - regex-pcre-text "Elliot Cameron @3noch": - - ziptastic-client - - ziptastic-core + [] + # servant 0.12 + # - ziptastic-client + # - ziptastic-core "Hardy Jones @joneshf": - servant-ruby @@ -2914,7 +2916,8 @@ packages: - haddock-library < 1.4.4 # cabal-version >= 2 "Mark Hopkins @mjhopkins": - - alerta + [] + # - alerta # servant-client 0.12 "Steven Vandevelde @icidasset": - shikensu @@ -3117,16 +3120,6 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 - - servant-auth-cookie < 0.5.0.6 - - # https://github.com/fpco/stackage/issues/3013 - - servant < 0.12 - - servant-client < 0.12 - - servant-server < 0.12 - - servant-docs < 0.11.1 - - servant-foreign < 0.10.2 - - slack-web < 0.2.0.2 - - servant-client-core < 0.12 # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 037d52a17d621228a357cda9ab15f9bd410e8169 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:56:07 +0200 Subject: [PATCH 2395/3109] Remove upper bound and close #3139 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3bc3b6e..af9da995 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3150,9 +3150,6 @@ packages: # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 - # https://github.com/fpco/stackage/issues/3139 - - hasmin < 1.0.1 - # end of packages # Package flags are applied to individual packages, and override the values of From 56348bab2f2a94ab64e5b0dad72d08bf50c339b1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:56:18 +0200 Subject: [PATCH 2396/3109] Remove upper bound and close #3057 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af9da995..ad9427c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3124,9 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3057 - - hscolour <1.24.3 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 From 296900cbf7ba98dd017e6357107fad214df82ccf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 17:58:21 +0200 Subject: [PATCH 2397/3109] Remove upper bound and close #3077 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad9427c8..6b1133d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -717,7 +717,7 @@ packages: - dhall - dhall-bash - dhall-json - - dhall-nix + # - dhall-nix # deriving-compat via hnix - dhall-text "Andrew Thaddeus Martin @andrewthad": @@ -3124,9 +3124,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3077 - - deriving-compat < 0.4 - # https://github.com/fpco/stackage/issues/3093 - haskell-src-exts < 1.20.0 - hlint < 2.0.12 From d06020a2b480f40350cbcf82ceee8ebf41e3f519 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:04:27 +0200 Subject: [PATCH 2398/3109] Remove upper bounds, drop packages, and close #3093 (haskell-src-exts) --- build-constraints.yaml | 151 ++++++++++++++++++++++------------------- 1 file changed, 81 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6b1133d9..c47b82e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -59,12 +59,12 @@ packages: - openexr-write "Pasqualino Assini @tittoassini": - - zm - - flat + # - zm # haskell-src-exts via derive + # - flat # haskell-src-exts via derive - model "Jose Iborra @pepeiborra": - - arrowp-qq + # - arrowp-qq # haskell-src-exts via haskell-src-meta - clr-marshal - clr-host - haskell-src-exts-util @@ -73,7 +73,7 @@ packages: - floatshow - NoHoed - threepenny-editors - - clr-inline # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 + # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types "Roman Gonzalez @roman": @@ -234,7 +234,7 @@ packages: - xls "Aleksey Uimanov @s9gf4ult": - - postgresql-query + # - postgresql-query # haskell-src-exts via derive - hreader - hset @@ -402,7 +402,7 @@ packages: "Jasper Van der Jeugt @jaspervdj": - blaze-html - blaze-markup - - stylish-haskell + # - stylish-haskell # haskell-src-exts - profiteur - psqueues - websockets @@ -589,9 +589,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - - hspec-wai-json - - aeson-qq - - interpolate + # - hspec-wai-json # haskell-src-exts via aeson-qq + # - aeson-qq # haskell-src-exts via haskell-src-meta + # - interpolate # haskell-src-exts via haskell-src-meta - doctest - base-compat @@ -606,7 +606,7 @@ packages: "Brent Yorgey @byorgey": - active - diagrams - - diagrams-builder + # - diagrams-builder # haskell-src-exts - diagrams-cairo - diagrams-contrib - diagrams-core @@ -879,8 +879,8 @@ packages: - multipart - rest-client - rest-core - - rest-gen - - rest-happstack + # - rest-gen # haskell-src-exts + # - rest-happstack # haskell-src-exts via rest-gen - rest-snap - rest-stringmap - rest-types @@ -889,11 +889,13 @@ packages: - uri-encode "Simon Michael @simonmichael": - - hledger - - hledger-lib - - hledger-ui - - hledger-web - - hledger-api + # haskell-src-exts via here + # - hledger + # - hledger-lib + # - hledger-ui + # - hledger-web + # - hledger-api # haskell-src-exts via servant-swagger + - quickbench - regex-compat-tdfa @@ -969,11 +971,11 @@ packages: - data-accessor - data-accessor-mtl - fuzzcheck - - here + # - here # haskell-src-exts via haskell-src-meta - hlibgit2 - gitlib-libgit2 - hostname-validate - - interpolatedstring-perl6 + # - interpolatedstring-perl6 # haskell-src-exts via haskell-src-meta - iproute - missing-foreign - MissingH @@ -1035,8 +1037,8 @@ packages: - async-extra - format-numbers - highjson - - highjson-swagger - - highjson-th + # - highjson-swagger # haskell-src-exts via swagger2 + # - highjson-th # haskell-src-exts via swagger2 - fileplow "Joey Eremondi @JoeyEremondi": @@ -1045,7 +1047,7 @@ packages: - elm-core-sources - language-glsl - prettyclass - - QuasiText + # - QuasiText # haskell-src-exts via haskell-src-meta - union-find - zip-archive @@ -1172,16 +1174,17 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - - microformats2-parser + # - microformats2-parser # haskell-src-exts via aeson-qq - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # haskell-src-exts via aeson-qq "Francesco Mazzoli @bitonic": - - language-c-quote + [] + # - language-c-quote # haskell-src-exts via haskell-src-meta "Sönke Hahn @soenkehahn": - - generics-eot + # - generics-eot # haskell-src-exts via interpolate - getopt-generics - graph-wrapper - string-conversions @@ -1212,7 +1215,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - - servant-swagger-ui + # - servant-swagger-ui # haskell-src-exts via servant-swagger - servant-yaml - singleton-bool - spdx @@ -1464,10 +1467,12 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - - jmacro - - jmacro-rpc - - jmacro-rpc-happstack - - jmacro-rpc-snap + # haskell-src-exts via haskell-src-meta + # - jmacro + # - jmacro-rpc + # - jmacro-rpc-happstack + # - jmacro-rpc-snap + - mbox - kmeans - boolsimplifier @@ -1559,7 +1564,7 @@ packages: - elm-export-persistent - pipes-csv - pipes-mongodb - - servant-elm + # - servant-elm # haskell-src-exts via interpolate - skeletons "David Raymond Christiansen @david-christiansen": @@ -1731,7 +1736,7 @@ packages: "Kostiantyn Rybnikov @k-bx": - protocol-buffers - - hprotoc + # - hprotoc # haskell-src-exts - protocol-buffers-descriptor - ekg-core - digits @@ -1894,7 +1899,7 @@ packages: - charsetdetect-ae - ilist - text-all - - fmt + # - fmt # haskell-src-exts via interpolate "Takano Akio tak@anoak.io @takano-akio": - fast-builder @@ -2097,8 +2102,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - - swagger2 - - servant-swagger + # - swagger2 # haskell-src-exts via aeson-qq + # - servant-swagger # haskell-src-exts via aeson-qq "Jared Tobin @jtobin": - mwc-probability @@ -2125,9 +2130,10 @@ packages: "Takahiro Himura @thimura": - lens-regex - - twitter-conduit - - twitter-types - - twitter-types-lens + # haskell-src-exts via derive + # - twitter-conduit + # - twitter-types + # - twitter-types-lens "Robbin C. @robbinch": - zim-parser @@ -2189,10 +2195,10 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - - eventstore + # - eventstore # haskell-src-exts via interpolate - dotnet-timespan - eventsource-api - - eventsource-geteventstore-store + # - eventsource-geteventstore-store # haskell-src-exts via interpolate - eventsource-store-specs - eventsource-stub-store @@ -2204,7 +2210,7 @@ packages: - aeson-casing - graylog - parsec-numeric - - mallard + # - mallard # haskell-src-exts via Interpolation - gdax "Callum Rogers @CRogers": @@ -2229,17 +2235,17 @@ packages: "Jeremy Shaw @stepcut": - boomerang - - happstack-hsp - - happstack-jmacro + # - happstack-hsp # haskell-src-exts via hsx2hs + # - happstack-jmacro # haskell-src-exts via jmacro - happstack-server - happstack-server-tls - - hsx-jmacro + # - hsx-jmacro # haskell-src-exts via jmacro - ixset - reform - reform-blaze - reform-hamlet - reform-happstack - - reform-hsp + # - reform-hsp # haskell-src-exts via hsx2hs - userid - web-plugins - web-routes @@ -2248,7 +2254,7 @@ packages: - web-routes-hsp - web-routes-th - web-routes-wai - - hsx2hs + # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": - ascii-progress @@ -2318,8 +2324,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin - - marvin-interpolate >= 1.1 + # - marvin # haskell-src-exts via haskell-src-meta + # - marvin-interpolate >= 1.1 # haskell-src-exts via haskell-src-meta - mustache "Cindy Wang @CindyLinz": @@ -2371,7 +2377,7 @@ packages: "Mikhail Glushenkov @23Skidoo": - Cabal - cabal-install - - pointful + # - pointful # haskell-src-exts "Lennart Kolmodin @kolmodin": - binary-bits @@ -2554,11 +2560,11 @@ packages: "Alexis King @lexi-lambda": - freer-simple - - monad-mock - - test-fixture + # - monad-mock # haskell-src-exts via haskell-src-meta + # - test-fixture # haskell-src-exts via haskell-src-meta - text-conversions - th-to-exp - - type-assertions + # - type-assertions # haskell-src-exts via haskell-src-meta "Patrick Chilton @chpatrick": - webrtc-vad @@ -2583,18 +2589,20 @@ packages: "Dominic Orchard @dorchard": - array-memoize - - codo-notation + # - codo-notation # haskell-src-exts via haskell-src-meta - language-fortran "Philipp Schuster @phischu": - - haskell-names + [] + # - haskell-names # haskell-src-exts "Shao Cheng @TerrorJack": - cabal-toolkit - direct-rocksdb "Anton Gushcha @ncrashed": - - aeson-injector + [] + # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - servant-auth-cookie @@ -2772,8 +2780,8 @@ packages: - viewprof "Dylan Simon @dylex": - - postgresql-typed - - invertible + # - postgresql-typed # haskell-src-exts via haskell-src-meta + # - invertible # haskell-src-exts via haskell-src-meta - ztail "Louis Pan @louispan": @@ -2867,11 +2875,11 @@ packages: - lens-labels - proto-lens - proto-lens-descriptors - - proto-lens-protoc - - proto-lens-combinators + # - proto-lens-protoc # haskell-src-exts + # - proto-lens-combinators # haskell-src-exts via proto-lens-protoc - proto-lens-arbitrary - proto-lens-optparse - - proto-lens-protobuf-types + # - proto-lens-protobuf-types # haskell-src-exts via proto-lens-protoc - tensorflow-test "Christof Schramm ": @@ -2948,8 +2956,8 @@ packages: - listsafe "Serokell @serokell": - - importify - - log-warper + # - importify # haskell-src-exts via haskell-names + # - log-warper # haskell-src-exts via interpolate - universum "Lorenz Moesenlechner @moesenle": @@ -2961,7 +2969,7 @@ packages: - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - - wrecker + # - wrecker # haskell-src-exts via aeson-qq - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3009,7 +3017,8 @@ packages: - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - - qm-interpolated-string + [] + # - qm-interpolated-string # haskell-src-exts via haskell-src-meta "Douglas Burke @DougBurke": - swish @@ -3124,11 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3093 - - haskell-src-exts < 1.20.0 - - hlint < 2.0.12 - - hoogle < 5.0.15 - # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 @@ -3452,6 +3456,13 @@ skipped-tests: - haskell-names - throwable-exceptions + # Requires exactly pretty-show-1.6.10 + - haskell-src-exts + + - yaml # haskell-src-exts via aeson-qq + + - hpack # haskell-src-exts via interpolate + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From a46c1229c87e36b2a3ea77ffb1be477dc3e3b988 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:30:25 +0200 Subject: [PATCH 2399/3109] Remove upper bound on hasql-optparse-applicative --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c47b82e0..090cac3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/AndrewRademacher/mallard/issues/49 - - hasql-optparse-applicative < 0.3 - # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 From db79fba0a24bbbee165e270baaf2b24abcaf9f0f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:31:40 +0200 Subject: [PATCH 2400/3109] Remove upper bound and close #3106 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 090cac3a..1e932624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2777,7 +2777,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run - - viewprof + # - viewprof # brick 0.30 "Dylan Simon @dylex": # - postgresql-typed # haskell-src-exts via haskell-src-meta @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3106 - - brick < 0.30 - # https://github.com/fpco/stackage/issues/3111 - markdown-unlit < 0.5.0 From cc0136c901a7a41cf2a025d957ebb563bcf40303 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:33:47 +0200 Subject: [PATCH 2401/3109] Remove upper bounds and close #3111 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1e932624..5c49f605 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3111 - - markdown-unlit < 0.5.0 - # https://github.com/fpco/stackage/issues/3118 - turtle < 1.5.0 From 435e7e80d0df9c744ec217e804a2946b67f60616 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:34:33 +0200 Subject: [PATCH 2402/3109] Remove upper bound and close #3118 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c49f605..f1815256 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -713,7 +713,7 @@ packages: - turtle - foldl - morte - - bench + # - bench # turtle 1.5 - dhall - dhall-bash - dhall-json @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3118 - - turtle < 1.5.0 - # https://github.com/fpco/stackage/issues/3130 - formatting < 6.3.0 From 9eb7205adb797a6419945e0290436bb0e7ddd1a4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Dec 2017 18:35:42 +0200 Subject: [PATCH 2403/3109] Remove upper bound and close #3130 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1815256..9a37e4ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -53,7 +53,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten - - servant-kotlin + # - servant-kotlin # formatting 6.3 "Pavol Klacansky @pavolzetor": - openexr-write @@ -3133,9 +3133,6 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3130 - - formatting < 6.3.0 - # end of packages # Package flags are applied to individual packages, and override the values of From f58c404740a51be69ad58b32177fffe615ecc716 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:43:26 +0200 Subject: [PATCH 2404/3109] Upper bound for #3143 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28e2b36f..f9ed0025 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3137,6 +3137,9 @@ packages: # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 + # https://github.com/fpco/stackage/issues/3143 + - ansi-terminal < 0.8 + # end of packages # Package flags are applied to individual packages, and override the values of From d9a76fc48fba2b1c056f98f16048885dbe84cb19 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:44:47 +0200 Subject: [PATCH 2405/3109] Skip ihaskell tests due to here dependency --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9ed0025..aa4db2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3455,6 +3455,8 @@ skipped-tests: - hpack # haskell-src-exts via interpolate + - ihaskell # haskell-src-exts via here + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 0956bc7112082cf52d6fb410b31edd02d7c884f0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 06:52:50 +0200 Subject: [PATCH 2406/3109] Add back fmt and log-warper, closes #3141 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa4db2fc..a4caa7e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1899,7 +1899,7 @@ packages: - charsetdetect-ae - ilist - text-all - # - fmt # haskell-src-exts via interpolate + - fmt "Takano Akio tak@anoak.io @takano-akio": - fast-builder @@ -2957,7 +2957,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - # - log-warper # haskell-src-exts via interpolate + - log-warper - universum "Lorenz Moesenlechner @moesenle": @@ -3829,6 +3829,8 @@ skipped-benchmarks: - ed25519 # Criterion + - fmt # haskell-src-exts via interpolate + # end of skipped-benchmarks From e01d711cf74d1fcb506dc4454aa6b41386a4966d Mon Sep 17 00:00:00 2001 From: Alexis Williams Date: Mon, 25 Dec 2017 20:56:00 -0800 Subject: [PATCH 2407/3109] Re-add sub-image-redux --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4caa7e0..9a369797 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3094,6 +3094,9 @@ packages: "Vaibhav Sagar @vaibhavsagar": - ihaskell - ghc-parser + + "Alexis Williams @typedrat": + - stb-image-redux # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8b31bcfaaf94106153156256f2eb31c5b52d37ca Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 26 Dec 2017 20:10:02 +0200 Subject: [PATCH 2408/3109] Add two non-parallel builds --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a369797..d09737af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4031,3 +4031,5 @@ no-revisions: # usage. non-parallel-builds: - pandoc +- gogol-dfareporting +- gogol-compute From 1928242ca5653b5e20098c99280467f7d2bbb252 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:33:35 +0200 Subject: [PATCH 2409/3109] Expect Haddock failure tweag/sparkle#131 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d09737af..e4231d72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3743,6 +3743,9 @@ expected-haddock-failures: # Runs out of memory - store + # https://github.com/tweag/sparkle/issues/131 + - sparkle + # end of expected-haddock-failures # For packages with haddock issues From a200ae13a12c0fc4f0c096aafc37ab18c8545861 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:38:41 +0200 Subject: [PATCH 2410/3109] Temporary block: ch1bo/servant-exceptions#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4231d72..4eae1df2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3089,7 +3089,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - - servant-exceptions + # - servant-exceptions # https://github.com/ch1bo/servant-exceptions/issues/1 "Vaibhav Sagar @vaibhavsagar": - ihaskell From 853c3713f58e010231f37c31799fa34bc85e13a6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:40:00 +0200 Subject: [PATCH 2411/3109] Temporary block prowdsponsor/thumbnail-plus#5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4eae1df2..a0afbe00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -637,7 +637,7 @@ packages: - serversession-backend-redis - serversession-frontend-wai - serversession-frontend-yesod - - thumbnail-plus + # - thumbnail-plus # https://github.com/prowdsponsor/thumbnail-plus/issues/5 - yesod-auth-fb - yesod-fb From 00746ddc3b297fd2e531093346a7271edaa5ef0b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:41:30 +0200 Subject: [PATCH 2412/3109] Temporary block cdepillabout/servant-checked-exceptions#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a0afbe00..c36dc19a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1949,7 +1949,7 @@ packages: - opaleye-trans - pretty-simple - read-env-var - - servant-checked-exceptions + # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 - servant-rawm - servant-static-th - xml-html-qq From e5c89ebbeda0def69b50d6f5e0ed9070651fab0f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:43:11 +0200 Subject: [PATCH 2413/3109] Temporary block zohl/servant-auth-cookie#42 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c36dc19a..e50a8a71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2605,7 +2605,7 @@ packages: # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - - servant-auth-cookie + # - servant-auth-cookie # https://github.com/zohl/servant-auth-cookie/issues/42 - dictionaries - cereal-time From e576d194bd50a44d2f7d7d22a74683e1da939a88 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:44:25 +0200 Subject: [PATCH 2414/3109] Temporary block cdepillabout/servant-rawm#4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e50a8a71..05226b9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1950,7 +1950,7 @@ packages: - pretty-simple - read-env-var # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 - - servant-rawm + # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th - xml-html-qq - xml-indexed-cursor From 3825dd32d8984756681b6daa7e8b86b1bc13e7f5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:46:07 +0200 Subject: [PATCH 2415/3109] Temporary blocks MichaelXavier/tasty-tap#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05226b9e..ff0b007c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1673,8 +1673,8 @@ packages: "Michael Xavier @MichaelXavier": - uri-bytestring - cron - - tasty-tap - - tasty-fail-fast + # - tasty-tap # https://github.com/MichaelXavier/tasty-tap/issues/2 + # - tasty-fail-fast # https://github.com/MichaelXavier/tasty-tap/issues/2 - drifter - drifter-postgresql From 32267e9a7ee42d85609323b66a141a8a241cf650 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:47:50 +0200 Subject: [PATCH 2416/3109] Remove deprecated ical package (missing either-5 support) CC @chrisdone --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff0b007c..916cca38 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -483,7 +483,6 @@ packages: "Chris Done @chrisdone": - labels - ace - - ical - check-email - freenect - frisby From 793b6762af51a4e2fcf5db568000e336e406303d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 12:48:55 +0200 Subject: [PATCH 2417/3109] Temporary block agrafix/validate-input#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 916cca38..659eaa04 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1025,7 +1025,7 @@ packages: - users-persistent - users-postgresql-simple - users-test - - validate-input + # - validate-input # https://github.com/agrafix/validate-input/issues/3 - ignore - blaze-bootstrap - dataurl From 87a8bf144048db1962af87d5c69b8573c934f380 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:25:07 +0200 Subject: [PATCH 2418/3109] Temporary block tonyday567/perf#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 659eaa04..120adf3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2685,7 +2685,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - - perf + # - perf # https://github.com/tonyday567/perf/issues/2 - online - chart-unit From 6ffa7606301de444e49716561d31b74a06bc2cd0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:36:52 +0200 Subject: [PATCH 2419/3109] Temporary block commercialhaskell/hindent#478 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 120adf3e..50fceaad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -494,7 +494,7 @@ packages: - present - pure-io - sourcemap - - hindent + # - hindent # https://github.com/commercialhaskell/hindent/issues/478 - descriptive - wrap - path From cfc3f2e89c76b1895c190dc98494bb26e5d26161 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 27 Dec 2017 13:38:00 +0200 Subject: [PATCH 2420/3109] Temporary block tonyday567/chart-unit#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50fceaad..e849d0bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2687,7 +2687,7 @@ packages: - numhask-range # - perf # https://github.com/tonyday567/perf/issues/2 - online - - chart-unit + # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 "Iphigenia Df @iphydf": - data-msgpack From 281fe929279f2fc5f59365f8270841fa250e962d Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Mon, 25 Dec 2017 11:58:22 -0500 Subject: [PATCH 2421/3109] add servant-github-webhook --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e849d0bc..f3444f22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jacob Thomas Errington @tsani": + - servant-github-webhook + "Theodore Lief Gannon @tejon": - aeson-yak From 564ed8ad1598dd68612eae198efdd32baef1c0c6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:28:48 +0200 Subject: [PATCH 2422/3109] Skip tests haskell/text#211 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3444f22..d16f1edd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3462,6 +3462,8 @@ skipped-tests: - ihaskell # haskell-src-exts via here + - text # https://github.com/haskell/text/issues/211 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 5fd1ff19f3cfb26301596f322bda281e79a3ec24 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:29:50 +0200 Subject: [PATCH 2423/3109] Upper bound on brick for #3146 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d16f1edd..b62c66b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3145,6 +3145,9 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 + # https://github.com/fpco/stackage/issues/3146 + - brick < 0.31 + # end of packages # Package flags are applied to individual packages, and override the values of From 8e21708fe6b5c8a79402bc82b8d0339f02a8d621 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 11:31:41 +0200 Subject: [PATCH 2424/3109] Upper bound for #3147 --- build-constraints.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b62c66b7..e4ee0744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,6 +3148,12 @@ packages: # https://github.com/fpco/stackage/issues/3146 - brick < 0.31 + # https://github.com/fpco/stackage/issues/3147 + # + # Note: due to https://github.com/haskell/text/issues/211, + # may need to skip tests when removing this + - text < 1.2.3 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3465,8 +3471,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - - text # https://github.com/haskell/text/issues/211 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 3294754201d2c27c4dfa36348df3ea13be68e2a7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 12:00:08 +0200 Subject: [PATCH 2425/3109] Temporary block noughtmare/haskell-lsp-client#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e4ee0744..a1343e23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,7 +14,9 @@ packages: - aeson-yak "Jaro Reinders @Noughtmare": - - haskell-lsp-client + [] + # https://github.com/noughtmare/haskell-lsp-client/issues/5 + # - haskell-lsp-client "Florian Knupfer @knupfer": - type-of-html From bf9a74511f66bb031681a9f7cb8029c49b937bb1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 28 Dec 2017 19:29:34 +0200 Subject: [PATCH 2426/3109] More non-parallel builds --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1343e23..e60e5be9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4049,3 +4049,5 @@ non-parallel-builds: - pandoc - gogol-dfareporting - gogol-compute +- idris +- amazonka-ec2 From afe33fafe586d08e5ef429a93274cd77b969e578 Mon Sep 17 00:00:00 2001 From: Tony Day Date: Fri, 29 Dec 2017 11:12:22 +1000 Subject: [PATCH 2427/3109] re-adding perf --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60e5be9..7000b148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2690,7 +2690,7 @@ packages: "Tony Day @tonyday567": - numhask - numhask-range - # - perf # https://github.com/tonyday567/perf/issues/2 + - perf - online # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 From 04605dc17a08b9d2f77dee3134d55c3bd070e17d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 Dec 2017 10:21:23 +0200 Subject: [PATCH 2428/3109] Drop skipped tests for yaml --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60e5be9..d1bcb85f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3467,8 +3467,6 @@ skipped-tests: # Requires exactly pretty-show-1.6.10 - haskell-src-exts - - yaml # haskell-src-exts via aeson-qq - - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here From 43a2e6ad9cbf102f859751971865fbd7ba3c9715 Mon Sep 17 00:00:00 2001 From: Jaro Reinders Date: Fri, 29 Dec 2017 11:27:22 +0100 Subject: [PATCH 2429/3109] Re-enable haskell-lsp-client The build error is fixed by https://github.com/noughtmare/haskell-lsp-client/commit/1b85577ffc08ce18b0174e2887a776cb7acba299. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1bcb85f..f27c3ae1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -14,9 +14,7 @@ packages: - aeson-yak "Jaro Reinders @Noughtmare": - [] - # https://github.com/noughtmare/haskell-lsp-client/issues/5 - # - haskell-lsp-client + - haskell-lsp-client "Florian Knupfer @knupfer": - type-of-html From e8eabcf04cd5e12be9ef23c57154a4ab6645f476 Mon Sep 17 00:00:00 2001 From: Alexandre Peyroux Date: Fri, 29 Dec 2017 11:34:55 +0100 Subject: [PATCH 2430/3109] add HSlippyMap --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d1bcb85f..355b542b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,9 @@ packages: "Alexis Williams @typedrat": - stb-image-redux + "Alexandre Peyroux @apeyroux": + - HSlippyMap + # 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 From 750d5706a2db6452383ff06760c0bad13ab8e3a1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 29 Dec 2017 15:32:16 +0200 Subject: [PATCH 2431/3109] Revert "Temporary block zohl/servant-auth-cookie#42" This reverts commit e5c89ebbeda0def69b50d6f5e0ed9070651fab0f. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a28deee..572d1744 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2607,7 +2607,7 @@ packages: # - aeson-injector # haskell-src-exts via swagger2 "Al Zohali @zohl": - # - servant-auth-cookie # https://github.com/zohl/servant-auth-cookie/issues/42 + - servant-auth-cookie - dictionaries - cereal-time From 92b637c96c74e597cf5b259b17750549630d410b Mon Sep 17 00:00:00 2001 From: Tony Day Date: Sat, 30 Dec 2017 13:46:31 +1000 Subject: [PATCH 2432/3109] re-add chart-unit --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7000b148..206a9b4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2692,7 +2692,7 @@ packages: - numhask-range - perf - online - # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From 41dba2915cb0b9ee14e427504ed3658621201862 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 17:56:49 +0200 Subject: [PATCH 2433/3109] Unblock package tonyday567/chart-unit#13 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 572d1744..72e0f362 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2690,7 +2690,7 @@ packages: - numhask-range # - perf # https://github.com/tonyday567/perf/issues/2 - online - # - chart-unit # https://github.com/tonyday567/chart-unit/issues/13 + - chart-unit "Iphigenia Df @iphydf": - data-msgpack From f21c0deb72ef7fa596f12fb8eaf71fc1e7d690c7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 18:00:42 +0200 Subject: [PATCH 2434/3109] Temporary block serokell/log-warper#87 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8888e3e9..6aa00206 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2959,7 +2959,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - - log-warper + # - log-warper # https://github.com/serokell/log-warper/issues/87 - universum "Lorenz Moesenlechner @moesenle": From e13f28c6771d311c0b372164721b91acc3cad392 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 30 Dec 2017 22:59:46 +0200 Subject: [PATCH 2435/3109] Do not use newest test-framework --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6aa00206..23efe2a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3157,6 +3157,9 @@ packages: # may need to skip tests when removing this - text < 1.2.3 + # Does not support newest QuickCheck + - test-framework < 0.8.2.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 87eeaa6ffc2ad7f809f59b0f24d1cc0b4edfae5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 06:12:59 +0200 Subject: [PATCH 2436/3109] Revert "Temporary block serokell/log-warper#87" This reverts commit f21c0deb72ef7fa596f12fb8eaf71fc1e7d690c7. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23efe2a0..8760baad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2959,7 +2959,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - # - log-warper # https://github.com/serokell/log-warper/issues/87 + - log-warper - universum "Lorenz Moesenlechner @moesenle": From 2037d038037835d2d7abb173bd5cab6b8d0853a8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 06:17:45 +0200 Subject: [PATCH 2437/3109] Upper bound on EdisonCore for #3152 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8760baad..46e482b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,6 +3160,9 @@ packages: # Does not support newest QuickCheck - test-framework < 0.8.2.0 + # https://github.com/fpco/stackage/issues/3152 + - EdisonCore < 1.3.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e2f6fb3a6dd022f86b07b2665cfe0fc2f3859d33 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 15:25:48 +0200 Subject: [PATCH 2438/3109] Upper bound for #3153 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 46e482b1..2ef68325 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,9 @@ packages: # https://github.com/fpco/stackage/issues/3152 - EdisonCore < 1.3.2 + # https://github.com/fpco/stackage/issues/3153 + - megaparsec < 6.4 + # end of packages # Package flags are applied to individual packages, and override the values of From fa73e85767c2dbc1ab537a55c4fc40047b9acb9c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 Dec 2017 17:08:38 +0200 Subject: [PATCH 2439/3109] Extra upper bound for #3153 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ef68325..584a469e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3165,6 +3165,7 @@ packages: # https://github.com/fpco/stackage/issues/3153 - megaparsec < 6.4 + - mmark < 0.0.4.1 # end of packages From 434e057c791e92a4e87248fd96fa1b0f35fe85d7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:20:20 -0800 Subject: [PATCH 2440/3109] Upper bound entropy < 0.4 (#3154) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 584a469e..293071e5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,6 +3167,9 @@ packages: - megaparsec < 6.4 - mmark < 0.0.4.1 + # https://github.com/fpco/stackage/issues/3154 + - entropy < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From d88aab8af449eff0d91a2159e5dc1bc437479926 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:22:08 -0800 Subject: [PATCH 2441/3109] Upper bound hledger-lib < 1.5 (#3155) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 293071e5..d3bca136 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,6 +3170,9 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 + # https://github.com/fpco/stackage/issues/3155 + - hledger-lib < 1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From e4562c9803d2151023dd80b273515fde7a6f3285 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 13:34:34 -0800 Subject: [PATCH 2442/3109] Re-enable wreq tests (#wreq/107) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3bca136..b6166f05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/107 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From b90849e40e536cd4275af92cb595769870225f1b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 31 Dec 2017 14:16:44 -0800 Subject: [PATCH 2443/3109] Disable tests for wreq due to new failures (bos/wreq#113) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6166f05..6ce32e1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,6 +3397,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 + - wreq # https://github.com/bos/wreq/issues/113 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 6690e8be8fc983ddec2a454b854349c114179834 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:08:48 -0800 Subject: [PATCH 2444/3109] Remove upper bound on hldeger-lib and close #3155 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ce32e1f..1689c15b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3170,9 +3170,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3155 - - hledger-lib < 1.5 - # end of packages # Package flags are applied to individual packages, and override the values of From bc2efd3b9fe82abf7e3929db5671cc1b7e8c4fc7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:14:16 -0800 Subject: [PATCH 2445/3109] Remove upper bound on brick and close #3146 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1689c15b..aba0ea42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3148,9 +3148,6 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3146 - - brick < 0.31 - # https://github.com/fpco/stackage/issues/3147 # # Note: due to https://github.com/haskell/text/issues/211, From 34e4a43420b063bd2eb0b4f143d0da945f3e2913 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 10:31:34 -0800 Subject: [PATCH 2446/3109] Remove upper bound on megaparsec and mmark, close #3153. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aba0ea42..f59b2415 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3160,10 +3160,6 @@ packages: # https://github.com/fpco/stackage/issues/3152 - EdisonCore < 1.3.2 - # https://github.com/fpco/stackage/issues/3153 - - megaparsec < 6.4 - - mmark < 0.0.4.1 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 From 4348312a1cbdc4b4781250a3bd32adcccac9cde9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 11:17:36 -0800 Subject: [PATCH 2447/3109] Update `PULL_REQUEST_TEMPLATE.md` So that the fact that the last step needs to be run on a local machine is made clear --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2808420b..0da066f2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload -- [ ] stack build --resolver nightly --haddock --test --bench --no-run-benchmarks +- [ ] On your own machine, in a new directory, you have succesfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): + + stack unpack $package + cd $package-$version + stack init --resolrver nightly + stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From 837a05e0ba0b1bc9a0dec90cc35ef34980834274 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 11:18:06 -0800 Subject: [PATCH 2448/3109] Fix typo in pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0da066f2..7270f812 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,5 +5,5 @@ Checklist: stack unpack $package cd $package-$version - stack init --resolrver nightly + stack init --resolver nightly stack build --resolver nightly --haddock --test --bench --no-run-benchmarks From ea6cb42675b31cb271260ee37e7da3ed5c73c5ee Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 14:12:38 -0800 Subject: [PATCH 2449/3109] Upper bound wreq (#3158) and mark TODOs re: tests --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f59b2415..2e38c274 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3163,6 +3163,12 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 + # https://github.com/fpco/stackage/issues/3158 + # + # Note: when #3158 is closed, also remove wreq from the skipped-tests + # section as wreq-0.5.2 makes tests compile properly + - wreq < 0.5.2 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3387,7 +3393,7 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/113 + - wreq # https://github.com/bos/wreq/issues/113, https://github.com/fpco/stackage/issues/3158 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 38f40a9cb1774a39d12b0e98df05488827ce81bd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 14:38:18 -0800 Subject: [PATCH 2450/3109] Re-add bounds to megaparsec and mmark as megaparsec causes name clashes (#3159) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e38c274..5d473a1e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,10 @@ packages: # section as wreq-0.5.2 makes tests compile properly - wreq < 0.5.2 + # https://github.com/fpco/stackage/issues/3159 + - megaparsec < 6.4 + - mmark < 0.0.4.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 24613f7403edb6e8c10f874462c9ebfe571f4ddd Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Mon, 1 Jan 2018 14:01:33 -0500 Subject: [PATCH 2451/3109] Add credential-store --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d473a1e..bfe7aaf4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3102,6 +3102,9 @@ packages: "Alexandre Peyroux @apeyroux": - HSlippyMap + + "Andrey Sverdlichenko @rblaze": + - credential-store # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 8bbfad98a0113c4d7c36d6f8ee4d3565a4049ff2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Jan 2018 16:40:06 -0800 Subject: [PATCH 2452/3109] Disable tests for credential-store as they require dbus-sockets --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfe7aaf4..71fd04d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3096,13 +3096,13 @@ packages: "Vaibhav Sagar @vaibhavsagar": - ihaskell - ghc-parser - + "Alexis Williams @typedrat": - stb-image-redux "Alexandre Peyroux @apeyroux": - HSlippyMap - + "Andrey Sverdlichenko @rblaze": - credential-store @@ -3549,6 +3549,7 @@ expected-test-failures: - bloodhound # ElasticSearch - cabal-install - consul-haskell + - credential-store # requieres dbus sockets - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - dns # https://github.com/kazu-yamamoto/dns/issues/29 From 2c8a54787e3713ac2fa5f23887d65e9d6c24520d Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Mon, 1 Jan 2018 20:42:16 -0500 Subject: [PATCH 2453/3109] Takeover dbus maintainership I'm current maintainer of dbus package. Last release should have tests and benchmarks running fine, no longer depends on chell packages. --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71fd04d9..21918e26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3105,6 +3105,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store + - dbus # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. @@ -3385,7 +3386,6 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - chell # via chell-quickcheck # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - dbus # via chell-quickcheck - language-ecmascript # via testing-feat - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property @@ -3654,7 +3654,6 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 - - dbus # 0.10.12 No issue tracker, e-mail sent to maintainer - flat # https://github.com/Quid2/flat/issues/1 - haddock - heap # https://github.com/pruvisto/heap/issues/4 @@ -3735,7 +3734,6 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - - dbus # No issue tracker, sent e-mail to maintainer - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 - thyme # https://github.com/liyang/thyme/issues/50 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 From 589e4334b812994424be9ab8f5c2308ec3b4b86b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 05:53:37 -0800 Subject: [PATCH 2454/3109] Remove upper bound on wreq, close #3158 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 21918e26..a20554ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3167,12 +3167,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3158 - # - # Note: when #3158 is closed, also remove wreq from the skipped-tests - # section as wreq-0.5.2 makes tests compile properly - - wreq < 0.5.2 - # https://github.com/fpco/stackage/issues/3159 - megaparsec < 6.4 - mmark < 0.0.4.1 @@ -3400,7 +3394,6 @@ skipped-tests: # Compilation failures - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - - wreq # https://github.com/bos/wreq/issues/113, https://github.com/fpco/stackage/issues/3158 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 # Runtime issues From 8997749591406e24ba29f30b08bd1c5d5440e653 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 05:57:46 -0800 Subject: [PATCH 2455/3109] Upper bound hspec-golden-aeson (#3163) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a20554ae..dcb4c869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3171,6 +3171,9 @@ packages: - megaparsec < 6.4 - mmark < 0.0.4.1 + # https://github.com/fpco/stackage/issues/3163 + - hspec-golden-aeson < 0.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c7b7e7efce46bb9567f8a1065201aca3cbb1e09d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 2 Jan 2018 09:09:33 +0100 Subject: [PATCH 2456/3109] Add HStringTemplate --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dcb4c869..7eb3bbaa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -737,6 +737,8 @@ packages: - feed - time-compat - through-text + # Not my packages + - HStringTemplate "Benedict Aas @Shou": - boolean-like From 1907a031b43ef995dae4137d2dbaf2ead8438b76 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 06:12:56 -0800 Subject: [PATCH 2457/3109] More constraints required by #3163 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7eb3bbaa..5b3e8968 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3174,6 +3174,9 @@ packages: - mmark < 0.0.4.1 # https://github.com/fpco/stackage/issues/3163 + # + # Note: also remove dependency wai-middleware-rollbar from the skipped + # tests section. - hspec-golden-aeson < 0.5 # end of packages @@ -3376,6 +3379,7 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck + - wai-middleware-rollbar-0.8.0 # hspec-golden-aeson, https://github.com/fpco/stackage/issues/3163 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From c4913a4af200f9a126142763945faa72abdb3791 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 11:29:13 -0800 Subject: [PATCH 2458/3109] Extra bound for #3163 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b3e8968..1042eb01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3178,6 +3178,7 @@ packages: # Note: also remove dependency wai-middleware-rollbar from the skipped # tests section. - hspec-golden-aeson < 0.5 + - quickcheck-arbitrary-adt < 0.3 # end of packages From d81c0c8b5cad76f9b5002cb3e93e3eb8d12b48d9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 12:04:58 -0800 Subject: [PATCH 2459/3109] Upper bound hoauth2 as new version requires the newest http-types (#2976) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1042eb01..4b93f203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3147,6 +3147,7 @@ packages: # https://github.com/fpco/stackage/issues/2976 - http-types < 0.10 + - hoauth2 < 1.6.1 # https://github.com/fpco/stackage/issues/3046 - persistent < 2.7.2 From 2ac0213cdde1971512962047d1c63236ea9b76a0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 19:21:46 -0800 Subject: [PATCH 2460/3109] Temporarily disable transient-universe. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b93f203..fb8b2a89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3495,6 +3495,9 @@ skipped-tests: - ihaskell # haskell-src-exts via here + # temporary disabled + - transient-universe + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 7b72f477971535c328b38ce36fac6b16ec872127 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 2 Jan 2018 19:40:21 -0800 Subject: [PATCH 2461/3109] Re-enable tests for transient-universe --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb8b2a89..4b93f203 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3495,9 +3495,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - # temporary disabled - - transient-universe - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From cdfacd77cc4fdcd0e76375eeeedea1c584953453 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 3 Jan 2018 07:16:55 -0800 Subject: [PATCH 2462/3109] More bounds for #3159 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b93f203..bd52a0af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3173,6 +3173,7 @@ packages: # https://github.com/fpco/stackage/issues/3159 - megaparsec < 6.4 - mmark < 0.0.4.1 + - modern-uri < 0.2.0.0 # https://github.com/fpco/stackage/issues/3163 # From a8ac1bd40feb81e3ca24b8224d2d7c5c61b74459 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 3 Jan 2018 07:33:13 -0800 Subject: [PATCH 2463/3109] Close #3163 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd52a0af..31da3290 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3175,13 +3175,6 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 - # https://github.com/fpco/stackage/issues/3163 - # - # Note: also remove dependency wai-middleware-rollbar from the skipped - # tests section. - - hspec-golden-aeson < 0.5 - - quickcheck-arbitrary-adt < 0.3 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3382,7 +3375,6 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - wai-middleware-rollbar-0.8.0 # hspec-golden-aeson, https://github.com/fpco/stackage/issues/3163 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From 26976f33a918eb3a051e3e442c097070a5d66f81 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Wed, 3 Jan 2018 10:05:31 +0100 Subject: [PATCH 2464/3109] Reenable building sparkle Haddocks Upstream ticket https://github.com/tweag/sparkle/issues/131 was resolved. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31da3290..f7faf8a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3770,9 +3770,6 @@ expected-haddock-failures: # Runs out of memory - store - # https://github.com/tweag/sparkle/issues/131 - - sparkle - # end of expected-haddock-failures # For packages with haddock issues From c92a648606ea2611524ded498c5ec277ce1b513c Mon Sep 17 00:00:00 2001 From: "HE, Tao" Date: Thu, 4 Jan 2018 11:52:59 +0800 Subject: [PATCH 2465/3109] Allow hindent since new release are available. Signed-off-by: HE, Tao --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7faf8a1..156fb14d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -497,7 +497,7 @@ packages: - present - pure-io - sourcemap - # - hindent # https://github.com/commercialhaskell/hindent/issues/478 + - hindent - descriptive - wrap - path From 811174037c781fad4b1e8c422b1b51e6827e8f73 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 4 Jan 2018 16:42:39 -0800 Subject: [PATCH 2466/3109] Upper bound log-warper --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 156fb14d..e2235957 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3175,6 +3175,10 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 + # https://github.com/serokell/log-warper/pull/91 + # That PR switches to `<^` Cabal bounds syntax + - log-warper < 1.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c22b2e5043b22df2faa6a620cffbf8a7b779c410 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Tue, 2 Jan 2018 03:42:09 +0000 Subject: [PATCH 2467/3109] Add capataz dependency --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e2235957..462d4064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -81,6 +81,7 @@ packages: "Roman Gonzalez @roman": - teardown + - capataz "Richard Cook @rcook": - hidden-char From 4cb5a4066965d88974569fa779dbbd06445a06e1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 4 Jan 2018 18:54:32 -0800 Subject: [PATCH 2468/3109] Rever 81117403 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462d4064..101bbe7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,10 +3176,6 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 - # https://github.com/serokell/log-warper/pull/91 - # That PR switches to `<^` Cabal bounds syntax - - log-warper < 1.8.5 - # end of packages # Package flags are applied to individual packages, and override the values of From 525307e54b840e5e3d4474ffa5c4b998a54b5122 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jan 2018 05:37:54 -0800 Subject: [PATCH 2469/3109] Revert Revert 81117403 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 101bbe7f..462d4064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,6 +3176,10 @@ packages: - mmark < 0.0.4.1 - modern-uri < 0.2.0.0 + # https://github.com/serokell/log-warper/pull/91 + # That PR switches to `<^` Cabal bounds syntax + - log-warper < 1.8.5 + # end of packages # Package flags are applied to individual packages, and override the values of From c06cdd1c385d6eaa3d7f8ea37d8d69d34ae3f139 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 5 Jan 2018 20:08:18 -0800 Subject: [PATCH 2470/3109] Remove upper bound on EdisonCore. Close #3152 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 462d4064..614e510c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3165,9 +3165,6 @@ packages: # Does not support newest QuickCheck - test-framework < 0.8.2.0 - # https://github.com/fpco/stackage/issues/3152 - - EdisonCore < 1.3.2 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 From c6380db580e3d72b3875681f9b67896503357934 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 06:36:03 -0800 Subject: [PATCH 2471/3109] Upper bound hspec (#3171) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 614e510c..bb01924b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3177,6 +3177,9 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 + # https://github.com/fpco/stackage/issues/3171 + - hspec < 2.4.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 59dca57087442421edcdf4e05602e78e149ed66f Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Sat, 6 Jan 2018 01:12:08 +0100 Subject: [PATCH 2472/3109] Added pomaps to build-constraints.yaml I'm willing to maintain `pomaps` for the foreseeable future. The testsuite needs `ChasingBottoms` (a non-stackage dependency), though. I'm not sure this will pass CI, at least it doesn't as per the pro-active checks listed in `MAINTAINERS.md`. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bb01924b..954809bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3109,6 +3109,9 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus + + "Sebastian Graf @sgraf812": + - pomaps # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 863a0099d9f943b7583634e170127727b1ca4a77 Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 3 Jan 2018 21:44:21 +0100 Subject: [PATCH 2473/3109] Add euler-tour-tree --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 954809bc..2d766265 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1735,6 +1735,7 @@ packages: - atom-conduit - conduit-parse - dublincore-xml-conduit + - euler-tour-tree - opml-conduit - timerep - xml-conduit-parse From 48506345c2be327a901c9f69122b88969cbfc9e3 Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 3 Jan 2018 21:44:56 +0100 Subject: [PATCH 2474/3109] Add rss-conduit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d766265..07196e87 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1737,6 +1737,7 @@ packages: - dublincore-xml-conduit - euler-tour-tree - opml-conduit + - rss-conduit - timerep - xml-conduit-parse From 237dd81c75d3ebace0ed381f042bd4271bf66152 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 09:56:21 -0800 Subject: [PATCH 2475/3109] More upper bounds for #3171 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07196e87..d361dfdb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3184,6 +3184,8 @@ packages: # https://github.com/fpco/stackage/issues/3171 - hspec < 2.4.5 + - hspec-core < 2.4.5 + - hspec-discover < 2.4.5 # end of packages From e1514b8dcc143a932ca13bc68e8d79cb59a9a3b5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 14:24:50 -0800 Subject: [PATCH 2476/3109] Upper bounds safe (#3172) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d361dfdb..242de745 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: - hspec-core < 2.4.5 - hspec-discover < 2.4.5 + # https://github.com/fpco/stackage/issues/3172 + - safe < 0.3.16 + # end of packages # Package flags are applied to individual packages, and override the values of From 255c74062c38dad160907e5a3453876aefe170ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jan 2018 14:25:04 -0800 Subject: [PATCH 2477/3109] Upper bound th-desugar (#3173) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 242de745..2a1dc953 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,9 @@ packages: # https://github.com/fpco/stackage/issues/3172 - safe < 0.3.16 + # https://github.com/fpco/stackage/issues/3173 + - th-desugar < 1.8 + # end of packages # Package flags are applied to individual packages, and override the values of From 92f8c696fcdc2a3af1fd5ebe03f91e445f9921ef Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Thu, 21 Dec 2017 23:49:28 -0300 Subject: [PATCH 2478/3109] Add snap into stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1dc953..f35bdd85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Sebastian Graf @sgraf812": - pomaps + "Lucas David Traverso @ludat": + - snap + # 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 From c76fbf543b69b318ca1d25661437c8febd39fb67 Mon Sep 17 00:00:00 2001 From: Lucas David Traverso Date: Sat, 6 Jan 2018 22:44:54 -0300 Subject: [PATCH 2479/3109] Add heist and map-syntax to stackage to get snap working --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f35bdd85..5ba4f48c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,9 @@ packages: - pomaps "Lucas David Traverso @ludat": + - map-syntax - snap + - heist # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 7e8e85613c872369e55d2e45428e13ddf3bf2c72 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 7 Jan 2018 06:43:33 -0800 Subject: [PATCH 2480/3109] Remove upper bounds on hspec (Close #3171) --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a1dc953..aeda1d34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3182,11 +3182,6 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3171 - - hspec < 2.4.5 - - hspec-core < 2.4.5 - - hspec-discover < 2.4.5 - # https://github.com/fpco/stackage/issues/3172 - safe < 0.3.16 From 0470efe59e7c55d6e0e07be5a3e8a49f80efd681 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 7 Jan 2018 15:19:40 -0800 Subject: [PATCH 2481/3109] More bounds for #3173 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aeda1d34..a25cea72 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,7 @@ packages: # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 + - singletons < 2.4 # end of packages From ee852cd415898b9ec8afff6483a9c798bd390c34 Mon Sep 17 00:00:00 2001 From: Alexey Kotlyarov Date: Sun, 7 Jan 2018 11:24:16 +1100 Subject: [PATCH 2482/3109] Add serverless-haskell --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a25cea72..edadca8c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Sebastian Graf @sgraf812": - pomaps + "Alexey Kotlyarov @koterpillar": + - serverless-haskell + # 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 From f5cead6a64c8bdb8e49830e0664477299f9d71f1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 1 Jan 2018 18:49:36 +0530 Subject: [PATCH 2483/3109] Add new package: persistent-redis --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index edadca8c..b612d8ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -426,6 +426,7 @@ packages: - sysinfo - xmonad-extras - shelly + - persistent-redis "haskell-openal": - OpenAL From ea9755b43e8cc8ed00b83ad332069d7ce6c44d6a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Jan 2018 06:00:17 -0800 Subject: [PATCH 2484/3109] Upper bound pandoc (#3176) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b612d8ec..54b822e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,6 +3193,9 @@ packages: - th-desugar < 1.8 - singletons < 2.4 + # https://github.com/fpco/stackage/issues/3176 + - pandoc < 2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 98c83e3a2f6b4abc92d8590f1ee6da50a3942b52 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 8 Jan 2018 16:38:03 -0800 Subject: [PATCH 2485/3109] Upper bound tasty (#3178( --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54b822e6..37d0a40b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3196,6 +3196,9 @@ packages: # https://github.com/fpco/stackage/issues/3176 - pandoc < 2.1 + # https://github.com/fpco/stackage/issues/3178 + - tasty < 1.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd9d35707964b39639641ac6f9c5f518be2961e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 9 Jan 2018 12:20:09 +0900 Subject: [PATCH 2486/3109] add back idris --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37d0a40b..d69931d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1113,6 +1113,7 @@ packages: - cabal-rpm - fedora-haskell-tools + - idris - libffi - xmonad-contrib - cairo From 2d15a512e722b8fb5ab1510d4703d4c88cbc67d8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 Jan 2018 07:26:07 -0800 Subject: [PATCH 2487/3109] Add squeal-postgresql to test failures (#3180) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d69931d1..1dbc1d7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3701,6 +3701,7 @@ expected-test-failures: - perf # https://github.com/fpco/stackage/pull/2859 - tibetan-utils # https://github.com/vmchale/tibetan-utils/issues/1 - haskell-tools-builtin-refactorings + - squeal-postgresql # https://github.com/fpco/stackage/issues/3180 # Stackage upper bounds, re-enable these when their upper bound is removed From 7d79cab6db9713cc4fbcc05fea03655477eb7829 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 9 Jan 2018 07:26:23 -0800 Subject: [PATCH 2488/3109] Add foundation to skipped benchmarks (#3179) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dbc1d7c..ec807b8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3836,6 +3836,7 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 + - foundation # https://github.com/fpco/stackage/issues/3179 # Cyclic dependencies - cassava From c5c9c59b90672cc05eac291d7f5346c7ef9855ff Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 8 Jan 2018 19:59:35 +0700 Subject: [PATCH 2489/3109] =?UTF-8?q?Add=20=E2=80=98imprint=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec807b8d..c04a8f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2103,6 +2103,7 @@ packages: - mmark - mmark-ext - html-entity-map + - imprint "Emmanuel Touzery @emmanueltouzery": - app-settings From dd756dda994db283db42f5632ab0369da52bc7bb Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 8 Jan 2018 10:24:27 -0600 Subject: [PATCH 2490/3109] Re-enable compressed A new release ([`compressed-3.11`](https://hackage.haskell.org/package/compressed-3.11)) was just uploaded to Hackage with appropriate version bounds. Chip away at https://github.com/fpco/stackage/issues/3048. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c04a8f47..b88762a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -528,6 +528,7 @@ packages: - comonads-fd - comonad-transformers - compensated + - compressed - concurrent-supply - constraints - contravariant From d3b41b034572d4420afd1ae3c1061d00f15df210 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Jan 2018 22:37:18 +0100 Subject: [PATCH 2491/3109] criterion upper bound for #3183 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88762a9..06755ff5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,7 +3115,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus - + "Sebastian Graf @sgraf812": - pomaps @@ -3202,6 +3202,9 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 + # https://github.com/fpco/stackage/issues/3183 + - criterion < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 4bdee38f6912d162188c4af5cc9ba7faada21014 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 9 Jan 2018 22:39:06 +0100 Subject: [PATCH 2492/3109] eliminators upper bound for #3184 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06755ff5..2576189a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,6 +3205,9 @@ packages: # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 + # https://github.com/fpco/stackage/issues/3184 + - eliminators < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 8cfff8a8589e99186dab3af3af33e48ba6ca0bda Mon Sep 17 00:00:00 2001 From: Andrey Sverdlichenko Date: Tue, 9 Jan 2018 14:46:38 -0800 Subject: [PATCH 2493/3109] Add re2 --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2576189a..09557247 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,7 @@ packages: "Andrey Sverdlichenko @rblaze": - credential-store - dbus + - re2 "Sebastian Graf @sgraf812": - pomaps diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index e45a4619..1d54266c 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -99,6 +99,7 @@ apt-get install -y \ libpango1.0-dev \ libpcap0.8-dev \ libpq-dev \ + libre2-dev \ libsdl1.2-dev \ libsdl2-dev \ libsdl2-gfx-dev \ From 16d5b2bd3cb8d0213346110d5d3ef0b93a81564d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 10 Jan 2018 18:56:38 +0900 Subject: [PATCH 2494/3109] arithmoi should build now (cartazio/arithmoi#83) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2576189a..f1e0d37d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3507,7 +3507,6 @@ skipped-tests: # tasty 0.12 and tasty-hunit 0.10 - airship - - arithmoi - hakyll - indents - barrier From ffe78a4bf26a5d99f2da29317686ae70a590f30c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 10 Jan 2018 16:19:04 +0100 Subject: [PATCH 2495/3109] pandoc-citeproc upper bound for #3176 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5e08151..f0cb8b54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3199,6 +3199,7 @@ packages: # https://github.com/fpco/stackage/issues/3176 - pandoc < 2.1 + - pandoc-citeproc < 0.13 # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 From cf7611cec7bbff1d3e6b6d7e99235f10f31b13a4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 11 Jan 2018 10:34:12 +0100 Subject: [PATCH 2496/3109] gi-* upper bounds for #3186 and capataz upper bound for #3178 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0cb8b54..38871b2a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,6 +3203,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 + - capataz < 0.0.0.2 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 @@ -3210,6 +3211,13 @@ packages: # https://github.com/fpco/stackage/issues/3184 - eliminators < 0.4 + # https://github.com/fpco/stackage/issues/3186 + - gi-atk < 2.0.15 + - gi-cairo < 1.0.15 + - gi-glib < 2.0.16 + - gi-gobject < 2.0.16 + - gi-javascriptcore < 4.0.15 + # end of packages # Package flags are applied to individual packages, and override the values of From 2e09f645fe40b010e9a63c422e4dda5ac54911b0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 9 Jan 2018 11:46:43 -0600 Subject: [PATCH 2497/3109] Add lens-properties Another Kmettiverse package that I comaintain now has up-to-date version bounds. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38871b2a..ab81dedf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -549,6 +549,7 @@ packages: - kan-extensions - lca - lens + - lens-properties - linear - linear-accelerate - log-domain @@ -3995,6 +3996,8 @@ github-users: - xkollar futurice: - phadej + ekmett: + - RyanGlScott # end of github-users From 33aaca7f7925f6fa4e9fe2dd6964f0069bf37d9d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 13 Jan 2018 11:14:54 +0100 Subject: [PATCH 2498/3109] Upper bounds for #3187 #3188 #3189 #3190 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab81dedf..f6ba7b4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3219,6 +3219,18 @@ packages: - gi-gobject < 2.0.16 - gi-javascriptcore < 4.0.15 + # https://github.com/fpco/stackage/issues/3187 + - QuickCheck < 2.11 + + # https://github.com/fpco/stackage/issues/3188 + - brick < 0.33 + + # https://github.com/fpco/stackage/issues/3189 + - skylighting < 0.6 + + # https://github.com/fpco/stackage/issues/3190 + - tasty-quickcheck < 0.9.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 113c094e1a9f3b3ff5b2b368cf4283acf37b6eca Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sat, 13 Jan 2018 21:20:47 +0700 Subject: [PATCH 2499/3109] =?UTF-8?q?Add=20=E2=80=98mmark-cli=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ba7b4a..b360a06a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,6 +2106,7 @@ packages: - mmark-ext - html-entity-map - imprint + - mmark-cli "Emmanuel Touzery @emmanueltouzery": - app-settings From 62551b694c2a9e55a5ec8e4d91f76360a7aa498f Mon Sep 17 00:00:00 2001 From: Ferdinand van Walree Date: Sat, 13 Jan 2018 23:55:51 +0100 Subject: [PATCH 2500/3109] add sessiontypes and sessiontypes-distributed --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ba7b4a..927b6697 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Ferdinand van Walree @Ferdinand-vW": + - sessiontypes + - sessiontypes-distributed + "Jacob Thomas Errington @tsani": - servant-github-webhook From 43695663ab235b075b97c971ff118f29ebb8e704 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 11:33:46 +0100 Subject: [PATCH 2501/3109] Upper bounds for #3193 #3194 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6ba7b4a..7603bb58 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,6 +3231,13 @@ packages: # https://github.com/fpco/stackage/issues/3190 - tasty-quickcheck < 0.9.2 + # https://github.com/fpco/stackage/issues/3193 + - hedis < 0.10 + + # https://github.com/fpco/stackage/issues/3194 + - microlens < 0.4.8.2 + - microlens-th < 0.4.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of From ac776bf9d56342e51ef9fa4f60bf8f0f68aacf56 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:31:51 +0100 Subject: [PATCH 2502/3109] Remove upper bound and close #3188 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7603bb58..89b6bcda 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3222,9 +3222,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3188 - - brick < 0.33 - # https://github.com/fpco/stackage/issues/3189 - skylighting < 0.6 From 2e80b74dd025710127b46fbba355c63b16c101de Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:50:51 +0100 Subject: [PATCH 2503/3109] Change gi upper bounds #3186 --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89b6bcda..c2a2b4b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,11 +3213,12 @@ packages: - eliminators < 0.4 # https://github.com/fpco/stackage/issues/3186 - - gi-atk < 2.0.15 - - gi-cairo < 1.0.15 - - gi-glib < 2.0.16 - - gi-gobject < 2.0.16 - - gi-javascriptcore < 4.0.15 + # - gi-atk < 2.0.15 + # - gi-cairo < 1.0.15 + # - gi-glib < 2.0.16 + # - gi-gobject < 2.0.16 + # - gi-javascriptcore < 4.0.15 + - haskell-gi-overloading < 1 # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 From ff0240b0141254a051f5d45fde12ada9b82f0d74 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:52:02 +0100 Subject: [PATCH 2504/3109] Remove commented out bounds from previous commit --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2a2b4b0..f9c31b7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3213,11 +3213,6 @@ packages: - eliminators < 0.4 # https://github.com/fpco/stackage/issues/3186 - # - gi-atk < 2.0.15 - # - gi-cairo < 1.0.15 - # - gi-glib < 2.0.16 - # - gi-gobject < 2.0.16 - # - gi-javascriptcore < 4.0.15 - haskell-gi-overloading < 1 # https://github.com/fpco/stackage/issues/3187 From b2d58d13c857ea2d25cf69c83d91a732881d1da4 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:55:18 +0100 Subject: [PATCH 2505/3109] Remove upper bound and close #3046 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9c31b7c..ce84970b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3164,9 +3164,6 @@ packages: - http-types < 0.10 - hoauth2 < 1.6.1 - # https://github.com/fpco/stackage/issues/3046 - - persistent < 2.7.2 - # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 2e40ade77c29546567902e70b8004466ac2b4b17 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 13:57:44 +0100 Subject: [PATCH 2506/3109] Re-enable foundation benchmarks, closes #3179 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ce84970b..59f696cf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3863,7 +3863,6 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - - foundation # https://github.com/fpco/stackage/issues/3179 # Cyclic dependencies - cassava From 043cda35004be36bab6c7f6d64b37c2f74c8b49b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 14:25:30 +0100 Subject: [PATCH 2507/3109] Re-enable some tests --- build-constraints.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc5f8352..d76574d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3396,22 +3396,16 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Glob # HUnit 1.6 - - HTTP # conduit-extra 1.2 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck - blaze-html - blaze-markup - - bytestring-handle # QuickCheck 2.9 - case-insensitive # HUnit 1.6 - - cryptohash-sha512 # tasty-quickcheck - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 - - dual-tree # testing-feat per ghc < 4.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - - extensible-effects # HUnit 1.6 - genvalidity-hspec # doctest 0.13 - genvalidity-hspec-aeson # doctest 0.13 - genvalidity-hspec-binary # doctest 0.13 @@ -3425,29 +3419,19 @@ skipped-tests: - parsec # HUnit 1.6 - partial-order # HUnit 1.6 - printcess # QuickCheck 2.10 - - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - - chell # via chell-quickcheck - # - clustering # via RLang-QQ via HList https://github.com/kaizhang/clustering/issues/2 (also sent e-mail to HList maintainer) - - language-ecmascript # via testing-feat - - options # QuickCheck via chell-quickcheck - path # via genvalidity genvalidity-property - - servant-js # via language-ecmascript - - system-filepath # QuickCheck 2.9 via chell-quickcheck - - system-fileio # via chell (per ansi-terminal-0.7) - - unordered-containers # via ChasingBottoms # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. @@ -3480,6 +3464,7 @@ skipped-tests: - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - cryptohash-sha512 - lzma - token-bucket - uuid From b3cd7dcf006ed3ece420788c4ed041618141c51a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:03:36 +0100 Subject: [PATCH 2508/3109] Expect websockets tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d76574d5..0da21e0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,6 +3644,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server + - websockets - accelerate-bignum # CUDA GPU - gdax # Needs environment variables set - nakadi-client # Needs environment variable set From d236f6d2262df9da734070a301e7bc6a1bc4d43f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:04:22 +0100 Subject: [PATCH 2509/3109] Expect aeson-diff tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0da21e0e..f02e249a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3758,6 +3758,7 @@ expected-test-failures: # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites - folds + - aeson-diff # end of expected-test-failures From 6424456317b69cc51d4430a798c42d55ee8d54e9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 14 Jan 2018 20:07:04 +0100 Subject: [PATCH 2510/3109] expect dbus tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f02e249a..bf756ed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3743,6 +3743,7 @@ expected-test-failures: - zm # https://github.com/fpco/stackage/issues/3026 # Misc. + - dbus - distributed-process-supervisor # # https://github.com/haskell-d - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug From 658d33a0eaae05967aeb6af559b1e175b5f66b74 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 14 Jan 2018 13:41:38 -0800 Subject: [PATCH 2511/3109] re-enable hledger packages They got quietly removed 3 weeks ago by #3093. The current 1.5 versions all seem to build fine with haskell-src-exts-1.20.1. --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf756ed4..15805818 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -901,13 +901,11 @@ packages: - uri-encode "Simon Michael @simonmichael": - # haskell-src-exts via here - # - hledger - # - hledger-lib - # - hledger-ui - # - hledger-web - # - hledger-api # haskell-src-exts via servant-swagger - + - hledger + - hledger-lib + - hledger-ui + - hledger-web + - hledger-api - quickbench - regex-compat-tdfa From 727d45720a22ab561099b165628f3cf6c1aed1c8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 14 Jan 2018 13:44:07 -0800 Subject: [PATCH 2512/3109] add shelltestrunner again, after 1.9 release --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15805818..3a12ef26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -908,6 +908,7 @@ packages: - hledger-api - quickbench - regex-compat-tdfa + - shelltestrunner "Mihai Maruseac @mihaimaruseac": - io-manager From 964c74ee616257c8d59ed148807c942653831eb1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Jan 2018 00:27:57 +0100 Subject: [PATCH 2513/3109] Temporarily disable xml-conduit-parse --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf756ed4..cd820365 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1747,7 +1747,7 @@ packages: - opml-conduit - rss-conduit - timerep - - xml-conduit-parse + # - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 6bd6bde55b80c65fef8402ec14f2a2ad50b33ae1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Jan 2018 17:49:44 +0100 Subject: [PATCH 2514/3109] Fix @himura's github user name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0db0470b..4b190b34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2143,7 +2143,7 @@ packages: - pthread - rank1dynamic - "Takahiro Himura @thimura": + "Takahiro Himura @himura": - lens-regex # haskell-src-exts via derive # - twitter-conduit From 5ba15a0a09fd0796644eedca057d6d368888e0f4 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Mon, 15 Jan 2018 14:27:48 -0800 Subject: [PATCH 2515/3109] Add transformers-either As per https://github.com/tmcgilchrist/transformers-either/issues/1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b190b34..d4844813 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3126,6 +3126,9 @@ packages: "Alexey Kotlyarov @koterpillar": - serverless-haskell + + "Tim Humphries @thumphries": + - transformers-either # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 81c7ee6422999af1b817d3a8f4cced5a556b17ea Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 00:46:38 +0000 Subject: [PATCH 2516/3109] remove bounds on pandoc & pandoc-citeproc (#3176) --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b190b34..b14a7777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3198,10 +3198,6 @@ packages: - th-desugar < 1.8 - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3176 - - pandoc < 2.1 - - pandoc-citeproc < 0.13 - # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - capataz < 0.0.0.2 From 08e1c4f88e787df31c4ae55c49c9fc910380d2bf Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 08:45:04 +0000 Subject: [PATCH 2517/3109] genvalidity-0.4.0.3 is not building (#3198) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b14a7777..b043f4eb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,6 +3227,10 @@ packages: - microlens < 0.4.8.2 - microlens-th < 0.4.1.2 + # https://github.com/fpco/stackage/issues/3198 + - genvalidity < 0.4.0.3 + + # end of packages # Package flags are applied to individual packages, and override the values of From daa49f7d812233536ccf97907a2c46a3bc93d21f Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 09:26:48 +0000 Subject: [PATCH 2518/3109] mono-traversable benchmarks failing for 1.0.8.0 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b043f4eb..2b30d85b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -363,6 +363,8 @@ packages: - hfsevents - Win32-notify + - mono-traversable + "Omari Norman @massysett": - rainbow - rainbox @@ -3784,6 +3786,7 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 + - mono-traversable # https://github.com/snoyberg/mono-traversable/issues/158 # end of expected-benchmark-failures From 68306171a04c0e8d4505b686cd63d2d534b35f06 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Jan 2018 11:40:55 +0200 Subject: [PATCH 2519/3109] No benchmark failure snoyberg/mono-traversable#158 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b30d85b..68a69f7e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3786,7 +3786,6 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - - mono-traversable # https://github.com/snoyberg/mono-traversable/issues/158 # end of expected-benchmark-failures From 367661987b1dc6e0146fba997bf15b5571aa4bfe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Jan 2018 11:01:46 +0100 Subject: [PATCH 2520/3109] Re-enable xml-conduit-parse snoyberg/xml#124 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b30d85b..6507b4ef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1748,7 +1748,7 @@ packages: - opml-conduit - rss-conduit - timerep - # - xml-conduit-parse + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 53bd45988414163afeca1abd40bae2761c6e662b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 16 Jan 2018 11:38:08 +0100 Subject: [PATCH 2521/3109] Re-enable some packages from #3093 --- build-constraints.yaml | 78 ++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..78d9e5fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -71,7 +71,7 @@ packages: - model "Jose Iborra @pepeiborra": - # - arrowp-qq # haskell-src-exts via haskell-src-meta + - arrowp-qq - clr-marshal - clr-host - haskell-src-exts-util @@ -601,9 +601,9 @@ packages: "Simon Hengel @sol": - hspec - hspec-wai - # - hspec-wai-json # haskell-src-exts via aeson-qq - # - aeson-qq # haskell-src-exts via haskell-src-meta - # - interpolate # haskell-src-exts via haskell-src-meta + - hspec-wai-json + - aeson-qq + - interpolate - doctest - base-compat @@ -984,11 +984,11 @@ packages: - data-accessor - data-accessor-mtl - fuzzcheck - # - here # haskell-src-exts via haskell-src-meta + - here - hlibgit2 - gitlib-libgit2 - hostname-validate - # - interpolatedstring-perl6 # haskell-src-exts via haskell-src-meta + - interpolatedstring-perl6 - iproute - missing-foreign - MissingH @@ -1050,8 +1050,8 @@ packages: - async-extra - format-numbers - highjson - # - highjson-swagger # haskell-src-exts via swagger2 - # - highjson-th # haskell-src-exts via swagger2 + - highjson-swagger + - highjson-th - fileplow "Joey Eremondi @JoeyEremondi": @@ -1060,7 +1060,7 @@ packages: - elm-core-sources - language-glsl - prettyclass - # - QuasiText # haskell-src-exts via haskell-src-meta + - QuasiText - union-find - zip-archive @@ -1188,17 +1188,16 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - # - microformats2-parser # haskell-src-exts via aeson-qq + - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - # - magicbane # haskell-src-exts via aeson-qq + - magicbane "Francesco Mazzoli @bitonic": - [] - # - language-c-quote # haskell-src-exts via haskell-src-meta + - language-c-quote "Sönke Hahn @soenkehahn": - # - generics-eot # haskell-src-exts via interpolate + - generics-eot - getopt-generics - graph-wrapper - string-conversions @@ -1229,7 +1228,7 @@ packages: - postgresql-simple-url - range-set-list - regex-applicative-text - # - servant-swagger-ui # haskell-src-exts via servant-swagger + - servant-swagger-ui - servant-yaml - singleton-bool - spdx @@ -1481,11 +1480,10 @@ packages: - cabal-file-th "Gershom Bazerman @gbaz": - # haskell-src-exts via haskell-src-meta - # - jmacro - # - jmacro-rpc - # - jmacro-rpc-happstack - # - jmacro-rpc-snap + - jmacro + - jmacro-rpc + - jmacro-rpc-happstack + - jmacro-rpc-snap - mbox - kmeans @@ -1578,7 +1576,7 @@ packages: - elm-export-persistent - pipes-csv - pipes-mongodb - # - servant-elm # haskell-src-exts via interpolate + - servant-elm - skeletons "David Raymond Christiansen @david-christiansen": @@ -2119,8 +2117,8 @@ packages: "Nickolay Kudasov @fizruk": - http-api-data - # - swagger2 # haskell-src-exts via aeson-qq - # - servant-swagger # haskell-src-exts via aeson-qq + - swagger2 + - servant-swagger "Jared Tobin @jtobin": - mwc-probability @@ -2212,10 +2210,10 @@ packages: - pusher-http-haskell "Yorick Laupa yo.eight@gmail.com @YoEight": - # - eventstore # haskell-src-exts via interpolate + - eventstore - dotnet-timespan - eventsource-api - # - eventsource-geteventstore-store # haskell-src-exts via interpolate + - eventsource-geteventstore-store - eventsource-store-specs - eventsource-stub-store @@ -2227,7 +2225,7 @@ packages: - aeson-casing - graylog - parsec-numeric - # - mallard # haskell-src-exts via Interpolation + - mallard - gdax "Callum Rogers @CRogers": @@ -2253,10 +2251,10 @@ packages: "Jeremy Shaw @stepcut": - boomerang # - happstack-hsp # haskell-src-exts via hsx2hs - # - happstack-jmacro # haskell-src-exts via jmacro + - happstack-jmacro - happstack-server - happstack-server-tls - # - hsx-jmacro # haskell-src-exts via jmacro + - hsx-jmacro - ixset - reform - reform-blaze @@ -2341,8 +2339,8 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - # - marvin # haskell-src-exts via haskell-src-meta - # - marvin-interpolate >= 1.1 # haskell-src-exts via haskell-src-meta + - marvin + - marvin-interpolate - mustache "Cindy Wang @CindyLinz": @@ -2577,11 +2575,11 @@ packages: "Alexis King @lexi-lambda": - freer-simple - # - monad-mock # haskell-src-exts via haskell-src-meta - # - test-fixture # haskell-src-exts via haskell-src-meta + - monad-mock + - test-fixture - text-conversions - th-to-exp - # - type-assertions # haskell-src-exts via haskell-src-meta + - type-assertions "Patrick Chilton @chpatrick": - webrtc-vad @@ -2606,7 +2604,7 @@ packages: "Dominic Orchard @dorchard": - array-memoize - # - codo-notation # haskell-src-exts via haskell-src-meta + - codo-notation - language-fortran "Philipp Schuster @phischu": @@ -2618,8 +2616,7 @@ packages: - direct-rocksdb "Anton Gushcha @ncrashed": - [] - # - aeson-injector # haskell-src-exts via swagger2 + - aeson-injector "Al Zohali @zohl": - servant-auth-cookie @@ -2797,8 +2794,8 @@ packages: # - viewprof # brick 0.30 "Dylan Simon @dylex": - # - postgresql-typed # haskell-src-exts via haskell-src-meta - # - invertible # haskell-src-exts via haskell-src-meta + - postgresql-typed + - invertible - ztail "Louis Pan @louispan": @@ -2986,7 +2983,7 @@ packages: - yesod-alerts "José Lorenzo Rodríguez @lorenzo": - # - wrecker # haskell-src-exts via aeson-qq + - wrecker - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3034,8 +3031,7 @@ packages: - path-text-utf8 "Viacheslav Lotsmanov @unclechu": - [] - # - qm-interpolated-string # haskell-src-exts via haskell-src-meta + - qm-interpolated-string "Douglas Burke @DougBurke": - swish From 62df138e392424cdfafd86d0029d0348f72b479a Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 16 Jan 2018 11:53:43 +0100 Subject: [PATCH 2522/3109] Add plot-light I am the original author and current maintainer --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..bff0b2fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -209,6 +209,7 @@ packages: - network-multicast - xeno - goggles + - plot-light "Joseph Canero @caneroj1": - sqlite-simple-errors From 04f3cc7d7d3f8cb694eada8581d30993faade85b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Tue, 16 Jan 2018 18:30:29 +0000 Subject: [PATCH 2523/3109] http-client and http-conduit out of bounds, genvalidity and micorlens fixed --- build-constraints.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6507b4ef..d348b757 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,6 +364,8 @@ packages: - Win32-notify - mono-traversable + - http-client + - http-conduit "Omari Norman @massysett": - rainbow @@ -3225,13 +3227,11 @@ packages: # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3194 - - microlens < 0.4.8.2 - - microlens-th < 0.4.1.2 - - # https://github.com/fpco/stackage/issues/3198 - - genvalidity < 0.4.0.3 + # https://github.com/fpco/stackage/issues/3203 + - http-client < 0.5.8 + # https://github.com/fpco/stackage/issues/3204 + - http-conduit < 2.3.0 # end of packages From 5606e953aa9f678955c32a32040108cc470bc7ee Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Wed, 17 Jan 2018 18:59:39 +0100 Subject: [PATCH 2524/3109] Add hamtsolo to build-constraints.yaml --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..14b30037 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Jacek Galowicz @tfc": + - hamtsolo + "Ferdinand van Walree @Ferdinand-vW": - sessiontypes - sessiontypes-distributed From 107018097034a5bc896bd474b3356b7bbcb122cd Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Thu, 18 Jan 2018 00:57:33 +0300 Subject: [PATCH 2525/3109] Add o-clock --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..36d94e7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2977,6 +2977,7 @@ packages: "Serokell @serokell": # - importify # haskell-src-exts via haskell-names - log-warper + - o-clock - universum "Lorenz Moesenlechner @moesenle": From 137ed04d581dbd98575ccfee64929bf10b321a67 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 11:14:32 +0000 Subject: [PATCH 2526/3109] hold back hoogle-5.0.17 on http-conduit-2.3.0 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d348b757..363e47c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3232,6 +3232,7 @@ packages: # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 + - hoogle < 5.0.17 # end of packages From 8f0302d1da4179f6110994299cb9ce987a47c5e2 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 11:56:02 +0000 Subject: [PATCH 2527/3109] tests broken for zip-archive and conduit-algorithms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 363e47c2..62a37148 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3531,6 +3531,8 @@ skipped-tests: - ihaskell # haskell-src-exts via here + - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/3 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We @@ -3652,6 +3654,7 @@ expected-test-failures: - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account + - zip-archive # https://github.com/jgm/zip-archive/issues/38 # Test executable requires arguments - hpqtypes From d998bd9025858c4d182d97e39305613225683882 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Thu, 18 Jan 2018 12:31:38 +0000 Subject: [PATCH 2528/3109] hpack-0.22 out of bounds for cabal2nix-2.8 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 62a37148..c6baee76 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3234,6 +3234,9 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 + # https://github.com/fpco/stackage/issues/3208 + - hpack < 0.22.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 3ddbdf3c28f44f426031e7d55d91885f09cba725 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 20 Jan 2018 13:20:52 +0200 Subject: [PATCH 2529/3109] Skip dlist-nonempty tests/benchmarks and splitmix benchmarks --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..bfd1fbfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3514,6 +3514,7 @@ skipped-tests: - tdigest - these - time-parsers + - dlist-nonempty # QuickCheck2.11 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 @@ -3915,6 +3916,10 @@ skipped-benchmarks: - fmt # haskell-src-exts via interpolate + # @phadej + - dlist-nonempty # criterion-1.3 + - splitmix# # criterion-1.3 + # end of skipped-benchmarks From 119a44a64e25c49a030d4a9652c2134a903b9984 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sat, 20 Jan 2018 20:52:46 +0000 Subject: [PATCH 2530/3109] fix plan --- build-constraints.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..c271b192 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3227,9 +3227,6 @@ packages: # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3203 - - http-client < 0.5.8 - # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 - hoogle < 5.0.17 @@ -3237,6 +3234,15 @@ packages: # https://github.com/fpco/stackage/issues/3208 - hpack < 0.22.0 + # https://github.com/fpco/stackage/issues/3210 + - constraints < 0.10 + + # https://github.com/fpco/stackage/issues/3211 + - pandoc-citeproc < 0.14 + + # https://github.com/fpco/stackage/issues/3212 + - safe-exceptions < 0.1.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 7c68f28c288c364089698c8b49e13c64582e8ea6 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 21 Jan 2018 10:28:34 +0000 Subject: [PATCH 2531/3109] hamilton and rebase are not building --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c271b192..77d99472 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,6 +3243,14 @@ packages: # https://github.com/fpco/stackage/issues/3212 - safe-exceptions < 0.1.7.0 + # https://github.com/mstksg/hamilton/issues/4 + - hamilton < 0 + + # https://github.com/nikita-volkov/rebase/issues/11 + - rebase < 0 + - hasql-transaction < 0 + - hasql-migration < 0 + # end of packages # Package flags are applied to individual packages, and override the values of From 52e0d66794140110b971b6cefbfc5d36858b6d61 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 22 Jan 2018 08:49:03 +0000 Subject: [PATCH 2532/3109] js-jquery < 3.3 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 77d99472..1bb83a51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3251,6 +3251,9 @@ packages: - hasql-transaction < 0 - hasql-migration < 0 + # https://github.com/fpco/stackage/issues/3213 + - js-jquery < 3.3 + # end of packages # Package flags are applied to individual packages, and override the values of From c4500a78c1787de884e8858e08046703cc44fb49 Mon Sep 17 00:00:00 2001 From: Paulo Tanaka Date: Mon, 22 Jan 2018 09:17:04 -0800 Subject: [PATCH 2533/3109] Adding zstd to stackage --- build-constraints.yaml | 4 ++++ debian-bootstrap.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..cd930f94 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "1.24" # Constraints for brand new builds packages: + "Paulo Tanaka @paulot": + # on behalf of Bryan O'Sullivan @bos: + - zstd + "Ferdinand van Walree @Ferdinand-vW": - sessiontypes - sessiontypes-distributed diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 1d54266c..833da323 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -123,6 +123,7 @@ apt-get install -y \ libxss-dev \ libyaml-dev \ libzip-dev \ + libzstd-dev \ libzmq3-dev \ llvm-3.9 \ locales \ From 110a5c8ae7a66b4278dde3fa3960060147a8831a Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 22 Jan 2018 10:35:00 -0800 Subject: [PATCH 2534/3109] Restore `bench` The latest release of `bench` supports the most recent version of its dependencies (including `turtle`) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bb83a51..6ab26733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -727,7 +727,7 @@ packages: - turtle - foldl - morte - # - bench # turtle 1.5 + - bench - dhall - dhall-bash - dhall-json From b9cf04e367752965d10d3a1caf6af7583ad338f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 22 Jan 2018 13:27:10 -0800 Subject: [PATCH 2535/3109] Skip tests for zip-archive per jgm/zip-archive#38 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ab26733..5ab7cbd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,8 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Too-new dependencies + - zip-archive # directory >= 1.3.1 # https://github.com/jgm/zip-archive/issues/38 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -3674,7 +3676,6 @@ expected-test-failures: - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account - - zip-archive # https://github.com/jgm/zip-archive/issues/38 # Test executable requires arguments - hpqtypes From 86f68eb8393b6e46009d9dfb0f752cd2c7a1f096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Mon, 22 Jan 2018 21:54:13 -0500 Subject: [PATCH 2536/3109] remove SoenkeHahn from the list of servant maintainers --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..18dddb16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4005,7 +4005,6 @@ github-users: haskell-servant: - phadej - jkarni - - SoenkeHahn vivid: - vivid-synth midair: From 305c491a1a6ed6f04b85395251edb2ab3e55ed96 Mon Sep 17 00:00:00 2001 From: Guru Devanla Date: Tue, 23 Jan 2018 06:08:32 -0800 Subject: [PATCH 2537/3109] Add 2 packages (cassava-records, pptable) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..a357bb8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3134,6 +3134,10 @@ packages: "Alexey Kotlyarov @koterpillar": - serverless-haskell + + "Guru Devanla @gdevanla": + - pptable + - cassava-records # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From a20b6821b9f1157befcf6b108986b25447c49865 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 15:57:55 +0100 Subject: [PATCH 2538/3109] Add lambdabot-core and lambdabot-irc-plugins. Also, sort the list of packages I maintain alphabetically. :-) --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa80a17..399756d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2041,8 +2041,8 @@ packages: - nagios-check "Peter Simons @peti": - - distribution-nixpkgs - cabal2nix + - distribution-nixpkgs - funcmp - hackage-db - hledger-interest @@ -2051,12 +2051,14 @@ packages: - hsemail - hsyslog - jailbreak-cabal + - json-autotype + - lambdabot-core + - lambdabot-irc-plugins - language-nix - logging-facade-syslog - nix-paths - streamproc - titlecase - - json-autotype "Mark Fine @markfine": - postgresql-schema From 41f94f7cbb152ce9e684327d4348f2ddc16c0d6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 Jan 2018 16:12:48 +0100 Subject: [PATCH 2539/3109] Add prim-unique to satisfy dependencies of lambdabot-core. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 399756d5..b4d66c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2057,6 +2057,7 @@ packages: - language-nix - logging-facade-syslog - nix-paths + - prim-uniq - streamproc - titlecase From da53f8eee790c2e46efc35dc8344710a8a14ab63 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 16:18:46 -0800 Subject: [PATCH 2540/3109] Skip hasql-transaction tests, re-add to build plan --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1222b5e0..11333202 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3248,7 +3248,6 @@ packages: # https://github.com/nikita-volkov/rebase/issues/11 - rebase < 0 - - hasql-transaction < 0 - hasql-migration < 0 # https://github.com/fpco/stackage/issues/3213 @@ -3437,6 +3436,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 From 8e513b471c2ac548165d407a143861c714601c8e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 17:24:27 -0800 Subject: [PATCH 2541/3109] Expect test failures for libmpd per vimus/libmpd-haskell#104 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28b9a200..f028b9ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3596,6 +3596,7 @@ expected-test-failures: - hastache - idris # https://github.com/fpco/stackage/issues/1382 - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 + - libmpd # https://github.com/vimus/libmpd-haskell/issues/104 - math-functions # https://github.com/bos/math-functions/issues/25 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems From f97c7efa7d64b12210e21f81d58265d68a89fd44 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 17:41:27 -0800 Subject: [PATCH 2542/3109] update cabal-format-version to 2.0 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f028b9ea..ec6ea821 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ 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 # supported by the most recent cabal-install and Stack releases. -cabal-format-version: "1.24" +cabal-format-version: "2.0" # Constraints for brand new builds packages: From bf6cd16d764ec18f31adbb95ca657be1b6fe33af Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 19:00:25 -0800 Subject: [PATCH 2543/3109] Unskip tests for zip-archive per jgm/zip-archive#38 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f028b9ea..aadaf500 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3433,8 +3433,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Too-new dependencies - - zip-archive # directory >= 1.3.1 # https://github.com/jgm/zip-archive/issues/38 # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From c2484d3d705c07bcfe1b78c9f913af103a54953d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:17:53 -0800 Subject: [PATCH 2544/3109] Add constraint "http-client ==0.5.8.*" per #3221 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aadaf500..7ebbd72e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,9 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 + # https://github.com/fpco/stackage/issues/3221 + - http-client ==0.5.8.* + # end of packages # Package flags are applied to individual packages, and override the values of From 19b9de1615bc62b56aefe5b96599bbb703bfc6c6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:40:15 -0800 Subject: [PATCH 2545/3109] Expect test failure for zstd per #3219 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ebbd72e..3c988624 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3803,6 +3803,7 @@ expected-test-failures: - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - store # https://github.com/fpco/store/issues/120 + - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) # https://www.snoyman.com/blog/2017/11/future-proofing-test-suites From 3159aae18a1e7d09828b10ba8d6869a965db87fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:58:19 -0800 Subject: [PATCH 2546/3109] Add constraint "attoparsec-time" per ocramz/plot-light#2 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c988624..17a6b806 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,9 @@ packages: # https://github.com/fpco/stackage/issues/3221 - http-client ==0.5.8.* + # https://github.com/ocramz/plot-light/issues/2 + - attoparsec-time < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From fa94356031f1eea971bcc8b95fa6e592bc5f8977 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 22:59:38 -0800 Subject: [PATCH 2547/3109] Disable arrowp-qq per pepeiborra/arrowp#8 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17a6b806..90d25735 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -78,7 +78,7 @@ packages: - model "Jose Iborra @pepeiborra": - - arrowp-qq + # - arrowp-qq # build failure https://github.com/pepeiborra/arrowp/issues/8 - clr-marshal - clr-host - haskell-src-exts-util From 40205d9b951f1191113a94e68c70a124a82c7a26 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 23:06:05 -0800 Subject: [PATCH 2548/3109] Disable invertible per dylex/invertible#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90d25735..5b8a6340 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,7 +2808,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # build failure https://github.com/dylex/invertible/issues/3 - ztail "Louis Pan @louispan": From 7799c906cae0ab317b848f872579dacd94f23789 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 23 Jan 2018 23:48:49 -0800 Subject: [PATCH 2549/3109] Expect test failure for heist, see snapframework/heist#111 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b8a6340..0e1be59f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3798,6 +3798,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 + - heist # not updated to pandoc 2, see https://github.com/snapframework/heist/pull/111 - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 From af09f12b4ab727a1119bbc423fe5a86ed2dc30cc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 00:33:47 -0800 Subject: [PATCH 2550/3109] Disable mallard per AndrewRademacher/mallard#49 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e1be59f..22a6fec6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2238,7 +2238,7 @@ packages: - aeson-casing - graylog - parsec-numeric - - mallard + # - mallard # https://github.com/AndrewRademacher/mallard/issues/49 - gdax "Callum Rogers @CRogers": From c3cf8944ee57b3dc8e744e2697cf67ecdda2cecb Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 24 Jan 2018 12:16:28 -0500 Subject: [PATCH 2551/3109] Re-enable invertible 0.2.0.3 fixes build with semigroupoids-5.2.2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22a6fec6..66a47227 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2808,7 +2808,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - # - invertible # build failure https://github.com/dylex/invertible/issues/3 + - invertible - ztail "Louis Pan @louispan": From 3e3a2cbad33db8586d103e08f0714bc4801036de Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 24 Jan 2018 14:05:49 -0500 Subject: [PATCH 2552/3109] PR template: fix typo of "successfully" --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7270f812..253ecd41 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` - [ ] Some time passed since Hackage upload -- [ ] On your own machine, in a new directory, you have succesfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): +- [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): stack unpack $package cd $package-$version From 0796d652217e20b2cc54ff069a525ab0f428630d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 13:32:19 -0800 Subject: [PATCH 2553/3109] Unconstrain megaparsec and friends per #3159 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66a47227..6f85d6e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,11 +3205,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3159 - - megaparsec < 6.4 - - mmark < 0.0.4.1 - - modern-uri < 0.2.0.0 - # https://github.com/serokell/log-warper/pull/91 # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 From 0e24e94208ef061747c6608deee6cfda81191b31 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 14:46:26 -0800 Subject: [PATCH 2554/3109] Remove constraint "constraints < 0.10", closes #3210 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a37a363..e95477de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3208 - hpack < 0.22.0 - # https://github.com/fpco/stackage/issues/3210 - - constraints < 0.10 - # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 From f6488a1aea3a02f0ef4d39a9a8a95bbce85a760c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 14:54:02 -0800 Subject: [PATCH 2555/3109] Expect zm tests to pass per #3026 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e95477de..980b7160 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3784,7 +3784,6 @@ expected-test-failures: # Doctest failures - teardown - model # https://github.com/Quid2/model/issues/2 - - zm # https://github.com/fpco/stackage/issues/3026 # Misc. - dbus From 00fe5c6d36926ee4dda79b9b5058a1300dd99caa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 15:05:52 -0800 Subject: [PATCH 2556/3109] Unskip benchmarks for servant-kotlin, closes #3088 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 980b7160..956155c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3885,7 +3885,6 @@ skipped-benchmarks: - ttrie # criterion-plus and th-pprint - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 - - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 # Transitive outdated dependencies # These packages From 7e7302f6221e9225fa37a572999f9814a94b2e70 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 15:11:26 -0800 Subject: [PATCH 2557/3109] Update link re: terminal-progress-bar tests, closes #3101 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 956155c7..2f321c82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,7 +3461,7 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6 https://github.com/fpco/stackage/issues/3101 + - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From 4aca2b1be3b08c06ef50601857a017359336775a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:51:12 -0800 Subject: [PATCH 2558/3109] Unconstrain http-types (0.11), block incompatible, see #2976 --- build-constraints.yaml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f321c82..9069ab3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - - bloodhound + # - bloodhound # http-types 0.11 - esqueleto "Adam Bergmark @bergmark": @@ -1137,8 +1137,8 @@ packages: - glib - pango - ghcjs-codemirror - - ghcjs-dom - - jsaddle + # - ghcjs-dom # http-types 0.11 via jsaddle + # - jsaddle # http-types 0.11 - vado - vcswrapper - ShellCheck @@ -1249,9 +1249,9 @@ packages: - tree-diff # scrive/log - - log + # - log # http-types 0.11 via bloodhound - log-base - - log-elasticsearch + # - log-elasticsearch # http-types 0.11 via bloodhound - log-postgres # Not a maintainer @@ -1746,7 +1746,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - - IPv6DB + # - IPv6DB # http-types 0.11 "koral koral@mailoo.org @k0ral": - atom-conduit @@ -2282,7 +2282,7 @@ packages: - web-routes-happstack - web-routes-hsp - web-routes-th - - web-routes-wai + # - web-routes-wai # http-types 0.11 # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": @@ -2390,7 +2390,7 @@ packages: - hs-GeoIP - retry - katip - - katip-elasticsearch + # - katip-elasticsearch # http-types 0.11 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -3028,7 +3028,8 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - - docker + [] + # - docker # http-types 0.11 "Hexirp @Hexirp": - doctest-driver-gen @@ -3073,7 +3074,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - - airship + # - airship # http-types 0.11 "Sam Stites @stites": - gym-http-api @@ -3187,10 +3188,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2976 - - http-types < 0.10 - - hoauth2 < 1.6.1 - # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 2ddf38c33ce0c318b2d2c6231bbafbba7a77e7f2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:56:53 -0800 Subject: [PATCH 2559/3109] Unconstrain text (1.2.3.0), block incompatible, see #3147 --- build-constraints.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9069ab3e..1112e48a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -219,7 +219,7 @@ packages: - plot-light "Joseph Canero @caneroj1": - - sqlite-simple-errors + # - sqlite-simple-errors # text 1.2.3.0 - median-stream - stm-supply - filter-logger @@ -1557,7 +1557,7 @@ packages: - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - - rattletrap + # - rattletrap # text-1.2.3.0 - statestack # Maintained by @byorgey. - strive - wuss @@ -1922,7 +1922,7 @@ packages: - Spock-lucid - charsetdetect-ae - ilist - - text-all + # - text-all # text-1.2.3.0 - fmt "Takano Akio tak@anoak.io @takano-akio": @@ -3191,12 +3191,6 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # https://github.com/fpco/stackage/issues/3147 - # - # Note: due to https://github.com/haskell/text/issues/211, - # may need to skip tests when removing this - - text < 1.2.3 - # Does not support newest QuickCheck - test-framework < 0.8.2.0 @@ -3459,6 +3453,7 @@ skipped-tests: - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 + - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck From a5bbaaf7547d17159f7b202e157cf1e8a63e41c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 24 Jan 2018 16:59:44 -0800 Subject: [PATCH 2560/3109] Unconstrain http-client (0.5.8), see #3221 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1112e48a..f3a77ddf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,9 +3256,6 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/fpco/stackage/issues/3221 - - http-client ==0.5.8.* - # https://github.com/ocramz/plot-light/issues/2 - attoparsec-time < 1 From 90dba1444d8ebd011cad728b9cbb46a9bdc78789 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Thu, 25 Jan 2018 14:47:18 +0900 Subject: [PATCH 2561/3109] Re-enable servant-kotlin --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..fb3b7afe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -67,7 +67,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - rakuten - # - servant-kotlin # formatting 6.3 + - servant-kotlin "Pavol Klacansky @pavolzetor": - openexr-write From 64d4962541a29afe435f96ae74b64e5ec440e171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= Date: Thu, 25 Jan 2018 08:52:42 -0500 Subject: [PATCH 2562/3109] Update Stack Builders maintainers list --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..9215360b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3998,9 +3998,9 @@ github-users: clckwrks: - stepcut stackbuilders: - - sestrella + - javcasas - jsl - - jsantos17 + - sestrella scotty-web: - RyanGlScott - xich From 92b881f1669fc5379a11210abed4caf924881fc2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 10:48:09 -0800 Subject: [PATCH 2563/3109] Revert "Unconstrain http-types (0.11), block incompatible, see #2976" This reverts commit 4aca2b1be3b08c06ef50601857a017359336775a. --- build-constraints.yaml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3a77ddf..882a9e78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -748,7 +748,7 @@ packages: "Chris Allen @bitemyapp": - machines-directory - machines-io - # - bloodhound # http-types 0.11 + - bloodhound - esqueleto "Adam Bergmark @bergmark": @@ -1137,8 +1137,8 @@ packages: - glib - pango - ghcjs-codemirror - # - ghcjs-dom # http-types 0.11 via jsaddle - # - jsaddle # http-types 0.11 + - ghcjs-dom + - jsaddle - vado - vcswrapper - ShellCheck @@ -1249,9 +1249,9 @@ packages: - tree-diff # scrive/log - # - log # http-types 0.11 via bloodhound + - log - log-base - # - log-elasticsearch # http-types 0.11 via bloodhound + - log-elasticsearch - log-postgres # Not a maintainer @@ -1746,7 +1746,7 @@ packages: - Spintax - glabrous - google-oauth2-jwt - # - IPv6DB # http-types 0.11 + - IPv6DB "koral koral@mailoo.org @k0ral": - atom-conduit @@ -2282,7 +2282,7 @@ packages: - web-routes-happstack - web-routes-hsp - web-routes-th - # - web-routes-wai # http-types 0.11 + - web-routes-wai # - hsx2hs # haskell-src-exts "Pedro Tacla Yamada @yamadapc": @@ -2390,7 +2390,7 @@ packages: - hs-GeoIP - retry - katip - # - katip-elasticsearch # http-types 0.11 + - katip-elasticsearch "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -3028,8 +3028,7 @@ packages: - cisco-spark-api "Deni Bertovic @denibertovic, James Parker ": - [] - # - docker # http-types 0.11 + - docker "Hexirp @Hexirp": - doctest-driver-gen @@ -3074,7 +3073,7 @@ packages: "Tim McGilchrist @tmcgilchrist": - riak - # - airship # http-types 0.11 + - airship "Sam Stites @stites": - gym-http-api @@ -3188,6 +3187,10 @@ packages: "Stackage upper bounds": + # https://github.com/fpco/stackage/issues/2976 + - http-types < 0.10 + - hoauth2 < 1.6.1 + # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 27dfe7fbada938d0335d086ec3ea6dbbb4589792 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Thu, 25 Jan 2018 20:05:34 +0100 Subject: [PATCH 2564/3109] Re-enable servant-exceptions servant-0.12 support was added in version 0.1.1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 882a9e78..2494a18a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Sebastian Nagel @ch1bo": - hdevtools - # - servant-exceptions # https://github.com/ch1bo/servant-exceptions/issues/1 + - servant-exceptions "Vaibhav Sagar @vaibhavsagar": - ihaskell From 9559d10b68d08f9b529683976721873e4970dfe9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 14:58:33 -0800 Subject: [PATCH 2565/3109] Remove constraint "hpack < 0.22.0", closes #3208 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 882a9e78..44669b5c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3240,9 +3240,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3208 - - hpack < 0.22.0 - # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 From f11032209fac318d1350c131439007718b2decb7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 15:05:47 -0800 Subject: [PATCH 2566/3109] Remove constraint "safe-exceptions < 0.1.7.0", closes #3212 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44669b5c..f008b4b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3243,9 +3243,6 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/fpco/stackage/issues/3212 - - safe-exceptions < 0.1.7.0 - # https://github.com/mstksg/hamilton/issues/4 - hamilton < 0 From f45e1eb4810ed304a62015d14e26f745284d82f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 25 Jan 2018 23:27:34 -0800 Subject: [PATCH 2567/3109] Add constraint "rest-client < 0.5.2.1" per silkapp/rest#157 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ee761be2..af156a2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,9 @@ packages: # https://github.com/ocramz/plot-light/issues/2 - attoparsec-time < 1 + # https://github.com/silkapp/rest/issues/157 + - rest-client < 0.5.2.1 + # end of packages # Package flags are applied to individual packages, and override the values of From f63cd41d77ec8092db517f923983372adf0e8883 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 09:52:44 -0800 Subject: [PATCH 2568/3109] Remove constraint "attoparsec-time < 1" per ocramz/plot-light#2 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af156a2f..16307eec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3253,9 +3253,6 @@ packages: # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/ocramz/plot-light/issues/2 - - attoparsec-time < 1 - # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 From fe03ac76cbc4bb0a2aac8f781e777aeaa8aa94f2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 09:56:18 -0800 Subject: [PATCH 2569/3109] Add constraint "ratel < 1" per #3228 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16307eec..317d2c9a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,6 +3256,9 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 + # https://github.com/fpco/stackage/issues/3228 + - ratel < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From 8899a46dd6eb0caefdd6a591d08ad8c4c7f508c2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 10:00:51 -0800 Subject: [PATCH 2570/3109] Skip test & bench for o-clock per #3207 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f85e8606..921f6711 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3461,6 +3461,7 @@ skipped-tests: # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 + - o-clock # tasty 0.12 via tasty-hedgehog - path # via genvalidity genvalidity-property # Blocked by stackage upper bounds. These can be re-enabled once @@ -3879,6 +3880,7 @@ skipped-benchmarks: # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. + - o-clock # base-4.10 and time-1.8 via tiempo # Compilation failures From 7bd086e53bba5269d901792520d8bc64a3fd8c1c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 10:54:30 -0800 Subject: [PATCH 2571/3109] Add constraint "universum < 1.0.4" per serokell/universum#127 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 921f6711..730cd8c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: # https://github.com/fpco/stackage/issues/3228 - ratel < 1 + # https://github.com/serokell/universum/issues/127 + - universum < 1.0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 9baf406b83b79af9e7cb06dee2243fd4df98892b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:54:01 -0800 Subject: [PATCH 2572/3109] Remove constraint "ratel < 1", closes #3228 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 730cd8c2..15072ac0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3228 - - ratel < 1 - # https://github.com/serokell/universum/issues/127 - universum < 1.0.4 From 61c8fe8e359305a63c565faf6cd01f445349dc4f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:56:00 -0800 Subject: [PATCH 2573/3109] Unskip tests for terminal-progress-bar per roelvandijk/terminal-progress-bar#23 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 15072ac0..6ca9101a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,7 +3450,6 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6 https://github.com/roelvandijk/terminal-progress-bar/issues/23 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From 318b628da929ed61d7f15f846bd8c9782191c8fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 16:59:01 -0800 Subject: [PATCH 2574/3109] Unconstrain universum, but expect test failure per serokell/universum#127 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ca9101a..20513844 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/serokell/universum/issues/127 - - universum < 1.0.4 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3718,6 +3715,7 @@ expected-test-failures: - shikensu # https://github.com/icidasset/shikensu/issues/5 - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 + - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 From 7c13c80ef858ec4474028225e37e95ce6dd3b5e7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 26 Jan 2018 20:44:39 -0800 Subject: [PATCH 2575/3109] Unconstrain tasty-quickcheck, skip tests for model, see #3190 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20513844..b8e7f4ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,9 +3231,6 @@ packages: # https://github.com/fpco/stackage/issues/3189 - skylighting < 0.6 - # https://github.com/fpco/stackage/issues/3190 - - tasty-quickcheck < 0.9.2 - # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 @@ -3441,6 +3438,7 @@ skipped-tests: - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 + - model # tasty-quickcheck 0.9.2 - next-ref # hspec 2.3 - parsec # HUnit 1.6 - partial-order # HUnit 1.6 From 9100f29b7bd56b2c64995e925d097c61cd236ef0 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 10:46:48 +0200 Subject: [PATCH 2576/3109] add bhoogle --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8e7f4ce..74865bdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3151,6 +3151,10 @@ packages: "Tim Humphries @thumphries": - transformers-either + + "Andre Van Der Merwe @andrevdm": + - bhoogle + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 97b5e766d7ca309174e8c8fab7f4d32c4e395ee8 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 14:08:28 +0200 Subject: [PATCH 2577/3109] Update build-constraints.yaml --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74865bdf..c1dc7a4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,6 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle - # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 309a95c6ab45300f07e6988d4da9d1b7e2d5c6f7 Mon Sep 17 00:00:00 2001 From: Andre Van Der Merwe Date: Sat, 27 Jan 2018 14:09:38 +0200 Subject: [PATCH 2578/3109] Add bhoogle fixing commit message --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c1dc7a4e..790741c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3154,7 +3154,7 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle - + # 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 From 771100ee137d397d0c15da732a631fb82869eec3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 27 Jan 2018 07:54:15 -0800 Subject: [PATCH 2579/3109] Constrain terminal-progress bar < 0.1.2, skip tests per #3230 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8e7f4ce..324a5800 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3254,6 +3254,9 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 + # https://github.com/fpco/stackage/issues/3230 + - terminal-progress-bar < 0.1.2 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -3445,6 +3448,7 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck + - terminal-progress-bar # HUnit 1.6, see also https://github.com/fpco/stackage/issues/3230 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From b49c03535d54e4892bacdd2b82349839ec8cd796 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sat, 27 Jan 2018 16:16:34 +1100 Subject: [PATCH 2580/3109] Add hw-fingertree and hw-fingertree-strict libraries --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a5800..e57e7fb8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2468,6 +2468,8 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int + - hw-fingertree + - hw-fingertree-strict - hw-json - hw-parser - hw-prim From c066ebd533474260d9c64105de0307c59bdb883f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 27 Jan 2018 15:58:22 -0800 Subject: [PATCH 2581/3109] Tell me when http-types (> 0.11) is released, see #2976 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 324a5800..f5f6d9ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4065,6 +4065,7 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: +- http-types-0.11 # Open an issue to unconstrain (currently < 0.11), see https://github.com/fpco/stackage/issues/2976#issuecomment-360716645 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - freer-effects-0.3.0.1 # re-enable extensible benchmarks From 4588a517c52f1bfbc0a40a19efa3771e456d911b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 28 Jan 2018 14:31:32 +0200 Subject: [PATCH 2582/3109] List the curators --- CURATORS.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index fb424315..24cd35b4 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -1,8 +1,15 @@ This is a collection of instructions covering the processes that the Stackage curators - the -guys who maintain the Stackage project itself - should be doing on a regular basis. -Originally this was handled largely by Michael Snoyman, -but now we are a team of 5 people handling requests weekly in rotation. +team who maintain the Stackage project itself - should be doing on a regular basis. Curation activities are mostly automated, and do not take up a significant amount of time. +The following is the current list of curators, in alphabetical order: + +* Adam Bergmark +* Chris Dornan +* Dan Burton +* Jens Petersen +* Luke Murphy +* Michael Snoyman +* Mihai Maruseac ## Workflow overview From 1e3519e85dca48a9b7f877e28d0e10168b7456b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 05:15:26 -0800 Subject: [PATCH 2583/3109] Update issue link for http-types (0.12) #3232 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf17c9e4..d7970eb2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3193,7 +3193,7 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/2976 + # https://github.com/fpco/stackage/issues/3232 - http-types < 0.10 - hoauth2 < 1.6.1 @@ -4070,7 +4070,6 @@ build-tool-overrides: # If bindings-GLFW-3.1.2.1 is the current latest version write # - bindings-GLFW-3.1.2.1 # Comment saying what should be done when the new version is releasedskipped test-suite tell-me-when-its-released: -- http-types-0.11 # Open an issue to unconstrain (currently < 0.11), see https://github.com/fpco/stackage/issues/2976#issuecomment-360716645 - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - freer-effects-0.3.0.1 # re-enable extensible benchmarks From a32891d75a55a0f9bd40188e3d1afff3840ea0a3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 05:35:15 -0800 Subject: [PATCH 2584/3109] Unconstrain haddock-library per #3220 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7970eb2..6eb0911f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2951,7 +2951,7 @@ packages: - conduit-algorithms "Alex Biehl @alexbiehl": - - haddock-library < 1.4.4 # cabal-version >= 2 + - haddock-library "Mark Hopkins @mjhopkins": [] From 121b3e65c97080461731360e4af24812792d10ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 07:45:37 -0800 Subject: [PATCH 2585/3109] Add constraint "adjunctions < 4.4" per #3233 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6eb0911f..2669ff84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3262,6 +3262,9 @@ packages: # https://github.com/fpco/stackage/issues/3230 - terminal-progress-bar < 0.1.2 + # https://github.com/fpco/stackage/issues/3233 + - adjunctions < 4.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 7771059310be80bfb5d630ad683926c6a4bfb238 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 07:47:05 -0800 Subject: [PATCH 2586/3109] Add constraint "free < 5" per #3234 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2669ff84..4e341b1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3265,6 +3265,9 @@ packages: # https://github.com/fpco/stackage/issues/3233 - adjunctions < 4.4 + # https://github.com/fpco/stackage/issues/3234 + - free < 5 + # end of packages # Package flags are applied to individual packages, and override the values of From 8f7b5cbb63bfed96354ea62ec0c25b531b06d48e Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 28 Jan 2018 23:41:03 +0530 Subject: [PATCH 2587/3109] Enable shelly tests back --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf17c9e4..9481c723 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3484,7 +3484,6 @@ skipped-tests: - intero # https://github.com/commercialhaskell/intero/issues/462 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/4/test-suite-failure-with-ghc-82 - reroute # https://github.com/agrafix/Spock/issues/130 - - shelly # https://github.com/yesodweb/Shelly.hs/issues/150 # Missing foreign library - symengine # symengine From 267f898e790526c4d265d59df584b3e83c3d1449 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:13:01 -0800 Subject: [PATCH 2588/3109] Skip tests for pipes-group (needs doctest < 0.13) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e341b1f..911ee5f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3456,6 +3456,7 @@ skipped-tests: - next-ref # hspec 2.3 - parsec # HUnit 1.6 - partial-order # HUnit 1.6 + - pipes-group # doctest 0.13 - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck From 85e1c1d5759fb0db34ca88530e6ec9876ddcd2bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:13:42 -0800 Subject: [PATCH 2589/3109] Add constraint "hpack < 0.23" per #3237 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 911ee5f1..7ab8877a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3268,6 +3268,9 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 + # https://github.com/fpco/stackage/issues/3237 + - hpack < 0.23 + # end of packages # Package flags are applied to individual packages, and override the values of From b906c8f5810cdcc73eb96d675bcfce77a56cfc04 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:15:18 -0800 Subject: [PATCH 2590/3109] Add constraint "lens < 4.16" per #3238 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ab8877a..b6a75950 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3271,6 +3271,9 @@ packages: # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 + # https://github.com/fpco/stackage/issues/3238 + - lens < 4.16 + # end of packages # Package flags are applied to individual packages, and override the values of From 1df63c7ae4fa95d8075b473574f8f56bbf19cc60 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 12:16:35 -0800 Subject: [PATCH 2591/3109] Expect haddock failure for haddock-library per #3236 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6a75950..72bf6b6b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3861,9 +3861,10 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 + - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 # Runs out of memory - store From 64129536f433cb7a5830868243dfa277c33a87bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 18:08:33 -0800 Subject: [PATCH 2592/3109] Add constraint "ChannelT < 0.0.0.7" per #3234 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72bf6b6b..709f259d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3267,6 +3267,7 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 + - ChannelT < 0.0.0.7 # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 From ebb8754f46a1e16b24f9523ab5f91797a1d5c119 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 28 Jan 2018 20:21:53 -0800 Subject: [PATCH 2593/3109] Adjust ChannelT constraint to == 0.0.0.4, see #3234 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 709f259d..b2246048 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3267,7 +3267,7 @@ packages: # https://github.com/fpco/stackage/issues/3234 - free < 5 - - ChannelT < 0.0.0.7 + - ChannelT == 0.0.0.4 # https://github.com/fpco/stackage/issues/3237 - hpack < 0.23 From fe12399059ad3a5ee0e513c0a0185745c28f70e4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 29 Jan 2018 17:29:12 +0100 Subject: [PATCH 2594/3109] Disable failing tests for http-link-header. Please see https://github.com/myfreeweb/http-link-header/issues/7. --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 73f50bd4..e31f712f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3153,10 +3153,10 @@ packages: "Tim Humphries @thumphries": - transformers-either - + "Andre Van Der Merwe @andrevdm": - bhoogle - + # 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 @@ -3739,6 +3739,7 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 7c711c36ac620fdbb6f42ff5c63a8d2a1531a946 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 29 Jan 2018 19:58:18 +0100 Subject: [PATCH 2595/3109] Add upper bounds for semigroupoids. Please see https://github.com/fpco/stackage/issues/3239. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31f712f..de6c9f40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,9 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 + # https://github.com/fpco/stackage/issues/3239 + - semigroupoids < 5.2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 1d13a7f6227fdeb17bc44107a37e2857acc63360 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 29 Jan 2018 14:53:49 -0800 Subject: [PATCH 2596/3109] Add aeson-typescript --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index de6c9f40..b0830da3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Tom McLaughlin @thomasjm": + - aeson-typescript + "Paulo Tanaka @paulot": # on behalf of Bryan O'Sullivan @bos: - zstd From 8053f677c43bb8822a791e27ae950fe68db1feaf Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jan 2018 10:44:28 +0100 Subject: [PATCH 2597/3109] Revert "Add upper bounds for semigroupoids." This reverts commit 7c711c36ac620fdbb6f42ff5c63a8d2a1531a946. Closes https://github.com/fpco/stackage/issues/3239. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de6c9f40..e31f712f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 - # https://github.com/fpco/stackage/issues/3239 - - semigroupoids < 5.2.2 - # end of packages # Package flags are applied to individual packages, and override the values of From 1fdd5e7ef9338a989871e39743a7e72cdb775de1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 30 Jan 2018 17:12:01 +0100 Subject: [PATCH 2598/3109] Remove constraint on terminal-progress-bar. Also reverts 771100ee137d397d0c15da732a631fb82869eec3. This closes https://github.com/fpco/stackage/issues/3230. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e31f712f..9905c65f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,9 +3259,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3230 - - terminal-progress-bar < 0.1.2 - # https://github.com/fpco/stackage/issues/3233 - adjunctions < 4.4 @@ -3467,7 +3464,6 @@ skipped-tests: - printcess # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - terminal-progress-bar # HUnit 1.6, see also https://github.com/fpco/stackage/issues/3230 - text # HUnit 1.6 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 From 99b860ca273614ba75810d9131316dea811c5df5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:26:24 +0100 Subject: [PATCH 2599/3109] Add upper bounds for eventsource-geteventstore-store + mwc-probability. Please see: * https://github.com/fpco/stackage/issues/3244 * https://github.com/fpco/stackage/issues/3245 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9905c65f..ed778de2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3272,6 +3272,12 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 + # https://github.com/fpco/stackage/issues/3244 + - eventsource-geteventstore-store < 1.1 + + # https://github.com/fpco/stackage/issues/3245 + - mwc-probability < 2 + # end of packages # Package flags are applied to individual packages, and override the values of From 04dfd8258dd65cc752b306759c34bbfe9c3b08e7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:31:15 +0100 Subject: [PATCH 2600/3109] Add upper bounds for eventstore not eventsource*. This is a fix-up for 99b860ca. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed778de2..f3fa77bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,7 +3273,7 @@ packages: - lens < 4.16 # https://github.com/fpco/stackage/issues/3244 - - eventsource-geteventstore-store < 1.1 + - eventstore < 1.1 # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From 90faa4e5bf5827ec0ba10debff34bb5da20d58c7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 31 Jan 2018 11:50:57 +0100 Subject: [PATCH 2601/3109] Temporarily block xlsx-tabular. Please see https://github.com/kkazuo/xlsx-tabular/issues/8. --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff3b48cc..7d43b6ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,7 +2404,8 @@ packages: - free-vl "Kazuo Koga @kkazuo": - - xlsx-tabular + [] + # - xlsx-tabular # https://github.com/kkazuo/xlsx-tabular/issues/8 "Mikhail Glushenkov @23Skidoo": - Cabal From ad867cea5693b287309990a51ca9f88a935a0fdc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Feb 2018 10:51:53 +0100 Subject: [PATCH 2602/3109] Revert "Temporarily block xlsx-tabular." This reverts commit 90faa4e5bf5827ec0ba10debff34bb5da20d58c7. Closes https://github.com/kkazuo/xlsx-tabular/issues/8. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d43b6ab..ff3b48cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2404,8 +2404,7 @@ packages: - free-vl "Kazuo Koga @kkazuo": - [] - # - xlsx-tabular # https://github.com/kkazuo/xlsx-tabular/issues/8 + - xlsx-tabular "Mikhail Glushenkov @23Skidoo": - Cabal From cbb23ceb25571317bfa4cd381e41410a6c8cf53f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 1 Feb 2018 11:51:11 +0100 Subject: [PATCH 2603/3109] Add upper bounds sfor product-profunctors. Please see https://github.com/fpco/stackage/issues/3246. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff3b48cc..f5ab9b5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,9 @@ packages: # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 + # https://github.com/fpco/stackage/issues/3246 + - product-profunctors < 0.9.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 817058ffe758b925443733f6b6bf07faa4e7d663 Mon Sep 17 00:00:00 2001 From: Roman Gonzalez Date: Thu, 1 Feb 2018 16:26:38 +0000 Subject: [PATCH 2604/3109] Update email and mark package test-suite as unreliable --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5ab9b5f..47b0c2ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -93,7 +93,7 @@ packages: # - clr-inline # haskell-src-exts via here # possibly nondeterministic failures, see https://github.com/fpco/stackage/issues/2510 - strict-types - "Roman Gonzalez @roman": + "Roman Gonzalez @roman": - teardown - capataz @@ -3598,6 +3598,7 @@ expected-test-failures: # from expected-failures if we know a fix has been released. - aeson-lens # https://github.com/tanakh/aeson-lens/issues/10 - cabal-debian # https://github.com/ddssff/cabal-debian/issues/50 + - capataz # https://github.com/roman/Haskell-capataz/issues/6 - crypto-numbers - css-text # 0.1.2.2 https://github.com/yesodweb/css-text/issues/10 - distributed-process From 68db0a93ec17d3fa7dbe53f6be7bd12e016747d7 Mon Sep 17 00:00:00 2001 From: Dmitry Kovanikov Date: Thu, 1 Feb 2018 23:17:51 +0300 Subject: [PATCH 2605/3109] Return haskell-names back --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..d7771861 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2627,8 +2627,7 @@ packages: - language-fortran "Philipp Schuster @phischu": - [] - # - haskell-names # haskell-src-exts + - haskell-names "Shao Cheng @TerrorJack": - cabal-toolkit From 0b1c203ca0746b97834681ed824703d498e153ca Mon Sep 17 00:00:00 2001 From: Justin Le Date: Thu, 1 Feb 2018 15:27:20 -0800 Subject: [PATCH 2606/3109] adding hamilton back in to stackage https://github.com/mstksg/hamilton/4 has been fixed in the latest version, so just submitting a change to put it back into the nightlies :) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..9b230bcf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/mstksg/hamilton/issues/4 - - hamilton < 0 - # https://github.com/nikita-volkov/rebase/issues/11 - rebase < 0 - hasql-migration < 0 From 710aab2cdc7ea4ec291b824655b961e507fc2619 Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Thu, 1 Feb 2018 22:51:19 -0500 Subject: [PATCH 2607/3109] Add overhang --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..203cdc7a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2351,6 +2351,7 @@ packages: - logging-effect-extra - logging-effect-extra-file - logging-effect-extra-handler + - overhang "Suhail Shergill @suhailshergill": - extensible-effects From 672d6f636f36fab6b7a9f5f2c5639ea410877298 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Feb 2018 12:35:09 +0100 Subject: [PATCH 2608/3109] CURATORS: Add curator github IDs --- CURATORS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 24cd35b4..0cfaca7d 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -3,13 +3,13 @@ team who maintain the Stackage project itself - should be doing on a regular bas Curation activities are mostly automated, and do not take up a significant amount of time. The following is the current list of curators, in alphabetical order: -* Adam Bergmark -* Chris Dornan -* Dan Burton -* Jens Petersen -* Luke Murphy -* Michael Snoyman -* Mihai Maruseac +* Adam Bergmark (@bergmark) +* Chris Dornan (@cdornan) +* Dan Burton (@danburton) +* Jens Petersen (@juhp) +* Luke Murphy (@lwm) +* Michael Snoyman (@snoyberg) +* Mihai Maruseac (@mihaimaruseac) ## Workflow overview From 796d1b6caf3ea433d64a32e913c92cc27b027f70 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 12:46:09 +0100 Subject: [PATCH 2609/3109] Remove upper bounds for eventstore. Closes https://github.com/fpco/stackage/issues/3244. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47b0c2ed..e60df053 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 - # https://github.com/fpco/stackage/issues/3244 - - eventstore < 1.1 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From ce10957f89ffa14acf233ed543cf8e2335846b1f Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 12:48:19 +0100 Subject: [PATCH 2610/3109] Mark aeson-typescript test suite for failure. Please see https://github.com/codedownio/aeson-typescript/issues/2. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e60df053..a14b9787 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,6 +3746,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 + - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 3ecc908c0b057fc17794eec86401bb381d717ef8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:08:28 +0100 Subject: [PATCH 2611/3109] Mark courier test suite as failing. Please see https://github.com/hargettp/courier/issues/19. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a14b9787..dfdfce3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3747,6 +3747,7 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 + - courier # https://github.com/hargettp/courier/issues/19 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From e0b99d32421d7efc287fc19e726653f03aef6a45 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:12:51 +0100 Subject: [PATCH 2612/3109] Temp block mega-sdist, hs-snowtify and structured-haskell-mode. Please see: * https://github.com/snoyberg/mega-sdist/issues/4 * https://github.com/aiya000/hs-snowtify/issues/1 * https://github.com/chrisdone/structured-haskell-mode/issues/156 --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfdfce3f..604c056e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -294,7 +294,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - - mega-sdist + # - mega-sdist # https://github.com/snoyberg/mega-sdist/issues/4 - case-insensitive - classy-prelude-yesod - conduit-combinators @@ -523,7 +523,7 @@ packages: - wrap - path - weigh - - structured-haskell-mode + # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": - RefSerialize @@ -2805,7 +2805,7 @@ packages: "aiya000 @aiya000": - stack-type - throwable-exceptions - - snowtify + # - snowtify # https://github.com/aiya000/hs-snowtify/issues/1 "Mitsutoshi Aoe @maoe": - influxdb From 87b5bfcc8e8e1f9e53b10671cae916e55ea270eb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 13:58:36 +0100 Subject: [PATCH 2613/3109] Add upper bounds for conduit/yesod-pocalypse. Please see issues referenced in the commit body. --- build-constraints.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 604c056e..fdc2a27d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,48 @@ packages: # https://github.com/fpco/stackage/issues/3246 - product-profunctors < 0.9.0.0 + # https://github.com/fpco/stackage/issues/3251 + - conduit < 1.3.0 + + # https://github.com/fpco/stackage/issues/3252 + - conduit-combinators < 1.3.0 + + # https://github.com/fpco/stackage/issues/3253 + - conduit-extra < 1.3.0 + + # https://github.com/fpco/stackage/issues/3254 + - network-conduit-tls < 1.3.0 + + # https://github.com/fpco/stackage/issues/3255 + - persistent < 2.8.0 + + # https://github.com/fpco/stackage/issues/3256 + - resourcet < 1.2.0 + + # https://github.com/fpco/stackage/issues/3257 + - xml-conduit < 1.8.0 + + # https://github.com/fpco/stackage/issues/3258 + - xml-hamlet < 0.5.0 + + # https://github.com/fpco/stackage/issues/3259 + - yesod < 1.6.0 + + # https://github.com/fpco/stackage/issues/3260 + - yesod-auth < 1.6.0 + + # https://github.com/fpco/stackage/issues/3261 + - yesod-core < 1.6.0 + + # https://github.com/fpco/stackage/issues/3262 + - yesod-form < 1.6.0 + + # https://github.com/fpco/stackage/issues/3263 + - yesod-static < 1.6.0 + + # https://github.com/fpco/stackage/issues/3264 + - yesod-test < 1.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 7f8f13464585b0686b7dfa3ce47326560f14436b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 2 Feb 2018 14:11:20 +0100 Subject: [PATCH 2614/3109] More bounds in place for 87b5bfcc8e8e1f9e53b10671cae916e55ea270eb. --- build-constraints.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdc2a27d..4b1f04e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,10 @@ packages: # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 + - html-conduit < 1.3.0 + - yesod-bin < 1.6.0 + - yesod-eventsource < 1.6.0 + - yesod-websockets < 0.3.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3295,6 +3299,11 @@ packages: # https://github.com/fpco/stackage/issues/3255 - persistent < 2.8.0 + - persistent-mongoDB < 2.8.0 + - persistent-mysql < 2.8.0 + - persistent-postgresql < 2.8.0 + - persistent-sqlite < 2.8.0 + - yesod-persistent < 1.6.0 # https://github.com/fpco/stackage/issues/3256 - resourcet < 1.2.0 @@ -3313,6 +3322,11 @@ packages: # https://github.com/fpco/stackage/issues/3261 - yesod-core < 1.6.0 + - yesod-eventsource < 1.6.0 + - yesod-newsfeed < 1.6.1.0 + - yesod-persistent < 1.6.0 + - yesod-sitemap < 1.6.0 + - yesod-websockets < 0.3.0 # https://github.com/fpco/stackage/issues/3262 - yesod-form < 1.6.0 From 86693d4d585d24bab44d08c1ef215bd7d13b7654 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 4 Feb 2018 00:26:34 +0700 Subject: [PATCH 2615/3109] =?UTF-8?q?Remove=20=E2=80=98data-check=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package has been deprecated and is no longer supported. I seriously doubt it's used by anyone, so it's fairly safe to drop it. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcbe5953..468e46d2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2106,7 +2106,6 @@ packages: - JuicyPixels-extra - identicon - pagination - - data-check - text-metrics - tagged-identity - req From 13cf91e4bb84735bb9efcbe056bd9dbee520f2cf Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 3 Feb 2018 20:39:14 +0200 Subject: [PATCH 2616/3109] Add back mega-sdist (fixes snoyberg/mega-sdist#4) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fcbe5953..9951ecdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -294,7 +294,7 @@ packages: "Michael Snoyman michael@snoyman.com @snoyberg": - bzlib-conduit - cabal-install - # - mega-sdist # https://github.com/snoyberg/mega-sdist/issues/4 + - mega-sdist - case-insensitive - classy-prelude-yesod - conduit-combinators From f0516e6d48224f374bc51e18e9a4bde664a81b63 Mon Sep 17 00:00:00 2001 From: Johannes Gerer Date: Sun, 4 Feb 2018 20:54:18 +0000 Subject: [PATCH 2617/3109] add buchhaltung --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9951ecdf..e5eb783c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Johannes Gerer ": + - buchhaltung + "Tom McLaughlin @thomasjm": - aeson-typescript From e0e594d2e2d42f76d63307269151ab1bd4f5fbf2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:47:43 +0200 Subject: [PATCH 2618/3109] Extra upper bounds for conduitpocalypse --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9951ecdf..b563d5b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,11 @@ packages: - yesod-bin < 1.6.0 - yesod-eventsource < 1.6.0 - yesod-websockets < 0.3.0 + - binary-conduit < 1.3 + - classy-prelude < 1.4 + - classy-prelude-conduit < 1.4 + - classy-prelude-yesod < 1.4 + - hOpenPGP < 2.6 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3300,9 +3305,13 @@ packages: - persistent-postgresql < 2.8.0 - persistent-sqlite < 2.8.0 - yesod-persistent < 1.6.0 + - persistent-mysql-haskell < 0.4 # https://github.com/fpco/stackage/issues/3256 - resourcet < 1.2.0 + - bzlib-conduit < 0.3 + - fold-debounce-conduit < 0.2 + - higher-leveldb < 0.5 # https://github.com/fpco/stackage/issues/3257 - xml-conduit < 1.8.0 From 519ec9c60458da6d74790e10bca2721f0019eaf7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:48:06 +0200 Subject: [PATCH 2619/3109] Upper bound on async for #3268 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b563d5b6..47eb3f9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3342,6 +3342,9 @@ packages: # https://github.com/fpco/stackage/issues/3264 - yesod-test < 1.6.0 + # https://github.com/fpco/stackage/issues/3268 + - async < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9648b613388bf8db16d0b7b7f03515d611356cc7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 10:48:19 +0200 Subject: [PATCH 2620/3109] Upper bound for tsani/servant-github-webhook#9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 47eb3f9f..a8deda48 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3345,6 +3345,9 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + # https://github.com/tsani/servant-github-webhook/issues/9 + - servant-github-webhook < 0.4 + # end of packages # Package flags are applied to individual packages, and override the values of From 70c689bfd406bef294e07a08dddd475ae3e8d9e9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 11:48:38 +0200 Subject: [PATCH 2621/3109] Upper bound for haskell/parsec#88 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3190e39..78963474 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3351,6 +3351,9 @@ packages: # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 + # https://github.com/haskell/parsec/issues/88 + - parsec < 3.1.12 + # end of packages # Package flags are applied to individual packages, and override the values of From f9cea244fa12e6ff71f494fd3043bbb8b0902c6c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 5 Feb 2018 16:42:58 +0100 Subject: [PATCH 2622/3109] Remove th-printf expected test failure, it has been fixed / th-printf is no longer in nightly --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78963474..5d76b1c1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "2.0" packages: "Johannes Gerer ": - buchhaltung - + "Tom McLaughlin @thomasjm": - aeson-typescript @@ -3812,7 +3812,6 @@ expected-test-failures: - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - - th-printf # 0.3.1 https://github.com/pikajude/th-printf/issues/3 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 From 84ea7f083054233f02fa5351478b07a44eff1818 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 19:50:17 +0200 Subject: [PATCH 2623/3109] Upper bound on unordered-containers for #3269 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d76b1c1..332e6b12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3354,6 +3354,9 @@ packages: # https://github.com/haskell/parsec/issues/88 - parsec < 3.1.12 + # https://github.com/fpco/stackage/issues/3269 + - unordered-containers < 0.2.9 + # end of packages # Package flags are applied to individual packages, and override the values of From 2476177309f662d60aef7c902ba940b6f0b2bf39 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 20:08:44 +0200 Subject: [PATCH 2624/3109] cereal-conduit upper bound --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 332e6b12..fced6013 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,7 @@ packages: - classy-prelude-conduit < 1.4 - classy-prelude-yesod < 1.4 - hOpenPGP < 2.6 + - cereal-conduit < 0.8 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From dd3e9ae4c0b3d68330e767d802ca8a30408154e6 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:38:28 +0200 Subject: [PATCH 2625/3109] Temporary block tweag/sparkle#137 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fced6013..e8110eab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,7 +1729,7 @@ packages: - jvm - jvm-streaming - H - - sparkle + # - sparkle # BLOCK https://github.com/tweag/sparkle/issues/137 - th-lift "Christopher Reichert @creichert": From 5b9ca4fb56ffe96b4e9e45bb856a576412bbf113 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:42:43 +0200 Subject: [PATCH 2626/3109] Upper bound on yesod-gitrepo --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e8110eab..a13334c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3336,6 +3336,7 @@ packages: - yesod-persistent < 1.6.0 - yesod-sitemap < 1.6.0 - yesod-websockets < 0.3.0 + - yesod-gitrepo < 0.3 # https://github.com/fpco/stackage/issues/3262 - yesod-form < 1.6.0 From 1bfe7c71fe684ec921e9ecffba23b60c8a8d1a1d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Feb 2018 23:47:36 +0200 Subject: [PATCH 2627/3109] Skip tests for retry CC @ozataman, see https://github.com/qfpl/tasty-hedgehog/issues/4 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13334c2..63d61ffa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3563,6 +3563,7 @@ skipped-tests: - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog - path # via genvalidity genvalidity-property + - retry # tasty 0.12 via tasty-hedgehog # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From fa4ffedaf401ce98f8e7068680f0978a1419ca5b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 06:44:09 +0200 Subject: [PATCH 2628/3109] Upper bound on distributed-closure for tweag/sparkle#137 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63d61ffa..e0a8517e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1729,7 +1729,7 @@ packages: - jvm - jvm-streaming - H - # - sparkle # BLOCK https://github.com/tweag/sparkle/issues/137 + - sparkle - th-lift "Christopher Reichert @creichert": @@ -3359,6 +3359,9 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 + # https://github.com/tweag/sparkle/issues/137 + - distributed-closure < 0.3.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 26faf5bc8cfc2c0bfc2df323856e8aeca5d80f0a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 06:44:18 +0200 Subject: [PATCH 2629/3109] Upper bound on brick for #3270 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e0a8517e..39de781c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3362,6 +3362,9 @@ packages: # https://github.com/tweag/sparkle/issues/137 - distributed-closure < 0.3.5 + # https://github.com/fpco/stackage/issues/3270 + - brick < 0.34 + # end of packages # Package flags are applied to individual packages, and override the values of From 9a11c89718b140eee54b5c33a59a55909ce0fd5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 5 Feb 2018 22:26:23 -0800 Subject: [PATCH 2630/3109] Expect tests to pass for universum per serokell/universum#127 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39de781c..76ddad1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3825,7 +3825,6 @@ expected-test-failures: - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - - universum # due to text-1.2.3.0 https://github.com/serokell/universum/issues/127 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 From ec70f06b53c935740b73fa12ccb9a891dfbc1022 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 12:12:40 +0200 Subject: [PATCH 2631/3109] Upper bound for diagrams/diagrams-contrib#73 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76ddad1d..2cf3c51e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3365,6 +3365,9 @@ packages: # https://github.com/fpco/stackage/issues/3270 - brick < 0.34 + # https://github.com/diagrams/diagrams-contrib/issues/73 + - diagrams-contrib < 1.4.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 23d9d23ff48759074dc50051ae58e8334e43dabb Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 6 Feb 2018 10:36:40 -0500 Subject: [PATCH 2632/3109] Cleanup Kmett packages This accomplishes the following: * Re-alphabetize some packages that were out-of-order * Remove the deprecated packages `comonads-fd`, `comonad-transformers`, `groupoids`, `prelude-extras`, and `profunctor-extras` * Remove a duplicate entry for `monad-products` * Add some packages which I thought were already in this list, but weren't: `algebra`, `ansi-wl-pprint`, `fold`, `gc`, `hybrid-vectors`, `intern`, `keys`, `lens-action`, `rcu`, `recursion-schemes`, and `structs` --- build-constraints.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..31a01809 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -540,6 +540,8 @@ packages: "Edward Kmett @ekmett": - ad - adjunctions + - algebra + - ansi-wl-pprint - approximate - bifunctors - bits @@ -547,8 +549,6 @@ packages: - bytes - charset - comonad - - comonads-fd - - comonad-transformers - compensated - compressed - concurrent-supply @@ -560,17 +560,26 @@ packages: - eq - ersatz - exceptions + - fixed + - folds - free + - gc + - gl - graphs - - groupoids + - half - heaps + - hybrid-vectors - hyperloglog - hyphenation - integration + - intern - intervals - kan-extensions + - keys - lca - lens + - lens-action + - lens-aeson - lens-properties - linear - linear-accelerate @@ -578,17 +587,16 @@ packages: - machines - monadic-arrays - monad-products - - monad-products - monad-st - mtl - nats - numeric-extras - parsers - pointed - - prelude-extras - - profunctor-extras - profunctors - promises + - rcu + - recursion-schemes - reducers - reflection - semigroupoid-extras @@ -596,6 +604,7 @@ packages: - semigroups - speculation - streams + - structs - tagged - trifecta - unique @@ -604,10 +613,6 @@ packages: - wl-pprint-extras - wl-pprint-terminfo - zippers - - fixed - - half - - gl - - lens-aeson - zlib-lens "Andrew Farmer @xich": From d43b91e4546b123a9fa22069919dc87501d5a8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 6 Feb 2018 12:48:20 -0300 Subject: [PATCH 2633/3109] Remove upper bound on distributed-closure. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..8ac1397b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,9 +3359,6 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 - # https://github.com/tweag/sparkle/issues/137 - - distributed-closure < 0.3.5 - # https://github.com/fpco/stackage/issues/3270 - brick < 0.34 From c26a98649ea73f01711e8afe8be236225f59f94b Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 18:28:04 +0200 Subject: [PATCH 2634/3109] Upper bound on cryptonite #3274 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2cf3c51e..dac1e561 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3368,6 +3368,9 @@ packages: # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 + # https://github.com/fpco/stackage/issues/3274 + - cryptonite < 0.25 + # end of packages # Package flags are applied to individual packages, and override the values of From 2de1f73939e41798fc73a9a03ad8c67269cfb290 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 18:39:12 +0200 Subject: [PATCH 2635/3109] Temporary block ekmett/rcu#3 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 95e5b135..813f1b40 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -595,7 +595,7 @@ packages: - pointed - profunctors - promises - - rcu + # - rcu # https://github.com/ekmett/rcu/issues/3 - recursion-schemes - reducers - reflection From 88ef88d83822531fb702f701053e2a940528fc4a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 19:11:12 +0200 Subject: [PATCH 2636/3109] Remove upper bound and close #3270 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 813f1b40..b0179dc3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3364,9 +3364,6 @@ packages: # https://github.com/fpco/stackage/issues/3269 - unordered-containers < 0.2.9 - # https://github.com/fpco/stackage/issues/3270 - - brick < 0.34 - # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 From 4a8c96a65ea4ad37e8a7e5e1e99311ba0b86118e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Feb 2018 19:41:45 +0200 Subject: [PATCH 2637/3109] Revert "Temporary block ekmett/rcu#3" This reverts commit 2de1f73939e41798fc73a9a03ad8c67269cfb290. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0179dc3..6349c091 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -595,7 +595,7 @@ packages: - pointed - profunctors - promises - # - rcu # https://github.com/ekmett/rcu/issues/3 + - rcu - recursion-schemes - reducers - reflection From fb05be5005216492af685d3da2cdb0eee9b549a4 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 7 Feb 2018 17:11:16 +0100 Subject: [PATCH 2638/3109] Enable language-puppet package again The upper bound constraint on `servant` has been removed --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..36ebc2ee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2100,7 +2100,7 @@ packages: - strict-base-types - withdependencies - hruby - # - language-puppet # servant 0.12 + - language-puppet - tar-conduit "Mark Karpov @mrkkrp": From 29da9590bff53fb74c7af29eea714337d61877a4 Mon Sep 17 00:00:00 2001 From: Pi3r Date: Wed, 7 Feb 2018 17:20:10 +0100 Subject: [PATCH 2639/3109] Remove language-puppet from skipped-haddocks The haddock issues has been identified as a bug related to `makeClassy` : https://github.com/haskell/haddock/issues/679 The calls to `makeClassy` has been replaced while waiting for the fix to propagate. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36ebc2ee..c1b4e7af 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3970,7 +3970,6 @@ expected-haddock-failures: # For packages with haddock issues skipped-haddocks: -- language-puppet # https://github.com/fpco/stackage/issues/2822 - approximate # end of skipped-haddocks From 878b137b51ecdf2ea280f0c211c3ba1298543859 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 7 Feb 2018 13:22:12 -0800 Subject: [PATCH 2640/3109] one-liner-instances added added one-liner-instances package to stackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..d2d21fd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1689,6 +1689,7 @@ packages: - backprop - configurator-export - hamilton + - one-liner-linstances - prompt - tagged-binary - type-combinators-singletons From 36eb04ed00f1549e6184cc3dbddacf2fa54f157a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 8 Feb 2018 06:32:27 +0200 Subject: [PATCH 2641/3109] Upper bound on lifted-async #3278 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6349c091..e30e69ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3355,6 +3355,9 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + # https://github.com/fpco/stackage/issues/3278 + - lifted-async < 0.10 + # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 From 6e1695a239d6f750a0385697a3828c8a9ce65177 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 8 Feb 2018 06:37:45 +0200 Subject: [PATCH 2642/3109] Fix typo from #3277 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbaf3abc..aa2c6fc7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1689,7 +1689,7 @@ packages: - backprop - configurator-export - hamilton - - one-liner-linstances + - one-liner-instances - prompt - tagged-binary - type-combinators-singletons From f472d13e5df25c8ed4ec11ae13932102ab6352ee Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Thu, 8 Feb 2018 11:11:31 +0300 Subject: [PATCH 2643/3109] aeson-picker package added --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aa2c6fc7..41b1f6d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3072,6 +3072,7 @@ packages: "Bogdan Neterebskii @ozzzzz": - cast + - aeson-picker "Warlock @A1-Triard": - errors-ext From a886a971f2b77f8d9744fc2a3b6dbde5aad226d1 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Fri, 9 Feb 2018 22:20:03 +0700 Subject: [PATCH 2644/3109] =?UTF-8?q?Remove=20=E2=80=98plan-b=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package is deprecated and no longer supported. Please merge when we have ‘zip-1.0.0’, older versions of ‘zip’ depend on ‘plan-b’. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..242d2e50 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2110,7 +2110,6 @@ packages: - slug - path-io - hspec-megaparsec - - plan-b - zip - JuicyPixels-extra - identicon From d37ea69fd0f33a26a62253b13a349d4f1055a1d1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Feb 2018 13:40:43 -0800 Subject: [PATCH 2645/3109] Add package: ANum (Also sort my packages) --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..380ce33b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -711,15 +711,16 @@ packages: - wide-word "Dan Burton @DanBurton": - - yesod-gitrev + - ANum - basic-prelude - composition - io-memoize + - lens-family-th - numbers - rev-state - runmemo - tardis - - lens-family-th + - yesod-gitrev "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From c5d4ba8145aef86c14088d788646fc5574dcd07d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 10 Feb 2018 19:38:14 +0200 Subject: [PATCH 2646/3109] More conduit-related upper bounds --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41b1f6d1..53430cef 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3299,6 +3299,7 @@ packages: - classy-prelude-yesod < 1.4 - hOpenPGP < 2.6 - cereal-conduit < 0.8 + - zip < 1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 42c3a3c36e8238f66af6f9c8521ba35715cb916e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sat, 10 Feb 2018 19:38:49 +0200 Subject: [PATCH 2647/3109] Servant upper bounds for #3281 --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53430cef..17544ce6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3376,6 +3376,16 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 + # https://github.com/fpco/stackage/issues/3281 + - servant < 0.13 + - servant-client < 0.13 + - servant-client-core < 0.13 + - servant-foreign < 0.11 + - servant-server < 0.13 + - servant-docs < 0.11.2 + - servant-mock < 0.8.4 + - servant-swagger < 1.1.5 + # end of packages # Package flags are applied to individual packages, and override the values of From 648c3d0000957c5181e0c60efc31b52f905b5a5f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Feb 2018 15:19:11 +0200 Subject: [PATCH 2648/3109] Expect benchmark failure mongodb-haskell/mongodb#88 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 981549b3..30bbbda1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3951,6 +3951,7 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 + - mongoDB # https://github.com/mongodb-haskell/mongodb/issues/88 # end of expected-benchmark-failures From 75c91dcfa743050b5b1a732b2283f7657fb3688e Mon Sep 17 00:00:00 2001 From: David Millar-Durrant Date: Mon, 12 Feb 2018 04:07:32 +1300 Subject: [PATCH 2649/3109] add indexed-list-literals --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30bbbda1..c427cbd9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,9 @@ packages: "Andre Van Der Merwe @andrevdm": - bhoogle + "David Millar-Durrant @DavidM-D": + - indexed-list-literals + # 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 From 9f80fabee89b8f0ac56e1df229748bfa457da640 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Feb 2018 19:21:40 +0200 Subject: [PATCH 2650/3109] Remove upper bound on unordered-containers and close #3269 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c427cbd9..5271c0cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3370,9 +3370,6 @@ packages: # https://github.com/haskell/parsec/issues/88 - parsec < 3.1.12 - # https://github.com/fpco/stackage/issues/3269 - - unordered-containers < 0.2.9 - # https://github.com/diagrams/diagrams-contrib/issues/73 - diagrams-contrib < 1.4.2 From e53cd23a6eef4b3d32595ae24cd6e2076ae5eaf4 Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Sun, 11 Feb 2018 14:44:01 -0500 Subject: [PATCH 2651/3109] add pushbullet-types --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5271c0cd..f39857da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -26,6 +26,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook + - pushbullet-types "Theodore Lief Gannon @tejon": - aeson-yak From 586379c7118a1052ccf92c0ab9396fc67083f39f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Feb 2018 08:46:26 +0100 Subject: [PATCH 2652/3109] Allow recent versions of hpack. Closes https://github.com/fpco/stackage/issues/3237. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f39857da..07dd09df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3279,9 +3279,6 @@ packages: - free < 5 - ChannelT == 0.0.0.4 - # https://github.com/fpco/stackage/issues/3237 - - hpack < 0.23 - # https://github.com/fpco/stackage/issues/3238 - lens < 4.16 From 91838f4fd2deac119b29a3b605792a8e70634a1a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Feb 2018 11:39:29 +0200 Subject: [PATCH 2653/3109] Revert "Expect benchmark failure mongodb-haskell/mongodb#88" This reverts commit 648c3d0000957c5181e0c60efc31b52f905b5a5f. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f39857da..e9cd33ba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3952,7 +3952,6 @@ expected-benchmark-failures: - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 - - mongoDB # https://github.com/mongodb-haskell/mongodb/issues/88 # end of expected-benchmark-failures From cf787c94106eb82aad989eadb2ae77ca6f330cf8 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Mon, 12 Feb 2018 19:29:46 +0100 Subject: [PATCH 2654/3109] Add mapquest-api --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e9cd33ba..cb97ef09 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -224,6 +224,7 @@ packages: - xeno - goggles - plot-light + - mapquest-api "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 From e040911eade1ccaa2e24f17de20be52b8512b37b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:00:40 +0900 Subject: [PATCH 2655/3109] drop skylighting < 0.6 (#3189) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 266a6ea0..cead192a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,9 +3249,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3189 - - skylighting < 0.6 - # https://github.com/fpco/stackage/issues/3193 - hedis < 0.10 From 011bc3f024c121468341f2d396a828d97e6d0cad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:11:02 +0900 Subject: [PATCH 2656/3109] pqueue < 1.4.1 (#3288) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cead192a..d7d1967e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3381,6 +3381,8 @@ packages: - servant-mock < 0.8.4 - servant-swagger < 1.1.5 + # https://github.com/fpco/stackage/issues/3288 + - pqueue < 1.4.1 # end of packages # Package flags are applied to individual packages, and override the values of From 3df29863dfee6129f8b2fb0d9ec41ab11b962e38 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:13:42 +0900 Subject: [PATCH 2657/3109] butcher < 1.3 (#3289) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7d1967e..4b2c8c90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,6 +3383,9 @@ packages: # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 + + # https://github.com/fpco/stackage/issues/3289 + - butcher < 1.3 # end of packages # Package flags are applied to individual packages, and override the values of From 11a62b01efb072540f2746c40642d7453c2ec307 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 13 Feb 2018 12:16:47 +0900 Subject: [PATCH 2658/3109] doctest < 0.14 (#3290) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b2c8c90..6330d741 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3386,6 +3386,9 @@ packages: # https://github.com/fpco/stackage/issues/3289 - butcher < 1.3 + + # https://github.com/fpco/stackage/issues/3290 + - doctest < 0.14 # end of packages # Package flags are applied to individual packages, and override the values of From b34ea3f4ddcc659d71f329a03910af3fe3ad9211 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Wed, 14 Feb 2018 20:48:12 -0800 Subject: [PATCH 2659/3109] added hmatrix-vector-sized and hmatrix-backprop hmatrix-vector-sized and hmatrix-backprop --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea4a668e..52f592bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1692,6 +1692,8 @@ packages: - backprop - configurator-export - hamilton + - hmatrix-backprop + - hmatrix-vector-sized - one-liner-instances - prompt - tagged-binary From 3cb33fc90e1ee73f073ae52e2981413f19997e54 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:14:56 +0900 Subject: [PATCH 2660/3109] Revert "butcher < 1.3 (#3289)" This reverts commit 3df29863dfee6129f8b2fb0d9ec41ab11b962e38. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52f592bb..cc1b209b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3387,9 +3387,6 @@ packages: # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 - # https://github.com/fpco/stackage/issues/3289 - - butcher < 1.3 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 # end of packages From 7461d3cc4c332be22b0ce841dcaa86d1ef3b3046 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:29:47 +0900 Subject: [PATCH 2661/3109] stm-conduit < 4.0.0 (#3251) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cc1b209b..9a1d0401 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3301,6 +3301,7 @@ packages: - hOpenPGP < 2.6 - cereal-conduit < 0.8 - zip < 1 + - stm-conduit < 4.0.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 249df1b3d68637e1be67e7e5bc6f6eb5ca5b41e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:35:22 +0900 Subject: [PATCH 2662/3109] pretty-show < 1.7 (#3292) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a1d0401..b0948a01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3390,6 +3390,9 @@ packages: # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 + + # https://github.com/fpco/stackage/issues/3292 + - pretty-show < 1.7 # end of packages # Package flags are applied to individual packages, and override the values of From 3e67ac9394134c2d36353b71f748db881b590900 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:43:02 +0900 Subject: [PATCH 2663/3109] tasty-golden < 2.3.1.3 and drop capataz < 0.0.0.2 (#3178) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b0948a01..3f118ae5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3238,7 +3238,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - - capataz < 0.0.0.2 + - tasty-golden < 2.3.1.3 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 From 128e7b783b90ea051ad24b44acc792f3d399227c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Feb 2018 19:43:48 +0900 Subject: [PATCH 2664/3109] tasty-quickcheck < 0.10 (#3178, #3293) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3f118ae5..4c928f79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,6 +3239,7 @@ packages: # https://github.com/fpco/stackage/issues/3178 - tasty < 1.0 - tasty-golden < 2.3.1.3 + - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3293 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 From 08a36109229414be25285acd1963feb59ff543f1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 11:36:07 +0900 Subject: [PATCH 2665/3109] hpack < 0.27.0 (#3294, commercialhaskell/stack#3871) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c928f79..4cb621d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,6 +3394,10 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 + + # https://github.com/fpco/stackage/issues/3294 + # https://github.com/commercialhaskell/stack/issues/3871 + - hpack < 0.27.0 # end of packages # Package flags are applied to individual packages, and override the values of From 9c3ca47d2c63cd82c9bbc34d05d2abe8012443f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 18:54:55 +0900 Subject: [PATCH 2666/3109] hpack < 0.26.0 and cabal2nix < 2.8.2 (#3294) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4cb621d1..dc455bf8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,8 @@ packages: # https://github.com/fpco/stackage/issues/3294 # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.27.0 + - hpack < 0.26.0 + - cabal2nix < 2.8.2 # end of packages # Package flags are applied to individual packages, and override the values of From fb95265c61bc7efe022cc23ba68812e17e82463e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 20:19:31 +0900 Subject: [PATCH 2667/3109] filecache < 0.3.0 (#3295) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc455bf8..8348899a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,6 +3399,9 @@ packages: # https://github.com/commercialhaskell/stack/issues/3871 - hpack < 0.26.0 - cabal2nix < 2.8.2 + + # https://github.com/fpco/stackage/issues/3295 + - filecache < 0.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 71658f6c744c9467c2ed03c65baacae972d590de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 16 Feb 2018 20:25:38 +0900 Subject: [PATCH 2668/3109] hpack < 0.23.0 (#3294) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8348899a..1d3fd392 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3397,7 +3397,7 @@ packages: # https://github.com/fpco/stackage/issues/3294 # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.26.0 + - hpack < 0.23.0 - cabal2nix < 2.8.2 # https://github.com/fpco/stackage/issues/3295 From 90f1a56b2d65ad28afd60fbddbbc14cc36dbb5fd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 18:44:13 +0900 Subject: [PATCH 2669/3109] stack-1.6.3.1 should build with latest hpack (#3294) fixes #3294 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1d3fd392..516c1339 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3395,11 +3395,6 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 - # https://github.com/fpco/stackage/issues/3294 - # https://github.com/commercialhaskell/stack/issues/3871 - - hpack < 0.23.0 - - cabal2nix < 2.8.2 - # https://github.com/fpco/stackage/issues/3295 - filecache < 0.3.0 # end of packages From 4019d58a17d1c41e2813b47e9e45d9d4a81c16b1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 19:24:28 +0900 Subject: [PATCH 2670/3109] drop "adjunctions < 4.4": closes #3233 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 516c1339..20c0752f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,9 +3273,6 @@ packages: # https://github.com/silkapp/rest/issues/157 - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3233 - - adjunctions < 4.4 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 From 30a32b3696a3309f249dbfafad9499d89e4872e8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 17 Feb 2018 19:25:40 +0900 Subject: [PATCH 2671/3109] drop "safe < 0.3.16": closes #3172 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20c0752f..f3533703 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3229,9 +3229,6 @@ packages: # That PR switches to `<^` Cabal bounds syntax - log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3172 - - safe < 0.3.16 - # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 - singletons < 2.4 From 8f04a48da8828bc5578168d50a0b2845b4227cf8 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sat, 17 Feb 2018 13:53:45 +0000 Subject: [PATCH 2672/3109] add static-text --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3533703..704a5e9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3176,6 +3176,9 @@ packages: "David Millar-Durrant @DavidM-D": - indexed-list-literals + "Dmitry Dzhus @dzhus": + - static-text + # 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 From 81aaadb51eeb9287883504f093da69dc9e2084e3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 18 Feb 2018 17:48:36 +0900 Subject: [PATCH 2673/3109] doctest-discover < 0.1.0.8 (karun012/doctest-discover#19) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f3533703..a9d8a245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,6 +3391,9 @@ packages: # https://github.com/fpco/stackage/issues/3295 - filecache < 0.3.0 + + # https://github.com/karun012/doctest-discover/issues/19 + - doctest-discover < 0.1.0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 9fc9bb48f7f34ec30b30eea2296da32a3e44c635 Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Sun, 18 Feb 2018 13:43:53 -0800 Subject: [PATCH 2674/3109] Add perfect-hash-generator --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1d6b3f..20761ed3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -413,6 +413,9 @@ packages: - profiterole - debug + "Karl Ostmo @kostmo": + - perfect-hash-generator + "Alan Zimmerman @alanz": - ghc-exactprint - haskell-lsp From abd2e479c46061b4cb77c965de709e6a7899c2ad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Feb 2018 12:01:10 +0900 Subject: [PATCH 2675/3109] drop "filecache < 0.3.0" (#3295) --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1d6b3f..16807d43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3392,9 +3392,6 @@ packages: # https://github.com/fpco/stackage/issues/3292 - pretty-show < 1.7 - # https://github.com/fpco/stackage/issues/3295 - - filecache < 0.3.0 - # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 # end of packages From 63379e9dbda9a2bf18c7e4dfdb265130e3b828ea Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 19 Feb 2018 12:59:57 +0300 Subject: [PATCH 2676/3109] Add new packages massiv and massiv-io to Stackage --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..337a858a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2791,6 +2791,8 @@ packages: "Alexey Kuleshevich @lehins": - wai-middleware-auth - hip + - massiv + - massiv-io "Hans-Peter Deifel @hpdeifel": - hledger-iadd From 6424958fadaad68858aed8f83a7e829cc1c1665a Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Mon, 19 Feb 2018 06:47:04 -0800 Subject: [PATCH 2677/3109] Add rollbar-hs --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..216f83d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2906,6 +2906,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": + - rollbar-hs - servant-ruby - wai-middleware-rollbar From a0f69f335b10ef4d4885694cc5742bd6f193bacf Mon Sep 17 00:00:00 2001 From: Richard Cook Date: Mon, 19 Feb 2018 08:39:10 -0800 Subject: [PATCH 2678/3109] Add req-url-extra --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..f8e63b3d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -103,6 +103,7 @@ packages: "Richard Cook @rcook": - hidden-char + - req-url-extra "Vanessa McHale @vmchale": - tibetan-utils From b25d69fefcab973ef3b0b12950b139f2d3eeac27 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Feb 2018 14:52:53 +0900 Subject: [PATCH 2679/3109] We will miss lwm --- CURATORS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index 0cfaca7d..dc4ebfbf 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -7,7 +7,6 @@ The following is the current list of curators, in alphabetical order: * Chris Dornan (@cdornan) * Dan Burton (@danburton) * Jens Petersen (@juhp) -* Luke Murphy (@lwm) * Michael Snoyman (@snoyberg) * Mihai Maruseac (@mihaimaruseac) From b117f6147c30f84dde291270e3796515e146fe2b Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 19 Feb 2018 12:14:22 +0900 Subject: [PATCH 2680/3109] prettyprinter < 1.2 (#3298) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16807d43..f781696e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3394,6 +3394,9 @@ packages: # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 + + # https://github.com/fpco/stackage/issues/3298 + - prettyprinter < 1.2 # end of packages # Package flags are applied to individual packages, and override the values of From 0ec5d8d343b63e1c3ca96d826f607b8a0e20c6a6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Feb 2018 15:56:09 +0900 Subject: [PATCH 2681/3109] github < 0.19 (#3232) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f781696e..96d8f397 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3218,6 +3218,7 @@ packages: # https://github.com/fpco/stackage/issues/3232 - http-types < 0.10 - hoauth2 < 1.6.1 + - github < 0.19 # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 From 4cbb4f985715ea47bd6f64b5919be6c6e6f11753 Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Tue, 20 Feb 2018 03:45:03 -0800 Subject: [PATCH 2682/3109] Add katip-rollbar --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53994511..89d862d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2912,6 +2912,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": + - katip-rollbar - rollbar-hs - servant-ruby - wai-middleware-rollbar From 04153515003c1297b4e96642795740b39ce9b3a3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Feb 2018 09:31:10 -0800 Subject: [PATCH 2683/3109] Bound zip-archive as it's broken on Windows (#3304) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89d862d3..7af9f65f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,6 +3406,9 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 + + # https://github.com/fpco/stackage/issues/3304 + - zip-archive < 0.3.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From e97590dab19c53b09b38f5da639b1f6c17e2d5f4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 21 Feb 2018 09:42:24 -0800 Subject: [PATCH 2684/3109] Remove upper bound on log-warper (serokell/log-warper#91) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7af9f65f..f0bd6186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,7 +3239,7 @@ packages: # https://github.com/serokell/log-warper/pull/91 # That PR switches to `<^` Cabal bounds syntax - - log-warper < 1.8.5 + # log-warper < 1.8.5 # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 From 360152948185ebee322001124de03aa11983434d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 08:16:37 -0800 Subject: [PATCH 2685/3109] Remove commented out stanza --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f0bd6186..108fa21a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3237,10 +3237,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/serokell/log-warper/pull/91 - # That PR switches to `<^` Cabal bounds syntax - # log-warper < 1.8.5 - # https://github.com/fpco/stackage/issues/3173 - th-desugar < 1.8 - singletons < 2.4 From 6d7f9eef34b3d62a71ad8eaa14b6aaf2b5f3b6dc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 11:31:17 -0800 Subject: [PATCH 2686/3109] Add @jprider63 as maintainer for http-conduit --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 108fa21a..05432af4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,6 +382,9 @@ packages: - mono-traversable - http-client + + + "Michael Snoyman michael@snoyman.com @snoyberg & TODO Name TODO email @jprider63": - http-conduit "Omari Norman @massysett": From 5862704dc04348ad032485832a838799ab3fc86d Mon Sep 17 00:00:00 2001 From: James Parker Date: Thu, 22 Feb 2018 14:35:51 -0500 Subject: [PATCH 2687/3109] Revert "Add @jprider63 as maintainer for http-conduit" This reverts commit 6d7f9eef34b3d62a71ad8eaa14b6aaf2b5f3b6dc. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 05432af4..108fa21a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -382,9 +382,6 @@ packages: - mono-traversable - http-client - - - "Michael Snoyman michael@snoyman.com @snoyberg & TODO Name TODO email @jprider63": - http-conduit "Omari Norman @massysett": From 0c94f63d6eb1d5d867154b7fdd2a4678e8de8889 Mon Sep 17 00:00:00 2001 From: James Parker Date: Thu, 22 Feb 2018 14:39:49 -0500 Subject: [PATCH 2688/3109] Add my github username for docker --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 108fa21a..c75c2dab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3053,7 +3053,7 @@ packages: - bitset-word8 - cisco-spark-api - "Deni Bertovic @denibertovic, James Parker ": + "Deni Bertovic @denibertovic & James Parker @jprider63": - docker "Hexirp @Hexirp": From a63053cc9acea291663886fe9341e1ba8e296f0f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 14:58:36 -0800 Subject: [PATCH 2689/3109] zip-archive has been upgraded --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c75c2dab..97f2bf5d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,9 +3402,6 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 - - # https://github.com/fpco/stackage/issues/3304 - - zip-archive < 0.3.2.3 # end of packages # Package flags are applied to individual packages, and override the values of From 69b8a328f35f89d13e473f20ffd24bfed5f7b8ee Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 22 Feb 2018 23:57:40 -0800 Subject: [PATCH 2690/3109] Upper bound cassava-conduit as it depends on conduit upper bounded by #3251 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97f2bf5d..780197c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,6 +3305,7 @@ packages: - cereal-conduit < 0.8 - zip < 1 - stm-conduit < 4.0.0 + - cassava-conduit < 0.4.0.2 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 394250e213ae92d68e1b0445ab31f3dd376af36d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 11:05:04 -0800 Subject: [PATCH 2691/3109] Bound optpare-generic (#3306) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 780197c2..7ecb1620 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3403,6 +3403,9 @@ packages: # https://github.com/fpco/stackage/issues/3298 - prettyprinter < 1.2 + + # https://github.com/fpco/stackage/issues/3306 + - optparse-generic < 1.3.0 # end of packages # Package flags are applied to individual packages, and override the values of From 84c0d1c444fc58f9ada0c8c12115f86ebfbe59f8 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:02 -0500 Subject: [PATCH 2692/3109] Add datadog to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..b030d164 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - datadog + # 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 From c85a8e7c069369ded2756c9127e687986e3961ef Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:34 -0500 Subject: [PATCH 2693/3109] Add oauthenticated to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..e5e85de5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - oauthenticated + # 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 From 118336d2a57379fb3c2ecaa2467df3cbe60e067a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:20:03 -0800 Subject: [PATCH 2694/3109] Bound dhall (#3309) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ecb1620..856fb2b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3406,6 +3406,9 @@ packages: # https://github.com/fpco/stackage/issues/3306 - optparse-generic < 1.3.0 + + # https://github.com/fpco/stackage/issues/3309 + - dhall < 1.10 # end of packages # Package flags are applied to individual packages, and override the values of From a0d97fc5ef416e787a0974e7fb653e6c6a629b3e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:29:32 -0800 Subject: [PATCH 2695/3109] Upper bound dhall-bash due to compile failure (#3310) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 856fb2b4..b88f1177 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,6 +3409,9 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 + + # https://github.com/fpco/stackage/issues/3310 + - dhall-bash < 1.0.8 # end of packages # Package flags are applied to individual packages, and override the values of From 8f5a88105c7775e1b28f6e3e722925d701a198c7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 23 Feb 2018 21:31:45 -0800 Subject: [PATCH 2696/3109] Group dhall-packages together. Close #3310 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b88f1177..b4b949de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,8 +3409,6 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 - - # https://github.com/fpco/stackage/issues/3310 - dhall-bash < 1.0.8 # end of packages From 928633ef9595da06cf4c0895453e5cc618fbafa7 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Fri, 23 Feb 2018 15:06:34 -0500 Subject: [PATCH 2697/3109] Add oauthenticated to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4b949de..d8aad464 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3187,6 +3187,9 @@ packages: "Dmitry Dzhus @dzhus": - static-text + "Dan Fithian @dfithian": + - oauthenticated + # 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 From 16de3d1cc5e4a93b8be7200bad1a2319990bfe2f Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 24 Feb 2018 19:42:01 -0800 Subject: [PATCH 2698/3109] Add a symlink from /usr/bin/node to /usr/bin/nodejs Fixes a problem on https://github.com/fpco/lts-haskell/issues/94 See https://github.com/yarnpkg/yarn/pull/1180 for more context on the underlying problem --- debian-bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 833da323..12ee32cd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -170,6 +170,11 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 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 +# Made sure a "node" binary is in the path, as well as "nodejs". +# A historical naming collision on Debian means that the binary is called "nodejs", +# but some tools like tsc still expect "node" to exist. +ln -s /usr/bin/nodejs /usr/bin/node + # install ocilib dependencies then build and install ocilib cd /tmp \ && wget https://storage.googleapis.com/oracle.fpinsight.com/instantClient/oracle-instantclient12.1-basiclite_12.1.0.2.0-2_amd64.deb \ From b2700bee1d8ea5f3cecbd7f4b5d4e4b012b4fbe4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 24 Feb 2018 22:08:59 -0800 Subject: [PATCH 2699/3109] Bound transformers-compat (#3312) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8aad464..baaedb4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3413,6 +3413,9 @@ packages: # https://github.com/fpco/stackage/issues/3309 - dhall < 1.10 - dhall-bash < 1.0.8 + + # https://github.com/fpco/stackage/issues/3312 + - transformers-compat < 0.6.0.2 # end of packages # Package flags are applied to individual packages, and override the values of From 096b3642924e6cd76463b3e7ea2d34cdfae26954 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Feb 2018 11:18:02 +0100 Subject: [PATCH 2700/3109] tasty-hedgehog made a release. Unblock packages. Refs: - https://github.com/qfpl/tasty-hedgehog/issues/4 - https://github.com/fpco/stackage/issues/2995 - https://github.com/fpco/stackage/pull/3140/files --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..6211c451 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -215,7 +215,7 @@ packages: - List "Luke Murphy @lwm": - # - tasty-discover # tasty via tasty-hedgehog + - tasty-discover - lentil "Marco Zocca @ocramz": @@ -2405,7 +2405,7 @@ packages: "Ozgun Ataman ozgun.ataman@soostone.com @ozataman": - string-conv - # - rng-utils # tasty via tasty-hedgehog + - rng-utils - ua-parser - hs-GeoIP - retry From 4f7383f18be795bfb1cc04fd3bd128fce09f1a36 Mon Sep 17 00:00:00 2001 From: Raghu Kaippully Date: Sun, 25 Feb 2018 19:20:31 +0530 Subject: [PATCH 2701/3109] Add starter package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..f8272aeb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3190,6 +3190,9 @@ packages: "Dan Fithian @dfithian": - oauthenticated + "Raghu Kaippully @rkaippully": + - starter + # 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 From dba73acc5961a9210cf082a2c793943ebb53ff72 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 25 Feb 2018 12:49:39 -0800 Subject: [PATCH 2702/3109] Upper bound exceptions (#3315) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index baaedb4b..4462838a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,6 +3416,9 @@ packages: # https://github.com/fpco/stackage/issues/3312 - transformers-compat < 0.6.0.2 + + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From 15f57b1a9a05d3746d93b93dda08d6092a19ada5 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Sun, 25 Feb 2018 16:03:54 -0500 Subject: [PATCH 2703/3109] add distributed-process-(monad-control, lifted) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4462838a..18e45bea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3043,6 +3043,8 @@ packages: "Jeremy Huffman @jeremyjh": - higher-leveldb + - distributed-process-monad-control + - distributed-process-lifted "Adam Curtis @kallisti-dev": - webdriver From a1a8e7999efc9a83ac9c4c664b7147483be4b547 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 26 Feb 2018 08:20:23 -0500 Subject: [PATCH 2704/3109] Add more pbrisbin packages --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..06bff6b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -667,6 +667,9 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env + - yesod-auth-oauth2 + - yesod-markdown + - yesod-paginator "Felipe Lessa @meteficha": - fb From e1cd8d9ea380297086879fbdaad125aee66db2fd Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Mon, 26 Feb 2018 16:55:52 +0000 Subject: [PATCH 2705/3109] Remove myself as a maintainer I have no particular connection to the projects I'm listed as maintaining, so it's inappropriate for me to be listed as a maintainer in Stackage. --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..8b9b11e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1615,11 +1615,6 @@ packages: - timezone-series - timezone-olson - "Josh Holland @jshholland": - - sandi - - data-ordlist - - xmonad - "Harry Garrood @hdgarrood": - aeson-better-errors From 93f1117f8041af4e447980bc60326a976623f212 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:29:01 +0100 Subject: [PATCH 2706/3109] Re-enable store tests fpco/store#120 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d175b7..e3a20512 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3957,7 +3957,6 @@ expected-test-failures: - tcp-streams # https://github.com/didi-FP/tcp-streams/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue... - - store # https://github.com/fpco/store/issues/120 - zstd # ghc 8.2.2 bug? https://github.com/fpco/stackage/issues/3219 # Linting failures (these may break every time HLint gets updated so keep them disabled) From 2395e0b23a7d0d6d1f52c861f6fbf4732678f0b8 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:30:42 +0100 Subject: [PATCH 2707/3109] Re-enable nakadi-client tests --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3a20512..9018ebea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3745,6 +3745,7 @@ expected-test-failures: - distributed-process - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-task + - dns # https://github.com/kazu-yamamoto/dns/issues/29 - foldl-statistics # https://github.com/data61/foldl-statistics/issues/2 - fsnotify # Often runs out of inotify handles - hastache @@ -3752,13 +3753,13 @@ expected-test-failures: - ihaskell # https://github.com/gibiansky/IHaskell/issues/551 - libmpd # https://github.com/vimus/libmpd-haskell/issues/104 - math-functions # https://github.com/bos/math-functions/issues/25 + - matplotlib # https://github.com/fpco/stackage/issues/2365 + - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 - network # Unfortunately network failures seem to happen haphazardly - nsis # Intermittent on non-Windows systems - pandoc-citeproc # https://github.com/jgm/pandoc-citeproc/issues/172 - spdx # https://github.com/phadej/spdx/issues/8 - statistics # https://github.com/bos/statistics/issues/42 - - matplotlib # https://github.com/fpco/stackage/issues/2365 - - mltool # https://github.com/Alexander-Ignatyev/mltool/issues/1 # Timeouts # These tests sometimes take too long and hit the stackage build @@ -3791,7 +3792,6 @@ expected-test-failures: - credential-store # requieres dbus sockets - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - - dns # https://github.com/kazu-yamamoto/dns/issues/29 - drifter-postgresql # PostgreSQL - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventful-dynamodb @@ -3848,7 +3848,6 @@ expected-test-failures: - websockets - accelerate-bignum # CUDA GPU - gdax # Needs environment variables set - - nakadi-client # Needs environment variable set - lxd-client # Needs LXD, not available on debian - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account From 32e5e0d3ae5180d629c6239f7acd4fc0cfe4c648 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 18:32:48 +0100 Subject: [PATCH 2708/3109] Close #3298. Close #3306. Close #3309 --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9018ebea..c8bab4de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3409,16 +3409,6 @@ packages: # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 - # https://github.com/fpco/stackage/issues/3298 - - prettyprinter < 1.2 - - # https://github.com/fpco/stackage/issues/3306 - - optparse-generic < 1.3.0 - - # https://github.com/fpco/stackage/issues/3309 - - dhall < 1.10 - - dhall-bash < 1.0.8 - # https://github.com/fpco/stackage/issues/3312 - transformers-compat < 0.6.0.2 From 96da791c9a308397eba0c5dfd0dc3cfbb25a5457 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 19:09:51 +0100 Subject: [PATCH 2709/3109] Upgrade hedis, closes #3193. Re-enable rebase/hasql-migration nikita-volkov/rebase#11. Close #3254, in favor of #3251. Close #3258. Upgrade parsec haskell/parsec#88. Re-enable diagrams-contrib diagrams/diagrams-contrib#73 --- build-constraints.yaml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c8bab4de..4b475a31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3239,7 +3239,7 @@ packages: # https://github.com/fpco/stackage/issues/3143 - ansi-terminal < 0.8 - # Does not support newest QuickCheck + # https://github.com/haskell/test-framework/issues/35 - test-framework < 0.8.2.0 # https://github.com/fpco/stackage/issues/3154 @@ -3266,9 +3266,6 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 - # https://github.com/fpco/stackage/issues/3193 - - hedis < 0.10 - # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 - hoogle < 5.0.17 @@ -3276,14 +3273,11 @@ packages: # https://github.com/fpco/stackage/issues/3211 - pandoc-citeproc < 0.14 - # https://github.com/nikita-volkov/rebase/issues/11 - - rebase < 0 - - hasql-migration < 0 - # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 # https://github.com/silkapp/rest/issues/157 + # Build failure - rest-client < 0.5.2.1 # https://github.com/fpco/stackage/issues/3234 @@ -3314,6 +3308,7 @@ packages: - zip < 1 - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 + - network-conduit-tls < 1.3.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3321,9 +3316,6 @@ packages: # https://github.com/fpco/stackage/issues/3253 - conduit-extra < 1.3.0 - # https://github.com/fpco/stackage/issues/3254 - - network-conduit-tls < 1.3.0 - # https://github.com/fpco/stackage/issues/3255 - persistent < 2.8.0 - persistent-mongoDB < 2.8.0 @@ -3342,9 +3334,6 @@ packages: # https://github.com/fpco/stackage/issues/3257 - xml-conduit < 1.8.0 - # https://github.com/fpco/stackage/issues/3258 - - xml-hamlet < 0.5.0 - # https://github.com/fpco/stackage/issues/3259 - yesod < 1.6.0 @@ -3378,12 +3367,6 @@ packages: # https://github.com/tsani/servant-github-webhook/issues/9 - servant-github-webhook < 0.4 - # https://github.com/haskell/parsec/issues/88 - - parsec < 3.1.12 - - # https://github.com/diagrams/diagrams-contrib/issues/73 - - diagrams-contrib < 1.4.2 - # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 From d430244a2499c7be295f2a6e88a2afb745ec9fae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 21:04:09 +0100 Subject: [PATCH 2710/3109] Re-enable aeson-typescript tests (needs new docker image) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5abb988c..a73ede25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3858,7 +3858,6 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - aeson-typescript # https://github.com/codedownio/aeson-typescript/issues/2 - courier # https://github.com/hargettp/courier/issues/19 # Compilation failures From b7c3a7a579873bb1a1561ccbfcb2047fc2e5e823 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Feb 2018 23:29:25 +0100 Subject: [PATCH 2711/3109] Re-disable store tests fpco/store#125 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a73ede25..23efa182 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3608,6 +3608,7 @@ skipped-tests: - proto-lens-combinators # https://github.com/google/proto-lens/issues/119 - pell # https://github.com/brunjlar/pell/issues/1 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 + - store # https://github.com/fpco/store/issues/125 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From 80138d4d7ffbe8bd4d5179a28ae8a50d6eda2108 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 27 Feb 2018 00:08:31 +0100 Subject: [PATCH 2712/3109] Expect show-prettyprint tests to fail #3298 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 23efa182..1bd0c28e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3857,9 +3857,10 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - courier # https://github.com/hargettp/courier/issues/19 + - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 + - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 + - courier # https://github.com/hargettp/courier/issues/19 + - show-prettyprint # https://github.com/fpco/stackage/issues/3298#issuecomment-368632703 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From 741e15abf6257e6aa540b4f1a6babdccb1e35088 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 03:14:43 +0100 Subject: [PATCH 2713/3109] upper bounds for #3320 and #3321 --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bd0c28e..efbd25b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,8 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 + # https://github.com/fpco/stackage/issues/3321 + - conduit < 1.2.13.1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3395,6 +3397,13 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + + # https://github.com/fpco/stackage/issues/3320 + - inline-java < 0.8 + - jni < 0.6 + - jvm-streaming < 0.3 + - jvm-batching < 0 + # end of packages # Package flags are applied to individual packages, and override the values of From 791d0a8ac7eecab08dcacbf647146574b7a5cb9e Mon Sep 17 00:00:00 2001 From: Xia Li-yao Date: Tue, 27 Feb 2018 21:41:58 -0500 Subject: [PATCH 2714/3109] Add show-combinators --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..366dd9c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: "Li-yao Xia @Lysxia": - boltzmann-samplers - generic-random + - show-combinators "Tobias Dammers @tdammers": - ginger From babcf5dea50e1d92f5e90777a63ff3c7fd3a1e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Facundo=20Dom=C3=ADnguez?= Date: Tue, 27 Feb 2018 15:41:41 -0300 Subject: [PATCH 2715/3109] Add jvm-batching. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1bd0c28e..b398e61a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2166,6 +2166,7 @@ packages: - distributed-process-tests - distributed-process-simplelocalnet - distributed-static + - jvm-batching - network-transport - network-transport-tests - network-transport-tcp From bb7640c5fb6cde7b974655c4d1b2a7b0344a10c1 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:33:59 +0100 Subject: [PATCH 2716/3109] Close #3321. Close #3320 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..274be21b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,8 +3307,6 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 - # https://github.com/fpco/stackage/issues/3321 - - conduit < 1.2.13.1 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 @@ -3398,12 +3396,6 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 - # https://github.com/fpco/stackage/issues/3320 - - inline-java < 0.8 - - jni < 0.6 - - jvm-streaming < 0.3 - - jvm-batching < 0 - # end of packages # Package flags are applied to individual packages, and override the values of From ded6e07ceef9a8b24955ade17fe9464db283caae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:36:12 +0100 Subject: [PATCH 2717/3109] debian-bootstrap: Add datadog env vars --- debian-bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 12ee32cd..bf1bf991 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -243,3 +243,7 @@ pushd /tmp \ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev + +# For the datadog package +DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 +DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From a8f75ee7daeacd28d97d0c82a7e05d9873b4a273 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 28 Feb 2018 21:36:24 +0100 Subject: [PATCH 2718/3109] debian-bootstrap: Add datadog env vars --- debian-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index bf1bf991..a2c5aedb 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -245,5 +245,5 @@ apt-add-repository multiverse \ && apt-get install -y nvidia-cuda-dev # For the datadog package -DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 -DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b +export DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 +export DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From 68cfdee1e4dea0c7d489dab21b85d8e1e83622ed Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Wed, 28 Feb 2018 18:31:51 +1100 Subject: [PATCH 2719/3109] Update information for donkeybonks & add github-webhooks - take 2 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efbd25b3..3ca265c9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2877,10 +2877,13 @@ packages: - aeson-diff - edit-distance-vector - "Kyle Van Berendonck @kvanberendonck": + "Kyle Van Berendonck @donkeybonks": - rot13 - dvorak + "OnRock Engineering ": + - github-webhooks + "Pavel Yakovlev @zmactep": - hasbolt @@ -4184,6 +4187,8 @@ github-users: - phadej ekmett: - RyanGlScott + onrock-eng: + - donkeybonks # end of github-users From 14215b3cf9dbe7949a0e4daf451df5935be2fc7a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:06:29 +0100 Subject: [PATCH 2720/3109] async-timer upper bound for #3268 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83f0714c..03d5a10f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3359,6 +3359,7 @@ packages: # https://github.com/fpco/stackage/issues/3268 - async < 2.2 + - async-timer < 0.2 # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 From b7f29197c7f3315d604710cfcd70d70fa02c08ba Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:40:45 +0100 Subject: [PATCH 2721/3109] Expect datadog tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5695c17..8303cb0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3769,6 +3769,7 @@ expected-test-failures: - cabal-install - consul-haskell - credential-store # requieres dbus sockets + - datadog # requires API keys in env vars https://github.com/fpco/stackage/pull/3308#issuecomment-369535040 - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - drifter-postgresql # PostgreSQL From 13ab2b86779c98598e96af7f4c4b9653ba280be5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:41:11 +0100 Subject: [PATCH 2722/3109] debian-bootstrap: Remove datadog keys --- debian-bootstrap.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a2c5aedb..12ee32cd 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -243,7 +243,3 @@ pushd /tmp \ apt-add-repository multiverse \ && apt-get update \ && apt-get install -y nvidia-cuda-dev - -# For the datadog package -export DATADOG_API_KEY=abd7b2a270e44c0a846c94e44534b215 -export DATADOG_APP_KEY=1775440c64d5bff48441a33755e072c82c2ab88b From 37d6aee6050fb0811d5de0784584cb33cff00ffe Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:42:14 +0100 Subject: [PATCH 2723/3109] Expect jvm-streaming tests to fail #3323 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8303cb0d..dbb20ff6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3793,6 +3793,7 @@ expected-test-failures: - hocilib # oracle - hworker - jvm + - jvm-streaming # https://github.com/fpco/stackage/issues/3323 - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 44161955e3d268e0e39467848b1bfb4c8c282feb Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 1 Mar 2018 10:46:17 +0100 Subject: [PATCH 2724/3109] Expect github-webhooks tests to fail #3322 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbb20ff6..192525d8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3848,6 +3848,7 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - github-webhooks # https://github.com/fpco/stackage/pull/3322#issuecomment-369536583 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From 571143041f5c2f6f3769710f3e6af03bef309e3f Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 08:00:43 -0800 Subject: [PATCH 2725/3109] add yesod-auth-bcryptdb resolve yusent/yesod-auth-bcryptdb#1 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192525d8..79477f0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Yusent Chig ": + - yesod-auth-bcryptdb + "Johannes Gerer ": - buchhaltung From 643d70e5ff86aa5a4e0b6f53e182ec688d089f0d Mon Sep 17 00:00:00 2001 From: recursion-ninja Date: Thu, 1 Mar 2018 13:44:22 -0500 Subject: [PATCH 2726/3109] Adding bv-little package to stackage --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 192525d8..0df5aa08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3198,6 +3198,9 @@ packages: "Raghu Kaippully @rkaippully": - starter + "Alex Washburn @recursion-ninja": + - bv-little + # 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 From 6b986d163494d39a1ea134eff4877d8e31e36ea4 Mon Sep 17 00:00:00 2001 From: Yusent Chig Date: Thu, 1 Mar 2018 21:50:00 -0800 Subject: [PATCH 2727/3109] add github username --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79477f0b..76262f1f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,7 +7,7 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: - "Yusent Chig ": + "Yusent Chig @yusent": - yesod-auth-bcryptdb "Johannes Gerer ": From ea43a844a102de1a4187d74e37e38b4d29eb5e68 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:07:13 +0100 Subject: [PATCH 2728/3109] streaming-commons upper bound for #3327 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index beb24fca..1a0c9c7d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3203,7 +3203,7 @@ packages: "Alex Washburn @recursion-ninja": - bv-little - + # 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 @@ -3408,6 +3408,9 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + # https://github.com/fpco/stackage/issues/3327 + - streaming-commons < 0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 5d027d2ac694bb93976dcb6d4b189319537aef4a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:11:58 +0100 Subject: [PATCH 2729/3109] Re-enable jvm-streaming tests, closes #3323 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a0c9c7d..4e96396a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3802,7 +3802,6 @@ expected-test-failures: - hocilib # oracle - hworker - jvm - - jvm-streaming # https://github.com/fpco/stackage/issues/3323 - katip-elasticsearch # elasticsearch - log # ElasticSearch - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 From 44e6d2b50c0473485a822b03bbb0adcb44aa875b Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Fri, 2 Mar 2018 20:19:33 +0100 Subject: [PATCH 2730/3109] Re-enable show-prettyprint tests #3298 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e96396a..cc004a8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3878,7 +3878,6 @@ expected-test-failures: - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 - - show-prettyprint # https://github.com/fpco/stackage/issues/3298#issuecomment-368632703 # Compilation failures - yeshql # https://bitbucket.org/tdammers/yeshql/issues/1/stackage-nightly-test-failure From b7fd47607d0a7ef2259fc1f79466b5c8cbd77f9f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 4 Mar 2018 19:04:41 +0100 Subject: [PATCH 2731/3109] skylighting upper bound for #3329 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d05af00..ed73cf0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3412,6 +3412,9 @@ packages: # https://github.com/fpco/stackage/issues/3327 - streaming-commons < 0.2 + # https://github.com/fpco/stackage/issues/3329 + - skylighting < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From d1a91fcda13de783ce9e2ffcb6d74daf458a193d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 4 Mar 2018 22:01:45 +0100 Subject: [PATCH 2732/3109] one-liner upper bound for #3330 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed73cf0e..8b6b9d84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,9 @@ packages: # https://github.com/fpco/stackage/issues/3329 - skylighting < 0.7 + # https://github.com/fpco/stackage/issues/3330 + - one-liner < 1 + # end of packages # Package flags are applied to individual packages, and override the values of From 87030b7d9c2c1ecd254db42a15a5cd0321c98833 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 5 Mar 2018 08:52:27 +0100 Subject: [PATCH 2733/3109] Expect influxdb tests to fail --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b6b9d84..4ca293ac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3808,6 +3808,7 @@ expected-test-failures: - hedis - hocilib # oracle - hworker + - influxdb - jvm - katip-elasticsearch # elasticsearch - log # ElasticSearch From dcd4b3368806244b7acadacb1bf3ebc2777f96f5 Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Mon, 5 Mar 2018 11:10:55 -0500 Subject: [PATCH 2734/3109] resolved: upper bound for tsani/servant-github-webhook#9 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ca293ac..f65c1a67 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3375,9 +3375,6 @@ packages: # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 - # https://github.com/tsani/servant-github-webhook/issues/9 - - servant-github-webhook < 0.4 - # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 From 1b9ff4fab934c0dafcd0dbb301101b4f199f4475 Mon Sep 17 00:00:00 2001 From: aviaviavi Date: Mon, 5 Mar 2018 16:22:12 -0800 Subject: [PATCH 2735/3109] adding curl-runnings and cryptocompare libraries, maintainer avi press --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f65c1a67..d47dfc98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3205,6 +3205,10 @@ packages: "Alex Washburn @recursion-ninja": - bv-little + "Avi Press @aviaviavi": + - curl-runnings + - cryptocompare + # 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 From 6c063671aa272b102bd6ebfad974e70dac5da490 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 18:04:31 +0100 Subject: [PATCH 2736/3109] llvm-hs(-pure) upper bounds for #3333 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f65c1a67..038b1de9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3415,6 +3415,10 @@ packages: # https://github.com/fpco/stackage/issues/3330 - one-liner < 1 + # https://github.com/fpco/stackage/issues/3333 + - llvm-hs < 6 + - llvm-hs-pure < 6 + # end of packages # Package flags are applied to individual packages, and override the values of From 8f1261bcb68f423a928ae7dcb2d117ce3353537f Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 19:25:42 +0100 Subject: [PATCH 2737/3109] Disable rakuten #3334 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 262c2ce1..fa844ea5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - - rakuten + - rakuten < 0 # https://github.com/fpco/stackage/issues/3334 - servant-kotlin "Pavol Klacansky @pavolzetor": From 3304fc72d35df76e9acdb794e501115e4caf3d55 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 6 Mar 2018 20:24:25 +0100 Subject: [PATCH 2738/3109] extensible upper bound for #3334, re-enable rakuten --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa844ea5..8ee023a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -76,7 +76,7 @@ packages: "Nobutada Matsubara @matsubara0507": - chatwork - - rakuten < 0 # https://github.com/fpco/stackage/issues/3334 + - rakuten - servant-kotlin "Pavol Klacansky @pavolzetor": @@ -3423,6 +3423,9 @@ packages: - llvm-hs < 6 - llvm-hs-pure < 6 + # https://github.com/fpco/stackage/issues/3334 + - extensible < 0.4.7.2 + # end of packages # Package flags are applied to individual packages, and override the values of From edb0cae5724c993c050fcbdf4f58c2381fa15bd3 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 6 Mar 2018 20:55:42 +0100 Subject: [PATCH 2739/3109] re-add diagrams-rasterific The constraint on optparse-applicative was relaxed in the meantime. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ee023a5..e1b2f5dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -654,6 +654,7 @@ packages: - diagrams-contrib - diagrams-core - diagrams-lib + - diagrams-rasterific - diagrams-svg - force-layout - haxr From d34a711b0e7e9c23fa6655dca5b09950cb2631f0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 7 Mar 2018 01:56:11 +0100 Subject: [PATCH 2740/3109] fb upper bounds for #3251 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8ee023a5..12218400 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3323,6 +3323,9 @@ packages: - stm-conduit < 4.0.0 - cassava-conduit < 0.4.0.2 - network-conduit-tls < 1.3.0 + - fb < 1.2.0 + - yesod-fb < 0.5.0 + - yesod-auth-fb < 1.9.0 # https://github.com/fpco/stackage/issues/3252 - conduit-combinators < 1.3.0 From 6ff7e4968d95621b2c00753b1227d68f990fe285 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 7 Mar 2018 15:48:30 +0100 Subject: [PATCH 2741/3109] Upper bound for #3336 and fix a github user name --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51ddbf2f..b27015e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -186,7 +186,7 @@ packages: # Not a maintainer - ix-shapable - "Jeremy Barisch-Rooney @barischj": + "Jeremy Barisch-Rooney @barischrooneyj": - threepenny-gui-flexbox "Romain Edelmann @redelmann": @@ -3428,8 +3428,13 @@ packages: - llvm-hs-pure < 6 # https://github.com/fpco/stackage/issues/3334 + # compilation failures - extensible < 0.4.7.2 + # https://github.com/fpco/stackage/issues/3336 + # compilation failures + - clay < 0.12.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 7f652b3852e6e0f388624889e6d4ccea39c91a0a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 7 Mar 2018 15:25:01 -0500 Subject: [PATCH 2742/3109] aeson upper bound for #3337 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b27015e8..7de3ed3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,6 +3435,9 @@ packages: # compilation failures - clay < 0.12.3 + # https://github.com/fpco/stackage/issues/3337 + - aeson < 1.3 + # end of packages # Package flags are applied to individual packages, and override the values of From ec31a4477e11fdc2b7f88f0baa7f02b6b48f38c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:11:52 -0800 Subject: [PATCH 2743/3109] Add constraint "haddock-library < 1.5" per #3187 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7de3ed3c..9bd87c7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3280,6 +3280,7 @@ packages: # https://github.com/fpco/stackage/issues/3187 - QuickCheck < 2.11 + - haddock-library < 1.5 # https://github.com/fpco/stackage/issues/3204 - http-conduit < 2.3.0 From 55a32cda408fc1fe84ee9efc5b4f56202c62cfdd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:31:39 -0800 Subject: [PATCH 2744/3109] Add constraint "base-orphans < 0.7" per #3339 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bd87c7b..7015724e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3439,6 +3439,9 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3339 + - base-orphans < 0.7 + # end of packages # Package flags are applied to individual packages, and override the values of From 9bed8e6fd4a180d4e750d117c10898f124f24dbd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 07:32:56 -0800 Subject: [PATCH 2745/3109] Remove constraint "extensible < 0.4.7.2", closes #3334 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7015724e..dc58bb01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3428,10 +3428,6 @@ packages: - llvm-hs < 6 - llvm-hs-pure < 6 - # https://github.com/fpco/stackage/issues/3334 - # compilation failures - - extensible < 0.4.7.2 - # https://github.com/fpco/stackage/issues/3336 # compilation failures - clay < 0.12.3 From 1a90f8953794bb661301d620b8015f2e4824cbb4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 11:05:08 -0500 Subject: [PATCH 2746/3109] Add new curators --- CURATORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index dc4ebfbf..0c9e8b02 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -4,9 +4,11 @@ Curation activities are mostly automated, and do not take up a significant amoun The following is the current list of curators, in alphabetical order: * Adam Bergmark (@bergmark) +* Alexey Zabelin (@alexeyzab) * Chris Dornan (@cdornan) * Dan Burton (@danburton) * Jens Petersen (@juhp) +* Joe Kachmar (@jkachmar) * Michael Snoyman (@snoyberg) * Mihai Maruseac (@mihaimaruseac) From 4d18d8f253e214082e9b160dc475d5d000ed3158 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 13:50:58 -0500 Subject: [PATCH 2747/3109] Add constraint "Cabal < 2.2" per #3340 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc58bb01..e5778881 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,6 +3438,9 @@ packages: # https://github.com/fpco/stackage/issues/3339 - base-orphans < 0.7 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 9c8dccec56fa02ed509fafd0be0dbadf0d7b735f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 8 Mar 2018 14:07:22 -0500 Subject: [PATCH 2748/3109] Remove constraint "base-orphans < 0.7", closes #3339 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5778881..81bb52a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3435,9 +3435,6 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3339 - - base-orphans < 0.7 - # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 From 7a664ecbbd8f62d725376f4729db76530882909c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 13:58:02 -0800 Subject: [PATCH 2749/3109] Add constraint "microlens-aeson < 2.3" per #3341 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81bb52a3..24b88dbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,6 +3438,9 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 + # https://github.com/fpco/stackage/issues/3341 + - microlens-aeson < 2.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 8e057463537389febe194e10576061b503c3d26b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 14:19:13 -0800 Subject: [PATCH 2750/3109] Add constraint "groundhog-postgresql < 0.8.0.2" per lykahb/groundhog#78 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 24b88dbf..119864b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3441,6 +3441,10 @@ packages: # https://github.com/fpco/stackage/issues/3341 - microlens-aeson < 2.3 + # https://github.com/lykahb/groundhog/issues/78 + # (build failure) + - groundhog-postgresql < 0.8.0.2 + # end of packages # Package flags are applied to individual packages, and override the values of From ee659a2b77d2b1c8f4faccdcb478211bc68263b0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 17:34:19 -0800 Subject: [PATCH 2751/3109] Add constraint "quickcheck-instances < 0.3.17" per build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 119864b8..a13b3be9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3445,6 +3445,10 @@ packages: # (build failure) - groundhog-postgresql < 0.8.0.2 + # https://github.com/RyanGlScott/text-show/issues/34 + # (downstream build failure) + - quickcheck-instances < 0.3.17 + # end of packages # Package flags are applied to individual packages, and override the values of From 21135b8fb2757a8bcd067f36b1f90b574d650f63 Mon Sep 17 00:00:00 2001 From: Kyle Van Berendonck Date: Fri, 9 Mar 2018 13:07:00 +1100 Subject: [PATCH 2752/3109] Remove github-webhooks as an expected failure --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13b3be9..174636c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3895,7 +3895,6 @@ expected-test-failures: - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 - ghc-events # https://github.com/haskell/ghc-events/issues/9 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 - - github-webhooks # https://github.com/fpco/stackage/pull/3322#issuecomment-369536583 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 - matplotlib # https://github.com/fpco/stackage/issues/2365 - rematch # No issue tracker, sent e-mail to maintainer https://github.com/fpco/stackage/issues/376 From 156e74e78bb12cc237d13261b1cee2d2b5031813 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 18:46:53 -0800 Subject: [PATCH 2753/3109] Add constraint "websockets-simple < 0.1" per build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a13b3be9..1a3e020c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,6 +3449,10 @@ packages: # (downstream build failure) - quickcheck-instances < 0.3.17 + # https://github.com/athanclark/websockets-rpc/issues/2 + # (downstream build failure) + - websockets-simple < 0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 929a7052a3aed571c9e7f3505049115199ca7b08 Mon Sep 17 00:00:00 2001 From: Juan Paucar Date: Fri, 9 Mar 2018 08:07:23 -0500 Subject: [PATCH 2754/3109] Add more github names --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a3e020c..94d2c43d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4202,6 +4202,7 @@ github-users: - javcasas - jsl - sestrella + - juanpaucar scotty-web: - RyanGlScott - xich From 9bd9a52a128b33cc9ae0f1809e17eb672e410efe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:38:44 -0800 Subject: [PATCH 2755/3109] Add constraints for Cabal --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a3e020c..def9fa07 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3453,6 +3453,11 @@ packages: # (downstream build failure) - websockets-simple < 0.1 + # Requires too-new or too-old Cabal + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 + - hackage-db < 2.0.1 # Cabal >2.2 + # end of packages # Package flags are applied to individual packages, and override the values of From 4fe90d489249ca9144b7236b3221649262083a44 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:43:02 -0800 Subject: [PATCH 2756/3109] Add constraint "haskell-tools-refactor < 1.0.1.1" per #3346 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index def9fa07..ab094df1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3458,6 +3458,8 @@ packages: - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 + # https://github.com/fpco/stackage/issues/3346 + - haskell-tools-refactor < 1.0.1.1 # end of packages # Package flags are applied to individual packages, and override the values of From 856d583feb873850eaf6f895dd6a5c66826c8a2d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:43:54 -0800 Subject: [PATCH 2757/3109] Add constraint cabal2nix < 2.9 per Cabal >2.2 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab094df1..649fe02d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,7 @@ packages: - websockets-simple < 0.1 # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 From 51629766a96ba987438b7bd61fc13a9ff7800d40 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 06:45:51 -0800 Subject: [PATCH 2758/3109] Remove constraint "quickcheck-instances < 0.3.17" per RyanGlScott/text-show#34 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 649fe02d..7a6bce34 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3445,10 +3445,6 @@ packages: # (build failure) - groundhog-postgresql < 0.8.0.2 - # https://github.com/RyanGlScott/text-show/issues/34 - # (downstream build failure) - - quickcheck-instances < 0.3.17 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.1 From 1d5d746039e86b9f443ceb3576de5f7d6c7d5762 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 9 Mar 2018 10:41:01 -0500 Subject: [PATCH 2759/3109] Remove microlens-aeson < 2.3 constraint, closes #3341 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84e7e858..63e1e2ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,9 +3438,6 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 - # https://github.com/fpco/stackage/issues/3341 - - microlens-aeson < 2.3 - # https://github.com/lykahb/groundhog/issues/78 # (build failure) - groundhog-postgresql < 0.8.0.2 From 604a2bb12bd9d5b0fb6f848e7dd1b910db04689c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 13:45:38 -0800 Subject: [PATCH 2760/3109] Add constraint "xhtml < 3000.2.2.1" per constraint on base --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63e1e2ab..f4988158 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,10 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # end of packages # Package flags are applied to individual packages, and override the values of From dd6db5b9a30ef79c6770a4e428bd455b2e6e4b87 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 13:59:16 -0800 Subject: [PATCH 2761/3109] Remove constraint "groundhog-postgresql < 0.8.0.2" per lykahb/groundhog#78 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f4988158..03204391 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,10 +3438,6 @@ packages: # https://github.com/fpco/stackage/issues/3340 - Cabal < 2.2 - # https://github.com/lykahb/groundhog/issues/78 - # (build failure) - - groundhog-postgresql < 0.8.0.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.1 From e9c95ded1713cbf09a54ca24bc098540f0e5b4df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 14:18:10 -0800 Subject: [PATCH 2762/3109] Add constraints to microlens-* per jdaughterty/vty#147 --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 03204391..8a74f876 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3454,6 +3454,13 @@ packages: # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 + # (downstream build failure) + - microlens < 0.4.9 + - microlens-ghc < 0.4.9 + - microlens-platform < 0.3.10 + - microlens-th < 0.4.2 + # end of packages # Package flags are applied to individual packages, and override the values of From e42adf01be4f6f340db5a9a5c971fc93a8f774d7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 14:33:09 -0800 Subject: [PATCH 2763/3109] Add constraint "haskell-tools-builtin-refactorings < 1.0.1.1" per haskell-tools/haskell-tools#615 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8a74f876..f1b4c93b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3450,6 +3450,8 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 + # https://github.com/haskell-tools/haskell-tools/issues/615 + - haskell-tools-builtin-refactorings < 1.0.1.1 # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 From 7a620363bf21a52a062c53fc43e5dd80d4726958 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 9 Mar 2018 21:11:53 -0500 Subject: [PATCH 2764/3109] Remove upper bounds for tasty, tasty-golden closes #3178 --- build-constraints.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f1b4c93b..dfdf2e00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3264,10 +3264,8 @@ packages: - th-desugar < 1.8 - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3178 - - tasty < 1.0 - - tasty-golden < 2.3.1.3 - - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3293 + # https://github.com/fpco/stackage/issues/3293 + - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.3 @@ -3660,6 +3658,15 @@ skipped-tests: - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - zlib # tasty-quickcheck + - diagrams-lib # tasty-quickcheck + - irc-dcc # tasty-quickcheck + - pandoc # tasty-quickcheck + - scientific # tasty-quickcheck + - versions # tasty-quickcheck + - tree-diff # tasty-quickcheck + - capataz # tasty + - mysql-haskell # tasty + - static-text # tasty # Transitive outdated dependencies # These packages From 2118ddbf7c8077533f7a4316c5562e2a3edc5fbb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 23:23:13 -0800 Subject: [PATCH 2765/3109] Constrain haskell-tools-* along with #3346 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfdf2e00..d31a2225 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,7 +3449,19 @@ packages: # https://github.com/fpco/stackage/issues/3346 - haskell-tools-refactor < 1.0.1.1 # https://github.com/haskell-tools/haskell-tools/issues/615 + # apparently these don't build well when out of sync + - haskell-tools-ast < 1.0.1.1 + - haskell-tools-backend-ghc < 1.0.1.1 - haskell-tools-builtin-refactorings < 1.0.1.1 + - haskell-tools-cli < 1.0.1.1 + - haskell-tools-daemon < 1.0.1.1 + - haskell-tools-debug < 1.0.1.1 + - haskell-tools-demo < 1.0.1.1 + - haskell-tools-prettyprint < 1.0.1.1 + - haskell-tools-refactor < 1.0.1.1 + - haskell-tools-rewrite < 1.0.1.1 + + - haskell-tools-cli < 1.0.1.1 # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 From a239a578f5b8304daa5215f56f29400da726d921 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 9 Mar 2018 23:31:19 -0800 Subject: [PATCH 2766/3109] Tighten constraint on websockets-simple --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d31a2225..3cbfdcf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3438,7 +3438,7 @@ packages: # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - - websockets-simple < 0.1 + - websockets-simple < 0.0.7 # Requires too-new or too-old Cabal - cabal2nix < 2.9 # Cabal >2.2 From 7678c5ca6b1b0f90fd4903aa1b6517f96f194cc1 Mon Sep 17 00:00:00 2001 From: Intolerable Date: Sat, 10 Mar 2018 18:41:59 +0000 Subject: [PATCH 2767/3109] add stitch --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3cbfdcf6..f121795a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,9 @@ cabal-format-version: "2.0" # Constraints for brand new builds packages: + "Fraser Murray @yusent": - yesod-auth-bcryptdb From 159ad81e215bb106baeb2fe87606a6086c8c61d5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 13:36:49 -0800 Subject: [PATCH 2768/3109] Unconstrain ansi-terminal (#3143) and test-framework --- build-constraints.yaml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 096efdd6..99562db6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -765,11 +765,11 @@ packages: - foldl - morte - bench - - dhall - - dhall-bash - - dhall-json + # - dhall # ansi-terminal-0.8 + # - dhall-bash # via dhall + # - dhall-json # via dhall # - dhall-nix # deriving-compat via hnix - - dhall-text + # - dhall-text # via dhall "Andrew Thaddeus Martin @andrewthad": - yesod-table @@ -1159,7 +1159,7 @@ packages: - cabal-rpm - fedora-haskell-tools - - idris + # - idris # ansi-terminal-0.8 - libffi - xmonad-contrib - cairo @@ -3254,12 +3254,6 @@ packages: - hoauth2 < 1.6.1 - github < 0.19 - # https://github.com/fpco/stackage/issues/3143 - - ansi-terminal < 0.8 - - # https://github.com/haskell/test-framework/issues/35 - - test-framework < 0.8.2.0 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 @@ -3682,14 +3676,19 @@ skipped-tests: - capataz # tasty - mysql-haskell # tasty - static-text # tasty + - test-framework # QuickCheck 2.10 # Transitive outdated dependencies # These packages # These can also be checked for updates periodically. - MissingH # via testpack https://github.com/jgoerzen/testpack/issues/11 - o-clock # tasty 0.12 via tasty-hedgehog + - options # ansi-terminal-0.8 via chell - path # via genvalidity genvalidity-property - retry # tasty 0.12 via tasty-hedgehog + - system-fileio # ansi-terminal-0.8 via chell + - system-filepath # ansi-terminal-0.8 via chell + # Blocked by stackage upper bounds. These can be re-enabled once # the relevant stackage upper bound is lifted. From bb3136e158e5a95cb4e1a4ee72b82832cfde49de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 13:52:19 -0800 Subject: [PATCH 2769/3109] Change constraint to "criterion < 1.4" per #3183 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 99562db6..72e0fb05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3265,7 +3265,7 @@ packages: - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - - criterion < 1.3 + - criterion < 1.4 # https://github.com/fpco/stackage/issues/3184 - eliminators < 0.4 @@ -4098,10 +4098,17 @@ skipped-benchmarks: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' # to verify. + - avers # criterion 1.3 - binary-parsers # criterion 1.2 - cryptohash-sha512 # criterion 1.2 + - heist # criterion 1.3 - pipes # optparse-applicative 0.13 + - splitmix # criterion 1.3 + - superbuffer # criterion 1.3 + - teardown # criterion 1.3 - ttrie # criterion-plus and th-pprint + - tz # criterion 1.3 + - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 From b95e23d50e900d136f30b5fecd1fe949fbf458b7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 14:53:02 -0800 Subject: [PATCH 2770/3109] Unconstrain http-types (#3232) and servant (#3281) --- build-constraints.yaml | 73 +++++++++++------------------------------- 1 file changed, 18 insertions(+), 55 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72e0fb05..668ba542 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,7 +435,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - - pinboard + # - pinboard # http-types 0.12 - swagger-petstore "Jasper Van der Jeugt @jaspervdj": @@ -446,7 +446,7 @@ packages: - psqueues - websockets - websockets-snap - - hakyll + # - hakyll # http-types 0.12 "Sibi Prabakaran @psibi": - download @@ -675,8 +675,8 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env - - yesod-auth-oauth2 - - yesod-markdown + # - yesod-auth-oauth2 # http-types 0.12 via hoauth2 + # - yesod-markdown # http-types 0.12 via pandoc - yesod-paginator "Felipe Lessa @meteficha": @@ -930,14 +930,14 @@ packages: - imagesize-conduit - json-schema - multipart - - rest-client + # - rest-client # http-types 0.12 - rest-core # - rest-gen # haskell-src-exts # - rest-happstack # haskell-src-exts via rest-gen - rest-snap - rest-stringmap - rest-types - - rest-wai + # - rest-wai # http-types 0.12 - tostring - uri-encode @@ -1166,8 +1166,8 @@ packages: - glib - pango - ghcjs-codemirror - - ghcjs-dom - - jsaddle + # - ghcjs-dom # http-types 0.12 + # - jsaddle # http-types 0.12 - vado - vcswrapper - ShellCheck @@ -1263,7 +1263,7 @@ packages: - JuicyPixels-scale-dct - lattices - microstache - - monad-http + # - monad-http # http-types 0.12 - postgresql-simple-url - range-set-list - regex-applicative-text @@ -2116,7 +2116,7 @@ packages: - strict-base-types - withdependencies - hruby - - language-puppet + # - language-puppet # servant 0.13 - tar-conduit "Mark Karpov @mrkkrp": @@ -2343,7 +2343,8 @@ packages: - wai-session-postgresql "Haisheng Wu @freizl": - - hoauth2 + [] + # - hoauth2 # http-types 0.12 "Falko Peters @informatikr": - scrypt @@ -2401,8 +2402,8 @@ packages: - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - - pandoc - - pandoc-citeproc + # - pandoc # http-types 0.12 + # - pandoc-citeproc # http-types 0.12 via pandoc "Karun Ramakrishnan @karun012": - doctest-discover @@ -2597,7 +2598,7 @@ packages: "Cliff Harvey @BlackBrane": - ansigraph - - microsoft-translator + # - microsoft-translator # servant 0.13 "Tebello Thejane @tebello-thejane": - bitx-bitcoin @@ -2661,7 +2662,7 @@ packages: - aeson-injector "Al Zohali @zohl": - - servant-auth-cookie + # - servant-auth-cookie # servant 0.13 - dictionaries - cereal-time @@ -2800,7 +2801,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - - wai-middleware-auth + # - wai-middleware-auth # http-types 0.12 via hoauth2 - hip - massiv - massiv-io @@ -3249,11 +3250,6 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3232 - - http-types < 0.10 - - hoauth2 < 1.6.1 - - github < 0.19 - # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 @@ -3281,16 +3277,9 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3211 - - pandoc-citeproc < 0.14 - # https://github.com/fpco/stackage/issues/3213 - js-jquery < 3.3 - # https://github.com/silkapp/rest/issues/157 - # Build failure - - rest-client < 0.5.2.1 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 @@ -3382,16 +3371,6 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3281 - - servant < 0.13 - - servant-client < 0.13 - - servant-client-core < 0.13 - - servant-foreign < 0.11 - - servant-server < 0.13 - - servant-docs < 0.11.2 - - servant-mock < 0.8.4 - - servant-swagger < 1.1.5 - # https://github.com/fpco/stackage/issues/3288 - pqueue < 1.4.1 @@ -3443,23 +3422,6 @@ packages: - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 - # https://github.com/fpco/stackage/issues/3346 - - haskell-tools-refactor < 1.0.1.1 - # https://github.com/haskell-tools/haskell-tools/issues/615 - # apparently these don't build well when out of sync - - haskell-tools-ast < 1.0.1.1 - - haskell-tools-backend-ghc < 1.0.1.1 - - haskell-tools-builtin-refactorings < 1.0.1.1 - - haskell-tools-cli < 1.0.1.1 - - haskell-tools-daemon < 1.0.1.1 - - haskell-tools-debug < 1.0.1.1 - - haskell-tools-demo < 1.0.1.1 - - haskell-tools-prettyprint < 1.0.1.1 - - haskell-tools-refactor < 1.0.1.1 - - haskell-tools-rewrite < 1.0.1.1 - - - haskell-tools-cli < 1.0.1.1 - # Requires too-new base - xhtml < 3000.2.2.1 # base >= 4.11 @@ -3651,6 +3613,7 @@ skipped-tests: - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - GLFW-b # HUnit 1.6 + - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 From f8f87d114c859e5079fae292eb5399e73f3398fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 15:09:41 -0800 Subject: [PATCH 2771/3109] Update comments re: hoauth2 disabled packages --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 668ba542..3eabfc1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -675,7 +675,7 @@ packages: "Patrick Brisbin @pbrisbin": - gravatar - load-env - # - yesod-auth-oauth2 # http-types 0.12 via hoauth2 + # - yesod-auth-oauth2 # via hoauth2 # - yesod-markdown # http-types 0.12 via pandoc - yesod-paginator @@ -2344,7 +2344,7 @@ packages: "Haisheng Wu @freizl": [] - # - hoauth2 # http-types 0.12 + # - hoauth2 # various deps out of date "Falko Peters @informatikr": - scrypt @@ -2801,7 +2801,7 @@ packages: - printcess "Alexey Kuleshevich @lehins": - # - wai-middleware-auth # http-types 0.12 via hoauth2 + # - wai-middleware-auth # via hoauth2 - hip - massiv - massiv-io From 3da1b3184afb612fc620b7f114403f226ac80022 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 15:42:43 -0800 Subject: [PATCH 2772/3109] Remove profiteur, unconstrain js-jquery. Closes #3213 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3eabfc1a..3c072cfd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -442,7 +442,7 @@ packages: - blaze-html - blaze-markup # - stylish-haskell # haskell-src-exts - - profiteur + # - profiteur # js-jquery 3.3 - psqueues - websockets - websockets-snap @@ -3277,9 +3277,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3213 - - js-jquery < 3.3 - # https://github.com/fpco/stackage/issues/3234 - free < 5 - ChannelT == 0.0.0.4 From d27974445fa76c99b952c57653915096b1996a0b Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Sat, 10 Mar 2018 18:00:13 -0600 Subject: [PATCH 2773/3109] pinboard / http-types --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c072cfd..fee2975d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -435,7 +435,7 @@ packages: - mandrill "Jon Schoning @jonschoning": - # - pinboard # http-types 0.12 + - pinboard - swagger-petstore "Jasper Van der Jeugt @jaspervdj": From 8ec75d3fcded3f59b9995e2cd43fa04cf2121b3c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 16:38:16 -0800 Subject: [PATCH 2774/3109] Unconstrain lens (#3238) and free (#3234) --- build-constraints.yaml | 58 ++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 31 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3c072cfd..f115010c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -27,8 +27,9 @@ packages: - hamtsolo "Ferdinand van Walree @Ferdinand-vW": - - sessiontypes - - sessiontypes-distributed + [] + # - sessiontypes # lens 4.16 via diagrams + # - sessiontypes-distributed # lens 4.16 via diagrams "Jacob Thomas Errington @tsani": - servant-github-webhook @@ -151,7 +152,7 @@ packages: - lazyio - markov-chain - midi - - midi-music-box + # - midi-music-box # lens 4.16 via diagrams - mbox-utility - med-module - non-empty @@ -296,8 +297,8 @@ packages: # - google-translate # servant 0.12 # - hackernews # servant 0.12 - ses-html - - stripe-haskell - - stripe-http-streams + # - stripe-haskell # free 5 + # - stripe-http-streams # free 5 - stripe-core "Piotr Mlodawski @pmlodawski": @@ -651,14 +652,14 @@ packages: "Brent Yorgey @byorgey": - active - - diagrams + # - diagrams # lens 4.16 # - diagrams-builder # haskell-src-exts - - diagrams-cairo - - diagrams-contrib - - diagrams-core - - diagrams-lib - - diagrams-rasterific - - diagrams-svg + # - diagrams-cairo # lens 4.16 + # - diagrams-contrib # lens 4.16 + # - diagrams-core # lens 4.16 + # - diagrams-lib # lens 4.16 + # - diagrams-rasterific # lens 4.16 + # - diagrams-svg # lens 4.16 - force-layout - haxr - MonadRandom @@ -757,7 +758,7 @@ packages: "Gabriel Gonzalez @Gabriel439": - optparse-generic - pipes - - pipes-extras + # - pipes-extras # lens 4.16 - pipes-parse - pipes-concurrency - pipes-safe @@ -1147,7 +1148,7 @@ packages: - wreq "Andraz Bajt @edofic": - - effect-handlers + # - effect-handlers # free 5 - koofr-client - snowflake @@ -1201,7 +1202,7 @@ packages: "Jeffrey Rosenbluth @jeffreyrosenbluth": - palette - - diagrams-canvas + # - diagrams-canvas # lens 4.16 - svg-builder "Gabríel Arthúr Pétursson @polarina": @@ -1573,8 +1574,8 @@ packages: - bento - bmp - Chart # Maintained by @timbod7. - - Chart-diagrams # Maintained by @timbod7. - - diagrams-postscript # Maintained by @byorgey. + # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. + # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - ekg-statsd # Maintained by @tibbe. - flow - github-release @@ -2423,7 +2424,7 @@ packages: "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple - OneTuple - - SVGFonts + # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": - free-vl @@ -2745,7 +2746,7 @@ packages: - numhask-range - perf - online - - chart-unit + # - chart-unit # lens 4.16 via diagrams "Iphigenia Df @iphydf": - data-msgpack @@ -2798,11 +2799,12 @@ packages: - line "Hannes Saffrich @m0rphism": - - printcess + [] + # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": # - wai-middleware-auth # via hoauth2 - - hip + # - hip # lens 4.16 via diagrams/chart - massiv - massiv-io @@ -2855,9 +2857,9 @@ packages: - glazier-pipes - javascript-extras - l10n - - pipes-category - - pipes-fluid - - pipes-misc + # - pipes-category # lens 4.16 via pipes-extras + # - pipes-fluid # lens 4.16 via pipes-extras + # - pipes-misc # lens 4.16 via pipes-extras - stm-extras "Siniša Biđin @sbidin": @@ -3277,13 +3279,6 @@ packages: - http-conduit < 2.3.0 - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3234 - - free < 5 - - ChannelT == 0.0.0.4 - - # https://github.com/fpco/stackage/issues/3238 - - lens < 4.16 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 @@ -3637,6 +3632,7 @@ skipped-tests: - mysql-haskell # tasty - static-text # tasty - test-framework # QuickCheck 2.10 + - heist # lens 4.16 # Transitive outdated dependencies # These packages From 33697f99130a861c0415492f9790abc58608286d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 20:11:50 -0500 Subject: [PATCH 2775/3109] Remove "pqueue < 1.4.1" constraint --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 54861ad0..8b224d9f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1857,7 +1857,7 @@ packages: - network-carbon - tasty-rerun - logging-effect - - reactive-banana + # - reactive-banana # pqueue-1.4.1 "Antoni Silvestre @asilvestre": # Test suite needs a running neo4j server with auth disabled @@ -3363,9 +3363,6 @@ packages: # https://github.com/fpco/stackage/issues/3274 - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3288 - - pqueue < 1.4.1 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 From d868feaa078bbadf9060cc27d9a5346b2161164d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 10 Mar 2018 17:40:02 -0800 Subject: [PATCH 2776/3109] Unconstrain http-conduit, see #3204 --- build-constraints.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8b224d9f..72d192c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -323,7 +323,7 @@ packages: - persistent-postgresql - persistent-sqlite - persistent-template - - stackage-curator + # - stackage-curator # http-conduit 2.3 via amazonka - store - wai-websockets - warp-tls @@ -1325,7 +1325,7 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - - amazonka + # - amazonka # http-conduit 2.3 - amazonka-core - amazonka-test - amazonka-apigateway @@ -1907,7 +1907,7 @@ packages: "Matt Parsons @parsonsmatt": - monad-logger-prefix - monad-metrics - - ekg-cloudwatch + # - ekg-cloudwatch # http-conduit 2.3 via amazonka - smtp-mail - liboath-hs @@ -1931,7 +1931,7 @@ packages: "Timo von Holtz @tvh": - ekg-wai - - haxl-amazonka + # - haxl-amazonka # http-conduit 2.3 via amazonka - hasql-migration - servant-JuicyPixels @@ -2541,7 +2541,7 @@ packages: "David Reaver @jdreaver": - eventful-core - - eventful-dynamodb + # - eventful-dynamodb # http-conduit 2.3 via amazonka - eventful-memory - eventful-postgresql - eventful-sql-common @@ -2960,7 +2960,7 @@ packages: - type-level-integers - partial-order - async-timer - - nakadi-client + # - nakadi-client # http-conduit 2.3 - throttle-io-stream - conduit-throttle @@ -3275,10 +3275,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3204 - - http-conduit < 2.3.0 - - hoogle < 5.0.17 - # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 From 707e41ae45c0abc0442548c47f78ebb9253e2bea Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 10 Mar 2018 18:47:17 -0800 Subject: [PATCH 2777/3109] Restore `pipes-extras` `pipes-extras-1.0.13` now builds against `lens-4.16` --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d192c7..58d1b7e8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -758,7 +758,7 @@ packages: "Gabriel Gonzalez @Gabriel439": - optparse-generic - pipes - # - pipes-extras # lens 4.16 + - pipes-extras - pipes-parse - pipes-concurrency - pipes-safe @@ -2857,9 +2857,9 @@ packages: - glazier-pipes - javascript-extras - l10n - # - pipes-category # lens 4.16 via pipes-extras - # - pipes-fluid # lens 4.16 via pipes-extras - # - pipes-misc # lens 4.16 via pipes-extras + - pipes-category + - pipes-fluid + - pipes-misc - stm-extras "Siniša Biđin @sbidin": From 095ba69ae4a9b74835bcffd2f91cf426c3b35da4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 22:20:32 -0500 Subject: [PATCH 2778/3109] Remove upper bound for product-profunctors --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58d1b7e8..c5d3b3a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1998,7 +1998,7 @@ packages: - hailgun - hailgun-simple - natural-transformation - - opaleye-trans + # - opaleye-trans # product-profunctors 0.9 - pretty-simple - read-env-var # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 @@ -3278,9 +3278,6 @@ packages: # https://github.com/fpco/stackage/issues/3245 - mwc-probability < 2 - # https://github.com/fpco/stackage/issues/3246 - - product-profunctors < 0.9.0.0 - # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 - html-conduit < 1.3.0 From 5fc74ef674dee09cfe2781d8594842cac1fb88e9 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 10 Mar 2018 22:27:38 -0500 Subject: [PATCH 2779/3109] Remove upper bounds for mwc-probability, closes #3245 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5d3b3a7..66e1576f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,9 +3275,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3245 - - mwc-probability < 2 - # https://github.com/fpco/stackage/issues/3251 - conduit < 1.3.0 - html-conduit < 1.3.0 From b3c2206463121000b95572b613310e31f5f55b3c Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Sun, 11 Mar 2018 16:08:54 +0900 Subject: [PATCH 2780/3109] Add the world-peace package. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66e1576f..45bcf85d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2004,6 +2004,7 @@ packages: # - servant-checked-exceptions # https://github.com/cdepillabout/servant-checked-exceptions/issues/15 # - servant-rawm # https://github.com/cdepillabout/servant-rawm/issues/4 - servant-static-th + - world-peace - xml-html-qq - xml-indexed-cursor From 500124a6387367b9904ddd855736c4446f34ba0b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 08:52:47 -0700 Subject: [PATCH 2781/3109] Remove some haskell-tools-* pkgs per #3346 --- build-constraints.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45bcf85d..5d5cb17c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2823,10 +2823,10 @@ packages: - haskell-tools-rewrite - haskell-tools-prettyprint - haskell-tools-refactor - - haskell-tools-demo - - haskell-tools-cli - - haskell-tools-daemon - - haskell-tools-debug + # - haskell-tools-demo # Cabal 2 via minisat-solver + # - haskell-tools-cli # Cabal 2 via minisat-solver + # - haskell-tools-daemon # Cabal 2 via minisat-solver + # - haskell-tools-debug # Cabal 2 via minisat-solver "David Fisher @ddfisher": - socket-activation @@ -3399,7 +3399,6 @@ packages: # Requires too-new or too-old Cabal - cabal2nix < 2.9 # Cabal >2.2 - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - haskell-tools-builtin-refactorings < 1.0.1.1 # via minisat-solver via easyrender, Cabal < 2 - hackage-db < 2.0.1 # Cabal >2.2 # Requires too-new base From 60fe2d69d9b98096dd41ea6d357c81ea237fc8a9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 09:47:52 -0700 Subject: [PATCH 2782/3109] Unconstrain numerous packages (esp #3251, #3255, #3256, #3259) --- build-constraints.yaml | 277 ++++++++++++++++------------------------- 1 file changed, 106 insertions(+), 171 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d5cb17c..2a76238c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -11,7 +11,8 @@ packages: - stitch "Yusent Chig @yusent": - - yesod-auth-bcryptdb + [] + # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 "Johannes Gerer ": - buchhaltung @@ -437,7 +438,7 @@ packages: "Jon Schoning @jonschoning": - pinboard - - swagger-petstore + # - swagger-petstore # conduit 1.3, yesod 1.6 "Jasper Van der Jeugt @jaspervdj": - blaze-html @@ -687,7 +688,7 @@ packages: - serversession-backend-persistent - serversession-backend-redis - serversession-frontend-wai - - serversession-frontend-yesod + # - serversession-frontend-yesod # conduit 1.3, yesod 1.6 # - thumbnail-plus # https://github.com/prowdsponsor/thumbnail-plus/issues/5 - yesod-auth-fb - yesod-fb @@ -779,7 +780,7 @@ packages: - machines-directory - machines-io - bloodhound - - esqueleto + # - esqueleto # persistent 2.8 "Adam Bergmark @bergmark": - HUnit @@ -886,7 +887,7 @@ packages: - naqsha "Joey Hess @joeyh": - - git-annex + # - git-annex # conduit 1.3 - concurrent-output - mountpoints - disk-free-space @@ -1076,7 +1077,7 @@ packages: - hvect - reroute - users - - users-persistent + # - users-persistent # persistent 2.8 - users-postgresql-simple - users-test # - validate-input # https://github.com/agrafix/validate-input/issues/3 @@ -1105,7 +1106,7 @@ packages: - zip-archive "Arthur Fayzrakhmanov @geraldus": - - yesod-form-richtext + # - yesod-form-richtext # conduit 1.3, yesod 1.6 - ghcjs-perch "Tom Ellis @tomjaguarpaw": @@ -1325,95 +1326,95 @@ packages: - jose-jwt "Brendan Hay @brendanhay": - # - amazonka # http-conduit 2.3 - - amazonka-core - - amazonka-test - - amazonka-apigateway - - amazonka-application-autoscaling - - amazonka-appstream - - amazonka-autoscaling - - amazonka-budgets - - amazonka-certificatemanager - - amazonka-cloudformation - - amazonka-cloudfront - - amazonka-cloudhsm - - amazonka-cloudsearch - - amazonka-cloudsearch-domains - - amazonka-cloudtrail - - amazonka-cloudwatch - - amazonka-cloudwatch-events - - amazonka-cloudwatch-logs - - amazonka-codebuild - - amazonka-codecommit - - amazonka-codedeploy - - amazonka-codepipeline - - amazonka-cognito-identity - - amazonka-cognito-idp - - amazonka-cognito-sync - - amazonka-config - - amazonka-datapipeline - - amazonka-devicefarm - - amazonka-directconnect - - amazonka-discovery - - amazonka-dms - - amazonka-ds - - amazonka-dynamodb - - amazonka-dynamodb-streams - - amazonka-ec2 - - amazonka-ecr - - amazonka-ecs - - amazonka-efs - - amazonka-elasticache - - amazonka-elasticbeanstalk - - amazonka-elasticsearch - - amazonka-elastictranscoder - - amazonka-elb - - amazonka-elbv2 - - amazonka-emr - - amazonka-gamelift - - amazonka-glacier - - amazonka-health - - amazonka-iam - - amazonka-importexport - - amazonka-inspector - - amazonka-iot - - amazonka-iot-dataplane - - amazonka-kinesis - - amazonka-kinesis-analytics - - amazonka-kinesis-firehose - - amazonka-kms - - amazonka-lambda - - amazonka-lightsail - - amazonka-marketplace-analytics - - amazonka-marketplace-metering - - amazonka-ml - - amazonka-opsworks - - amazonka-opsworks-cm - - amazonka-pinpoint - - amazonka-polly - - amazonka-rds - - amazonka-redshift - - amazonka-rekognition - - amazonka-route53 - - amazonka-route53-domains - - amazonka-s3 - - amazonka-sdb - - amazonka-servicecatalog - - amazonka-ses - - amazonka-shield - - amazonka-sms - - amazonka-snowball - - amazonka-sns - - amazonka-sqs - - amazonka-ssm - - amazonka-stepfunctions - - amazonka-storagegateway - - amazonka-sts - - amazonka-support - - amazonka-swf - - amazonka-waf - - amazonka-workspaces - - amazonka-xray + # - amazonka # http-conduit 2.3, conduit 1.3 + # - amazonka-core + # - amazonka-test + # - amazonka-apigateway + # - amazonka-application-autoscaling + # - amazonka-appstream + # - amazonka-autoscaling + # - amazonka-budgets + # - amazonka-certificatemanager + # - amazonka-cloudformation + # - amazonka-cloudfront + # - amazonka-cloudhsm + # - amazonka-cloudsearch + # - amazonka-cloudsearch-domains + # - amazonka-cloudtrail + # - amazonka-cloudwatch + # - amazonka-cloudwatch-events + # - amazonka-cloudwatch-logs + # - amazonka-codebuild + # - amazonka-codecommit + # - amazonka-codedeploy + # - amazonka-codepipeline + # - amazonka-cognito-identity + # - amazonka-cognito-idp + # - amazonka-cognito-sync + # - amazonka-config + # - amazonka-datapipeline + # - amazonka-devicefarm + # - amazonka-directconnect + # - amazonka-discovery + # - amazonka-dms + # - amazonka-ds + # - amazonka-dynamodb + # - amazonka-dynamodb-streams + # - amazonka-ec2 + # - amazonka-ecr + # - amazonka-ecs + # - amazonka-efs + # - amazonka-elasticache + # - amazonka-elasticbeanstalk + # - amazonka-elasticsearch + # - amazonka-elastictranscoder + # - amazonka-elb + # - amazonka-elbv2 + # - amazonka-emr + # - amazonka-gamelift + # - amazonka-glacier + # - amazonka-health + # - amazonka-iam + # - amazonka-importexport + # - amazonka-inspector + # - amazonka-iot + # - amazonka-iot-dataplane + # - amazonka-kinesis + # - amazonka-kinesis-analytics + # - amazonka-kinesis-firehose + # - amazonka-kms + # - amazonka-lambda + # - amazonka-lightsail + # - amazonka-marketplace-analytics + # - amazonka-marketplace-metering + # - amazonka-ml + # - amazonka-opsworks + # - amazonka-opsworks-cm + # - amazonka-pinpoint + # - amazonka-polly + # - amazonka-rds + # - amazonka-redshift + # - amazonka-rekognition + # - amazonka-route53 + # - amazonka-route53-domains + # - amazonka-s3 + # - amazonka-sdb + # - amazonka-servicecatalog + # - amazonka-ses + # - amazonka-shield + # - amazonka-sms + # - amazonka-snowball + # - amazonka-sns + # - amazonka-sqs + # - amazonka-ssm + # - amazonka-stepfunctions + # - amazonka-storagegateway + # - amazonka-sts + # - amazonka-support + # - amazonka-swf + # - amazonka-waf + # - amazonka-workspaces + # - amazonka-xray - gogol - gogol-core - gogol-adexchange-buyer @@ -1815,7 +1816,7 @@ packages: - seqalign "John Lenz @wuzzeb": - - yesod-static-angular + # - yesod-static-angular # conduit 1.3, yesod 1.6 - hspec-webdriver - webdriver-angular @@ -2134,7 +2135,7 @@ packages: - text-metrics - tagged-identity - req - - req-conduit + # - req-conduit # conduit 1.3 - cue-sheet - wave - flac @@ -2419,8 +2420,8 @@ packages: - ua-parser - hs-GeoIP - retry - - katip - - katip-elasticsearch + # - katip # conduit 1.3 + # - katip-elasticsearch # conduit 1.3 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2751,7 +2752,7 @@ packages: "Iphigenia Df @iphydf": - data-msgpack - - network-msgpack-rpc + # - network-msgpack-rpc # conduit 1.3 "Dino Morelli @dino-": - epub-metadata @@ -2926,7 +2927,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": - - katip-rollbar + # - katip-rollbar # conduit 1.3 - rollbar-hs - servant-ruby - wai-middleware-rollbar @@ -3180,7 +3181,8 @@ packages: - pomaps "Alexey Kotlyarov @koterpillar": - - serverless-haskell + [] + # - serverless-haskell # conduit 1.3, yesod 1.6 "Guru Devanla @gdevanla": - pptable @@ -3276,74 +3278,6 @@ packages: - QuickCheck < 2.11 - haddock-library < 1.5 - # https://github.com/fpco/stackage/issues/3251 - - conduit < 1.3.0 - - html-conduit < 1.3.0 - - yesod-bin < 1.6.0 - - yesod-eventsource < 1.6.0 - - yesod-websockets < 0.3.0 - - binary-conduit < 1.3 - - classy-prelude < 1.4 - - classy-prelude-conduit < 1.4 - - classy-prelude-yesod < 1.4 - - hOpenPGP < 2.6 - - cereal-conduit < 0.8 - - zip < 1 - - stm-conduit < 4.0.0 - - cassava-conduit < 0.4.0.2 - - network-conduit-tls < 1.3.0 - - fb < 1.2.0 - - yesod-fb < 0.5.0 - - yesod-auth-fb < 1.9.0 - - # https://github.com/fpco/stackage/issues/3252 - - conduit-combinators < 1.3.0 - - # https://github.com/fpco/stackage/issues/3253 - - conduit-extra < 1.3.0 - - # https://github.com/fpco/stackage/issues/3255 - - persistent < 2.8.0 - - persistent-mongoDB < 2.8.0 - - persistent-mysql < 2.8.0 - - persistent-postgresql < 2.8.0 - - persistent-sqlite < 2.8.0 - - yesod-persistent < 1.6.0 - - persistent-mysql-haskell < 0.4 - - # https://github.com/fpco/stackage/issues/3256 - - resourcet < 1.2.0 - - bzlib-conduit < 0.3 - - fold-debounce-conduit < 0.2 - - higher-leveldb < 0.5 - - # https://github.com/fpco/stackage/issues/3257 - - xml-conduit < 1.8.0 - - # https://github.com/fpco/stackage/issues/3259 - - yesod < 1.6.0 - - # https://github.com/fpco/stackage/issues/3260 - - yesod-auth < 1.6.0 - - # https://github.com/fpco/stackage/issues/3261 - - yesod-core < 1.6.0 - - yesod-eventsource < 1.6.0 - - yesod-newsfeed < 1.6.1.0 - - yesod-persistent < 1.6.0 - - yesod-sitemap < 1.6.0 - - yesod-websockets < 0.3.0 - - yesod-gitrepo < 0.3 - - # https://github.com/fpco/stackage/issues/3262 - - yesod-form < 1.6.0 - - # https://github.com/fpco/stackage/issues/3263 - - yesod-static < 1.6.0 - - # https://github.com/fpco/stackage/issues/3264 - - yesod-test < 1.6.0 - # https://github.com/fpco/stackage/issues/3268 - async < 2.2 - async-timer < 0.2 @@ -3575,6 +3509,7 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + - HTTP # conduit-extra 1.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 3b48e91535b28d89d7686a7ee255df27e4e451d2 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 11 Mar 2018 14:16:50 -0400 Subject: [PATCH 2783/3109] Remove upper bounds for cryptonite --- build-constraints.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2a76238c..76d31f47 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1182,9 +1182,9 @@ packages: - pipes-network "Tomas Carnecky @wereHamster": - - avers - - avers-api - - avers-server + # - avers # cryptonite 0.25 + # - avers-api # cryptonite 0.25 + # - avers-server # cryptonite 0.25 - css-syntax - etcd - github-types @@ -3285,9 +3285,6 @@ packages: # https://github.com/fpco/stackage/issues/3278 - lifted-async < 0.10 - # https://github.com/fpco/stackage/issues/3274 - - cryptonite < 0.25 - # https://github.com/fpco/stackage/issues/3290 - doctest < 0.14 From c85d2a2a46a665bb16011990b93fbdb933d93a96 Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Sun, 11 Mar 2018 13:38:48 -0700 Subject: [PATCH 2784/3109] Add transformers-fix --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76d31f47..6bd84f9c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3195,6 +3195,7 @@ packages: "Tim Humphries @thumphries": - transformers-either + - transformers-fix "Andre Van Der Merwe @andrevdm": - bhoogle From e73f4c45f1a2ea9eab637e7d5eee8507843a2520 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 14:52:29 -0700 Subject: [PATCH 2785/3109] Remove gogol-* per brendenhay/gogol#99 --- build-constraints.yaml | 194 ++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 97 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6bd84f9c..fc633d66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1415,103 +1415,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 # conduit 1.3, servant 0.13 + # - 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 - ede - pagerduty - semver From fbbdefb05df5349ef5c5818f62d13b88779c2c71 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:05:22 -0700 Subject: [PATCH 2786/3109] Disable minio-hs per minio/minio-hs#79 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc633d66..4d0d0b81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2870,7 +2870,8 @@ packages: - sdl2-gfx "Aditya Manthramurthy @donatello": - - minio-hs + [] + # - minio-hs # https://github.com/minio/minio-hs/issues/79 "ncaq @ncaq": # - haskell-import-graph # fgl via graphviz From 85b9d48e2418edbd3493d31f6103f3d9c6300b2f Mon Sep 17 00:00:00 2001 From: Jack Conrad Kiefer II Date: Sun, 11 Mar 2018 16:09:39 -0600 Subject: [PATCH 2787/3109] Add herms Herm's! https://hackage.haskell.org/package/herms --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d0d0b81..631d124a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3220,6 +3220,9 @@ packages: "Avi Press @aviaviavi": - curl-runnings - cryptocompare + + "Jack Kiefer @JackKiefer": + - herms # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From d54e2cf6d0e4a7af3e2156e1168c2c295b144b51 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:23:34 -0700 Subject: [PATCH 2788/3109] Remove conduit-parse and xml-conduit-parse per k0ral/conduit-parse#2 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4d0d0b81..a6a60be0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1779,13 +1779,13 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - - conduit-parse + # - conduit-parse # https://github.com/k0ral/conduit-parse/issues/2 - dublincore-xml-conduit - euler-tour-tree - opml-conduit - rss-conduit - timerep - - xml-conduit-parse + # - xml-conduit-parse # via conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From f986859a8d0e153f7fe1b8cb42f8d7e554236933 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:44:01 -0700 Subject: [PATCH 2789/3109] Remove hasty-hamiltonian per jtobin/hasty-hamiltonian#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6a60be0..feff21ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2167,7 +2167,7 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - - hasty-hamiltonian + # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - declarative - sampling - flat-mcmc From 652ea53f337f4a30177f132d8885844a26865456 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:53:57 -0700 Subject: [PATCH 2790/3109] Remove yesod-gitrev per danburton/yesod-gitrev#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index feff21ed..4ac62918 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -739,7 +739,7 @@ packages: - rev-state - runmemo - tardis - - yesod-gitrev + # - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/1 "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From c78ca32ac6fc1919d46d6fc9fbb25ec77ca6a034 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 15:57:54 -0700 Subject: [PATCH 2791/3109] Remove declarative per jtobin/hasty-hamiltonian#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ac62918..a80c334e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2168,7 +2168,7 @@ packages: - mighty-metropolis - speedy-slice # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - - declarative + # - declarative # via hasty-hamiltonian - sampling - flat-mcmc From 0049482030c33ff69b9fb4292aa94dc1c3b4a1c9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:15:30 -0700 Subject: [PATCH 2792/3109] Remove gitlib-libgit2 per jwiegley/gitlib#72 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a80c334e..c9b22bca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1027,7 +1027,7 @@ packages: - fuzzcheck - here - hlibgit2 - - gitlib-libgit2 + # - gitlib-libgit2 # via gitlib: https://github.com/jwiegley/gitlib/issues/72 - hostname-validate - interpolatedstring-perl6 - iproute From 6e7bc4ae9bbd869123580d373a7f52869157a218 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:32:29 -0700 Subject: [PATCH 2793/3109] Remove nvim-hs-* per neovimhaskell/nvim-hs#63 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9b22bca..e11e9bb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2971,9 +2971,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # https://github.com/neovimhaskell/nvim-hs/issues/63 + # - nvim-hs-contrib # via nvim-hs + # - nvim-hs-ghcid # via nvim-hs "Sam Protas @SamProtas": - triplesec From 61092e4353bfd68d2a844a5e45c8e4266616137d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:50:22 -0700 Subject: [PATCH 2794/3109] Remove ede per brendenhay/ede#28 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e11e9bb7..c2a43ac9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1512,7 +1512,7 @@ packages: # - gogol-youtube # - gogol-youtube-analytics # - gogol-youtube-reporting - - ede + # - ede # https://github.com/brendanhay/ede/issues/28 - pagerduty - semver - text-manipulate From fc2c20c3050213fcf7002e630d61b0ca9f3a73a7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 16:52:47 -0700 Subject: [PATCH 2795/3109] Remove range per build failure w/ free-5 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2a43ac9..559aed8e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1830,7 +1830,8 @@ packages: - hsass "Robert Massaioli @robertmassaioli": - - range + [] + # - range # build failure w/ free 5 "Vladislav Zavialov @int-index": - transformers-lift From c3c94c87de970ef2608436ba7bbf7fabc6c4a7c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:02:09 -0700 Subject: [PATCH 2796/3109] Remove yesod-recaptcha2 per ncaq/yesod-recaptcha2#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 559aed8e..86256c5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2879,7 +2879,7 @@ packages: - string-transform - uniq-deep - yesod-form-bootstrap4 - - yesod-recaptcha2 + # - yesod-recaptcha2 # https://github.com/ncaq/yesod-recaptcha2/issues/2 "Andrei Barbu @abarbu": - nondeterminism From a7e685132b85d8d30a48cd1fbf9b0b8d0778131a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:21:04 -0700 Subject: [PATCH 2797/3109] Remove shell-conduit per psibi/shell-conduit#15 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 86256c5f..16cac531 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -453,7 +453,7 @@ packages: "Sibi Prabakaran @psibi": - download - textlocal - - shell-conduit + # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 - tldr - fb - yesod-fb From 3190b190932af376ef974e05a440bc89242728a0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:29:58 -0700 Subject: [PATCH 2798/3109] Remove gym-http-api, closes #3354 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16cac531..ed4187a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3123,7 +3123,8 @@ packages: - airship "Sam Stites @stites": - - gym-http-api + [] + # - gym-http-api # https://github.com/fpco/stackage/issues/3354 "Tom Sydney Kerckhove @NorfairKing": - genvalidity From a1be72478f2f65806984f948cbd546eab393a614 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 17:41:53 -0700 Subject: [PATCH 2799/3109] Remove yesod-auth-basic per creichert/yesod-auth-basic#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed4187a0..4a88bc69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1760,7 +1760,7 @@ packages: - hsebaysdk - dockerfile - wai-middleware-throttle - - yesod-auth-basic + # - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/2 "Hirotomo Moriwaki @philopon": - barrier From 9d2b67d18deaf30bd77dd8a26b814f8288715b6c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:02:56 -0700 Subject: [PATCH 2800/3109] Expect xlsx tests to fail per qrilka/xlsx#13 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a88bc69..ca352717 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3828,6 +3828,7 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 + - xlsx # https://github.com/qrilka/xlsx/issues/113 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 From a209682ea725370381c87bf5bc446c5043ae6b8b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 Mar 2018 18:08:37 -0700 Subject: [PATCH 2801/3109] Added pandoc, pandoc-citeproc. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca352717..6a197e30 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2406,8 +2406,8 @@ packages: - pandoc-types < 1.19 || > 1.19 # Accidental upload, see: https://github.com/fpco/stackage/issues/2223 - zip-archive - doctemplates - # - pandoc # http-types 0.12 - # - pandoc-citeproc # http-types 0.12 via pandoc + - pandoc + - pandoc-citeproc "Karun Ramakrishnan @karun012": - doctest-discover From 100b84d700714b9b2641351bf99e26a19c8b4944 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:14:17 -0700 Subject: [PATCH 2802/3109] Expect servant-elm tests to fail per mattjbray/servant-elm#38 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca352717..405e268e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3824,6 +3824,7 @@ expected-test-failures: - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 + - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 From 5af8963d9aac0bf0bb0e5b4dce5ba115853318cb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:19:42 -0700 Subject: [PATCH 2803/3109] Remove marvin per JustusAdam/marvin#22 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 405e268e..e807baf7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2385,7 +2385,7 @@ packages: - extensible-effects "Justus Adam @JustusAdam": - - marvin + # - marvin # https://github.com/JustusAdam/marvin/issues/22 - marvin-interpolate - mustache From 2f431cd272e21cc27330de9e67bb99d4e24013f3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:30:07 -0700 Subject: [PATCH 2804/3109] Remove giphy-api per passy/giphy-api#17 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e807baf7..21acbd81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2328,7 +2328,7 @@ packages: # - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/11 "Pascal Hartig @passy": - - giphy-api + # - giphy-api # https://github.com/passy/giphy-api/issues/17 - optparse-text "rightfold @rightfold": From 3957ee9ef5471f9c30f65cd72e8fc627b1fda411 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:41:34 -0700 Subject: [PATCH 2805/3109] Remove magicbane per myfreeweb/magicbane#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66dae923..08caebbd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1232,7 +1232,7 @@ packages: - microformats2-parser - hspec-expectations-pretty-diff - wai-cli - - magicbane + # - magicbane # https://github.com/myfreeweb/magicbane/issues/9 "Francesco Mazzoli @bitonic": - language-c-quote From 3e37d05aa34cf0f6ac93833e26868ab936d2e9fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:48:28 -0700 Subject: [PATCH 2806/3109] Expect tests to fail for http-reverse-proxy per fpco/http-reverse-proxy#26 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 08caebbd..e5916e21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3843,6 +3843,7 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/26 - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 From 422e73dcf6aaf100cf7bd93e51651439444a53ca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 18:58:33 -0700 Subject: [PATCH 2807/3109] Remove conduit-algorithms per luispedro/conduit-algorithms#6 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5916e21..774df837 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2989,7 +2989,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio - - conduit-algorithms + # - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/6 "Alex Biehl @alexbiehl": - haddock-library From b008cda9a1a424a95f7a52d43870e0e6793ed408 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:09:58 -0700 Subject: [PATCH 2808/3109] Remove holy-project per yogsototh/holy-project#7 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 774df837..6ffec613 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -972,7 +972,7 @@ packages: "Yann Esposito yogsototh @yogsototh": - human-readable-duration - - holy-project + # - holy-project # https://github.com/yogsototh/holy-project/issues/7 - wai-middleware-caching - wai-middleware-caching-lru - wai-middleware-caching-redis From 6b07eb4fa9159309568134860dc10d2a75fd50a2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:17:25 -0700 Subject: [PATCH 2809/3109] Remove elm-export-persistent per jb55/elm-export-persistent#2 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ffec613..b6495f3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1614,7 +1614,7 @@ packages: - bson-lens - cased - elm-export - - elm-export-persistent + # - elm-export-persistent # https://github.com/jb55/elm-export-persistent/issues/2 - pipes-csv - pipes-mongodb - servant-elm From d821e27fd61ad10516d6a089ed39d2a2b16f5d4d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:29:36 -0700 Subject: [PATCH 2810/3109] Disable hledger-web per simonmichael/hledger#717 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b6495f3f..dde222c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -947,7 +947,7 @@ packages: - hledger - hledger-lib - hledger-ui - - hledger-web + # - hledger-web # https://github.com/simonmichael/hledger/issues/717 - hledger-api - quickbench - regex-compat-tdfa From b98570fb0a5433757172cb6848924a867c819569 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:34:52 -0700 Subject: [PATCH 2811/3109] Rmove etcd per wereHamster/etcd-hs#5 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dde222c5..e21755a1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1186,7 +1186,7 @@ packages: # - avers-api # cryptonite 0.25 # - avers-server # cryptonite 0.25 - css-syntax - - etcd + # - etcd # https://github.com/wereHamster/etcd-hs/issues/5 - github-types - github-webhook-handler - github-webhook-handler-snap From 869677d40a94e760a84f8ba7975fef471a053fac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:40:11 -0700 Subject: [PATCH 2812/3109] Disable BlastHTTP per eggzilla/BlastHTTP#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e21755a1..b01dce77 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -911,7 +911,7 @@ packages: - biopsl - seqloc - bioalign - - BlastHTTP + # - BlastHTTP # https://github.com/eggzilla/BlastHTTP/issues/1 "Florian Eggenhofer @eggzilla": - ClustalParser From 1d4c705ef0948cf6ef718d0210d3b8c28b027e97 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 19:48:06 -0700 Subject: [PATCH 2813/3109] Expect tests to fail for conduit-throttle per mtesseract/conduit-throttle#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b01dce77..7f15052f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,6 +3839,7 @@ expected-test-failures: - ListLike # No issue tracker, e-mail sent to maintainer - amazonka-core # https://github.com/brendanhay/amazonka/issues/397 - commutative # https://github.com/athanclark/commutative/issues/4 + - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - flat # https://github.com/Quid2/flat/issues/1 - haddock - heap # https://github.com/pruvisto/heap/issues/4 From 84150da9ee36aea9c3377da0d1c5da8e6fdb6e0b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 20:00:56 -0700 Subject: [PATCH 2814/3109] Remove cisco-spark-api per nshimaza/cisco-spark-api#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f15052f..0ae006b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3071,7 +3071,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 - - cisco-spark-api + # - cisco-spark-api # https://github.com/nshimaza/cisco-spark-api/issues/1 "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 9a90ff4bce9be5759307396b40fc287d2b522037 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:00:03 -0700 Subject: [PATCH 2815/3109] Remove bake per ndmitchell/bake#44 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ae006b2..43e57120 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -416,7 +416,7 @@ packages: - js-jquery - js-flot - extra - - bake + # - bake # https://github.com/ndmitchell/bake/issues/44 - ghcid - hexml - weeder From 686915235652366fcac1e18bcbadc642c7dc6e01 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:08:32 -0700 Subject: [PATCH 2816/3109] Add constraint "matrix < 0.3.6.0" per Daniel-Diaz/matrix#55 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43e57120..ddf23a3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3347,6 +3347,9 @@ packages: - microlens-platform < 0.3.10 - microlens-th < 0.4.2 + # https://github.com/Daniel-Diaz/matrix/issues/55 + - matrix < 0.3.6.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dc25d0974d42de378ea14088355b5bcd0de72f5a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 12 Mar 2018 04:11:53 +0000 Subject: [PATCH 2817/3109] re-add hledger-web hledger-web 1.5.1 builds with yesod 1.6 (cf https://github.com/simonmichael/hledger/issues/717) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf23a3c..ebbd1859 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -947,7 +947,7 @@ packages: - hledger - hledger-lib - hledger-ui - # - hledger-web # https://github.com/simonmichael/hledger/issues/717 + - hledger-web - hledger-api - quickbench - regex-compat-tdfa From 6a8b93b1dfaa70fa3be632c358bcbb5bdaf509a5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:18:33 -0700 Subject: [PATCH 2818/3109] Remove MusicBrainz, closes #3357 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ddf23a3c..79b7068e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -877,7 +877,7 @@ packages: "Clint Adams @clinty": - hOpenPGP - openpgp-asciiarmor - - MusicBrainz + # - MusicBrainz # https://github.com/fpco/stackage/issues/3357 - DAV # - hopenpgp-tools # fgl via graphviz - opensource From b19333d29835353a484e33c61fb121c7768c0b31 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:35:42 -0700 Subject: [PATCH 2819/3109] Disable accelerate-examples per AccelerateHS/accelerate#418 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1f2ee4a..077b320c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -709,7 +709,7 @@ packages: - accelerate-fft - accelerate-blas - accelerate-bignum - - accelerate-examples + # - accelerate-examples # https://github.com/AccelerateHS/accelerate/issues/418 - repa - repa-io - repa-algorithms From 24182605a6a536973fa436bdf4fc24b6770649e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 11 Mar 2018 21:53:21 -0700 Subject: [PATCH 2820/3109] Add comment re: doctest constraint linked to QuickCheck --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 077b320c..f7945ed7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3291,6 +3291,7 @@ packages: - lifted-async < 0.10 # https://github.com/fpco/stackage/issues/3290 + # also blocked by QuickCheck < 2.11 - doctest < 0.14 # https://github.com/fpco/stackage/issues/3292 From 0fcfa2bc7176ce2e2f9a574094b95a794fd06935 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 12 Mar 2018 10:47:11 +0200 Subject: [PATCH 2821/3109] http-reverse-proxy should not fail CC @DanBurton --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7921894..93306174 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3851,7 +3851,6 @@ expected-test-failures: - haddock - heap # https://github.com/pruvisto/heap/issues/4 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled - - http-reverse-proxy # https://github.com/fpco/http-reverse-proxy/issues/26 - hweblib # https://github.com/aycanirican/hweblib/issues/3 - language-dockerfile # https://github.com/beijaflor-io/haskell-language-dockerfile/issues/8 - language-lua2 # https://github.com/mitchellwrosen/language-lua2/issues/4 From b89f05ecc1c06eb271046727a9fe75a8c1c88d7d Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 12 Mar 2018 06:56:59 -0700 Subject: [PATCH 2822/3109] Add `pipes-http` --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93306174..9bb7dfc9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -760,6 +760,7 @@ packages: - optparse-generic - pipes - pipes-extras + - pipes-http - pipes-parse - pipes-concurrency - pipes-safe From 08e5f62d5a15261ecc14172ee59868809f3b4311 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 12 Mar 2018 11:36:39 -0400 Subject: [PATCH 2823/3109] Remove upper bounds for one-liner, closes #3330 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 93306174..4107edcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3315,9 +3315,6 @@ packages: # https://github.com/fpco/stackage/issues/3329 - skylighting < 0.7 - # https://github.com/fpco/stackage/issues/3330 - - one-liner < 1 - # https://github.com/fpco/stackage/issues/3333 - llvm-hs < 6 - llvm-hs-pure < 6 From c0b33a9aec30d350126e321a3421f2dc85dbdeb7 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 12 Mar 2018 12:46:59 -0400 Subject: [PATCH 2824/3109] Remove upper bounds for pretty-show, closes #3292 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5f6d86e..59c149f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,9 +3298,6 @@ packages: # also blocked by QuickCheck < 2.11 - doctest < 0.14 - # https://github.com/fpco/stackage/issues/3292 - - pretty-show < 1.7 - # https://github.com/karun012/doctest-discover/issues/19 - doctest-discover < 0.1.0.8 From 948f3f9ad650f5ee8d0b9d73ff1b8d8b30e2df8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 17:28:47 -0800 Subject: [PATCH 2825/3109] Bump ghc in build-constraints and check script to 8.4.1 --- build-constraints.yaml | 2 +- check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..eac27e89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,4 @@ -ghc-major-version: "8.2" +ghc-major-version: "8.4" # 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/check b/check index 4189690a..24bd97ad 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.2.2 stackage-curator check +exec stack exec --resolver ghc-8.4.1 stackage-curator check From 3dd33d41aed07c13fb5f3e2f721a418b3c0b5524 Mon Sep 17 00:00:00 2001 From: Luis Pedro Coelho Date: Mon, 12 Mar 2018 18:38:21 +0100 Subject: [PATCH 2826/3109] Add conduit-algorithms back Issues blocking it are fixed in newer release --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..efd16ca0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2990,7 +2990,7 @@ packages: "Luis Pedro Coelho @luispedro": - safeio - # - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/6 + - conduit-algorithms "Alex Biehl @alexbiehl": - haddock-library @@ -3669,8 +3669,6 @@ skipped-tests: - ihaskell # haskell-src-exts via here - - conduit-algorithms # https://github.com/luispedro/conduit-algorithms/issues/3 - # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From 999a5f2ed551499140e8d8e63fd419869129e161 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 12:02:21 -0700 Subject: [PATCH 2827/3109] Add a lot of stuff to "Removed packages" for ghc 8.4 --- build-constraints.yaml | 2209 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 2208 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eac27e89..4365ab7f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,7 +3256,2212 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": [] + "Removed packages": + - Agda < 0 # GHC 8.4 via base-4.11.0.0 + - Earley < 0 # GHC 8.4 via base-4.11.0.0 + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - GPipe < 0 # GHC 8.4 via base-4.11.0.0 + - JuicyPixels-scale-dct < 0 # GHC 8.4 via base-4.11.0.0 + - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 + - Unique < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-blas < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fft < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fftw < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-fourier < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-io < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-native < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-llvm-ptx < 0 # GHC 8.4 via base-4.11.0.0 + - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 + - active < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-extra < 0 # GHC 8.4 via base-4.11.0.0 + - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 + - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 + - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 + - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 + - async < 0 # GHC 8.4 via base-4.11.0.0 + - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 + - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 + - benchpress < 0 # GHC 8.4 via base-4.11.0.0 + - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 + - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 + - brittany < 0 # GHC 8.4 via base-4.11.0.0 + - butcher < 0 # GHC 8.4 via base-4.11.0.0 + - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 + - capataz < 0 # GHC 8.4 via base-4.11.0.0 + - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 + - classyplate < 0 # GHC 8.4 via base-4.11.0.0 + - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - compact < 0 # GHC 8.4 via base-4.11.0.0 + - country < 0 # GHC 8.4 via base-4.11.0.0 + - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 + - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 + - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - czipwith < 0 # GHC 8.4 via base-4.11.0.0 + - data-tree-print < 0 # GHC 8.4 via base-4.11.0.0 + - deepseq-generics < 0 # GHC 8.4 via base-4.11.0.0 + - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 + - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 + - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 + - eliminators < 0 # GHC 8.4 via base-4.11.0.0 + - ether < 0 # GHC 8.4 via base-4.11.0.0 + - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 + - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 + - extensible-effects < 0 # GHC 8.4 via base-4.11.0.0 + - fast-builder < 0 # GHC 8.4 via base-4.11.0.0 + - feed < 0 # GHC 8.4 via base-4.11.0.0 + - fold-debounce-conduit < 0 # GHC 8.4 via base-4.11.0.0 + - force-layout < 0 # GHC 8.4 via base-4.11.0.0 + - friday-juicypixels < 0 # GHC 8.4 via base-4.11.0.0 + - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 + - generic-random < 0 # GHC 8.4 via base-4.11.0.0 + - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 + - github < 0 # GHC 8.4 via base-4.11.0.0 + - github-release < 0 # GHC 8.4 via base-4.11.0.0 + - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 + - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 + - gloss < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-algorithms < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-raster-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 + - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 + - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 + - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 + - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 + - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-src-meta < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-ast < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-prettyprint < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-refactor < 0 # GHC 8.4 via base-4.11.0.0 + - haskell-tools-rewrite < 0 # GHC 8.4 via base-4.11.0.0 + - hastache < 0 # GHC 8.4 via base-4.11.0.0 + - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 + - hoopl < 0 # GHC 8.4 via base-4.11.0.0 + - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 + - http-media < 0 # GHC 8.4 via base-4.11.0.0 + - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 + - ihaskell < 0 # GHC 8.4 via base-4.11.0.0 + - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 + - io-streams-haproxy < 0 # GHC 8.4 via base-4.11.0.0 + - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 + - json-stream < 0 # GHC 8.4 via base-4.11.0.0 + - kraken < 0 # GHC 8.4 via base-4.11.0.0 + - lackey < 0 # GHC 8.4 via base-4.11.0.0 + - lapack-ffi-tools < 0 # GHC 8.4 via base-4.11.0.0 + - lens-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - lens-labels < 0 # GHC 8.4 via base-4.11.0.0 + - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 + - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 + - licensor < 0 # GHC 8.4 via base-4.11.0.0 + - lifted-async < 0 # GHC 8.4 via base-4.11.0.0 + - llvm-hs-pure < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 + - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 + - lzma < 0 # GHC 8.4 via base-4.11.0.0 + - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 + - mole < 0 # GHC 8.4 via base-4.11.0.0 + - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 + - multistate < 0 # GHC 8.4 via base-4.11.0.0 + - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 + - naqsha < 0 # GHC 8.4 via base-4.11.0.0 + - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 + - newtype-generics < 0 # GHC 8.4 via base-4.11.0.0 + - numhask < 0 # GHC 8.4 via base-4.11.0.0 + - numhask-range < 0 # GHC 8.4 via base-4.11.0.0 + - palette < 0 # GHC 8.4 via base-4.11.0.0 + - partial-semigroup < 0 # GHC 8.4 via base-4.11.0.0 + - path-text-utf8 < 0 # GHC 8.4 via base-4.11.0.0 + - perf < 0 # GHC 8.4 via base-4.11.0.0 + - pipes-random < 0 # GHC 8.4 via base-4.11.0.0 + - pomaps < 0 # GHC 8.4 via base-4.11.0.0 + - posix-paths < 0 # GHC 8.4 via base-4.11.0.0 + - postgresql-simple < 0 # GHC 8.4 via base-4.11.0.0 + - postgresql-simple-url < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-arbitrary < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-descriptors < 0 # GHC 8.4 via base-4.11.0.0 + - proto-lens-optparse < 0 # GHC 8.4 via base-4.11.0.0 + - protolude < 0 # GHC 8.4 via base-4.11.0.0 + - publicsuffix < 0 # GHC 8.4 via base-4.11.0.0 + - pusher-http-haskell < 0 # GHC 8.4 via base-4.11.0.0 + - raaz < 0 # GHC 8.4 via base-4.11.0.0 + - range-set-list < 0 # GHC 8.4 via base-4.11.0.0 + - ratel < 0 # GHC 8.4 via base-4.11.0.0 + - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 + - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 + - repa < 0 # GHC 8.4 via base-4.11.0.0 + - repa-algorithms < 0 # GHC 8.4 via base-4.11.0.0 + - repa-io < 0 # GHC 8.4 via base-4.11.0.0 + - rest-core < 0 # GHC 8.4 via base-4.11.0.0 + - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 + - rest-types < 0 # GHC 8.4 via base-4.11.0.0 + - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 + - safe-exceptions < 0 # GHC 8.4 via base-4.11.0.0 + - schematic < 0 # GHC 8.4 via base-4.11.0.0 + - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 + - servant < 0 # GHC 8.4 via base-4.11.0.0 + - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 + - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 + - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 + - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 + - servant-js < 0 # GHC 8.4 via base-4.11.0.0 + - servant-server < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via base-4.11.0.0 + - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 + - setlocale < 0 # GHC 8.4 via base-4.11.0.0 + - slack-web < 0 # GHC 8.4 via base-4.11.0.0 + - snap < 0 # GHC 8.4 via base-4.11.0.0 + - spdx < 0 # GHC 8.4 via base-4.11.0.0 + - splitmix < 0 # GHC 8.4 via base-4.11.0.0 + - statestack < 0 # GHC 8.4 via base-4.11.0.0 + - stitch < 0 # GHC 8.4 via base-4.11.0.0 + - strive < 0 # GHC 8.4 via base-4.11.0.0 + - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 + - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 + - tdigest < 0 # GHC 8.4 via base-4.11.0.0 + - threads < 0 # GHC 8.4 via base-4.11.0.0 + - threepenny-gui < 0 # GHC 8.4 via base-4.11.0.0 + - through-text < 0 # GHC 8.4 via base-4.11.0.0 + - time-parsers < 0 # GHC 8.4 via base-4.11.0.0 + - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 + - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 + - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 + - union < 0 # GHC 8.4 via base-4.11.0.0 + - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 + - userid < 0 # GHC 8.4 via base-4.11.0.0 + - vado < 0 # GHC 8.4 via base-4.11.0.0 + - vcswrapper < 0 # GHC 8.4 via base-4.11.0.0 + - vector-fftw < 0 # GHC 8.4 via base-4.11.0.0 + - vectortiles < 0 # GHC 8.4 via base-4.11.0.0 + - versions < 0 # GHC 8.4 via base-4.11.0.0 + - wavefront < 0 # GHC 8.4 via base-4.11.0.0 + - xhtml < 0 # GHC 8.4 via base-4.11.0.0 + - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-8.4.1 + - doctest < 0 # GHC 8.4 via ghc-8.4.1 + - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-refactor < 0 # GHC 8.4 via ghc-8.4.1 + - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 + - hint < 0 # GHC 8.4 via ghc-8.4.1 + - inline-java < 0 # GHC 8.4 via ghc-8.4.1 + - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - text-show < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - text-show-instances < 0 # GHC 8.4 via ghc-boot-th-8.4.1 + - ghc-compact < 0 # GHC 8.4 via ghc-prim-0.5.2.0 + - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - eliminators < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - testing-feat < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 + - morte < 0 # GHC 8.4 via Earley + - stm-supply < 0 # GHC 8.4 via Unique + - linear-accelerate < 0 # GHC 8.4 via accelerate + - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - hspec-meta < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async + - GLFW-b < 0 # GHC 8.4 via bindings-GLFW + - HStringTemplate < 0 # GHC 8.4 via blaze-builder + - airship < 0 # GHC 8.4 via blaze-builder + - atom-conduit < 0 # GHC 8.4 via blaze-builder + - authenticate < 0 # GHC 8.4 via blaze-builder + - authenticate-oauth < 0 # GHC 8.4 via blaze-builder + - blaze-html < 0 # GHC 8.4 via blaze-builder + - blaze-markup < 0 # GHC 8.4 via blaze-builder + - blaze-textual < 0 # GHC 8.4 via blaze-builder + - bloodhound < 0 # GHC 8.4 via blaze-builder + - csv-conduit < 0 # GHC 8.4 via blaze-builder + - docker < 0 # GHC 8.4 via blaze-builder + - fn < 0 # GHC 8.4 via blaze-builder + - groundhog < 0 # GHC 8.4 via blaze-builder + - groundhog-postgresql < 0 # GHC 8.4 via blaze-builder + - haxr < 0 # GHC 8.4 via blaze-builder + - hbeanstalk < 0 # GHC 8.4 via blaze-builder + - heist < 0 # GHC 8.4 via blaze-builder + - hjsmin < 0 # GHC 8.4 via blaze-builder + - hosc < 0 # GHC 8.4 via blaze-builder + - http-client < 0 # GHC 8.4 via blaze-builder + - http-common < 0 # GHC 8.4 via blaze-builder + - http-conduit < 0 # GHC 8.4 via blaze-builder + - http-reverse-proxy < 0 # GHC 8.4 via blaze-builder + - http-streams < 0 # GHC 8.4 via blaze-builder + - json-builder < 0 # GHC 8.4 via blaze-builder + - language-javascript < 0 # GHC 8.4 via blaze-builder + - lucid < 0 # GHC 8.4 via blaze-builder + - mime-mail < 0 # GHC 8.4 via blaze-builder + - monad-logger < 0 # GHC 8.4 via blaze-builder + - mysql-simple < 0 # GHC 8.4 via blaze-builder + - oauthenticated < 0 # GHC 8.4 via blaze-builder + - persistent-mysql < 0 # GHC 8.4 via blaze-builder + - persistent-postgresql < 0 # GHC 8.4 via blaze-builder + - pipes-csv < 0 # GHC 8.4 via blaze-builder + - pipes-wai < 0 # GHC 8.4 via blaze-builder + - req < 0 # GHC 8.4 via blaze-builder + - riak < 0 # GHC 8.4 via blaze-builder + - rss-conduit < 0 # GHC 8.4 via blaze-builder + - scotty < 0 # GHC 8.4 via blaze-builder + - servant-subscriber < 0 # GHC 8.4 via blaze-builder + - servius < 0 # GHC 8.4 via blaze-builder + - simple < 0 # GHC 8.4 via blaze-builder + - simple-session < 0 # GHC 8.4 via blaze-builder + - snap-server < 0 # GHC 8.4 via blaze-builder + - sqlite-simple < 0 # GHC 8.4 via blaze-builder + - stack < 0 # GHC 8.4 via blaze-builder + - streaming-commons < 0 # GHC 8.4 via blaze-builder + - tagstream-conduit < 0 # GHC 8.4 via blaze-builder + - trifecta < 0 # GHC 8.4 via blaze-builder + - uri-bytestring < 0 # GHC 8.4 via blaze-builder + - vty < 0 # GHC 8.4 via blaze-builder + - wai < 0 # GHC 8.4 via blaze-builder + - wai-app-static < 0 # GHC 8.4 via blaze-builder + - wai-conduit < 0 # GHC 8.4 via blaze-builder + - wai-extra < 0 # GHC 8.4 via blaze-builder + - wai-handler-launch < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching-lru < 0 # GHC 8.4 via blaze-builder + - wai-middleware-caching-redis < 0 # GHC 8.4 via blaze-builder + - wai-middleware-crowd < 0 # GHC 8.4 via blaze-builder + - wai-predicates < 0 # GHC 8.4 via blaze-builder + - wai-routing < 0 # GHC 8.4 via blaze-builder + - wai-session < 0 # GHC 8.4 via blaze-builder + - wai-websockets < 0 # GHC 8.4 via blaze-builder + - warp < 0 # GHC 8.4 via blaze-builder + - web-routes < 0 # GHC 8.4 via blaze-builder + - websockets < 0 # GHC 8.4 via blaze-builder + - wrecker < 0 # GHC 8.4 via blaze-builder + - xmlgen < 0 # GHC 8.4 via blaze-builder + - xmlhtml < 0 # GHC 8.4 via blaze-builder + - yesod-auth < 0 # GHC 8.4 via blaze-builder + - yesod-bin < 0 # GHC 8.4 via blaze-builder + - yesod-eventsource < 0 # GHC 8.4 via blaze-builder + - yesod-form < 0 # GHC 8.4 via blaze-builder + - yesod-persistent < 0 # GHC 8.4 via blaze-builder + - yesod-static < 0 # GHC 8.4 via blaze-builder + - yesod-test < 0 # GHC 8.4 via blaze-builder + - web-routes-boomerang < 0 # GHC 8.4 via boomerang + - uuid < 0 # GHC 8.4 via cryptohash-md5 + - uuid < 0 # GHC 8.4 via cryptohash-sha1 + - github-webhooks < 0 # GHC 8.4 via deepseq-generics + - hidapi < 0 # GHC 8.4 via deepseq-generics + - kdt < 0 # GHC 8.4 via deepseq-generics + - uri-bytestring < 0 # GHC 8.4 via deepseq-generics + - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http-types < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest + - log < 0 # GHC 8.4 via ekg + - eventstore < 0 # GHC 8.4 via ekg-core + - monad-metrics < 0 # GHC 8.4 via ekg-core + - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core + - download < 0 # GHC 8.4 via feed + - json-schema < 0 # GHC 8.4 via generic-aeson + - profiterole < 0 # GHC 8.4 via ghc-prof + - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat + - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat + - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat + - servant-github-webhook < 0 # GHC 8.4 via github + - stack < 0 # GHC 8.4 via hackage-security + - pandoc < 0 # GHC 8.4 via haddock-library + - happstack-jmacro < 0 # GHC 8.4 via happstack-server + - happstack-server-tls < 0 # GHC 8.4 via happstack-server + - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server + - reform-happstack < 0 # GHC 8.4 via happstack-server + - web-routes-happstack < 0 # GHC 8.4 via happstack-server + - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp + - QuasiText < 0 # GHC 8.4 via haskell-src-meta + - aeson-qq < 0 # GHC 8.4 via haskell-src-meta + - codo-notation < 0 # GHC 8.4 via haskell-src-meta + - here < 0 # GHC 8.4 via haskell-src-meta + - interpolate < 0 # GHC 8.4 via haskell-src-meta + - interpolatedstring-perl6 < 0 # GHC 8.4 via haskell-src-meta + - invertible < 0 # GHC 8.4 via haskell-src-meta + - jmacro < 0 # GHC 8.4 via haskell-src-meta + - language-c-quote < 0 # GHC 8.4 via haskell-src-meta + - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta + - persistent < 0 # GHC 8.4 via haskell-src-meta + - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta + - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta + - stack < 0 # GHC 8.4 via hastache + - buchhaltung < 0 # GHC 8.4 via hint + - haskintex < 0 # GHC 8.4 via hint + - xmonad-extras < 0 # GHC 8.4 via hint + - hjsonschema < 0 # GHC 8.4 via hjsonpointer + - Spock-core < 0 # GHC 8.4 via http-api-data + - chatwork < 0 # GHC 8.4 via http-api-data + - emailaddress < 0 # GHC 8.4 via http-api-data + - envelope < 0 # GHC 8.4 via http-api-data + - eventful-core < 0 # GHC 8.4 via http-api-data + - http-link-header < 0 # GHC 8.4 via http-api-data + - lxd-client < 0 # GHC 8.4 via http-api-data + - miso < 0 # GHC 8.4 via http-api-data + - persistent < 0 # GHC 8.4 via http-api-data + - persistent-mongoDB < 0 # GHC 8.4 via http-api-data + - persistent-redis < 0 # GHC 8.4 via http-api-data + - persistent-template < 0 # GHC 8.4 via http-api-data + - pushbullet-types < 0 # GHC 8.4 via http-api-data + - rakuten < 0 # GHC 8.4 via http-api-data + - req < 0 # GHC 8.4 via http-api-data + - reroute < 0 # GHC 8.4 via http-api-data + - servant-kotlin < 0 # GHC 8.4 via http-api-data + - slug < 0 # GHC 8.4 via http-api-data + - airship < 0 # GHC 8.4 via http-media + - lxd-client < 0 # GHC 8.4 via http-media + - servant-blaze < 0 # GHC 8.4 via http-media + - servant-cassava < 0 # GHC 8.4 via http-media + - servant-exceptions < 0 # GHC 8.4 via http-media + - servant-lucid < 0 # GHC 8.4 via http-media + - servant-pandoc < 0 # GHC 8.4 via http-media + - servant-static-th < 0 # GHC 8.4 via http-media + - jvm-batching < 0 # GHC 8.4 via inline-java + - jvm-streaming < 0 # GHC 8.4 via inline-java + - sparkle < 0 # GHC 8.4 via inline-java + - snap-server < 0 # GHC 8.4 via io-streams-haproxy + - hOpenPGP < 0 # GHC 8.4 via ixset-typed + - text-generic-pretty < 0 # GHC 8.4 via ixset-typed + - async-refresh < 0 # GHC 8.4 via lifted-async + - async-refresh-tokens < 0 # GHC 8.4 via lifted-async + - async-timer < 0 # GHC 8.4 via lifted-async + - consul-haskell < 0 # GHC 8.4 via lifted-async + - eventsource-api < 0 # GHC 8.4 via lifted-async + - eventstore < 0 # GHC 8.4 via lifted-async + - hedgehog < 0 # GHC 8.4 via lifted-async + - log-warper < 0 # GHC 8.4 via lifted-async + - pipes-fluid < 0 # GHC 8.4 via lifted-async + - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async + - shelly < 0 # GHC 8.4 via lifted-async + - llvm-hs < 0 # GHC 8.4 via llvm-hs-pure + - lzma-conduit < 0 # GHC 8.4 via lzma + - zim-parser < 0 # GHC 8.4 via lzma + - heist < 0 # GHC 8.4 via map-syntax + - mmark < 0 # GHC 8.4 via modern-uri + - mmark-ext < 0 # GHC 8.4 via modern-uri + - req-url-extra < 0 # GHC 8.4 via modern-uri + - MemoTrie < 0 # GHC 8.4 via newtype-generics + - online < 0 # GHC 8.4 via numhask + - plot-light < 0 # GHC 8.4 via palette + - online < 0 # GHC 8.4 via perf + - dbcleaner < 0 # GHC 8.4 via postgresql-simple + - drifter-postgresql < 0 # GHC 8.4 via postgresql-simple + - emailaddress < 0 # GHC 8.4 via postgresql-simple + - groundhog-postgresql < 0 # GHC 8.4 via postgresql-simple + - hspec-pg-transact < 0 # GHC 8.4 via postgresql-simple + - opaleye < 0 # GHC 8.4 via postgresql-simple + - persistent-postgresql < 0 # GHC 8.4 via postgresql-simple + - pg-transact < 0 # GHC 8.4 via postgresql-simple + - postgresql-schema < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-migration < 0 # GHC 8.4 via postgresql-simple + - postgresql-simple-queue < 0 # GHC 8.4 via postgresql-simple + - postgresql-transactional < 0 # GHC 8.4 via postgresql-simple + - psql-helpers < 0 # GHC 8.4 via postgresql-simple + - tmp-postgres < 0 # GHC 8.4 via postgresql-simple + - users-postgresql-simple < 0 # GHC 8.4 via postgresql-simple + - wai-session-postgresql < 0 # GHC 8.4 via postgresql-simple + - bhoogle < 0 # GHC 8.4 via protolude + - eventsource-geteventstore-store < 0 # GHC 8.4 via protolude + - eventsource-stub-store < 0 # GHC 8.4 via protolude + - hjsonschema < 0 # GHC 8.4 via protolude + - hpio < 0 # GHC 8.4 via protolude + - kanji < 0 # GHC 8.4 via protolude + - logger-thread < 0 # GHC 8.4 via protolude + - online < 0 # GHC 8.4 via protolude + - teardown < 0 # GHC 8.4 via protolude + - text-generic-pretty < 0 # GHC 8.4 via protolude + - stack < 0 # GHC 8.4 via regex-applicative-text + - hmatrix-repa < 0 # GHC 8.4 via repa + - rest-snap < 0 # GHC 8.4 via rest-core + - async-refresh < 0 # GHC 8.4 via safe-exceptions + - async-refresh-tokens < 0 # GHC 8.4 via safe-exceptions + - async-timer < 0 # GHC 8.4 via safe-exceptions + - atom-conduit < 0 # GHC 8.4 via safe-exceptions + - credential-store < 0 # GHC 8.4 via safe-exceptions + - direct-rocksdb < 0 # GHC 8.4 via safe-exceptions + - dublincore-xml-conduit < 0 # GHC 8.4 via safe-exceptions + - eventstore < 0 # GHC 8.4 via safe-exceptions + - groundhog < 0 # GHC 8.4 via safe-exceptions + - inline-c-cpp < 0 # GHC 8.4 via safe-exceptions + - irc-dcc < 0 # GHC 8.4 via safe-exceptions + - liboath-hs < 0 # GHC 8.4 via safe-exceptions + - logger-thread < 0 # GHC 8.4 via safe-exceptions + - massiv < 0 # GHC 8.4 via safe-exceptions + - opml-conduit < 0 # GHC 8.4 via safe-exceptions + - pinboard < 0 # GHC 8.4 via safe-exceptions + - rss-conduit < 0 # GHC 8.4 via safe-exceptions + - safe-exceptions-checked < 0 # GHC 8.4 via safe-exceptions + - tar-conduit < 0 # GHC 8.4 via safe-exceptions + - teardown < 0 # GHC 8.4 via safe-exceptions + - throwable-exceptions < 0 # GHC 8.4 via safe-exceptions + - universum < 0 # GHC 8.4 via safe-exceptions + - approximate < 0 # GHC 8.4 via safecopy + - compensated < 0 # GHC 8.4 via safecopy + - hyperloglog < 0 # GHC 8.4 via safecopy + - ixset < 0 # GHC 8.4 via safecopy + - large-hashable < 0 # GHC 8.4 via safecopy + - lxd-client < 0 # GHC 8.4 via servant + - miso < 0 # GHC 8.4 via servant + - servant-blaze < 0 # GHC 8.4 via servant + - servant-cassava < 0 # GHC 8.4 via servant + - servant-elm < 0 # GHC 8.4 via servant + - servant-exceptions < 0 # GHC 8.4 via servant + - servant-github-webhook < 0 # GHC 8.4 via servant + - servant-kotlin < 0 # GHC 8.4 via servant + - servant-lucid < 0 # GHC 8.4 via servant + - servant-mock < 0 # GHC 8.4 via servant + - servant-purescript < 0 # GHC 8.4 via servant + - servant-static-th < 0 # GHC 8.4 via servant + - servant-subscriber < 0 # GHC 8.4 via servant + - lxd-client < 0 # GHC 8.4 via servant-client + - servant-pandoc < 0 # GHC 8.4 via servant-docs + - servant-elm < 0 # GHC 8.4 via servant-foreign + - servant-kotlin < 0 # GHC 8.4 via servant-foreign + - servant-purescript < 0 # GHC 8.4 via servant-foreign + - servant-ruby < 0 # GHC 8.4 via servant-foreign + - servant-subscriber < 0 # GHC 8.4 via servant-foreign + - chatwork < 0 # GHC 8.4 via servant-server + - hledger-api < 0 # GHC 8.4 via servant-server + - rakuten < 0 # GHC 8.4 via servant-server + - servant-blaze < 0 # GHC 8.4 via servant-server + - servant-cassava < 0 # GHC 8.4 via servant-server + - servant-exceptions < 0 # GHC 8.4 via servant-server + - servant-github-webhook < 0 # GHC 8.4 via servant-server + - servant-lucid < 0 # GHC 8.4 via servant-server + - servant-mock < 0 # GHC 8.4 via servant-server + - servant-purescript < 0 # GHC 8.4 via servant-server + - servant-static-th < 0 # GHC 8.4 via servant-server + - servant-subscriber < 0 # GHC 8.4 via servant-server + - servant-websockets < 0 # GHC 8.4 via servant-server + - hledger-api < 0 # GHC 8.4 via servant-swagger + - xmonad < 0 # GHC 8.4 via setlocale + - xturtle < 0 # GHC 8.4 via setlocale + - mmark-cli < 0 # GHC 8.4 via stache + - highjson-swagger < 0 # GHC 8.4 via swagger2 + - highjson-th < 0 # GHC 8.4 via swagger2 + - hledger-api < 0 # GHC 8.4 via swagger2 + - ixset < 0 # GHC 8.4 via syb-with-class + - rng-utils < 0 # GHC 8.4 via tasty-hedgehog + - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog + - universum < 0 # GHC 8.4 via tasty-hedgehog + - teardown < 0 # GHC 8.4 via tasty-rerun + - online < 0 # GHC 8.4 via tdigest + - wrecker < 0 # GHC 8.4 via tdigest + - type-assertions < 0 # GHC 8.4 via test-fixture + - blosum < 0 # GHC 8.4 via text-show + - find-clumpiness < 0 # GHC 8.4 via text-show + - hpqtypes < 0 # GHC 8.4 via text-show + - log < 0 # GHC 8.4 via text-show + - log-elasticsearch < 0 # GHC 8.4 via text-show + - log-postgres < 0 # GHC 8.4 via text-show + - modify-fasta < 0 # GHC 8.4 via text-show + - tibetan-utils < 0 # GHC 8.4 via text-show + - snap-server < 0 # GHC 8.4 via threads + - threads-extras < 0 # GHC 8.4 via threads + - wrecker < 0 # GHC 8.4 via threads + - threepenny-editors < 0 # GHC 8.4 via threepenny-gui + - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket + - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b + - vector-space < 0 # GHC 8.4 via MemoTrie + - Spock < 0 # GHC 8.4 via Spock-core + - Spock-api-server < 0 # GHC 8.4 via Spock-core + - boltzmann-samplers < 0 # GHC 8.4 via ad + - hamilton < 0 # GHC 8.4 via ad + - matplotlib < 0 # GHC 8.4 via ad + - uncertain < 0 # GHC 8.4 via ad + - hspec-wai-json < 0 # GHC 8.4 via aeson-qq + - microformats2-parser < 0 # GHC 8.4 via aeson-qq + - stratosphere < 0 # GHC 8.4 via aeson-qq + - mltool < 0 # GHC 8.4 via ascii-progress + - MFlow < 0 # GHC 8.4 via blaze-html + - ace < 0 # GHC 8.4 via blaze-html + - alerts < 0 # GHC 8.4 via blaze-html + - blaze-bootstrap < 0 # GHC 8.4 via blaze-html + - cheapskate < 0 # GHC 8.4 via blaze-html + - cheapskate-highlight < 0 # GHC 8.4 via blaze-html + - cheapskate-lucid < 0 # GHC 8.4 via blaze-html + - cmark < 0 # GHC 8.4 via blaze-html + - cmark-highlight < 0 # GHC 8.4 via blaze-html + - doctemplates < 0 # GHC 8.4 via blaze-html + - highlighting-kate < 0 # GHC 8.4 via blaze-html + - hledger-web < 0 # GHC 8.4 via blaze-html + - jmacro-rpc < 0 # GHC 8.4 via blaze-html + - mandrill < 0 # GHC 8.4 via blaze-html + - markdown < 0 # GHC 8.4 via blaze-html + - markup < 0 # GHC 8.4 via blaze-html + - microformats2-parser < 0 # GHC 8.4 via blaze-html + - reform-blaze < 0 # GHC 8.4 via blaze-html + - ses-html < 0 # GHC 8.4 via blaze-html + - shakespeare < 0 # GHC 8.4 via blaze-html + - skylighting < 0 # GHC 8.4 via blaze-html + - snap-blaze < 0 # GHC 8.4 via blaze-html + - tasty-html < 0 # GHC 8.4 via blaze-html + - type-of-html < 0 # GHC 8.4 via blaze-html + - webpage < 0 # GHC 8.4 via blaze-html + - xml-conduit < 0 # GHC 8.4 via blaze-html + - yesod < 0 # GHC 8.4 via blaze-html + - yesod-alerts < 0 # GHC 8.4 via blaze-html + - yesod-newsfeed < 0 # GHC 8.4 via blaze-html + - MFlow < 0 # GHC 8.4 via blaze-markup + - ace < 0 # GHC 8.4 via blaze-markup + - blaze-svg < 0 # GHC 8.4 via blaze-markup + - doctemplates < 0 # GHC 8.4 via blaze-markup + - hledger-web < 0 # GHC 8.4 via blaze-markup + - markdown < 0 # GHC 8.4 via blaze-markup + - markup < 0 # GHC 8.4 via blaze-markup + - microformats2-parser < 0 # GHC 8.4 via blaze-markup + - reform-blaze < 0 # GHC 8.4 via blaze-markup + - reform-hamlet < 0 # GHC 8.4 via blaze-markup + - shakespeare < 0 # GHC 8.4 via blaze-markup + - xml-conduit < 0 # GHC 8.4 via blaze-markup + - yesod < 0 # GHC 8.4 via blaze-markup + - yesod-alerts < 0 # GHC 8.4 via blaze-markup + - yesod-newsfeed < 0 # GHC 8.4 via blaze-markup + - mysql-haskell < 0 # GHC 8.4 via blaze-textual + - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude + - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad + - MFlow < 0 # GHC 8.4 via conduit-extra + - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra + - editor-open < 0 # GHC 8.4 via conduit-extra + - fb < 0 # GHC 8.4 via conduit-extra + - haskell-spacegoo < 0 # GHC 8.4 via conduit-extra + - hledger-web < 0 # GHC 8.4 via conduit-extra + - hoogle < 0 # GHC 8.4 via conduit-extra + - imagesize-conduit < 0 # GHC 8.4 via conduit-extra + - markdown < 0 # GHC 8.4 via conduit-extra + - mega-sdist < 0 # GHC 8.4 via conduit-extra + - mongoDB < 0 # GHC 8.4 via conduit-extra + - network-conduit-tls < 0 # GHC 8.4 via conduit-extra + - pager < 0 # GHC 8.4 via conduit-extra + - sbp < 0 # GHC 8.4 via conduit-extra + - serf < 0 # GHC 8.4 via conduit-extra + - wire-streams < 0 # GHC 8.4 via conduit-extra + - xml-conduit < 0 # GHC 8.4 via conduit-extra + - zip < 0 # GHC 8.4 via conduit-extra + - brick < 0 # GHC 8.4 via config-ini + - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive + - check-email < 0 # GHC 8.4 via email-validate + - hailgun < 0 # GHC 8.4 via email-validate + - hailgun-simple < 0 # GHC 8.4 via email-validate + - mandrill < 0 # GHC 8.4 via email-validate + - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions + - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions + - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-postgresql < 0 # GHC 8.4 via eventful-core + - eventful-sql-common < 0 # GHC 8.4 via eventful-core + - eventful-sqlite < 0 # GHC 8.4 via eventful-core + - eventful-test-helpers < 0 # GHC 8.4 via eventful-core + - fixed-vector-hetero < 0 # GHC 8.4 via fixed-vector + - shikensu < 0 # GHC 8.4 via flow + - filecache < 0 # GHC 8.4 via fsnotify + - ghcid < 0 # GHC 8.4 via fsnotify + - starter < 0 # GHC 8.4 via fsnotify + - data-diverse-lens < 0 # GHC 8.4 via generic-lens + - groundhog-inspector < 0 # GHC 8.4 via groundhog + - groundhog-mysql < 0 # GHC 8.4 via groundhog + - groundhog-sqlite < 0 # GHC 8.4 via groundhog + - groundhog-th < 0 # GHC 8.4 via groundhog + - gi-atk < 0 # GHC 8.4 via haskell-gi + - gi-cairo < 0 # GHC 8.4 via haskell-gi + - gi-glib < 0 # GHC 8.4 via haskell-gi + - gi-gobject < 0 # GHC 8.4 via haskell-gi + - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi + - either < 0 # GHC 8.4 via hedgehog + - hedgehog-quickcheck < 0 # GHC 8.4 via hedgehog + - hw-fingertree-strict < 0 # GHC 8.4 via hedgehog + - hw-hedgehog < 0 # GHC 8.4 via hedgehog + - hw-hspec-hedgehog < 0 # GHC 8.4 via hedgehog + - hw-rankselect < 0 # GHC 8.4 via hedgehog + - validation < 0 # GHC 8.4 via hedgehog + - IPv6DB < 0 # GHC 8.4 via hedis + - hworker < 0 # GHC 8.4 via hedis + - serversession-backend-redis < 0 # GHC 8.4 via hedis + - hledger < 0 # GHC 8.4 via here + - follow-file < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify + - hledger-web < 0 # GHC 8.4 via hjsmin + - hledger < 0 # GHC 8.4 via hledger-lib + - hledger-iadd < 0 # GHC 8.4 via hledger-lib + - hledger-interest < 0 # GHC 8.4 via hledger-lib + - hledger-web < 0 # GHC 8.4 via hledger-lib + - cabal2nix < 0 # GHC 8.4 via hopenssl + - tidal < 0 # GHC 8.4 via hosc + - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls + - mbox-utility < 0 # GHC 8.4 via hsemail + - hspec < 0 # GHC 8.4 via hspec-meta + - hspec-core < 0 # GHC 8.4 via hspec-meta + - hspec-discover < 0 # GHC 8.4 via hspec-meta + - hdaemonize < 0 # GHC 8.4 via hsyslog + - hsyslog-udp < 0 # GHC 8.4 via hsyslog + - logging-facade-syslog < 0 # GHC 8.4 via hsyslog + - monad-logger-syslog < 0 # GHC 8.4 via hsyslog + - DAV < 0 # GHC 8.4 via http-client + - IPv6DB < 0 # GHC 8.4 via http-client + - bitcoin-api < 0 # GHC 8.4 via http-client + - bitcoin-api-extra < 0 # GHC 8.4 via http-client + - cabal-rpm < 0 # GHC 8.4 via http-client + - cayley-client < 0 # GHC 8.4 via http-client + - configuration-tools < 0 # GHC 8.4 via http-client + - datadog < 0 # GHC 8.4 via http-client + - fb < 0 # GHC 8.4 via http-client + - gdax < 0 # GHC 8.4 via http-client + - goggles < 0 # GHC 8.4 via http-client + - hailgun < 0 # GHC 8.4 via http-client + - haskell-neo4j-client < 0 # GHC 8.4 via http-client + - hledger-web < 0 # GHC 8.4 via http-client + - hpack < 0 # GHC 8.4 via http-client + - hsebaysdk < 0 # GHC 8.4 via http-client + - http-client-openssl < 0 # GHC 8.4 via http-client + - http-client-tls < 0 # GHC 8.4 via http-client + - kawhi < 0 # GHC 8.4 via http-client + - koofr-client < 0 # GHC 8.4 via http-client + - mandrill < 0 # GHC 8.4 via http-client + - mime-mail-ses < 0 # GHC 8.4 via http-client + - opensource < 0 # GHC 8.4 via http-client + - pagerduty < 0 # GHC 8.4 via http-client + - pipes-http < 0 # GHC 8.4 via http-client + - rollbar-hs < 0 # GHC 8.4 via http-client + - soap < 0 # GHC 8.4 via http-client + - soap-openssl < 0 # GHC 8.4 via http-client + - soap-tls < 0 # GHC 8.4 via http-client + - textlocal < 0 # GHC 8.4 via http-client + - wai-middleware-rollbar < 0 # GHC 8.4 via http-client + - wai-slack-middleware < 0 # GHC 8.4 via http-client + - webdriver < 0 # GHC 8.4 via http-client + - cabal-rpm < 0 # GHC 8.4 via http-conduit + - cayley-client < 0 # GHC 8.4 via http-conduit + - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit + - cryptocompare < 0 # GHC 8.4 via http-conduit + - curl-runnings < 0 # GHC 8.4 via http-conduit + - fb < 0 # GHC 8.4 via http-conduit + - github-types < 0 # GHC 8.4 via http-conduit + - haskell-neo4j-client < 0 # GHC 8.4 via http-conduit + - hledger-web < 0 # GHC 8.4 via http-conduit + - hoogle < 0 # GHC 8.4 via http-conduit + - kawhi < 0 # GHC 8.4 via http-conduit + - line < 0 # GHC 8.4 via http-conduit + - mega-sdist < 0 # GHC 8.4 via http-conduit + - mime-mail-ses < 0 # GHC 8.4 via http-conduit + - rollbar-hs < 0 # GHC 8.4 via http-conduit + - textlocal < 0 # GHC 8.4 via http-conduit + - wai-middleware-rollbar < 0 # GHC 8.4 via http-conduit + - yesod-auth-fb < 0 # GHC 8.4 via http-conduit + - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit + - yesod-fb < 0 # GHC 8.4 via http-conduit + - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - attoparsec < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types + - aeson-typescript < 0 # GHC 8.4 via interpolate + - attoparsec-ip < 0 # GHC 8.4 via ip + - attoparsec-uri < 0 # GHC 8.4 via ip + - IPv6Addr < 0 # GHC 8.4 via iproute + - cql < 0 # GHC 8.4 via iproute + - transient-universe < 0 # GHC 8.4 via iproute + - irc-client < 0 # GHC 8.4 via irc-conduit + - hsx-jmacro < 0 # GHC 8.4 via jmacro + - jmacro-rpc < 0 # GHC 8.4 via jmacro + - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro + - buffer-builder < 0 # GHC 8.4 via json-builder + - webdriver-angular < 0 # GHC 8.4 via language-javascript + - cabal2nix < 0 # GHC 8.4 via language-nix + - Chart < 0 # GHC 8.4 via lens + - Chart-cairo < 0 # GHC 8.4 via lens + - DAV < 0 # GHC 8.4 via lens + - accuerr < 0 # GHC 8.4 via lens + - aern2-mp < 0 # GHC 8.4 via lens + - aern2-real < 0 # GHC 8.4 via lens + - aeson-picker < 0 # GHC 8.4 via lens + - api-field-json-th < 0 # GHC 8.4 via lens + - asciidiagram < 0 # GHC 8.4 via lens + - avwx < 0 # GHC 8.4 via lens + - backprop < 0 # GHC 8.4 via lens + - bitcoin-api < 0 # GHC 8.4 via lens + - bitcoin-api-extra < 0 # GHC 8.4 via lens + - bitcoin-block < 0 # GHC 8.4 via lens + - bitcoin-tx < 0 # GHC 8.4 via lens + - boundingboxes < 0 # GHC 8.4 via lens + - bson-lens < 0 # GHC 8.4 via lens + - cabal2nix < 0 # GHC 8.4 via lens + - cayley-client < 0 # GHC 8.4 via lens + - composable-associations < 0 # GHC 8.4 via lens + - concise < 0 # GHC 8.4 via lens + - data-diverse-lens < 0 # GHC 8.4 via lens + - datadog < 0 # GHC 8.4 via lens + - dom-parser < 0 # GHC 8.4 via lens + - extensible < 0 # GHC 8.4 via lens + - fasta < 0 # GHC 8.4 via lens + - fuzzyset < 0 # GHC 8.4 via lens + - gdax < 0 # GHC 8.4 via lens + - generics-sop-lens < 0 # GHC 8.4 via lens + - glaze < 0 # GHC 8.4 via lens + - glazier < 0 # GHC 8.4 via lens + - handwriting < 0 # GHC 8.4 via lens + - highjson < 0 # GHC 8.4 via lens + - hreader-lens < 0 # GHC 8.4 via lens + - hw-xml < 0 # GHC 8.4 via lens + - ilist < 0 # GHC 8.4 via lens + - insert-ordered-containers < 0 # GHC 8.4 via lens + - intro < 0 # GHC 8.4 via lens + - jose < 0 # GHC 8.4 via lens + - lens-datetime < 0 # GHC 8.4 via lens + - lens-properties < 0 # GHC 8.4 via lens + - mandrill < 0 # GHC 8.4 via lens + - microlens-aeson < 0 # GHC 8.4 via lens + - milena < 0 # GHC 8.4 via lens + - monoidal-containers < 0 # GHC 8.4 via lens + - mustache < 0 # GHC 8.4 via lens + - package-description-remote < 0 # GHC 8.4 via lens + - pagerduty < 0 # GHC 8.4 via lens + - pipes-category < 0 # GHC 8.4 via lens + - pipes-extras < 0 # GHC 8.4 via lens + - pipes-misc < 0 # GHC 8.4 via lens + - purescript-bridge < 0 # GHC 8.4 via lens + - quickcheck-arbitrary-adt < 0 # GHC 8.4 via lens + - random-tree < 0 # GHC 8.4 via lens + - rasterific-svg < 0 # GHC 8.4 via lens + - references < 0 # GHC 8.4 via lens + - rollbar-hs < 0 # GHC 8.4 via lens + - sbp < 0 # GHC 8.4 via lens + - speedy-slice < 0 # GHC 8.4 via lens + - stateWriter < 0 # GHC 8.4 via lens + - stratosphere < 0 # GHC 8.4 via lens + - strict-base-types < 0 # GHC 8.4 via lens + - svg-tree < 0 # GHC 8.4 via lens + - text-region < 0 # GHC 8.4 via lens + - timelens < 0 # GHC 8.4 via lens + - validation < 0 # GHC 8.4 via lens + - writer-cps-lens < 0 # GHC 8.4 via lens + - xlsx < 0 # GHC 8.4 via lens + - xlsx-tabular < 0 # GHC 8.4 via lens + - xml-isogen < 0 # GHC 8.4 via lens + - xml-lens < 0 # GHC 8.4 via lens + - hreader-lens < 0 # GHC 8.4 via lens-action + - aeson-picker < 0 # GHC 8.4 via lens-aeson + - bitcoin-api < 0 # GHC 8.4 via lens-aeson + - cayley-client < 0 # GHC 8.4 via lens-aeson + - gdax < 0 # GHC 8.4 via lens-aeson + - handwriting < 0 # GHC 8.4 via lens-aeson + - microformats2-parser < 0 # GHC 8.4 via lens-aeson + - microlens-aeson < 0 # GHC 8.4 via lens-aeson + - package-description-remote < 0 # GHC 8.4 via lens-aeson + - pagerduty < 0 # GHC 8.4 via lens-aeson + - rollbar-hs < 0 # GHC 8.4 via lens-aeson + - sbp < 0 # GHC 8.4 via lens-aeson + - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell + - asciidiagram < 0 # GHC 8.4 via linear + - qchas < 0 # GHC 8.4 via linear + - rasterific-svg < 0 # GHC 8.4 via linear + - sdl2 < 0 # GHC 8.4 via linear + - sdl2-gfx < 0 # GHC 8.4 via linear + - smoothie < 0 # GHC 8.4 via linear + - svg-tree < 0 # GHC 8.4 via linear + - random-fu < 0 # GHC 8.4 via log-domain + - Spock-lucid < 0 # GHC 8.4 via lucid + - cheapskate-lucid < 0 # GHC 8.4 via lucid + - cmark-lucid < 0 # GHC 8.4 via lucid + - markup < 0 # GHC 8.4 via lucid + - webpage < 0 # GHC 8.4 via lucid + - machines-binary < 0 # GHC 8.4 via machines + - machines-directory < 0 # GHC 8.4 via machines + - machines-io < 0 # GHC 8.4 via machines + - massiv-io < 0 # GHC 8.4 via massiv + - HaskellNet < 0 # GHC 8.4 via mime-mail + - mime-mail-ses < 0 # GHC 8.4 via mime-mail + - smtp-mail < 0 # GHC 8.4 via mime-mail + - eventful-test-helpers < 0 # GHC 8.4 via monad-logger + - fb < 0 # GHC 8.4 via monad-logger + - groundhog-mysql < 0 # GHC 8.4 via monad-logger + - markup < 0 # GHC 8.4 via monad-logger + - monad-logger-json < 0 # GHC 8.4 via monad-logger + - monad-logger-syslog < 0 # GHC 8.4 via monad-logger + - persistent-mysql-haskell < 0 # GHC 8.4 via monad-logger + - persistent-sqlite < 0 # GHC 8.4 via monad-logger + - serversession-backend-persistent < 0 # GHC 8.4 via monad-logger + - urlpath < 0 # GHC 8.4 via monad-logger + - yesod < 0 # GHC 8.4 via monad-logger + - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger + - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network + - pandoc-citeproc < 0 # GHC 8.4 via pandoc + - heatshrink < 0 # GHC 8.4 via pcre-heavy + - ignore < 0 # GHC 8.4 via pcre-heavy + - microformats2-parser < 0 # GHC 8.4 via pcre-heavy + - classy-prelude-yesod < 0 # GHC 8.4 via persistent + - eventful-postgresql < 0 # GHC 8.4 via persistent + - eventful-sql-common < 0 # GHC 8.4 via persistent + - eventful-sqlite < 0 # GHC 8.4 via persistent + - persistent-mysql-haskell < 0 # GHC 8.4 via persistent + - persistent-sqlite < 0 # GHC 8.4 via persistent + - serversession-backend-persistent < 0 # GHC 8.4 via persistent + - yesod-auth-hashdb < 0 # GHC 8.4 via persistent + - yesod-paginator < 0 # GHC 8.4 via persistent + - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql + - eventful-sql-common < 0 # GHC 8.4 via persistent-template + - persistent-mysql-haskell < 0 # GHC 8.4 via persistent-template + - persistent-sqlite < 0 # GHC 8.4 via persistent-template + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-template + - pipes-misc < 0 # GHC 8.4 via pipes-concurrency + - debug < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter + - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal + - goggles < 0 # GHC 8.4 via req + - mapquest-api < 0 # GHC 8.4 via req + - Spock < 0 # GHC 8.4 via reroute + - Spock-api < 0 # GHC 8.4 via reroute + - filter-logger < 0 # GHC 8.4 via scotty + - line < 0 # GHC 8.4 via scotty + - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids + - c2hs < 0 # GHC 8.4 via shelly + - websockets-snap < 0 # GHC 8.4 via snap-server + - mbtiles < 0 # GHC 8.4 via sqlite-simple + - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit + - connection-pool < 0 # GHC 8.4 via streaming-commons + - network-conduit-tls < 0 # GHC 8.4 via streaming-commons + - pipes-text < 0 # GHC 8.4 via streaming-commons + - wai-cli < 0 # GHC 8.4 via streaming-commons + - warp-tls < 0 # GHC 8.4 via streaming-commons + - yesod < 0 # GHC 8.4 via streaming-commons + - html-conduit < 0 # GHC 8.4 via tagstream-conduit + - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - clock < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - criterion < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gauge < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-hunit < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-quickcheck < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - temporary < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty-golden + - countable < 0 # GHC 8.4 via tasty-golden + - heatshrink < 0 # GHC 8.4 via tasty-golden + - inline-r < 0 # GHC 8.4 via tasty-golden + - matplotlib < 0 # GHC 8.4 via tasty-golden + - singletons < 0 # GHC 8.4 via tasty-golden + - skylighting < 0 # GHC 8.4 via tasty-golden + - arithmoi < 0 # GHC 8.4 via tasty-smallcheck + - bit-stream < 0 # GHC 8.4 via tasty-smallcheck + - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck + - exp-pairs < 0 # GHC 8.4 via tasty-smallcheck + - fast-digits < 0 # GHC 8.4 via tasty-smallcheck + - kawhi < 0 # GHC 8.4 via tasty-smallcheck + - regex-applicative < 0 # GHC 8.4 via tasty-smallcheck + - streaming-bytestring < 0 # GHC 8.4 via tasty-smallcheck + - string-transform < 0 # GHC 8.4 via tasty-smallcheck + - tasty-auto < 0 # GHC 8.4 via tasty-smallcheck + - tasty-hspec < 0 # GHC 8.4 via tasty-smallcheck + - xlsx < 0 # GHC 8.4 via tasty-smallcheck + - lentil < 0 # GHC 8.4 via terminal-progress-bar + - HaskellNet-SSL < 0 # GHC 8.4 via tls + - configuration-tools < 0 # GHC 8.4 via tls + - connection < 0 # GHC 8.4 via tls + - http-client-tls < 0 # GHC 8.4 via tls + - irc-client < 0 # GHC 8.4 via tls + - mongoDB < 0 # GHC 8.4 via tls + - mysql-haskell < 0 # GHC 8.4 via tls + - network-conduit-tls < 0 # GHC 8.4 via tls + - persistent-mysql-haskell < 0 # GHC 8.4 via tls + - soap-tls < 0 # GHC 8.4 via tls + - tcp-streams < 0 # GHC 8.4 via tls + - tls-debug < 0 # GHC 8.4 via tls + - tls-session-manager < 0 # GHC 8.4 via tls + - warp-tls < 0 # GHC 8.4 via tls + - uri-templater < 0 # GHC 8.4 via trifecta + - bench < 0 # GHC 8.4 via turtle + - docker-build-cacher < 0 # GHC 8.4 via turtle + - turtle-options < 0 # GHC 8.4 via turtle + - mega-sdist < 0 # GHC 8.4 via typed-process + - tldr < 0 # GHC 8.4 via typed-process + - fast-logger < 0 # GHC 8.4 via unix-time + - goggles < 0 # GHC 8.4 via unix-time + - google-oauth2-jwt < 0 # GHC 8.4 via unix-time + - textlocal < 0 # GHC 8.4 via unix-time + - tinylog < 0 # GHC 8.4 via unix-time + - conduit < 0 # GHC 8.4 via unliftio + - fb < 0 # GHC 8.4 via unliftio + - higher-leveldb < 0 # GHC 8.4 via unliftio + - nonce < 0 # GHC 8.4 via unliftio + - yesod-auth-fb < 0 # GHC 8.4 via unliftio + - yesod-gitrepo < 0 # GHC 8.4 via unliftio + - yesod-websockets < 0 # GHC 8.4 via unliftio + - cql < 0 # GHC 8.4 via uuid + - eventful-sql-common < 0 # GHC 8.4 via uuid + - eventful-sqlite < 0 # GHC 8.4 via uuid + - gdax < 0 # GHC 8.4 via uuid + - genvalidity-uuid < 0 # GHC 8.4 via uuid + - hworker < 0 # GHC 8.4 via uuid + - ipython-kernel < 0 # GHC 8.4 via uuid + - network-anonymous-i2p < 0 # GHC 8.4 via uuid + - postgresql-binary < 0 # GHC 8.4 via uuid + - rollbar-hs < 0 # GHC 8.4 via uuid + - validity-uuid < 0 # GHC 8.4 via uuid + - wai-middleware-rollbar < 0 # GHC 8.4 via uuid + - brick < 0 # GHC 8.4 via vty + - hamilton < 0 # GHC 8.4 via vty + - herms < 0 # GHC 8.4 via vty + - hledger-iadd < 0 # GHC 8.4 via vty + - yi-frontend-vty < 0 # GHC 8.4 via vty + - IPv6DB < 0 # GHC 8.4 via wai + - MFlow < 0 # GHC 8.4 via wai + - Spock < 0 # GHC 8.4 via wai + - bimap-server < 0 # GHC 8.4 via wai + - configuration-tools < 0 # GHC 8.4 via wai + - filter-logger < 0 # GHC 8.4 via wai + - hledger-web < 0 # GHC 8.4 via wai + - hoogle < 0 # GHC 8.4 via wai + - hspec-wai < 0 # GHC 8.4 via wai + - line < 0 # GHC 8.4 via wai + - serversession-frontend-wai < 0 # GHC 8.4 via wai + - wai-cli < 0 # GHC 8.4 via wai + - wai-cors < 0 # GHC 8.4 via wai + - wai-middleware-rollbar < 0 # GHC 8.4 via wai + - wai-middleware-static < 0 # GHC 8.4 via wai + - wai-slack-middleware < 0 # GHC 8.4 via wai + - wai-transformers < 0 # GHC 8.4 via wai + - warp-tls < 0 # GHC 8.4 via wai + - web-routes-wai < 0 # GHC 8.4 via wai + - yesod < 0 # GHC 8.4 via wai + - yesod-auth-fb < 0 # GHC 8.4 via wai + - yesod-csp < 0 # GHC 8.4 via wai + - yesod-fb < 0 # GHC 8.4 via wai + - yesod-gitrepo < 0 # GHC 8.4 via wai + - yesod-websockets < 0 # GHC 8.4 via wai + - webdriver-angular < 0 # GHC 8.4 via wai-app-static + - MFlow < 0 # GHC 8.4 via wai-extra + - Spock < 0 # GHC 8.4 via wai-extra + - filter-logger < 0 # GHC 8.4 via wai-extra + - hledger-web < 0 # GHC 8.4 via wai-extra + - hspec-wai < 0 # GHC 8.4 via wai-extra + - microformats2-parser < 0 # GHC 8.4 via wai-extra + - wai-cli < 0 # GHC 8.4 via wai-extra + - wai-cors < 0 # GHC 8.4 via wai-extra + - yesod < 0 # GHC 8.4 via wai-extra + - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra + - yesod-paginator < 0 # GHC 8.4 via wai-extra + - hledger-web < 0 # GHC 8.4 via wai-handler-launch + - IPv6DB < 0 # GHC 8.4 via wai-logger + - filter-logger < 0 # GHC 8.4 via wai-logger + - hoogle < 0 # GHC 8.4 via wai-logger + - yesod < 0 # GHC 8.4 via wai-logger + - serversession-frontend-wai < 0 # GHC 8.4 via wai-session + - wai-cors < 0 # GHC 8.4 via wai-websockets + - wai-transformers < 0 # GHC 8.4 via wai-websockets + - yesod-websockets < 0 # GHC 8.4 via wai-websockets + - IPv6DB < 0 # GHC 8.4 via warp + - MFlow < 0 # GHC 8.4 via warp + - bimap-server < 0 # GHC 8.4 via warp + - configuration-tools < 0 # GHC 8.4 via warp + - hledger-web < 0 # GHC 8.4 via warp + - hoogle < 0 # GHC 8.4 via warp + - wai-cli < 0 # GHC 8.4 via warp + - wai-cors < 0 # GHC 8.4 via warp + - warp-tls < 0 # GHC 8.4 via warp + - webdriver-angular < 0 # GHC 8.4 via warp + - yesod < 0 # GHC 8.4 via warp + - yesod-paginator < 0 # GHC 8.4 via warp + - web-routes-hsp < 0 # GHC 8.4 via web-routes + - web-routes-wai < 0 # GHC 8.4 via web-routes + - gdax < 0 # GHC 8.4 via websockets + - tidal < 0 # GHC 8.4 via websockets + - transient-universe < 0 # GHC 8.4 via websockets + - wai-cors < 0 # GHC 8.4 via websockets + - wai-transformers < 0 # GHC 8.4 via websockets + - websockets-snap < 0 # GHC 8.4 via websockets + - wuss < 0 # GHC 8.4 via websockets + - yesod-websockets < 0 # GHC 8.4 via websockets + - bitcoin-api < 0 # GHC 8.4 via wreq + - bitcoin-api-extra < 0 # GHC 8.4 via wreq + - datasets < 0 # GHC 8.4 via wreq + - gdax < 0 # GHC 8.4 via wreq + - handwriting < 0 # GHC 8.4 via wreq + - mustache < 0 # GHC 8.4 via wreq + - package-description-remote < 0 # GHC 8.4 via wreq + - wreq-stringless < 0 # GHC 8.4 via wreq + - HTF < 0 # GHC 8.4 via xmlgen + - xmonad-contrib < 0 # GHC 8.4 via xmonad + - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth + - hledger-web < 0 # GHC 8.4 via yesod-core + - yesod < 0 # GHC 8.4 via yesod-core + - yesod-alerts < 0 # GHC 8.4 via yesod-core + - yesod-auth-fb < 0 # GHC 8.4 via yesod-core + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-core + - yesod-csp < 0 # GHC 8.4 via yesod-core + - yesod-fb < 0 # GHC 8.4 via yesod-core + - yesod-gitrepo < 0 # GHC 8.4 via yesod-core + - yesod-newsfeed < 0 # GHC 8.4 via yesod-core + - yesod-paginator < 0 # GHC 8.4 via yesod-core + - yesod-sitemap < 0 # GHC 8.4 via yesod-core + - yesod-table < 0 # GHC 8.4 via yesod-core + - yesod-websockets < 0 # GHC 8.4 via yesod-core + - hledger-web < 0 # GHC 8.4 via yesod-form + - yesod < 0 # GHC 8.4 via yesod-form + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form + - yesod-form-bootstrap4 < 0 # GHC 8.4 via yesod-form + - yesod < 0 # GHC 8.4 via yesod-persistent + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-persistent + - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static + - hledger-web < 0 # GHC 8.4 via yesod-static + - hledger-web < 0 # GHC 8.4 via yesod-test + - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-test + - yesod-csp < 0 # GHC 8.4 via yesod-test + - yesod-paginator < 0 # GHC 8.4 via yesod-test + - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell + - HPDF < 0 # GHC 8.4 via HTF + - Spock-worker < 0 # GHC 8.4 via HTF + - dataurl < 0 # GHC 8.4 via HTF + - graph-core < 0 # GHC 8.4 via HTF + - gravatar < 0 # GHC 8.4 via HTTP + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP + - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL + - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL + - ip6addr < 0 # GHC 8.4 via IPv6Addr + - Spock-worker < 0 # GHC 8.4 via Spock + - pell < 0 # GHC 8.4 via arithmoi + - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - cassava < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec + - yaml < 0 # GHC 8.4 via attoparsec + - cassava-conduit < 0 # GHC 8.4 via bifunctors + - descriptive < 0 # GHC 8.4 via bifunctors + - nagios-check < 0 # GHC 8.4 via bifunctors + - one-liner < 0 # GHC 8.4 via bifunctors + - product-profunctors < 0 # GHC 8.4 via bifunctors + - result < 0 # GHC 8.4 via bifunctors + - barrier < 0 # GHC 8.4 via blaze-svg + - redis-resp < 0 # GHC 8.4 via bytestring-conversion + - hspec-checkers < 0 # GHC 8.4 via checkers + - picedit < 0 # GHC 8.4 via cli + - termcolor < 0 # GHC 8.4 via cli + - Hoed < 0 # GHC 8.4 via clock + - cache < 0 # GHC 8.4 via clock + - clock-extras < 0 # GHC 8.4 via clock + - extra < 0 # GHC 8.4 via clock + - formatting < 0 # GHC 8.4 via clock + - mercury-api < 0 # GHC 8.4 via clock + - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - case-insensitive < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hashable < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - scientific < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion + - executable-hash < 0 # GHC 8.4 via cryptohash + - hasql-migration < 0 # GHC 8.4 via cryptohash + - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash + - vhd < 0 # GHC 8.4 via cryptohash + - protocol-radius < 0 # GHC 8.4 via cryptonite + - glabrous < 0 # GHC 8.4 via either + - model < 0 # GHC 8.4 via either + - diversity < 0 # GHC 8.4 via fasta + - loop < 0 # GHC 8.4 via foldl + - mono-traversable < 0 # GHC 8.4 via foldl + - sampling < 0 # GHC 8.4 via foldl + - ChannelT < 0 # GHC 8.4 via free + - Rasterific < 0 # GHC 8.4 via free + - ghc-exactprint < 0 # GHC 8.4 via free + - language-docker < 0 # GHC 8.4 via free + - objective < 0 # GHC 8.4 via free + - pipes-group < 0 # GHC 8.4 via free + - yi-snippet < 0 # GHC 8.4 via free + - foundation < 0 # GHC 8.4 via gauge + - mono-traversable < 0 # GHC 8.4 via gauge + - mutable-containers < 0 # GHC 8.4 via gauge + - glazier-pipes < 0 # GHC 8.4 via glazier + - asn1-types < 0 # GHC 8.4 via hourglass + - hourglass-orphans < 0 # GHC 8.4 via hourglass + - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-compat < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - logging-facade < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - microstache < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - mockery < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mono-traversable < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - nanospec < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - resourcet < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - stringbuilder < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec + - yaml < 0 # GHC 8.4 via hspec + - yes-precure5-command < 0 # GHC 8.4 via hspec + - yi-rope < 0 # GHC 8.4 via hspec + - zlib-bindings < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec-core + - genvalidity-hspec < 0 # GHC 8.4 via hspec-core + - hspec-golden-aeson < 0 # GHC 8.4 via hspec-core + - hspec-smallcheck < 0 # GHC 8.4 via hspec-core + - hspec-webdriver < 0 # GHC 8.4 via hspec-core + - ClustalParser < 0 # GHC 8.4 via hspec-discover + - hsass < 0 # GHC 8.4 via hspec-discover + - pinch < 0 # GHC 8.4 via hspec-discover + - pthread < 0 # GHC 8.4 via hspec-discover + - text-conversions < 0 # GHC 8.4 via hspec-discover + - hw-json < 0 # GHC 8.4 via hw-rankselect + - hw-succinct < 0 # GHC 8.4 via hw-rankselect + - H < 0 # GHC 8.4 via inline-r + - mysql-haskell-nem < 0 # GHC 8.4 via io-streams + - pdf-toolbox-content < 0 # GHC 8.4 via io-streams + - pdf-toolbox-core < 0 # GHC 8.4 via io-streams + - pdf-toolbox-document < 0 # GHC 8.4 via io-streams + - mighty-metropolis < 0 # GHC 8.4 via kan-extensions + - result < 0 # GHC 8.4 via keys + - astro < 0 # GHC 8.4 via matrix + - general-games < 0 # GHC 8.4 via monad-loops + - hindent < 0 # GHC 8.4 via monad-loops + - hsass < 0 # GHC 8.4 via monad-loops + - misfortune < 0 # GHC 8.4 via monad-loops + - pipes-mongodb < 0 # GHC 8.4 via mongoDB + - mysql-haskell-nem < 0 # GHC 8.4 via mysql-haskell + - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell + - messagepack-rpc < 0 # GHC 8.4 via network-simple + - distributed-process < 0 # GHC 8.4 via network-transport-tcp + - serversession < 0 # GHC 8.4 via nonce + - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec + - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec + - hasql < 0 # GHC 8.4 via postgresql-binary + - auto < 0 # GHC 8.4 via profunctors + - dejafu < 0 # GHC 8.4 via profunctors + - discrimination < 0 # GHC 8.4 via profunctors + - hasql < 0 # GHC 8.4 via profunctors + - netwire < 0 # GHC 8.4 via profunctors + - objective < 0 # GHC 8.4 via profunctors + - one-liner < 0 # GHC 8.4 via profunctors + - product-profunctors < 0 # GHC 8.4 via profunctors + - withdependencies < 0 # GHC 8.4 via profunctors + - zlib-lens < 0 # GHC 8.4 via profunctors + - hspec-golden-aeson < 0 # GHC 8.4 via quickcheck-arbitrary-adt + - dice < 0 # GHC 8.4 via random-fu + - misfortune < 0 # GHC 8.4 via random-fu + - rank-product < 0 # GHC 8.4 via random-fu + - sdl2-image < 0 # GHC 8.4 via sdl2 + - sdl2-mixer < 0 # GHC 8.4 via sdl2 + - sdl2-ttf < 0 # GHC 8.4 via sdl2 + - state-codes < 0 # GHC 8.4 via shakespeare + - jni < 0 # GHC 8.4 via singletons + - jvm < 0 # GHC 8.4 via singletons + - n-tuple < 0 # GHC 8.4 via singletons + - type-combinators-singletons < 0 # GHC 8.4 via singletons + - yi-snippet < 0 # GHC 8.4 via tasty-hunit + - yi-snippet < 0 # GHC 8.4 via tasty-th + - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams + - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - mockery < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - silently < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary + - tidal-midi < 0 # GHC 8.4 via tidal + - axiom < 0 # GHC 8.4 via transient-universe + - haskell-names < 0 # GHC 8.4 via traverse-with-class + - universe < 0 # GHC 8.4 via universe-instances-extended + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances + - openexr-write < 0 # GHC 8.4 via vector-split + - hspec-webdriver < 0 # GHC 8.4 via webdriver + - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams + - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated + - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras + - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens + - yi-fuzzy-open < 0 # GHC 8.4 via yi-core + - yi-ireader < 0 # GHC 8.4 via yi-core + - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-keymap-emacs < 0 # GHC 8.4 via yi-core + - yi-misc-modes < 0 # GHC 8.4 via yi-core + - yi-mode-haskell < 0 # GHC 8.4 via yi-core + - yi-mode-javascript < 0 # GHC 8.4 via yi-core + - yi-snippet < 0 # GHC 8.4 via yi-core + - yi-fuzzy-open < 0 # GHC 8.4 via yi-language + - yi-ireader < 0 # GHC 8.4 via yi-language + - yi-keymap-emacs < 0 # GHC 8.4 via yi-language + - yi-misc-modes < 0 # GHC 8.4 via yi-language + - yi-mode-haskell < 0 # GHC 8.4 via yi-language + - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson-pretty + - configurator-export < 0 # GHC 8.4 via base-compat + - gitrev < 0 # GHC 8.4 via base-compat + - prompt < 0 # GHC 8.4 via base-compat + - quickcheck-instances < 0 # GHC 8.4 via base-compat + - tagged-binary < 0 # GHC 8.4 via base-compat + - typelits-witnesses < 0 # GHC 8.4 via base-compat + - wl-pprint-text < 0 # GHC 8.4 via base-compat + - witherable < 0 # GHC 8.4 via base-orphans + - quickcheck-instances < 0 # GHC 8.4 via case-insensitive + - tostring < 0 # GHC 8.4 via case-insensitive + - configurator-export < 0 # GHC 8.4 via configurator + - monad-unlift < 0 # GHC 8.4 via constraints + - monad-unlift-ref < 0 # GHC 8.4 via constraints + - poly-arity < 0 # GHC 8.4 via constraints + - typelits-witnesses < 0 # GHC 8.4 via constraints + - unfoldable-restricted < 0 # GHC 8.4 via constraints + - unit-constraint < 0 # GHC 8.4 via constraints + - hunit-dejafu < 0 # GHC 8.4 via dejafu + - selda-sqlite < 0 # GHC 8.4 via direct-sqlite + - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process + - hexml < 0 # GHC 8.4 via extra + - hlint < 0 # GHC 8.4 via extra + - shake < 0 # GHC 8.4 via extra + - weeder < 0 # GHC 8.4 via extra + - flat-mcmc < 0 # GHC 8.4 via formatting + - memory < 0 # GHC 8.4 via foundation + - weeder < 0 # GHC 8.4 via foundation + - process-extras < 0 # GHC 8.4 via generic-deriving + - unicode-transforms < 0 # GHC 8.4 via getopt-generics + - disposable < 0 # GHC 8.4 via ghcjs-base-stub + - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - unordered-containers < 0 # GHC 8.4 via hashable + - uuid-types < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable + - hasql-optparse-applicative < 0 # GHC 8.4 via hasql + - hasql-pool < 0 # GHC 8.4 via hasql + - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema + - shake < 0 # GHC 8.4 via js-flot + - shake < 0 # GHC 8.4 via js-jquery + - lens-simple < 0 # GHC 8.4 via lens-family-th + - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers + - netwire-input < 0 # GHC 8.4 via netwire + - one-liner-instances < 0 # GHC 8.4 via one-liner + - unfoldable < 0 # GHC 8.4 via one-liner + - users < 0 # GHC 8.4 via path-pieces + - protocol-radius-test < 0 # GHC 8.4 via protocol-radius + - selda < 0 # GHC 8.4 via psqueues + - set-cover < 0 # GHC 8.4 via psqueues + - bno055-haskell < 0 # GHC 8.4 via resourcet + - h2c < 0 # GHC 8.4 via resourcet + - monad-unlift-ref < 0 # GHC 8.4 via resourcet + - scalpel < 0 # GHC 8.4 via scalpel-core + - aeson-better-errors < 0 # GHC 8.4 via scientific + - binary-parsers < 0 # GHC 8.4 via scientific + - json-rpc-generic < 0 # GHC 8.4 via scientific + - quickcheck-instances < 0 # GHC 8.4 via scientific + - special-values < 0 # GHC 8.4 via scientific + - validity-scientific < 0 # GHC 8.4 via scientific + - hquantlib < 0 # GHC 8.4 via statistics + - mwc-random < 0 # GHC 8.4 via statistics + - hackage-db < 0 # GHC 8.4 via tar + - packdeps < 0 # GHC 8.4 via tar + - hlint < 0 # GHC 8.4 via yaml + - lxd-client-config < 0 # GHC 8.4 via yaml + - weeder < 0 # GHC 8.4 via yaml + - epub-metadata < 0 # GHC 8.4 via zip-archive + - quickbench < 0 # GHC 8.4 via docopt + - optparse-simple < 0 # GHC 8.4 via gitrev + - RefSerialize < 0 # GHC 8.4 via hashtables + - TCache < 0 # GHC 8.4 via hashtables + - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables + - gl < 0 # GHC 8.4 via hxt + - hxt-css < 0 # GHC 8.4 via hxt + - hxt-curl < 0 # GHC 8.4 via hxt + - hxt-expat < 0 # GHC 8.4 via hxt + - hxt-tagsoup < 0 # GHC 8.4 via hxt + - rainbow < 0 # GHC 8.4 via lens-simple + - bcrypt < 0 # GHC 8.4 via memory + - pem < 0 # GHC 8.4 via memory + - securemem < 0 # GHC 8.4 via memory + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random + - network-transport-composed < 0 # GHC 8.4 via network-transport + - network-transport-inmemory < 0 # GHC 8.4 via network-transport + - network-transport-tests < 0 # GHC 8.4 via network-transport + - path-extra < 0 # GHC 8.4 via path + - validity-path < 0 # GHC 8.4 via path + - pdfinfo < 0 # GHC 8.4 via process-extras + - edit-distance-vector < 0 # GHC 8.4 via quickcheck-instances + - selda-postgresql < 0 # GHC 8.4 via selda + - quickcheck-special < 0 # GHC 8.4 via special-values + - slave-thread < 0 # GHC 8.4 via stm-containers + - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted + - haskell-src-exts-util < 0 # GHC 8.4 via uniplate + - nsis < 0 # GHC 8.4 via uniplate + - biopsl < 0 # GHC 8.4 via unordered-containers + - charset < 0 # GHC 8.4 via unordered-containers + - islink < 0 # GHC 8.4 via unordered-containers + - Workflow < 0 # GHC 8.4 via RefSerialize + - Workflow < 0 # GHC 8.4 via TCache + - cairo < 0 # GHC 8.4 via gtk2hs-buildtools + - glib < 0 # GHC 8.4 via gtk2hs-buildtools + - pango < 0 # GHC 8.4 via gtk2hs-buildtools + - mcmc-types < 0 # GHC 8.4 via mwc-probability + - cipher-aes < 0 # GHC 8.4 via securemem + - cipher-blowfish < 0 # GHC 8.4 via securemem + - cipher-camellia < 0 # GHC 8.4 via securemem + - cipher-des < 0 # GHC 8.4 via securemem + - crypto-cipher-tests < 0 # GHC 8.4 via securemem + - crypto-cipher-types < 0 # GHC 8.4 via securemem + - plot < 0 # GHC 8.4 via cairo + - cryptocipher < 0 # GHC 8.4 via cipher-aes + - cryptocipher < 0 # GHC 8.4 via cipher-blowfish + - cryptocipher < 0 # GHC 8.4 via cipher-camellia + - cryptocipher < 0 # GHC 8.4 via cipher-des + - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-tests + - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types + - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types + - plot < 0 # GHC 8.4 via pango + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -3513,6 +5718,8 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + - Cabal # GHC 8.4 via tasty + - call-stack # GHC 8.4 via nanospec - HTTP # conduit-extra 1.3 - aeson - attoparsec # QuickCheck 2.10 From 276ac569e7fa809727442316a9b62f876db36e8f Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Mon, 12 Mar 2018 21:23:44 +0100 Subject: [PATCH 2828/3109] Add `bsb-http-chunked` to my packages --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..8bb52aba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -206,6 +206,7 @@ packages: - threepenny-gui - snap-server - newtype-generics + - bsb-http-chunked "Joe M @joe9": - logger-thread From 9ee4de3d841fb71912268dc1831636e5b37e54c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 14:37:50 -0700 Subject: [PATCH 2829/3109] Bump travis GHCVER to 8.4.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f66c4a58..b9c70459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: - libgmp-dev env: -- GHCVER=8.2.2 +- GHCVER=8.4.1 install: # Download and unpack the stack executable From 63aa8a67dcce817abd601e389144802c84ad02a6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 15:24:32 -0700 Subject: [PATCH 2830/3109] Update Docker image to use ghc 8.4, llvm 5.0 --- Dockerfile | 2 +- debian-bootstrap.sh | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 146edda4..eae87596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.2.2/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-8.0/bin:/opt/ghc/8.4.1/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-8.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/nvvm/lib64 diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 12ee32cd..cb111408 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.2.2 +GHCVER=8.4.1 apt-get update apt-get install -y \ @@ -156,6 +156,12 @@ curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc +# llvm-5.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ + && apt-get update \ + && apt-get install -y llvm-5.0 + # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. @@ -166,9 +172,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.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 +# GHC 8.4 requires LLVM 5.0 tools (specifically, llc-5.0 and opt-5.0). +update-alternatives --install "/usr/bin/llc" "llc" "/usr/bin/llc-5.0" 50 +update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-5.0" 50 # Made sure a "node" binary is in the path, as well as "nodejs". # A historical naming collision on Debian means that the binary is called "nodejs", @@ -202,12 +208,6 @@ cd /tmp \ echo "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/" > /etc/ld.so.conf.d/openjdk.conf \ && ldconfig -# llvm-4.0 for llvm-hs (separate since it needs wget) -wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ - && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ - && apt-get update \ - && apt-get install -y llvm-5.0 - # Install version 3 of the protobuf compiler. (The `protobuf-compiler` package only # supports version 2.) curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip \ From d47437641ecbffd31d1eb45eace6ba2d69287e09 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:19:55 -0700 Subject: [PATCH 2831/3109] Remove bytestring-trie and hpp per GHC 8.4 build failure --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4365ab7f..04590e49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1022,7 +1022,7 @@ packages: - BoundedChan - broadcast-chan - bytestring-lexing - - bytestring-trie + # - bytestring-trie # build failure GHC 8.4 - data-accessor - data-accessor-mtl - fuzzcheck @@ -2370,7 +2370,7 @@ packages: "Anthony Cowley @acowley": - Frames - - hpp + # - hpp # GHC 8.4 via bytestring-trie "Takayuki Muranushi @nushio3": - binary-search From c46ea32136797219d3fb5bd04bde9c018904a534 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:25:24 -0700 Subject: [PATCH 2832/3109] Remove timespan per agrafix/timespan#1 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04590e49..335e87ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1087,7 +1087,7 @@ packages: - dataurl - psql-helpers - superbuffer - - timespan + # - timespan # build failure GHC 8.4 https://github.com/agrafix/timespan/issues/1 - distance - async-extra - format-numbers From 6c5b4c34e6800a6e768e0fe765f9e9db312ab7b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:29:28 -0700 Subject: [PATCH 2833/3109] Recategorize and comment on packages blocked by ghc 8.4 --- build-constraints.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 335e87ae..9be0efbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3256,7 +3256,15 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": + "Removed packages": [] + + # This section was used to programmatically generate a set of removals + # that would result in a valid build plan. + # These packages have version bounds in their deps or transitive deps + # which prevent them from forming a valid build plan with ghc 8.4. + # These lines are temporary and should ideally be replaced by commenting out + # the packages at their point of inclusion. + "Blocked by GHC 8.4": - Agda < 0 # GHC 8.4 via base-4.11.0.0 - Earley < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 From fc6c11bd183918d75bb0fdf45cbe0e003f9ff41c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:32:42 -0700 Subject: [PATCH 2834/3109] Remove heap and median-stream per pruvisto/heap#5 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be0efbf..8035ba80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -238,7 +238,7 @@ packages: "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - - median-stream + # - median-stream # GHC 8.4 via heap - stm-supply - filter-logger - tile @@ -3258,6 +3258,11 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": [] + # Packages not explicitly in the build plan that are blocked + # from inclusion due to compilation failure with ghc 8.4 + "Build failure with GHC 8.4": + - heap < 0 # https://github.com/pruvisto/heap/issues/5 + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. # These packages have version bounds in their deps or transitive deps From 01249b52df8a39c4450982d78329f2d7ca65d4eb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:40:11 -0700 Subject: [PATCH 2835/3109] Remove cabal-file-th per nkpart/cabal-file-th#8 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8035ba80..cb32a145 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,7 +1519,8 @@ packages: - text-manipulate "Nick Partridge @nkpart": - - cabal-file-th + - cabal-file-th < 0 # removeme + # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": - jmacro From 133c1048cd7209fb81640d18416113dd027e246a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:40:42 -0700 Subject: [PATCH 2836/3109] remove the removeme --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cb32a145..b8afee68 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,7 +1519,6 @@ packages: - text-manipulate "Nick Partridge @nkpart": - - cabal-file-th < 0 # removeme # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": From f6e5c7e0a41049c1ec2b2697434b6f4a497350a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:41:02 -0700 Subject: [PATCH 2837/3109] Valid yaml --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b8afee68..fb931ddc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1519,6 +1519,7 @@ packages: - text-manipulate "Nick Partridge @nkpart": + [] # - cabal-file-th # https://github.com/nkpart/cabal-file-th/issues/8 "Gershom Bazerman @gbaz": From 64312dce8f86184d88438956c6989c649da08e8d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 17:30:04 -0700 Subject: [PATCH 2838/3109] Remove packages with build failures with ghc 8.4 --- build-constraints.yaml | 87 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb931ddc..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,10 +3259,93 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": [] - # Packages not explicitly in the build plan that are blocked + # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - - heap < 0 # https://github.com/pruvisto/heap/issues/5 + - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + # may have no issue yet + - FPretty < 0 # build failure with GHC 8.4 + - Genbank < 0 # build failure with GHC 8.4 + - HCodecs < 0 # build failure with GHC 8.4 + - HaXml < 0 # build failure with GHC 8.4 + - OneTuple < 0 # build failure with GHC 8.4 + - ShellCheck < 0 # build failure with GHC 8.4 + - YampaSynth < 0 # build failure with GHC 8.4 + - alsa-pcm < 0 # build failure with GHC 8.4 + - audacity < 0 # build failure with GHC 8.4 + - bioace < 0 # build failure with GHC 8.4 + - bioalign < 0 # build failure with GHC 8.4 + - biocore < 0 # build failure with GHC 8.4 + - biofasta < 0 # build failure with GHC 8.4 + - biofastq < 0 # build failure with GHC 8.4 + - blastxml < 0 # build failure with GHC 8.4 + - bytestring-trie < 0 # build failure with GHC 8.4 + - cabal-file-th < 0 # build failure with GHC 8.4 + - cassette < 0 # build failure with GHC 8.4 + - colorful-monoids < 0 # build failure with GHC 8.4 + - cublas < 0 # build failure with GHC 8.4 + - cuda < 0 # build failure with GHC 8.4 + - cusolver < 0 # build failure with GHC 8.4 + - cusparse < 0 # build failure with GHC 8.4 + - data-inttrie < 0 # build failure with GHC 8.4 + - data-memocombinators < 0 # build failure with GHC 8.4 + - diff3 < 0 # build failure with GHC 8.4 + - distance < 0 # build failure with GHC 8.4 + - distribution < 0 # build failure with GHC 8.4 + - djinn-lib < 0 # build failure with GHC 8.4 + - fitspec < 0 # build failure with GHC 8.4 + - ghc-events < 0 # build failure with GHC 8.4 + - ghc-syb-utils < 0 # build failure with GHC 8.4 + - ghcjs-perch < 0 # build failure with GHC 8.4 + - gluturtle < 0 # build failure with GHC 8.4 + - group-by-date < 0 # build failure with GHC 8.4 + - haskell-src < 0 # build failure with GHC 8.4 + - heap < 0 # build failure with GHC 8.4 + - hid < 0 # build failure with GHC 8.4 + - hpp < 0 # build failure with GHC 8.4 + - hsb2hs < 0 # build failure with GHC 8.4 + - hsignal < 0 # build failure with GHC 8.4 + - hsndfile < 0 # build failure with GHC 8.4 + - hsndfile-vector < 0 # build failure with GHC 8.4 + - hsshellscript < 0 # build failure with GHC 8.4 + - hstatistics < 0 # build failure with GHC 8.4 + - hw-fingertree < 0 # build failure with GHC 8.4 + - json < 0 # build failure with GHC 8.4 + - language-fortran < 0 # build failure with GHC 8.4 + - language-glsl < 0 # build failure with GHC 8.4 + - list-t < 0 # build failure with GHC 8.4 + - median-stream < 0 # build failure with GHC 8.4 + - miniutter < 0 # build failure with GHC 8.4 + - monadoid < 0 # build failure with GHC 8.4 + - nfc < 0 # build failure with GHC 8.4 + - nvvm < 0 # build failure with GHC 8.4 + - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 + - pipes-safe < 0 # build failure with GHC 8.4 + - preprocessor-tools < 0 # build failure with GHC 8.4 + - pure-io < 0 # build failure with GHC 8.4 + - reform < 0 # build failure with GHC 8.4 + - relational-query < 0 # build failure with GHC 8.4 + - relational-query-HDBC < 0 # build failure with GHC 8.4 + - relational-record < 0 # build failure with GHC 8.4 + - relational-schemas < 0 # build failure with GHC 8.4 + - runmemo < 0 # build failure with GHC 8.4 + - set-monad < 0 # build failure with GHC 8.4 + - skeletons < 0 # build failure with GHC 8.4 + - sql-words < 0 # build failure with GHC 8.4 + - timespan < 0 # build failure with GHC 8.4 + - timezone-olson < 0 # build failure with GHC 8.4 + - tinytemplate < 0 # build failure with GHC 8.4 + - transient < 0 # build failure with GHC 8.4 + - tuple < 0 # build failure with GHC 8.4 + - validity < 0 # build failure with GHC 8.4 + - validity-bytestring < 0 # build failure with GHC 8.4 + - validity-containers < 0 # build failure with GHC 8.4 + - validity-text < 0 # build failure with GHC 8.4 + - validity-time < 0 # build failure with GHC 8.4 + - vector-sized < 0 # build failure with GHC 8.4 + - wl-pprint < 0 # build failure with GHC 8.4 + - yjsvg < 0 # build failure with GHC 8.4 + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. From b4b33d2dbed82e2cb209f812058e8c443bc63a30 Mon Sep 17 00:00:00 2001 From: Naoto Shimazaki Date: Tue, 13 Mar 2018 14:27:34 +0900 Subject: [PATCH 2839/3109] put back cisco-spart-api --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..580a0b16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3073,7 +3073,7 @@ packages: "Naoto Shimazaki @igy": - thread-hierarchy - bitset-word8 - # - cisco-spark-api # https://github.com/nshimaza/cisco-spark-api/issues/1 + - cisco-spark-api "Deni Bertovic @denibertovic & James Parker @jprider63": - docker From 71baf39fc53024597a091a5701f43fb2eee6a8ba Mon Sep 17 00:00:00 2001 From: k0ral Date: Tue, 13 Mar 2018 17:14:36 +0100 Subject: [PATCH 2840/3109] Fixed conduit-parse and xml-conduit-parse Cf https://github.com/k0ral/conduit-parse/issues/2. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..44bac64f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1781,13 +1781,13 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - # - conduit-parse # https://github.com/k0ral/conduit-parse/issues/2 + - conduit-parse - dublincore-xml-conduit - euler-tour-tree - opml-conduit - rss-conduit - timerep - # - xml-conduit-parse # via conduit-parse + - xml-conduit-parse "Kostiantyn Rybnikov @k-bx": - protocol-buffers From 51124c9de43ce76773e7761f3f386e1de83c68bb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 09:43:00 -0700 Subject: [PATCH 2841/3109] First wave of unblocks, most test frameworks ok now --- build-constraints.yaml | 1204 +++++++++------------------------------- 1 file changed, 271 insertions(+), 933 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..0b78cd16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,7 +3380,6 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3559,7 +3558,6 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3613,88 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - hspec-meta < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3781,106 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http-types < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4149,24 +3965,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4187,12 +3985,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4241,9 +4033,6 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail - - hspec < 0 # GHC 8.4 via hspec-meta - - hspec-core < 0 # GHC 8.4 via hspec-meta - - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4302,48 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - attoparsec < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4474,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4575,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4612,138 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - clock < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - criterion < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gauge < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-hunit < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-quickcheck < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - temporary < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4789,13 +4310,6 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time - - conduit < 0 # GHC 8.4 via unliftio - - fb < 0 # GHC 8.4 via unliftio - - higher-leveldb < 0 # GHC 8.4 via unliftio - - nonce < 0 # GHC 8.4 via unliftio - - yesod-auth-fb < 0 # GHC 8.4 via unliftio - - yesod-gitrepo < 0 # GHC 8.4 via unliftio - - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4923,64 +4437,12 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - - gravatar < 0 # GHC 8.4 via HTTP - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - cassava < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4999,83 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - case-insensitive < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hashable < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - scientific < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5084,9 +4469,6 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - - loop < 0 # GHC 8.4 via foldl - - mono-traversable < 0 # GHC 8.4 via foldl - - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -5094,193 +4476,10 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free - - foundation < 0 # GHC 8.4 via gauge - - mono-traversable < 0 # GHC 8.4 via gauge - - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-compat < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - logging-facade < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - microstache < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - mockery < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mono-traversable < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - nanospec < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - resourcet < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - stringbuilder < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5301,7 +4500,6 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -5343,32 +4541,10 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - mockery < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - silently < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -5389,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5415,8 +4574,6 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - - quickcheck-instances < 0 # GHC 8.4 via case-insensitive - - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -5438,41 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - unordered-containers < 0 # GHC 8.4 via hashable - - uuid-types < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5497,8 +4619,6 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific - - hquantlib < 0 # GHC 8.4 via statistics - - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -5519,8 +4639,6 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -5559,6 +4677,269 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + # After first wave of unblocks + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system + - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 + - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 + - bower-json < 0 # GHC 8.4 via aeson-better-errors + - asn1-encoding < 0 # GHC 8.4 via asn1-types + - asn1-parse < 0 # GHC 8.4 via asn1-types + - pkcs10 < 0 # GHC 8.4 via asn1-types + - tls < 0 # GHC 8.4 via asn1-types + - x509 < 0 # GHC 8.4 via asn1-types + - x509-store < 0 # GHC 8.4 via asn1-types + - x509-validation < 0 # GHC 8.4 via asn1-types + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - wreq < 0 # GHC 8.4 via authenticate-oauth + - seqloc < 0 # GHC 8.4 via biocore + - heterocephalus < 0 # GHC 8.4 via blaze-html + - heterocephalus < 0 # GHC 8.4 via blaze-markup + - hledger-lib < 0 # GHC 8.4 via blaze-markup + - xml-html-qq < 0 # GHC 8.4 via blaze-markup + - hledger-ui < 0 # GHC 8.4 via brick + - tries < 0 # GHC 8.4 via bytestring-trie + - weigh < 0 # GHC 8.4 via bytestring-trie + - parsers < 0 # GHC 8.4 via charset + - cprng-aes < 0 # GHC 8.4 via cipher-aes + - composable-associations-aeson < 0 # GHC 8.4 via composable-associations + - amqp < 0 # GHC 8.4 via connection + - conduit-connection < 0 # GHC 8.4 via connection + - hasbolt < 0 # GHC 8.4 via connection + - irc-conduit < 0 # GHC 8.4 via connection + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - cql-io < 0 # GHC 8.4 via cql + - tasty-dejafu < 0 # GHC 8.4 via dejafu + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process + - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - email-validate < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - linear < 0 # GHC 8.4 via doctest-0.15.0 + - log-domain < 0 # GHC 8.4 via doctest-0.15.0 + - machines < 0 # GHC 8.4 via doctest-0.15.0 + - rcu < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - zippers < 0 # GHC 8.4 via doctest-0.15.0 + - jose-jwt < 0 # GHC 8.4 via either + - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api + - Spintax < 0 # GHC 8.4 via extra + - algebraic-graphs < 0 # GHC 8.4 via extra + - dbus < 0 # GHC 8.4 via extra + - hledger-lib < 0 # GHC 8.4 via extra + - hapistrano < 0 # GHC 8.4 via formatting + - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec + - hapistrano < 0 # GHC 8.4 via gitrev + - hasmin < 0 # GHC 8.4 via gitrev + - hexml-lens < 0 # GHC 8.4 via hexml + - xeno < 0 # GHC 8.4 via hexml + - hledger-ui < 0 # GHC 8.4 via hledger + - blake2 < 0 # GHC 8.4 via hlint + - folds < 0 # GHC 8.4 via hlint + - gc < 0 # GHC 8.4 via hlint + - rcu < 0 # GHC 8.4 via hlint + - sbv < 0 # GHC 8.4 via hlint + - structs < 0 # GHC 8.4 via hlint + - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck + - store < 0 # GHC 8.4 via hspec-smallcheck + - xml-html-qq < 0 # GHC 8.4 via html-conduit + - bitx-bitcoin < 0 # GHC 8.4 via http-client + - influxdb < 0 # GHC 8.4 via http-client + - wai-middleware-consul < 0 # GHC 8.4 via http-client + - wreq < 0 # GHC 8.4 via http-client + - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls + - wreq < 0 # GHC 8.4 via http-client-tls + - HandsomeSoup < 0 # GHC 8.4 via hxt + - hxt-http < 0 # GHC 8.4 via hxt + - katydid < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt-curl + - xml-to-json < 0 # GHC 8.4 via hxt-expat + - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup + - generics-eot < 0 # GHC 8.4 via interpolate + - katydid < 0 # GHC 8.4 via json + - rainbox < 0 # GHC 8.4 via lens-simple + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - mighty-metropolis < 0 # GHC 8.4 via mcmc-types + - cryptohash < 0 # GHC 8.4 via memory + - cryptonite < 0 # GHC 8.4 via memory + - cryptonite-openssl < 0 # GHC 8.4 via memory + - git < 0 # GHC 8.4 via memory + - jose-jwt < 0 # GHC 8.4 via memory + - jwt < 0 # GHC 8.4 via memory + - text-ldap < 0 # GHC 8.4 via memory + - tls < 0 # GHC 8.4 via memory + - triplesec < 0 # GHC 8.4 via memory + - wreq < 0 # GHC 8.4 via memory + - x509 < 0 # GHC 8.4 via memory + - x509-validation < 0 # GHC 8.4 via memory + - wai-middleware-consul < 0 # GHC 8.4 via monad-logger + - mighty-metropolis < 0 # GHC 8.4 via mwc-probability + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - irc-conduit < 0 # GHC 8.4 via network-conduit-tls + - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory + - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests + - pkcs10 < 0 # GHC 8.4 via pem + - x509 < 0 # GHC 8.4 via pem + - x509-store < 0 # GHC 8.4 via pem + - x509-validation < 0 # GHC 8.4 via pem + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via poly-arity + - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary + - tasty-silver < 0 # GHC 8.4 via process-extras + - yi-core < 0 # GHC 8.4 via process-extras + - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances + - commutative < 0 # GHC 8.4 via quickcheck-instances + - cron < 0 # GHC 8.4 via quickcheck-instances + - hslua < 0 # GHC 8.4 via quickcheck-instances + - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances + - natural-transformation < 0 # GHC 8.4 via quickcheck-instances + - parsers < 0 # GHC 8.4 via quickcheck-instances + - pred-trie < 0 # GHC 8.4 via quickcheck-instances + - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances + - rose-trees < 0 # GHC 8.4 via quickcheck-instances + - sets < 0 # GHC 8.4 via quickcheck-instances + - string-conversions < 0 # GHC 8.4 via quickcheck-instances + - timemap < 0 # GHC 8.4 via quickcheck-instances + - tmapmvar < 0 # GHC 8.4 via quickcheck-instances + - tries < 0 # GHC 8.4 via quickcheck-instances + - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances + - rainbox < 0 # GHC 8.4 via rainbow + - lambdabot-core < 0 # GHC 8.4 via random-fu + - redis-io < 0 # GHC 8.4 via redis-resp + - lexer-applicative < 0 # GHC 8.4 via regex-applicative + - crypto-random < 0 # GHC 8.4 via securemem + - generics-eot < 0 # GHC 8.4 via shake + - shake-language-c < 0 # GHC 8.4 via shake + - heterocephalus < 0 # GHC 8.4 via shakespeare + - vinyl < 0 # GHC 8.4 via singletons + - hedis < 0 # GHC 8.4 via slave-thread + - wreq < 0 # GHC 8.4 via snap-server + - conduit-extra < 0 # GHC 8.4 via streaming-commons + - store < 0 # GHC 8.4 via streaming-commons + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec + - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams + - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - cql-io < 0 # GHC 8.4 via tinylog + - redis-io < 0 # GHC 8.4 via tinylog + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - show-prettyprint < 0 # GHC 8.4 via trifecta + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - users-test < 0 # GHC 8.4 via users + - courier < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid + - wreq < 0 # GHC 8.4 via uuid + - genvalidity < 0 # GHC 8.4 via validity + - genvalidity-aeson < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity + - genvalidity-containers < 0 # GHC 8.4 via validity + - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity + - genvalidity-property < 0 # GHC 8.4 via validity + - genvalidity-scientific < 0 # GHC 8.4 via validity + - genvalidity-text < 0 # GHC 8.4 via validity + - genvalidity-unordered-containers < 0 # GHC 8.4 via validity + - genvalidity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring + - genvalidity-containers < 0 # GHC 8.4 via validity-containers + - genvalidity-path < 0 # GHC 8.4 via validity-path + - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific + - validity-aeson < 0 # GHC 8.4 via validity-scientific + - genvalidity-text < 0 # GHC 8.4 via validity-text + - validity-aeson < 0 # GHC 8.4 via validity-text + - genvalidity-time < 0 # GHC 8.4 via validity-time + - hledger-ui < 0 # GHC 8.4 via vty + - wai-middleware-consul < 0 # GHC 8.4 via wai + - wai-middleware-prometheus < 0 # GHC 8.4 via wai + - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static + - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit + - wai-middleware-consul < 0 # GHC 8.4 via wai-extra + - websockets-rpc < 0 # GHC 8.4 via wai-transformers + - websockets-simple < 0 # GHC 8.4 via wai-transformers + - wai-middleware-consul < 0 # GHC 8.4 via warp + - websockets-rpc < 0 # GHC 8.4 via websockets + - websockets-simple < 0 # GHC 8.4 via websockets + - rose-trees < 0 # GHC 8.4 via witherable + - sets < 0 # GHC 8.4 via witherable + - haskell-gi < 0 # GHC 8.4 via xml-conduit + - xml-html-qq < 0 # GHC 8.4 via xml-conduit + - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - git < 0 # GHC 8.4 via zlib-bindings + - hit < 0 # GHC 8.4 via zlib-bindings + - io-streams < 0 # GHC 8.4 via zlib-bindings + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - b9 < 0 # GHC 8.4 via conduit-extra + - conduit-throttle < 0 # GHC 8.4 via conduit-extra + - hamtsolo < 0 # GHC 8.4 via conduit-extra + - stm-conduit < 0 # GHC 8.4 via conduit-extra + - bson < 0 # GHC 8.4 via cryptohash + - moesocks < 0 # GHC 8.4 via cryptohash + - s3-signer < 0 # GHC 8.4 via cryptohash + - crypto-api < 0 # GHC 8.4 via entropy + - crypto-random-api < 0 # GHC 8.4 via entropy + - nonce < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy + - fsnotify < 0 # GHC 8.4 via hinotify + - openssl-streams < 0 # GHC 8.4 via io-streams + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + - apecs < 0 # GHC 8.4 via linear + - cue-sheet < 0 # GHC 8.4 via megaparsec + - dotenv < 0 # GHC 8.4 via megaparsec + - hspec-megaparsec < 0 # GHC 8.4 via megaparsec + - inflections < 0 # GHC 8.4 via megaparsec + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - freer-simple < 0 # GHC 8.4 via natural-transformation + - inline-c < 0 # GHC 8.4 via parsers + - lrucaching < 0 # GHC 8.4 via psqueues + - pcre-heavy < 0 # GHC 8.4 via string-conversions + - IntervalMap < 0 # GHC 8.4 via weigh + - text-metrics < 0 # GHC 8.4 via weigh + - crypto-api-tests < 0 # GHC 8.4 via crypto-api + - pureMD5 < 0 # GHC 8.4 via crypto-api + - xxhash < 0 # GHC 8.4 via crypto-api + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - hocilib < 0 # GHC 8.4 via inline-c + - ctrie < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client + - gravatar < 0 # GHC 8.4 via pureMD5 + - hpc-coveralls < 0 # GHC 8.4 via pureMD5 + - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 + - xxhash-ffi < 0 # GHC 8.4 via xxhash + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5585,62 +4966,13 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3187 - - QuickCheck < 2.11 - - haddock-library < 1.5 - - # https://github.com/fpco/stackage/issues/3268 - - async < 2.2 - - async-timer < 0.2 - - # https://github.com/fpco/stackage/issues/3278 - - lifted-async < 0.10 - - # https://github.com/fpco/stackage/issues/3290 - # also blocked by QuickCheck < 2.11 - - doctest < 0.14 - - # https://github.com/karun012/doctest-discover/issues/19 - - doctest-discover < 0.1.0.8 - - # https://github.com/fpco/stackage/issues/3312 - - transformers-compat < 0.6.0.2 - - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - - # https://github.com/fpco/stackage/issues/3327 - - streaming-commons < 0.2 - - # https://github.com/fpco/stackage/issues/3329 - - skylighting < 0.7 - - # https://github.com/fpco/stackage/issues/3333 - - llvm-hs < 6 - - llvm-hs-pure < 6 - - # https://github.com/fpco/stackage/issues/3336 - # compilation failures - - clay < 0.12.3 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 @@ -5651,6 +4983,10 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 + # needed by path + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -5815,9 +5151,11 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via tasty - - call-stack # GHC 8.4 via nanospec + - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - http-types # GHC 8.4 via quickcheck-instances + - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 + - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 64d29ce77b9e426e454214a9397ed87638c3e40e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:14:01 -0700 Subject: [PATCH 2842/3109] Skip tests for clock to avoid cyclic dep, see #3368 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78cd16..69268911 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5148,6 +5148,10 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From 76bccddc3f5a834a7415a405c26cedcc230ab3d7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:40:43 -0700 Subject: [PATCH 2843/3109] Skip tests for stringbuilder per #3368 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69268911..ff1dde26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5151,6 +5151,7 @@ skipped-tests: # An attempt to avoid cyclic dependencies # https://github.com/fpco/stackage/issues/3368 - clock # tasty + - stringbuilder # hspec # Outdated dependencies # These can periodically be checked for updates; From 81d05fde93fe42c6f0df21206ca130e1592288f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:58:15 -0700 Subject: [PATCH 2844/3109] Skip various tests blindly, per #3368 --- build-constraints.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1dde26..2808f16a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5152,6 +5152,18 @@ skipped-tests: # https://github.com/fpco/stackage/issues/3368 - clock # tasty - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty # Outdated dependencies # These can periodically be checked for updates; From d613a786e4fbaf0f63aa3b99e163a5f4d4096672 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:59:51 -0700 Subject: [PATCH 2845/3109] Also skip various benches per #3368 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2808f16a..27663b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5637,6 +5637,22 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty # Outdated dependencies # These can periodically be checked for updates; From 5cfd05dce096d40507ea08b17ff87c583bbbda88 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:03:45 -0700 Subject: [PATCH 2846/3109] Reblock packages, attempting a smaller changeset --- build-constraints.yaml | 853 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 819 insertions(+), 34 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27663b88..b635516e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,6 +3611,86 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3697,6 +3777,105 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4091,6 +4270,47 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4221,6 +4441,75 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4253,6 +4542,31 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4265,6 +4579,132 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4443,6 +4883,52 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4461,6 +4947,80 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -4480,6 +5040,177 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -4541,6 +5272,24 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class @@ -4565,6 +5314,23 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -4595,6 +5361,39 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -4940,6 +5739,26 @@ packages: - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash + # after reblocks + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP + - universe-instances-extended < 0 # GHC 8.4 via adjunctions + - bifunctors < 0 # GHC 8.4 via base-orphans + - profunctors < 0 # GHC 8.4 via base-orphans + - recursion-schemes < 0 # GHC 8.4 via base-orphans + - statistics < 0 # GHC 8.4 via base-orphans + - bifunctors < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - transformers-compat < 0 # GHC 8.4 via deriving-compat + - profunctors < 0 # GHC 8.4 via distributive + - recursion-schemes < 0 # GHC 8.4 via free + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5148,23 +5967,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -5637,23 +6439,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From f7ba6735666b4db318cab991f00eb36690a2939f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:32:05 -0700 Subject: [PATCH 2847/3109] More reblocks to simplify build plan --- build-constraints.yaml | 123 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 114 insertions(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b635516e..9bddc965 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4144,6 +4144,24 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4164,6 +4182,12 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4691,7 +4715,6 @@ packages: - unbound-generics < 0 # GHC 8.4 via tasty - units-parser < 0 # GHC 8.4 via tasty - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - vector-split < 0 # GHC 8.4 via tasty - wai-cors < 0 # GHC 8.4 via tasty - wire-streams < 0 # GHC 8.4 via tasty @@ -5047,7 +5070,6 @@ packages: - adler32 < 0 # GHC 8.4 via hspec - app-settings < 0 # GHC 8.4 via hspec - atomic-write < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - base32string < 0 # GHC 8.4 via hspec - base58string < 0 # GHC 8.4 via hspec - bbdb < 0 # GHC 8.4 via hspec @@ -5067,7 +5089,6 @@ packages: - currencies < 0 # GHC 8.4 via hspec - data-diverse < 0 # GHC 8.4 via hspec - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - descriptive < 0 # GHC 8.4 via hspec - distributed-closure < 0 # GHC 8.4 via hspec - do-list < 0 # GHC 8.4 via hspec @@ -5746,18 +5767,87 @@ packages: - bifunctors < 0 # GHC 8.4 via base-orphans - profunctors < 0 # GHC 8.4 via base-orphans - recursion-schemes < 0 # GHC 8.4 via base-orphans - - statistics < 0 # GHC 8.4 via base-orphans - bifunctors < 0 # GHC 8.4 via comonad - foldl < 0 # GHC 8.4 via comonad - invariant < 0 # GHC 8.4 via comonad - profunctors < 0 # GHC 8.4 via comonad - recursion-schemes < 0 # GHC 8.4 via comonad - universe-instances-extended < 0 # GHC 8.4 via comonad - - transformers-compat < 0 # GHC 8.4 via deriving-compat - profunctors < 0 # GHC 8.4 via distributive - recursion-schemes < 0 # GHC 8.4 via free - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances + + # more reblocks + - criterion < 0 # GHC 8.4 via js-flot + - criterion < 0 # GHC 8.4 via js-jquery + - criterion < 0 # GHC 8.4 via statistics + - hquantlib < 0 # GHC 8.4 via statistics + - Glob < 0 # GHC 8.4 via transformers-compat + - contravariant < 0 # GHC 8.4 via transformers-compat + - criterion < 0 # GHC 8.4 via transformers-compat + - errors < 0 # GHC 8.4 via transformers-compat + - exceptions < 0 # GHC 8.4 via transformers-compat + - graphs < 0 # GHC 8.4 via transformers-compat + - microlens-mtl < 0 # GHC 8.4 via transformers-compat + - mmorph < 0 # GHC 8.4 via transformers-compat + - monad-control < 0 # GHC 8.4 via transformers-compat + - monad-coroutine < 0 # GHC 8.4 via transformers-compat + - monad-parallel < 0 # GHC 8.4 via transformers-compat + - monadic-arrays < 0 # GHC 8.4 via transformers-compat + - optparse-applicative < 0 # GHC 8.4 via transformers-compat + - transformers-base < 0 # GHC 8.4 via transformers-compat + - deriving-compat < 0 # GHC 8.4 via base-orphans + - tostring < 0 # GHC 8.4 via case-insensitive + - composition-extra < 0 # GHC 8.4 via contravariant + - microlens-contra < 0 # GHC 8.4 via contravariant + - errors-ext < 0 # GHC 8.4 via errors + - concurrency < 0 # GHC 8.4 via exceptions + - errors-ext < 0 # GHC 8.4 via exceptions + - exceptional < 0 # GHC 8.4 via exceptions + - hreader < 0 # GHC 8.4 via exceptions + - listsafe < 0 # GHC 8.4 via exceptions + - pipes < 0 # GHC 8.4 via exceptions + - retry < 0 # GHC 8.4 via exceptions + - foundation < 0 # GHC 8.4 via gauge + - alternators < 0 # GHC 8.4 via mmorph + - hreader < 0 # GHC 8.4 via mmorph + - monad-extras < 0 # GHC 8.4 via mmorph + - pipes < 0 # GHC 8.4 via mmorph + - streaming < 0 # GHC 8.4 via mmorph + - tardis < 0 # GHC 8.4 via mmorph + - transformers-bifunctors < 0 # GHC 8.4 via mmorph + - writer-cps-morph < 0 # GHC 8.4 via mmorph + - concurrency < 0 # GHC 8.4 via monad-control + - errors-ext < 0 # GHC 8.4 via monad-control + - hreader < 0 # GHC 8.4 via monad-control + - monad-extras < 0 # GHC 8.4 via monad-control + - monad-journal < 0 # GHC 8.4 via monad-control + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random + - optparse-generic < 0 # GHC 8.4 via optparse-applicative + - sandman < 0 # GHC 8.4 via optparse-applicative + - elerea < 0 # GHC 8.4 via transformers-base + - hreader < 0 # GHC 8.4 via transformers-base + - monad-extras < 0 # GHC 8.4 via transformers-base + - monad-journal < 0 # GHC 8.4 via transformers-base + - streaming < 0 # GHC 8.4 via transformers-base + - pipes-parse < 0 # GHC 8.4 via pipes + + # blocks to simplify build plan + - tasty < 0 + - criterion < 0 + - case-insensitive < 0 + - gauge < 0 + - nanospec < 0 + - tasty-hunit < 0 + - silently < 0 + - doctest < 0 + - stringbuilder < 0 + - clock < 0 + - tasty-quickcheck < 0 + - http-types < 0 + - statistics < 0 + "GHC upper bounds": @@ -5785,9 +5875,6 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3337 - - aeson < 1.3 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 @@ -5967,6 +6054,17 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # Skipped to simplify build plan + - mono-traversable # foldl + - call-stack # nanospec + - hspec-expectations # nanospec + - hspec-core # silently + - hspec # stringbuilder + - temporary # tasty + - transformers-compat # deriving-compat + - vector-binary-instances # tasty + - mwc-random # statistics + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6439,6 +6537,13 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # to make the build plan simpler + - attoparsec + - hashable + - scientific + - mono-traversable + - vector-binary-instances + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From 413b63ff10a536c523a6219b9d758d112beb6f9c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:18 -0700 Subject: [PATCH 2848/3109] Revert "More reblocks to simplify build plan" This reverts commit f7ba6735666b4db318cab991f00eb36690a2939f. --- build-constraints.yaml | 123 +++-------------------------------------- 1 file changed, 9 insertions(+), 114 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9bddc965..b635516e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4144,24 +4144,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4182,12 +4164,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4715,6 +4691,7 @@ packages: - unbound-generics < 0 # GHC 8.4 via tasty - units-parser < 0 # GHC 8.4 via tasty - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty - vector-split < 0 # GHC 8.4 via tasty - wai-cors < 0 # GHC 8.4 via tasty - wire-streams < 0 # GHC 8.4 via tasty @@ -5070,6 +5047,7 @@ packages: - adler32 < 0 # GHC 8.4 via hspec - app-settings < 0 # GHC 8.4 via hspec - atomic-write < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec - base32string < 0 # GHC 8.4 via hspec - base58string < 0 # GHC 8.4 via hspec - bbdb < 0 # GHC 8.4 via hspec @@ -5089,6 +5067,7 @@ packages: - currencies < 0 # GHC 8.4 via hspec - data-diverse < 0 # GHC 8.4 via hspec - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec - descriptive < 0 # GHC 8.4 via hspec - distributed-closure < 0 # GHC 8.4 via hspec - do-list < 0 # GHC 8.4 via hspec @@ -5767,87 +5746,18 @@ packages: - bifunctors < 0 # GHC 8.4 via base-orphans - profunctors < 0 # GHC 8.4 via base-orphans - recursion-schemes < 0 # GHC 8.4 via base-orphans + - statistics < 0 # GHC 8.4 via base-orphans - bifunctors < 0 # GHC 8.4 via comonad - foldl < 0 # GHC 8.4 via comonad - invariant < 0 # GHC 8.4 via comonad - profunctors < 0 # GHC 8.4 via comonad - recursion-schemes < 0 # GHC 8.4 via comonad - universe-instances-extended < 0 # GHC 8.4 via comonad + - transformers-compat < 0 # GHC 8.4 via deriving-compat - profunctors < 0 # GHC 8.4 via distributive - recursion-schemes < 0 # GHC 8.4 via free - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - # more reblocks - - criterion < 0 # GHC 8.4 via js-flot - - criterion < 0 # GHC 8.4 via js-jquery - - criterion < 0 # GHC 8.4 via statistics - - hquantlib < 0 # GHC 8.4 via statistics - - Glob < 0 # GHC 8.4 via transformers-compat - - contravariant < 0 # GHC 8.4 via transformers-compat - - criterion < 0 # GHC 8.4 via transformers-compat - - errors < 0 # GHC 8.4 via transformers-compat - - exceptions < 0 # GHC 8.4 via transformers-compat - - graphs < 0 # GHC 8.4 via transformers-compat - - microlens-mtl < 0 # GHC 8.4 via transformers-compat - - mmorph < 0 # GHC 8.4 via transformers-compat - - monad-control < 0 # GHC 8.4 via transformers-compat - - monad-coroutine < 0 # GHC 8.4 via transformers-compat - - monad-parallel < 0 # GHC 8.4 via transformers-compat - - monadic-arrays < 0 # GHC 8.4 via transformers-compat - - optparse-applicative < 0 # GHC 8.4 via transformers-compat - - transformers-base < 0 # GHC 8.4 via transformers-compat - - deriving-compat < 0 # GHC 8.4 via base-orphans - - tostring < 0 # GHC 8.4 via case-insensitive - - composition-extra < 0 # GHC 8.4 via contravariant - - microlens-contra < 0 # GHC 8.4 via contravariant - - errors-ext < 0 # GHC 8.4 via errors - - concurrency < 0 # GHC 8.4 via exceptions - - errors-ext < 0 # GHC 8.4 via exceptions - - exceptional < 0 # GHC 8.4 via exceptions - - hreader < 0 # GHC 8.4 via exceptions - - listsafe < 0 # GHC 8.4 via exceptions - - pipes < 0 # GHC 8.4 via exceptions - - retry < 0 # GHC 8.4 via exceptions - - foundation < 0 # GHC 8.4 via gauge - - alternators < 0 # GHC 8.4 via mmorph - - hreader < 0 # GHC 8.4 via mmorph - - monad-extras < 0 # GHC 8.4 via mmorph - - pipes < 0 # GHC 8.4 via mmorph - - streaming < 0 # GHC 8.4 via mmorph - - tardis < 0 # GHC 8.4 via mmorph - - transformers-bifunctors < 0 # GHC 8.4 via mmorph - - writer-cps-morph < 0 # GHC 8.4 via mmorph - - concurrency < 0 # GHC 8.4 via monad-control - - errors-ext < 0 # GHC 8.4 via monad-control - - hreader < 0 # GHC 8.4 via monad-control - - monad-extras < 0 # GHC 8.4 via monad-control - - monad-journal < 0 # GHC 8.4 via monad-control - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - - optparse-generic < 0 # GHC 8.4 via optparse-applicative - - sandman < 0 # GHC 8.4 via optparse-applicative - - elerea < 0 # GHC 8.4 via transformers-base - - hreader < 0 # GHC 8.4 via transformers-base - - monad-extras < 0 # GHC 8.4 via transformers-base - - monad-journal < 0 # GHC 8.4 via transformers-base - - streaming < 0 # GHC 8.4 via transformers-base - - pipes-parse < 0 # GHC 8.4 via pipes - - # blocks to simplify build plan - - tasty < 0 - - criterion < 0 - - case-insensitive < 0 - - gauge < 0 - - nanospec < 0 - - tasty-hunit < 0 - - silently < 0 - - doctest < 0 - - stringbuilder < 0 - - clock < 0 - - tasty-quickcheck < 0 - - http-types < 0 - - statistics < 0 - + - statistics < 0 # GHC 8.4 via vector-binary-instances "GHC upper bounds": @@ -5875,6 +5785,9 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 + # https://github.com/fpco/stackage/issues/3337 + - aeson < 1.3 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 @@ -6054,17 +5967,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # Skipped to simplify build plan - - mono-traversable # foldl - - call-stack # nanospec - - hspec-expectations # nanospec - - hspec-core # silently - - hspec # stringbuilder - - temporary # tasty - - transformers-compat # deriving-compat - - vector-binary-instances # tasty - - mwc-random # statistics - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6537,13 +6439,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # to make the build plan simpler - - attoparsec - - hashable - - scientific - - mono-traversable - - vector-binary-instances - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From 578e3ae342e0122fb15ddb2d3d4258ca17e3c23e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:29 -0700 Subject: [PATCH 2849/3109] Revert "Reblock packages, attempting a smaller changeset" This reverts commit 5cfd05dce096d40507ea08b17ff87c583bbbda88. --- build-constraints.yaml | 853 ++--------------------------------------- 1 file changed, 34 insertions(+), 819 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b635516e..27663b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3611,86 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3777,105 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4270,47 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4441,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4542,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4579,132 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4883,52 +4443,6 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4947,80 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5040,177 +4480,6 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5272,24 +4541,6 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class @@ -5314,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5361,39 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5739,26 +4940,6 @@ packages: - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - # after reblocks - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - - universe-instances-extended < 0 # GHC 8.4 via adjunctions - - bifunctors < 0 # GHC 8.4 via base-orphans - - profunctors < 0 # GHC 8.4 via base-orphans - - recursion-schemes < 0 # GHC 8.4 via base-orphans - - statistics < 0 # GHC 8.4 via base-orphans - - bifunctors < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - transformers-compat < 0 # GHC 8.4 via deriving-compat - - profunctors < 0 # GHC 8.4 via distributive - - recursion-schemes < 0 # GHC 8.4 via free - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5967,6 +5148,23 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. @@ -6439,6 +5637,23 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' From a41116d443ce23be27f5989985a846663c171e6a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:34 -0700 Subject: [PATCH 2850/3109] Revert "Also skip various benches per #3368" This reverts commit d613a786e4fbaf0f63aa3b99e163a5f4d4096672. --- build-constraints.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27663b88..2808f16a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5637,22 +5637,6 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty # Outdated dependencies # These can periodically be checked for updates; From dc9295532c288f5c2dccdd3443b4aa33ed7fe1d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:37 -0700 Subject: [PATCH 2851/3109] Revert "Skip various tests blindly, per #3368" This reverts commit 81d05fde93fe42c6f0df21206ca130e1592288f7. --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2808f16a..ff1dde26 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5152,18 +5152,6 @@ skipped-tests: # https://github.com/fpco/stackage/issues/3368 - clock # tasty - stringbuilder # hspec - # some stabs in the dark... - - HUnit - - aeson - - async - - attoparsec - - criterion - - doctest - - hashable - - hspec - - http-types - - semigroupoids - - tasty # Outdated dependencies # These can periodically be checked for updates; From 61454b8915660193f3fece609750ad95f763c7a2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:41 -0700 Subject: [PATCH 2852/3109] Revert "Skip tests for stringbuilder per #3368" This reverts commit 76bccddc3f5a834a7415a405c26cedcc230ab3d7. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff1dde26..69268911 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5151,7 +5151,6 @@ skipped-tests: # An attempt to avoid cyclic dependencies # https://github.com/fpco/stackage/issues/3368 - clock # tasty - - stringbuilder # hspec # Outdated dependencies # These can periodically be checked for updates; From 7b2c2748eb54e69426dc3bd232e7fafb1433257c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:40:45 -0700 Subject: [PATCH 2853/3109] Revert "Skip tests for clock to avoid cyclic dep, see #3368" This reverts commit 64d29ce77b9e426e454214a9397ed87638c3e40e. --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 69268911..0b78cd16 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5148,10 +5148,6 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: - # An attempt to avoid cyclic dependencies - # https://github.com/fpco/stackage/issues/3368 - - clock # tasty - # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. From a0b7fd0c24979670baeb198950a8e77e2548828b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:41:09 -0700 Subject: [PATCH 2854/3109] Revert "First wave of unblocks, most test frameworks ok now" This reverts commit 51124c9de43ce76773e7761f3f386e1de83c68bb. --- build-constraints.yaml | 1204 +++++++++++++++++++++++++++++++--------- 1 file changed, 933 insertions(+), 271 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78cd16..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,6 +3380,7 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 + - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3558,6 +3559,7 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 + - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3611,6 +3613,88 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - apecs < 0 # GHC 8.4 via async + - ascii-progress < 0 # GHC 8.4 via async + - async-extra < 0 # GHC 8.4 via async + - b9 < 0 # GHC 8.4 via async + - buchhaltung < 0 # GHC 8.4 via async + - classy-prelude < 0 # GHC 8.4 via async + - concurrent-output < 0 # GHC 8.4 via async + - conduit-extra < 0 # GHC 8.4 via async + - conduit-throttle < 0 # GHC 8.4 via async + - courier < 0 # GHC 8.4 via async + - cql-io < 0 # GHC 8.4 via async + - ctrie < 0 # GHC 8.4 via async + - djinn-ghc < 0 # GHC 8.4 via async + - dns < 0 # GHC 8.4 via async + - enclosed-exceptions < 0 # GHC 8.4 via async + - eventsource-store-specs < 0 # GHC 8.4 via async + - eventsource-stub-store < 0 # GHC 8.4 via async + - eventstore < 0 # GHC 8.4 via async + - every < 0 # GHC 8.4 via async + - file-modules < 0 # GHC 8.4 via async + - filelock < 0 # GHC 8.4 via async + - fsnotify < 0 # GHC 8.4 via async + - fsnotify-conduit < 0 # GHC 8.4 via async + - hamtsolo < 0 # GHC 8.4 via async + - hapistrano < 0 # GHC 8.4 via async + - hedgehog < 0 # GHC 8.4 via async + - hedis < 0 # GHC 8.4 via async + - hinotify < 0 # GHC 8.4 via async + - hjsonschema < 0 # GHC 8.4 via async + - hledger-ui < 0 # GHC 8.4 via async + - hpc-coveralls < 0 # GHC 8.4 via async + - hpio < 0 # GHC 8.4 via async + - hspec-meta < 0 # GHC 8.4 via async + - http-client < 0 # GHC 8.4 via async + - http-reverse-proxy < 0 # GHC 8.4 via async + - io-memoize < 0 # GHC 8.4 via async + - irc-conduit < 0 # GHC 8.4 via async + - leveldb-haskell < 0 # GHC 8.4 via async + - log-warper < 0 # GHC 8.4 via async + - lxd-client < 0 # GHC 8.4 via async + - metrics < 0 # GHC 8.4 via async + - moesocks < 0 # GHC 8.4 via async + - pipes-concurrency < 0 # GHC 8.4 via async + - pipes-fluid < 0 # GHC 8.4 via async + - pixelated-avatar-generator < 0 # GHC 8.4 via async + - postgresql-simple-queue < 0 # GHC 8.4 via async + - quickcheck-state-machine < 0 # GHC 8.4 via async + - redis-io < 0 # GHC 8.4 via async + - riak < 0 # GHC 8.4 via async + - sbv < 0 # GHC 8.4 via async + - scotty < 0 # GHC 8.4 via async + - servant-subscriber < 0 # GHC 8.4 via async + - servant-websockets < 0 # GHC 8.4 via async + - shelly < 0 # GHC 8.4 via async + - simple-log < 0 # GHC 8.4 via async + - socket < 0 # GHC 8.4 via async + - stack < 0 # GHC 8.4 via async + - stm-conduit < 0 # GHC 8.4 via async + - stm-supply < 0 # GHC 8.4 via async + - store < 0 # GHC 8.4 via async + - streaming-commons < 0 # GHC 8.4 via async + - tasty < 0 # GHC 8.4 via async + - tasty-golden < 0 # GHC 8.4 via async + - tasty-silver < 0 # GHC 8.4 via async + - tasty-smallcheck < 0 # GHC 8.4 via async + - terminal-progress-bar < 0 # GHC 8.4 via async + - throttle-io-stream < 0 # GHC 8.4 via async + - tls < 0 # GHC 8.4 via async + - tmapmvar < 0 # GHC 8.4 via async + - turtle < 0 # GHC 8.4 via async + - typed-process < 0 # GHC 8.4 via async + - unboxed-ref < 0 # GHC 8.4 via async + - unliftio < 0 # GHC 8.4 via async + - wai-handler-launch < 0 # GHC 8.4 via async + - wai-middleware-consul < 0 # GHC 8.4 via async + - warp < 0 # GHC 8.4 via async + - websockets-rpc < 0 # GHC 8.4 via async + - websockets-simple < 0 # GHC 8.4 via async + - wild-bind-x11 < 0 # GHC 8.4 via async + - yesod-core < 0 # GHC 8.4 via async + - yesod-static < 0 # GHC 8.4 via async + - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3697,6 +3781,106 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics + - ad < 0 # GHC 8.4 via doctest + - approximate < 0 # GHC 8.4 via doctest + - attoparsec-time < 0 # GHC 8.4 via doctest + - bits < 0 # GHC 8.4 via doctest + - bitx-bitcoin < 0 # GHC 8.4 via doctest + - bookkeeping < 0 # GHC 8.4 via doctest + - bound < 0 # GHC 8.4 via doctest + - bytes < 0 # GHC 8.4 via doctest + - comonad < 0 # GHC 8.4 via doctest + - compensated < 0 # GHC 8.4 via doctest + - composable-associations-aeson < 0 # GHC 8.4 via doctest + - config-ini < 0 # GHC 8.4 via doctest + - dimensional < 0 # GHC 8.4 via doctest + - distribution-nixpkgs < 0 # GHC 8.4 via doctest + - distributive < 0 # GHC 8.4 via doctest + - dns < 0 # GHC 8.4 via doctest + - doctest-discover < 0 # GHC 8.4 via doctest + - email-validate < 0 # GHC 8.4 via doctest + - emailaddress < 0 # GHC 8.4 via doctest + - envelope < 0 # GHC 8.4 via doctest + - ersatz < 0 # GHC 8.4 via doctest + - fixed-vector < 0 # GHC 8.4 via doctest + - flow < 0 # GHC 8.4 via doctest + - folds < 0 # GHC 8.4 via doctest + - from-sum < 0 # GHC 8.4 via doctest + - gc < 0 # GHC 8.4 via doctest + - generic-lens < 0 # GHC 8.4 via doctest + - generics-eot < 0 # GHC 8.4 via doctest + - haskell-gi < 0 # GHC 8.4 via doctest + - hasmin < 0 # GHC 8.4 via doctest + - heaps < 0 # GHC 8.4 via doctest + - hedis < 0 # GHC 8.4 via doctest + - heterocephalus < 0 # GHC 8.4 via doctest + - hexml-lens < 0 # GHC 8.4 via doctest + - hledger-lib < 0 # GHC 8.4 via doctest + - hopenssl < 0 # GHC 8.4 via doctest + - hpio < 0 # GHC 8.4 via doctest + - hsemail < 0 # GHC 8.4 via doctest + - hsyslog < 0 # GHC 8.4 via doctest + - http-date < 0 # GHC 8.4 via doctest + - http-types < 0 # GHC 8.4 via doctest + - http2 < 0 # GHC 8.4 via doctest + - human-readable-duration < 0 # GHC 8.4 via doctest + - hyperloglog < 0 # GHC 8.4 via doctest + - hyphenation < 0 # GHC 8.4 via doctest + - influxdb < 0 # GHC 8.4 via doctest + - intervals < 0 # GHC 8.4 via doctest + - ip < 0 # GHC 8.4 via doctest + - iproute < 0 # GHC 8.4 via doctest + - jose-jwt < 0 # GHC 8.4 via doctest + - jwt < 0 # GHC 8.4 via doctest + - language-nix < 0 # GHC 8.4 via doctest + - lca < 0 # GHC 8.4 via doctest + - lens < 0 # GHC 8.4 via doctest + - lens-action < 0 # GHC 8.4 via doctest + - lens-aeson < 0 # GHC 8.4 via doctest + - lens-regex < 0 # GHC 8.4 via doctest + - linear < 0 # GHC 8.4 via doctest + - linear-accelerate < 0 # GHC 8.4 via doctest + - log-domain < 0 # GHC 8.4 via doctest + - machines < 0 # GHC 8.4 via doctest + - multiset < 0 # GHC 8.4 via doctest + - network < 0 # GHC 8.4 via doctest + - ochintin-daicho < 0 # GHC 8.4 via doctest + - online < 0 # GHC 8.4 via doctest + - pcre-heavy < 0 # GHC 8.4 via doctest + - pgp-wordlist < 0 # GHC 8.4 via doctest + - pretty-simple < 0 # GHC 8.4 via doctest + - prettyprinter < 0 # GHC 8.4 via doctest + - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest + - prometheus-client < 0 # GHC 8.4 via doctest + - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest + - rcu < 0 # GHC 8.4 via doctest + - read-env-var < 0 # GHC 8.4 via doctest + - sbv < 0 # GHC 8.4 via doctest + - search-algorithms < 0 # GHC 8.4 via doctest + - semigroupoids < 0 # GHC 8.4 via doctest + - servant-ruby < 0 # GHC 8.4 via doctest + - servant-static-th < 0 # GHC 8.4 via doctest + - shake-language-c < 0 # GHC 8.4 via doctest + - show-prettyprint < 0 # GHC 8.4 via doctest + - squeal-postgresql < 0 # GHC 8.4 via doctest + - stm-conduit < 0 # GHC 8.4 via doctest + - structs < 0 # GHC 8.4 via doctest + - teardown < 0 # GHC 8.4 via doctest + - trifecta < 0 # GHC 8.4 via doctest + - triplesec < 0 # GHC 8.4 via doctest + - turtle < 0 # GHC 8.4 via doctest + - type-level-kv-list < 0 # GHC 8.4 via doctest + - universum < 0 # GHC 8.4 via doctest + - unix-time < 0 # GHC 8.4 via doctest + - vinyl < 0 # GHC 8.4 via doctest + - wai-logger < 0 # GHC 8.4 via doctest + - wai-middleware-prometheus < 0 # GHC 8.4 via doctest + - warp < 0 # GHC 8.4 via doctest + - world-peace < 0 # GHC 8.4 via doctest + - wreq < 0 # GHC 8.4 via doctest + - xml-html-qq < 0 # GHC 8.4 via doctest + - xml-indexed-cursor < 0 # GHC 8.4 via doctest + - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -3965,6 +4149,24 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude + - adjunctions < 0 # GHC 8.4 via comonad + - bifunctors < 0 # GHC 8.4 via comonad + - compressed < 0 # GHC 8.4 via comonad + - extensible < 0 # GHC 8.4 via comonad + - foldl < 0 # GHC 8.4 via comonad + - free < 0 # GHC 8.4 via comonad + - hamilton < 0 # GHC 8.4 via comonad + - hreader-lens < 0 # GHC 8.4 via comonad + - invariant < 0 # GHC 8.4 via comonad + - kan-extensions < 0 # GHC 8.4 via comonad + - keys < 0 # GHC 8.4 via comonad + - markup < 0 # GHC 8.4 via comonad + - pointed < 0 # GHC 8.4 via comonad + - profunctors < 0 # GHC 8.4 via comonad + - recursion-schemes < 0 # GHC 8.4 via comonad + - streams < 0 # GHC 8.4 via comonad + - universe-instances-extended < 0 # GHC 8.4 via comonad + - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -3985,6 +4187,12 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs + - adjunctions < 0 # GHC 8.4 via distributive + - algebra < 0 # GHC 8.4 via distributive + - free < 0 # GHC 8.4 via distributive + - kan-extensions < 0 # GHC 8.4 via distributive + - profunctors < 0 # GHC 8.4 via distributive + - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4033,6 +4241,9 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail + - hspec < 0 # GHC 8.4 via hspec-meta + - hspec-core < 0 # GHC 8.4 via hspec-meta + - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4091,6 +4302,48 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams + - DAV < 0 # GHC 8.4 via http-types + - IPv6DB < 0 # GHC 8.4 via http-types + - MFlow < 0 # GHC 8.4 via http-types + - Spock < 0 # GHC 8.4 via http-types + - attoparsec < 0 # GHC 8.4 via http-types + - bimap-server < 0 # GHC 8.4 via http-types + - buffer-builder < 0 # GHC 8.4 via http-types + - classy-prelude-yesod < 0 # GHC 8.4 via http-types + - configuration-tools < 0 # GHC 8.4 via http-types + - curl-runnings < 0 # GHC 8.4 via http-types + - datadog < 0 # GHC 8.4 via http-types + - fb < 0 # GHC 8.4 via http-types + - filter-logger < 0 # GHC 8.4 via http-types + - ginger < 0 # GHC 8.4 via http-types + - goggles < 0 # GHC 8.4 via http-types + - hailgun < 0 # GHC 8.4 via http-types + - haskell-neo4j-client < 0 # GHC 8.4 via http-types + - hoogle < 0 # GHC 8.4 via http-types + - hpack < 0 # GHC 8.4 via http-types + - hsebaysdk < 0 # GHC 8.4 via http-types + - hspec-wai < 0 # GHC 8.4 via http-types + - http-client-openssl < 0 # GHC 8.4 via http-types + - http-client-tls < 0 # GHC 8.4 via http-types + - kawhi < 0 # GHC 8.4 via http-types + - koofr-client < 0 # GHC 8.4 via http-types + - line < 0 # GHC 8.4 via http-types + - mandrill < 0 # GHC 8.4 via http-types + - mime-mail-ses < 0 # GHC 8.4 via http-types + - pagerduty < 0 # GHC 8.4 via http-types + - picoparsec < 0 # GHC 8.4 via http-types + - rollbar-hs < 0 # GHC 8.4 via http-types + - s3-signer < 0 # GHC 8.4 via http-types + - soap < 0 # GHC 8.4 via http-types + - wai-cli < 0 # GHC 8.4 via http-types + - wai-cors < 0 # GHC 8.4 via http-types + - wai-middleware-rollbar < 0 # GHC 8.4 via http-types + - wai-middleware-static < 0 # GHC 8.4 via http-types + - wai-slack-middleware < 0 # GHC 8.4 via http-types + - web-routes-wai < 0 # GHC 8.4 via http-types + - webdriver < 0 # GHC 8.4 via http-types + - yesod-auth-hashdb < 0 # GHC 8.4 via http-types + - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4221,6 +4474,75 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple + - DAV < 0 # GHC 8.4 via network + - HTTP < 0 # GHC 8.4 via network + - HandsomeSoup < 0 # GHC 8.4 via network + - HaskellNet < 0 # GHC 8.4 via network + - HaskellNet-SSL < 0 # GHC 8.4 via network + - HsOpenSSL < 0 # GHC 8.4 via network + - IPv6Addr < 0 # GHC 8.4 via network + - MissingH < 0 # GHC 8.4 via network + - Network-NineP < 0 # GHC 8.4 via network + - amqp < 0 # GHC 8.4 via network + - atom-basic < 0 # GHC 8.4 via network + - bson < 0 # GHC 8.4 via network + - conduit-connection < 0 # GHC 8.4 via network + - connection < 0 # GHC 8.4 via network + - connection-pool < 0 # GHC 8.4 via network + - cql < 0 # GHC 8.4 via network + - datadog < 0 # GHC 8.4 via network + - dbus < 0 # GHC 8.4 via network + - distributed-process-lifted < 0 # GHC 8.4 via network + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network + - distributed-process-tests < 0 # GHC 8.4 via network + - graylog < 0 # GHC 8.4 via network + - hasbolt < 0 # GHC 8.4 via network + - hdevtools < 0 # GHC 8.4 via network + - hoogle < 0 # GHC 8.4 via network + - hsdns < 0 # GHC 8.4 via network + - hslogger < 0 # GHC 8.4 via network + - hstatsd < 0 # GHC 8.4 via network + - hsyslog-udp < 0 # GHC 8.4 via network + - http-client-openssl < 0 # GHC 8.4 via network + - http-client-tls < 0 # GHC 8.4 via network + - hxt-http < 0 # GHC 8.4 via network + - io-streams < 0 # GHC 8.4 via network + - lambdabot-core < 0 # GHC 8.4 via network + - lambdabot-irc-plugins < 0 # GHC 8.4 via network + - libmpd < 0 # GHC 8.4 via network + - microformats2-parser < 0 # GHC 8.4 via network + - milena < 0 # GHC 8.4 via network + - mongoDB < 0 # GHC 8.4 via network + - mysql-haskell < 0 # GHC 8.4 via network + - network-anonymous-i2p < 0 # GHC 8.4 via network + - network-anonymous-tor < 0 # GHC 8.4 via network + - network-attoparsec < 0 # GHC 8.4 via network + - network-conduit-tls < 0 # GHC 8.4 via network + - network-multicast < 0 # GHC 8.4 via network + - network-simple < 0 # GHC 8.4 via network + - network-transport-tcp < 0 # GHC 8.4 via network + - oeis < 0 # GHC 8.4 via network + - openssl-streams < 0 # GHC 8.4 via network + - persistent-mysql-haskell < 0 # GHC 8.4 via network + - pipes-network < 0 # GHC 8.4 via network + - rollbar-hs < 0 # GHC 8.4 via network + - smtp-mail < 0 # GHC 8.4 via network + - snap-core < 0 # GHC 8.4 via network + - socket-activation < 0 # GHC 8.4 via network + - socks < 0 # GHC 8.4 via network + - sphinx < 0 # GHC 8.4 via network + - splice < 0 # GHC 8.4 via network + - tcp-streams < 0 # GHC 8.4 via network + - tcp-streams-openssl < 0 # GHC 8.4 via network + - tls-debug < 0 # GHC 8.4 via network + - transient-universe < 0 # GHC 8.4 via network + - vivid < 0 # GHC 8.4 via network + - wai-cli < 0 # GHC 8.4 via network + - wai-cors < 0 # GHC 8.4 via network + - warp-tls < 0 # GHC 8.4 via network + - webdriver < 0 # GHC 8.4 via network + - wuss < 0 # GHC 8.4 via network + - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4253,6 +4575,31 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty + - adjunctions < 0 # GHC 8.4 via semigroupoids + - algebra < 0 # GHC 8.4 via semigroupoids + - checkers < 0 # GHC 8.4 via semigroupoids + - compressed < 0 # GHC 8.4 via semigroupoids + - dlist-nonempty < 0 # GHC 8.4 via semigroupoids + - either < 0 # GHC 8.4 via semigroupoids + - eq < 0 # GHC 8.4 via semigroupoids + - free < 0 # GHC 8.4 via semigroupoids + - glazier < 0 # GHC 8.4 via semigroupoids + - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids + - kan-extensions < 0 # GHC 8.4 via semigroupoids + - keys < 0 # GHC 8.4 via semigroupoids + - lattices < 0 # GHC 8.4 via semigroupoids + - monad-products < 0 # GHC 8.4 via semigroupoids + - pointed < 0 # GHC 8.4 via semigroupoids + - reducers < 0 # GHC 8.4 via semigroupoids + - rose-trees < 0 # GHC 8.4 via semigroupoids + - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids + - sets < 0 # GHC 8.4 via semigroupoids + - streams < 0 # GHC 8.4 via semigroupoids + - these < 0 # GHC 8.4 via semigroupoids + - validation < 0 # GHC 8.4 via semigroupoids + - vector-instances < 0 # GHC 8.4 via semigroupoids + - witness < 0 # GHC 8.4 via semigroupoids + - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4265,6 +4612,138 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit + - HaTeX < 0 # GHC 8.4 via tasty + - aeson-casing < 0 # GHC 8.4 via tasty + - aeson-typescript < 0 # GHC 8.4 via tasty + - arithmoi < 0 # GHC 8.4 via tasty + - asn1-encoding < 0 # GHC 8.4 via tasty + - bit-stream < 0 # GHC 8.4 via tasty + - blake2 < 0 # GHC 8.4 via tasty + - bower-json < 0 # GHC 8.4 via tasty + - bv-little < 0 # GHC 8.4 via tasty + - bytestring-conversion < 0 # GHC 8.4 via tasty + - cabal2nix < 0 # GHC 8.4 via tasty + - cartel < 0 # GHC 8.4 via tasty + - cassava-records < 0 # GHC 8.4 via tasty + - cli < 0 # GHC 8.4 via tasty + - clock < 0 # GHC 8.4 via tasty + - codec < 0 # GHC 8.4 via tasty + - commutative < 0 # GHC 8.4 via tasty + - compiler-warnings < 0 # GHC 8.4 via tasty + - composable-associations < 0 # GHC 8.4 via tasty + - concise < 0 # GHC 8.4 via tasty + - cookie < 0 # GHC 8.4 via tasty + - countable < 0 # GHC 8.4 via tasty + - cql < 0 # GHC 8.4 via tasty + - criterion < 0 # GHC 8.4 via tasty + - cron < 0 # GHC 8.4 via tasty + - cryptohash < 0 # GHC 8.4 via tasty + - cryptonite < 0 # GHC 8.4 via tasty + - cryptonite-conduit < 0 # GHC 8.4 via tasty + - cryptonite-openssl < 0 # GHC 8.4 via tasty + - csp < 0 # GHC 8.4 via tasty + - data-bword < 0 # GHC 8.4 via tasty + - data-dword < 0 # GHC 8.4 via tasty + - data-serializer < 0 # GHC 8.4 via tasty + - dawg-ord < 0 # GHC 8.4 via tasty + - dbus < 0 # GHC 8.4 via tasty + - drifter < 0 # GHC 8.4 via tasty + - exp-pairs < 0 # GHC 8.4 via tasty + - fast-digits < 0 # GHC 8.4 via tasty + - free-vl < 0 # GHC 8.4 via tasty + - freer-simple < 0 # GHC 8.4 via tasty + - gauge < 0 # GHC 8.4 via tasty + - gdax < 0 # GHC 8.4 via tasty + - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty + - ghcid < 0 # GHC 8.4 via tasty + - ginger < 0 # GHC 8.4 via tasty + - git < 0 # GHC 8.4 via tasty + - glob-posix < 0 # GHC 8.4 via tasty + - graylog < 0 # GHC 8.4 via tasty + - heatshrink < 0 # GHC 8.4 via tasty + - hit < 0 # GHC 8.4 via tasty + - hocilib < 0 # GHC 8.4 via tasty + - hourglass < 0 # GHC 8.4 via tasty + - hslua < 0 # GHC 8.4 via tasty + - htoml < 0 # GHC 8.4 via tasty + - immortal < 0 # GHC 8.4 via tasty + - incremental-parser < 0 # GHC 8.4 via tasty + - indentation-parsec < 0 # GHC 8.4 via tasty + - inline-r < 0 # GHC 8.4 via tasty + - jose < 0 # GHC 8.4 via tasty + - katydid < 0 # GHC 8.4 via tasty + - kawhi < 0 # GHC 8.4 via tasty + - language-java < 0 # GHC 8.4 via tasty + - lexer-applicative < 0 # GHC 8.4 via tasty + - mandrill < 0 # GHC 8.4 via tasty + - matplotlib < 0 # GHC 8.4 via tasty + - matrices < 0 # GHC 8.4 via tasty + - matrix < 0 # GHC 8.4 via tasty + - microlens-aeson < 0 # GHC 8.4 via tasty + - milena < 0 # GHC 8.4 via tasty + - monad-loops < 0 # GHC 8.4 via tasty + - monoid-subclasses < 0 # GHC 8.4 via tasty + - multiarg < 0 # GHC 8.4 via tasty + - natural-transformation < 0 # GHC 8.4 via tasty + - network-ip < 0 # GHC 8.4 via tasty + - nondeterminism < 0 # GHC 8.4 via tasty + - open-witness < 0 # GHC 8.4 via tasty + - opensource < 0 # GHC 8.4 via tasty + - parsec-numeric < 0 # GHC 8.4 via tasty + - pipes-attoparsec < 0 # GHC 8.4 via tasty + - pkcs10 < 0 # GHC 8.4 via tasty + - pptable < 0 # GHC 8.4 via tasty + - pred-trie < 0 # GHC 8.4 via tasty + - qchas < 0 # GHC 8.4 via tasty + - rainbox < 0 # GHC 8.4 via tasty + - regex-applicative < 0 # GHC 8.4 via tasty + - sbp < 0 # GHC 8.4 via tasty + - semver < 0 # GHC 8.4 via tasty + - sets < 0 # GHC 8.4 via tasty + - shikensu < 0 # GHC 8.4 via tasty + - singletons < 0 # GHC 8.4 via tasty + - skylighting < 0 # GHC 8.4 via tasty + - streaming-bytestring < 0 # GHC 8.4 via tasty + - string-transform < 0 # GHC 8.4 via tasty + - swagger < 0 # GHC 8.4 via tasty + - tasty-ant-xml < 0 # GHC 8.4 via tasty + - tasty-auto < 0 # GHC 8.4 via tasty + - tasty-dejafu < 0 # GHC 8.4 via tasty + - tasty-expected-failure < 0 # GHC 8.4 via tasty + - tasty-hspec < 0 # GHC 8.4 via tasty + - tasty-html < 0 # GHC 8.4 via tasty + - tasty-hunit < 0 # GHC 8.4 via tasty + - tasty-kat < 0 # GHC 8.4 via tasty + - tasty-program < 0 # GHC 8.4 via tasty + - tasty-quickcheck < 0 # GHC 8.4 via tasty + - tasty-stats < 0 # GHC 8.4 via tasty + - tasty-th < 0 # GHC 8.4 via tasty + - temporary < 0 # GHC 8.4 via tasty + - text-manipulate < 0 # GHC 8.4 via tasty + - tidal < 0 # GHC 8.4 via tasty + - timemap < 0 # GHC 8.4 via tasty + - timerep < 0 # GHC 8.4 via tasty + - titlecase < 0 # GHC 8.4 via tasty + - traverse-with-class < 0 # GHC 8.4 via tasty + - tries < 0 # GHC 8.4 via tasty + - ua-parser < 0 # GHC 8.4 via tasty + - unbound-generics < 0 # GHC 8.4 via tasty + - units-parser < 0 # GHC 8.4 via tasty + - unordered-intmap < 0 # GHC 8.4 via tasty + - vector-binary-instances < 0 # GHC 8.4 via tasty + - vector-split < 0 # GHC 8.4 via tasty + - wai-cors < 0 # GHC 8.4 via tasty + - wire-streams < 0 # GHC 8.4 via tasty + - wl-pprint-annotated < 0 # GHC 8.4 via tasty + - x509 < 0 # GHC 8.4 via tasty + - x509-store < 0 # GHC 8.4 via tasty + - x509-validation < 0 # GHC 8.4 via tasty + - xlsx < 0 # GHC 8.4 via tasty + - xml-picklers < 0 # GHC 8.4 via tasty + - yeshql < 0 # GHC 8.4 via tasty + - yi-core < 0 # GHC 8.4 via tasty + - yi-keymap-vim < 0 # GHC 8.4 via tasty + - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4310,6 +4789,13 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time + - conduit < 0 # GHC 8.4 via unliftio + - fb < 0 # GHC 8.4 via unliftio + - higher-leveldb < 0 # GHC 8.4 via unliftio + - nonce < 0 # GHC 8.4 via unliftio + - yesod-auth-fb < 0 # GHC 8.4 via unliftio + - yesod-gitrepo < 0 # GHC 8.4 via unliftio + - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4437,12 +4923,64 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF + - gravatar < 0 # GHC 8.4 via HTTP + - js-flot < 0 # GHC 8.4 via HTTP + - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding + - Spintax < 0 # GHC 8.4 via attoparsec + - aeson < 0 # GHC 8.4 via attoparsec + - aeson-compat < 0 # GHC 8.4 via attoparsec + - aeson-pretty < 0 # GHC 8.4 via attoparsec + - aeson-utils < 0 # GHC 8.4 via attoparsec + - attoparsec-binary < 0 # GHC 8.4 via attoparsec + - attoparsec-expr < 0 # GHC 8.4 via attoparsec + - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec + - attoparsec-path < 0 # GHC 8.4 via attoparsec + - boolean-like < 0 # GHC 8.4 via attoparsec + - cases < 0 # GHC 8.4 via attoparsec + - cassava < 0 # GHC 8.4 via attoparsec + - configurator < 0 # GHC 8.4 via attoparsec + - cpuinfo < 0 # GHC 8.4 via attoparsec + - dataurl < 0 # GHC 8.4 via attoparsec + - frontmatter < 0 # GHC 8.4 via attoparsec + - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec + - glabrous < 0 # GHC 8.4 via attoparsec + - hasql < 0 # GHC 8.4 via attoparsec + - hostname-validate < 0 # GHC 8.4 via attoparsec + - hp2pretty < 0 # GHC 8.4 via attoparsec + - hruby < 0 # GHC 8.4 via attoparsec + - html-email-validate < 0 # GHC 8.4 via attoparsec + - hw-json < 0 # GHC 8.4 via attoparsec + - hw-parser < 0 # GHC 8.4 via attoparsec + - hw-succinct < 0 # GHC 8.4 via attoparsec + - hweblib < 0 # GHC 8.4 via attoparsec + - ini < 0 # GHC 8.4 via attoparsec + - irc < 0 # GHC 8.4 via attoparsec + - makefile < 0 # GHC 8.4 via attoparsec + - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec + - ndjson-conduit < 0 # GHC 8.4 via attoparsec + - netpbm < 0 # GHC 8.4 via attoparsec + - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec + - parsers < 0 # GHC 8.4 via attoparsec + - pcre-utils < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec + - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec + - pipes-aeson < 0 # GHC 8.4 via attoparsec + - pipes-fastx < 0 # GHC 8.4 via attoparsec + - rdf < 0 # GHC 8.4 via attoparsec + - redis-resp < 0 # GHC 8.4 via attoparsec + - scanner < 0 # GHC 8.4 via attoparsec + - seqloc < 0 # GHC 8.4 via attoparsec + - simple-templates < 0 # GHC 8.4 via attoparsec + - sourcemap < 0 # GHC 8.4 via attoparsec + - text-ldap < 0 # GHC 8.4 via attoparsec + - wikicfp-scraper < 0 # GHC 8.4 via attoparsec + - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4461,6 +4999,83 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock + - binary-conduit < 0 # GHC 8.4 via conduit + - bzlib-conduit < 0 # GHC 8.4 via conduit + - cassava-conduit < 0 # GHC 8.4 via conduit + - cereal-conduit < 0 # GHC 8.4 via conduit + - conduit-iconv < 0 # GHC 8.4 via conduit + - hw-conduit < 0 # GHC 8.4 via conduit + - hw-json < 0 # GHC 8.4 via conduit + - hw-succinct < 0 # GHC 8.4 via conduit + - ndjson-conduit < 0 # GHC 8.4 via conduit + - safeio < 0 # GHC 8.4 via conduit + - withdependencies < 0 # GHC 8.4 via conduit + - xls < 0 # GHC 8.4 via conduit + - yaml < 0 # GHC 8.4 via conduit + - IntervalMap < 0 # GHC 8.4 via criterion + - JuicyPixels-extra < 0 # GHC 8.4 via criterion + - algebraic-graphs < 0 # GHC 8.4 via criterion + - binary-list < 0 # GHC 8.4 via criterion + - bitset-word8 < 0 # GHC 8.4 via criterion + - case-insensitive < 0 # GHC 8.4 via criterion + - cassava-conduit < 0 # GHC 8.4 via criterion + - conduit-iconv < 0 # GHC 8.4 via criterion + - cprng-aes < 0 # GHC 8.4 via criterion + - data-diverse < 0 # GHC 8.4 via criterion + - data-has < 0 # GHC 8.4 via criterion + - data-msgpack < 0 # GHC 8.4 via criterion + - discrimination < 0 # GHC 8.4 via criterion + - do-list < 0 # GHC 8.4 via criterion + - edit-distance < 0 # GHC 8.4 via criterion + - farmhash < 0 # GHC 8.4 via criterion + - fclabels < 0 # GHC 8.4 via criterion + - hashable < 0 # GHC 8.4 via criterion + - hindent < 0 # GHC 8.4 via criterion + - histogram-fill < 0 # GHC 8.4 via criterion + - hmatrix-morpheus < 0 # GHC 8.4 via criterion + - html-email-validate < 0 # GHC 8.4 via criterion + - html-entity-map < 0 # GHC 8.4 via criterion + - hw-balancedparens < 0 # GHC 8.4 via criterion + - hw-conduit < 0 # GHC 8.4 via criterion + - hw-json < 0 # GHC 8.4 via criterion + - hw-rankselect-base < 0 # GHC 8.4 via criterion + - hweblib < 0 # GHC 8.4 via criterion + - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion + - identicon < 0 # GHC 8.4 via criterion + - include-file < 0 # GHC 8.4 via criterion + - jvm < 0 # GHC 8.4 via criterion + - lifted-base < 0 # GHC 8.4 via criterion + - loop < 0 # GHC 8.4 via criterion + - megaparsec < 0 # GHC 8.4 via criterion + - monad-memo < 0 # GHC 8.4 via criterion + - netpbm < 0 # GHC 8.4 via criterion + - normalization-insensitive < 0 # GHC 8.4 via criterion + - pandoc-types < 0 # GHC 8.4 via criterion + - phantom-state < 0 # GHC 8.4 via criterion + - product-profunctors < 0 # GHC 8.4 via criterion + - psqueues < 0 # GHC 8.4 via criterion + - ramus < 0 # GHC 8.4 via criterion + - rdf < 0 # GHC 8.4 via criterion + - reinterpret-cast < 0 # GHC 8.4 via criterion + - sampling < 0 # GHC 8.4 via criterion + - say < 0 # GHC 8.4 via criterion + - scalpel-core < 0 # GHC 8.4 via criterion + - scanner < 0 # GHC 8.4 via criterion + - scientific < 0 # GHC 8.4 via criterion + - sorted-list < 0 # GHC 8.4 via criterion + - sourcemap < 0 # GHC 8.4 via criterion + - streamly < 0 # GHC 8.4 via criterion + - tar < 0 # GHC 8.4 via criterion + - text-metrics < 0 # GHC 8.4 via criterion + - thread-local-storage < 0 # GHC 8.4 via criterion + - varying < 0 # GHC 8.4 via criterion + - word24 < 0 # GHC 8.4 via criterion + - word8 < 0 # GHC 8.4 via criterion + - xeno < 0 # GHC 8.4 via criterion + - xxhash < 0 # GHC 8.4 via criterion + - xxhash-ffi < 0 # GHC 8.4 via criterion + - yi-rope < 0 # GHC 8.4 via criterion + - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -4469,6 +5084,9 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta + - loop < 0 # GHC 8.4 via foldl + - mono-traversable < 0 # GHC 8.4 via foldl + - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -4476,10 +5094,193 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free + - foundation < 0 # GHC 8.4 via gauge + - mono-traversable < 0 # GHC 8.4 via gauge + - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua + - ClustalParser < 0 # GHC 8.4 via hspec + - JuicyPixels-extra < 0 # GHC 8.4 via hspec + - SCalendar < 0 # GHC 8.4 via hspec + - ViennaRNAParser < 0 # GHC 8.4 via hspec + - adler32 < 0 # GHC 8.4 via hspec + - app-settings < 0 # GHC 8.4 via hspec + - atomic-write < 0 # GHC 8.4 via hspec + - base-compat < 0 # GHC 8.4 via hspec + - base-orphans < 0 # GHC 8.4 via hspec + - base32string < 0 # GHC 8.4 via hspec + - base58string < 0 # GHC 8.4 via hspec + - bbdb < 0 # GHC 8.4 via hspec + - binary-conduit < 0 # GHC 8.4 via hspec + - bitcoin-script < 0 # GHC 8.4 via hspec + - bitcoin-types < 0 # GHC 8.4 via hspec + - bitset-word8 < 0 # GHC 8.4 via hspec + - bordacount < 0 # GHC 8.4 via hspec + - bzlib-conduit < 0 # GHC 8.4 via hspec + - cache < 0 # GHC 8.4 via hspec + - cereal-time < 0 # GHC 8.4 via hspec + - clay < 0 # GHC 8.4 via hspec + - clock-extras < 0 # GHC 8.4 via hspec + - compactmap < 0 # GHC 8.4 via hspec + - constraints < 0 # GHC 8.4 via hspec + - cue-sheet < 0 # GHC 8.4 via hspec + - currencies < 0 # GHC 8.4 via hspec + - data-diverse < 0 # GHC 8.4 via hspec + - data-msgpack < 0 # GHC 8.4 via hspec + - deriving-compat < 0 # GHC 8.4 via hspec + - descriptive < 0 # GHC 8.4 via hspec + - distributed-closure < 0 # GHC 8.4 via hspec + - do-list < 0 # GHC 8.4 via hspec + - dockerfile < 0 # GHC 8.4 via hspec + - dotenv < 0 # GHC 8.4 via hspec + - dvorak < 0 # GHC 8.4 via hspec + - elm-export < 0 # GHC 8.4 via hspec + - envparse < 0 # GHC 8.4 via hspec + - farmhash < 0 # GHC 8.4 via hspec + - fileplow < 0 # GHC 8.4 via hspec + - flac < 0 # GHC 8.4 via hspec + - flac-picture < 0 # GHC 8.4 via hspec + - fmt < 0 # GHC 8.4 via hspec + - fold-debounce < 0 # GHC 8.4 via hspec + - forma < 0 # GHC 8.4 via hspec + - format-numbers < 0 # GHC 8.4 via hspec + - formatting < 0 # GHC 8.4 via hspec + - friendly-time < 0 # GHC 8.4 via hspec + - frontmatter < 0 # GHC 8.4 via hspec + - fuzzcheck < 0 # GHC 8.4 via hspec + - general-games < 0 # GHC 8.4 via hspec + - generic-deriving < 0 # GHC 8.4 via hspec + - genvalidity < 0 # GHC 8.4 via hspec + - genvalidity-aeson < 0 # GHC 8.4 via hspec + - genvalidity-bytestring < 0 # GHC 8.4 via hspec + - genvalidity-containers < 0 # GHC 8.4 via hspec + - genvalidity-hspec < 0 # GHC 8.4 via hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec + - genvalidity-path < 0 # GHC 8.4 via hspec + - genvalidity-property < 0 # GHC 8.4 via hspec + - genvalidity-scientific < 0 # GHC 8.4 via hspec + - genvalidity-text < 0 # GHC 8.4 via hspec + - genvalidity-time < 0 # GHC 8.4 via hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec + - genvalidity-vector < 0 # GHC 8.4 via hspec + - getopt-generics < 0 # GHC 8.4 via hspec + - ghost-buster < 0 # GHC 8.4 via hspec + - glabrous < 0 # GHC 8.4 via hspec + - graph-wrapper < 0 # GHC 8.4 via hspec + - gravatar < 0 # GHC 8.4 via hspec + - hasql-migration < 0 # GHC 8.4 via hspec + - hexstring < 0 # GHC 8.4 via hspec + - hformat < 0 # GHC 8.4 via hspec + - hidden-char < 0 # GHC 8.4 via hspec + - hindent < 0 # GHC 8.4 via hspec + - hlibsass < 0 # GHC 8.4 via hspec + - hopfli < 0 # GHC 8.4 via hspec + - hourglass-orphans < 0 # GHC 8.4 via hspec + - hsass < 0 # GHC 8.4 via hspec + - hsexif < 0 # GHC 8.4 via hspec + - hslua-aeson < 0 # GHC 8.4 via hspec + - hspec-checkers < 0 # GHC 8.4 via hspec + - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec + - hspec-golden-aeson < 0 # GHC 8.4 via hspec + - hspec-megaparsec < 0 # GHC 8.4 via hspec + - hspec-smallcheck < 0 # GHC 8.4 via hspec + - hspec-webdriver < 0 # GHC 8.4 via hspec + - htaglib < 0 # GHC 8.4 via hspec + - html-email-validate < 0 # GHC 8.4 via hspec + - hvect < 0 # GHC 8.4 via hspec + - hw-balancedparens < 0 # GHC 8.4 via hspec + - hw-bits < 0 # GHC 8.4 via hspec + - hw-conduit < 0 # GHC 8.4 via hspec + - hw-excess < 0 # GHC 8.4 via hspec + - hw-json < 0 # GHC 8.4 via hspec + - hw-mquery < 0 # GHC 8.4 via hspec + - hw-prim < 0 # GHC 8.4 via hspec + - hw-rankselect-base < 0 # GHC 8.4 via hspec + - hw-string-parse < 0 # GHC 8.4 via hspec + - identicon < 0 # GHC 8.4 via hspec + - imprint < 0 # GHC 8.4 via hspec + - inflections < 0 # GHC 8.4 via hspec + - inline-c < 0 # GHC 8.4 via hspec + - io-choice < 0 # GHC 8.4 via hspec + - io-region < 0 # GHC 8.4 via hspec + - iso8601-time < 0 # GHC 8.4 via hspec + - justified-containers < 0 # GHC 8.4 via hspec + - jvm < 0 # GHC 8.4 via hspec + - lame < 0 # GHC 8.4 via hspec + - language-docker < 0 # GHC 8.4 via hspec + - lens-family-th < 0 # GHC 8.4 via hspec + - lift-generics < 0 # GHC 8.4 via hspec + - load-env < 0 # GHC 8.4 via hspec + - logging-facade < 0 # GHC 8.4 via hspec + - loop < 0 # GHC 8.4 via hspec + - lrucaching < 0 # GHC 8.4 via hspec + - markdown-unlit < 0 # GHC 8.4 via hspec + - matrix-market-attoparsec < 0 # GHC 8.4 via hspec + - megaparsec < 0 # GHC 8.4 via hspec + - microstache < 0 # GHC 8.4 via hspec + - mixed-types-num < 0 # GHC 8.4 via hspec + - mnist-idx < 0 # GHC 8.4 via hspec + - mockery < 0 # GHC 8.4 via hspec + - monad-recorder < 0 # GHC 8.4 via hspec + - mono-traversable < 0 # GHC 8.4 via hspec + - mutable-containers < 0 # GHC 8.4 via hspec + - mysql < 0 # GHC 8.4 via hspec + - nagios-check < 0 # GHC 8.4 via hspec + - nanospec < 0 # GHC 8.4 via hspec + - netpbm < 0 # GHC 8.4 via hspec + - openexr-write < 0 # GHC 8.4 via hspec + - optparse-text < 0 # GHC 8.4 via hspec + - pagination < 0 # GHC 8.4 via hspec + - path-io < 0 # GHC 8.4 via hspec + - path-pieces < 0 # GHC 8.4 via hspec + - pinch < 0 # GHC 8.4 via hspec + - pretty-types < 0 # GHC 8.4 via hspec + - projectroot < 0 # GHC 8.4 via hspec + - protobuf-simple < 0 # GHC 8.4 via hspec + - pthread < 0 # GHC 8.4 via hspec + - quickcheck-assertions < 0 # GHC 8.4 via hspec + - ramus < 0 # GHC 8.4 via hspec + - reinterpret-cast < 0 # GHC 8.4 via hspec + - resourcet < 0 # GHC 8.4 via hspec + - rot13 < 0 # GHC 8.4 via hspec + - say < 0 # GHC 8.4 via hspec + - scalendar < 0 # GHC 8.4 via hspec + - scanner < 0 # GHC 8.4 via hspec + - serversession < 0 # GHC 8.4 via hspec + - should-not-typecheck < 0 # GHC 8.4 via hspec + - simple-templates < 0 # GHC 8.4 via hspec + - sparse-linear-algebra < 0 # GHC 8.4 via hspec + - state-codes < 0 # GHC 8.4 via hspec + - stb-image-redux < 0 # GHC 8.4 via hspec + - stopwatch < 0 # GHC 8.4 via hspec + - streamly < 0 # GHC 8.4 via hspec + - string-conversions < 0 # GHC 8.4 via hspec + - stringbuilder < 0 # GHC 8.4 via hspec + - sum-type-boilerplate < 0 # GHC 8.4 via hspec + - sysinfo < 0 # GHC 8.4 via hspec + - text-conversions < 0 # GHC 8.4 via hspec + - text-metrics < 0 # GHC 8.4 via hspec + - th-desugar < 0 # GHC 8.4 via hspec + - th-orphans < 0 # GHC 8.4 via hspec + - thread-hierarchy < 0 # GHC 8.4 via hspec + - users-test < 0 # GHC 8.4 via hspec + - varying < 0 # GHC 8.4 via hspec + - wave < 0 # GHC 8.4 via hspec + - wide-word < 0 # GHC 8.4 via hspec + - wikicfp-scraper < 0 # GHC 8.4 via hspec + - wild-bind < 0 # GHC 8.4 via hspec + - withdependencies < 0 # GHC 8.4 via hspec + - word-trie < 0 # GHC 8.4 via hspec + - word8 < 0 # GHC 8.4 via hspec + - xeno < 0 # GHC 8.4 via hspec + - xxhash < 0 # GHC 8.4 via hspec + - xxhash-ffi < 0 # GHC 8.4 via hspec + - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -4500,6 +5301,7 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams + - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -4541,10 +5343,32 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl + - H < 0 # GHC 8.4 via temporary + - atomic-write < 0 # GHC 8.4 via temporary + - direct-sqlite < 0 # GHC 8.4 via temporary + - fileplow < 0 # GHC 8.4 via temporary + - flac < 0 # GHC 8.4 via temporary + - flac-picture < 0 # GHC 8.4 via temporary + - gnuplot < 0 # GHC 8.4 via temporary + - hsass < 0 # GHC 8.4 via temporary + - lame < 0 # GHC 8.4 via temporary + - markdown-unlit < 0 # GHC 8.4 via temporary + - mockery < 0 # GHC 8.4 via temporary + - path-io < 0 # GHC 8.4 via temporary + - say < 0 # GHC 8.4 via temporary + - silently < 0 # GHC 8.4 via temporary + - texmath < 0 # GHC 8.4 via temporary + - vector-mmap < 0 # GHC 8.4 via temporary + - wave < 0 # GHC 8.4 via temporary + - weigh < 0 # GHC 8.4 via temporary + - yaml < 0 # GHC 8.4 via temporary + - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended + - binary-orphans < 0 # GHC 8.4 via vector-binary-instances + - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -4565,6 +5389,23 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language + - aeson-better-errors < 0 # GHC 8.4 via aeson + - aeson-generic-compat < 0 # GHC 8.4 via aeson + - aeson-yak < 0 # GHC 8.4 via aeson + - clang-compilation-database < 0 # GHC 8.4 via aeson + - docopt < 0 # GHC 8.4 via aeson + - hackage-db < 0 # GHC 8.4 via aeson + - haxl < 0 # GHC 8.4 via aeson + - hlint < 0 # GHC 8.4 via aeson + - json-rpc-generic < 0 # GHC 8.4 via aeson + - log-base < 0 # GHC 8.4 via aeson + - lxd-client-config < 0 # GHC 8.4 via aeson + - path < 0 # GHC 8.4 via aeson + - stripe-core < 0 # GHC 8.4 via aeson + - users < 0 # GHC 8.4 via aeson + - validity-aeson < 0 # GHC 8.4 via aeson + - weeder < 0 # GHC 8.4 via aeson + - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -4574,6 +5415,8 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans + - quickcheck-instances < 0 # GHC 8.4 via case-insensitive + - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -4595,6 +5438,41 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - HSet < 0 # GHC 8.4 via hashable + - basic-prelude < 0 # GHC 8.4 via hashable + - concurrent-supply < 0 # GHC 8.4 via hashable + - dynamic-state < 0 # GHC 8.4 via hashable + - functor-classes-compat < 0 # GHC 8.4 via hashable + - hashmap < 0 # GHC 8.4 via hashable + - hashtables < 0 # GHC 8.4 via hashable + - haxl < 0 # GHC 8.4 via hashable + - intern < 0 # GHC 8.4 via hashable + - microlens-platform < 0 # GHC 8.4 via hashable + - network-transport < 0 # GHC 8.4 via hashable + - once < 0 # GHC 8.4 via hashable + - path < 0 # GHC 8.4 via hashable + - perfect-hash-generator < 0 # GHC 8.4 via hashable + - pred-set < 0 # GHC 8.4 via hashable + - quickcheck-instances < 0 # GHC 8.4 via hashable + - renderable < 0 # GHC 8.4 via hashable + - resource-pool < 0 # GHC 8.4 via hashable + - selda < 0 # GHC 8.4 via hashable + - shake < 0 # GHC 8.4 via hashable + - stm-containers < 0 # GHC 8.4 via hashable + - strict-types < 0 # GHC 8.4 via hashable + - swish < 0 # GHC 8.4 via hashable + - tmapchan < 0 # GHC 8.4 via hashable + - ttrie < 0 # GHC 8.4 via hashable + - unfoldable-restricted < 0 # GHC 8.4 via hashable + - uniplate < 0 # GHC 8.4 via hashable + - unique < 0 # GHC 8.4 via hashable + - unordered-containers < 0 # GHC 8.4 via hashable + - uuid-types < 0 # GHC 8.4 via hashable + - validity-unordered-containers < 0 # GHC 8.4 via hashable + - validity-vector < 0 # GHC 8.4 via hashable + - weeder < 0 # GHC 8.4 via hashable + - witherable < 0 # GHC 8.4 via hashable + - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -4619,6 +5497,8 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific + - hquantlib < 0 # GHC 8.4 via statistics + - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -4639,6 +5519,8 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory + - monad-par < 0 # GHC 8.4 via mwc-random + - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4677,269 +5559,6 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - # After first wave of unblocks - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - - bower-json < 0 # GHC 8.4 via aeson-better-errors - - asn1-encoding < 0 # GHC 8.4 via asn1-types - - asn1-parse < 0 # GHC 8.4 via asn1-types - - pkcs10 < 0 # GHC 8.4 via asn1-types - - tls < 0 # GHC 8.4 via asn1-types - - x509 < 0 # GHC 8.4 via asn1-types - - x509-store < 0 # GHC 8.4 via asn1-types - - x509-validation < 0 # GHC 8.4 via asn1-types - - hinotify < 0 # GHC 8.4 via async-2.2.1 - - wreq < 0 # GHC 8.4 via authenticate-oauth - - seqloc < 0 # GHC 8.4 via biocore - - heterocephalus < 0 # GHC 8.4 via blaze-html - - heterocephalus < 0 # GHC 8.4 via blaze-markup - - hledger-lib < 0 # GHC 8.4 via blaze-markup - - xml-html-qq < 0 # GHC 8.4 via blaze-markup - - hledger-ui < 0 # GHC 8.4 via brick - - tries < 0 # GHC 8.4 via bytestring-trie - - weigh < 0 # GHC 8.4 via bytestring-trie - - parsers < 0 # GHC 8.4 via charset - - cprng-aes < 0 # GHC 8.4 via cipher-aes - - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - amqp < 0 # GHC 8.4 via connection - - conduit-connection < 0 # GHC 8.4 via connection - - hasbolt < 0 # GHC 8.4 via connection - - irc-conduit < 0 # GHC 8.4 via connection - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - - cql-io < 0 # GHC 8.4 via cql - - tasty-dejafu < 0 # GHC 8.4 via dejafu - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process - - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process - - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - - flow < 0 # GHC 8.4 via doctest-0.15.0 - - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - linear < 0 # GHC 8.4 via doctest-0.15.0 - - log-domain < 0 # GHC 8.4 via doctest-0.15.0 - - machines < 0 # GHC 8.4 via doctest-0.15.0 - - rcu < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - zippers < 0 # GHC 8.4 via doctest-0.15.0 - - jose-jwt < 0 # GHC 8.4 via either - - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - Spintax < 0 # GHC 8.4 via extra - - algebraic-graphs < 0 # GHC 8.4 via extra - - dbus < 0 # GHC 8.4 via extra - - hledger-lib < 0 # GHC 8.4 via extra - - hapistrano < 0 # GHC 8.4 via formatting - - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - - hapistrano < 0 # GHC 8.4 via gitrev - - hasmin < 0 # GHC 8.4 via gitrev - - hexml-lens < 0 # GHC 8.4 via hexml - - xeno < 0 # GHC 8.4 via hexml - - hledger-ui < 0 # GHC 8.4 via hledger - - blake2 < 0 # GHC 8.4 via hlint - - folds < 0 # GHC 8.4 via hlint - - gc < 0 # GHC 8.4 via hlint - - rcu < 0 # GHC 8.4 via hlint - - sbv < 0 # GHC 8.4 via hlint - - structs < 0 # GHC 8.4 via hlint - - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck - - store < 0 # GHC 8.4 via hspec-smallcheck - - xml-html-qq < 0 # GHC 8.4 via html-conduit - - bitx-bitcoin < 0 # GHC 8.4 via http-client - - influxdb < 0 # GHC 8.4 via http-client - - wai-middleware-consul < 0 # GHC 8.4 via http-client - - wreq < 0 # GHC 8.4 via http-client - - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls - - wreq < 0 # GHC 8.4 via http-client-tls - - HandsomeSoup < 0 # GHC 8.4 via hxt - - hxt-http < 0 # GHC 8.4 via hxt - - katydid < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt-curl - - xml-to-json < 0 # GHC 8.4 via hxt-expat - - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - - generics-eot < 0 # GHC 8.4 via interpolate - - katydid < 0 # GHC 8.4 via json - - rainbox < 0 # GHC 8.4 via lens-simple - - stm-containers < 0 # GHC 8.4 via list-t - - timemap < 0 # GHC 8.4 via list-t - - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - cryptohash < 0 # GHC 8.4 via memory - - cryptonite < 0 # GHC 8.4 via memory - - cryptonite-openssl < 0 # GHC 8.4 via memory - - git < 0 # GHC 8.4 via memory - - jose-jwt < 0 # GHC 8.4 via memory - - jwt < 0 # GHC 8.4 via memory - - text-ldap < 0 # GHC 8.4 via memory - - tls < 0 # GHC 8.4 via memory - - triplesec < 0 # GHC 8.4 via memory - - wreq < 0 # GHC 8.4 via memory - - x509 < 0 # GHC 8.4 via memory - - x509-validation < 0 # GHC 8.4 via memory - - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pkcs10 < 0 # GHC 8.4 via pem - - x509 < 0 # GHC 8.4 via pem - - x509-store < 0 # GHC 8.4 via pem - - x509-validation < 0 # GHC 8.4 via pem - - pipes-network < 0 # GHC 8.4 via pipes-safe - - pred-trie < 0 # GHC 8.4 via poly-arity - - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - tasty-silver < 0 # GHC 8.4 via process-extras - - yi-core < 0 # GHC 8.4 via process-extras - - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances - - commutative < 0 # GHC 8.4 via quickcheck-instances - - cron < 0 # GHC 8.4 via quickcheck-instances - - hslua < 0 # GHC 8.4 via quickcheck-instances - - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances - - natural-transformation < 0 # GHC 8.4 via quickcheck-instances - - parsers < 0 # GHC 8.4 via quickcheck-instances - - pred-trie < 0 # GHC 8.4 via quickcheck-instances - - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances - - rose-trees < 0 # GHC 8.4 via quickcheck-instances - - sets < 0 # GHC 8.4 via quickcheck-instances - - string-conversions < 0 # GHC 8.4 via quickcheck-instances - - timemap < 0 # GHC 8.4 via quickcheck-instances - - tmapmvar < 0 # GHC 8.4 via quickcheck-instances - - tries < 0 # GHC 8.4 via quickcheck-instances - - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances - - rainbox < 0 # GHC 8.4 via rainbow - - lambdabot-core < 0 # GHC 8.4 via random-fu - - redis-io < 0 # GHC 8.4 via redis-resp - - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - crypto-random < 0 # GHC 8.4 via securemem - - generics-eot < 0 # GHC 8.4 via shake - - shake-language-c < 0 # GHC 8.4 via shake - - heterocephalus < 0 # GHC 8.4 via shakespeare - - vinyl < 0 # GHC 8.4 via singletons - - hedis < 0 # GHC 8.4 via slave-thread - - wreq < 0 # GHC 8.4 via snap-server - - conduit-extra < 0 # GHC 8.4 via streaming-commons - - store < 0 # GHC 8.4 via streaming-commons - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - cql-io < 0 # GHC 8.4 via tinylog - - redis-io < 0 # GHC 8.4 via tinylog - - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - show-prettyprint < 0 # GHC 8.4 via trifecta - - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - - users-test < 0 # GHC 8.4 via users - - courier < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid - - eventsource-store-specs < 0 # GHC 8.4 via uuid - - squeal-postgresql < 0 # GHC 8.4 via uuid - - websockets-rpc < 0 # GHC 8.4 via uuid - - wreq < 0 # GHC 8.4 via uuid - - genvalidity < 0 # GHC 8.4 via validity - - genvalidity-aeson < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity - - genvalidity-containers < 0 # GHC 8.4 via validity - - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity - - genvalidity-property < 0 # GHC 8.4 via validity - - genvalidity-scientific < 0 # GHC 8.4 via validity - - genvalidity-text < 0 # GHC 8.4 via validity - - genvalidity-unordered-containers < 0 # GHC 8.4 via validity - - genvalidity-vector < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity - - validity-unordered-containers < 0 # GHC 8.4 via validity - - validity-vector < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring - - genvalidity-containers < 0 # GHC 8.4 via validity-containers - - genvalidity-path < 0 # GHC 8.4 via validity-path - - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific - - validity-aeson < 0 # GHC 8.4 via validity-scientific - - genvalidity-text < 0 # GHC 8.4 via validity-text - - validity-aeson < 0 # GHC 8.4 via validity-text - - genvalidity-time < 0 # GHC 8.4 via validity-time - - hledger-ui < 0 # GHC 8.4 via vty - - wai-middleware-consul < 0 # GHC 8.4 via wai - - wai-middleware-prometheus < 0 # GHC 8.4 via wai - - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static - - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit - - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - - websockets-rpc < 0 # GHC 8.4 via wai-transformers - - websockets-simple < 0 # GHC 8.4 via wai-transformers - - wai-middleware-consul < 0 # GHC 8.4 via warp - - websockets-rpc < 0 # GHC 8.4 via websockets - - websockets-simple < 0 # GHC 8.4 via websockets - - rose-trees < 0 # GHC 8.4 via witherable - - sets < 0 # GHC 8.4 via witherable - - haskell-gi < 0 # GHC 8.4 via xml-conduit - - xml-html-qq < 0 # GHC 8.4 via xml-conduit - - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit - - yi-core < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - git < 0 # GHC 8.4 via zlib-bindings - - hit < 0 # GHC 8.4 via zlib-bindings - - io-streams < 0 # GHC 8.4 via zlib-bindings - - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - - random-shuffle < 0 # GHC 8.4 via MonadRandom - - vivid < 0 # GHC 8.4 via MonadRandom - - b9 < 0 # GHC 8.4 via conduit-extra - - conduit-throttle < 0 # GHC 8.4 via conduit-extra - - hamtsolo < 0 # GHC 8.4 via conduit-extra - - stm-conduit < 0 # GHC 8.4 via conduit-extra - - bson < 0 # GHC 8.4 via cryptohash - - moesocks < 0 # GHC 8.4 via cryptohash - - s3-signer < 0 # GHC 8.4 via cryptohash - - crypto-api < 0 # GHC 8.4 via entropy - - crypto-random-api < 0 # GHC 8.4 via entropy - - nonce < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy - - fsnotify < 0 # GHC 8.4 via hinotify - - openssl-streams < 0 # GHC 8.4 via io-streams - - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - - apecs < 0 # GHC 8.4 via linear - - cue-sheet < 0 # GHC 8.4 via megaparsec - - dotenv < 0 # GHC 8.4 via megaparsec - - hspec-megaparsec < 0 # GHC 8.4 via megaparsec - - inflections < 0 # GHC 8.4 via megaparsec - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - - freer-simple < 0 # GHC 8.4 via natural-transformation - - inline-c < 0 # GHC 8.4 via parsers - - lrucaching < 0 # GHC 8.4 via psqueues - - pcre-heavy < 0 # GHC 8.4 via string-conversions - - IntervalMap < 0 # GHC 8.4 via weigh - - text-metrics < 0 # GHC 8.4 via weigh - - crypto-api-tests < 0 # GHC 8.4 via crypto-api - - pureMD5 < 0 # GHC 8.4 via crypto-api - - xxhash < 0 # GHC 8.4 via crypto-api - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - - hocilib < 0 # GHC 8.4 via inline-c - - ctrie < 0 # GHC 8.4 via random-shuffle - - prometheus-client < 0 # GHC 8.4 via random-shuffle - - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - - gravatar < 0 # GHC 8.4 via pureMD5 - - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - - xxhash-ffi < 0 # GHC 8.4 via xxhash - "GHC upper bounds": # Need to always match the version shipped with GHC @@ -4966,13 +5585,62 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 + # https://github.com/fpco/stackage/issues/3187 + - QuickCheck < 2.11 + - haddock-library < 1.5 + + # https://github.com/fpco/stackage/issues/3268 + - async < 2.2 + - async-timer < 0.2 + + # https://github.com/fpco/stackage/issues/3278 + - lifted-async < 0.10 + + # https://github.com/fpco/stackage/issues/3290 + # also blocked by QuickCheck < 2.11 + - doctest < 0.14 + + # https://github.com/karun012/doctest-discover/issues/19 + - doctest-discover < 0.1.0.8 + + # https://github.com/fpco/stackage/issues/3312 + - transformers-compat < 0.6.0.2 + + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + + # https://github.com/fpco/stackage/issues/3327 + - streaming-commons < 0.2 + + # https://github.com/fpco/stackage/issues/3329 + - skylighting < 0.7 + + # https://github.com/fpco/stackage/issues/3333 + - llvm-hs < 6 + - llvm-hs-pure < 6 + + # https://github.com/fpco/stackage/issues/3336 + # compilation failures + - clay < 0.12.3 + # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 + # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - hackage-db < 2.0.1 # Cabal >2.2 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 @@ -4983,10 +5651,6 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 - # needed by path - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -5151,11 +5815,9 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - - http-types # GHC 8.4 via quickcheck-instances - - semigroupoids # doctest 0.15 + - Cabal # GHC 8.4 via tasty + - call-stack # GHC 8.4 via nanospec - HTTP # conduit-extra 1.3 - - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 7286b7e7adfb59c7d05d20ab4849e8734beb410a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:45:22 -0700 Subject: [PATCH 2855/3109] Remove constraint "Cabal < 2.2", see #3340 --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..5b5f93a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,6 +5558,10 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - crypto-random-api < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5626,21 +5630,10 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From ea03b95ea1e39aab6c0c2a6821e6df2712d55460 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 13:54:33 -0700 Subject: [PATCH 2856/3109] Revert "Remove constraint "Cabal < 2.2", see #3340" This reverts commit 7286b7e7adfb59c7d05d20ab4849e8734beb410a. --- build-constraints.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b5f93a0..fb411241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,10 +5558,6 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - crypto-random-api < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5630,10 +5626,21 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 + # https://github.com/fpco/stackage/issues/3340 + - Cabal < 2.2 + # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 + # Requires too-new or too-old Cabal + - cabal2nix < 2.9 # Cabal >2.2 + - distribution-nixpkgs < 1.1.1 # Cabal >2.2 + - hackage-db < 2.0.1 # Cabal >2.2 + + # Requires too-new base + - xhtml < 3000.2.2.1 # base >= 4.11 + # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From 94cce480bd8c6d0a7d3af22d13889d1d5f72b3ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 14:44:05 -0700 Subject: [PATCH 2857/3109] Revert "Revert "Remove constraint "Cabal < 2.2", see #3340"" This reverts commit ea03b95ea1e39aab6c0c2a6821e6df2712d55460. --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fb411241..5b5f93a0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5558,6 +5558,10 @@ packages: - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - crypto-random-api < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy "GHC upper bounds": @@ -5626,21 +5630,10 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/fpco/stackage/issues/3340 - - Cabal < 2.2 - # https://github.com/athanclark/websockets-rpc/issues/2 # (downstream build failure) - websockets-simple < 0.0.7 - # Requires too-new or too-old Cabal - - cabal2nix < 2.9 # Cabal >2.2 - - distribution-nixpkgs < 1.1.1 # Cabal >2.2 - - hackage-db < 2.0.1 # Cabal >2.2 - - # Requires too-new base - - xhtml < 3000.2.2.1 # base >= 4.11 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From b2374dafefc976cc1ddbfdd5f641a807f4624937 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:47:47 -0700 Subject: [PATCH 2858/3109] Revert "Revert "First wave of unblocks, most test frameworks ok now"" This reverts commit a0b7fd0c24979670baeb198950a8e77e2548828b. --- build-constraints.yaml | 1193 +++++++++------------------------------- 1 file changed, 271 insertions(+), 922 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b5f93a0..27f2058a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3380,7 +3380,6 @@ packages: - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - - async < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 @@ -3559,7 +3558,6 @@ packages: - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - doctest < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 @@ -3613,88 +3611,6 @@ packages: - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - - apecs < 0 # GHC 8.4 via async - - ascii-progress < 0 # GHC 8.4 via async - - async-extra < 0 # GHC 8.4 via async - - b9 < 0 # GHC 8.4 via async - - buchhaltung < 0 # GHC 8.4 via async - - classy-prelude < 0 # GHC 8.4 via async - - concurrent-output < 0 # GHC 8.4 via async - - conduit-extra < 0 # GHC 8.4 via async - - conduit-throttle < 0 # GHC 8.4 via async - - courier < 0 # GHC 8.4 via async - - cql-io < 0 # GHC 8.4 via async - - ctrie < 0 # GHC 8.4 via async - - djinn-ghc < 0 # GHC 8.4 via async - - dns < 0 # GHC 8.4 via async - - enclosed-exceptions < 0 # GHC 8.4 via async - - eventsource-store-specs < 0 # GHC 8.4 via async - - eventsource-stub-store < 0 # GHC 8.4 via async - - eventstore < 0 # GHC 8.4 via async - - every < 0 # GHC 8.4 via async - - file-modules < 0 # GHC 8.4 via async - - filelock < 0 # GHC 8.4 via async - - fsnotify < 0 # GHC 8.4 via async - - fsnotify-conduit < 0 # GHC 8.4 via async - - hamtsolo < 0 # GHC 8.4 via async - - hapistrano < 0 # GHC 8.4 via async - - hedgehog < 0 # GHC 8.4 via async - - hedis < 0 # GHC 8.4 via async - - hinotify < 0 # GHC 8.4 via async - - hjsonschema < 0 # GHC 8.4 via async - - hledger-ui < 0 # GHC 8.4 via async - - hpc-coveralls < 0 # GHC 8.4 via async - - hpio < 0 # GHC 8.4 via async - - hspec-meta < 0 # GHC 8.4 via async - - http-client < 0 # GHC 8.4 via async - - http-reverse-proxy < 0 # GHC 8.4 via async - - io-memoize < 0 # GHC 8.4 via async - - irc-conduit < 0 # GHC 8.4 via async - - leveldb-haskell < 0 # GHC 8.4 via async - - log-warper < 0 # GHC 8.4 via async - - lxd-client < 0 # GHC 8.4 via async - - metrics < 0 # GHC 8.4 via async - - moesocks < 0 # GHC 8.4 via async - - pipes-concurrency < 0 # GHC 8.4 via async - - pipes-fluid < 0 # GHC 8.4 via async - - pixelated-avatar-generator < 0 # GHC 8.4 via async - - postgresql-simple-queue < 0 # GHC 8.4 via async - - quickcheck-state-machine < 0 # GHC 8.4 via async - - redis-io < 0 # GHC 8.4 via async - - riak < 0 # GHC 8.4 via async - - sbv < 0 # GHC 8.4 via async - - scotty < 0 # GHC 8.4 via async - - servant-subscriber < 0 # GHC 8.4 via async - - servant-websockets < 0 # GHC 8.4 via async - - shelly < 0 # GHC 8.4 via async - - simple-log < 0 # GHC 8.4 via async - - socket < 0 # GHC 8.4 via async - - stack < 0 # GHC 8.4 via async - - stm-conduit < 0 # GHC 8.4 via async - - stm-supply < 0 # GHC 8.4 via async - - store < 0 # GHC 8.4 via async - - streaming-commons < 0 # GHC 8.4 via async - - tasty < 0 # GHC 8.4 via async - - tasty-golden < 0 # GHC 8.4 via async - - tasty-silver < 0 # GHC 8.4 via async - - tasty-smallcheck < 0 # GHC 8.4 via async - - terminal-progress-bar < 0 # GHC 8.4 via async - - throttle-io-stream < 0 # GHC 8.4 via async - - tls < 0 # GHC 8.4 via async - - tmapmvar < 0 # GHC 8.4 via async - - turtle < 0 # GHC 8.4 via async - - typed-process < 0 # GHC 8.4 via async - - unboxed-ref < 0 # GHC 8.4 via async - - unliftio < 0 # GHC 8.4 via async - - wai-handler-launch < 0 # GHC 8.4 via async - - wai-middleware-consul < 0 # GHC 8.4 via async - - warp < 0 # GHC 8.4 via async - - websockets-rpc < 0 # GHC 8.4 via async - - websockets-simple < 0 # GHC 8.4 via async - - wild-bind-x11 < 0 # GHC 8.4 via async - - yesod-core < 0 # GHC 8.4 via async - - yesod-static < 0 # GHC 8.4 via async - - zeromq4-haskell < 0 # GHC 8.4 via async - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - HStringTemplate < 0 # GHC 8.4 via blaze-builder - airship < 0 # GHC 8.4 via blaze-builder @@ -3781,106 +3697,6 @@ packages: - kdt < 0 # GHC 8.4 via deepseq-generics - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - ad < 0 # GHC 8.4 via doctest - - approximate < 0 # GHC 8.4 via doctest - - attoparsec-time < 0 # GHC 8.4 via doctest - - bits < 0 # GHC 8.4 via doctest - - bitx-bitcoin < 0 # GHC 8.4 via doctest - - bookkeeping < 0 # GHC 8.4 via doctest - - bound < 0 # GHC 8.4 via doctest - - bytes < 0 # GHC 8.4 via doctest - - comonad < 0 # GHC 8.4 via doctest - - compensated < 0 # GHC 8.4 via doctest - - composable-associations-aeson < 0 # GHC 8.4 via doctest - - config-ini < 0 # GHC 8.4 via doctest - - dimensional < 0 # GHC 8.4 via doctest - - distribution-nixpkgs < 0 # GHC 8.4 via doctest - - distributive < 0 # GHC 8.4 via doctest - - dns < 0 # GHC 8.4 via doctest - - doctest-discover < 0 # GHC 8.4 via doctest - - email-validate < 0 # GHC 8.4 via doctest - - emailaddress < 0 # GHC 8.4 via doctest - - envelope < 0 # GHC 8.4 via doctest - - ersatz < 0 # GHC 8.4 via doctest - - fixed-vector < 0 # GHC 8.4 via doctest - - flow < 0 # GHC 8.4 via doctest - - folds < 0 # GHC 8.4 via doctest - - from-sum < 0 # GHC 8.4 via doctest - - gc < 0 # GHC 8.4 via doctest - - generic-lens < 0 # GHC 8.4 via doctest - - generics-eot < 0 # GHC 8.4 via doctest - - haskell-gi < 0 # GHC 8.4 via doctest - - hasmin < 0 # GHC 8.4 via doctest - - heaps < 0 # GHC 8.4 via doctest - - hedis < 0 # GHC 8.4 via doctest - - heterocephalus < 0 # GHC 8.4 via doctest - - hexml-lens < 0 # GHC 8.4 via doctest - - hledger-lib < 0 # GHC 8.4 via doctest - - hopenssl < 0 # GHC 8.4 via doctest - - hpio < 0 # GHC 8.4 via doctest - - hsemail < 0 # GHC 8.4 via doctest - - hsyslog < 0 # GHC 8.4 via doctest - - http-date < 0 # GHC 8.4 via doctest - - http-types < 0 # GHC 8.4 via doctest - - http2 < 0 # GHC 8.4 via doctest - - human-readable-duration < 0 # GHC 8.4 via doctest - - hyperloglog < 0 # GHC 8.4 via doctest - - hyphenation < 0 # GHC 8.4 via doctest - - influxdb < 0 # GHC 8.4 via doctest - - intervals < 0 # GHC 8.4 via doctest - - ip < 0 # GHC 8.4 via doctest - - iproute < 0 # GHC 8.4 via doctest - - jose-jwt < 0 # GHC 8.4 via doctest - - jwt < 0 # GHC 8.4 via doctest - - language-nix < 0 # GHC 8.4 via doctest - - lca < 0 # GHC 8.4 via doctest - - lens < 0 # GHC 8.4 via doctest - - lens-action < 0 # GHC 8.4 via doctest - - lens-aeson < 0 # GHC 8.4 via doctest - - lens-regex < 0 # GHC 8.4 via doctest - - linear < 0 # GHC 8.4 via doctest - - linear-accelerate < 0 # GHC 8.4 via doctest - - log-domain < 0 # GHC 8.4 via doctest - - machines < 0 # GHC 8.4 via doctest - - multiset < 0 # GHC 8.4 via doctest - - network < 0 # GHC 8.4 via doctest - - ochintin-daicho < 0 # GHC 8.4 via doctest - - online < 0 # GHC 8.4 via doctest - - pcre-heavy < 0 # GHC 8.4 via doctest - - pgp-wordlist < 0 # GHC 8.4 via doctest - - pretty-simple < 0 # GHC 8.4 via doctest - - prettyprinter < 0 # GHC 8.4 via doctest - - prettyprinter-ansi-terminal < 0 # GHC 8.4 via doctest - - prometheus-client < 0 # GHC 8.4 via doctest - - prometheus-metrics-ghc < 0 # GHC 8.4 via doctest - - rcu < 0 # GHC 8.4 via doctest - - read-env-var < 0 # GHC 8.4 via doctest - - sbv < 0 # GHC 8.4 via doctest - - search-algorithms < 0 # GHC 8.4 via doctest - - semigroupoids < 0 # GHC 8.4 via doctest - - servant-ruby < 0 # GHC 8.4 via doctest - - servant-static-th < 0 # GHC 8.4 via doctest - - shake-language-c < 0 # GHC 8.4 via doctest - - show-prettyprint < 0 # GHC 8.4 via doctest - - squeal-postgresql < 0 # GHC 8.4 via doctest - - stm-conduit < 0 # GHC 8.4 via doctest - - structs < 0 # GHC 8.4 via doctest - - teardown < 0 # GHC 8.4 via doctest - - trifecta < 0 # GHC 8.4 via doctest - - triplesec < 0 # GHC 8.4 via doctest - - turtle < 0 # GHC 8.4 via doctest - - type-level-kv-list < 0 # GHC 8.4 via doctest - - universum < 0 # GHC 8.4 via doctest - - unix-time < 0 # GHC 8.4 via doctest - - vinyl < 0 # GHC 8.4 via doctest - - wai-logger < 0 # GHC 8.4 via doctest - - wai-middleware-prometheus < 0 # GHC 8.4 via doctest - - warp < 0 # GHC 8.4 via doctest - - world-peace < 0 # GHC 8.4 via doctest - - wreq < 0 # GHC 8.4 via doctest - - xml-html-qq < 0 # GHC 8.4 via doctest - - xml-indexed-cursor < 0 # GHC 8.4 via doctest - - zippers < 0 # GHC 8.4 via doctest - log < 0 # GHC 8.4 via ekg - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core @@ -4149,24 +3965,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - adjunctions < 0 # GHC 8.4 via comonad - - bifunctors < 0 # GHC 8.4 via comonad - - compressed < 0 # GHC 8.4 via comonad - - extensible < 0 # GHC 8.4 via comonad - - foldl < 0 # GHC 8.4 via comonad - - free < 0 # GHC 8.4 via comonad - - hamilton < 0 # GHC 8.4 via comonad - - hreader-lens < 0 # GHC 8.4 via comonad - - invariant < 0 # GHC 8.4 via comonad - - kan-extensions < 0 # GHC 8.4 via comonad - - keys < 0 # GHC 8.4 via comonad - - markup < 0 # GHC 8.4 via comonad - - pointed < 0 # GHC 8.4 via comonad - - profunctors < 0 # GHC 8.4 via comonad - - recursion-schemes < 0 # GHC 8.4 via comonad - - streams < 0 # GHC 8.4 via comonad - - universe-instances-extended < 0 # GHC 8.4 via comonad - - vector-instances < 0 # GHC 8.4 via comonad - MFlow < 0 # GHC 8.4 via conduit-extra - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - editor-open < 0 # GHC 8.4 via conduit-extra @@ -4187,12 +3985,6 @@ packages: - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - adjunctions < 0 # GHC 8.4 via distributive - - algebra < 0 # GHC 8.4 via distributive - - free < 0 # GHC 8.4 via distributive - - kan-extensions < 0 # GHC 8.4 via distributive - - profunctors < 0 # GHC 8.4 via distributive - - streams < 0 # GHC 8.4 via distributive - check-email < 0 # GHC 8.4 via email-validate - hailgun < 0 # GHC 8.4 via email-validate - hailgun-simple < 0 # GHC 8.4 via email-validate @@ -4241,9 +4033,6 @@ packages: - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail - - hspec < 0 # GHC 8.4 via hspec-meta - - hspec-core < 0 # GHC 8.4 via hspec-meta - - hspec-discover < 0 # GHC 8.4 via hspec-meta - hdaemonize < 0 # GHC 8.4 via hsyslog - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog @@ -4302,48 +4091,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - - DAV < 0 # GHC 8.4 via http-types - - IPv6DB < 0 # GHC 8.4 via http-types - - MFlow < 0 # GHC 8.4 via http-types - - Spock < 0 # GHC 8.4 via http-types - - attoparsec < 0 # GHC 8.4 via http-types - - bimap-server < 0 # GHC 8.4 via http-types - - buffer-builder < 0 # GHC 8.4 via http-types - - classy-prelude-yesod < 0 # GHC 8.4 via http-types - - configuration-tools < 0 # GHC 8.4 via http-types - - curl-runnings < 0 # GHC 8.4 via http-types - - datadog < 0 # GHC 8.4 via http-types - - fb < 0 # GHC 8.4 via http-types - - filter-logger < 0 # GHC 8.4 via http-types - - ginger < 0 # GHC 8.4 via http-types - - goggles < 0 # GHC 8.4 via http-types - - hailgun < 0 # GHC 8.4 via http-types - - haskell-neo4j-client < 0 # GHC 8.4 via http-types - - hoogle < 0 # GHC 8.4 via http-types - - hpack < 0 # GHC 8.4 via http-types - - hsebaysdk < 0 # GHC 8.4 via http-types - - hspec-wai < 0 # GHC 8.4 via http-types - - http-client-openssl < 0 # GHC 8.4 via http-types - - http-client-tls < 0 # GHC 8.4 via http-types - - kawhi < 0 # GHC 8.4 via http-types - - koofr-client < 0 # GHC 8.4 via http-types - - line < 0 # GHC 8.4 via http-types - - mandrill < 0 # GHC 8.4 via http-types - - mime-mail-ses < 0 # GHC 8.4 via http-types - - pagerduty < 0 # GHC 8.4 via http-types - - picoparsec < 0 # GHC 8.4 via http-types - - rollbar-hs < 0 # GHC 8.4 via http-types - - s3-signer < 0 # GHC 8.4 via http-types - - soap < 0 # GHC 8.4 via http-types - - wai-cli < 0 # GHC 8.4 via http-types - - wai-cors < 0 # GHC 8.4 via http-types - - wai-middleware-rollbar < 0 # GHC 8.4 via http-types - - wai-middleware-static < 0 # GHC 8.4 via http-types - - wai-slack-middleware < 0 # GHC 8.4 via http-types - - web-routes-wai < 0 # GHC 8.4 via http-types - - webdriver < 0 # GHC 8.4 via http-types - - yesod-auth-hashdb < 0 # GHC 8.4 via http-types - - yesod-gitrepo < 0 # GHC 8.4 via http-types - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip @@ -4474,75 +4221,6 @@ packages: - yesod < 0 # GHC 8.4 via monad-logger - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - DAV < 0 # GHC 8.4 via network - - HTTP < 0 # GHC 8.4 via network - - HandsomeSoup < 0 # GHC 8.4 via network - - HaskellNet < 0 # GHC 8.4 via network - - HaskellNet-SSL < 0 # GHC 8.4 via network - - HsOpenSSL < 0 # GHC 8.4 via network - - IPv6Addr < 0 # GHC 8.4 via network - - MissingH < 0 # GHC 8.4 via network - - Network-NineP < 0 # GHC 8.4 via network - - amqp < 0 # GHC 8.4 via network - - atom-basic < 0 # GHC 8.4 via network - - bson < 0 # GHC 8.4 via network - - conduit-connection < 0 # GHC 8.4 via network - - connection < 0 # GHC 8.4 via network - - connection-pool < 0 # GHC 8.4 via network - - cql < 0 # GHC 8.4 via network - - datadog < 0 # GHC 8.4 via network - - dbus < 0 # GHC 8.4 via network - - distributed-process-lifted < 0 # GHC 8.4 via network - - distributed-process-simplelocalnet < 0 # GHC 8.4 via network - - distributed-process-tests < 0 # GHC 8.4 via network - - graylog < 0 # GHC 8.4 via network - - hasbolt < 0 # GHC 8.4 via network - - hdevtools < 0 # GHC 8.4 via network - - hoogle < 0 # GHC 8.4 via network - - hsdns < 0 # GHC 8.4 via network - - hslogger < 0 # GHC 8.4 via network - - hstatsd < 0 # GHC 8.4 via network - - hsyslog-udp < 0 # GHC 8.4 via network - - http-client-openssl < 0 # GHC 8.4 via network - - http-client-tls < 0 # GHC 8.4 via network - - hxt-http < 0 # GHC 8.4 via network - - io-streams < 0 # GHC 8.4 via network - - lambdabot-core < 0 # GHC 8.4 via network - - lambdabot-irc-plugins < 0 # GHC 8.4 via network - - libmpd < 0 # GHC 8.4 via network - - microformats2-parser < 0 # GHC 8.4 via network - - milena < 0 # GHC 8.4 via network - - mongoDB < 0 # GHC 8.4 via network - - mysql-haskell < 0 # GHC 8.4 via network - - network-anonymous-i2p < 0 # GHC 8.4 via network - - network-anonymous-tor < 0 # GHC 8.4 via network - - network-attoparsec < 0 # GHC 8.4 via network - - network-conduit-tls < 0 # GHC 8.4 via network - - network-multicast < 0 # GHC 8.4 via network - - network-simple < 0 # GHC 8.4 via network - - network-transport-tcp < 0 # GHC 8.4 via network - - oeis < 0 # GHC 8.4 via network - - openssl-streams < 0 # GHC 8.4 via network - - persistent-mysql-haskell < 0 # GHC 8.4 via network - - pipes-network < 0 # GHC 8.4 via network - - rollbar-hs < 0 # GHC 8.4 via network - - smtp-mail < 0 # GHC 8.4 via network - - snap-core < 0 # GHC 8.4 via network - - socket-activation < 0 # GHC 8.4 via network - - socks < 0 # GHC 8.4 via network - - sphinx < 0 # GHC 8.4 via network - - splice < 0 # GHC 8.4 via network - - tcp-streams < 0 # GHC 8.4 via network - - tcp-streams-openssl < 0 # GHC 8.4 via network - - tls-debug < 0 # GHC 8.4 via network - - transient-universe < 0 # GHC 8.4 via network - - vivid < 0 # GHC 8.4 via network - - wai-cli < 0 # GHC 8.4 via network - - wai-cors < 0 # GHC 8.4 via network - - warp-tls < 0 # GHC 8.4 via network - - webdriver < 0 # GHC 8.4 via network - - wuss < 0 # GHC 8.4 via network - - xenstore < 0 # GHC 8.4 via network - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy @@ -4575,31 +4253,6 @@ packages: - filter-logger < 0 # GHC 8.4 via scotty - line < 0 # GHC 8.4 via scotty - microformats2-parser < 0 # GHC 8.4 via scotty - - adjunctions < 0 # GHC 8.4 via semigroupoids - - algebra < 0 # GHC 8.4 via semigroupoids - - checkers < 0 # GHC 8.4 via semigroupoids - - compressed < 0 # GHC 8.4 via semigroupoids - - dlist-nonempty < 0 # GHC 8.4 via semigroupoids - - either < 0 # GHC 8.4 via semigroupoids - - eq < 0 # GHC 8.4 via semigroupoids - - free < 0 # GHC 8.4 via semigroupoids - - glazier < 0 # GHC 8.4 via semigroupoids - - insert-ordered-containers < 0 # GHC 8.4 via semigroupoids - - kan-extensions < 0 # GHC 8.4 via semigroupoids - - keys < 0 # GHC 8.4 via semigroupoids - - lattices < 0 # GHC 8.4 via semigroupoids - - monad-products < 0 # GHC 8.4 via semigroupoids - - pointed < 0 # GHC 8.4 via semigroupoids - - reducers < 0 # GHC 8.4 via semigroupoids - - rose-trees < 0 # GHC 8.4 via semigroupoids - - semigroupoid-extras < 0 # GHC 8.4 via semigroupoids - - sets < 0 # GHC 8.4 via semigroupoids - - streams < 0 # GHC 8.4 via semigroupoids - - these < 0 # GHC 8.4 via semigroupoids - - validation < 0 # GHC 8.4 via semigroupoids - - vector-instances < 0 # GHC 8.4 via semigroupoids - - witness < 0 # GHC 8.4 via semigroupoids - - wl-pprint-extras < 0 # GHC 8.4 via semigroupoids - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple @@ -4612,138 +4265,6 @@ packages: - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - HaTeX < 0 # GHC 8.4 via tasty - - aeson-casing < 0 # GHC 8.4 via tasty - - aeson-typescript < 0 # GHC 8.4 via tasty - - arithmoi < 0 # GHC 8.4 via tasty - - asn1-encoding < 0 # GHC 8.4 via tasty - - bit-stream < 0 # GHC 8.4 via tasty - - blake2 < 0 # GHC 8.4 via tasty - - bower-json < 0 # GHC 8.4 via tasty - - bv-little < 0 # GHC 8.4 via tasty - - bytestring-conversion < 0 # GHC 8.4 via tasty - - cabal2nix < 0 # GHC 8.4 via tasty - - cartel < 0 # GHC 8.4 via tasty - - cassava-records < 0 # GHC 8.4 via tasty - - cli < 0 # GHC 8.4 via tasty - - clock < 0 # GHC 8.4 via tasty - - codec < 0 # GHC 8.4 via tasty - - commutative < 0 # GHC 8.4 via tasty - - compiler-warnings < 0 # GHC 8.4 via tasty - - composable-associations < 0 # GHC 8.4 via tasty - - concise < 0 # GHC 8.4 via tasty - - cookie < 0 # GHC 8.4 via tasty - - countable < 0 # GHC 8.4 via tasty - - cql < 0 # GHC 8.4 via tasty - - criterion < 0 # GHC 8.4 via tasty - - cron < 0 # GHC 8.4 via tasty - - cryptohash < 0 # GHC 8.4 via tasty - - cryptonite < 0 # GHC 8.4 via tasty - - cryptonite-conduit < 0 # GHC 8.4 via tasty - - cryptonite-openssl < 0 # GHC 8.4 via tasty - - csp < 0 # GHC 8.4 via tasty - - data-bword < 0 # GHC 8.4 via tasty - - data-dword < 0 # GHC 8.4 via tasty - - data-serializer < 0 # GHC 8.4 via tasty - - dawg-ord < 0 # GHC 8.4 via tasty - - dbus < 0 # GHC 8.4 via tasty - - drifter < 0 # GHC 8.4 via tasty - - exp-pairs < 0 # GHC 8.4 via tasty - - fast-digits < 0 # GHC 8.4 via tasty - - free-vl < 0 # GHC 8.4 via tasty - - freer-simple < 0 # GHC 8.4 via tasty - - gauge < 0 # GHC 8.4 via tasty - - gdax < 0 # GHC 8.4 via tasty - - ghc-typelits-natnormalise < 0 # GHC 8.4 via tasty - - ghcid < 0 # GHC 8.4 via tasty - - ginger < 0 # GHC 8.4 via tasty - - git < 0 # GHC 8.4 via tasty - - glob-posix < 0 # GHC 8.4 via tasty - - graylog < 0 # GHC 8.4 via tasty - - heatshrink < 0 # GHC 8.4 via tasty - - hit < 0 # GHC 8.4 via tasty - - hocilib < 0 # GHC 8.4 via tasty - - hourglass < 0 # GHC 8.4 via tasty - - hslua < 0 # GHC 8.4 via tasty - - htoml < 0 # GHC 8.4 via tasty - - immortal < 0 # GHC 8.4 via tasty - - incremental-parser < 0 # GHC 8.4 via tasty - - indentation-parsec < 0 # GHC 8.4 via tasty - - inline-r < 0 # GHC 8.4 via tasty - - jose < 0 # GHC 8.4 via tasty - - katydid < 0 # GHC 8.4 via tasty - - kawhi < 0 # GHC 8.4 via tasty - - language-java < 0 # GHC 8.4 via tasty - - lexer-applicative < 0 # GHC 8.4 via tasty - - mandrill < 0 # GHC 8.4 via tasty - - matplotlib < 0 # GHC 8.4 via tasty - - matrices < 0 # GHC 8.4 via tasty - - matrix < 0 # GHC 8.4 via tasty - - microlens-aeson < 0 # GHC 8.4 via tasty - - milena < 0 # GHC 8.4 via tasty - - monad-loops < 0 # GHC 8.4 via tasty - - monoid-subclasses < 0 # GHC 8.4 via tasty - - multiarg < 0 # GHC 8.4 via tasty - - natural-transformation < 0 # GHC 8.4 via tasty - - network-ip < 0 # GHC 8.4 via tasty - - nondeterminism < 0 # GHC 8.4 via tasty - - open-witness < 0 # GHC 8.4 via tasty - - opensource < 0 # GHC 8.4 via tasty - - parsec-numeric < 0 # GHC 8.4 via tasty - - pipes-attoparsec < 0 # GHC 8.4 via tasty - - pkcs10 < 0 # GHC 8.4 via tasty - - pptable < 0 # GHC 8.4 via tasty - - pred-trie < 0 # GHC 8.4 via tasty - - qchas < 0 # GHC 8.4 via tasty - - rainbox < 0 # GHC 8.4 via tasty - - regex-applicative < 0 # GHC 8.4 via tasty - - sbp < 0 # GHC 8.4 via tasty - - semver < 0 # GHC 8.4 via tasty - - sets < 0 # GHC 8.4 via tasty - - shikensu < 0 # GHC 8.4 via tasty - - singletons < 0 # GHC 8.4 via tasty - - skylighting < 0 # GHC 8.4 via tasty - - streaming-bytestring < 0 # GHC 8.4 via tasty - - string-transform < 0 # GHC 8.4 via tasty - - swagger < 0 # GHC 8.4 via tasty - - tasty-ant-xml < 0 # GHC 8.4 via tasty - - tasty-auto < 0 # GHC 8.4 via tasty - - tasty-dejafu < 0 # GHC 8.4 via tasty - - tasty-expected-failure < 0 # GHC 8.4 via tasty - - tasty-hspec < 0 # GHC 8.4 via tasty - - tasty-html < 0 # GHC 8.4 via tasty - - tasty-hunit < 0 # GHC 8.4 via tasty - - tasty-kat < 0 # GHC 8.4 via tasty - - tasty-program < 0 # GHC 8.4 via tasty - - tasty-quickcheck < 0 # GHC 8.4 via tasty - - tasty-stats < 0 # GHC 8.4 via tasty - - tasty-th < 0 # GHC 8.4 via tasty - - temporary < 0 # GHC 8.4 via tasty - - text-manipulate < 0 # GHC 8.4 via tasty - - tidal < 0 # GHC 8.4 via tasty - - timemap < 0 # GHC 8.4 via tasty - - timerep < 0 # GHC 8.4 via tasty - - titlecase < 0 # GHC 8.4 via tasty - - traverse-with-class < 0 # GHC 8.4 via tasty - - tries < 0 # GHC 8.4 via tasty - - ua-parser < 0 # GHC 8.4 via tasty - - unbound-generics < 0 # GHC 8.4 via tasty - - units-parser < 0 # GHC 8.4 via tasty - - unordered-intmap < 0 # GHC 8.4 via tasty - - vector-binary-instances < 0 # GHC 8.4 via tasty - - vector-split < 0 # GHC 8.4 via tasty - - wai-cors < 0 # GHC 8.4 via tasty - - wire-streams < 0 # GHC 8.4 via tasty - - wl-pprint-annotated < 0 # GHC 8.4 via tasty - - x509 < 0 # GHC 8.4 via tasty - - x509-store < 0 # GHC 8.4 via tasty - - x509-validation < 0 # GHC 8.4 via tasty - - xlsx < 0 # GHC 8.4 via tasty - - xml-picklers < 0 # GHC 8.4 via tasty - - yeshql < 0 # GHC 8.4 via tasty - - yi-core < 0 # GHC 8.4 via tasty - - yi-keymap-vim < 0 # GHC 8.4 via tasty - - yi-language < 0 # GHC 8.4 via tasty - cabal2nix < 0 # GHC 8.4 via tasty-golden - countable < 0 # GHC 8.4 via tasty-golden - heatshrink < 0 # GHC 8.4 via tasty-golden @@ -4789,13 +4310,6 @@ packages: - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - textlocal < 0 # GHC 8.4 via unix-time - tinylog < 0 # GHC 8.4 via unix-time - - conduit < 0 # GHC 8.4 via unliftio - - fb < 0 # GHC 8.4 via unliftio - - higher-leveldb < 0 # GHC 8.4 via unliftio - - nonce < 0 # GHC 8.4 via unliftio - - yesod-auth-fb < 0 # GHC 8.4 via unliftio - - yesod-gitrepo < 0 # GHC 8.4 via unliftio - - yesod-websockets < 0 # GHC 8.4 via unliftio - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4923,64 +4437,12 @@ packages: - Spock-worker < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - - gravatar < 0 # GHC 8.4 via HTTP - - js-flot < 0 # GHC 8.4 via HTTP - - js-jquery < 0 # GHC 8.4 via HTTP - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - - Spintax < 0 # GHC 8.4 via attoparsec - - aeson < 0 # GHC 8.4 via attoparsec - - aeson-compat < 0 # GHC 8.4 via attoparsec - - aeson-pretty < 0 # GHC 8.4 via attoparsec - - aeson-utils < 0 # GHC 8.4 via attoparsec - - attoparsec-binary < 0 # GHC 8.4 via attoparsec - - attoparsec-expr < 0 # GHC 8.4 via attoparsec - - attoparsec-iso8601 < 0 # GHC 8.4 via attoparsec - - attoparsec-path < 0 # GHC 8.4 via attoparsec - - boolean-like < 0 # GHC 8.4 via attoparsec - - cases < 0 # GHC 8.4 via attoparsec - - cassava < 0 # GHC 8.4 via attoparsec - - configurator < 0 # GHC 8.4 via attoparsec - - cpuinfo < 0 # GHC 8.4 via attoparsec - - dataurl < 0 # GHC 8.4 via attoparsec - - frontmatter < 0 # GHC 8.4 via attoparsec - - ghcjs-base-stub < 0 # GHC 8.4 via attoparsec - - glabrous < 0 # GHC 8.4 via attoparsec - - hasql < 0 # GHC 8.4 via attoparsec - - hostname-validate < 0 # GHC 8.4 via attoparsec - - hp2pretty < 0 # GHC 8.4 via attoparsec - - hruby < 0 # GHC 8.4 via attoparsec - - html-email-validate < 0 # GHC 8.4 via attoparsec - - hw-json < 0 # GHC 8.4 via attoparsec - - hw-parser < 0 # GHC 8.4 via attoparsec - - hw-succinct < 0 # GHC 8.4 via attoparsec - - hweblib < 0 # GHC 8.4 via attoparsec - - ini < 0 # GHC 8.4 via attoparsec - - irc < 0 # GHC 8.4 via attoparsec - - makefile < 0 # GHC 8.4 via attoparsec - - matrix-market-attoparsec < 0 # GHC 8.4 via attoparsec - - ndjson-conduit < 0 # GHC 8.4 via attoparsec - - netpbm < 0 # GHC 8.4 via attoparsec - - openpgp-asciiarmor < 0 # GHC 8.4 via attoparsec - - parsers < 0 # GHC 8.4 via attoparsec - - pcre-utils < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-content < 0 # GHC 8.4 via attoparsec - - pdf-toolbox-core < 0 # GHC 8.4 via attoparsec - - pipes-aeson < 0 # GHC 8.4 via attoparsec - - pipes-fastx < 0 # GHC 8.4 via attoparsec - - rdf < 0 # GHC 8.4 via attoparsec - - redis-resp < 0 # GHC 8.4 via attoparsec - - scanner < 0 # GHC 8.4 via attoparsec - - seqloc < 0 # GHC 8.4 via attoparsec - - simple-templates < 0 # GHC 8.4 via attoparsec - - sourcemap < 0 # GHC 8.4 via attoparsec - - text-ldap < 0 # GHC 8.4 via attoparsec - - wikicfp-scraper < 0 # GHC 8.4 via attoparsec - - yaml < 0 # GHC 8.4 via attoparsec - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4999,83 +4461,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - binary-conduit < 0 # GHC 8.4 via conduit - - bzlib-conduit < 0 # GHC 8.4 via conduit - - cassava-conduit < 0 # GHC 8.4 via conduit - - cereal-conduit < 0 # GHC 8.4 via conduit - - conduit-iconv < 0 # GHC 8.4 via conduit - - hw-conduit < 0 # GHC 8.4 via conduit - - hw-json < 0 # GHC 8.4 via conduit - - hw-succinct < 0 # GHC 8.4 via conduit - - ndjson-conduit < 0 # GHC 8.4 via conduit - - safeio < 0 # GHC 8.4 via conduit - - withdependencies < 0 # GHC 8.4 via conduit - - xls < 0 # GHC 8.4 via conduit - - yaml < 0 # GHC 8.4 via conduit - - IntervalMap < 0 # GHC 8.4 via criterion - - JuicyPixels-extra < 0 # GHC 8.4 via criterion - - algebraic-graphs < 0 # GHC 8.4 via criterion - - binary-list < 0 # GHC 8.4 via criterion - - bitset-word8 < 0 # GHC 8.4 via criterion - - case-insensitive < 0 # GHC 8.4 via criterion - - cassava-conduit < 0 # GHC 8.4 via criterion - - conduit-iconv < 0 # GHC 8.4 via criterion - - cprng-aes < 0 # GHC 8.4 via criterion - - data-diverse < 0 # GHC 8.4 via criterion - - data-has < 0 # GHC 8.4 via criterion - - data-msgpack < 0 # GHC 8.4 via criterion - - discrimination < 0 # GHC 8.4 via criterion - - do-list < 0 # GHC 8.4 via criterion - - edit-distance < 0 # GHC 8.4 via criterion - - farmhash < 0 # GHC 8.4 via criterion - - fclabels < 0 # GHC 8.4 via criterion - - hashable < 0 # GHC 8.4 via criterion - - hindent < 0 # GHC 8.4 via criterion - - histogram-fill < 0 # GHC 8.4 via criterion - - hmatrix-morpheus < 0 # GHC 8.4 via criterion - - html-email-validate < 0 # GHC 8.4 via criterion - - html-entity-map < 0 # GHC 8.4 via criterion - - hw-balancedparens < 0 # GHC 8.4 via criterion - - hw-conduit < 0 # GHC 8.4 via criterion - - hw-json < 0 # GHC 8.4 via criterion - - hw-rankselect-base < 0 # GHC 8.4 via criterion - - hweblib < 0 # GHC 8.4 via criterion - - hxt-regex-xmlschema < 0 # GHC 8.4 via criterion - - identicon < 0 # GHC 8.4 via criterion - - include-file < 0 # GHC 8.4 via criterion - - jvm < 0 # GHC 8.4 via criterion - - lifted-base < 0 # GHC 8.4 via criterion - - loop < 0 # GHC 8.4 via criterion - - megaparsec < 0 # GHC 8.4 via criterion - - monad-memo < 0 # GHC 8.4 via criterion - - netpbm < 0 # GHC 8.4 via criterion - - normalization-insensitive < 0 # GHC 8.4 via criterion - - pandoc-types < 0 # GHC 8.4 via criterion - - phantom-state < 0 # GHC 8.4 via criterion - - product-profunctors < 0 # GHC 8.4 via criterion - - psqueues < 0 # GHC 8.4 via criterion - - ramus < 0 # GHC 8.4 via criterion - - rdf < 0 # GHC 8.4 via criterion - - reinterpret-cast < 0 # GHC 8.4 via criterion - - sampling < 0 # GHC 8.4 via criterion - - say < 0 # GHC 8.4 via criterion - - scalpel-core < 0 # GHC 8.4 via criterion - - scanner < 0 # GHC 8.4 via criterion - - scientific < 0 # GHC 8.4 via criterion - - sorted-list < 0 # GHC 8.4 via criterion - - sourcemap < 0 # GHC 8.4 via criterion - - streamly < 0 # GHC 8.4 via criterion - - tar < 0 # GHC 8.4 via criterion - - text-metrics < 0 # GHC 8.4 via criterion - - thread-local-storage < 0 # GHC 8.4 via criterion - - varying < 0 # GHC 8.4 via criterion - - word24 < 0 # GHC 8.4 via criterion - - word8 < 0 # GHC 8.4 via criterion - - xeno < 0 # GHC 8.4 via criterion - - xxhash < 0 # GHC 8.4 via criterion - - xxhash-ffi < 0 # GHC 8.4 via criterion - - yi-rope < 0 # GHC 8.4 via criterion - - zstd < 0 # GHC 8.4 via criterion - executable-hash < 0 # GHC 8.4 via cryptohash - hasql-migration < 0 # GHC 8.4 via cryptohash - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash @@ -5084,9 +4469,6 @@ packages: - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - - loop < 0 # GHC 8.4 via foldl - - mono-traversable < 0 # GHC 8.4 via foldl - - sampling < 0 # GHC 8.4 via foldl - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free - ghc-exactprint < 0 # GHC 8.4 via free @@ -5094,193 +4476,10 @@ packages: - objective < 0 # GHC 8.4 via free - pipes-group < 0 # GHC 8.4 via free - yi-snippet < 0 # GHC 8.4 via free - - foundation < 0 # GHC 8.4 via gauge - - mono-traversable < 0 # GHC 8.4 via gauge - - mutable-containers < 0 # GHC 8.4 via gauge - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - ClustalParser < 0 # GHC 8.4 via hspec - - JuicyPixels-extra < 0 # GHC 8.4 via hspec - - SCalendar < 0 # GHC 8.4 via hspec - - ViennaRNAParser < 0 # GHC 8.4 via hspec - - adler32 < 0 # GHC 8.4 via hspec - - app-settings < 0 # GHC 8.4 via hspec - - atomic-write < 0 # GHC 8.4 via hspec - - base-compat < 0 # GHC 8.4 via hspec - - base-orphans < 0 # GHC 8.4 via hspec - - base32string < 0 # GHC 8.4 via hspec - - base58string < 0 # GHC 8.4 via hspec - - bbdb < 0 # GHC 8.4 via hspec - - binary-conduit < 0 # GHC 8.4 via hspec - - bitcoin-script < 0 # GHC 8.4 via hspec - - bitcoin-types < 0 # GHC 8.4 via hspec - - bitset-word8 < 0 # GHC 8.4 via hspec - - bordacount < 0 # GHC 8.4 via hspec - - bzlib-conduit < 0 # GHC 8.4 via hspec - - cache < 0 # GHC 8.4 via hspec - - cereal-time < 0 # GHC 8.4 via hspec - - clay < 0 # GHC 8.4 via hspec - - clock-extras < 0 # GHC 8.4 via hspec - - compactmap < 0 # GHC 8.4 via hspec - - constraints < 0 # GHC 8.4 via hspec - - cue-sheet < 0 # GHC 8.4 via hspec - - currencies < 0 # GHC 8.4 via hspec - - data-diverse < 0 # GHC 8.4 via hspec - - data-msgpack < 0 # GHC 8.4 via hspec - - deriving-compat < 0 # GHC 8.4 via hspec - - descriptive < 0 # GHC 8.4 via hspec - - distributed-closure < 0 # GHC 8.4 via hspec - - do-list < 0 # GHC 8.4 via hspec - - dockerfile < 0 # GHC 8.4 via hspec - - dotenv < 0 # GHC 8.4 via hspec - - dvorak < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec - - envparse < 0 # GHC 8.4 via hspec - - farmhash < 0 # GHC 8.4 via hspec - - fileplow < 0 # GHC 8.4 via hspec - - flac < 0 # GHC 8.4 via hspec - - flac-picture < 0 # GHC 8.4 via hspec - - fmt < 0 # GHC 8.4 via hspec - - fold-debounce < 0 # GHC 8.4 via hspec - - forma < 0 # GHC 8.4 via hspec - - format-numbers < 0 # GHC 8.4 via hspec - - formatting < 0 # GHC 8.4 via hspec - - friendly-time < 0 # GHC 8.4 via hspec - - frontmatter < 0 # GHC 8.4 via hspec - - fuzzcheck < 0 # GHC 8.4 via hspec - - general-games < 0 # GHC 8.4 via hspec - - generic-deriving < 0 # GHC 8.4 via hspec - - genvalidity < 0 # GHC 8.4 via hspec - - genvalidity-aeson < 0 # GHC 8.4 via hspec - - genvalidity-bytestring < 0 # GHC 8.4 via hspec - - genvalidity-containers < 0 # GHC 8.4 via hspec - - genvalidity-hspec < 0 # GHC 8.4 via hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec - - genvalidity-path < 0 # GHC 8.4 via hspec - - genvalidity-property < 0 # GHC 8.4 via hspec - - genvalidity-scientific < 0 # GHC 8.4 via hspec - - genvalidity-text < 0 # GHC 8.4 via hspec - - genvalidity-time < 0 # GHC 8.4 via hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec - - genvalidity-vector < 0 # GHC 8.4 via hspec - - getopt-generics < 0 # GHC 8.4 via hspec - - ghost-buster < 0 # GHC 8.4 via hspec - - glabrous < 0 # GHC 8.4 via hspec - - graph-wrapper < 0 # GHC 8.4 via hspec - - gravatar < 0 # GHC 8.4 via hspec - - hasql-migration < 0 # GHC 8.4 via hspec - - hexstring < 0 # GHC 8.4 via hspec - - hformat < 0 # GHC 8.4 via hspec - - hidden-char < 0 # GHC 8.4 via hspec - - hindent < 0 # GHC 8.4 via hspec - - hlibsass < 0 # GHC 8.4 via hspec - - hopfli < 0 # GHC 8.4 via hspec - - hourglass-orphans < 0 # GHC 8.4 via hspec - - hsass < 0 # GHC 8.4 via hspec - - hsexif < 0 # GHC 8.4 via hspec - - hslua-aeson < 0 # GHC 8.4 via hspec - - hspec-checkers < 0 # GHC 8.4 via hspec - - hspec-expectations-pretty-diff < 0 # GHC 8.4 via hspec - - hspec-golden-aeson < 0 # GHC 8.4 via hspec - - hspec-megaparsec < 0 # GHC 8.4 via hspec - - hspec-smallcheck < 0 # GHC 8.4 via hspec - - hspec-webdriver < 0 # GHC 8.4 via hspec - - htaglib < 0 # GHC 8.4 via hspec - - html-email-validate < 0 # GHC 8.4 via hspec - - hvect < 0 # GHC 8.4 via hspec - - hw-balancedparens < 0 # GHC 8.4 via hspec - - hw-bits < 0 # GHC 8.4 via hspec - - hw-conduit < 0 # GHC 8.4 via hspec - - hw-excess < 0 # GHC 8.4 via hspec - - hw-json < 0 # GHC 8.4 via hspec - - hw-mquery < 0 # GHC 8.4 via hspec - - hw-prim < 0 # GHC 8.4 via hspec - - hw-rankselect-base < 0 # GHC 8.4 via hspec - - hw-string-parse < 0 # GHC 8.4 via hspec - - identicon < 0 # GHC 8.4 via hspec - - imprint < 0 # GHC 8.4 via hspec - - inflections < 0 # GHC 8.4 via hspec - - inline-c < 0 # GHC 8.4 via hspec - - io-choice < 0 # GHC 8.4 via hspec - - io-region < 0 # GHC 8.4 via hspec - - iso8601-time < 0 # GHC 8.4 via hspec - - justified-containers < 0 # GHC 8.4 via hspec - - jvm < 0 # GHC 8.4 via hspec - - lame < 0 # GHC 8.4 via hspec - - language-docker < 0 # GHC 8.4 via hspec - - lens-family-th < 0 # GHC 8.4 via hspec - - lift-generics < 0 # GHC 8.4 via hspec - - load-env < 0 # GHC 8.4 via hspec - - logging-facade < 0 # GHC 8.4 via hspec - - loop < 0 # GHC 8.4 via hspec - - lrucaching < 0 # GHC 8.4 via hspec - - markdown-unlit < 0 # GHC 8.4 via hspec - - matrix-market-attoparsec < 0 # GHC 8.4 via hspec - - megaparsec < 0 # GHC 8.4 via hspec - - microstache < 0 # GHC 8.4 via hspec - - mixed-types-num < 0 # GHC 8.4 via hspec - - mnist-idx < 0 # GHC 8.4 via hspec - - mockery < 0 # GHC 8.4 via hspec - - monad-recorder < 0 # GHC 8.4 via hspec - - mono-traversable < 0 # GHC 8.4 via hspec - - mutable-containers < 0 # GHC 8.4 via hspec - - mysql < 0 # GHC 8.4 via hspec - - nagios-check < 0 # GHC 8.4 via hspec - - nanospec < 0 # GHC 8.4 via hspec - - netpbm < 0 # GHC 8.4 via hspec - - openexr-write < 0 # GHC 8.4 via hspec - - optparse-text < 0 # GHC 8.4 via hspec - - pagination < 0 # GHC 8.4 via hspec - - path-io < 0 # GHC 8.4 via hspec - - path-pieces < 0 # GHC 8.4 via hspec - - pinch < 0 # GHC 8.4 via hspec - - pretty-types < 0 # GHC 8.4 via hspec - - projectroot < 0 # GHC 8.4 via hspec - - protobuf-simple < 0 # GHC 8.4 via hspec - - pthread < 0 # GHC 8.4 via hspec - - quickcheck-assertions < 0 # GHC 8.4 via hspec - - ramus < 0 # GHC 8.4 via hspec - - reinterpret-cast < 0 # GHC 8.4 via hspec - - resourcet < 0 # GHC 8.4 via hspec - - rot13 < 0 # GHC 8.4 via hspec - - say < 0 # GHC 8.4 via hspec - - scalendar < 0 # GHC 8.4 via hspec - - scanner < 0 # GHC 8.4 via hspec - - serversession < 0 # GHC 8.4 via hspec - - should-not-typecheck < 0 # GHC 8.4 via hspec - - simple-templates < 0 # GHC 8.4 via hspec - - sparse-linear-algebra < 0 # GHC 8.4 via hspec - - state-codes < 0 # GHC 8.4 via hspec - - stb-image-redux < 0 # GHC 8.4 via hspec - - stopwatch < 0 # GHC 8.4 via hspec - - streamly < 0 # GHC 8.4 via hspec - - string-conversions < 0 # GHC 8.4 via hspec - - stringbuilder < 0 # GHC 8.4 via hspec - - sum-type-boilerplate < 0 # GHC 8.4 via hspec - - sysinfo < 0 # GHC 8.4 via hspec - - text-conversions < 0 # GHC 8.4 via hspec - - text-metrics < 0 # GHC 8.4 via hspec - - th-desugar < 0 # GHC 8.4 via hspec - - th-orphans < 0 # GHC 8.4 via hspec - - thread-hierarchy < 0 # GHC 8.4 via hspec - - users-test < 0 # GHC 8.4 via hspec - - varying < 0 # GHC 8.4 via hspec - - wave < 0 # GHC 8.4 via hspec - - wide-word < 0 # GHC 8.4 via hspec - - wikicfp-scraper < 0 # GHC 8.4 via hspec - - wild-bind < 0 # GHC 8.4 via hspec - - withdependencies < 0 # GHC 8.4 via hspec - - word-trie < 0 # GHC 8.4 via hspec - - word8 < 0 # GHC 8.4 via hspec - - xeno < 0 # GHC 8.4 via hspec - - xxhash < 0 # GHC 8.4 via hspec - - xxhash-ffi < 0 # GHC 8.4 via hspec - - yaml < 0 # GHC 8.4 via hspec - yes-precure5-command < 0 # GHC 8.4 via hspec - yi-rope < 0 # GHC 8.4 via hspec - zlib-bindings < 0 # GHC 8.4 via hspec @@ -5301,7 +4500,6 @@ packages: - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - - mighty-metropolis < 0 # GHC 8.4 via kan-extensions - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -5343,32 +4541,10 @@ packages: - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - H < 0 # GHC 8.4 via temporary - - atomic-write < 0 # GHC 8.4 via temporary - - direct-sqlite < 0 # GHC 8.4 via temporary - - fileplow < 0 # GHC 8.4 via temporary - - flac < 0 # GHC 8.4 via temporary - - flac-picture < 0 # GHC 8.4 via temporary - - gnuplot < 0 # GHC 8.4 via temporary - - hsass < 0 # GHC 8.4 via temporary - - lame < 0 # GHC 8.4 via temporary - - markdown-unlit < 0 # GHC 8.4 via temporary - - mockery < 0 # GHC 8.4 via temporary - - path-io < 0 # GHC 8.4 via temporary - - say < 0 # GHC 8.4 via temporary - - silently < 0 # GHC 8.4 via temporary - - texmath < 0 # GHC 8.4 via temporary - - vector-mmap < 0 # GHC 8.4 via temporary - - wave < 0 # GHC 8.4 via temporary - - weigh < 0 # GHC 8.4 via temporary - - yaml < 0 # GHC 8.4 via temporary - - zip-archive < 0 # GHC 8.4 via temporary - tidal-midi < 0 # GHC 8.4 via tidal - axiom < 0 # GHC 8.4 via transient-universe - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - - binary-orphans < 0 # GHC 8.4 via vector-binary-instances - - statistics < 0 # GHC 8.4 via vector-binary-instances - openexr-write < 0 # GHC 8.4 via vector-split - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams @@ -5389,23 +4565,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - aeson-better-errors < 0 # GHC 8.4 via aeson - - aeson-generic-compat < 0 # GHC 8.4 via aeson - - aeson-yak < 0 # GHC 8.4 via aeson - - clang-compilation-database < 0 # GHC 8.4 via aeson - - docopt < 0 # GHC 8.4 via aeson - - hackage-db < 0 # GHC 8.4 via aeson - - haxl < 0 # GHC 8.4 via aeson - - hlint < 0 # GHC 8.4 via aeson - - json-rpc-generic < 0 # GHC 8.4 via aeson - - log-base < 0 # GHC 8.4 via aeson - - lxd-client-config < 0 # GHC 8.4 via aeson - - path < 0 # GHC 8.4 via aeson - - stripe-core < 0 # GHC 8.4 via aeson - - users < 0 # GHC 8.4 via aeson - - validity-aeson < 0 # GHC 8.4 via aeson - - weeder < 0 # GHC 8.4 via aeson - - xml-to-json < 0 # GHC 8.4 via aeson - log-base < 0 # GHC 8.4 via aeson-pretty - configurator-export < 0 # GHC 8.4 via base-compat - gitrev < 0 # GHC 8.4 via base-compat @@ -5415,8 +4574,6 @@ packages: - typelits-witnesses < 0 # GHC 8.4 via base-compat - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - - quickcheck-instances < 0 # GHC 8.4 via case-insensitive - - tostring < 0 # GHC 8.4 via case-insensitive - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints - monad-unlift-ref < 0 # GHC 8.4 via constraints @@ -5438,41 +4595,6 @@ packages: - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - - HSet < 0 # GHC 8.4 via hashable - - basic-prelude < 0 # GHC 8.4 via hashable - - concurrent-supply < 0 # GHC 8.4 via hashable - - dynamic-state < 0 # GHC 8.4 via hashable - - functor-classes-compat < 0 # GHC 8.4 via hashable - - hashmap < 0 # GHC 8.4 via hashable - - hashtables < 0 # GHC 8.4 via hashable - - haxl < 0 # GHC 8.4 via hashable - - intern < 0 # GHC 8.4 via hashable - - microlens-platform < 0 # GHC 8.4 via hashable - - network-transport < 0 # GHC 8.4 via hashable - - once < 0 # GHC 8.4 via hashable - - path < 0 # GHC 8.4 via hashable - - perfect-hash-generator < 0 # GHC 8.4 via hashable - - pred-set < 0 # GHC 8.4 via hashable - - quickcheck-instances < 0 # GHC 8.4 via hashable - - renderable < 0 # GHC 8.4 via hashable - - resource-pool < 0 # GHC 8.4 via hashable - - selda < 0 # GHC 8.4 via hashable - - shake < 0 # GHC 8.4 via hashable - - stm-containers < 0 # GHC 8.4 via hashable - - strict-types < 0 # GHC 8.4 via hashable - - swish < 0 # GHC 8.4 via hashable - - tmapchan < 0 # GHC 8.4 via hashable - - ttrie < 0 # GHC 8.4 via hashable - - unfoldable-restricted < 0 # GHC 8.4 via hashable - - uniplate < 0 # GHC 8.4 via hashable - - unique < 0 # GHC 8.4 via hashable - - unordered-containers < 0 # GHC 8.4 via hashable - - uuid-types < 0 # GHC 8.4 via hashable - - validity-unordered-containers < 0 # GHC 8.4 via hashable - - validity-vector < 0 # GHC 8.4 via hashable - - weeder < 0 # GHC 8.4 via hashable - - witherable < 0 # GHC 8.4 via hashable - - xml-to-json < 0 # GHC 8.4 via hashable - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema @@ -5497,8 +4619,6 @@ packages: - quickcheck-instances < 0 # GHC 8.4 via scientific - special-values < 0 # GHC 8.4 via scientific - validity-scientific < 0 # GHC 8.4 via scientific - - hquantlib < 0 # GHC 8.4 via statistics - - mwc-random < 0 # GHC 8.4 via statistics - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -5519,8 +4639,6 @@ packages: - bcrypt < 0 # GHC 8.4 via memory - pem < 0 # GHC 8.4 via memory - securemem < 0 # GHC 8.4 via memory - - monad-par < 0 # GHC 8.4 via mwc-random - - mwc-probability < 0 # GHC 8.4 via mwc-random - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -5563,6 +4681,269 @@ packages: - crypto-random-api < 0 # GHC 8.4 via entropy - scrypt < 0 # GHC 8.4 via entropy + # After first wave of unblocks + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 + - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system + - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 + - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 + - bower-json < 0 # GHC 8.4 via aeson-better-errors + - asn1-encoding < 0 # GHC 8.4 via asn1-types + - asn1-parse < 0 # GHC 8.4 via asn1-types + - pkcs10 < 0 # GHC 8.4 via asn1-types + - tls < 0 # GHC 8.4 via asn1-types + - x509 < 0 # GHC 8.4 via asn1-types + - x509-store < 0 # GHC 8.4 via asn1-types + - x509-validation < 0 # GHC 8.4 via asn1-types + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - wreq < 0 # GHC 8.4 via authenticate-oauth + - seqloc < 0 # GHC 8.4 via biocore + - heterocephalus < 0 # GHC 8.4 via blaze-html + - heterocephalus < 0 # GHC 8.4 via blaze-markup + - hledger-lib < 0 # GHC 8.4 via blaze-markup + - xml-html-qq < 0 # GHC 8.4 via blaze-markup + - hledger-ui < 0 # GHC 8.4 via brick + - tries < 0 # GHC 8.4 via bytestring-trie + - weigh < 0 # GHC 8.4 via bytestring-trie + - parsers < 0 # GHC 8.4 via charset + - cprng-aes < 0 # GHC 8.4 via cipher-aes + - composable-associations-aeson < 0 # GHC 8.4 via composable-associations + - amqp < 0 # GHC 8.4 via connection + - conduit-connection < 0 # GHC 8.4 via connection + - hasbolt < 0 # GHC 8.4 via connection + - irc-conduit < 0 # GHC 8.4 via connection + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - cql-io < 0 # GHC 8.4 via cql + - tasty-dejafu < 0 # GHC 8.4 via dejafu + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process + - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - email-validate < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - linear < 0 # GHC 8.4 via doctest-0.15.0 + - log-domain < 0 # GHC 8.4 via doctest-0.15.0 + - machines < 0 # GHC 8.4 via doctest-0.15.0 + - rcu < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - zippers < 0 # GHC 8.4 via doctest-0.15.0 + - jose-jwt < 0 # GHC 8.4 via either + - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api + - Spintax < 0 # GHC 8.4 via extra + - algebraic-graphs < 0 # GHC 8.4 via extra + - dbus < 0 # GHC 8.4 via extra + - hledger-lib < 0 # GHC 8.4 via extra + - hapistrano < 0 # GHC 8.4 via formatting + - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec + - hapistrano < 0 # GHC 8.4 via gitrev + - hasmin < 0 # GHC 8.4 via gitrev + - hexml-lens < 0 # GHC 8.4 via hexml + - xeno < 0 # GHC 8.4 via hexml + - hledger-ui < 0 # GHC 8.4 via hledger + - blake2 < 0 # GHC 8.4 via hlint + - folds < 0 # GHC 8.4 via hlint + - gc < 0 # GHC 8.4 via hlint + - rcu < 0 # GHC 8.4 via hlint + - sbv < 0 # GHC 8.4 via hlint + - structs < 0 # GHC 8.4 via hlint + - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck + - store < 0 # GHC 8.4 via hspec-smallcheck + - xml-html-qq < 0 # GHC 8.4 via html-conduit + - bitx-bitcoin < 0 # GHC 8.4 via http-client + - influxdb < 0 # GHC 8.4 via http-client + - wai-middleware-consul < 0 # GHC 8.4 via http-client + - wreq < 0 # GHC 8.4 via http-client + - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls + - wreq < 0 # GHC 8.4 via http-client-tls + - HandsomeSoup < 0 # GHC 8.4 via hxt + - hxt-http < 0 # GHC 8.4 via hxt + - katydid < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt + - xml-to-json < 0 # GHC 8.4 via hxt-curl + - xml-to-json < 0 # GHC 8.4 via hxt-expat + - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup + - generics-eot < 0 # GHC 8.4 via interpolate + - katydid < 0 # GHC 8.4 via json + - rainbox < 0 # GHC 8.4 via lens-simple + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - mighty-metropolis < 0 # GHC 8.4 via mcmc-types + - cryptohash < 0 # GHC 8.4 via memory + - cryptonite < 0 # GHC 8.4 via memory + - cryptonite-openssl < 0 # GHC 8.4 via memory + - git < 0 # GHC 8.4 via memory + - jose-jwt < 0 # GHC 8.4 via memory + - jwt < 0 # GHC 8.4 via memory + - text-ldap < 0 # GHC 8.4 via memory + - tls < 0 # GHC 8.4 via memory + - triplesec < 0 # GHC 8.4 via memory + - wreq < 0 # GHC 8.4 via memory + - x509 < 0 # GHC 8.4 via memory + - x509-validation < 0 # GHC 8.4 via memory + - wai-middleware-consul < 0 # GHC 8.4 via monad-logger + - mighty-metropolis < 0 # GHC 8.4 via mwc-probability + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - irc-conduit < 0 # GHC 8.4 via network-conduit-tls + - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory + - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests + - pkcs10 < 0 # GHC 8.4 via pem + - x509 < 0 # GHC 8.4 via pem + - x509-store < 0 # GHC 8.4 via pem + - x509-validation < 0 # GHC 8.4 via pem + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via poly-arity + - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary + - tasty-silver < 0 # GHC 8.4 via process-extras + - yi-core < 0 # GHC 8.4 via process-extras + - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances + - commutative < 0 # GHC 8.4 via quickcheck-instances + - cron < 0 # GHC 8.4 via quickcheck-instances + - hslua < 0 # GHC 8.4 via quickcheck-instances + - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances + - natural-transformation < 0 # GHC 8.4 via quickcheck-instances + - parsers < 0 # GHC 8.4 via quickcheck-instances + - pred-trie < 0 # GHC 8.4 via quickcheck-instances + - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances + - rose-trees < 0 # GHC 8.4 via quickcheck-instances + - sets < 0 # GHC 8.4 via quickcheck-instances + - string-conversions < 0 # GHC 8.4 via quickcheck-instances + - timemap < 0 # GHC 8.4 via quickcheck-instances + - tmapmvar < 0 # GHC 8.4 via quickcheck-instances + - tries < 0 # GHC 8.4 via quickcheck-instances + - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances + - rainbox < 0 # GHC 8.4 via rainbow + - lambdabot-core < 0 # GHC 8.4 via random-fu + - redis-io < 0 # GHC 8.4 via redis-resp + - lexer-applicative < 0 # GHC 8.4 via regex-applicative + - crypto-random < 0 # GHC 8.4 via securemem + - generics-eot < 0 # GHC 8.4 via shake + - shake-language-c < 0 # GHC 8.4 via shake + - heterocephalus < 0 # GHC 8.4 via shakespeare + - vinyl < 0 # GHC 8.4 via singletons + - hedis < 0 # GHC 8.4 via slave-thread + - wreq < 0 # GHC 8.4 via snap-server + - conduit-extra < 0 # GHC 8.4 via streaming-commons + - store < 0 # GHC 8.4 via streaming-commons + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec + - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams + - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - cql-io < 0 # GHC 8.4 via tinylog + - redis-io < 0 # GHC 8.4 via tinylog + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - show-prettyprint < 0 # GHC 8.4 via trifecta + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - users-test < 0 # GHC 8.4 via users + - courier < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid + - wreq < 0 # GHC 8.4 via uuid + - genvalidity < 0 # GHC 8.4 via validity + - genvalidity-aeson < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity + - genvalidity-containers < 0 # GHC 8.4 via validity + - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity + - genvalidity-property < 0 # GHC 8.4 via validity + - genvalidity-scientific < 0 # GHC 8.4 via validity + - genvalidity-text < 0 # GHC 8.4 via validity + - genvalidity-unordered-containers < 0 # GHC 8.4 via validity + - genvalidity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring + - genvalidity-containers < 0 # GHC 8.4 via validity-containers + - genvalidity-path < 0 # GHC 8.4 via validity-path + - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific + - validity-aeson < 0 # GHC 8.4 via validity-scientific + - genvalidity-text < 0 # GHC 8.4 via validity-text + - validity-aeson < 0 # GHC 8.4 via validity-text + - genvalidity-time < 0 # GHC 8.4 via validity-time + - hledger-ui < 0 # GHC 8.4 via vty + - wai-middleware-consul < 0 # GHC 8.4 via wai + - wai-middleware-prometheus < 0 # GHC 8.4 via wai + - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static + - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit + - wai-middleware-consul < 0 # GHC 8.4 via wai-extra + - websockets-rpc < 0 # GHC 8.4 via wai-transformers + - websockets-simple < 0 # GHC 8.4 via wai-transformers + - wai-middleware-consul < 0 # GHC 8.4 via warp + - websockets-rpc < 0 # GHC 8.4 via websockets + - websockets-simple < 0 # GHC 8.4 via websockets + - rose-trees < 0 # GHC 8.4 via witherable + - sets < 0 # GHC 8.4 via witherable + - haskell-gi < 0 # GHC 8.4 via xml-conduit + - xml-html-qq < 0 # GHC 8.4 via xml-conduit + - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - git < 0 # GHC 8.4 via zlib-bindings + - hit < 0 # GHC 8.4 via zlib-bindings + - io-streams < 0 # GHC 8.4 via zlib-bindings + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - b9 < 0 # GHC 8.4 via conduit-extra + - conduit-throttle < 0 # GHC 8.4 via conduit-extra + - hamtsolo < 0 # GHC 8.4 via conduit-extra + - stm-conduit < 0 # GHC 8.4 via conduit-extra + - bson < 0 # GHC 8.4 via cryptohash + - moesocks < 0 # GHC 8.4 via cryptohash + - s3-signer < 0 # GHC 8.4 via cryptohash + - crypto-api < 0 # GHC 8.4 via entropy + - crypto-random-api < 0 # GHC 8.4 via entropy + - nonce < 0 # GHC 8.4 via entropy + - scrypt < 0 # GHC 8.4 via entropy + - fsnotify < 0 # GHC 8.4 via hinotify + - openssl-streams < 0 # GHC 8.4 via io-streams + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + - apecs < 0 # GHC 8.4 via linear + - cue-sheet < 0 # GHC 8.4 via megaparsec + - dotenv < 0 # GHC 8.4 via megaparsec + - hspec-megaparsec < 0 # GHC 8.4 via megaparsec + - inflections < 0 # GHC 8.4 via megaparsec + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - freer-simple < 0 # GHC 8.4 via natural-transformation + - inline-c < 0 # GHC 8.4 via parsers + - lrucaching < 0 # GHC 8.4 via psqueues + - pcre-heavy < 0 # GHC 8.4 via string-conversions + - IntervalMap < 0 # GHC 8.4 via weigh + - text-metrics < 0 # GHC 8.4 via weigh + - crypto-api-tests < 0 # GHC 8.4 via crypto-api + - pureMD5 < 0 # GHC 8.4 via crypto-api + - xxhash < 0 # GHC 8.4 via crypto-api + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - hocilib < 0 # GHC 8.4 via inline-c + - ctrie < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client + - gravatar < 0 # GHC 8.4 via pureMD5 + - hpc-coveralls < 0 # GHC 8.4 via pureMD5 + - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 + - xxhash-ffi < 0 # GHC 8.4 via xxhash + "GHC upper bounds": # Need to always match the version shipped with GHC @@ -5589,44 +4970,6 @@ packages: # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3187 - - QuickCheck < 2.11 - - haddock-library < 1.5 - - # https://github.com/fpco/stackage/issues/3268 - - async < 2.2 - - async-timer < 0.2 - - # https://github.com/fpco/stackage/issues/3278 - - lifted-async < 0.10 - - # https://github.com/fpco/stackage/issues/3290 - # also blocked by QuickCheck < 2.11 - - doctest < 0.14 - - # https://github.com/karun012/doctest-discover/issues/19 - - doctest-discover < 0.1.0.8 - - # https://github.com/fpco/stackage/issues/3312 - - transformers-compat < 0.6.0.2 - - # https://github.com/fpco/stackage/issues/3315 - - exceptions < 0.9 - - # https://github.com/fpco/stackage/issues/3327 - - streaming-commons < 0.2 - - # https://github.com/fpco/stackage/issues/3329 - - skylighting < 0.7 - - # https://github.com/fpco/stackage/issues/3333 - - llvm-hs < 6 - - llvm-hs-pure < 6 - - # https://github.com/fpco/stackage/issues/3336 - # compilation failures - - clay < 0.12.3 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 @@ -5644,6 +4987,10 @@ packages: # https://github.com/Daniel-Diaz/matrix/issues/55 - matrix < 0.3.6.0 + # needed by path + # https://github.com/fpco/stackage/issues/3315 + - exceptions < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -5808,9 +5155,11 @@ skipped-tests: # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - - Cabal # GHC 8.4 via tasty - - call-stack # GHC 8.4 via nanospec + - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - http-types # GHC 8.4 via quickcheck-instances + - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 + - colour # QuickCheck-2.11.3 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From b4a0c7edd1292cad4c2c96469b6cc6d836a42ed0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:56:31 -0700 Subject: [PATCH 2859/3109] Remove adler32 per redneb/hs-adler32#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27f2058a..2ac06a53 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,7 +1597,8 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - - adler32 + - adler32 < 0 # removeme + # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 - btrfs - disk-free-space - hxt-css From 6de813bf87782a72551a207a20cf9e6c0374107f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 15:57:29 -0700 Subject: [PATCH 2860/3109] remove the removeme --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ac06a53..deb171a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,7 +1597,6 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - - adler32 < 0 # removeme # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 - btrfs - disk-free-space From a5eb3ee41d03e4f238704ce6a0a7245cd9dbddac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 18:27:43 -0700 Subject: [PATCH 2861/3109] Remove build failures for ghc 8.4 --- build-constraints.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb171a7..fbc49f69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3346,6 +3346,51 @@ packages: - wl-pprint < 0 # build failure with GHC 8.4 - yjsvg < 0 # build failure with GHC 8.4 + # round 2: + - HSet < 0 # DependencyFailed (PackageName "hashtables") + - HaTeX < 0 # DependencyFailed (PackageName "matrix") + - adler32 < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cases < 0 # DependencyFailed (PackageName "loch-th") + - clay < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - doctest-discover < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - dynamic-state < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - fmt < 0 # DependencyFailed (PackageName "text-format") + - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ghc-typelits-natnormalise < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hashtables < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup + - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lame < 0 # DependencyFailed (PackageName "htaglib") + - lens < 0 # DependencyFailed (PackageName "simple-reflect") + - lens-aeson < 0 # DependencyFailed (PackageName "simple-reflect") + - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") + - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pred-set < 0 # DependencyFailed (PackageName "HSet") + - simple-log < 0 # DependencyFailed (PackageName "hformat") + - simple-reflect < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - text-format < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main + - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") + - xls < 0 # DependencyFailed (PackageName "getopt-generics") + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. @@ -4943,6 +4988,13 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash + - distribution-nixpkgs < 0 # GHC 8.4 via lens + - ersatz < 0 # GHC 8.4 via lens + - generic-lens < 0 # GHC 8.4 via lens + - language-nix < 0 # GHC 8.4 via lens + - lens-action < 0 # GHC 8.4 via lens + - lens-regex < 0 # GHC 8.4 via lens + - metrics < 0 # GHC 8.4 via lens "GHC upper bounds": @@ -5323,6 +5375,12 @@ skipped-tests: # should not fail a build based on a test failure for one of these packages. expected-test-failures: + # GHC 8.4 + - conduit # https://github.com/snoyberg/conduit/issues/358 + - doctest # https://github.com/sol/doctest/issues/198 + - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 + + # Intermittent failures or unreliable. These tests may pass when # re-enabled, but will eventually fail again. Only remove these # from expected-failures if we know a fix has been released. From 82ef18b99f16834dce7ca1ebc6553d88536a350f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 13 Mar 2018 21:43:03 -0400 Subject: [PATCH 2862/3109] Unblock some packages --- build-constraints.yaml | 66 ------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fbc49f69..a5ef1cb6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3399,13 +3399,9 @@ packages: # These lines are temporary and should ideally be replaced by commenting out # the packages at their point of inclusion. "Blocked by GHC 8.4": - - Agda < 0 # GHC 8.4 via base-4.11.0.0 - - Earley < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 - GPipe < 0 # GHC 8.4 via base-4.11.0.0 - - JuicyPixels-scale-dct < 0 # GHC 8.4 via base-4.11.0.0 - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 - - Unique < 0 # GHC 8.4 via base-4.11.0.0 - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 @@ -3420,34 +3416,24 @@ packages: - accelerate-utility < 0 # GHC 8.4 via base-4.11.0.0 - active < 0 # GHC 8.4 via base-4.11.0.0 - aeson-diff < 0 # GHC 8.4 via base-4.11.0.0 - - aeson-extra < 0 # GHC 8.4 via base-4.11.0.0 - aeson-injector < 0 # GHC 8.4 via base-4.11.0.0 - alarmclock < 0 # GHC 8.4 via base-4.11.0.0 - ansigraph < 0 # GHC 8.4 via base-4.11.0.0 - - apply-refact < 0 # GHC 8.4 via base-4.11.0.0 - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 - - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 - - brittany < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - - classyplate < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - - czipwith < 0 # GHC 8.4 via base-4.11.0.0 - - data-tree-print < 0 # GHC 8.4 via base-4.11.0.0 - - deepseq-generics < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - ekg < 0 # GHC 8.4 via base-4.11.0.0 @@ -3455,7 +3441,6 @@ packages: - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - - eliminators < 0 # GHC 8.4 via base-4.11.0.0 - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 - exhaustive < 0 # GHC 8.4 via base-4.11.0.0 @@ -3468,8 +3453,6 @@ packages: - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 - github < 0 # GHC 8.4 via base-4.11.0.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 @@ -3482,25 +3465,14 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-src-meta < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-ast < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-prettyprint < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-refactor < 0 # GHC 8.4 via base-4.11.0.0 - - haskell-tools-rewrite < 0 # GHC 8.4 via base-4.11.0.0 - - hastache < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - hoopl < 0 # GHC 8.4 via base-4.11.0.0 - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - - ihaskell < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - - io-streams-haproxy < 0 # GHC 8.4 via base-4.11.0.0 - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - kraken < 0 # GHC 8.4 via base-4.11.0.0 @@ -3511,13 +3483,10 @@ packages: - libinfluxdb < 0 # GHC 8.4 via base-4.11.0.0 - libsystemd-journal < 0 # GHC 8.4 via base-4.11.0.0 - licensor < 0 # GHC 8.4 via base-4.11.0.0 - - lifted-async < 0 # GHC 8.4 via base-4.11.0.0 - - llvm-hs-pure < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra-file < 0 # GHC 8.4 via base-4.11.0.0 - logging-effect-extra-handler < 0 # GHC 8.4 via base-4.11.0.0 - - lzma < 0 # GHC 8.4 via base-4.11.0.0 - map-syntax < 0 # GHC 8.4 via base-4.11.0.0 - mole < 0 # GHC 8.4 via base-4.11.0.0 - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 @@ -3562,33 +3531,24 @@ packages: - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - servant-client < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - servant-js < 0 # GHC 8.4 via base-4.11.0.0 - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - - servant-swagger-ui < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - setlocale < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 - spdx < 0 # GHC 8.4 via base-4.11.0.0 - - splitmix < 0 # GHC 8.4 via base-4.11.0.0 - statestack < 0 # GHC 8.4 via base-4.11.0.0 - stitch < 0 # GHC 8.4 via base-4.11.0.0 - - strive < 0 # GHC 8.4 via base-4.11.0.0 - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - - threads < 0 # GHC 8.4 via base-4.11.0.0 - - threepenny-gui < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 - - time-parsers < 0 # GHC 8.4 via base-4.11.0.0 - - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 - union < 0 # GHC 8.4 via base-4.11.0.0 @@ -3600,23 +3560,13 @@ packages: - vectortiles < 0 # GHC 8.4 via base-4.11.0.0 - versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - - xhtml < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - - brittany < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-ast < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - - haskell-tools-refactor < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - - hint < 0 # GHC 8.4 via ghc-8.4.1 - inline-java < 0 # GHC 8.4 via ghc-8.4.1 - ihaskell < 0 # GHC 8.4 via ghc-boot-8.4.1 - brittany < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - haskell-tools-backend-ghc < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - text-show < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - text-show-instances < 0 # GHC 8.4 via ghc-boot-th-8.4.1 - - ghc-compact < 0 # GHC 8.4 via ghc-prim-0.5.2.0 - Agda < 0 # GHC 8.4 via template-haskell-2.13.0.0 - aeson-extra < 0 # GHC 8.4 via template-haskell-2.13.0.0 - bindings-GLFW < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3631,19 +3581,15 @@ packages: - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - testing-feat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3685,25 +3631,19 @@ packages: - language-javascript < 0 # GHC 8.4 via blaze-builder - lucid < 0 # GHC 8.4 via blaze-builder - mime-mail < 0 # GHC 8.4 via blaze-builder - - monad-logger < 0 # GHC 8.4 via blaze-builder - mysql-simple < 0 # GHC 8.4 via blaze-builder - oauthenticated < 0 # GHC 8.4 via blaze-builder - persistent-mysql < 0 # GHC 8.4 via blaze-builder - - persistent-postgresql < 0 # GHC 8.4 via blaze-builder - pipes-csv < 0 # GHC 8.4 via blaze-builder - pipes-wai < 0 # GHC 8.4 via blaze-builder - - req < 0 # GHC 8.4 via blaze-builder - riak < 0 # GHC 8.4 via blaze-builder - - rss-conduit < 0 # GHC 8.4 via blaze-builder - scotty < 0 # GHC 8.4 via blaze-builder - - servant-subscriber < 0 # GHC 8.4 via blaze-builder - servius < 0 # GHC 8.4 via blaze-builder - simple < 0 # GHC 8.4 via blaze-builder - simple-session < 0 # GHC 8.4 via blaze-builder - snap-server < 0 # GHC 8.4 via blaze-builder - sqlite-simple < 0 # GHC 8.4 via blaze-builder - stack < 0 # GHC 8.4 via blaze-builder - - streaming-commons < 0 # GHC 8.4 via blaze-builder - tagstream-conduit < 0 # GHC 8.4 via blaze-builder - trifecta < 0 # GHC 8.4 via blaze-builder - uri-bytestring < 0 # GHC 8.4 via blaze-builder @@ -3724,26 +3664,20 @@ packages: - warp < 0 # GHC 8.4 via blaze-builder - web-routes < 0 # GHC 8.4 via blaze-builder - websockets < 0 # GHC 8.4 via blaze-builder - - wrecker < 0 # GHC 8.4 via blaze-builder - xmlgen < 0 # GHC 8.4 via blaze-builder - xmlhtml < 0 # GHC 8.4 via blaze-builder - yesod-auth < 0 # GHC 8.4 via blaze-builder - yesod-bin < 0 # GHC 8.4 via blaze-builder - yesod-eventsource < 0 # GHC 8.4 via blaze-builder - - yesod-form < 0 # GHC 8.4 via blaze-builder - yesod-persistent < 0 # GHC 8.4 via blaze-builder - yesod-static < 0 # GHC 8.4 via blaze-builder - yesod-test < 0 # GHC 8.4 via blaze-builder - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - - uuid < 0 # GHC 8.4 via cryptohash-sha1 - github-webhooks < 0 # GHC 8.4 via deepseq-generics - hidapi < 0 # GHC 8.4 via deepseq-generics - kdt < 0 # GHC 8.4 via deepseq-generics - - uri-bytestring < 0 # GHC 8.4 via deepseq-generics - yesod-core < 0 # GHC 8.4 via deepseq-generics - - log < 0 # GHC 8.4 via ekg - - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - download < 0 # GHC 8.4 via feed From 4585ef1d9d3e4bac98b7722c51e4ac591fa3e870 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 13 Mar 2018 21:59:32 -0400 Subject: [PATCH 2863/3109] Remove some more blocked packages --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5ef1cb6..f6fec1e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3687,7 +3687,6 @@ packages: - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - servant-github-webhook < 0 # GHC 8.4 via github - - stack < 0 # GHC 8.4 via hackage-security - pandoc < 0 # GHC 8.4 via haddock-library - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server @@ -3705,31 +3704,22 @@ packages: - jmacro < 0 # GHC 8.4 via haskell-src-meta - language-c-quote < 0 # GHC 8.4 via haskell-src-meta - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta - - persistent < 0 # GHC 8.4 via haskell-src-meta - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta - - stack < 0 # GHC 8.4 via hastache - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - - hjsonschema < 0 # GHC 8.4 via hjsonpointer - Spock-core < 0 # GHC 8.4 via http-api-data - - chatwork < 0 # GHC 8.4 via http-api-data - - emailaddress < 0 # GHC 8.4 via http-api-data - envelope < 0 # GHC 8.4 via http-api-data - eventful-core < 0 # GHC 8.4 via http-api-data - http-link-header < 0 # GHC 8.4 via http-api-data - - lxd-client < 0 # GHC 8.4 via http-api-data - - miso < 0 # GHC 8.4 via http-api-data - persistent < 0 # GHC 8.4 via http-api-data - persistent-mongoDB < 0 # GHC 8.4 via http-api-data - persistent-redis < 0 # GHC 8.4 via http-api-data - persistent-template < 0 # GHC 8.4 via http-api-data - pushbullet-types < 0 # GHC 8.4 via http-api-data - - rakuten < 0 # GHC 8.4 via http-api-data - req < 0 # GHC 8.4 via http-api-data - reroute < 0 # GHC 8.4 via http-api-data - - servant-kotlin < 0 # GHC 8.4 via http-api-data - slug < 0 # GHC 8.4 via http-api-data - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media From d3dd967681e5715dcc6615b1ba844b4a2a681f93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 21:45:20 -0700 Subject: [PATCH 2864/3109] Unblock a number of packages for ghc 8.4, incl cryptonite --- build-constraints.yaml | 74 +++++++++++------------------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6fec1e2..ebd8535a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3934,24 +3934,6 @@ packages: - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - - MFlow < 0 # GHC 8.4 via conduit-extra - - cryptonite-conduit < 0 # GHC 8.4 via conduit-extra - - editor-open < 0 # GHC 8.4 via conduit-extra - - fb < 0 # GHC 8.4 via conduit-extra - - haskell-spacegoo < 0 # GHC 8.4 via conduit-extra - - hledger-web < 0 # GHC 8.4 via conduit-extra - - hoogle < 0 # GHC 8.4 via conduit-extra - - imagesize-conduit < 0 # GHC 8.4 via conduit-extra - - markdown < 0 # GHC 8.4 via conduit-extra - - mega-sdist < 0 # GHC 8.4 via conduit-extra - - mongoDB < 0 # GHC 8.4 via conduit-extra - - network-conduit-tls < 0 # GHC 8.4 via conduit-extra - - pager < 0 # GHC 8.4 via conduit-extra - - sbp < 0 # GHC 8.4 via conduit-extra - - serf < 0 # GHC 8.4 via conduit-extra - - wire-streams < 0 # GHC 8.4 via conduit-extra - - xml-conduit < 0 # GHC 8.4 via conduit-extra - - zip < 0 # GHC 8.4 via conduit-extra - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - check-email < 0 # GHC 8.4 via email-validate @@ -4226,12 +4208,6 @@ packages: - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - connection-pool < 0 # GHC 8.4 via streaming-commons - - network-conduit-tls < 0 # GHC 8.4 via streaming-commons - - pipes-text < 0 # GHC 8.4 via streaming-commons - - wai-cli < 0 # GHC 8.4 via streaming-commons - - warp-tls < 0 # GHC 8.4 via streaming-commons - - yesod < 0 # GHC 8.4 via streaming-commons - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - cabal2nix < 0 # GHC 8.4 via tasty-golden @@ -4430,11 +4406,6 @@ packages: - formatting < 0 # GHC 8.4 via clock - mercury-api < 0 # GHC 8.4 via clock - stopwatch < 0 # GHC 8.4 via clock - - executable-hash < 0 # GHC 8.4 via cryptohash - - hasql-migration < 0 # GHC 8.4 via cryptohash - - pdf-toolbox-document < 0 # GHC 8.4 via cryptohash - - vhd < 0 # GHC 8.4 via cryptohash - - protocol-radius < 0 # GHC 8.4 via cryptonite - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta @@ -4558,8 +4529,6 @@ packages: - shake < 0 # GHC 8.4 via extra - weeder < 0 # GHC 8.4 via extra - flat-mcmc < 0 # GHC 8.4 via formatting - - memory < 0 # GHC 8.4 via foundation - - weeder < 0 # GHC 8.4 via foundation - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub @@ -4605,9 +4574,6 @@ packages: - hxt-expat < 0 # GHC 8.4 via hxt - hxt-tagsoup < 0 # GHC 8.4 via hxt - rainbow < 0 # GHC 8.4 via lens-simple - - bcrypt < 0 # GHC 8.4 via memory - - pem < 0 # GHC 8.4 via memory - - securemem < 0 # GHC 8.4 via memory - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4752,18 +4718,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - cryptohash < 0 # GHC 8.4 via memory - - cryptonite < 0 # GHC 8.4 via memory - - cryptonite-openssl < 0 # GHC 8.4 via memory - - git < 0 # GHC 8.4 via memory - - jose-jwt < 0 # GHC 8.4 via memory - - jwt < 0 # GHC 8.4 via memory - - text-ldap < 0 # GHC 8.4 via memory - - tls < 0 # GHC 8.4 via memory - - triplesec < 0 # GHC 8.4 via memory - - wreq < 0 # GHC 8.4 via memory - - x509 < 0 # GHC 8.4 via memory - - x509-validation < 0 # GHC 8.4 via memory - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec @@ -4806,8 +4760,6 @@ packages: - vinyl < 0 # GHC 8.4 via singletons - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - - conduit-extra < 0 # GHC 8.4 via streaming-commons - - store < 0 # GHC 8.4 via streaming-commons - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - htoml < 0 # GHC 8.4 via tasty-hspec - websockets-simple < 0 # GHC 8.4 via tasty-hspec @@ -4872,13 +4824,6 @@ packages: - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - b9 < 0 # GHC 8.4 via conduit-extra - - conduit-throttle < 0 # GHC 8.4 via conduit-extra - - hamtsolo < 0 # GHC 8.4 via conduit-extra - - stm-conduit < 0 # GHC 8.4 via conduit-extra - - bson < 0 # GHC 8.4 via cryptohash - - moesocks < 0 # GHC 8.4 via cryptohash - - s3-signer < 0 # GHC 8.4 via cryptohash - crypto-api < 0 # GHC 8.4 via entropy - crypto-random-api < 0 # GHC 8.4 via entropy - nonce < 0 # GHC 8.4 via entropy @@ -4919,6 +4864,25 @@ packages: - lens-action < 0 # GHC 8.4 via lens - lens-regex < 0 # GHC 8.4 via lens - metrics < 0 # GHC 8.4 via lens + - pipes-bytestring < 0 # GHC 8.4 via pipes-group + - pipes-text < 0 # GHC 8.4 via pipes-group + - pipes-text < 0 # GHC 8.4 via pipes-safe + - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 + - wire-streams < 0 # GHC 8.4 via binary-parsers + - wire-streams < 0 # GHC 8.4 via io-streams + # - cryptonite-conduit < 0 # GHC 8.4 via memory + - haskell-spacegoo < 0 # GHC 8.4 via vector-space + - bcrypt < 0 # GHC 8.4 via entropy + - jwt < 0 # GHC 8.4 via lens + - jwt < 0 # GHC 8.4 via lens-aeson + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - vhd < 0 # GHC 8.4 via cipher-aes + - uuid < 0 # GHC 8.4 via entropy + - hasql-migration < 0 # GHC 8.4 via hasql + - hasql-transaction < 0 # GHC 8.4 via hasql + - moesocks < 0 # GHC 8.4 via lens + - moesocks < 0 # GHC 8.4 via lens-aeson "GHC upper bounds": From 94504398e6313cd6a66a867623a1379ccb52f945 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 21:54:50 -0700 Subject: [PATCH 2865/3109] Unblock more for ghc 8.4, incl parsers --- build-constraints.yaml | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ebd8535a..8dac3e81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4506,13 +4506,6 @@ packages: - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - log-base < 0 # GHC 8.4 via aeson-pretty - - configurator-export < 0 # GHC 8.4 via base-compat - - gitrev < 0 # GHC 8.4 via base-compat - - prompt < 0 # GHC 8.4 via base-compat - - quickcheck-instances < 0 # GHC 8.4 via base-compat - - tagged-binary < 0 # GHC 8.4 via base-compat - - typelits-witnesses < 0 # GHC 8.4 via base-compat - - wl-pprint-text < 0 # GHC 8.4 via base-compat - witherable < 0 # GHC 8.4 via base-orphans - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints @@ -4551,12 +4544,6 @@ packages: - h2c < 0 # GHC 8.4 via resourcet - monad-unlift-ref < 0 # GHC 8.4 via resourcet - scalpel < 0 # GHC 8.4 via scalpel-core - - aeson-better-errors < 0 # GHC 8.4 via scientific - - binary-parsers < 0 # GHC 8.4 via scientific - - json-rpc-generic < 0 # GHC 8.4 via scientific - - quickcheck-instances < 0 # GHC 8.4 via scientific - - special-values < 0 # GHC 8.4 via scientific - - validity-scientific < 0 # GHC 8.4 via scientific - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - hlint < 0 # GHC 8.4 via yaml @@ -4587,9 +4574,6 @@ packages: - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - haskell-src-exts-util < 0 # GHC 8.4 via uniplate - nsis < 0 # GHC 8.4 via uniplate - - biopsl < 0 # GHC 8.4 via unordered-containers - - charset < 0 # GHC 8.4 via unordered-containers - - islink < 0 # GHC 8.4 via unordered-containers - Workflow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via TCache - cairo < 0 # GHC 8.4 via gtk2hs-buildtools @@ -4640,7 +4624,6 @@ packages: - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie - - parsers < 0 # GHC 8.4 via charset - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - amqp < 0 # GHC 8.4 via connection @@ -4733,22 +4716,6 @@ packages: - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - tasty-silver < 0 # GHC 8.4 via process-extras - yi-core < 0 # GHC 8.4 via process-extras - - attoparsec-path < 0 # GHC 8.4 via quickcheck-instances - - commutative < 0 # GHC 8.4 via quickcheck-instances - - cron < 0 # GHC 8.4 via quickcheck-instances - - hslua < 0 # GHC 8.4 via quickcheck-instances - - monoid-subclasses < 0 # GHC 8.4 via quickcheck-instances - - natural-transformation < 0 # GHC 8.4 via quickcheck-instances - - parsers < 0 # GHC 8.4 via quickcheck-instances - - pred-trie < 0 # GHC 8.4 via quickcheck-instances - - protobuf-simple < 0 # GHC 8.4 via quickcheck-instances - - rose-trees < 0 # GHC 8.4 via quickcheck-instances - - sets < 0 # GHC 8.4 via quickcheck-instances - - string-conversions < 0 # GHC 8.4 via quickcheck-instances - - timemap < 0 # GHC 8.4 via quickcheck-instances - - tmapmvar < 0 # GHC 8.4 via quickcheck-instances - - tries < 0 # GHC 8.4 via quickcheck-instances - - websockets-rpc < 0 # GHC 8.4 via quickcheck-instances - rainbox < 0 # GHC 8.4 via rainbow - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp @@ -4870,7 +4837,6 @@ packages: - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - # - cryptonite-conduit < 0 # GHC 8.4 via memory - haskell-spacegoo < 0 # GHC 8.4 via vector-space - bcrypt < 0 # GHC 8.4 via entropy - jwt < 0 # GHC 8.4 via lens @@ -4883,6 +4849,9 @@ packages: - hasql-transaction < 0 # GHC 8.4 via hasql - moesocks < 0 # GHC 8.4 via lens - moesocks < 0 # GHC 8.4 via lens-aeson + - biopsl < 0 # GHC 8.4 via biocore + - tagged-binary < 0 # GHC 8.4 via pureMD5 + - validity-scientific < 0 # GHC 8.4 via validity "GHC upper bounds": From 56fef6aced59bd905e135602d67b32046e2d2032 Mon Sep 17 00:00:00 2001 From: ncaq Date: Wed, 14 Mar 2018 14:04:55 +0900 Subject: [PATCH 2866/3109] added: yesod-recaptcha2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I fixed yesod 1.6 build. [yesod-recaptcha2-0.2.3 build failure with yesod-1.6 · Issue #2 · ncaq/yesod-recaptcha2](https://github.com/ncaq/yesod-recaptcha2/issues/2) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 684d8bbf..c4d96ff4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2882,7 +2882,7 @@ packages: - string-transform - uniq-deep - yesod-form-bootstrap4 - # - yesod-recaptcha2 # https://github.com/ncaq/yesod-recaptcha2/issues/2 + - yesod-recaptcha2 "Andrei Barbu @abarbu": - nondeterminism From dccf9886087bfd7d36a71adf404a86acb63e4f8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:10:09 -0700 Subject: [PATCH 2867/3109] Restore various pkgs for ghc 8.4, incl hlint --- build-constraints.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 684d8bbf..a79fc002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4400,13 +4400,6 @@ packages: - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - - Hoed < 0 # GHC 8.4 via clock - - cache < 0 # GHC 8.4 via clock - - clock-extras < 0 # GHC 8.4 via clock - - extra < 0 # GHC 8.4 via clock - - formatting < 0 # GHC 8.4 via clock - - mercury-api < 0 # GHC 8.4 via clock - - stopwatch < 0 # GHC 8.4 via clock - glabrous < 0 # GHC 8.4 via either - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta @@ -4518,10 +4511,6 @@ packages: - hunit-dejafu < 0 # GHC 8.4 via dejafu - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - - hexml < 0 # GHC 8.4 via extra - - hlint < 0 # GHC 8.4 via extra - - shake < 0 # GHC 8.4 via extra - - weeder < 0 # GHC 8.4 via extra - flat-mcmc < 0 # GHC 8.4 via formatting - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics @@ -4547,7 +4536,6 @@ packages: - scalpel < 0 # GHC 8.4 via scalpel-core - hackage-db < 0 # GHC 8.4 via tar - packdeps < 0 # GHC 8.4 via tar - - hlint < 0 # GHC 8.4 via yaml - lxd-client-config < 0 # GHC 8.4 via yaml - weeder < 0 # GHC 8.4 via yaml - epub-metadata < 0 # GHC 8.4 via zip-archive @@ -4573,8 +4561,6 @@ packages: - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - - haskell-src-exts-util < 0 # GHC 8.4 via uniplate - - nsis < 0 # GHC 8.4 via uniplate - Workflow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via TCache - cairo < 0 # GHC 8.4 via gtk2hs-buildtools @@ -4651,10 +4637,6 @@ packages: - zippers < 0 # GHC 8.4 via doctest-0.15.0 - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - Spintax < 0 # GHC 8.4 via extra - - algebraic-graphs < 0 # GHC 8.4 via extra - - dbus < 0 # GHC 8.4 via extra - - hledger-lib < 0 # GHC 8.4 via extra - hapistrano < 0 # GHC 8.4 via formatting - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec @@ -4853,6 +4835,7 @@ packages: - biopsl < 0 # GHC 8.4 via biocore - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity + - Hoed < 0 # GHC 8.4 via hashtables "GHC upper bounds": From 3ea52727db54d4860d0e312e368cbec996272629 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:29:20 -0700 Subject: [PATCH 2868/3109] Unblock lens, lens-aeson for ghc 8.4 by skipping tests --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a79fc002..e369b7df 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3371,8 +3371,6 @@ packages: - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - - lens < 0 # DependencyFailed (PackageName "simple-reflect") - - lens-aeson < 0 # DependencyFailed (PackageName "simple-reflect") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -5050,6 +5048,8 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - http-types # GHC 8.4 via quickcheck-instances + - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 34ae5a564ff52b216eca050311de094b3dad91a4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 22:39:11 -0700 Subject: [PATCH 2869/3109] Remove some ghc 8.4 build failures --- build-constraints.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e369b7df..0176413e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,7 +25,8 @@ packages: - zstd "Jacek Galowicz @tfc": - - hamtsolo + [] + # - hamtsolo # conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 "Ferdinand van Walree @Ferdinand-vW": [] @@ -648,7 +649,7 @@ packages: - monad-parallel - monad-coroutine - incremental-parser - - monoid-subclasses + # - monoid-subclasses # GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - picoparsec - rank2classes @@ -1824,7 +1825,7 @@ packages: - webdriver-angular "Sven Heyll @sheyll": - - b9 + # - b9 # GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - type-spec - pretty-types @@ -2069,7 +2070,7 @@ packages: "Ivan Miljenovic @ivan-m": - fgl # - graphviz # fgl 5.6.0.0 - - wl-pprint-text + # - wl-pprint-text # build failure with ghc 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - servant-pandoc "Sharif Olorin @olorin": @@ -3263,7 +3264,12 @@ packages: # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": + - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 - Genbank < 0 # build failure with GHC 8.4 From f2cb5e5281e2e1203273e20fe0ef5c8cf50d06cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 23:06:36 -0700 Subject: [PATCH 2870/3109] Unblock more, incl th-desugar and singletons --- build-constraints.yaml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0176413e..cd82438c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4215,13 +4215,6 @@ packages: - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - cabal2nix < 0 # GHC 8.4 via tasty-golden - - countable < 0 # GHC 8.4 via tasty-golden - - heatshrink < 0 # GHC 8.4 via tasty-golden - - inline-r < 0 # GHC 8.4 via tasty-golden - - matplotlib < 0 # GHC 8.4 via tasty-golden - - singletons < 0 # GHC 8.4 via tasty-golden - - skylighting < 0 # GHC 8.4 via tasty-golden - arithmoi < 0 # GHC 8.4 via tasty-smallcheck - bit-stream < 0 # GHC 8.4 via tasty-smallcheck - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck @@ -4471,10 +4464,6 @@ packages: - sdl2-mixer < 0 # GHC 8.4 via sdl2 - sdl2-ttf < 0 # GHC 8.4 via sdl2 - state-codes < 0 # GHC 8.4 via shakespeare - - jni < 0 # GHC 8.4 via singletons - - jvm < 0 # GHC 8.4 via singletons - - n-tuple < 0 # GHC 8.4 via singletons - - type-combinators-singletons < 0 # GHC 8.4 via singletons - yi-snippet < 0 # GHC 8.4 via tasty-hunit - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams @@ -4631,14 +4620,7 @@ packages: - djinn-ghc < 0 # GHC 8.4 via djinn-lib - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - linear < 0 # GHC 8.4 via doctest-0.15.0 - - log-domain < 0 # GHC 8.4 via doctest-0.15.0 - - machines < 0 # GHC 8.4 via doctest-0.15.0 - - rcu < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - zippers < 0 # GHC 8.4 via doctest-0.15.0 - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - hapistrano < 0 # GHC 8.4 via formatting @@ -4711,7 +4693,6 @@ packages: - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - heterocephalus < 0 # GHC 8.4 via shakespeare - - vinyl < 0 # GHC 8.4 via singletons - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec @@ -4719,7 +4700,6 @@ packages: - websockets-simple < 0 # GHC 8.4 via tasty-hspec - yi-language < 0 # GHC 8.4 via tasty-hspec - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - th-desugar < 0 # GHC 8.4 via template-haskell-2.13.0.0 - cql-io < 0 # GHC 8.4 via tinylog - redis-io < 0 # GHC 8.4 via tinylog - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4794,7 +4774,6 @@ packages: - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - - inline-c < 0 # GHC 8.4 via parsers - lrucaching < 0 # GHC 8.4 via psqueues - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh @@ -4851,10 +4830,6 @@ packages: # https://github.com/fpco/stackage/issues/3154 - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3173 - - th-desugar < 1.8 - - singletons < 2.4 - # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 @@ -5056,6 +5031,8 @@ skipped-tests: - http-types # GHC 8.4 via quickcheck-instances - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 0d1d41a494c3a51568be72823b7557390fcc08fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 23:21:33 -0700 Subject: [PATCH 2871/3109] Remove more build failures with ghc 8.4 --- build-constraints.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd82438c..25674012 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1659,7 +1659,7 @@ packages: - markup - monad-control-aligned - monadoid - - n-tuple + # - n-tuple # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - path-extra - pred-trie - pred-set @@ -1713,7 +1713,7 @@ packages: - one-liner-instances - prompt - tagged-binary - - type-combinators-singletons + # - type-combinators-singletons # GHC 8.4 via type-combinators - typelits-witnesses - uncertain - vector-sized @@ -1751,9 +1751,9 @@ packages: - choice - distributed-closure - inline-java - - inline-r - - jni - - jvm + # - inline-r # GHC 8.4 via inline-c + # - jni # GHC 8.4 via inline-c + # - jvm # GHC 8.4 via inline-c - jvm-streaming - H - sparkle @@ -2214,7 +2214,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl + # - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 "Christoph Breitkopf @bokesan": - IntervalMap @@ -2231,7 +2231,7 @@ packages: - webdriver "Luke Iannini @lukexi": - - inline-c + # - inline-c # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - inline-c-cpp - ekg @@ -3267,7 +3267,11 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 + - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 # may have no issue yet From ebc153aabac12d264086058c482944f8eab83780 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 14 Mar 2018 08:28:09 +0200 Subject: [PATCH 2872/3109] Remove expected test failure for conduit --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25674012..cd20824b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5204,7 +5204,6 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - conduit # https://github.com/snoyberg/conduit/issues/358 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ca9b62cd56c0678b21eef8ca0499cbc97b82d653 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Wed, 14 Mar 2018 09:26:10 +0100 Subject: [PATCH 2873/3109] Install LLVM 6.0 in docker image and reenable llvm-hs --- build-constraints.yaml | 1 - debian-bootstrap.sh | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..304f16b4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3755,7 +3755,6 @@ packages: - pipes-fluid < 0 # GHC 8.4 via lifted-async - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async - shelly < 0 # GHC 8.4 via lifted-async - - llvm-hs < 0 # GHC 8.4 via llvm-hs-pure - lzma-conduit < 0 # GHC 8.4 via lzma - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index cb111408..c407a32a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -156,12 +156,18 @@ curl -sSL https://get.haskellstack.org/ | sh # Put documentation where we expect it mv /opt/ghc/$GHCVER/share/doc/ghc-$GHCVER/ /opt/ghc/$GHCVER/share/doc/ghc -# llvm-5.0 for llvm-hs (separate since it needs wget) +# llvm-5.0 for GHC (separate since it needs wget) wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main" \ && apt-get update \ && apt-get install -y llvm-5.0 +# llvm-6.0 for llvm-hs (separate since it needs wget) +wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ + && add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main" \ + && apt-get update \ + && apt-get install -y llvm-6.0 + # Buggy versions of ld.bfd fail to link some Haskell packages: # https://sourceware.org/bugzilla/show_bug.cgi?id=17689. Gold is # faster anyways and uses less RAM. From 15e09614fb20bb1f3b94b055bf676829bdcac014 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Mar 2018 09:48:24 +0100 Subject: [PATCH 2874/3109] build-constraints: json-autotype has updates constraints on Hackage Revision 2 of json-autotype-1.0.18 should build fine with GHC 8.4.x. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..81249241 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3482,7 +3482,6 @@ packages: - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - - json-autotype < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 - kraken < 0 # GHC 8.4 via base-4.11.0.0 - lackey < 0 # GHC 8.4 via base-4.11.0.0 From ee1db69deafadc1cf4f40fcc0a9827a8f00af864 Mon Sep 17 00:00:00 2001 From: Simon Hafner Date: Wed, 14 Mar 2018 12:15:38 +0100 Subject: [PATCH 2875/3109] add katip-scalyr-scribe --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..ad4d6287 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2974,6 +2974,7 @@ packages: "Simon Hafner @reactormonk": - uri-bytestring-aeson + - katip-scalyr-scribe "Sebastian Witte @saep": [] From 0de16b525b1c98094236a8f7d5ec8185699b1efd Mon Sep 17 00:00:00 2001 From: ygale Date: Wed, 14 Mar 2018 14:29:24 +0200 Subject: [PATCH 2876/3109] timezone-series and timezone-olson now build with 8.4.1 --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..78aafd59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3344,7 +3344,6 @@ packages: - skeletons < 0 # build failure with GHC 8.4 - sql-words < 0 # build failure with GHC 8.4 - timespan < 0 # build failure with GHC 8.4 - - timezone-olson < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - transient < 0 # build failure with GHC 8.4 - tuple < 0 # build failure with GHC 8.4 @@ -4956,10 +4955,6 @@ package-flags: functor-classes-compat: containers: true - timezone-series: - time_1_6_and_1_7: false - time_pre_1_6: false - mintty: win32-2-5: true From 80f2db857f66d93a4eed373ac76dfa6564cd399a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 06:17:08 -0700 Subject: [PATCH 2877/3109] Skip some test suites per hspec 2.5, see #3376 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd20824b..97753ce9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5038,6 +5038,10 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - fold-debounce # hspec 2.5 + - stb-image-redux # hspec 2.5 + - stopwatch # hspec 2.5 + - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From 63926dc45b4711a2638fcc85f4c4717307c9578a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:29:10 -0700 Subject: [PATCH 2878/3109] Unblock a few more, incl safe-exceptions --- build-constraints.yaml | 47 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5077a3b1..f4fa322b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3533,7 +3533,6 @@ packages: - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 - rest-types < 0 # GHC 8.4 via base-4.11.0.0 - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - - safe-exceptions < 0 # GHC 8.4 via base-4.11.0.0 - schematic < 0 # GHC 8.4 via base-4.11.0.0 - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - servant < 0 # GHC 8.4 via base-4.11.0.0 @@ -3793,28 +3792,6 @@ packages: - stack < 0 # GHC 8.4 via regex-applicative-text - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - - async-refresh < 0 # GHC 8.4 via safe-exceptions - - async-refresh-tokens < 0 # GHC 8.4 via safe-exceptions - - async-timer < 0 # GHC 8.4 via safe-exceptions - - atom-conduit < 0 # GHC 8.4 via safe-exceptions - - credential-store < 0 # GHC 8.4 via safe-exceptions - - direct-rocksdb < 0 # GHC 8.4 via safe-exceptions - - dublincore-xml-conduit < 0 # GHC 8.4 via safe-exceptions - - eventstore < 0 # GHC 8.4 via safe-exceptions - - groundhog < 0 # GHC 8.4 via safe-exceptions - - inline-c-cpp < 0 # GHC 8.4 via safe-exceptions - - irc-dcc < 0 # GHC 8.4 via safe-exceptions - - liboath-hs < 0 # GHC 8.4 via safe-exceptions - - logger-thread < 0 # GHC 8.4 via safe-exceptions - - massiv < 0 # GHC 8.4 via safe-exceptions - - opml-conduit < 0 # GHC 8.4 via safe-exceptions - - pinboard < 0 # GHC 8.4 via safe-exceptions - - rss-conduit < 0 # GHC 8.4 via safe-exceptions - - safe-exceptions-checked < 0 # GHC 8.4 via safe-exceptions - - tar-conduit < 0 # GHC 8.4 via safe-exceptions - - teardown < 0 # GHC 8.4 via safe-exceptions - - throwable-exceptions < 0 # GHC 8.4 via safe-exceptions - - universum < 0 # GHC 8.4 via safe-exceptions - approximate < 0 # GHC 8.4 via safecopy - compensated < 0 # GHC 8.4 via safecopy - hyperloglog < 0 # GHC 8.4 via safecopy @@ -4821,6 +4798,30 @@ packages: - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity - Hoed < 0 # GHC 8.4 via hashtables + - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 + - rss-conduit < 0 # GHC 8.4 via atom-conduit + - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 + - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit + - monad-logger < 0 # GHC 8.4 via fast-logger + - pinboard < 0 # GHC 8.4 via http-client + - pinboard < 0 # GHC 8.4 via http-client-tls + - inline-c-cpp < 0 # GHC 8.4 via inline-c + - liboath-hs < 0 # GHC 8.4 via inline-c + - irc-dcc < 0 # GHC 8.4 via io-streams + - opml-conduit < 0 # GHC 8.4 via lens-simple + - rss-conduit < 0 # GHC 8.4 via lens-simple + - opml-conduit < 0 # GHC 8.4 via monoid-subclasses + - dublincore-xml-conduit < 0 # GHC 8.4 via timerep + - opml-conduit < 0 # GHC 8.4 via timerep + - rss-conduit < 0 # GHC 8.4 via timerep + - dublincore-xml-conduit < 0 # GHC 8.4 via uri-bytestring + - opml-conduit < 0 # GHC 8.4 via uri-bytestring + - rss-conduit < 0 # GHC 8.4 via uri-bytestring + - rss-conduit < 0 # GHC 8.4 via vinyl + - tar-conduit < 0 # GHC 8.4 via weigh + - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit + - opml-conduit < 0 # GHC 8.4 via xml-conduit + - rss-conduit < 0 # GHC 8.4 via xml-conduit "GHC upper bounds": From 4ae478abf5c2b5ad19d78ffa5078a519689e0d02 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:47:27 -0700 Subject: [PATCH 2879/3109] Disable massiv per lehins/massiv#10 --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c074289d..e443a1f3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,10 +2810,11 @@ packages: # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": + [] # - wai-middleware-auth # via hoauth2 # - hip # lens 4.16 via diagrams/chart - - massiv - - massiv-io + # - massiv # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 + # - massiv-io # GHC 8.4 via massiv "Hans-Peter Deifel @hpdeifel": - hledger-iadd @@ -3268,6 +3269,7 @@ packages: - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 @@ -3398,6 +3400,7 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") + - massiv-io < 0 # GHC 8.4 via massiv # This section was used to programmatically generate a set of removals @@ -4138,7 +4141,6 @@ packages: - machines-binary < 0 # GHC 8.4 via machines - machines-directory < 0 # GHC 8.4 via machines - machines-io < 0 # GHC 8.4 via machines - - massiv-io < 0 # GHC 8.4 via massiv - HaskellNet < 0 # GHC 8.4 via mime-mail - mime-mail-ses < 0 # GHC 8.4 via mime-mail - smtp-mail < 0 # GHC 8.4 via mime-mail From 79649f62b90b9f8abd7389cdf9f5643c35a7196a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 07:50:35 -0700 Subject: [PATCH 2880/3109] Unskip tests for fold-debounce and stopwatch, see #3376 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e443a1f3..f9708eb4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5034,9 +5034,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 - - fold-debounce # hspec 2.5 - stb-image-redux # hspec 2.5 - - stopwatch # hspec 2.5 - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 3576772b9c8b2599aab2935f03cbc4c97ecbe851 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:04:30 -0700 Subject: [PATCH 2881/3109] Unblock more pkgs, incl lifted-async, hedgehog, and either --- build-constraints.yaml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9708eb4..aca71ec1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3744,17 +3744,6 @@ packages: - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - - async-refresh < 0 # GHC 8.4 via lifted-async - - async-refresh-tokens < 0 # GHC 8.4 via lifted-async - - async-timer < 0 # GHC 8.4 via lifted-async - - consul-haskell < 0 # GHC 8.4 via lifted-async - - eventsource-api < 0 # GHC 8.4 via lifted-async - - eventstore < 0 # GHC 8.4 via lifted-async - - hedgehog < 0 # GHC 8.4 via lifted-async - - log-warper < 0 # GHC 8.4 via lifted-async - - pipes-fluid < 0 # GHC 8.4 via lifted-async - - quickcheck-state-machine < 0 # GHC 8.4 via lifted-async - - shelly < 0 # GHC 8.4 via lifted-async - lzma-conduit < 0 # GHC 8.4 via lzma - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax @@ -3948,13 +3937,6 @@ packages: - gi-glib < 0 # GHC 8.4 via haskell-gi - gi-gobject < 0 # GHC 8.4 via haskell-gi - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi - - either < 0 # GHC 8.4 via hedgehog - - hedgehog-quickcheck < 0 # GHC 8.4 via hedgehog - - hw-fingertree-strict < 0 # GHC 8.4 via hedgehog - - hw-hedgehog < 0 # GHC 8.4 via hedgehog - - hw-hspec-hedgehog < 0 # GHC 8.4 via hedgehog - - hw-rankselect < 0 # GHC 8.4 via hedgehog - - validation < 0 # GHC 8.4 via hedgehog - IPv6DB < 0 # GHC 8.4 via hedis - hworker < 0 # GHC 8.4 via hedis - serversession-backend-redis < 0 # GHC 8.4 via hedis @@ -4377,8 +4359,6 @@ packages: - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - - glabrous < 0 # GHC 8.4 via either - - model < 0 # GHC 8.4 via either - diversity < 0 # GHC 8.4 via fasta - ChannelT < 0 # GHC 8.4 via free - Rasterific < 0 # GHC 8.4 via free @@ -4601,7 +4581,6 @@ packages: - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - jose-jwt < 0 # GHC 8.4 via either - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - hapistrano < 0 # GHC 8.4 via formatting - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec @@ -4823,6 +4802,26 @@ packages: - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit - opml-conduit < 0 # GHC 8.4 via xml-conduit - rss-conduit < 0 # GHC 8.4 via xml-conduit + - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 + - eventstore < 0 # GHC 8.4 via connection + - eventstore < 0 # GHC 8.4 via ekg-core + - eventstore < 0 # GHC 8.4 via fast-logger + - log-warper < 0 # GHC 8.4 via fmt + - glabrous < 0 # GHC 8.4 via hspec-2.5.0 + - eventstore < 0 # GHC 8.4 via http-client + - eventstore < 0 # GHC 8.4 via interpolate + - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 + - async-refresh < 0 # GHC 8.4 via monad-logger + - async-refresh-tokens < 0 # GHC 8.4 via monad-logger + - eventstore < 0 # GHC 8.4 via monad-logger + - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency + - pipes-fluid < 0 # GHC 8.4 via pipes-misc + - dns < 0 # GHC 8.4 via psqueues + - eventstore < 0 # GHC 8.4 via tasty-hspec + - eventstore < 0 # GHC 8.4 via text-format + - log-warper < 0 # GHC 8.4 via universum + - eventsource-api < 0 # GHC 8.4 via uuid + - eventstore < 0 # GHC 8.4 via uuid "GHC upper bounds": @@ -5034,6 +5033,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 From 09d4f0dce8659df58eae379f2dcdc6d99f81acaa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:13:53 -0700 Subject: [PATCH 2882/3109] Unblock revdeps of lens --- build-constraints.yaml | 121 +++++++---------------------------------- 1 file changed, 21 insertions(+), 100 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index aca71ec1..35689d8d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4023,89 +4023,6 @@ packages: - buffer-builder < 0 # GHC 8.4 via json-builder - webdriver-angular < 0 # GHC 8.4 via language-javascript - cabal2nix < 0 # GHC 8.4 via language-nix - - Chart < 0 # GHC 8.4 via lens - - Chart-cairo < 0 # GHC 8.4 via lens - - DAV < 0 # GHC 8.4 via lens - - accuerr < 0 # GHC 8.4 via lens - - aern2-mp < 0 # GHC 8.4 via lens - - aern2-real < 0 # GHC 8.4 via lens - - aeson-picker < 0 # GHC 8.4 via lens - - api-field-json-th < 0 # GHC 8.4 via lens - - asciidiagram < 0 # GHC 8.4 via lens - - avwx < 0 # GHC 8.4 via lens - - backprop < 0 # GHC 8.4 via lens - - bitcoin-api < 0 # GHC 8.4 via lens - - bitcoin-api-extra < 0 # GHC 8.4 via lens - - bitcoin-block < 0 # GHC 8.4 via lens - - bitcoin-tx < 0 # GHC 8.4 via lens - - boundingboxes < 0 # GHC 8.4 via lens - - bson-lens < 0 # GHC 8.4 via lens - - cabal2nix < 0 # GHC 8.4 via lens - - cayley-client < 0 # GHC 8.4 via lens - - composable-associations < 0 # GHC 8.4 via lens - - concise < 0 # GHC 8.4 via lens - - data-diverse-lens < 0 # GHC 8.4 via lens - - datadog < 0 # GHC 8.4 via lens - - dom-parser < 0 # GHC 8.4 via lens - - extensible < 0 # GHC 8.4 via lens - - fasta < 0 # GHC 8.4 via lens - - fuzzyset < 0 # GHC 8.4 via lens - - gdax < 0 # GHC 8.4 via lens - - generics-sop-lens < 0 # GHC 8.4 via lens - - glaze < 0 # GHC 8.4 via lens - - glazier < 0 # GHC 8.4 via lens - - handwriting < 0 # GHC 8.4 via lens - - highjson < 0 # GHC 8.4 via lens - - hreader-lens < 0 # GHC 8.4 via lens - - hw-xml < 0 # GHC 8.4 via lens - - ilist < 0 # GHC 8.4 via lens - - insert-ordered-containers < 0 # GHC 8.4 via lens - - intro < 0 # GHC 8.4 via lens - - jose < 0 # GHC 8.4 via lens - - lens-datetime < 0 # GHC 8.4 via lens - - lens-properties < 0 # GHC 8.4 via lens - - mandrill < 0 # GHC 8.4 via lens - - microlens-aeson < 0 # GHC 8.4 via lens - - milena < 0 # GHC 8.4 via lens - - monoidal-containers < 0 # GHC 8.4 via lens - - mustache < 0 # GHC 8.4 via lens - - package-description-remote < 0 # GHC 8.4 via lens - - pagerduty < 0 # GHC 8.4 via lens - - pipes-category < 0 # GHC 8.4 via lens - - pipes-extras < 0 # GHC 8.4 via lens - - pipes-misc < 0 # GHC 8.4 via lens - - purescript-bridge < 0 # GHC 8.4 via lens - - quickcheck-arbitrary-adt < 0 # GHC 8.4 via lens - - random-tree < 0 # GHC 8.4 via lens - - rasterific-svg < 0 # GHC 8.4 via lens - - references < 0 # GHC 8.4 via lens - - rollbar-hs < 0 # GHC 8.4 via lens - - sbp < 0 # GHC 8.4 via lens - - speedy-slice < 0 # GHC 8.4 via lens - - stateWriter < 0 # GHC 8.4 via lens - - stratosphere < 0 # GHC 8.4 via lens - - strict-base-types < 0 # GHC 8.4 via lens - - svg-tree < 0 # GHC 8.4 via lens - - text-region < 0 # GHC 8.4 via lens - - timelens < 0 # GHC 8.4 via lens - - validation < 0 # GHC 8.4 via lens - - writer-cps-lens < 0 # GHC 8.4 via lens - - xlsx < 0 # GHC 8.4 via lens - - xlsx-tabular < 0 # GHC 8.4 via lens - - xml-isogen < 0 # GHC 8.4 via lens - - xml-lens < 0 # GHC 8.4 via lens - - hreader-lens < 0 # GHC 8.4 via lens-action - - aeson-picker < 0 # GHC 8.4 via lens-aeson - - bitcoin-api < 0 # GHC 8.4 via lens-aeson - - cayley-client < 0 # GHC 8.4 via lens-aeson - - gdax < 0 # GHC 8.4 via lens-aeson - - handwriting < 0 # GHC 8.4 via lens-aeson - - microformats2-parser < 0 # GHC 8.4 via lens-aeson - - microlens-aeson < 0 # GHC 8.4 via lens-aeson - - package-description-remote < 0 # GHC 8.4 via lens-aeson - - pagerduty < 0 # GHC 8.4 via lens-aeson - - rollbar-hs < 0 # GHC 8.4 via lens-aeson - - sbp < 0 # GHC 8.4 via lens-aeson - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - asciidiagram < 0 # GHC 8.4 via linear - qchas < 0 # GHC 8.4 via linear @@ -4474,7 +4391,6 @@ packages: - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema - shake < 0 # GHC 8.4 via js-flot - shake < 0 # GHC 8.4 via js-jquery - - lens-simple < 0 # GHC 8.4 via lens-family-th - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers - netwire-input < 0 # GHC 8.4 via netwire - one-liner-instances < 0 # GHC 8.4 via one-liner @@ -4502,7 +4418,6 @@ packages: - hxt-curl < 0 # GHC 8.4 via hxt - hxt-expat < 0 # GHC 8.4 via hxt - hxt-tagsoup < 0 # GHC 8.4 via hxt - - rainbow < 0 # GHC 8.4 via lens-simple - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4625,7 +4540,6 @@ packages: - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - - rainbox < 0 # GHC 8.4 via lens-simple - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types @@ -4749,13 +4663,6 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - - distribution-nixpkgs < 0 # GHC 8.4 via lens - - ersatz < 0 # GHC 8.4 via lens - - generic-lens < 0 # GHC 8.4 via lens - - language-nix < 0 # GHC 8.4 via lens - - lens-action < 0 # GHC 8.4 via lens - - lens-regex < 0 # GHC 8.4 via lens - - metrics < 0 # GHC 8.4 via lens - pipes-bytestring < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-safe @@ -4764,16 +4671,12 @@ packages: - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space - bcrypt < 0 # GHC 8.4 via entropy - - jwt < 0 # GHC 8.4 via lens - - jwt < 0 # GHC 8.4 via lens-aeson - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - vhd < 0 # GHC 8.4 via cipher-aes - uuid < 0 # GHC 8.4 via entropy - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - - moesocks < 0 # GHC 8.4 via lens - - moesocks < 0 # GHC 8.4 via lens-aeson - biopsl < 0 # GHC 8.4 via biocore - tagged-binary < 0 # GHC 8.4 via pureMD5 - validity-scientific < 0 # GHC 8.4 via validity @@ -4788,8 +4691,6 @@ packages: - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams - - opml-conduit < 0 # GHC 8.4 via lens-simple - - rss-conduit < 0 # GHC 8.4 via lens-simple - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep @@ -4807,7 +4708,6 @@ packages: - eventstore < 0 # GHC 8.4 via ekg-core - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - - glabrous < 0 # GHC 8.4 via hspec-2.5.0 - eventstore < 0 # GHC 8.4 via http-client - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 @@ -4822,6 +4722,26 @@ packages: - log-warper < 0 # GHC 8.4 via universum - eventsource-api < 0 # GHC 8.4 via uuid - eventstore < 0 # GHC 8.4 via uuid + - random-tree < 0 # GHC 8.4 via MonadRandom + - Chart-cairo < 0 # GHC 8.4 via cairo + - speedy-slice < 0 # GHC 8.4 via mcmc-types + - aern2-mp < 0 # GHC 8.4 via mixed-types-num + - aern2-real < 0 # GHC 8.4 via mixed-types-num + - fasta < 0 # GHC 8.4 via pipes-bytestring + - fasta < 0 # GHC 8.4 via pipes-group + - fasta < 0 # GHC 8.4 via pipes-text + - random-tree < 0 # GHC 8.4 via random-shuffle + - dom-parser < 0 # GHC 8.4 via shakespeare + - jose < 0 # GHC 8.4 via tasty-hspec + - milena < 0 # GHC 8.4 via tasty-hspec + - fuzzyset < 0 # GHC 8.4 via text-metrics + - backprop < 0 # GHC 8.4 via type-combinators + - jose < 0 # GHC 8.4 via x509 + - xlsx-tabular < 0 # GHC 8.4 via xlsx + - dom-parser < 0 # GHC 8.4 via xml-conduit + - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit + - xml-isogen < 0 # GHC 8.4 via xml-conduit + - xml-lens < 0 # GHC 8.4 via xml-conduit "GHC upper bounds": @@ -5033,6 +4953,7 @@ skipped-tests: - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - semigroupoids # doctest 0.15 + - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - wide-word # hspec 2.5 From 485511ee28baf9f3fe4cc80d7894f8c7db3efeb3 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 08:59:16 -0700 Subject: [PATCH 2883/3109] Remove more ghc 8.4 build failures --- build-constraints.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 35689d8d..0ff21485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -396,7 +396,7 @@ packages: - http-conduit "Omari Norman @massysett": - - rainbow + # - rainbow # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - rainbox - multiarg - cartel @@ -1578,7 +1578,7 @@ packages: - autoexporter - bento - bmp - - Chart # Maintained by @timbod7. + # - Chart # Maintained by @timbod7. # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - ekg-statsd # Maintained by @tibbe. @@ -2505,7 +2505,7 @@ packages: - hw-hspec-hedgehog - hw-int - hw-fingertree - - hw-fingertree-strict + # - hw-fingertree-strict # build failure with ghc 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - hw-json - hw-parser - hw-prim @@ -3265,13 +3265,16 @@ packages: # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": + - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 @@ -3401,6 +3404,13 @@ packages: - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - massiv-io < 0 # GHC 8.4 via massiv + - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test + - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From f8754e029248fee351f55e043b5b1f33d0ea6db5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:12:14 -0700 Subject: [PATCH 2884/3109] Unblock lzma-conduit and zim-parser --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0ff21485..6d6f9031 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3754,8 +3754,6 @@ packages: - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - - lzma-conduit < 0 # GHC 8.4 via lzma - - zim-parser < 0 # GHC 8.4 via lzma - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri From 906719ea264ed4e7ce090d9d5cb7a985a9cd24fd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:28:11 -0700 Subject: [PATCH 2885/3109] Unblock hspec revdeps --- build-constraints.yaml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a64de304..0bcbd8cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4296,19 +4296,6 @@ packages: - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - - yes-precure5-command < 0 # GHC 8.4 via hspec - - yi-rope < 0 # GHC 8.4 via hspec - - zlib-bindings < 0 # GHC 8.4 via hspec - - elm-export < 0 # GHC 8.4 via hspec-core - - genvalidity-hspec < 0 # GHC 8.4 via hspec-core - - hspec-golden-aeson < 0 # GHC 8.4 via hspec-core - - hspec-smallcheck < 0 # GHC 8.4 via hspec-core - - hspec-webdriver < 0 # GHC 8.4 via hspec-core - - ClustalParser < 0 # GHC 8.4 via hspec-discover - - hsass < 0 # GHC 8.4 via hspec-discover - - pinch < 0 # GHC 8.4 via hspec-discover - - pthread < 0 # GHC 8.4 via hspec-discover - - text-conversions < 0 # GHC 8.4 via hspec-discover - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect - H < 0 # GHC 8.4 via inline-r @@ -4530,8 +4517,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - mixed-types-num < 0 # GHC 8.4 via hspec-smallcheck - - store < 0 # GHC 8.4 via hspec-smallcheck - xml-html-qq < 0 # GHC 8.4 via html-conduit - bitx-bitcoin < 0 # GHC 8.4 via http-client - influxdb < 0 # GHC 8.4 via http-client @@ -4750,6 +4735,11 @@ packages: - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit - xml-isogen < 0 # GHC 8.4 via xml-conduit - xml-lens < 0 # GHC 8.4 via xml-conduit + - genvalidity-hspec < 0 # GHC 8.4 via genvalidity + - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property + - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec < 0 # GHC 8.4 via validity + - elm-export < 0 # GHC 8.4 via wl-pprint-text "GHC upper bounds": From 850901b6f84ed8179f35774a65808448636ecc74 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:33:41 -0700 Subject: [PATCH 2886/3109] Unblock tasty-smallcheck users --- build-constraints.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0bcbd8cb..4b1d18a6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4102,18 +4102,6 @@ packages: - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - - arithmoi < 0 # GHC 8.4 via tasty-smallcheck - - bit-stream < 0 # GHC 8.4 via tasty-smallcheck - - dawg-ord < 0 # GHC 8.4 via tasty-smallcheck - - exp-pairs < 0 # GHC 8.4 via tasty-smallcheck - - fast-digits < 0 # GHC 8.4 via tasty-smallcheck - - kawhi < 0 # GHC 8.4 via tasty-smallcheck - - regex-applicative < 0 # GHC 8.4 via tasty-smallcheck - - streaming-bytestring < 0 # GHC 8.4 via tasty-smallcheck - - string-transform < 0 # GHC 8.4 via tasty-smallcheck - - tasty-auto < 0 # GHC 8.4 via tasty-smallcheck - - tasty-hspec < 0 # GHC 8.4 via tasty-smallcheck - - xlsx < 0 # GHC 8.4 via tasty-smallcheck - lentil < 0 # GHC 8.4 via terminal-progress-bar - HaskellNet-SSL < 0 # GHC 8.4 via tls - configuration-tools < 0 # GHC 8.4 via tls @@ -4740,6 +4728,12 @@ packages: - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-hspec < 0 # GHC 8.4 via validity - elm-export < 0 # GHC 8.4 via wl-pprint-text + - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 + - exp-pairs < 0 # GHC 8.4 via matrix + - xlsx < 0 # GHC 8.4 via xeno + - xlsx < 0 # GHC 8.4 via xml-conduit + - tasty-auto < 0 # GHC 8.4 via tasty-hspec "GHC upper bounds": From d87e7913b8f47dd383319d31f15f003e04905717 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:37:39 -0700 Subject: [PATCH 2887/3109] More info on safecopy blockages --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b1d18a6..610db0e2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4734,6 +4734,11 @@ packages: - xlsx < 0 # GHC 8.4 via xeno - xlsx < 0 # GHC 8.4 via xml-conduit - tasty-auto < 0 # GHC 8.4 via tasty-hspec + - large-hashable < 0 # GHC 8.4 via HTF + - approximate < 0 # GHC 8.4 via simple-reflect + - compensated < 0 # GHC 8.4 via simple-reflect + - hyperloglog < 0 # GHC 8.4 via simple-reflect + - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 "GHC upper bounds": From bed74c9aecbb323d884201a51f23c23d132a61b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:39:22 -0700 Subject: [PATCH 2888/3109] Block more ghc 8.4 build failures --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 610db0e2..40cdaf1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3411,6 +3411,9 @@ packages: - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From a51ecc130724e1401675ca187549ac9fb10cea0f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:47:20 -0700 Subject: [PATCH 2889/3109] Unblock revdeps of free --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40cdaf1b..f7cc1392 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4276,13 +4276,6 @@ packages: - picedit < 0 # GHC 8.4 via cli - termcolor < 0 # GHC 8.4 via cli - diversity < 0 # GHC 8.4 via fasta - - ChannelT < 0 # GHC 8.4 via free - - Rasterific < 0 # GHC 8.4 via free - - ghc-exactprint < 0 # GHC 8.4 via free - - language-docker < 0 # GHC 8.4 via free - - objective < 0 # GHC 8.4 via free - - pipes-group < 0 # GHC 8.4 via free - - yi-snippet < 0 # GHC 8.4 via free - glazier-pipes < 0 # GHC 8.4 via glazier - asn1-types < 0 # GHC 8.4 via hourglass - hourglass-orphans < 0 # GHC 8.4 via hourglass From 467891c4d322af283c04d1725ccabcd73ce642f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:48:45 -0700 Subject: [PATCH 2890/3109] Block arithmoi and streaming-bytestring due to build failures --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7cc1392..e5e95e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,8 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From fbbee9a0f06c39ba6eeb84ad4586dde33f38c0d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:17:01 -0700 Subject: [PATCH 2891/3109] Remove language-docker per hadolint/language-docker#26 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5e95e60..055b049d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - - language-docker + # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - docker-build-cacher - mysql-haskell-nem @@ -3271,6 +3271,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 From 811f15fec41a0325d98738e54fd46a77733b5360 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:20:08 -0700 Subject: [PATCH 2892/3109] Remove Rasterific per Twinside/Rasterific#37 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 055b049d..efa362ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - - Rasterific + # - Rasterific # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - svg-tree - rasterific-svg - asciidiagram @@ -3266,6 +3266,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 From 6730edc8a5b721b508edf46b8562edd836dc2eb0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:28:45 -0700 Subject: [PATCH 2893/3109] Unskip semigroupoids test suite per ekmett/semigroupoids#70 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index efa362ff..5d7dcfe9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4949,7 +4949,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - semigroupoids # doctest 0.15 - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 From 0db30e8c5b199500b61293c5f09ba272baa0585d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 13:29:59 -0700 Subject: [PATCH 2894/3109] Unskip tests for aeson-picker and wide-word per #3376 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d7dcfe9..20cdb867 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4949,10 +4949,8 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - aeson-picker # hspec 2.5 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - - wide-word # hspec 2.5 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From 6ebb713d904e3114939d5c2f329af4c5890b932e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 14:53:17 -0700 Subject: [PATCH 2895/3109] Unblock and unskip users of quickcheck-instances --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 20cdb867..52cb54ff 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4407,7 +4407,6 @@ packages: - path-extra < 0 # GHC 8.4 via path - validity-path < 0 # GHC 8.4 via path - pdfinfo < 0 # GHC 8.4 via process-extras - - edit-distance-vector < 0 # GHC 8.4 via quickcheck-instances - selda-postgresql < 0 # GHC 8.4 via selda - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers @@ -4944,7 +4943,6 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - - http-types # GHC 8.4 via quickcheck-instances - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 From f243ef52220cfb4d94ca963c7b98bf9bf3961432 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:18:12 -0700 Subject: [PATCH 2896/3109] Intentionally introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52cb54ff..a6cbfb91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,8 @@ packages: - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - - data-memocombinators < 0 # build failure with GHC 8.4 + # - data-memocombinators < 0 # build failure with GHC 8.4 + - data-memocombinators # todo: remove - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4 From 09f5490a143793201761449c569c3113b68194b6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:21:22 -0700 Subject: [PATCH 2897/3109] Properly introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6cbfb91..ab6a3051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,9 +3305,9 @@ packages: - cuda < 0 # build failure with GHC 8.4 - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - - data-inttrie < 0 # build failure with GHC 8.4 - # - data-memocombinators < 0 # build failure with GHC 8.4 - - data-memocombinators # todo: remove + # - data-inttrie < 0 # build failure with GHC 8.4 + - data-inttrie # todo: remove + - data-memocombinators < 0 # build failure with GHC 8.4 - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4 From 3e887b9fd126a08e6921542b30451b4e341dbb79 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 16:41:20 -0700 Subject: [PATCH 2898/3109] Unblock revdeps of blaze-builder --- build-constraints.yaml | 158 +++++++++++++++++++++++------------------ 1 file changed, 88 insertions(+), 70 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab6a3051..6dbf9cdf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3630,75 +3630,6 @@ packages: - linear-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - - HStringTemplate < 0 # GHC 8.4 via blaze-builder - - airship < 0 # GHC 8.4 via blaze-builder - - atom-conduit < 0 # GHC 8.4 via blaze-builder - - authenticate < 0 # GHC 8.4 via blaze-builder - - authenticate-oauth < 0 # GHC 8.4 via blaze-builder - - blaze-html < 0 # GHC 8.4 via blaze-builder - - blaze-markup < 0 # GHC 8.4 via blaze-builder - - blaze-textual < 0 # GHC 8.4 via blaze-builder - - bloodhound < 0 # GHC 8.4 via blaze-builder - - csv-conduit < 0 # GHC 8.4 via blaze-builder - - docker < 0 # GHC 8.4 via blaze-builder - - fn < 0 # GHC 8.4 via blaze-builder - - groundhog < 0 # GHC 8.4 via blaze-builder - - groundhog-postgresql < 0 # GHC 8.4 via blaze-builder - - haxr < 0 # GHC 8.4 via blaze-builder - - hbeanstalk < 0 # GHC 8.4 via blaze-builder - - heist < 0 # GHC 8.4 via blaze-builder - - hjsmin < 0 # GHC 8.4 via blaze-builder - - hosc < 0 # GHC 8.4 via blaze-builder - - http-client < 0 # GHC 8.4 via blaze-builder - - http-common < 0 # GHC 8.4 via blaze-builder - - http-conduit < 0 # GHC 8.4 via blaze-builder - - http-reverse-proxy < 0 # GHC 8.4 via blaze-builder - - http-streams < 0 # GHC 8.4 via blaze-builder - - json-builder < 0 # GHC 8.4 via blaze-builder - - language-javascript < 0 # GHC 8.4 via blaze-builder - - lucid < 0 # GHC 8.4 via blaze-builder - - mime-mail < 0 # GHC 8.4 via blaze-builder - - mysql-simple < 0 # GHC 8.4 via blaze-builder - - oauthenticated < 0 # GHC 8.4 via blaze-builder - - persistent-mysql < 0 # GHC 8.4 via blaze-builder - - pipes-csv < 0 # GHC 8.4 via blaze-builder - - pipes-wai < 0 # GHC 8.4 via blaze-builder - - riak < 0 # GHC 8.4 via blaze-builder - - scotty < 0 # GHC 8.4 via blaze-builder - - servius < 0 # GHC 8.4 via blaze-builder - - simple < 0 # GHC 8.4 via blaze-builder - - simple-session < 0 # GHC 8.4 via blaze-builder - - snap-server < 0 # GHC 8.4 via blaze-builder - - sqlite-simple < 0 # GHC 8.4 via blaze-builder - - stack < 0 # GHC 8.4 via blaze-builder - - tagstream-conduit < 0 # GHC 8.4 via blaze-builder - - trifecta < 0 # GHC 8.4 via blaze-builder - - uri-bytestring < 0 # GHC 8.4 via blaze-builder - - vty < 0 # GHC 8.4 via blaze-builder - - wai < 0 # GHC 8.4 via blaze-builder - - wai-app-static < 0 # GHC 8.4 via blaze-builder - - wai-conduit < 0 # GHC 8.4 via blaze-builder - - wai-extra < 0 # GHC 8.4 via blaze-builder - - wai-handler-launch < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching-lru < 0 # GHC 8.4 via blaze-builder - - wai-middleware-caching-redis < 0 # GHC 8.4 via blaze-builder - - wai-middleware-crowd < 0 # GHC 8.4 via blaze-builder - - wai-predicates < 0 # GHC 8.4 via blaze-builder - - wai-routing < 0 # GHC 8.4 via blaze-builder - - wai-session < 0 # GHC 8.4 via blaze-builder - - wai-websockets < 0 # GHC 8.4 via blaze-builder - - warp < 0 # GHC 8.4 via blaze-builder - - web-routes < 0 # GHC 8.4 via blaze-builder - - websockets < 0 # GHC 8.4 via blaze-builder - - xmlgen < 0 # GHC 8.4 via blaze-builder - - xmlhtml < 0 # GHC 8.4 via blaze-builder - - yesod-auth < 0 # GHC 8.4 via blaze-builder - - yesod-bin < 0 # GHC 8.4 via blaze-builder - - yesod-eventsource < 0 # GHC 8.4 via blaze-builder - - yesod-persistent < 0 # GHC 8.4 via blaze-builder - - yesod-static < 0 # GHC 8.4 via blaze-builder - - yesod-test < 0 # GHC 8.4 via blaze-builder - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - github-webhooks < 0 # GHC 8.4 via deepseq-generics @@ -4664,7 +4595,6 @@ packages: - Hoed < 0 # GHC 8.4 via hashtables - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - rss-conduit < 0 # GHC 8.4 via atom-conduit - - blaze-builder < 0 # GHC 8.4 via base-4.11.0.0 - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - monad-logger < 0 # GHC 8.4 via fast-logger - pinboard < 0 # GHC 8.4 via http-client @@ -4739,6 +4669,94 @@ packages: - compensated < 0 # GHC 8.4 via simple-reflect - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - haxr < 0 # GHC 8.4 via HaXml + - clientsession < 0 # GHC 8.4 via cipher-aes + - docker < 0 # GHC 8.4 via connection + - http-conduit < 0 # GHC 8.4 via connection + - clientsession < 0 # GHC 8.4 via cprng-aes + - DRBG < 0 # GHC 8.4 via crypto-api + - RSA < 0 # GHC 8.4 via crypto-api + - cipher-aes128 < 0 # GHC 8.4 via crypto-api + - clientsession < 0 # GHC 8.4 via crypto-api + - cryptohash-cryptoapi < 0 # GHC 8.4 via crypto-api + - skein < 0 # GHC 8.4 via crypto-api + - DRBG < 0 # GHC 8.4 via crypto-api-tests + - RSA < 0 # GHC 8.4 via crypto-pubkey-types + - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types + - clientsession < 0 # GHC 8.4 via crypto-random + - yesod-auth < 0 # GHC 8.4 via email-validate + - yesod-form < 0 # GHC 8.4 via email-validate + - riak < 0 # GHC 8.4 via enclosed-exceptions + - DRBG < 0 # GHC 8.4 via entropy + - cipher-aes128 < 0 # GHC 8.4 via entropy + - clientsession < 0 # GHC 8.4 via entropy + - websockets < 0 # GHC 8.4 via entropy + - wai-extra < 0 # GHC 8.4 via fast-logger + - wai-logger < 0 # GHC 8.4 via fast-logger + - yesod-bin < 0 # GHC 8.4 via fsnotify + - http2 < 0 # GHC 8.4 via hashtables + - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis + - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 + - scotty < 0 # GHC 8.4 via hspec-wai + - yesod-test < 0 # GHC 8.4 via html-conduit + - docker < 0 # GHC 8.4 via http-client-tls + - http-conduit < 0 # GHC 8.4 via http-client-tls + - oauthenticated < 0 # GHC 8.4 via http-client-tls + - wai-middleware-crowd < 0 # GHC 8.4 via http-client-tls + - yesod-auth < 0 # GHC 8.4 via http-client-tls + - yesod-bin < 0 # GHC 8.4 via http-client-tls + - xmlgen < 0 # GHC 8.4 via hxt + - haxr < 0 # GHC 8.4 via io-streams + - http-streams < 0 # GHC 8.4 via io-streams + - snap-core < 0 # GHC 8.4 via io-streams + - servius < 0 # GHC 8.4 via markdown + - persistent-mysql < 0 # GHC 8.4 via monad-logger + - mysql-simple < 0 # GHC 8.4 via mysql + - persistent-mysql < 0 # GHC 8.4 via mysql + - yesod-auth < 0 # GHC 8.4 via nonce + - http-streams < 0 # GHC 8.4 via openssl-streams + - persistent-mysql < 0 # GHC 8.4 via persistent + - yesod-auth < 0 # GHC 8.4 via persistent + - yesod-form < 0 # GHC 8.4 via persistent + - yesod-persistent < 0 # GHC 8.4 via persistent + - yesod-test < 0 # GHC 8.4 via persistent + - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite + - yesod-auth < 0 # GHC 8.4 via persistent-template + - yesod-persistent < 0 # GHC 8.4 via persistent-template + - pipes-csv < 0 # GHC 8.4 via pipes-bytestring + - http2 < 0 # GHC 8.4 via psqueues + - riak < 0 # GHC 8.4 via pureMD5 + - servius < 0 # GHC 8.4 via shakespeare + - yesod-auth < 0 # GHC 8.4 via shakespeare + - yesod-bin < 0 # GHC 8.4 via shakespeare + - yesod-form < 0 # GHC 8.4 via shakespeare + - simple < 0 # GHC 8.4 via simple-templates + - http-streams < 0 # GHC 8.4 via snap-server + - atom-conduit < 0 # GHC 8.4 via timerep + - docker < 0 # GHC 8.4 via tls + - docker < 0 # GHC 8.4 via uuid + - http-conduit < 0 # GHC 8.4 via warp-tls + - yesod-bin < 0 # GHC 8.4 via warp-tls + - docker < 0 # GHC 8.4 via x509 + - x509-system < 0 # GHC 8.4 via x509 + - docker < 0 # GHC 8.4 via x509-store + - x509-system < 0 # GHC 8.4 via x509-store + - atom-conduit < 0 # GHC 8.4 via xml-conduit + - authenticate < 0 # GHC 8.4 via xml-conduit + - tagstream-conduit < 0 # GHC 8.4 via xml-conduit + - yesod-test < 0 # GHC 8.4 via xml-conduit + - yesod-auth < 0 # GHC 8.4 via yesod-core + - yesod-eventsource < 0 # GHC 8.4 via yesod-core + - yesod-form < 0 # GHC 8.4 via yesod-core + - yesod-persistent < 0 # GHC 8.4 via yesod-core + - yesod-static < 0 # GHC 8.4 via yesod-core + - yesod-test < 0 # GHC 8.4 via yesod-core + - warp < 0 # GHC 8.4 via http2 + - simple-session < 0 # GHC 8.4 via simple + - fn < 0 # GHC 8.4 via wai-extra + - simple-session < 0 # GHC 8.4 via wai-extra + - wai-app-static < 0 # GHC 8.4 via wai-extra + - wai-websockets < 0 # GHC 8.4 via websockets "GHC upper bounds": From 65f482d2319fced5745a2bb1a039e7244a88dd2c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 16:48:13 -0700 Subject: [PATCH 2899/3109] Unconstrain revdeps of blaze-* --- build-constraints.yaml | 57 ++++++------------------------------------ 1 file changed, 7 insertions(+), 50 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dbf9cdf..36c23723 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3809,51 +3809,6 @@ packages: - microformats2-parser < 0 # GHC 8.4 via aeson-qq - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - - MFlow < 0 # GHC 8.4 via blaze-html - - ace < 0 # GHC 8.4 via blaze-html - - alerts < 0 # GHC 8.4 via blaze-html - - blaze-bootstrap < 0 # GHC 8.4 via blaze-html - - cheapskate < 0 # GHC 8.4 via blaze-html - - cheapskate-highlight < 0 # GHC 8.4 via blaze-html - - cheapskate-lucid < 0 # GHC 8.4 via blaze-html - - cmark < 0 # GHC 8.4 via blaze-html - - cmark-highlight < 0 # GHC 8.4 via blaze-html - - doctemplates < 0 # GHC 8.4 via blaze-html - - highlighting-kate < 0 # GHC 8.4 via blaze-html - - hledger-web < 0 # GHC 8.4 via blaze-html - - jmacro-rpc < 0 # GHC 8.4 via blaze-html - - mandrill < 0 # GHC 8.4 via blaze-html - - markdown < 0 # GHC 8.4 via blaze-html - - markup < 0 # GHC 8.4 via blaze-html - - microformats2-parser < 0 # GHC 8.4 via blaze-html - - reform-blaze < 0 # GHC 8.4 via blaze-html - - ses-html < 0 # GHC 8.4 via blaze-html - - shakespeare < 0 # GHC 8.4 via blaze-html - - skylighting < 0 # GHC 8.4 via blaze-html - - snap-blaze < 0 # GHC 8.4 via blaze-html - - tasty-html < 0 # GHC 8.4 via blaze-html - - type-of-html < 0 # GHC 8.4 via blaze-html - - webpage < 0 # GHC 8.4 via blaze-html - - xml-conduit < 0 # GHC 8.4 via blaze-html - - yesod < 0 # GHC 8.4 via blaze-html - - yesod-alerts < 0 # GHC 8.4 via blaze-html - - yesod-newsfeed < 0 # GHC 8.4 via blaze-html - - MFlow < 0 # GHC 8.4 via blaze-markup - - ace < 0 # GHC 8.4 via blaze-markup - - blaze-svg < 0 # GHC 8.4 via blaze-markup - - doctemplates < 0 # GHC 8.4 via blaze-markup - - hledger-web < 0 # GHC 8.4 via blaze-markup - - markdown < 0 # GHC 8.4 via blaze-markup - - markup < 0 # GHC 8.4 via blaze-markup - - microformats2-parser < 0 # GHC 8.4 via blaze-markup - - reform-blaze < 0 # GHC 8.4 via blaze-markup - - reform-hamlet < 0 # GHC 8.4 via blaze-markup - - shakespeare < 0 # GHC 8.4 via blaze-markup - - xml-conduit < 0 # GHC 8.4 via blaze-markup - - yesod < 0 # GHC 8.4 via blaze-markup - - yesod-alerts < 0 # GHC 8.4 via blaze-markup - - yesod-newsfeed < 0 # GHC 8.4 via blaze-markup - - mysql-haskell < 0 # GHC 8.4 via blaze-textual - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - brick < 0 # GHC 8.4 via config-ini @@ -4206,7 +4161,6 @@ packages: - one-liner < 0 # GHC 8.4 via bifunctors - product-profunctors < 0 # GHC 8.4 via bifunctors - result < 0 # GHC 8.4 via bifunctors - - barrier < 0 # GHC 8.4 via blaze-svg - redis-resp < 0 # GHC 8.4 via bytestring-conversion - hspec-checkers < 0 # GHC 8.4 via checkers - picedit < 0 # GHC 8.4 via cli @@ -4386,10 +4340,6 @@ packages: - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - - heterocephalus < 0 # GHC 8.4 via blaze-html - - heterocephalus < 0 # GHC 8.4 via blaze-markup - - hledger-lib < 0 # GHC 8.4 via blaze-markup - - xml-html-qq < 0 # GHC 8.4 via blaze-markup - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie @@ -4757,6 +4707,13 @@ packages: - simple-session < 0 # GHC 8.4 via wai-extra - wai-app-static < 0 # GHC 8.4 via wai-extra - wai-websockets < 0 # GHC 8.4 via websockets + - hledger-lib < 0 # GHC 8.4 via hashtables + - skylighting < 0 # GHC 8.4 via hxt + - skylighting-core < 0 # GHC 8.4 via hxt + - hledger-lib < 0 # GHC 8.4 via megaparsec + - reform-blaze < 0 # GHC 8.4 via reform + - reform-hamlet < 0 # GHC 8.4 via reform + - snap-blaze < 0 # GHC 8.4 via snap-core "GHC upper bounds": From aa632cf57e870904f9256c43ef0e39f9721a020e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:01:49 -0700 Subject: [PATCH 2900/3109] Unblock wai revdeps --- build-constraints.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36c23723..27d8cfcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4039,31 +4039,6 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - IPv6DB < 0 # GHC 8.4 via wai - - MFlow < 0 # GHC 8.4 via wai - - Spock < 0 # GHC 8.4 via wai - - bimap-server < 0 # GHC 8.4 via wai - - configuration-tools < 0 # GHC 8.4 via wai - - filter-logger < 0 # GHC 8.4 via wai - - hledger-web < 0 # GHC 8.4 via wai - - hoogle < 0 # GHC 8.4 via wai - - hspec-wai < 0 # GHC 8.4 via wai - - line < 0 # GHC 8.4 via wai - - serversession-frontend-wai < 0 # GHC 8.4 via wai - - wai-cli < 0 # GHC 8.4 via wai - - wai-cors < 0 # GHC 8.4 via wai - - wai-middleware-rollbar < 0 # GHC 8.4 via wai - - wai-middleware-static < 0 # GHC 8.4 via wai - - wai-slack-middleware < 0 # GHC 8.4 via wai - - wai-transformers < 0 # GHC 8.4 via wai - - warp-tls < 0 # GHC 8.4 via wai - - web-routes-wai < 0 # GHC 8.4 via wai - - yesod < 0 # GHC 8.4 via wai - - yesod-auth-fb < 0 # GHC 8.4 via wai - - yesod-csp < 0 # GHC 8.4 via wai - - yesod-fb < 0 # GHC 8.4 via wai - - yesod-gitrepo < 0 # GHC 8.4 via wai - - yesod-websockets < 0 # GHC 8.4 via wai - webdriver-angular < 0 # GHC 8.4 via wai-app-static - MFlow < 0 # GHC 8.4 via wai-extra - Spock < 0 # GHC 8.4 via wai-extra From a731f4105557b9e8f7b0994603723b7abd4edbca Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:03:05 -0700 Subject: [PATCH 2901/3109] Block hashtables per gregorycollins/hashtables#45 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27d8cfcd..e6bb21d4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2056,7 +2056,7 @@ packages: - wai-middleware-metrics "Gregory Collins @gregorycollins": - - hashtables + # - hashtables # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - io-streams - openssl-streams @@ -3269,6 +3269,7 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 + - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 @@ -3381,7 +3382,6 @@ packages: - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hashtables < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup From 7faedfebbf50c16700a54df8b72a61b2c887861f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:04:02 -0700 Subject: [PATCH 2902/3109] Block more ghc 8.4 build failures --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6bb21d4..b27668c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3419,6 +3419,15 @@ packages: - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") + - language-javascript < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") + - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - wai-routing < 0 # DependencyFailed (PackageName "wai-route") # This section was used to programmatically generate a set of removals From 23bc02b55c987169f8e30e9934c5708d008b47dd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:12:07 -0700 Subject: [PATCH 2903/3109] Unblock revdeps of http-client(-tls) --- build-constraints.yaml | 103 +++++++++-------------------------------- 1 file changed, 22 insertions(+), 81 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b27668c2..a3dfc057 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3867,39 +3867,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - DAV < 0 # GHC 8.4 via http-client - - IPv6DB < 0 # GHC 8.4 via http-client - - bitcoin-api < 0 # GHC 8.4 via http-client - - bitcoin-api-extra < 0 # GHC 8.4 via http-client - - cabal-rpm < 0 # GHC 8.4 via http-client - - cayley-client < 0 # GHC 8.4 via http-client - - configuration-tools < 0 # GHC 8.4 via http-client - - datadog < 0 # GHC 8.4 via http-client - - fb < 0 # GHC 8.4 via http-client - - gdax < 0 # GHC 8.4 via http-client - - goggles < 0 # GHC 8.4 via http-client - - hailgun < 0 # GHC 8.4 via http-client - - haskell-neo4j-client < 0 # GHC 8.4 via http-client - - hledger-web < 0 # GHC 8.4 via http-client - - hpack < 0 # GHC 8.4 via http-client - - hsebaysdk < 0 # GHC 8.4 via http-client - - http-client-openssl < 0 # GHC 8.4 via http-client - - http-client-tls < 0 # GHC 8.4 via http-client - - kawhi < 0 # GHC 8.4 via http-client - - koofr-client < 0 # GHC 8.4 via http-client - - mandrill < 0 # GHC 8.4 via http-client - - mime-mail-ses < 0 # GHC 8.4 via http-client - - opensource < 0 # GHC 8.4 via http-client - - pagerduty < 0 # GHC 8.4 via http-client - - pipes-http < 0 # GHC 8.4 via http-client - - rollbar-hs < 0 # GHC 8.4 via http-client - - soap < 0 # GHC 8.4 via http-client - - soap-openssl < 0 # GHC 8.4 via http-client - - soap-tls < 0 # GHC 8.4 via http-client - - textlocal < 0 # GHC 8.4 via http-client - - wai-middleware-rollbar < 0 # GHC 8.4 via http-client - - wai-slack-middleware < 0 # GHC 8.4 via http-client - - webdriver < 0 # GHC 8.4 via http-client - cabal-rpm < 0 # GHC 8.4 via http-conduit - cayley-client < 0 # GHC 8.4 via http-conduit - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit @@ -4006,20 +3973,6 @@ packages: - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - - HaskellNet-SSL < 0 # GHC 8.4 via tls - - configuration-tools < 0 # GHC 8.4 via tls - - connection < 0 # GHC 8.4 via tls - - http-client-tls < 0 # GHC 8.4 via tls - - irc-client < 0 # GHC 8.4 via tls - - mongoDB < 0 # GHC 8.4 via tls - - mysql-haskell < 0 # GHC 8.4 via tls - - network-conduit-tls < 0 # GHC 8.4 via tls - - persistent-mysql-haskell < 0 # GHC 8.4 via tls - - soap-tls < 0 # GHC 8.4 via tls - - tcp-streams < 0 # GHC 8.4 via tls - - tls-debug < 0 # GHC 8.4 via tls - - tls-session-manager < 0 # GHC 8.4 via tls - - warp-tls < 0 # GHC 8.4 via tls - uri-templater < 0 # GHC 8.4 via trifecta - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle @@ -4151,8 +4104,6 @@ packages: - termcolor < 0 # GHC 8.4 via cli - diversity < 0 # GHC 8.4 via fasta - glazier-pipes < 0 # GHC 8.4 via glazier - - asn1-types < 0 # GHC 8.4 via hourglass - - hourglass-orphans < 0 # GHC 8.4 via hourglass - hslua-aeson < 0 # GHC 8.4 via hslua - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect @@ -4314,13 +4265,6 @@ packages: - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - - asn1-encoding < 0 # GHC 8.4 via asn1-types - - asn1-parse < 0 # GHC 8.4 via asn1-types - - pkcs10 < 0 # GHC 8.4 via asn1-types - - tls < 0 # GHC 8.4 via asn1-types - - x509 < 0 # GHC 8.4 via asn1-types - - x509-store < 0 # GHC 8.4 via asn1-types - - x509-validation < 0 # GHC 8.4 via asn1-types - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore @@ -4371,12 +4315,6 @@ packages: - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - xml-html-qq < 0 # GHC 8.4 via html-conduit - - bitx-bitcoin < 0 # GHC 8.4 via http-client - - influxdb < 0 # GHC 8.4 via http-client - - wai-middleware-consul < 0 # GHC 8.4 via http-client - - wreq < 0 # GHC 8.4 via http-client - - bitx-bitcoin < 0 # GHC 8.4 via http-client-tls - - wreq < 0 # GHC 8.4 via http-client-tls - HandsomeSoup < 0 # GHC 8.4 via hxt - hxt-http < 0 # GHC 8.4 via hxt - katydid < 0 # GHC 8.4 via hxt @@ -4395,10 +4333,6 @@ packages: - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pkcs10 < 0 # GHC 8.4 via pem - - x509 < 0 # GHC 8.4 via pem - - x509-store < 0 # GHC 8.4 via pem - - x509-validation < 0 # GHC 8.4 via pem - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via poly-arity - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary @@ -4531,8 +4465,6 @@ packages: - rss-conduit < 0 # GHC 8.4 via atom-conduit - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - monad-logger < 0 # GHC 8.4 via fast-logger - - pinboard < 0 # GHC 8.4 via http-client - - pinboard < 0 # GHC 8.4 via http-client-tls - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams @@ -4553,7 +4485,6 @@ packages: - eventstore < 0 # GHC 8.4 via ekg-core - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - - eventstore < 0 # GHC 8.4 via http-client - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - async-refresh < 0 # GHC 8.4 via monad-logger @@ -4581,7 +4512,6 @@ packages: - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - - jose < 0 # GHC 8.4 via x509 - xlsx-tabular < 0 # GHC 8.4 via xlsx - dom-parser < 0 # GHC 8.4 via xml-conduit - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit @@ -4633,12 +4563,6 @@ packages: - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - scotty < 0 # GHC 8.4 via hspec-wai - yesod-test < 0 # GHC 8.4 via html-conduit - - docker < 0 # GHC 8.4 via http-client-tls - - http-conduit < 0 # GHC 8.4 via http-client-tls - - oauthenticated < 0 # GHC 8.4 via http-client-tls - - wai-middleware-crowd < 0 # GHC 8.4 via http-client-tls - - yesod-auth < 0 # GHC 8.4 via http-client-tls - - yesod-bin < 0 # GHC 8.4 via http-client-tls - xmlgen < 0 # GHC 8.4 via hxt - haxr < 0 # GHC 8.4 via io-streams - http-streams < 0 # GHC 8.4 via io-streams @@ -4667,14 +4591,9 @@ packages: - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - - docker < 0 # GHC 8.4 via tls - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - docker < 0 # GHC 8.4 via x509 - - x509-system < 0 # GHC 8.4 via x509 - - docker < 0 # GHC 8.4 via x509-store - - x509-system < 0 # GHC 8.4 via x509-store - atom-conduit < 0 # GHC 8.4 via xml-conduit - authenticate < 0 # GHC 8.4 via xml-conduit - tagstream-conduit < 0 # GHC 8.4 via xml-conduit @@ -4698,6 +4617,28 @@ packages: - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core + - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet + - wai-middleware-crowd < 0 # GHC 8.4 via authenticate + - datadog < 0 # GHC 8.4 via buffer-builder + - wai-middleware-crowd < 0 # GHC 8.4 via clientsession + - influxdb < 0 # GHC 8.4 via doctest-0.15.0 + - mongoDB < 0 # GHC 8.4 via hashtables + - http-reverse-proxy < 0 # GHC 8.4 via http-conduit + - mysql-haskell < 0 # GHC 8.4 via io-streams + - tcp-streams < 0 # GHC 8.4 via io-streams + - pinboard < 0 # GHC 8.4 via monad-logger + - mongoDB < 0 # GHC 8.4 via nonce + - mongoDB < 0 # GHC 8.4 via pureMD5 + - mongoDB < 0 # GHC 8.4 via random-shuffle + - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static + - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra + - http-reverse-proxy < 0 # GHC 8.4 via wai-logger + - http-reverse-proxy < 0 # GHC 8.4 via warp + - wai-middleware-crowd < 0 # GHC 8.4 via warp + - mysql-haskell < 0 # GHC 8.4 via wire-streams + - soap < 0 # GHC 8.4 via xml-conduit-writer + - soap-openssl < 0 # GHC 8.4 via soap + - soap-tls < 0 # GHC 8.4 via soap "GHC upper bounds": From 797851239905848b11c450e835ddc9a7f21c1d8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:16:44 -0700 Subject: [PATCH 2904/3109] Block build failures, incl snoyberg/markdown#38 --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a3dfc057..98a589dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -317,7 +317,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - - markdown + # - markdown # build failure with ghc 8.4 https://github.com/snoyberg/markdown/issues/38 - mime-mail - mime-mail-ses - network-conduit-tls @@ -3274,6 +3274,7 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3428,6 +3429,9 @@ packages: - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") + - cmark < 0 # DependencyFailed (PackageName "markdown") + - cmark-highlight < 0 # GHC 8.4 via cmark + - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals From da1ab175b8a548973fc2af7e3893a251bd85c7a8 Mon Sep 17 00:00:00 2001 From: Marios Titas Date: Thu, 15 Mar 2018 02:28:29 +0200 Subject: [PATCH 2905/3109] Readd adler32 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a589dc..0f61bf1d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1599,7 +1599,7 @@ packages: "Marios Titas @redneb": - HsOpenSSL-x509-system - # - adler32 # build failure with GHC 8.4: https://github.com/redneb/hs-adler32/issues/1 + - adler32 - btrfs - disk-free-space - hxt-css From 29274e90f1d18a7abdbb04e98cb86433f6ce4b46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:28:53 -0700 Subject: [PATCH 2906/3109] Unblock various, incl revdeps of deepseq-generics --- build-constraints.yaml | 94 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 73 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98a589dc..72d72238 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3645,10 +3645,6 @@ packages: - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 - - github-webhooks < 0 # GHC 8.4 via deepseq-generics - - hidapi < 0 # GHC 8.4 via deepseq-generics - - kdt < 0 # GHC 8.4 via deepseq-generics - - yesod-core < 0 # GHC 8.4 via deepseq-generics - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - download < 0 # GHC 8.4 via feed @@ -3925,18 +3921,6 @@ packages: - HaskellNet < 0 # GHC 8.4 via mime-mail - mime-mail-ses < 0 # GHC 8.4 via mime-mail - smtp-mail < 0 # GHC 8.4 via mime-mail - - eventful-test-helpers < 0 # GHC 8.4 via monad-logger - - fb < 0 # GHC 8.4 via monad-logger - - groundhog-mysql < 0 # GHC 8.4 via monad-logger - - markup < 0 # GHC 8.4 via monad-logger - - monad-logger-json < 0 # GHC 8.4 via monad-logger - - monad-logger-syslog < 0 # GHC 8.4 via monad-logger - - persistent-mysql-haskell < 0 # GHC 8.4 via monad-logger - - persistent-sqlite < 0 # GHC 8.4 via monad-logger - - serversession-backend-persistent < 0 # GHC 8.4 via monad-logger - - urlpath < 0 # GHC 8.4 via monad-logger - - yesod < 0 # GHC 8.4 via monad-logger - - yesod-auth-hashdb < 0 # GHC 8.4 via monad-logger - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - pandoc-citeproc < 0 # GHC 8.4 via pandoc - heatshrink < 0 # GHC 8.4 via pcre-heavy @@ -3983,11 +3967,6 @@ packages: - turtle-options < 0 # GHC 8.4 via turtle - mega-sdist < 0 # GHC 8.4 via typed-process - tldr < 0 # GHC 8.4 via typed-process - - fast-logger < 0 # GHC 8.4 via unix-time - - goggles < 0 # GHC 8.4 via unix-time - - google-oauth2-jwt < 0 # GHC 8.4 via unix-time - - textlocal < 0 # GHC 8.4 via unix-time - - tinylog < 0 # GHC 8.4 via unix-time - cql < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid @@ -4018,10 +3997,6 @@ packages: - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra - yesod-paginator < 0 # GHC 8.4 via wai-extra - hledger-web < 0 # GHC 8.4 via wai-handler-launch - - IPv6DB < 0 # GHC 8.4 via wai-logger - - filter-logger < 0 # GHC 8.4 via wai-logger - - hoogle < 0 # GHC 8.4 via wai-logger - - yesod < 0 # GHC 8.4 via wai-logger - serversession-frontend-wai < 0 # GHC 8.4 via wai-session - wai-cors < 0 # GHC 8.4 via wai-websockets - wai-transformers < 0 # GHC 8.4 via wai-websockets @@ -4060,19 +4035,6 @@ packages: - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - - hledger-web < 0 # GHC 8.4 via yesod-core - - yesod < 0 # GHC 8.4 via yesod-core - - yesod-alerts < 0 # GHC 8.4 via yesod-core - - yesod-auth-fb < 0 # GHC 8.4 via yesod-core - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-core - - yesod-csp < 0 # GHC 8.4 via yesod-core - - yesod-fb < 0 # GHC 8.4 via yesod-core - - yesod-gitrepo < 0 # GHC 8.4 via yesod-core - - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - - yesod-paginator < 0 # GHC 8.4 via yesod-core - - yesod-sitemap < 0 # GHC 8.4 via yesod-core - - yesod-table < 0 # GHC 8.4 via yesod-core - - yesod-websockets < 0 # GHC 8.4 via yesod-core - hledger-web < 0 # GHC 8.4 via yesod-form - yesod < 0 # GHC 8.4 via yesod-form - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form @@ -4289,7 +4251,6 @@ packages: - distributed-process-tests < 0 # GHC 8.4 via distributed-process - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - email-validate < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api @@ -4331,7 +4292,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - wai-middleware-consul < 0 # GHC 8.4 via monad-logger - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - irc-conduit < 0 # GHC 8.4 via network-conduit-tls @@ -4468,7 +4428,6 @@ packages: - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - rss-conduit < 0 # GHC 8.4 via atom-conduit - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - - monad-logger < 0 # GHC 8.4 via fast-logger - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - irc-dcc < 0 # GHC 8.4 via io-streams @@ -4476,24 +4435,14 @@ packages: - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via timerep - - dublincore-xml-conduit < 0 # GHC 8.4 via uri-bytestring - - opml-conduit < 0 # GHC 8.4 via uri-bytestring - - rss-conduit < 0 # GHC 8.4 via uri-bytestring - rss-conduit < 0 # GHC 8.4 via vinyl - tar-conduit < 0 # GHC 8.4 via weigh - - dublincore-xml-conduit < 0 # GHC 8.4 via xml-conduit - - opml-conduit < 0 # GHC 8.4 via xml-conduit - - rss-conduit < 0 # GHC 8.4 via xml-conduit - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via connection - eventstore < 0 # GHC 8.4 via ekg-core - - eventstore < 0 # GHC 8.4 via fast-logger - log-warper < 0 # GHC 8.4 via fmt - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - async-refresh < 0 # GHC 8.4 via monad-logger - - async-refresh-tokens < 0 # GHC 8.4 via monad-logger - - eventstore < 0 # GHC 8.4 via monad-logger - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc - dns < 0 # GHC 8.4 via psqueues @@ -4517,10 +4466,6 @@ packages: - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - xlsx-tabular < 0 # GHC 8.4 via xlsx - - dom-parser < 0 # GHC 8.4 via xml-conduit - - xml-conduit-writer < 0 # GHC 8.4 via xml-conduit - - xml-isogen < 0 # GHC 8.4 via xml-conduit - - xml-lens < 0 # GHC 8.4 via xml-conduit - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -4530,7 +4475,6 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - - xlsx < 0 # GHC 8.4 via xml-conduit - tasty-auto < 0 # GHC 8.4 via tasty-hspec - large-hashable < 0 # GHC 8.4 via HTF - approximate < 0 # GHC 8.4 via simple-reflect @@ -4552,15 +4496,11 @@ packages: - RSA < 0 # GHC 8.4 via crypto-pubkey-types - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - clientsession < 0 # GHC 8.4 via crypto-random - - yesod-auth < 0 # GHC 8.4 via email-validate - - yesod-form < 0 # GHC 8.4 via email-validate - riak < 0 # GHC 8.4 via enclosed-exceptions - DRBG < 0 # GHC 8.4 via entropy - cipher-aes128 < 0 # GHC 8.4 via entropy - clientsession < 0 # GHC 8.4 via entropy - websockets < 0 # GHC 8.4 via entropy - - wai-extra < 0 # GHC 8.4 via fast-logger - - wai-logger < 0 # GHC 8.4 via fast-logger - yesod-bin < 0 # GHC 8.4 via fsnotify - http2 < 0 # GHC 8.4 via hashtables - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis @@ -4572,7 +4512,6 @@ packages: - http-streams < 0 # GHC 8.4 via io-streams - snap-core < 0 # GHC 8.4 via io-streams - servius < 0 # GHC 8.4 via markdown - - persistent-mysql < 0 # GHC 8.4 via monad-logger - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - yesod-auth < 0 # GHC 8.4 via nonce @@ -4598,16 +4537,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - atom-conduit < 0 # GHC 8.4 via xml-conduit - - authenticate < 0 # GHC 8.4 via xml-conduit - - tagstream-conduit < 0 # GHC 8.4 via xml-conduit - - yesod-test < 0 # GHC 8.4 via xml-conduit - - yesod-auth < 0 # GHC 8.4 via yesod-core - - yesod-eventsource < 0 # GHC 8.4 via yesod-core - - yesod-form < 0 # GHC 8.4 via yesod-core - - yesod-persistent < 0 # GHC 8.4 via yesod-core - - yesod-static < 0 # GHC 8.4 via yesod-core - - yesod-test < 0 # GHC 8.4 via yesod-core - warp < 0 # GHC 8.4 via http2 - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra @@ -4630,19 +4559,37 @@ packages: - http-reverse-proxy < 0 # GHC 8.4 via http-conduit - mysql-haskell < 0 # GHC 8.4 via io-streams - tcp-streams < 0 # GHC 8.4 via io-streams - - pinboard < 0 # GHC 8.4 via monad-logger - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - - http-reverse-proxy < 0 # GHC 8.4 via wai-logger - http-reverse-proxy < 0 # GHC 8.4 via warp - wai-middleware-crowd < 0 # GHC 8.4 via warp - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap - soap-tls < 0 # GHC 8.4 via soap + - kdt < 0 # GHC 8.4 via MonadRandom + - yesod-core < 0 # GHC 8.4 via clientsession + - xml-isogen < 0 # GHC 8.4 via dom-parser + - kdt < 0 # GHC 8.4 via heap + - yesod-static < 0 # GHC 8.4 via hjsmin + - yesod-static < 0 # GHC 8.4 via wai-app-static + - yesod-core < 0 # GHC 8.4 via wai-extra + - yesod-eventsource < 0 # GHC 8.4 via wai-extra + - yesod-static < 0 # GHC 8.4 via wai-extra + - yesod-core < 0 # GHC 8.4 via warp + - yesod-static < 0 # GHC 8.4 via yesod-test + - google-oauth2-jwt < 0 # GHC 8.4 via RSA + - urlpath < 0 # GHC 8.4 via attoparsec-uri + - urlpath < 0 # GHC 8.4 via monad-control-aligned + - urlpath < 0 # GHC 8.4 via path-extra + - yesod-alerts < 0 # GHC 8.4 via yesod-core + - yesod-gitrepo < 0 # GHC 8.4 via yesod-core + - yesod-newsfeed < 0 # GHC 8.4 via yesod-core + - yesod-sitemap < 0 # GHC 8.4 via yesod-core + - yesod-table < 0 # GHC 8.4 via yesod-core "GHC upper bounds": @@ -4852,6 +4799,7 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 2ca1e3490664420da058d41312dcee6f354f43c4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:36:03 -0700 Subject: [PATCH 2907/3109] Unblock misc revdeps: connection, trifecta --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d72238..c6c03a5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3961,7 +3961,6 @@ packages: - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - - uri-templater < 0 # GHC 8.4 via trifecta - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle @@ -4239,10 +4238,6 @@ packages: - weigh < 0 # GHC 8.4 via bytestring-trie - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - amqp < 0 # GHC 8.4 via connection - - conduit-connection < 0 # GHC 8.4 via connection - - hasbolt < 0 # GHC 8.4 via connection - - irc-conduit < 0 # GHC 8.4 via connection - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql - tasty-dejafu < 0 # GHC 8.4 via dejafu @@ -4321,7 +4316,6 @@ packages: - redis-io < 0 # GHC 8.4 via tinylog - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - show-prettyprint < 0 # GHC 8.4 via trifecta - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - users-test < 0 # GHC 8.4 via users - courier < 0 # GHC 8.4 via uuid @@ -4364,9 +4358,6 @@ packages: - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable - sets < 0 # GHC 8.4 via witherable - - haskell-gi < 0 # GHC 8.4 via xml-conduit - - xml-html-qq < 0 # GHC 8.4 via xml-conduit - - xml-indexed-cursor < 0 # GHC 8.4 via xml-conduit - yi-core < 0 # GHC 8.4 via yi-rope - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - git < 0 # GHC 8.4 via zlib-bindings @@ -4438,7 +4429,6 @@ packages: - rss-conduit < 0 # GHC 8.4 via vinyl - tar-conduit < 0 # GHC 8.4 via weigh - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - - eventstore < 0 # GHC 8.4 via connection - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt - eventstore < 0 # GHC 8.4 via interpolate @@ -4483,8 +4473,6 @@ packages: - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - clientsession < 0 # GHC 8.4 via cipher-aes - - docker < 0 # GHC 8.4 via connection - - http-conduit < 0 # GHC 8.4 via connection - clientsession < 0 # GHC 8.4 via cprng-aes - DRBG < 0 # GHC 8.4 via crypto-api - RSA < 0 # GHC 8.4 via crypto-api From 0e232f20217cc86b6430eed55d47a31af439db62 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:41:41 -0700 Subject: [PATCH 2908/3109] Blocks per sol/hpack#276 and brendenhay/pagerduty#10 --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6c03a5e..2ccfc54f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,7 +1043,7 @@ packages: - ghc-events - monad-extras - optparse-simple - - hpack + # - hpack # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - bindings-uname - stack < 9.9.9 @@ -1516,7 +1516,7 @@ packages: # - gogol-youtube-analytics # - gogol-youtube-reporting # - ede # https://github.com/brendanhay/ede/issues/28 - - pagerduty + # - pagerduty # build failure with ghc 8.4 https://github.com/brendanhay/pagerduty/issues/10 - semver - text-manipulate @@ -3271,6 +3271,7 @@ packages: - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 @@ -3278,6 +3279,7 @@ packages: - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 + - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 From 5a46d7177e8263600b34db40a4a10e83c7da7114 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:48:37 -0700 Subject: [PATCH 2909/3109] Unblock warp, http2 and revdeps --- build-constraints.yaml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ccfc54f..666ff4e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4002,18 +4002,6 @@ packages: - wai-cors < 0 # GHC 8.4 via wai-websockets - wai-transformers < 0 # GHC 8.4 via wai-websockets - yesod-websockets < 0 # GHC 8.4 via wai-websockets - - IPv6DB < 0 # GHC 8.4 via warp - - MFlow < 0 # GHC 8.4 via warp - - bimap-server < 0 # GHC 8.4 via warp - - configuration-tools < 0 # GHC 8.4 via warp - - hledger-web < 0 # GHC 8.4 via warp - - hoogle < 0 # GHC 8.4 via warp - - wai-cli < 0 # GHC 8.4 via warp - - wai-cors < 0 # GHC 8.4 via warp - - warp-tls < 0 # GHC 8.4 via warp - - webdriver-angular < 0 # GHC 8.4 via warp - - yesod < 0 # GHC 8.4 via warp - - yesod-paginator < 0 # GHC 8.4 via warp - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - gdax < 0 # GHC 8.4 via websockets @@ -4168,8 +4156,6 @@ packages: - unfoldable < 0 # GHC 8.4 via one-liner - users < 0 # GHC 8.4 via path-pieces - protocol-radius-test < 0 # GHC 8.4 via protocol-radius - - selda < 0 # GHC 8.4 via psqueues - - set-cover < 0 # GHC 8.4 via psqueues - bno055-haskell < 0 # GHC 8.4 via resourcet - h2c < 0 # GHC 8.4 via resourcet - monad-unlift-ref < 0 # GHC 8.4 via resourcet @@ -4230,7 +4216,6 @@ packages: - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - - psqueues < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth @@ -4355,7 +4340,6 @@ packages: - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - websockets-rpc < 0 # GHC 8.4 via wai-transformers - websockets-simple < 0 # GHC 8.4 via wai-transformers - - wai-middleware-consul < 0 # GHC 8.4 via warp - websockets-rpc < 0 # GHC 8.4 via websockets - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable @@ -4384,7 +4368,6 @@ packages: - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - - lrucaching < 0 # GHC 8.4 via psqueues - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh - text-metrics < 0 # GHC 8.4 via weigh @@ -4437,7 +4420,6 @@ packages: - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc - - dns < 0 # GHC 8.4 via psqueues - eventstore < 0 # GHC 8.4 via tasty-hspec - eventstore < 0 # GHC 8.4 via text-format - log-warper < 0 # GHC 8.4 via universum @@ -4492,7 +4474,6 @@ packages: - clientsession < 0 # GHC 8.4 via entropy - websockets < 0 # GHC 8.4 via entropy - yesod-bin < 0 # GHC 8.4 via fsnotify - - http2 < 0 # GHC 8.4 via hashtables - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - scotty < 0 # GHC 8.4 via hspec-wai @@ -4515,7 +4496,6 @@ packages: - yesod-auth < 0 # GHC 8.4 via persistent-template - yesod-persistent < 0 # GHC 8.4 via persistent-template - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - - http2 < 0 # GHC 8.4 via psqueues - riak < 0 # GHC 8.4 via pureMD5 - servius < 0 # GHC 8.4 via shakespeare - yesod-auth < 0 # GHC 8.4 via shakespeare @@ -4527,7 +4507,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - http-conduit < 0 # GHC 8.4 via warp-tls - yesod-bin < 0 # GHC 8.4 via warp-tls - - warp < 0 # GHC 8.4 via http2 - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra - simple-session < 0 # GHC 8.4 via wai-extra @@ -4554,8 +4533,6 @@ packages: - mongoDB < 0 # GHC 8.4 via random-shuffle - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - - http-reverse-proxy < 0 # GHC 8.4 via warp - - wai-middleware-crowd < 0 # GHC 8.4 via warp - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap @@ -4569,7 +4546,6 @@ packages: - yesod-core < 0 # GHC 8.4 via wai-extra - yesod-eventsource < 0 # GHC 8.4 via wai-extra - yesod-static < 0 # GHC 8.4 via wai-extra - - yesod-core < 0 # GHC 8.4 via warp - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri @@ -5279,6 +5255,7 @@ skipped-benchmarks: - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 + - http2 # ghc 8.4 via hashtables # Transitive outdated dependencies # These packages From 70ff2e8122a7fa1f18a3ba80cb119bcefc427118 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:52:46 -0700 Subject: [PATCH 2910/3109] Block tinylog per https://gitlab.com/twittner/tinylog/issues/1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 666ff4e3..51fc78cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -997,7 +997,7 @@ packages: - redis-resp - redis-io - swagger - - tinylog + # - tinylog # build failure with ghc 8.4 https://gitlab.com/twittner/tinylog/issues/1 - wai-predicates - wai-routing - zeromq4-haskell @@ -3281,6 +3281,7 @@ packages: - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From a1d5426a182099424ae0d89d8f98e0f4ed6e19f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 17:56:57 -0700 Subject: [PATCH 2911/3109] psqueues skip benchmarks per PSQueue build failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51fc78cc..dd96d6bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3266,6 +3266,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 @@ -5256,7 +5257,10 @@ skipped-benchmarks: - unicode-transforms # criterion 1.3 - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 + + # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables + - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies # These packages From 14560bdeee635955f559a3045780a44848e656bc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:00:16 -0700 Subject: [PATCH 2912/3109] Block more ghc 8.4 build failures --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd96d6bc..e73abc18 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3436,6 +3436,9 @@ packages: - cmark < 0 # DependencyFailed (PackageName "markdown") - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - enummapset < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - set-cover < 0 # DependencyFailed (PackageName "enummapset") # This section was used to programmatically generate a set of removals From 5a47a164d1317f64187eaa3538b0748370cd7bf0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:04:58 -0700 Subject: [PATCH 2913/3109] Unblock revdeps of http-conduit, warp-tls --- build-constraints.yaml | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e73abc18..d35b59e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3874,26 +3874,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - cabal-rpm < 0 # GHC 8.4 via http-conduit - - cayley-client < 0 # GHC 8.4 via http-conduit - - classy-prelude-yesod < 0 # GHC 8.4 via http-conduit - - cryptocompare < 0 # GHC 8.4 via http-conduit - - curl-runnings < 0 # GHC 8.4 via http-conduit - - fb < 0 # GHC 8.4 via http-conduit - - github-types < 0 # GHC 8.4 via http-conduit - - haskell-neo4j-client < 0 # GHC 8.4 via http-conduit - - hledger-web < 0 # GHC 8.4 via http-conduit - - hoogle < 0 # GHC 8.4 via http-conduit - - kawhi < 0 # GHC 8.4 via http-conduit - - line < 0 # GHC 8.4 via http-conduit - - mega-sdist < 0 # GHC 8.4 via http-conduit - - mime-mail-ses < 0 # GHC 8.4 via http-conduit - - rollbar-hs < 0 # GHC 8.4 via http-conduit - - textlocal < 0 # GHC 8.4 via http-conduit - - wai-middleware-rollbar < 0 # GHC 8.4 via http-conduit - - yesod-auth-fb < 0 # GHC 8.4 via http-conduit - - yesod-auth-hashdb < 0 # GHC 8.4 via http-conduit - - yesod-fb < 0 # GHC 8.4 via http-conduit - ses-html < 0 # GHC 8.4 via http-streams - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip @@ -4510,8 +4490,6 @@ packages: - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - - http-conduit < 0 # GHC 8.4 via warp-tls - - yesod-bin < 0 # GHC 8.4 via warp-tls - simple-session < 0 # GHC 8.4 via simple - fn < 0 # GHC 8.4 via wai-extra - simple-session < 0 # GHC 8.4 via wai-extra @@ -4530,7 +4508,6 @@ packages: - wai-middleware-crowd < 0 # GHC 8.4 via clientsession - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - - http-reverse-proxy < 0 # GHC 8.4 via http-conduit - mysql-haskell < 0 # GHC 8.4 via io-streams - tcp-streams < 0 # GHC 8.4 via io-streams - mongoDB < 0 # GHC 8.4 via nonce @@ -4561,6 +4538,12 @@ packages: - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - yesod-sitemap < 0 # GHC 8.4 via yesod-core - yesod-table < 0 # GHC 8.4 via yesod-core + - fb < 0 # GHC 8.4 via crypto-api + - yesod-fb < 0 # GHC 8.4 via crypto-api + - fb < 0 # GHC 8.4 via cryptohash-cryptoapi + - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 + - hoogle < 0 # GHC 8.4 via process-extras + - yesod-fb < 0 # GHC 8.4 via yesod-core "GHC upper bounds": From 59bfad5bf155162d4812562b0f113aee3e0cf374 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:07:00 -0700 Subject: [PATCH 2914/3109] Unskip tests for email-validate per Porges/email-validate-hs#31 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35b59e4..53acb124 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4753,7 +4753,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From ae509526a5ebee77773a130b2101abae9df29686 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:19:39 -0700 Subject: [PATCH 2915/3109] Revert "Unskip tests for email-validate per Porges/email-validate-hs#31" This reverts commit 59bfad5bf155162d4812562b0f113aee3e0cf374. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53acb124..d35b59e4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4753,6 +4753,7 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 + - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 075d9a9f593b03e31219c25cdc6d3dea2662b6fe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:20:24 -0700 Subject: [PATCH 2916/3109] Block enummapset per michalt/enummapset#11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d35b59e4..285f016e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3269,6 +3269,7 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 @@ -3436,7 +3437,6 @@ packages: - cmark < 0 # DependencyFailed (PackageName "markdown") - cmark-highlight < 0 # GHC 8.4 via cmark - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - enummapset < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") From d619981d3bf0d8263ffa4391d395f614c4e9fc6d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:24:15 -0700 Subject: [PATCH 2917/3109] Removals: juhp/cabal-rpm#55 and neo4j-rest-client --- build-constraints.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 285f016e..c7113525 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1161,7 +1161,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - - cabal-rpm + # - cabal-rpm # build failure with ghc 8.4 https://github.com/juhp/cabal-rpm/issues/55 - fedora-haskell-tools # - idris # ansi-terminal-0.8 @@ -1869,7 +1869,8 @@ packages: # Test suite needs a running neo4j server with auth disabled # unfortunately the cabal package name and the github repo don't have the exact same name # package name is haskell-neo4j-client github name is haskell-neo4j-rest-client - - haskell-neo4j-client + [] + # - haskell-neo4j-client # ghc 8.4 build failure https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 "Anton Kholomiov ": - data-fix @@ -3269,9 +3270,11 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 + - haskell-neo4j-client # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 From 9313d62298f475e5d471c7c80bceec3d03675dce Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:38:24 -0700 Subject: [PATCH 2918/3109] Unblock revdeps of http-api-data --- build-constraints.yaml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7113525..60134dbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - - haskell-neo4j-client # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 + - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 @@ -3521,7 +3521,6 @@ packages: - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - http-api-data < 0 # GHC 8.4 via base-4.11.0.0 - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 @@ -3686,18 +3685,6 @@ packages: - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - - Spock-core < 0 # GHC 8.4 via http-api-data - - envelope < 0 # GHC 8.4 via http-api-data - - eventful-core < 0 # GHC 8.4 via http-api-data - - http-link-header < 0 # GHC 8.4 via http-api-data - - persistent < 0 # GHC 8.4 via http-api-data - - persistent-mongoDB < 0 # GHC 8.4 via http-api-data - - persistent-redis < 0 # GHC 8.4 via http-api-data - - persistent-template < 0 # GHC 8.4 via http-api-data - - pushbullet-types < 0 # GHC 8.4 via http-api-data - - req < 0 # GHC 8.4 via http-api-data - - reroute < 0 # GHC 8.4 via http-api-data - - slug < 0 # GHC 8.4 via http-api-data - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - servant-blaze < 0 # GHC 8.4 via http-media @@ -4547,6 +4534,15 @@ packages: - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras - yesod-fb < 0 # GHC 8.4 via yesod-core + - req < 0 # GHC 8.4 via authenticate-oauth + - reroute < 0 # GHC 8.4 via graph-core + - persistent < 0 # GHC 8.4 via haskell-src-meta + - persistent-redis < 0 # GHC 8.4 via hedis + - Spock-core < 0 # GHC 8.4 via hspec-wai + - persistent-mongoDB < 0 # GHC 8.4 via mongoDB + - eventful-core < 0 # GHC 8.4 via uuid + - persistent-template < 0 # GHC 8.4 via persistent + - slug < 0 # GHC 8.4 via persistent "GHC upper bounds": From 8cf3f88ba4d6b1bba909cede07355b1e3557ca93 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:46:20 -0700 Subject: [PATCH 2919/3109] Unblock entropy, securemem, crypto-api, etc and revdeps --- build-constraints.yaml | 48 ------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 60134dbe..ba036ad8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3623,7 +3623,6 @@ packages: - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - eliminators < 0 # GHC 8.4 via template-haskell-2.13.0.0 - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -4166,14 +4165,7 @@ packages: - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - mcmc-types < 0 # GHC 8.4 via mwc-probability - - cipher-aes < 0 # GHC 8.4 via securemem - - cipher-blowfish < 0 # GHC 8.4 via securemem - - cipher-camellia < 0 # GHC 8.4 via securemem - - cipher-des < 0 # GHC 8.4 via securemem - - crypto-cipher-tests < 0 # GHC 8.4 via securemem - - crypto-cipher-types < 0 # GHC 8.4 via securemem - plot < 0 # GHC 8.4 via cairo - - cryptocipher < 0 # GHC 8.4 via cipher-aes - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - cryptocipher < 0 # GHC 8.4 via cipher-camellia - cryptocipher < 0 # GHC 8.4 via cipher-des @@ -4182,13 +4174,9 @@ packages: - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - - crypto-random-api < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy # After first wave of unblocks - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - entropy < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors @@ -4198,7 +4186,6 @@ packages: - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - weigh < 0 # GHC 8.4 via bytestring-trie - - cprng-aes < 0 # GHC 8.4 via cipher-aes - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql @@ -4263,7 +4250,6 @@ packages: - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - crypto-random < 0 # GHC 8.4 via securemem - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - heterocephalus < 0 # GHC 8.4 via shakespeare @@ -4327,10 +4313,6 @@ packages: - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - crypto-api < 0 # GHC 8.4 via entropy - - crypto-random-api < 0 # GHC 8.4 via entropy - - nonce < 0 # GHC 8.4 via entropy - - scrypt < 0 # GHC 8.4 via entropy - fsnotify < 0 # GHC 8.4 via hinotify - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core @@ -4346,9 +4328,6 @@ packages: - pcre-heavy < 0 # GHC 8.4 via string-conversions - IntervalMap < 0 # GHC 8.4 via weigh - text-metrics < 0 # GHC 8.4 via weigh - - crypto-api-tests < 0 # GHC 8.4 via crypto-api - - pureMD5 < 0 # GHC 8.4 via crypto-api - - xxhash < 0 # GHC 8.4 via crypto-api - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - hocilib < 0 # GHC 8.4 via inline-c - ctrie < 0 # GHC 8.4 via random-shuffle @@ -4365,11 +4344,8 @@ packages: - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space - - bcrypt < 0 # GHC 8.4 via entropy - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - - vhd < 0 # GHC 8.4 via cipher-aes - - uuid < 0 # GHC 8.4 via entropy - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - biopsl < 0 # GHC 8.4 via biocore @@ -4431,23 +4407,9 @@ packages: - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - - clientsession < 0 # GHC 8.4 via cipher-aes - - clientsession < 0 # GHC 8.4 via cprng-aes - - DRBG < 0 # GHC 8.4 via crypto-api - - RSA < 0 # GHC 8.4 via crypto-api - - cipher-aes128 < 0 # GHC 8.4 via crypto-api - - clientsession < 0 # GHC 8.4 via crypto-api - - cryptohash-cryptoapi < 0 # GHC 8.4 via crypto-api - - skein < 0 # GHC 8.4 via crypto-api - - DRBG < 0 # GHC 8.4 via crypto-api-tests - RSA < 0 # GHC 8.4 via crypto-pubkey-types - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - - clientsession < 0 # GHC 8.4 via crypto-random - riak < 0 # GHC 8.4 via enclosed-exceptions - - DRBG < 0 # GHC 8.4 via entropy - - cipher-aes128 < 0 # GHC 8.4 via entropy - - clientsession < 0 # GHC 8.4 via entropy - - websockets < 0 # GHC 8.4 via entropy - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 @@ -4495,7 +4457,6 @@ packages: - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - datadog < 0 # GHC 8.4 via buffer-builder - - wai-middleware-crowd < 0 # GHC 8.4 via clientsession - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - mysql-haskell < 0 # GHC 8.4 via io-streams @@ -4510,7 +4471,6 @@ packages: - soap-openssl < 0 # GHC 8.4 via soap - soap-tls < 0 # GHC 8.4 via soap - kdt < 0 # GHC 8.4 via MonadRandom - - yesod-core < 0 # GHC 8.4 via clientsession - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin @@ -4528,8 +4488,6 @@ packages: - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - yesod-sitemap < 0 # GHC 8.4 via yesod-core - yesod-table < 0 # GHC 8.4 via yesod-core - - fb < 0 # GHC 8.4 via crypto-api - - yesod-fb < 0 # GHC 8.4 via crypto-api - fb < 0 # GHC 8.4 via cryptohash-cryptoapi - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras @@ -4551,18 +4509,12 @@ packages: "Stackage upper bounds": - # https://github.com/fpco/stackage/issues/3154 - - entropy < 0.4 - # https://github.com/fpco/stackage/issues/3293 - tasty-quickcheck < 0.10 # https://github.com/fpco/stackage/issues/3183 - criterion < 1.4 - # https://github.com/fpco/stackage/issues/3184 - - eliminators < 0.4 - # https://github.com/fpco/stackage/issues/3186 - haskell-gi-overloading < 1 From ca6b501e1294c5c6cb63eba8e9d062af3cd4c658 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 18:48:35 -0700 Subject: [PATCH 2920/3109] Remove pushbullet-types per tsani/pushbullet-hs#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba036ad8..7c224733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -35,7 +35,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook - - pushbullet-types + # - pushbullet-types # build failure with ghc 8.4 https://github.com/tsani/pushbullet-hs/issues/1 "Theodore Lief Gannon @tejon": - aeson-yak @@ -3285,6 +3285,7 @@ packages: - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 + - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 63e80bd3a0330c88715a477012ba208ae957c611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 14 Mar 2018 21:58:05 -0400 Subject: [PATCH 2921/3109] re-enabling language-dockerfile --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c224733..b08562dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3048,7 +3048,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3279,7 +3279,6 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 From bc6d27a1ff1fed9d5cc10da75617971fd110f66d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:00:15 -0700 Subject: [PATCH 2922/3109] Unblock language-docker, block vhd --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c224733..0f57b475 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -521,7 +521,7 @@ packages: - socks - tls - tls-debug - - vhd + # - vhd # build failure with ghc 8.4 - xenstore "Chris Done @chrisdone": @@ -3048,7 +3048,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 + - language-docker - docker-build-cacher - mysql-haskell-nem @@ -3279,7 +3279,6 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 @@ -3289,6 +3288,7 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 + - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 From 89ef10fec1c9afa553c1e2df9effda6a8e1a38e5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:02:15 -0700 Subject: [PATCH 2923/3109] Unblock yesod-core revdeps --- build-constraints.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0f57b475..d95e81bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4476,23 +4476,13 @@ packages: - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - yesod-static < 0 # GHC 8.4 via wai-app-static - - yesod-core < 0 # GHC 8.4 via wai-extra - - yesod-eventsource < 0 # GHC 8.4 via wai-extra - - yesod-static < 0 # GHC 8.4 via wai-extra - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - - yesod-alerts < 0 # GHC 8.4 via yesod-core - - yesod-gitrepo < 0 # GHC 8.4 via yesod-core - - yesod-newsfeed < 0 # GHC 8.4 via yesod-core - - yesod-sitemap < 0 # GHC 8.4 via yesod-core - - yesod-table < 0 # GHC 8.4 via yesod-core - - fb < 0 # GHC 8.4 via cryptohash-cryptoapi - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - hoogle < 0 # GHC 8.4 via process-extras - - yesod-fb < 0 # GHC 8.4 via yesod-core - req < 0 # GHC 8.4 via authenticate-oauth - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta From 91e084af5f71bbf5001b5428e0bb490724136fa6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:09:11 -0700 Subject: [PATCH 2924/3109] Unblock revdeps of wai-* --- build-constraints.yaml | 46 ++++-------------------------------------- 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d95e81bc..e51c4f4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3960,33 +3960,8 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - webdriver-angular < 0 # GHC 8.4 via wai-app-static - - MFlow < 0 # GHC 8.4 via wai-extra - - Spock < 0 # GHC 8.4 via wai-extra - - filter-logger < 0 # GHC 8.4 via wai-extra - - hledger-web < 0 # GHC 8.4 via wai-extra - - hspec-wai < 0 # GHC 8.4 via wai-extra - - microformats2-parser < 0 # GHC 8.4 via wai-extra - - wai-cli < 0 # GHC 8.4 via wai-extra - - wai-cors < 0 # GHC 8.4 via wai-extra - - yesod < 0 # GHC 8.4 via wai-extra - - yesod-auth-hashdb < 0 # GHC 8.4 via wai-extra - - yesod-paginator < 0 # GHC 8.4 via wai-extra - - hledger-web < 0 # GHC 8.4 via wai-handler-launch - - serversession-frontend-wai < 0 # GHC 8.4 via wai-session - - wai-cors < 0 # GHC 8.4 via wai-websockets - - wai-transformers < 0 # GHC 8.4 via wai-websockets - - yesod-websockets < 0 # GHC 8.4 via wai-websockets - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - - gdax < 0 # GHC 8.4 via websockets - - tidal < 0 # GHC 8.4 via websockets - - transient-universe < 0 # GHC 8.4 via websockets - - wai-cors < 0 # GHC 8.4 via websockets - - wai-transformers < 0 # GHC 8.4 via websockets - - websockets-snap < 0 # GHC 8.4 via websockets - - wuss < 0 # GHC 8.4 via websockets - - yesod-websockets < 0 # GHC 8.4 via websockets - bitcoin-api < 0 # GHC 8.4 via wreq - bitcoin-api-extra < 0 # GHC 8.4 via wreq - datasets < 0 # GHC 8.4 via wreq @@ -4053,7 +4028,6 @@ packages: - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell - messagepack-rpc < 0 # GHC 8.4 via network-simple - distributed-process < 0 # GHC 8.4 via network-transport-tcp - - serversession < 0 # GHC 8.4 via nonce - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec - hasql < 0 # GHC 8.4 via postgresql-binary @@ -4295,15 +4269,6 @@ packages: - validity-aeson < 0 # GHC 8.4 via validity-text - genvalidity-time < 0 # GHC 8.4 via validity-time - hledger-ui < 0 # GHC 8.4 via vty - - wai-middleware-consul < 0 # GHC 8.4 via wai - - wai-middleware-prometheus < 0 # GHC 8.4 via wai - - wai-middleware-consul < 0 # GHC 8.4 via wai-app-static - - wai-middleware-consul < 0 # GHC 8.4 via wai-conduit - - wai-middleware-consul < 0 # GHC 8.4 via wai-extra - - websockets-rpc < 0 # GHC 8.4 via wai-transformers - - websockets-simple < 0 # GHC 8.4 via wai-transformers - - websockets-rpc < 0 # GHC 8.4 via websockets - - websockets-simple < 0 # GHC 8.4 via websockets - rose-trees < 0 # GHC 8.4 via witherable - sets < 0 # GHC 8.4 via witherable - yi-core < 0 # GHC 8.4 via yi-rope @@ -4444,10 +4409,6 @@ packages: - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - - fn < 0 # GHC 8.4 via wai-extra - - simple-session < 0 # GHC 8.4 via wai-extra - - wai-app-static < 0 # GHC 8.4 via wai-extra - - wai-websockets < 0 # GHC 8.4 via websockets - hledger-lib < 0 # GHC 8.4 via hashtables - skylighting < 0 # GHC 8.4 via hxt - skylighting-core < 0 # GHC 8.4 via hxt @@ -4465,8 +4426,6 @@ packages: - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle - - wai-middleware-crowd < 0 # GHC 8.4 via wai-app-static - - wai-middleware-crowd < 0 # GHC 8.4 via wai-extra - mysql-haskell < 0 # GHC 8.4 via wire-streams - soap < 0 # GHC 8.4 via xml-conduit-writer - soap-openssl < 0 # GHC 8.4 via soap @@ -4475,7 +4434,6 @@ packages: - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - - yesod-static < 0 # GHC 8.4 via wai-app-static - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri @@ -4492,6 +4450,10 @@ packages: - eventful-core < 0 # GHC 8.4 via uuid - persistent-template < 0 # GHC 8.4 via persistent - slug < 0 # GHC 8.4 via persistent + - MFlow < 0 # GHC 8.4 via RefSerialize + - MFlow < 0 # GHC 8.4 via TCache + - MFlow < 0 # GHC 8.4 via Workflow + - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client "GHC upper bounds": From 43379da31788f8b386faa5294ef5eabed94e1dd4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:14:19 -0700 Subject: [PATCH 2925/3109] Unblock revdeps of shakespeare --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e51c4f4c..51728623 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4048,7 +4048,6 @@ packages: - sdl2-image < 0 # GHC 8.4 via sdl2 - sdl2-mixer < 0 # GHC 8.4 via sdl2 - sdl2-ttf < 0 # GHC 8.4 via sdl2 - - state-codes < 0 # GHC 8.4 via shakespeare - yi-snippet < 0 # GHC 8.4 via tasty-hunit - yi-snippet < 0 # GHC 8.4 via tasty-th - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams @@ -4227,7 +4226,6 @@ packages: - lexer-applicative < 0 # GHC 8.4 via regex-applicative - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - - heterocephalus < 0 # GHC 8.4 via shakespeare - hedis < 0 # GHC 8.4 via slave-thread - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec @@ -4351,7 +4349,6 @@ packages: - fasta < 0 # GHC 8.4 via pipes-group - fasta < 0 # GHC 8.4 via pipes-text - random-tree < 0 # GHC 8.4 via random-shuffle - - dom-parser < 0 # GHC 8.4 via shakespeare - jose < 0 # GHC 8.4 via tasty-hspec - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics @@ -4400,10 +4397,6 @@ packages: - yesod-persistent < 0 # GHC 8.4 via persistent-template - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - riak < 0 # GHC 8.4 via pureMD5 - - servius < 0 # GHC 8.4 via shakespeare - - yesod-auth < 0 # GHC 8.4 via shakespeare - - yesod-bin < 0 # GHC 8.4 via shakespeare - - yesod-form < 0 # GHC 8.4 via shakespeare - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep From a211fbabc956200fab4395fb9dd9f72271b148ac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:21:13 -0700 Subject: [PATCH 2926/3109] Remove text-format per bos/text-format#22 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51728623..59ec42b9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,7 @@ packages: - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3410,7 +3411,6 @@ packages: - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - strict-types < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - text-format < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - units-parser < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/main/main - varying < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From f502846d7dcc958955192d54b4e679d271a96e6d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:26:39 -0700 Subject: [PATCH 2927/3109] Remove fb per psibi/fb#3 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad943a54..2b4c2bee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -457,7 +457,7 @@ packages: - textlocal # - shell-conduit # https://github.com/psibi/shell-conduit/issues/15 - tldr - - fb + # - fb # build failure with ghc 8.4 https://github.com/psibi/fb/issues/3 - yesod-fb - yesod-auth-fb - hourglass-orphans @@ -3272,6 +3272,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 + - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 @@ -3443,6 +3444,7 @@ packages: - tasty-html < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") + - yesod-fb < 0 # GHC 8.4 via fb # This section was used to programmatically generate a set of removals From 3a9a6b3151d0980e18ae086a5d590ad591814fa5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:32:03 -0700 Subject: [PATCH 2928/3109] Remove (xml-)conduit-parse per k0ral/conduit-parse#3 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2b4c2bee..a28725c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1783,7 +1783,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - - conduit-parse + # - conduit-parse # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - dublincore-xml-conduit - euler-tour-tree - opml-conduit @@ -3271,6 +3271,7 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 @@ -3445,6 +3446,7 @@ packages: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb + - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse # This section was used to programmatically generate a set of removals From c68ec97687ed4fa04059cada22bc2731d09ad0cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:34:21 -0700 Subject: [PATCH 2929/3109] Remove heterocephalus per arowM/heterocephalus#22 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a28725c6..07b4cf0e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2793,7 +2793,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - - heterocephalus + # - heterocephalus # build failure with ghc 8.4 https://github.com/arowM/heterocephalus/issues/22 - bookkeeping - ochintin-daicho @@ -3278,6 +3278,7 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 + - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From b04c20f7751b2783ea6f8b28247bc44021361b1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:36:51 -0700 Subject: [PATCH 2930/3109] Remove dom-parser per typeable/dom-parser#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07b4cf0e..ccf1f312 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3062,7 +3062,7 @@ packages: - ghost-buster "typeable.io ": - - dom-parser + # - dom-parser # build failure with ghc 8.4 https://github.com/typeable/dom-parser/issues/10 - xml-isogen "Jeremy Huffman @jeremyjh": @@ -3272,6 +3272,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 + - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 From 95bc18837317030627716f34ab79f0c0a3c577d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:38:42 -0700 Subject: [PATCH 2931/3109] Revert "Revert "Unskip tests for email-validate per Porges/email-validate-hs#31"" This reverts commit ae509526a5ebee77773a130b2101abae9df29686. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ccf1f312..5ebbbed4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4656,7 +4656,6 @@ skipped-tests: - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - email-validate # doctest 0.15 # https://github.com/Porges/email-validate-hs/issues/31 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - HTTP # conduit-extra 1.3 From 37eae7066b8de42ef3f066cbdf4fdc220489f1fb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:54:31 -0700 Subject: [PATCH 2932/3109] Misc unblocks --- build-constraints.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ebbbed4..5327fa52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,8 +3821,6 @@ packages: - microformats2-parser < 0 # GHC 8.4 via aeson-qq - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - - classy-prelude-conduit < 0 # GHC 8.4 via classy-prelude - - classy-prelude-yesod < 0 # GHC 8.4 via classy-prelude - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - check-email < 0 # GHC 8.4 via email-validate @@ -4068,14 +4066,6 @@ packages: - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens - - yi-fuzzy-open < 0 # GHC 8.4 via yi-core - - yi-ireader < 0 # GHC 8.4 via yi-core - - yi-keymap-cua < 0 # GHC 8.4 via yi-core - - yi-keymap-emacs < 0 # GHC 8.4 via yi-core - - yi-misc-modes < 0 # GHC 8.4 via yi-core - - yi-mode-haskell < 0 # GHC 8.4 via yi-core - - yi-mode-javascript < 0 # GHC 8.4 via yi-core - - yi-snippet < 0 # GHC 8.4 via yi-core - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - yi-ireader < 0 # GHC 8.4 via yi-language - yi-keymap-emacs < 0 # GHC 8.4 via yi-language @@ -4095,7 +4085,6 @@ packages: - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - flat-mcmc < 0 # GHC 8.4 via formatting - - process-extras < 0 # GHC 8.4 via generic-deriving - unicode-transforms < 0 # GHC 8.4 via getopt-generics - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub @@ -4134,7 +4123,6 @@ packages: - network-transport-tests < 0 # GHC 8.4 via network-transport - path-extra < 0 # GHC 8.4 via path - validity-path < 0 # GHC 8.4 via path - - pdfinfo < 0 # GHC 8.4 via process-extras - selda-postgresql < 0 # GHC 8.4 via selda - quickcheck-special < 0 # GHC 8.4 via special-values - slave-thread < 0 # GHC 8.4 via stm-containers @@ -4224,8 +4212,6 @@ packages: - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via poly-arity - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - tasty-silver < 0 # GHC 8.4 via process-extras - - yi-core < 0 # GHC 8.4 via process-extras - rainbox < 0 # GHC 8.4 via rainbow - lambdabot-core < 0 # GHC 8.4 via random-fu - redis-io < 0 # GHC 8.4 via redis-resp @@ -4439,7 +4425,6 @@ packages: - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - hoogle < 0 # GHC 8.4 via process-extras - req < 0 # GHC 8.4 via authenticate-oauth - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta @@ -4453,6 +4438,9 @@ packages: - MFlow < 0 # GHC 8.4 via TCache - MFlow < 0 # GHC 8.4 via Workflow - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client + - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs + - yi-keymap-cua < 0 # GHC 8.4 via yi-rope "GHC upper bounds": From ec9bb5dcc412fb97f20c7b10a698fe573d20a14a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 20:01:00 -0700 Subject: [PATCH 2933/3109] Remove hoogle per ndmitchell/hoogle#245 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5327fa52..e77aafe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -408,7 +408,7 @@ packages: "Neil Mitchell @ndmitchell": - hlint - - hoogle + # - hoogle # build failure with ghc 8.4 https://github.com/ndmitchell/hoogle/issues/245 - shake - tagsoup - cmdargs @@ -3280,6 +3280,7 @@ packages: - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 + - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From 0a75712b06e59fbad6c3789e3687f7f9b21863f5 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 21:15:25 -0700 Subject: [PATCH 2934/3109] Re-block data-inttrie, let the build succeed --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e77aafe7..e737f09c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,8 +3322,7 @@ packages: - cuda < 0 # build failure with GHC 8.4 - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - # - data-inttrie < 0 # build failure with GHC 8.4 - - data-inttrie # todo: remove + - data-inttrie < 0 # build failure with GHC 8.4 - data-memocombinators < 0 # build failure with GHC 8.4 - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 From afd60c07ce5a1f817c739f287f09c4d80250df0f Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Thu, 15 Mar 2018 09:10:38 +0100 Subject: [PATCH 2935/3109] Re-enabling Rasterific Semigroup instances has been added, and uploaded to Hackage --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e737f09c..f6673730 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - # - Rasterific # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 + - Rasterific - svg-tree - rasterific-svg - asciidiagram @@ -3268,7 +3268,6 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/37 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 From ae91f311a67707414da5f844d194363bd5b2f3d6 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Thu, 15 Mar 2018 14:21:50 +0300 Subject: [PATCH 2936/3109] Add back massiv and massiv-io --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab6a3051..f1828959 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2810,11 +2810,10 @@ packages: # - printcess # lens 4.16 "Alexey Kuleshevich @lehins": - [] # - wai-middleware-auth # via hoauth2 # - hip # lens 4.16 via diagrams/chart - # - massiv # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - # - massiv-io # GHC 8.4 via massiv + - massiv + - massiv-io "Hans-Peter Deifel @hpdeifel": - hledger-iadd From 96dc8c5595cce3048f0d3508aed223b72a62dfc1 Mon Sep 17 00:00:00 2001 From: Dmitry Dzhus Date: Sun, 18 Feb 2018 23:35:17 +0000 Subject: [PATCH 2937/3109] Add th-nowq --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e737f09c..eebc7ab7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3215,6 +3215,7 @@ packages: "Dmitry Dzhus @dzhus": - static-text + - th-nowq "Dan Fithian @dfithian": - oauthenticated From 5153a07c77c9a40c08115ad8cd49586d9a277af6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:11:06 -0700 Subject: [PATCH 2938/3109] Remove adler32 from list of build failures --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0679db99..1829343d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3382,7 +3382,6 @@ packages: # round 2: - HSet < 0 # DependencyFailed (PackageName "hashtables") - HaTeX < 0 # DependencyFailed (PackageName "matrix") - - adler32 < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") From 5e301477c4877dee08ac60bdafe207ac428873cf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:12:33 -0700 Subject: [PATCH 2939/3109] Remove massiv and massiv-io from list of build failures --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7896eb2a..29765990 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,7 +3283,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 @@ -3417,7 +3416,6 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - massiv-io < 0 # GHC 8.4 via massiv - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 69343ae8fb33be1332f5a1e907afd40fdddfa129 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 08:52:02 -0700 Subject: [PATCH 2940/3109] Remove Rasterific per Twinside/Rasterific#38 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 29765990..920a2024 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -671,7 +671,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - - Rasterific + # - Rasterific # build failure with ghc 8.4 https://github.com/Twinside/Rasterific/issues/38 - svg-tree - rasterific-svg - asciidiagram @@ -3267,6 +3267,7 @@ packages: "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) + - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 From 10b62c14976518c7109145792c9c6af17dbdc1ef Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:23:10 -0700 Subject: [PATCH 2941/3109] Unblock megaparsec and misc --- build-constraints.yaml | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 920a2024..791aaf75 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3287,6 +3287,7 @@ packages: - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 + - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 @@ -3353,7 +3354,6 @@ packages: - nfc < 0 # build failure with GHC 8.4 - nvvm < 0 # build failure with GHC 8.4 - persistable-types-HDBC-pg < 0 # build failure with GHC 8.4 - - pipes-safe < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - pure-io < 0 # build failure with GHC 8.4 - reform < 0 # build failure with GHC 8.4 @@ -3491,7 +3491,7 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 # https://github.com/tibbe/ekg/issues/70 - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 @@ -3641,8 +3641,6 @@ packages: - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - text-show < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - text-show-instances < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3791,14 +3789,6 @@ packages: - online < 0 # GHC 8.4 via tdigest - wrecker < 0 # GHC 8.4 via tdigest - type-assertions < 0 # GHC 8.4 via test-fixture - - blosum < 0 # GHC 8.4 via text-show - - find-clumpiness < 0 # GHC 8.4 via text-show - - hpqtypes < 0 # GHC 8.4 via text-show - - log < 0 # GHC 8.4 via text-show - - log-elasticsearch < 0 # GHC 8.4 via text-show - - log-postgres < 0 # GHC 8.4 via text-show - - modify-fasta < 0 # GHC 8.4 via text-show - - tibetan-utils < 0 # GHC 8.4 via text-show - snap-server < 0 # GHC 8.4 via threads - threads-extras < 0 # GHC 8.4 via threads - wrecker < 0 # GHC 8.4 via threads @@ -4068,7 +4058,6 @@ packages: - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - log-base < 0 # GHC 8.4 via aeson-pretty - witherable < 0 # GHC 8.4 via base-orphans - configurator-export < 0 # GHC 8.4 via configurator - monad-unlift < 0 # GHC 8.4 via constraints @@ -4142,14 +4131,12 @@ packages: # After first wave of unblocks - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - megaparsec < 0 # GHC 8.4 via QuickCheck-2.11.3 - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie - - weigh < 0 # GHC 8.4 via bytestring-trie - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - cql-io < 0 # GHC 8.4 via cql @@ -4269,10 +4256,6 @@ packages: - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - apecs < 0 # GHC 8.4 via linear - - cue-sheet < 0 # GHC 8.4 via megaparsec - - dotenv < 0 # GHC 8.4 via megaparsec - - hspec-megaparsec < 0 # GHC 8.4 via megaparsec - - inflections < 0 # GHC 8.4 via megaparsec - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - picoparsec < 0 # GHC 8.4 via monoid-subclasses - timerep < 0 # GHC 8.4 via monoid-subclasses @@ -4289,10 +4272,7 @@ packages: - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - xxhash-ffi < 0 # GHC 8.4 via xxhash - - pipes-bytestring < 0 # GHC 8.4 via pipes-group - - pipes-text < 0 # GHC 8.4 via pipes-group - pipes-text < 0 # GHC 8.4 via pipes-safe - - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - haskell-spacegoo < 0 # GHC 8.4 via vector-space @@ -4333,8 +4313,6 @@ packages: - speedy-slice < 0 # GHC 8.4 via mcmc-types - aern2-mp < 0 # GHC 8.4 via mixed-types-num - aern2-real < 0 # GHC 8.4 via mixed-types-num - - fasta < 0 # GHC 8.4 via pipes-bytestring - - fasta < 0 # GHC 8.4 via pipes-group - fasta < 0 # GHC 8.4 via pipes-text - random-tree < 0 # GHC 8.4 via random-shuffle - jose < 0 # GHC 8.4 via tasty-hspec @@ -4383,7 +4361,6 @@ packages: - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite - yesod-auth < 0 # GHC 8.4 via persistent-template - yesod-persistent < 0 # GHC 8.4 via persistent-template - - pipes-csv < 0 # GHC 8.4 via pipes-bytestring - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server @@ -4393,7 +4370,6 @@ packages: - hledger-lib < 0 # GHC 8.4 via hashtables - skylighting < 0 # GHC 8.4 via hxt - skylighting-core < 0 # GHC 8.4 via hxt - - hledger-lib < 0 # GHC 8.4 via megaparsec - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core @@ -4437,6 +4413,10 @@ packages: - yi-keymap-cua < 0 # GHC 8.4 via yi-core - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs - yi-keymap-cua < 0 # GHC 8.4 via yi-rope + - blosum < 0 # GHC 8.4 via fasta + - modify-fasta < 0 # GHC 8.4 via fasta + - blosum < 0 # GHC 8.4 via pipes-text + - modify-fasta < 0 # GHC 8.4 via pipes-text "GHC upper bounds": @@ -4636,14 +4616,17 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff + - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 + - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 + - megaparsec # QuickCheck 2.11.3 https://github.com/mrkkrp/megaparsec/issues/283 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck @@ -5132,6 +5115,8 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables + - megaparsec # ghc 8.4 via weigh via bytestring-trie build failure + - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From 2cc7e14bfd390917cc4518f5b60d0996e3e93be0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:38:48 -0700 Subject: [PATCH 2942/3109] Unblock misc --- build-constraints.yaml | 43 +++++------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 791aaf75..8e412bdd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3283,6 +3283,7 @@ packages: - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3333,7 +3334,6 @@ packages: - ghcjs-perch < 0 # build failure with GHC 8.4 - gluturtle < 0 # build failure with GHC 8.4 - group-by-date < 0 # build failure with GHC 8.4 - - haskell-src < 0 # build failure with GHC 8.4 - heap < 0 # build failure with GHC 8.4 - hid < 0 # build failure with GHC 8.4 - hpp < 0 # build failure with GHC 8.4 @@ -3347,7 +3347,6 @@ packages: - json < 0 # build failure with GHC 8.4 - language-fortran < 0 # build failure with GHC 8.4 - language-glsl < 0 # build failure with GHC 8.4 - - list-t < 0 # build failure with GHC 8.4 - median-stream < 0 # build failure with GHC 8.4 - miniutter < 0 # build failure with GHC 8.4 - monadoid < 0 # build failure with GHC 8.4 @@ -3797,8 +3796,6 @@ packages: - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - vector-space < 0 # GHC 8.4 via MemoTrie - - Spock < 0 # GHC 8.4 via Spock-core - - Spock-api-server < 0 # GHC 8.4 via Spock-core - boltzmann-samplers < 0 # GHC 8.4 via ad - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad @@ -3916,16 +3913,10 @@ packages: - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - goggles < 0 # GHC 8.4 via req - mapquest-api < 0 # GHC 8.4 via req - - Spock < 0 # GHC 8.4 via reroute - - Spock-api < 0 # GHC 8.4 via reroute - - filter-logger < 0 # GHC 8.4 via scotty - - line < 0 # GHC 8.4 via scotty - - microformats2-parser < 0 # GHC 8.4 via scotty - c2hs < 0 # GHC 8.4 via shelly - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - html-conduit < 0 # GHC 8.4 via tagstream-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit - lentil < 0 # GHC 8.4 via terminal-progress-bar - bench < 0 # GHC 8.4 via turtle @@ -3960,7 +3951,6 @@ packages: - mustache < 0 # GHC 8.4 via wreq - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - - HTF < 0 # GHC 8.4 via xmlgen - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth @@ -3977,14 +3967,9 @@ packages: - yesod-csp < 0 # GHC 8.4 via yesod-test - yesod-paginator < 0 # GHC 8.4 via yesod-test - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - - HPDF < 0 # GHC 8.4 via HTF - - Spock-worker < 0 # GHC 8.4 via HTF - - dataurl < 0 # GHC 8.4 via HTF - - graph-core < 0 # GHC 8.4 via HTF - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - - Spock-worker < 0 # GHC 8.4 via Spock - pell < 0 # GHC 8.4 via arithmoi - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - cassava-conduit < 0 # GHC 8.4 via bifunctors @@ -4075,7 +4060,6 @@ packages: - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - - hxt < 0 # GHC 8.4 via hxt-regex-xmlschema - shake < 0 # GHC 8.4 via js-flot - shake < 0 # GHC 8.4 via js-jquery - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers @@ -4098,11 +4082,6 @@ packages: - RefSerialize < 0 # GHC 8.4 via hashtables - TCache < 0 # GHC 8.4 via hashtables - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables - - gl < 0 # GHC 8.4 via hxt - - hxt-css < 0 # GHC 8.4 via hxt - - hxt-curl < 0 # GHC 8.4 via hxt - - hxt-expat < 0 # GHC 8.4 via hxt - - hxt-tagsoup < 0 # GHC 8.4 via hxt - network-transport-composed < 0 # GHC 8.4 via network-transport - network-transport-inmemory < 0 # GHC 8.4 via network-transport - network-transport-tests < 0 # GHC 8.4 via network-transport @@ -4174,14 +4153,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - xml-html-qq < 0 # GHC 8.4 via html-conduit - - HandsomeSoup < 0 # GHC 8.4 via hxt - - hxt-http < 0 # GHC 8.4 via hxt - - katydid < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt - - xml-to-json < 0 # GHC 8.4 via hxt-curl - - xml-to-json < 0 # GHC 8.4 via hxt-expat - - xml-to-json < 0 # GHC 8.4 via hxt-tagsoup - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t @@ -4330,7 +4301,6 @@ packages: - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - large-hashable < 0 # GHC 8.4 via HTF - approximate < 0 # GHC 8.4 via simple-reflect - compensated < 0 # GHC 8.4 via simple-reflect - hyperloglog < 0 # GHC 8.4 via simple-reflect @@ -4342,9 +4312,6 @@ packages: - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - scotty < 0 # GHC 8.4 via hspec-wai - - yesod-test < 0 # GHC 8.4 via html-conduit - - xmlgen < 0 # GHC 8.4 via hxt - haxr < 0 # GHC 8.4 via io-streams - http-streams < 0 # GHC 8.4 via io-streams - snap-core < 0 # GHC 8.4 via io-streams @@ -4368,8 +4335,6 @@ packages: - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - hledger-lib < 0 # GHC 8.4 via hashtables - - skylighting < 0 # GHC 8.4 via hxt - - skylighting-core < 0 # GHC 8.4 via hxt - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - snap-blaze < 0 # GHC 8.4 via snap-core @@ -4398,10 +4363,8 @@ packages: - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - req < 0 # GHC 8.4 via authenticate-oauth - - reroute < 0 # GHC 8.4 via graph-core - persistent < 0 # GHC 8.4 via haskell-src-meta - persistent-redis < 0 # GHC 8.4 via hedis - - Spock-core < 0 # GHC 8.4 via hspec-wai - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid - persistent-template < 0 # GHC 8.4 via persistent @@ -4417,6 +4380,10 @@ packages: - modify-fasta < 0 # GHC 8.4 via fasta - blosum < 0 # GHC 8.4 via pipes-text - modify-fasta < 0 # GHC 8.4 via pipes-text + - xml-html-qq < 0 # GHC 8.4 via heterocephalus + - Spock < 0 # GHC 8.4 via list-t + - Spock < 0 # GHC 8.4 via stm-containers + - Spock-worker < 0 # GHC 8.4 via Spock "GHC upper bounds": From 5686bc8819ff0964bd5151ea5162fafa5acdc536 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:43:53 -0700 Subject: [PATCH 2943/3109] Remove text-show-instances per RyanGlScott/text-show-instances#6 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8e412bdd..28dfb47b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1904,7 +1904,7 @@ packages: - mtl-compat - proxied - text-show - - text-show-instances + # - text-show-instances # build failure with ghc 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - th-abstraction - thread-local-storage @@ -3292,6 +3292,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 + - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From ed5c78fda7ad491faa02dabf96a7bb63317c182f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:47:15 -0700 Subject: [PATCH 2944/3109] Remove hpqtypes per scrive/hpqtypes#7 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 28dfb47b..49df130e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3281,6 +3281,7 @@ packages: - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 + - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 From 0cd03e129fbaa4966fcea0cd4f32e5f89609ced7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:52:59 -0700 Subject: [PATCH 2945/3109] Misc blocks and unblocks, incl unblock vinyl --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 629d0b7d..84ffbc57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2215,7 +2215,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - # - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 + - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 "Christoph Breitkopf @bokesan": - IntervalMap @@ -3298,7 +3298,6 @@ packages: - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - vinyl < 0 # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 # may have no issue yet @@ -4387,6 +4386,8 @@ packages: - Spock < 0 # GHC 8.4 via list-t - Spock < 0 # GHC 8.4 via stm-containers - Spock-worker < 0 # GHC 8.4 via Spock + - log-postgres < 0 # GHC 8.4 via hpqtypes + - log < 0 # GHC 8.4 via log-postgres "GHC upper bounds": @@ -4593,6 +4594,7 @@ skipped-tests: - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 + - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 0af52c88a05d73383fa11603bce3a8d2ff8e4cd9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 09:54:24 -0700 Subject: [PATCH 2946/3109] Unblock simple-reflect and revdeps --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 84ffbc57..2679c491 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3408,7 +3408,6 @@ packages: - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") - - simple-reflect < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - socket < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sorted-list < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -4303,9 +4302,6 @@ packages: - exp-pairs < 0 # GHC 8.4 via matrix - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - approximate < 0 # GHC 8.4 via simple-reflect - - compensated < 0 # GHC 8.4 via simple-reflect - - hyperloglog < 0 # GHC 8.4 via simple-reflect - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - RSA < 0 # GHC 8.4 via crypto-pubkey-types @@ -4588,10 +4584,6 @@ skipped-tests: # just remove these lines and run `stackage-curator check' to verify. - Cabal # GHC 8.4 via base-orphans-0.7, tree-diff - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - - lens # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - lens-aeson # GHC 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - linear # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - - log-domain # ghc 8.4 via simple-reflect # https://github.com/twanvl/simple-reflect/issues/3 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 From 63a934aec080683d58ed4ef199d8e376c438edd9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:48:21 -0700 Subject: [PATCH 2947/3109] Remove reroute per agrafix/Spock#140 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2679c491..dc9c8e2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1078,7 +1078,7 @@ packages: - Spock-worker - graph-core - hvect - - reroute + # - reroute # build failure with ghc 8.4 https://github.com/agrafix/Spock/issues/140 - users # - users-persistent # persistent 2.8 - users-postgresql-simple @@ -3293,6 +3293,7 @@ packages: - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 + - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 @@ -3445,6 +3446,10 @@ packages: - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse + - Spock-api < 0 # GHC 8.4 via reroute + - Spock-core < 0 # GHC 8.4 via reroute + - Spock-api-server < 0 # GHC 8.4 via Spock-api + - Spock-api-server < 0 # GHC 8.4 via Spock-core # This section was used to programmatically generate a set of removals From ddb584576081e61dca44f0b0649185f5410c9d52 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:51:04 -0700 Subject: [PATCH 2948/3109] Skip skylighting-core benches per jgm/skylighting#42 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dc9c8e2c..bccf6b90 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5102,6 +5102,7 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 + - skylighting-core # https://github.com/jgm/skylighting/issues/42 # Cyclic dependencies - cassava From aa069409d86e0dbc70021be9379e27cd737146a1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 10:58:11 -0700 Subject: [PATCH 2949/3109] Remove xmlgen per skogsbaer/xmlgen#7 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bccf6b90..8c641de3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -488,7 +488,7 @@ packages: "Stefan Wehr @skogsbaer": - HTF - - xmlgen + # - xmlgen # build failure with ghc 8.4 https://github.com/skogsbaer/xmlgen/issues/7 - stm-stats - large-hashable @@ -3300,6 +3300,7 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 + - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 @@ -3450,6 +3451,10 @@ packages: - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - Spock-api-server < 0 # GHC 8.4 via Spock-core + - HTF < 0 # GHC 8.4 via xmlgen + - HPDF < 0 # GHC 8.4 via HTF + - dataurl < 0 # GHC 8.4 via HTF + - graph-core < 0 # GHC 8.4 via HTF # This section was used to programmatically generate a set of removals From 7ca82aef952daad2603b0c5506390b0efa04f756 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:02:10 -0700 Subject: [PATCH 2950/3109] Restore hpack per sol/hpack#276 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8c641de3..053a6ec9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1043,7 +1043,7 @@ packages: - ghc-events - monad-extras - optparse-simple - # - hpack # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 + - hpack - bindings-uname - stack < 9.9.9 @@ -3281,7 +3281,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 From a198d82809e3d8a25796e01b6eb4239114dc16b9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:04:38 -0700 Subject: [PATCH 2951/3109] Restore markdown per snoyberg/markdown#38 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 053a6ec9..d8cf03a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -317,7 +317,7 @@ packages: - conduit-combinators - conduit-extra - hebrew-time - # - markdown # build failure with ghc 8.4 https://github.com/snoyberg/markdown/issues/38 + - markdown - mime-mail - mime-mail-ses - network-conduit-tls @@ -3285,7 +3285,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - - markdown < 0 # build failure with GHC 8.4 https://github.com/snoyberg/markdown/issues/38 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 From 1e890ce951dec3911aab28791c18a6be5de139f8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:05:50 -0700 Subject: [PATCH 2952/3109] Restore text-show-instances per RyanGlScott/text-show-instances#6 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d8cf03a3..dbe717bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1904,7 +1904,7 @@ packages: - mtl-compat - proxied - text-show - # - text-show-instances # build failure with ghc 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 + - text-show-instances - th-abstraction - thread-local-storage @@ -3293,7 +3293,6 @@ packages: - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - - text-show-instances < 0 # build failure with GHC 8.4 https://github.com/RyanGlScott/text-show-instances/issues/6 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 07e409b240427adab33b6de5dafae5ca28192d5e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:08:13 -0700 Subject: [PATCH 2953/3109] (optimistically) expect doctest test suite to pass --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..fd4dc7cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4760,7 +4760,6 @@ skipped-tests: expected-test-failures: # GHC 8.4 - - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From 7818d8ee631c293d60f408acced6fdb4c8400c1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 11:21:56 -0700 Subject: [PATCH 2954/3109] Revert "(optimistically) expect doctest test suite to pass" This reverts commit 07e409b240427adab33b6de5dafae5ca28192d5e. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index fd4dc7cd..dbe717bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4760,6 +4760,7 @@ skipped-tests: expected-test-failures: # GHC 8.4 + - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ab380de205a42552ffb52dda32a06c27e336c2c4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 20:22:57 +0100 Subject: [PATCH 2955/3109] build-constraints.yaml: add cabal2spec to my package list --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..71afd631 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,6 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix + - cabal2spec - distribution-nixpkgs - funcmp - hackage-db From 5c05e446fac9c26022a37c7aeeb4113e92c64eb5 Mon Sep 17 00:00:00 2001 From: k0ral Date: Thu, 15 Mar 2018 20:48:16 +0100 Subject: [PATCH 2956/3109] Fixed conduit-parse for GHC 8.4 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbe717bd..1dec9d81 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1783,7 +1783,7 @@ packages: "koral koral@mailoo.org @k0ral": - atom-conduit - # - conduit-parse # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 + - conduit-parse - dublincore-xml-conduit - euler-tour-tree - opml-conduit @@ -3271,7 +3271,6 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 @@ -3443,7 +3442,6 @@ packages: - fingertree-psqueue < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - set-cover < 0 # DependencyFailed (PackageName "enummapset") - yesod-fb < 0 # GHC 8.4 via fb - - xml-conduit-parse < 0 # GHC 8.4 via conduit-parse - Spock-api < 0 # GHC 8.4 via reroute - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api From 3a63d82350c527a5fa73a5a015e7e67c9511452e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:25:02 -0700 Subject: [PATCH 2957/3109] Tweak comments on katip-* --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 56de4e04..2013458f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2427,8 +2427,8 @@ packages: - ua-parser - hs-GeoIP - retry - # - katip # conduit 1.3 - # - katip-elasticsearch # conduit 1.3 + - katip + # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - tuple @@ -2935,7 +2935,7 @@ packages: # - ziptastic-core "Hardy Jones @joneshf": - # - katip-rollbar # conduit 1.3 + # - katip-rollbar # async 2.2 - rollbar-hs - servant-ruby - wai-middleware-rollbar From 68a92a9caac8e96f8a8f729b0a60759b9224788e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:29:45 -0700 Subject: [PATCH 2958/3109] Remove cabal2spec per peti/cabal2spec#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2013458f..6183cf01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,7 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix - - cabal2spec + # - cabal2spec # build failure with ghc 8.4 https://github.com/peti/cabal2spec/issues/1 - distribution-nixpkgs - funcmp - hackage-db @@ -3272,6 +3272,7 @@ packages: - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From 2b10653d3c182353271f43e1c807d7f9b99774bf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:30:33 -0700 Subject: [PATCH 2959/3109] Unskip megaparsec tests per mrkkrp/megaparsec#283 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6183cf01..273ffd2c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4598,7 +4598,6 @@ skipped-tests: - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - - megaparsec # QuickCheck 2.11.3 https://github.com/mrkkrp/megaparsec/issues/283 - aeson - attoparsec # QuickCheck 2.10 - binary-parser # tasty-quickcheck From 42ff24e0d5b31d1206ed5f0bf8228db1c34fee84 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:31:39 -0700 Subject: [PATCH 2960/3109] Unskip skylighting benches per jgm/skylighting#42 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 273ffd2c..45dc2e13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5104,7 +5104,6 @@ skipped-benchmarks: - cipher-rc4 # https://github.com/vincenthz/hs-crypto-cipher/issues/46 - extensible # via freer-effects https://github.com/fumieval/extensible/issues/12 - hw-bits # https://github.com/haskell-works/hw-bits/issues/8 - - skylighting-core # https://github.com/jgm/skylighting/issues/42 # Cyclic dependencies - cassava From 2b15745f248b1f270922038a8b540cd13bcd9650 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:32:49 -0700 Subject: [PATCH 2961/3109] Unskip tests for vinyl per VinylRecords/Vinyl#115 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45dc2e13..f12bf028 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2216,7 +2216,7 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl # build failure with GHC 8.4 https://github.com/VinylRecords/Vinyl/issues/114 + - vinyl "Christoph Breitkopf @bokesan": - IntervalMap @@ -4594,7 +4594,6 @@ skipped-tests: - hoopl # GHC 8.4 via base-4.11.0.0 https://github.com/haskell/hoopl/issues/46 - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - - vinyl # hspec 2.5 # https://github.com/VinylRecords/Vinyl/issues/115 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 From 81eb544390ce547fd98e4d5dd918ec8a2ab4c960 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:42:02 -0700 Subject: [PATCH 2962/3109] Unblock haskell-src-meta, persistent, persistent-sqlite --- build-constraints.yaml | 44 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f12bf028..c4b820fa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3636,7 +3636,6 @@ packages: - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - haskell-src-meta < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3678,18 +3677,6 @@ packages: - reform-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - QuasiText < 0 # GHC 8.4 via haskell-src-meta - - aeson-qq < 0 # GHC 8.4 via haskell-src-meta - - codo-notation < 0 # GHC 8.4 via haskell-src-meta - - here < 0 # GHC 8.4 via haskell-src-meta - - interpolate < 0 # GHC 8.4 via haskell-src-meta - - interpolatedstring-perl6 < 0 # GHC 8.4 via haskell-src-meta - - invertible < 0 # GHC 8.4 via haskell-src-meta - - jmacro < 0 # GHC 8.4 via haskell-src-meta - - language-c-quote < 0 # GHC 8.4 via haskell-src-meta - - marvin-interpolate < 0 # GHC 8.4 via haskell-src-meta - - postgresql-typed < 0 # GHC 8.4 via haskell-src-meta - - qm-interpolated-string < 0 # GHC 8.4 via haskell-src-meta - buchhaltung < 0 # GHC 8.4 via hint - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint @@ -3899,21 +3886,9 @@ packages: - heatshrink < 0 # GHC 8.4 via pcre-heavy - ignore < 0 # GHC 8.4 via pcre-heavy - microformats2-parser < 0 # GHC 8.4 via pcre-heavy - - classy-prelude-yesod < 0 # GHC 8.4 via persistent - - eventful-postgresql < 0 # GHC 8.4 via persistent - - eventful-sql-common < 0 # GHC 8.4 via persistent - - eventful-sqlite < 0 # GHC 8.4 via persistent - - persistent-mysql-haskell < 0 # GHC 8.4 via persistent - - persistent-sqlite < 0 # GHC 8.4 via persistent - - serversession-backend-persistent < 0 # GHC 8.4 via persistent - - yesod-auth-hashdb < 0 # GHC 8.4 via persistent - - yesod-paginator < 0 # GHC 8.4 via persistent - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - eventful-sql-common < 0 # GHC 8.4 via persistent-template - - persistent-mysql-haskell < 0 # GHC 8.4 via persistent-template - - persistent-sqlite < 0 # GHC 8.4 via persistent-template - - serversession-backend-persistent < 0 # GHC 8.4 via persistent-template - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - debug < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter @@ -4326,14 +4301,6 @@ packages: - persistent-mysql < 0 # GHC 8.4 via mysql - yesod-auth < 0 # GHC 8.4 via nonce - http-streams < 0 # GHC 8.4 via openssl-streams - - persistent-mysql < 0 # GHC 8.4 via persistent - - yesod-auth < 0 # GHC 8.4 via persistent - - yesod-form < 0 # GHC 8.4 via persistent - - yesod-persistent < 0 # GHC 8.4 via persistent - - yesod-test < 0 # GHC 8.4 via persistent - - yesod-persistent < 0 # GHC 8.4 via persistent-sqlite - - yesod-auth < 0 # GHC 8.4 via persistent-template - - yesod-persistent < 0 # GHC 8.4 via persistent-template - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - http-streams < 0 # GHC 8.4 via snap-server @@ -4369,12 +4336,9 @@ packages: - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - req < 0 # GHC 8.4 via authenticate-oauth - - persistent < 0 # GHC 8.4 via haskell-src-meta - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid - - persistent-template < 0 # GHC 8.4 via persistent - - slug < 0 # GHC 8.4 via persistent - MFlow < 0 # GHC 8.4 via RefSerialize - MFlow < 0 # GHC 8.4 via TCache - MFlow < 0 # GHC 8.4 via Workflow @@ -4392,6 +4356,14 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - log-postgres < 0 # GHC 8.4 via hpqtypes - log < 0 # GHC 8.4 via log-postgres + - persistent-mysql-haskell < 0 # GHC 8.4 via io-streams + - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell + - postgresql-typed < 0 # GHC 8.4 via postgresql-binary + - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - postgresql-typed < 0 # GHC 8.4 via uuid + - jmacro < 0 # GHC 8.4 via wl-pprint-text + - exception-mtl < 0 # GHC 8.4 via exception-transformers + - language-c-quote < 0 # GHC 8.4 via exception-transformers "GHC upper bounds": From 02a80c77d9fcbb077e9c507cfcef35f1045c9881 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:47:52 -0700 Subject: [PATCH 2963/3109] Remove TypeCompose and invertible per conal/TypeCompose#6 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4b820fa..862d20cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,7 +2851,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # GHC 8.4 via TypeCompose - ztail "Louis Pan @louispan": @@ -3271,6 +3271,7 @@ packages: - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 + - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 @@ -3453,6 +3454,7 @@ packages: - HPDF < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF + - invertible < 0 # GHC 8.4 via TypeCompose # This section was used to programmatically generate a set of removals From 559180bb42fc3be77e8e3472991d3546d8402a46 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:58:06 -0700 Subject: [PATCH 2964/3109] Misc yesod-* unblocks --- build-constraints.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 862d20cc..204ce2c6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,7 @@ packages: - ghc-exactprint - haskell-lsp - hjsmin - - language-javascript + # - language-javascript # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": @@ -3287,6 +3287,7 @@ packages: - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - language-javascript < 0 # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3436,7 +3437,6 @@ packages: - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") - - language-javascript < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") @@ -3940,18 +3940,8 @@ packages: - xmonad-contrib < 0 # GHC 8.4 via xmonad - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - - hledger-web < 0 # GHC 8.4 via yesod-form - - yesod < 0 # GHC 8.4 via yesod-form - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-form - - yesod-form-bootstrap4 < 0 # GHC 8.4 via yesod-form - - yesod < 0 # GHC 8.4 via yesod-persistent - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-persistent - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - hledger-web < 0 # GHC 8.4 via yesod-static - - hledger-web < 0 # GHC 8.4 via yesod-test - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-test - - yesod-csp < 0 # GHC 8.4 via yesod-test - - yesod-paginator < 0 # GHC 8.4 via yesod-test - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL @@ -4331,7 +4321,6 @@ packages: - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - yesod-static < 0 # GHC 8.4 via hjsmin - - yesod-static < 0 # GHC 8.4 via yesod-test - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned @@ -4366,6 +4355,7 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers + - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod "GHC upper bounds": From 2bbd072a49e372728ef0e8a0053d352cf517a199 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:03:19 -0700 Subject: [PATCH 2965/3109] Unblock yesod-auth --- build-constraints.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 204ce2c6..36e9143b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3938,8 +3938,6 @@ packages: - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - - yesod-auth-fb < 0 # GHC 8.4 via yesod-auth - - yesod-auth-hashdb < 0 # GHC 8.4 via yesod-auth - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - hledger-web < 0 # GHC 8.4 via yesod-static - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell @@ -4291,7 +4289,6 @@ packages: - servius < 0 # GHC 8.4 via markdown - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - yesod-auth < 0 # GHC 8.4 via nonce - http-streams < 0 # GHC 8.4 via openssl-streams - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates @@ -4356,6 +4353,8 @@ packages: - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod + - yesod-auth-fb < 0 # GHC 8.4 via fb + - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb "GHC upper bounds": From 8c0b567eeb4353ea94d7b35ca09061242da9ce6a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:03:58 -0700 Subject: [PATCH 2966/3109] Restore cabal2spec per peti/cabal2spec#1 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36e9143b..33ffdfa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,7 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix - # - cabal2spec # build failure with ghc 8.4 https://github.com/peti/cabal2spec/issues/1 + - cabal2spec - distribution-nixpkgs - funcmp - hackage-db @@ -3273,7 +3273,6 @@ packages: - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From ebffc19237ad9f754f8a665027bbe629bd0dd72c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:27:47 -0700 Subject: [PATCH 2967/3109] Unblock various, to see what the build failures are --- build-constraints.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 33ffdfa1..7971dc7c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,17 +3307,13 @@ packages: - Genbank < 0 # build failure with GHC 8.4 - HCodecs < 0 # build failure with GHC 8.4 - HaXml < 0 # build failure with GHC 8.4 - - OneTuple < 0 # build failure with GHC 8.4 - ShellCheck < 0 # build failure with GHC 8.4 - YampaSynth < 0 # build failure with GHC 8.4 - alsa-pcm < 0 # build failure with GHC 8.4 - audacity < 0 # build failure with GHC 8.4 - bioace < 0 # build failure with GHC 8.4 - bioalign < 0 # build failure with GHC 8.4 - - biocore < 0 # build failure with GHC 8.4 - - biofasta < 0 # build failure with GHC 8.4 - biofastq < 0 # build failure with GHC 8.4 - - blastxml < 0 # build failure with GHC 8.4 - bytestring-trie < 0 # build failure with GHC 8.4 - cabal-file-th < 0 # build failure with GHC 8.4 - cassette < 0 # build failure with GHC 8.4 @@ -3371,7 +3367,6 @@ packages: - timespan < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4 - transient < 0 # build failure with GHC 8.4 - - tuple < 0 # build failure with GHC 8.4 - validity < 0 # build failure with GHC 8.4 - validity-bytestring < 0 # build failure with GHC 8.4 - validity-containers < 0 # build failure with GHC 8.4 From 448ebfad3b369c421a1c6f3b4c973fdf2239a4cb Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:37:17 -0700 Subject: [PATCH 2968/3109] Re-Block build failures: biocore and OneTuple --- build-constraints.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7971dc7c..2f4e9433 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -906,10 +906,10 @@ packages: - vectortiles "Ketil Malde @ketil-malde": - - biocore - - biofasta + # - biocore # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 + # - biofasta # ghc 8.4 via biocore - biofastq - - blastxml + # - blastxml # ghc 8.4 via biocore - bioace - biopsl - seqloc @@ -2431,8 +2431,9 @@ packages: # - katip-elasticsearch # async 2.2 "Sid Kapur sidharthkapur1@gmail.com @sid-kap": - - tuple - - OneTuple + [] + # - tuple # ghc 8.4 via OneTuple + # - OneTuple # build failure with ghc 8.4 https://github.com/fpco/stackage/pull/3359 # - SVGFonts # lens 4.16 via diagrams "Aaron Levin @aaronmblevin": @@ -3269,10 +3270,12 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 + - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 From e9a0e8667652836b57e2526b22226520d99ee374 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:39:39 -0700 Subject: [PATCH 2969/3109] Unskip bench for megaparsec --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f4e9433..d16292c5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5045,7 +5045,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - http2 # ghc 8.4 via hashtables - - megaparsec # ghc 8.4 via weigh via bytestring-trie build failure - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure From 878d9aad2729da00b06999f93e86c302c3e977de Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 14:40:12 -0700 Subject: [PATCH 2970/3109] Unblock weigh revdeps --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d16292c5..4e7e0678 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4203,8 +4203,6 @@ packages: - timerep < 0 # GHC 8.4 via monoid-subclasses - freer-simple < 0 # GHC 8.4 via natural-transformation - pcre-heavy < 0 # GHC 8.4 via string-conversions - - IntervalMap < 0 # GHC 8.4 via weigh - - text-metrics < 0 # GHC 8.4 via weigh - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - hocilib < 0 # GHC 8.4 via inline-c - ctrie < 0 # GHC 8.4 via random-shuffle @@ -4237,7 +4235,6 @@ packages: - opml-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via timerep - rss-conduit < 0 # GHC 8.4 via vinyl - - tar-conduit < 0 # GHC 8.4 via weigh - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt From c7cc437ba217f840839926c21c20dc4ef7db21c4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:09:36 -0700 Subject: [PATCH 2971/3109] Misc unblocks --- build-constraints.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e7e0678..44e9a97b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3795,9 +3795,6 @@ packages: - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad - uncertain < 0 # GHC 8.4 via ad - - hspec-wai-json < 0 # GHC 8.4 via aeson-qq - - microformats2-parser < 0 # GHC 8.4 via aeson-qq - - stratosphere < 0 # GHC 8.4 via aeson-qq - mltool < 0 # GHC 8.4 via ascii-progress - brick < 0 # GHC 8.4 via config-ini - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs @@ -3830,7 +3827,6 @@ packages: - IPv6DB < 0 # GHC 8.4 via hedis - hworker < 0 # GHC 8.4 via hedis - serversession-backend-redis < 0 # GHC 8.4 via hedis - - hledger < 0 # GHC 8.4 via here - follow-file < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify - hledger-web < 0 # GHC 8.4 via hjsmin @@ -3847,7 +3843,6 @@ packages: - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - ses-html < 0 # GHC 8.4 via http-streams - - aeson-typescript < 0 # GHC 8.4 via interpolate - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip - IPv6Addr < 0 # GHC 8.4 via iproute @@ -4124,7 +4119,6 @@ packages: - rcu < 0 # GHC 8.4 via hlint - sbv < 0 # GHC 8.4 via hlint - structs < 0 # GHC 8.4 via hlint - - generics-eot < 0 # GHC 8.4 via interpolate - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t @@ -4238,7 +4232,6 @@ packages: - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - eventstore < 0 # GHC 8.4 via ekg-core - log-warper < 0 # GHC 8.4 via fmt - - eventstore < 0 # GHC 8.4 via interpolate - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-fluid < 0 # GHC 8.4 via pipes-misc @@ -4349,6 +4342,7 @@ packages: - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb + - aeson-typescript < 0 # GHC 8.4 via tasty-hspec "GHC upper bounds": From d2839a2b02877aad881c11463004b6010c6edf0e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:14:29 -0700 Subject: [PATCH 2972/3109] Remove IntervalMap per bokesan/IntervalMap#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e9a97b..9aa534fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2219,7 +2219,8 @@ packages: - vinyl "Christoph Breitkopf @bokesan": - - IntervalMap + [] + # - IntervalMap # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 "Michele Lacchia @rubik": - docopt @@ -3270,6 +3271,7 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 + - IntervalMap < 0 # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 From 1e0ad3f3858f6be1753d076337a4a7bc3b32d2dc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:20:47 -0700 Subject: [PATCH 2973/3109] Unblock language-javascript, classy-prelude-yesod, and more --- build-constraints.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9aa534fb..5894e405 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -432,7 +432,7 @@ packages: - ghc-exactprint - haskell-lsp - hjsmin - # - language-javascript # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 + - language-javascript - Strafunski-StrategyLib "Alfredo Di Napoli @adinapoli": @@ -3291,7 +3291,6 @@ packages: - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - language-javascript < 0 # build failure with GHC 8.4 https://github.com/erikd/language-javascript/issues/67 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3435,7 +3434,6 @@ packages: - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - direct-sqlite < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - groundhog < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hjsmin < 0 # DependencyFailed (PackageName "language-javascript") - sqlite-simple < 0 # DependencyFailed (PackageName "direct-sqlite") - wai-route < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wai-routing < 0 # DependencyFailed (PackageName "wai-route") @@ -3831,7 +3829,6 @@ packages: - serversession-backend-redis < 0 # GHC 8.4 via hedis - follow-file < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify - - hledger-web < 0 # GHC 8.4 via hjsmin - hledger < 0 # GHC 8.4 via hledger-lib - hledger-iadd < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib @@ -3855,7 +3852,6 @@ packages: - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - buffer-builder < 0 # GHC 8.4 via json-builder - - webdriver-angular < 0 # GHC 8.4 via language-javascript - cabal2nix < 0 # GHC 8.4 via language-nix - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - asciidiagram < 0 # GHC 8.4 via linear @@ -3932,8 +3928,6 @@ packages: - package-description-remote < 0 # GHC 8.4 via wreq - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - - classy-prelude-yesod < 0 # GHC 8.4 via yesod-static - - hledger-web < 0 # GHC 8.4 via yesod-static - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL @@ -4000,7 +3994,6 @@ packages: - haskell-names < 0 # GHC 8.4 via traverse-with-class - universe < 0 # GHC 8.4 via universe-instances-extended - openexr-write < 0 # GHC 8.4 via vector-split - - hspec-webdriver < 0 # GHC 8.4 via webdriver - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras @@ -4306,7 +4299,6 @@ packages: - kdt < 0 # GHC 8.4 via MonadRandom - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - - yesod-static < 0 # GHC 8.4 via hjsmin - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned @@ -4341,7 +4333,6 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - exception-mtl < 0 # GHC 8.4 via exception-transformers - language-c-quote < 0 # GHC 8.4 via exception-transformers - - yesod-form-bootstrap4 < 0 # GHC 8.4 via classy-prelude-yesod - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - aeson-typescript < 0 # GHC 8.4 via tasty-hspec From becb851743f1300900500843fa22d0a5bf7f716a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:22:58 -0700 Subject: [PATCH 2974/3109] Remove stratosphere per frontrowed/stratosphere#81 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5894e405..daf7e7b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2558,7 +2558,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - - stratosphere + # - stratosphere # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": @@ -3299,6 +3299,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 + - stratosphere < 0 # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From c5c039d321eb1da0203fef5f7b036b84ded4a8e9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:30:35 -0700 Subject: [PATCH 2975/3109] Remove hspec-webriver and webdriver-angular per build failure --- build-constraints.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index daf7e7b8..b797146b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1820,9 +1820,10 @@ packages: - seqalign "John Lenz @wuzzeb": + [] # - yesod-static-angular # conduit 1.3, yesod 1.6 - - hspec-webdriver - - webdriver-angular + # - hspec-webdriver # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 + # - webdriver-angular # via hspec-webdriver "Sven Heyll @sheyll": # - b9 # GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 @@ -3289,6 +3290,7 @@ packages: - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 + - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 From 6471cc00226c7b4a0bafdaf68245eef952f87660 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:31:04 -0700 Subject: [PATCH 2976/3109] Expect haddock failure for classy-prelude-yesod --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b797146b..6913d984 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4991,6 +4991,7 @@ expected-haddock-failures: # "Compilation" errors - MemoTrie # https://github.com/conal/MemoTrie/issues/10 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/4 + - classy-prelude-yesod - haddock-library # https://github.com/fpco/stackage/issues/3236 - pusher-http-haskell # https://github.com/pusher-community/pusher-http-haskell/issues/60 - text-generic-pretty # https://github.com/fpco/stackage/pull/2160 From a044c5d95171df63b6ee48074459f383d019a483 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Thu, 15 Mar 2018 19:55:13 -0700 Subject: [PATCH 2977/3109] Re-add hasty-hamiltonian, declarative. --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dcf824f..c87098c3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9,7 +9,7 @@ cabal-format-version: "2.0" packages: "Fraser Murray @yusent": [] # - yesod-auth-bcryptdb # conduit 1.3, yesod 1.6 @@ -2175,8 +2175,8 @@ packages: - mcmc-types - mighty-metropolis - speedy-slice - # - hasty-hamiltonian # https://github.com/jtobin/hasty-hamiltonian/issues/2 - # - declarative # via hasty-hamiltonian + - hasty-hamiltonian + - declarative - sampling - flat-mcmc @@ -3234,7 +3234,7 @@ packages: "Avi Press @aviaviavi": - curl-runnings - cryptocompare - + "Jack Kiefer @JackKiefer": - herms From e40901f3c6d20c08dcf656921841a5a011caafb4 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 16 Mar 2018 10:58:57 -0400 Subject: [PATCH 2978/3109] Unblock mcmc-types, mighty-metropolis, speedy-slice --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1dcf824f..7c18936a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4060,7 +4060,6 @@ packages: - cairo < 0 # GHC 8.4 via gtk2hs-buildtools - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - - mcmc-types < 0 # GHC 8.4 via mwc-probability - plot < 0 # GHC 8.4 via cairo - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - cryptocipher < 0 # GHC 8.4 via cipher-camellia @@ -4120,8 +4119,6 @@ packages: - katydid < 0 # GHC 8.4 via json - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - - mighty-metropolis < 0 # GHC 8.4 via mcmc-types - - mighty-metropolis < 0 # GHC 8.4 via mwc-probability - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory @@ -4240,7 +4237,6 @@ packages: - eventstore < 0 # GHC 8.4 via uuid - random-tree < 0 # GHC 8.4 via MonadRandom - Chart-cairo < 0 # GHC 8.4 via cairo - - speedy-slice < 0 # GHC 8.4 via mcmc-types - aern2-mp < 0 # GHC 8.4 via mixed-types-num - aern2-real < 0 # GHC 8.4 via mixed-types-num - fasta < 0 # GHC 8.4 via pipes-text From cdd27cfa0cebae200430e3acf59e7b25431d3a44 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Fri, 16 Mar 2018 19:13:31 +0000 Subject: [PATCH 2979/3109] Reenable Hoogle --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18936a..0dd14184 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -408,7 +408,7 @@ packages: "Neil Mitchell @ndmitchell": - hlint - # - hoogle # build failure with ghc 8.4 https://github.com/ndmitchell/hoogle/issues/245 + - hoogle - shake - tagsoup - cmdargs @@ -418,7 +418,6 @@ packages: - js-jquery - js-flot - extra - # - bake # https://github.com/ndmitchell/bake/issues/44 - ghcid - hexml - weeder @@ -3288,7 +3287,6 @@ packages: - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 From 9eb3cfc5a7b3134a2e4b83833922a755cfe1ffdd Mon Sep 17 00:00:00 2001 From: David Reaver Date: Fri, 16 Mar 2018 14:16:16 -0700 Subject: [PATCH 2980/3109] Add stratosphere back to stackage --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c18936a..81b4fb59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2559,7 +2559,7 @@ packages: - eventful-sql-common - eventful-sqlite - eventful-test-helpers - # - stratosphere # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 + - stratosphere - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": From 353079da1984016bdc14b4cacae7f1c51bcedb1a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:40:46 -0700 Subject: [PATCH 2981/3109] Restore newtype-generics and revdeps --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index af9b26c3..1624ea52 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3555,7 +3555,6 @@ packages: - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - - newtype-generics < 0 # GHC 8.4 via base-4.11.0.0 - numhask < 0 # GHC 8.4 via base-4.11.0.0 - numhask-range < 0 # GHC 8.4 via base-4.11.0.0 - palette < 0 # GHC 8.4 via base-4.11.0.0 @@ -3698,7 +3697,6 @@ packages: - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri - req-url-extra < 0 # GHC 8.4 via modern-uri - - MemoTrie < 0 # GHC 8.4 via newtype-generics - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette - online < 0 # GHC 8.4 via perf @@ -3791,7 +3789,6 @@ packages: - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - vector-space < 0 # GHC 8.4 via MemoTrie - boltzmann-samplers < 0 # GHC 8.4 via ad - hamilton < 0 # GHC 8.4 via ad - matplotlib < 0 # GHC 8.4 via ad @@ -4202,7 +4199,6 @@ packages: - pipes-text < 0 # GHC 8.4 via pipes-safe - wire-streams < 0 # GHC 8.4 via binary-parsers - wire-streams < 0 # GHC 8.4 via io-streams - - haskell-spacegoo < 0 # GHC 8.4 via vector-space - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - hasql-migration < 0 # GHC 8.4 via hasql From c542a24903cc375dbb13856666a08e377e127cdc Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:42:34 -0700 Subject: [PATCH 2982/3109] Unskip tests for xlsx per qrilka/xlsx#113 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1624ea52..237d4610 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4854,7 +4854,6 @@ expected-test-failures: - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - - xlsx # https://github.com/qrilka/xlsx/issues/113 - bitx-bitcoin # https://github.com/tebello-thejane/bitx.hs/issues/4 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - courier # https://github.com/hargettp/courier/issues/19 From c3ce050f835e5504b03869e42c6832b42d0888ea Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 15:44:13 -0700 Subject: [PATCH 2983/3109] Restore heterocephalus per arowM/heterocephalus#22 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 237d4610..89079083 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2796,7 +2796,7 @@ packages: "Kadzuya Okamoto @arowM": - type-level-kv-list - # - heterocephalus # build failure with ghc 8.4 https://github.com/arowM/heterocephalus/issues/22 + - heterocephalus - bookkeeping - ochintin-daicho @@ -3286,7 +3286,6 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 @@ -4312,7 +4311,6 @@ packages: - modify-fasta < 0 # GHC 8.4 via fasta - blosum < 0 # GHC 8.4 via pipes-text - modify-fasta < 0 # GHC 8.4 via pipes-text - - xml-html-qq < 0 # GHC 8.4 via heterocephalus - Spock < 0 # GHC 8.4 via list-t - Spock < 0 # GHC 8.4 via stm-containers - Spock-worker < 0 # GHC 8.4 via Spock From 72b1d3a852f0afcb889cbb4b215bfdf6b95fba9c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:01:59 -0700 Subject: [PATCH 2984/3109] Unblock misc packages, incl wreq, xlsx --- build-constraints.yaml | 47 ++++-------------------------------------- 1 file changed, 4 insertions(+), 43 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89079083..d2dbb83c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3689,7 +3689,6 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java - - snap-server < 0 # GHC 8.4 via io-streams-haproxy - hOpenPGP < 0 # GHC 8.4 via ixset-typed - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - heist < 0 # GHC 8.4 via map-syntax @@ -3781,9 +3780,6 @@ packages: - online < 0 # GHC 8.4 via tdigest - wrecker < 0 # GHC 8.4 via tdigest - type-assertions < 0 # GHC 8.4 via test-fixture - - snap-server < 0 # GHC 8.4 via threads - - threads-extras < 0 # GHC 8.4 via threads - - wrecker < 0 # GHC 8.4 via threads - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket @@ -3838,7 +3834,6 @@ packages: - hsyslog-udp < 0 # GHC 8.4 via hsyslog - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - ses-html < 0 # GHC 8.4 via http-streams - attoparsec-ip < 0 # GHC 8.4 via ip - attoparsec-uri < 0 # GHC 8.4 via ip - IPv6Addr < 0 # GHC 8.4 via iproute @@ -3884,10 +3879,7 @@ packages: - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - - goggles < 0 # GHC 8.4 via req - - mapquest-api < 0 # GHC 8.4 via req - c2hs < 0 # GHC 8.4 via shelly - - websockets-snap < 0 # GHC 8.4 via snap-server - mbtiles < 0 # GHC 8.4 via sqlite-simple - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - mega-sdist < 0 # GHC 8.4 via tar-conduit @@ -3916,21 +3908,12 @@ packages: - yi-frontend-vty < 0 # GHC 8.4 via vty - web-routes-hsp < 0 # GHC 8.4 via web-routes - web-routes-wai < 0 # GHC 8.4 via web-routes - - bitcoin-api < 0 # GHC 8.4 via wreq - - bitcoin-api-extra < 0 # GHC 8.4 via wreq - - datasets < 0 # GHC 8.4 via wreq - - gdax < 0 # GHC 8.4 via wreq - - handwriting < 0 # GHC 8.4 via wreq - - mustache < 0 # GHC 8.4 via wreq - - package-description-remote < 0 # GHC 8.4 via wreq - - wreq-stringless < 0 # GHC 8.4 via wreq - xmonad-contrib < 0 # GHC 8.4 via xmonad - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - ip6addr < 0 # GHC 8.4 via IPv6Addr - pell < 0 # GHC 8.4 via arithmoi - - crypto-pubkey-types < 0 # GHC 8.4 via asn1-encoding - cassava-conduit < 0 # GHC 8.4 via bifunctors - descriptive < 0 # GHC 8.4 via bifunctors - nagios-check < 0 # GHC 8.4 via bifunctors @@ -4069,7 +4052,6 @@ packages: - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - bower-json < 0 # GHC 8.4 via aeson-better-errors - hinotify < 0 # GHC 8.4 via async-2.2.1 - - wreq < 0 # GHC 8.4 via authenticate-oauth - seqloc < 0 # GHC 8.4 via biocore - hledger-ui < 0 # GHC 8.4 via brick - tries < 0 # GHC 8.4 via bytestring-trie @@ -4101,8 +4083,6 @@ packages: - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - hapistrano < 0 # GHC 8.4 via gitrev - hasmin < 0 # GHC 8.4 via gitrev - - hexml-lens < 0 # GHC 8.4 via hexml - - xeno < 0 # GHC 8.4 via hexml - hledger-ui < 0 # GHC 8.4 via hledger - blake2 < 0 # GHC 8.4 via hlint - folds < 0 # GHC 8.4 via hlint @@ -4127,7 +4107,6 @@ packages: - generics-eot < 0 # GHC 8.4 via shake - shake-language-c < 0 # GHC 8.4 via shake - hedis < 0 # GHC 8.4 via slave-thread - - wreq < 0 # GHC 8.4 via snap-server - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - htoml < 0 # GHC 8.4 via tasty-hspec - websockets-simple < 0 # GHC 8.4 via tasty-hspec @@ -4144,7 +4123,6 @@ packages: - eventsource-store-specs < 0 # GHC 8.4 via uuid - squeal-postgresql < 0 # GHC 8.4 via uuid - websockets-rpc < 0 # GHC 8.4 via uuid - - wreq < 0 # GHC 8.4 via uuid - genvalidity < 0 # GHC 8.4 via validity - genvalidity-aeson < 0 # GHC 8.4 via validity - genvalidity-bytestring < 0 # GHC 8.4 via validity @@ -4171,14 +4149,10 @@ packages: - sets < 0 # GHC 8.4 via witherable - yi-core < 0 # GHC 8.4 via yi-rope - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - git < 0 # GHC 8.4 via zlib-bindings - - hit < 0 # GHC 8.4 via zlib-bindings - - io-streams < 0 # GHC 8.4 via zlib-bindings - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - random-shuffle < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - fsnotify < 0 # GHC 8.4 via hinotify - - openssl-streams < 0 # GHC 8.4 via io-streams - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - apecs < 0 # GHC 8.4 via linear - incremental-parser < 0 # GHC 8.4 via monoid-subclasses @@ -4197,7 +4171,6 @@ packages: - xxhash-ffi < 0 # GHC 8.4 via xxhash - pipes-text < 0 # GHC 8.4 via pipes-safe - wire-streams < 0 # GHC 8.4 via binary-parsers - - wire-streams < 0 # GHC 8.4 via io-streams - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - hasql-migration < 0 # GHC 8.4 via hasql @@ -4211,7 +4184,6 @@ packages: - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - inline-c-cpp < 0 # GHC 8.4 via inline-c - liboath-hs < 0 # GHC 8.4 via inline-c - - irc-dcc < 0 # GHC 8.4 via io-streams - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - opml-conduit < 0 # GHC 8.4 via timerep @@ -4238,7 +4210,6 @@ packages: - milena < 0 # GHC 8.4 via tasty-hspec - fuzzyset < 0 # GHC 8.4 via text-metrics - backprop < 0 # GHC 8.4 via type-combinators - - xlsx-tabular < 0 # GHC 8.4 via xlsx - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -4247,40 +4218,29 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - - xlsx < 0 # GHC 8.4 via xeno - tasty-auto < 0 # GHC 8.4 via tasty-hspec - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - - RSA < 0 # GHC 8.4 via crypto-pubkey-types - - authenticate-oauth < 0 # GHC 8.4 via crypto-pubkey-types - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-bin < 0 # GHC 8.4 via fsnotify - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - haxr < 0 # GHC 8.4 via io-streams - - http-streams < 0 # GHC 8.4 via io-streams - - snap-core < 0 # GHC 8.4 via io-streams - servius < 0 # GHC 8.4 via markdown - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - http-streams < 0 # GHC 8.4 via openssl-streams - riak < 0 # GHC 8.4 via pureMD5 - simple < 0 # GHC 8.4 via simple-templates - - http-streams < 0 # GHC 8.4 via snap-server - atom-conduit < 0 # GHC 8.4 via timerep - docker < 0 # GHC 8.4 via uuid - simple-session < 0 # GHC 8.4 via simple - hledger-lib < 0 # GHC 8.4 via hashtables - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - - snap-blaze < 0 # GHC 8.4 via snap-core - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - datadog < 0 # GHC 8.4 via buffer-builder - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - mongoDB < 0 # GHC 8.4 via hashtables - - mysql-haskell < 0 # GHC 8.4 via io-streams - - tcp-streams < 0 # GHC 8.4 via io-streams - mongoDB < 0 # GHC 8.4 via nonce - mongoDB < 0 # GHC 8.4 via pureMD5 - mongoDB < 0 # GHC 8.4 via random-shuffle @@ -4291,12 +4251,10 @@ packages: - kdt < 0 # GHC 8.4 via MonadRandom - xml-isogen < 0 # GHC 8.4 via dom-parser - kdt < 0 # GHC 8.4 via heap - - google-oauth2-jwt < 0 # GHC 8.4 via RSA - urlpath < 0 # GHC 8.4 via attoparsec-uri - urlpath < 0 # GHC 8.4 via monad-control-aligned - urlpath < 0 # GHC 8.4 via path-extra - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - req < 0 # GHC 8.4 via authenticate-oauth - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - eventful-core < 0 # GHC 8.4 via uuid @@ -4316,7 +4274,6 @@ packages: - Spock-worker < 0 # GHC 8.4 via Spock - log-postgres < 0 # GHC 8.4 via hpqtypes - log < 0 # GHC 8.4 via log-postgres - - persistent-mysql-haskell < 0 # GHC 8.4 via io-streams - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell - postgresql-typed < 0 # GHC 8.4 via postgresql-binary - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 @@ -4327,6 +4284,8 @@ packages: - yesod-auth-fb < 0 # GHC 8.4 via fb - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - aeson-typescript < 0 # GHC 8.4 via tasty-hspec + - snap-server < 0 # GHC 8.4 via base-4.11.0.0 + - websockets-snap < 0 # GHC 8.4 via snap-server "GHC upper bounds": @@ -4530,6 +4489,8 @@ skipped-tests: - glabrous # hspec 2.5 - stb-image-redux # hspec 2.5 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 + - wreq # ghc 8.4 via uuid + - http-streams # ghc 8.4 via snap-server - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson From a98d71bae3d46ef58baf5f9a97bb0943694d8310 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:06:11 -0700 Subject: [PATCH 2985/3109] Unblock revdeps of web-routes and io-streams --- build-constraints.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d2dbb83c..2e8c554a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3906,8 +3906,6 @@ packages: - herms < 0 # GHC 8.4 via vty - hledger-iadd < 0 # GHC 8.4 via vty - yi-frontend-vty < 0 # GHC 8.4 via vty - - web-routes-hsp < 0 # GHC 8.4 via web-routes - - web-routes-wai < 0 # GHC 8.4 via web-routes - xmonad-contrib < 0 # GHC 8.4 via xmonad - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL @@ -3930,10 +3928,6 @@ packages: - hw-json < 0 # GHC 8.4 via hw-rankselect - hw-succinct < 0 # GHC 8.4 via hw-rankselect - H < 0 # GHC 8.4 via inline-r - - mysql-haskell-nem < 0 # GHC 8.4 via io-streams - - pdf-toolbox-content < 0 # GHC 8.4 via io-streams - - pdf-toolbox-core < 0 # GHC 8.4 via io-streams - - pdf-toolbox-document < 0 # GHC 8.4 via io-streams - result < 0 # GHC 8.4 via keys - astro < 0 # GHC 8.4 via matrix - general-games < 0 # GHC 8.4 via monad-loops @@ -4038,12 +4032,6 @@ packages: - glib < 0 # GHC 8.4 via gtk2hs-buildtools - pango < 0 # GHC 8.4 via gtk2hs-buildtools - plot < 0 # GHC 8.4 via cairo - - cryptocipher < 0 # GHC 8.4 via cipher-blowfish - - cryptocipher < 0 # GHC 8.4 via cipher-camellia - - cryptocipher < 0 # GHC 8.4 via cipher-des - - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-tests - - cipher-rc4 < 0 # GHC 8.4 via crypto-cipher-types - - cryptocipher < 0 # GHC 8.4 via crypto-cipher-types - plot < 0 # GHC 8.4 via pango - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 From 53a42f36025da9c9078f8e6df0d0c6d7bba24a95 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:19:59 -0700 Subject: [PATCH 2986/3109] Redid base-4.11 blocks --- build-constraints.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2e8c554a..3741eb1b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3464,6 +3464,7 @@ packages: - Frames < 0 # GHC 8.4 via base-4.11.0.0 - GPipe < 0 # GHC 8.4 via base-4.11.0.0 - NoTrace < 0 # GHC 8.4 via base-4.11.0.0 + - Unique < 0 # GHC 8.4 via base-4.11.0.0 - accelerate < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-arithmetic < 0 # GHC 8.4 via base-4.11.0.0 - accelerate-bignum < 0 # GHC 8.4 via base-4.11.0.0 @@ -3484,7 +3485,6 @@ packages: - autoexporter < 0 # GHC 8.4 via base-4.11.0.0 - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - - binary-tagged < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 @@ -3498,7 +3498,7 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 # https://github.com/tibbe/ekg/issues/70 + - ekg < 0 # GHC 8.4 via base-4.11.0.0 - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 @@ -3515,7 +3515,7 @@ packages: - generic-aeson < 0 # GHC 8.4 via base-4.11.0.0 - generic-random < 0 # GHC 8.4 via base-4.11.0.0 - generic-xmlpickler < 0 # GHC 8.4 via base-4.11.0.0 - - github < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-compact < 0 # GHC 8.4 via base-4.11.0.0 - github-release < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler < 0 # GHC 8.4 via base-4.11.0.0 - github-webhook-handler-snap < 0 # GHC 8.4 via base-4.11.0.0 @@ -3527,7 +3527,7 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - haddock-library < 0 # GHC 8.4 via base-4.11.0.0 + - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 @@ -3551,7 +3551,6 @@ packages: - mole < 0 # GHC 8.4 via base-4.11.0.0 - monoid-extras < 0 # GHC 8.4 via base-4.11.0.0 - multistate < 0 # GHC 8.4 via base-4.11.0.0 - - mwc-random-accelerate < 0 # GHC 8.4 via base-4.11.0.0 - naqsha < 0 # GHC 8.4 via base-4.11.0.0 - network-carbon < 0 # GHC 8.4 via base-4.11.0.0 - numhask < 0 # GHC 8.4 via base-4.11.0.0 @@ -3577,9 +3576,6 @@ packages: - ratel < 0 # GHC 8.4 via base-4.11.0.0 - ratel-wai < 0 # GHC 8.4 via base-4.11.0.0 - regex-applicative-text < 0 # GHC 8.4 via base-4.11.0.0 - - repa < 0 # GHC 8.4 via base-4.11.0.0 - - repa-algorithms < 0 # GHC 8.4 via base-4.11.0.0 - - repa-io < 0 # GHC 8.4 via base-4.11.0.0 - rest-core < 0 # GHC 8.4 via base-4.11.0.0 - rest-stringmap < 0 # GHC 8.4 via base-4.11.0.0 - rest-types < 0 # GHC 8.4 via base-4.11.0.0 @@ -3589,6 +3585,7 @@ packages: - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - servant-client < 0 # GHC 8.4 via base-4.11.0.0 + - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 @@ -3596,7 +3593,6 @@ packages: - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - - setlocale < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 - spdx < 0 # GHC 8.4 via base-4.11.0.0 @@ -3608,7 +3604,6 @@ packages: - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 - transformers-lift < 0 # GHC 8.4 via base-4.11.0.0 - - tree-diff < 0 # GHC 8.4 via base-4.11.0.0 - union < 0 # GHC 8.4 via base-4.11.0.0 - uri-bytestring-aeson < 0 # GHC 8.4 via base-4.11.0.0 - userid < 0 # GHC 8.4 via base-4.11.0.0 @@ -4274,6 +4269,16 @@ packages: - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - websockets-snap < 0 # GHC 8.4 via snap-server + - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - mwc-random-accelerate < 0 # GHC 8.4 via accelerate + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 + - Frames < 0 # GHC 8.4 via htoml + - Frames < 0 # GHC 8.4 via pipes-safe + - Frames < 0 # GHC 8.4 via pipes-text + - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 + - repa-algorithms < 0 # GHC 8.4 via repa + - repa-io < 0 # GHC 8.4 via repa "GHC upper bounds": From 9c7c3eac982b1a935ea02a1b7e3b61f94f9ca2fa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:26:43 -0700 Subject: [PATCH 2987/3109] Redid template-haskell-2.13 blocks --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3741eb1b..04e6b85d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3638,12 +3638,10 @@ packages: - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - static-text < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - time-parsers < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 @@ -4202,7 +4200,6 @@ packages: - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - exp-pairs < 0 # GHC 8.4 via matrix - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - safecopy < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haxr < 0 # GHC 8.4 via HaXml - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-bin < 0 # GHC 8.4 via fsnotify From f5b7c6325028db81a49bc4cfbc2b5a7b6ba1e540 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:30:05 -0700 Subject: [PATCH 2988/3109] Unblock revdeps of safecopy --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 04e6b85d..5a831f6d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,8 +3682,6 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java - - hOpenPGP < 0 # GHC 8.4 via ixset-typed - - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri @@ -3720,11 +3718,6 @@ packages: - stack < 0 # GHC 8.4 via regex-applicative-text - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - - approximate < 0 # GHC 8.4 via safecopy - - compensated < 0 # GHC 8.4 via safecopy - - hyperloglog < 0 # GHC 8.4 via safecopy - - ixset < 0 # GHC 8.4 via safecopy - - large-hashable < 0 # GHC 8.4 via safecopy - lxd-client < 0 # GHC 8.4 via servant - miso < 0 # GHC 8.4 via servant - servant-blaze < 0 # GHC 8.4 via servant @@ -3819,7 +3812,6 @@ packages: - hledger-iadd < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib - hledger-web < 0 # GHC 8.4 via hledger-lib - - cabal2nix < 0 # GHC 8.4 via hopenssl - tidal < 0 # GHC 8.4 via hosc - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - mbox-utility < 0 # GHC 8.4 via hsemail @@ -4276,6 +4268,9 @@ packages: - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 - repa-algorithms < 0 # GHC 8.4 via repa - repa-io < 0 # GHC 8.4 via repa + - large-hashable < 0 # GHC 8.4 via HTF + - hOpenPGP < 0 # GHC 8.4 via incremental-parser + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 "GHC upper bounds": From 2776a2b57389e3271c8a5b175f720a52fa1a47cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:32:46 -0700 Subject: [PATCH 2989/3109] Specify 30 mins in PR template, closes #3386 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 253ecd41..c1e16a2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` -- [ ] Some time passed since Hackage upload +- [ ] At least 30 minutes have passed since Hackage upload - [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): stack unpack $package From 3d16c956d76ed2f22ace03a17b1b83e9d411e11c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:38:16 -0700 Subject: [PATCH 2990/3109] Redid ghc-*-8.4.1 blocks --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5a831f6d..81118969 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3614,6 +3614,7 @@ packages: - versions < 0 # GHC 8.4 via base-4.11.0.0 - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 + - brittany < 0 # GHC 8.4 via ghc-8.4.1 - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 From d8b42e8e2c61d412813f4205f25949bbd9ac656e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:41:31 -0700 Subject: [PATCH 2991/3109] Unblock stratosphere --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81118969..9d323aa5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3298,7 +3298,6 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - - stratosphere < 0 # build failure with GHC 8.4 https://github.com/frontrowed/stratosphere/issues/81 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 8ee801e407c0c0ec32e7a289de09fade8548f658 Mon Sep 17 00:00:00 2001 From: orome Date: Fri, 16 Mar 2018 19:49:44 -0400 Subject: [PATCH 2992/3109] Update for crypto-enigma 8.4 compatibility --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..e6543c0f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3492,7 +3492,7 @@ packages: - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 + # - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 From 3b46e8cd9d487f4941feb34a6b692be16d3b8b04 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 16 Mar 2018 17:55:10 -0600 Subject: [PATCH 2993/3109] Unblock monad-logger-prefix Fixed in 0.1.9 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..42281e99 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3644,7 +3644,6 @@ packages: - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 - morte < 0 # GHC 8.4 via Earley - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate From 22cb94a13f6f56140b8b3016e3b57ffc70a39194 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:28:06 -0700 Subject: [PATCH 2994/3109] Removals overhaul, in conjunction with reporting --- build-constraints.yaml | 787 ++++++++++++++++------------------------- 1 file changed, 298 insertions(+), 489 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d323aa5..78656118 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3452,6 +3452,122 @@ packages: - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose + # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 + - Spock-worker < 0 # GHC 8.4 via HTF + - buffer-builder < 0 # GHC 8.4 via HTF + - ignore < 0 # GHC 8.4 via HTF + - large-hashable < 0 # GHC 8.4 via HTF + - haxr < 0 # GHC 8.4 via HaXml + - rasterific-svg < 0 # GHC 8.4 via Rasterific + - Spock < 0 # GHC 8.4 via Spock-core + - pell < 0 # GHC 8.4 via arithmoi + - biopsl < 0 # GHC 8.4 via biocore + - seqloc < 0 # GHC 8.4 via biocore + - tries < 0 # GHC 8.4 via bytestring-trie + - cmark-lucid < 0 # GHC 8.4 via cmark + - tldr < 0 # GHC 8.4 via cmark + - wl-pprint-console < 0 # GHC 8.4 via colorful-monoids + - groundhog-sqlite < 0 # GHC 8.4 via direct-sqlite + - selda-sqlite < 0 # GHC 8.4 via direct-sqlite + - djinn-ghc < 0 # GHC 8.4 via djinn-lib + - xml-isogen < 0 # GHC 8.4 via dom-parser + - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions + - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions + - riak < 0 # GHC 8.4 via enclosed-exceptions + - yesod-auth-fb < 0 # GHC 8.4 via fb + - disposable < 0 # GHC 8.4 via ghcjs-base-stub + - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + - axiom < 0 # GHC 8.4 via ghcjs-perch + - groundhog-inspector < 0 # GHC 8.4 via groundhog + - groundhog-mysql < 0 # GHC 8.4 via groundhog + - groundhog-sqlite < 0 # GHC 8.4 via groundhog + - groundhog-th < 0 # GHC 8.4 via groundhog + - Hoed < 0 # GHC 8.4 via hashtables + - RefSerialize < 0 # GHC 8.4 via hashtables + - TCache < 0 # GHC 8.4 via hashtables + - hledger-lib < 0 # GHC 8.4 via hashtables + - pred-trie < 0 # GHC 8.4 via hashtables + - hsass < 0 # GHC 8.4 via hlibsass + - log-postgres < 0 # GHC 8.4 via hpqtypes + - hocilib < 0 # GHC 8.4 via inline-c + - inline-c-cpp < 0 # GHC 8.4 via inline-c + - inline-r < 0 # GHC 8.4 via inline-c + - liboath-hs < 0 # GHC 8.4 via inline-c + - hledger-web < 0 # GHC 8.4 via json + - katydid < 0 # GHC 8.4 via json + - Spock < 0 # GHC 8.4 via list-t + - slave-thread < 0 # GHC 8.4 via list-t + - stm-containers < 0 # GHC 8.4 via list-t + - timemap < 0 # GHC 8.4 via list-t + - astro < 0 # GHC 8.4 via matrix + - exp-pairs < 0 # GHC 8.4 via matrix + - incremental-parser < 0 # GHC 8.4 via monoid-subclasses + - opml-conduit < 0 # GHC 8.4 via monoid-subclasses + - picoparsec < 0 # GHC 8.4 via monoid-subclasses + - timerep < 0 # GHC 8.4 via monoid-subclasses + - groundhog-mysql < 0 # GHC 8.4 via mysql + - mysql-simple < 0 # GHC 8.4 via mysql + - persistent-mysql < 0 # GHC 8.4 via mysql + - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency + - pipes-misc < 0 # GHC 8.4 via pipes-concurrency + - pipes-network < 0 # GHC 8.4 via pipes-safe + - pred-trie < 0 # GHC 8.4 via pred-set + - rainbox < 0 # GHC 8.4 via rainbow + - reform-blaze < 0 # GHC 8.4 via reform + - reform-hamlet < 0 # GHC 8.4 via reform + - Spock < 0 # GHC 8.4 via reroute + - c2hs < 0 # GHC 8.4 via shelly + - simple < 0 # GHC 8.4 via simple-templates + - mbtiles < 0 # GHC 8.4 via sqlite-simple + - morte < 0 # GHC 8.4 via text-format + - redis-io < 0 # GHC 8.4 via tinylog + - axiom < 0 # GHC 8.4 via transient + - transient-universe < 0 # GHC 8.4 via transient + - backprop < 0 # GHC 8.4 via type-combinators + - genvalidity < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity + - validity-path < 0 # GHC 8.4 via validity + - validity-scientific < 0 # GHC 8.4 via validity + - validity-unordered-containers < 0 # GHC 8.4 via validity + - validity-vector < 0 # GHC 8.4 via validity + - validity-aeson < 0 # GHC 8.4 via validity-text + - hamilton < 0 # GHC 8.4 via vector-sized + - elm-export < 0 # GHC 8.4 via wl-pprint-text + - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text + - jmacro < 0 # GHC 8.4 via wl-pprint-text + - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb + - xturtle < 0 # GHC 8.4 via yjsvg + + # transitive failures, gen 2 + - debug < 0 # GHC 8.4 via Hoed + - MFlow < 0 # GHC 8.4 via RefSerialize + - Workflow < 0 # GHC 8.4 via RefSerialize + - Spock-lucid < 0 # GHC 8.4 via Spock + - MFlow < 0 # GHC 8.4 via TCache + - Workflow < 0 # GHC 8.4 via TCache + - datadog < 0 # GHC 8.4 via buffer-builder + - hledger < 0 # GHC 8.4 via hledger-lib + - hledger-interest < 0 # GHC 8.4 via hledger-lib + - H < 0 # GHC 8.4 via inline-r + - jmacro-rpc < 0 # GHC 8.4 via jmacro + - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro + - log < 0 # GHC 8.4 via log-postgres + - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec + - asciidiagram < 0 # GHC 8.4 via rasterific-svg + - simple-session < 0 # GHC 8.4 via simple + - hedis < 0 # GHC 8.4 via slave-thread + - atom-conduit < 0 # GHC 8.4 via timerep + - dublincore-xml-conduit < 0 # GHC 8.4 via timerep + - rss-conduit < 0 # GHC 8.4 via timerep + + # transitive failures, gen 3 + - persistent-redis < 0 # GHC 8.4 via hedis + - serversession-backend-redis < 0 # GHC 8.4 via hedis + - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis + + # transitive failures, rediscovered. + # (none yet) + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. @@ -3645,32 +3761,88 @@ packages: - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-logger-prefix < 0 # GHC 8.4 via transformers-0.5.5.0 - - morte < 0 # GHC 8.4 via Earley + + # missed by first wave + - snap-server < 0 # GHC 8.4 via base-4.11.0.0 + - Frames < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 + - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 + - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + + + # trans deps, gen 1 + - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 + - cairo < 0 # GHC 8.4 via Cabal-2.2.0.0 + - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 + - glib < 0 # GHC 8.4 via Cabal-2.2.0.0 + - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 + - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 + - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 + - data-clist < 0 # GHC 8.4 via QuickCheck-2.11.3 + - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 + - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 + - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 - stm-supply < 0 # GHC 8.4 via Unique - linear-accelerate < 0 # GHC 8.4 via accelerate + - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph + - hinotify < 0 # GHC 8.4 via async-2.2.1 + - brick < 0 # GHC 8.4 via base-4.11.0.0 + - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 + - hastache < 0 # GHC 8.4 via base-4.11.0.0 + - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 + - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 - GLFW-b < 0 # GHC 8.4 via bindings-GLFW - web-routes-boomerang < 0 # GHC 8.4 via boomerang - uuid < 0 # GHC 8.4 via cryptohash-md5 + - uuid < 0 # GHC 8.4 via cryptohash-sha1 + - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 + - flow < 0 # GHC 8.4 via doctest-0.15.0 + - hasmin < 0 # GHC 8.4 via doctest-0.15.0 + - turtle < 0 # GHC 8.4 via doctest-0.15.0 + - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core + - uuid < 0 # GHC 8.4 via entropy-0.4.1.1 - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson - - profiterole < 0 # GHC 8.4 via ghc-prof + - hint < 0 # GHC 8.4 via ghc-8.4.1 - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - - servant-github-webhook < 0 # GHC 8.4 via github - - pandoc < 0 # GHC 8.4 via haddock-library + - stack < 0 # GHC 8.4 via hackage-security + - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server - reform-happstack < 0 # GHC 8.4 via happstack-server - web-routes-happstack < 0 # GHC 8.4 via happstack-server - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - - buchhaltung < 0 # GHC 8.4 via hint - - haskintex < 0 # GHC 8.4 via hint - - xmonad-extras < 0 # GHC 8.4 via hint + - hjsonschema < 0 # GHC 8.4 via hjsonpointer + - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 + - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 + - chatwork < 0 # GHC 8.4 via hspec-2.5.0 + - clay < 0 # GHC 8.4 via hspec-2.5.0 + - fmt < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-hspec-hashable < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 + - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 + - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 + - hsyslog-udp < 0 # GHC 8.4 via hspec-2.5.0 + - postgresql-simple-migration < 0 # GHC 8.4 via hspec-2.5.0 + - rakuten < 0 # GHC 8.4 via hspec-2.5.0 + - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 + - simple-log < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 + - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 + - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 + - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - servant-blaze < 0 # GHC 8.4 via http-media @@ -3682,6 +3854,9 @@ packages: - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java + - hOpenPGP < 0 # GHC 8.4 via ixset-typed + - text-generic-pretty < 0 # GHC 8.4 via ixset-typed + - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - heist < 0 # GHC 8.4 via map-syntax - mmark < 0 # GHC 8.4 via modern-uri - mmark-ext < 0 # GHC 8.4 via modern-uri @@ -3716,7 +3891,6 @@ packages: - teardown < 0 # GHC 8.4 via protolude - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - - hmatrix-repa < 0 # GHC 8.4 via repa - rest-snap < 0 # GHC 8.4 via rest-core - lxd-client < 0 # GHC 8.4 via servant - miso < 0 # GHC 8.4 via servant @@ -3752,525 +3926,160 @@ packages: - servant-subscriber < 0 # GHC 8.4 via servant-server - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - - xmonad < 0 # GHC 8.4 via setlocale - - xturtle < 0 # GHC 8.4 via setlocale + - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 + - websockets-snap < 0 # GHC 8.4 via snap-server - mmark-cli < 0 # GHC 8.4 via stache + - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 - hledger-api < 0 # GHC 8.4 via swagger2 + - teardown < 0 # GHC 8.4 via tasty-rerun + - online < 0 # GHC 8.4 via tdigest + - wrecker < 0 # GHC 8.4 via tdigest + - syb-with-class < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - type-assertions < 0 # GHC 8.4 via test-fixture + - threepenny-editors < 0 # GHC 8.4 via threepenny-gui + - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 + - websockets-rpc < 0 # GHC 8.4 via websockets-simple-0.0.6.3 + + # trans deps, gen 2 + - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b + - auto < 0 # GHC 8.4 via MonadRandom + - boltzmann-samplers < 0 # GHC 8.4 via MonadRandom + - distribution < 0 # GHC 8.4 via MonadRandom + - diversity < 0 # GHC 8.4 via MonadRandom + - general-games < 0 # GHC 8.4 via MonadRandom + - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom + - kdt < 0 # GHC 8.4 via MonadRandom + - mltool < 0 # GHC 8.4 via MonadRandom + - random-shuffle < 0 # GHC 8.4 via MonadRandom + - random-tree < 0 # GHC 8.4 via MonadRandom + - vivid < 0 # GHC 8.4 via MonadRandom + - herms < 0 # GHC 8.4 via brick + - hledger-iadd < 0 # GHC 8.4 via brick + - hledger-ui < 0 # GHC 8.4 via brick + - Chart-cairo < 0 # GHC 8.4 via cairo + - plot < 0 # GHC 8.4 via cairo + - markup < 0 # GHC 8.4 via clay + - exception-mtl < 0 # GHC 8.4 via exception-transformers + - language-c-quote < 0 # GHC 8.4 via exception-transformers + - shikensu < 0 # GHC 8.4 via flow + - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec + - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec + - profiterole < 0 # GHC 8.4 via ghc-prof + - follow-file < 0 # GHC 8.4 via hinotify + - fsnotify < 0 # GHC 8.4 via hinotify + - ztail < 0 # GHC 8.4 via hinotify + - buchhaltung < 0 # GHC 8.4 via hint + - haskintex < 0 # GHC 8.4 via hint + - xmonad-extras < 0 # GHC 8.4 via hint + - urlpath < 0 # GHC 8.4 via monad-control-aligned + - pandoc-citeproc < 0 # GHC 8.4 via pandoc + - plot < 0 # GHC 8.4 via pango + - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql + - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql + - blosum < 0 # GHC 8.4 via pipes-text + - fasta < 0 # GHC 8.4 via pipes-text + - modify-fasta < 0 # GHC 8.4 via pipes-text + - hmatrix-repa < 0 # GHC 8.4 via repa + - repa-algorithms < 0 # GHC 8.4 via repa + - repa-io < 0 # GHC 8.4 via repa - ixset < 0 # GHC 8.4 via syb-with-class - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - - teardown < 0 # GHC 8.4 via tasty-rerun - - online < 0 # GHC 8.4 via tdigest - - wrecker < 0 # GHC 8.4 via tdigest - - type-assertions < 0 # GHC 8.4 via test-fixture - - threepenny-editors < 0 # GHC 8.4 via threepenny-gui - - threepenny-gui-flexbox < 0 # GHC 8.4 via threepenny-gui + - aeson-typescript < 0 # GHC 8.4 via tasty-hspec + - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec + - htoml < 0 # GHC 8.4 via tasty-hspec + - jose < 0 # GHC 8.4 via tasty-hspec + - milena < 0 # GHC 8.4 via tasty-hspec + - tasty-auto < 0 # GHC 8.4 via tasty-hspec + - tasty-discover < 0 # GHC 8.4 via tasty-hspec + - websockets-simple < 0 # GHC 8.4 via tasty-hspec + - yi-language < 0 # GHC 8.4 via tasty-hspec - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b - - boltzmann-samplers < 0 # GHC 8.4 via ad - - hamilton < 0 # GHC 8.4 via ad - - matplotlib < 0 # GHC 8.4 via ad - - uncertain < 0 # GHC 8.4 via ad - - mltool < 0 # GHC 8.4 via ascii-progress - - brick < 0 # GHC 8.4 via config-ini - - cabal2nix < 0 # GHC 8.4 via distribution-nixpkgs - - check-email < 0 # GHC 8.4 via email-validate - - hailgun < 0 # GHC 8.4 via email-validate - - hailgun-simple < 0 # GHC 8.4 via email-validate - - mandrill < 0 # GHC 8.4 via email-validate - - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions - - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions - - eventful-memory < 0 # GHC 8.4 via eventful-core - - eventful-postgresql < 0 # GHC 8.4 via eventful-core - - eventful-sql-common < 0 # GHC 8.4 via eventful-core - - eventful-sqlite < 0 # GHC 8.4 via eventful-core - - eventful-test-helpers < 0 # GHC 8.4 via eventful-core - - fixed-vector-hetero < 0 # GHC 8.4 via fixed-vector - - shikensu < 0 # GHC 8.4 via flow - - filecache < 0 # GHC 8.4 via fsnotify - - ghcid < 0 # GHC 8.4 via fsnotify - - starter < 0 # GHC 8.4 via fsnotify - - data-diverse-lens < 0 # GHC 8.4 via generic-lens - - groundhog-inspector < 0 # GHC 8.4 via groundhog - - groundhog-mysql < 0 # GHC 8.4 via groundhog - - groundhog-sqlite < 0 # GHC 8.4 via groundhog - - groundhog-th < 0 # GHC 8.4 via groundhog - - gi-atk < 0 # GHC 8.4 via haskell-gi - - gi-cairo < 0 # GHC 8.4 via haskell-gi - - gi-glib < 0 # GHC 8.4 via haskell-gi - - gi-gobject < 0 # GHC 8.4 via haskell-gi - - gi-javascriptcore < 0 # GHC 8.4 via haskell-gi - - IPv6DB < 0 # GHC 8.4 via hedis - - hworker < 0 # GHC 8.4 via hedis - - serversession-backend-redis < 0 # GHC 8.4 via hedis - - follow-file < 0 # GHC 8.4 via hinotify - - ztail < 0 # GHC 8.4 via hinotify - - hledger < 0 # GHC 8.4 via hledger-lib - - hledger-iadd < 0 # GHC 8.4 via hledger-lib - - hledger-interest < 0 # GHC 8.4 via hledger-lib - - hledger-web < 0 # GHC 8.4 via hledger-lib - - tidal < 0 # GHC 8.4 via hosc - - wai-middleware-static < 0 # GHC 8.4 via hpc-coveralls - - mbox-utility < 0 # GHC 8.4 via hsemail - - hdaemonize < 0 # GHC 8.4 via hsyslog - - hsyslog-udp < 0 # GHC 8.4 via hsyslog - - logging-facade-syslog < 0 # GHC 8.4 via hsyslog - - monad-logger-syslog < 0 # GHC 8.4 via hsyslog - - attoparsec-ip < 0 # GHC 8.4 via ip - - attoparsec-uri < 0 # GHC 8.4 via ip - - IPv6Addr < 0 # GHC 8.4 via iproute - - cql < 0 # GHC 8.4 via iproute - - transient-universe < 0 # GHC 8.4 via iproute - - irc-client < 0 # GHC 8.4 via irc-conduit - - hsx-jmacro < 0 # GHC 8.4 via jmacro - - jmacro-rpc < 0 # GHC 8.4 via jmacro - - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - buffer-builder < 0 # GHC 8.4 via json-builder - - cabal2nix < 0 # GHC 8.4 via language-nix - - higher-leveldb < 0 # GHC 8.4 via leveldb-haskell - - asciidiagram < 0 # GHC 8.4 via linear - - qchas < 0 # GHC 8.4 via linear - - rasterific-svg < 0 # GHC 8.4 via linear - - sdl2 < 0 # GHC 8.4 via linear - - sdl2-gfx < 0 # GHC 8.4 via linear - - smoothie < 0 # GHC 8.4 via linear - - svg-tree < 0 # GHC 8.4 via linear - - random-fu < 0 # GHC 8.4 via log-domain - - Spock-lucid < 0 # GHC 8.4 via lucid - - cheapskate-lucid < 0 # GHC 8.4 via lucid - - cmark-lucid < 0 # GHC 8.4 via lucid - - markup < 0 # GHC 8.4 via lucid - - webpage < 0 # GHC 8.4 via lucid - - machines-binary < 0 # GHC 8.4 via machines - - machines-directory < 0 # GHC 8.4 via machines - - machines-io < 0 # GHC 8.4 via machines - - HaskellNet < 0 # GHC 8.4 via mime-mail - - mime-mail-ses < 0 # GHC 8.4 via mime-mail - - smtp-mail < 0 # GHC 8.4 via mime-mail - - groundhog-mysql < 0 # GHC 8.4 via mysql-simple - - pandoc-citeproc < 0 # GHC 8.4 via pandoc - - heatshrink < 0 # GHC 8.4 via pcre-heavy - - ignore < 0 # GHC 8.4 via pcre-heavy - - microformats2-parser < 0 # GHC 8.4 via pcre-heavy - - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql - - eventful-sql-common < 0 # GHC 8.4 via persistent-template - - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - - debug < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-annotated-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-wl-pprint < 0 # GHC 8.4 via prettyprinter - - prettyprinter-compat-ansi-wl-pprint < 0 # GHC 8.4 via prettyprinter-ansi-terminal - - c2hs < 0 # GHC 8.4 via shelly - - mbtiles < 0 # GHC 8.4 via sqlite-simple - - bitcoin-api-extra < 0 # GHC 8.4 via stm-conduit - - mega-sdist < 0 # GHC 8.4 via tar-conduit - - lentil < 0 # GHC 8.4 via terminal-progress-bar - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle - - mega-sdist < 0 # GHC 8.4 via typed-process - - tldr < 0 # GHC 8.4 via typed-process + - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms + - consul-haskell < 0 # GHC 8.4 via uuid + - courier < 0 # GHC 8.4 via uuid - cql < 0 # GHC 8.4 via uuid + - cql-io < 0 # GHC 8.4 via uuid + - docker < 0 # GHC 8.4 via uuid + - eventful-core < 0 # GHC 8.4 via uuid - eventful-sql-common < 0 # GHC 8.4 via uuid - eventful-sqlite < 0 # GHC 8.4 via uuid + - eventsource-api < 0 # GHC 8.4 via uuid + - eventsource-store-specs < 0 # GHC 8.4 via uuid - gdax < 0 # GHC 8.4 via uuid - genvalidity-uuid < 0 # GHC 8.4 via uuid - hworker < 0 # GHC 8.4 via uuid - ipython-kernel < 0 # GHC 8.4 via uuid - network-anonymous-i2p < 0 # GHC 8.4 via uuid - postgresql-binary < 0 # GHC 8.4 via uuid + - postgresql-typed < 0 # GHC 8.4 via uuid - rollbar-hs < 0 # GHC 8.4 via uuid + - squeal-postgresql < 0 # GHC 8.4 via uuid - validity-uuid < 0 # GHC 8.4 via uuid - wai-middleware-rollbar < 0 # GHC 8.4 via uuid - - brick < 0 # GHC 8.4 via vty - - hamilton < 0 # GHC 8.4 via vty - - herms < 0 # GHC 8.4 via vty - - hledger-iadd < 0 # GHC 8.4 via vty - - yi-frontend-vty < 0 # GHC 8.4 via vty - - xmonad-contrib < 0 # GHC 8.4 via xmonad - - ipython-kernel < 0 # GHC 8.4 via zeromq4-haskell - - HsOpenSSL-x509-system < 0 # GHC 8.4 via HsOpenSSL - - mysql-haskell-openssl < 0 # GHC 8.4 via HsOpenSSL - - ip6addr < 0 # GHC 8.4 via IPv6Addr - - pell < 0 # GHC 8.4 via arithmoi - - cassava-conduit < 0 # GHC 8.4 via bifunctors - - descriptive < 0 # GHC 8.4 via bifunctors - - nagios-check < 0 # GHC 8.4 via bifunctors - - one-liner < 0 # GHC 8.4 via bifunctors - - product-profunctors < 0 # GHC 8.4 via bifunctors - - result < 0 # GHC 8.4 via bifunctors - - redis-resp < 0 # GHC 8.4 via bytestring-conversion - - hspec-checkers < 0 # GHC 8.4 via checkers - - picedit < 0 # GHC 8.4 via cli - - termcolor < 0 # GHC 8.4 via cli - - diversity < 0 # GHC 8.4 via fasta - - glazier-pipes < 0 # GHC 8.4 via glazier - - hslua-aeson < 0 # GHC 8.4 via hslua - - hw-json < 0 # GHC 8.4 via hw-rankselect - - hw-succinct < 0 # GHC 8.4 via hw-rankselect - - H < 0 # GHC 8.4 via inline-r - - result < 0 # GHC 8.4 via keys - - astro < 0 # GHC 8.4 via matrix - - general-games < 0 # GHC 8.4 via monad-loops - - hindent < 0 # GHC 8.4 via monad-loops - - hsass < 0 # GHC 8.4 via monad-loops - - misfortune < 0 # GHC 8.4 via monad-loops - - pipes-mongodb < 0 # GHC 8.4 via mongoDB - - mysql-haskell-nem < 0 # GHC 8.4 via mysql-haskell - - mysql-haskell-openssl < 0 # GHC 8.4 via mysql-haskell - - messagepack-rpc < 0 # GHC 8.4 via network-simple - - distributed-process < 0 # GHC 8.4 via network-transport-tcp - - pipes-aeson < 0 # GHC 8.4 via pipes-attoparsec - - pipes-fastx < 0 # GHC 8.4 via pipes-attoparsec + + # trans deps, gen 3 + - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell + - eventful-memory < 0 # GHC 8.4 via eventful-core + - eventful-test-helpers < 0 # GHC 8.4 via eventful-core + - filecache < 0 # GHC 8.4 via fsnotify + - fsnotify-conduit < 0 # GHC 8.4 via fsnotify + - ghcid < 0 # GHC 8.4 via fsnotify + - starter < 0 # GHC 8.4 via fsnotify + - yesod-bin < 0 # GHC 8.4 via fsnotify - hasql < 0 # GHC 8.4 via postgresql-binary - - auto < 0 # GHC 8.4 via profunctors - - dejafu < 0 # GHC 8.4 via profunctors - - discrimination < 0 # GHC 8.4 via profunctors - - hasql < 0 # GHC 8.4 via profunctors - - netwire < 0 # GHC 8.4 via profunctors - - objective < 0 # GHC 8.4 via profunctors - - one-liner < 0 # GHC 8.4 via profunctors - - product-profunctors < 0 # GHC 8.4 via profunctors - - withdependencies < 0 # GHC 8.4 via profunctors - - zlib-lens < 0 # GHC 8.4 via profunctors - - hspec-golden-aeson < 0 # GHC 8.4 via quickcheck-arbitrary-adt - - dice < 0 # GHC 8.4 via random-fu - - misfortune < 0 # GHC 8.4 via random-fu - - rank-product < 0 # GHC 8.4 via random-fu - - sdl2-image < 0 # GHC 8.4 via sdl2 - - sdl2-mixer < 0 # GHC 8.4 via sdl2 - - sdl2-ttf < 0 # GHC 8.4 via sdl2 - - yi-snippet < 0 # GHC 8.4 via tasty-hunit - - yi-snippet < 0 # GHC 8.4 via tasty-th - - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams - - mysql-haskell-openssl < 0 # GHC 8.4 via tcp-streams-openssl - - tidal-midi < 0 # GHC 8.4 via tidal - - axiom < 0 # GHC 8.4 via transient-universe - - haskell-names < 0 # GHC 8.4 via traverse-with-class - - universe < 0 # GHC 8.4 via universe-instances-extended - - openexr-write < 0 # GHC 8.4 via vector-split - - mysql-haskell-openssl < 0 # GHC 8.4 via wire-streams - - wl-pprint-console < 0 # GHC 8.4 via wl-pprint-annotated - - wl-pprint-terminfo < 0 # GHC 8.4 via wl-pprint-extras - - writer-cps-full < 0 # GHC 8.4 via writer-cps-lens + - ctrie < 0 # GHC 8.4 via random-shuffle + - mongoDB < 0 # GHC 8.4 via random-shuffle + - prometheus-client < 0 # GHC 8.4 via random-shuffle + - random-fu < 0 # GHC 8.4 via random-shuffle + - yi-core < 0 # GHC 8.4 via yi-language + - yi-frontend-vty < 0 # GHC 8.4 via yi-language - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - yi-ireader < 0 # GHC 8.4 via yi-language - yi-keymap-emacs < 0 # GHC 8.4 via yi-language + - yi-keymap-vim < 0 # GHC 8.4 via yi-language - yi-misc-modes < 0 # GHC 8.4 via yi-language - yi-mode-haskell < 0 # GHC 8.4 via yi-language - yi-mode-javascript < 0 # GHC 8.4 via yi-language - - witherable < 0 # GHC 8.4 via base-orphans - - configurator-export < 0 # GHC 8.4 via configurator - - monad-unlift < 0 # GHC 8.4 via constraints - - monad-unlift-ref < 0 # GHC 8.4 via constraints - - poly-arity < 0 # GHC 8.4 via constraints - - typelits-witnesses < 0 # GHC 8.4 via constraints - - unfoldable-restricted < 0 # GHC 8.4 via constraints - - unit-constraint < 0 # GHC 8.4 via constraints - - hunit-dejafu < 0 # GHC 8.4 via dejafu - - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - - flat-mcmc < 0 # GHC 8.4 via formatting - - unicode-transforms < 0 # GHC 8.4 via getopt-generics - - disposable < 0 # GHC 8.4 via ghcjs-base-stub - - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub + + # trans deps, gen 4 + - hasql-migration < 0 # GHC 8.4 via hasql - hasql-optparse-applicative < 0 # GHC 8.4 via hasql - hasql-pool < 0 # GHC 8.4 via hasql - - shake < 0 # GHC 8.4 via js-flot - - shake < 0 # GHC 8.4 via js-jquery - - monad-unlift-ref < 0 # GHC 8.4 via mutable-containers - - netwire-input < 0 # GHC 8.4 via netwire - - one-liner-instances < 0 # GHC 8.4 via one-liner - - unfoldable < 0 # GHC 8.4 via one-liner - - users < 0 # GHC 8.4 via path-pieces - - protocol-radius-test < 0 # GHC 8.4 via protocol-radius - - bno055-haskell < 0 # GHC 8.4 via resourcet - - h2c < 0 # GHC 8.4 via resourcet - - monad-unlift-ref < 0 # GHC 8.4 via resourcet - - scalpel < 0 # GHC 8.4 via scalpel-core - - hackage-db < 0 # GHC 8.4 via tar - - packdeps < 0 # GHC 8.4 via tar - - lxd-client-config < 0 # GHC 8.4 via yaml - - weeder < 0 # GHC 8.4 via yaml - - epub-metadata < 0 # GHC 8.4 via zip-archive - - quickbench < 0 # GHC 8.4 via docopt - - optparse-simple < 0 # GHC 8.4 via gitrev - - RefSerialize < 0 # GHC 8.4 via hashtables - - TCache < 0 # GHC 8.4 via hashtables - - gtk2hs-buildtools < 0 # GHC 8.4 via hashtables - - network-transport-composed < 0 # GHC 8.4 via network-transport - - network-transport-inmemory < 0 # GHC 8.4 via network-transport - - network-transport-tests < 0 # GHC 8.4 via network-transport - - path-extra < 0 # GHC 8.4 via path - - validity-path < 0 # GHC 8.4 via path - - selda-postgresql < 0 # GHC 8.4 via selda - - quickcheck-special < 0 # GHC 8.4 via special-values - - slave-thread < 0 # GHC 8.4 via stm-containers - - quickcheck-combinators < 0 # GHC 8.4 via unfoldable-restricted - - Workflow < 0 # GHC 8.4 via RefSerialize - - Workflow < 0 # GHC 8.4 via TCache - - cairo < 0 # GHC 8.4 via gtk2hs-buildtools - - glib < 0 # GHC 8.4 via gtk2hs-buildtools - - pango < 0 # GHC 8.4 via gtk2hs-buildtools - - plot < 0 # GHC 8.4 via cairo - - plot < 0 # GHC 8.4 via pango - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - # After first wave of unblocks - - cabal-toolkit < 0 # GHC 8.4 via Cabal-2.2.0.0 - - tcp-streams-openssl < 0 # GHC 8.4 via HsOpenSSL-x509-system - - bower-json < 0 # GHC 8.4 via aeson-better-errors - - hinotify < 0 # GHC 8.4 via async-2.2.1 - - seqloc < 0 # GHC 8.4 via biocore - - hledger-ui < 0 # GHC 8.4 via brick - - tries < 0 # GHC 8.4 via bytestring-trie - - composable-associations-aeson < 0 # GHC 8.4 via composable-associations - - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell - - cql-io < 0 # GHC 8.4 via cql - - tasty-dejafu < 0 # GHC 8.4 via dejafu - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process - - distributed-process-simplelocalnet < 0 # GHC 8.4 via distributed-process - - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - distributed-process-lifted < 0 # GHC 8.4 via distributed-process-monad-control - - djinn-ghc < 0 # GHC 8.4 via djinn-lib - - flow < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - eventsource-store-specs < 0 # GHC 8.4 via eventsource-api - - hapistrano < 0 # GHC 8.4 via formatting - - genvalidity-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-bytestring < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-aeson < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-binary < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-cereal < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-hspec-hashable < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-path < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-scientific < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-unordered-containers < 0 # GHC 8.4 via genvalidity-hspec - - genvalidity-vector < 0 # GHC 8.4 via genvalidity-hspec - - hapistrano < 0 # GHC 8.4 via gitrev - - hasmin < 0 # GHC 8.4 via gitrev - - hledger-ui < 0 # GHC 8.4 via hledger - - blake2 < 0 # GHC 8.4 via hlint - - folds < 0 # GHC 8.4 via hlint - - gc < 0 # GHC 8.4 via hlint - - rcu < 0 # GHC 8.4 via hlint - - sbv < 0 # GHC 8.4 via hlint - - structs < 0 # GHC 8.4 via hlint - - katydid < 0 # GHC 8.4 via json - - stm-containers < 0 # GHC 8.4 via list-t - - timemap < 0 # GHC 8.4 via list-t - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - - irc-conduit < 0 # GHC 8.4 via network-conduit-tls - - distributed-process-tests < 0 # GHC 8.4 via network-transport-inmemory - - network-transport-tcp < 0 # GHC 8.4 via network-transport-tests - - pipes-network < 0 # GHC 8.4 via pipes-safe - - pred-trie < 0 # GHC 8.4 via poly-arity - - squeal-postgresql < 0 # GHC 8.4 via postgresql-binary - - rainbox < 0 # GHC 8.4 via rainbow - - lambdabot-core < 0 # GHC 8.4 via random-fu - - redis-io < 0 # GHC 8.4 via redis-resp - - lexer-applicative < 0 # GHC 8.4 via regex-applicative - - generics-eot < 0 # GHC 8.4 via shake - - shake-language-c < 0 # GHC 8.4 via shake - - hedis < 0 # GHC 8.4 via slave-thread - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - - tcp-streams-openssl < 0 # GHC 8.4 via tcp-streams - - cql-io < 0 # GHC 8.4 via tinylog - - redis-io < 0 # GHC 8.4 via tinylog - - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms - - users-test < 0 # GHC 8.4 via users - - courier < 0 # GHC 8.4 via uuid - - cql-io < 0 # GHC 8.4 via uuid - - eventsource-store-specs < 0 # GHC 8.4 via uuid - - squeal-postgresql < 0 # GHC 8.4 via uuid - - websockets-rpc < 0 # GHC 8.4 via uuid - - genvalidity < 0 # GHC 8.4 via validity - - genvalidity-aeson < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity - - genvalidity-containers < 0 # GHC 8.4 via validity - - genvalidity-hspec-hashable < 0 # GHC 8.4 via validity - - genvalidity-property < 0 # GHC 8.4 via validity - - genvalidity-scientific < 0 # GHC 8.4 via validity - - genvalidity-text < 0 # GHC 8.4 via validity - - genvalidity-unordered-containers < 0 # GHC 8.4 via validity - - genvalidity-vector < 0 # GHC 8.4 via validity - - validity-aeson < 0 # GHC 8.4 via validity - - validity-unordered-containers < 0 # GHC 8.4 via validity - - validity-vector < 0 # GHC 8.4 via validity - - genvalidity-bytestring < 0 # GHC 8.4 via validity-bytestring - - genvalidity-containers < 0 # GHC 8.4 via validity-containers - - genvalidity-path < 0 # GHC 8.4 via validity-path - - genvalidity-scientific < 0 # GHC 8.4 via validity-scientific - - validity-aeson < 0 # GHC 8.4 via validity-scientific - - genvalidity-text < 0 # GHC 8.4 via validity-text - - validity-aeson < 0 # GHC 8.4 via validity-text - - genvalidity-time < 0 # GHC 8.4 via validity-time - - hledger-ui < 0 # GHC 8.4 via vty - - rose-trees < 0 # GHC 8.4 via witherable - - sets < 0 # GHC 8.4 via witherable - - yi-core < 0 # GHC 8.4 via yi-rope - - yi-keymap-vim < 0 # GHC 8.4 via yi-rope - - hmatrix-morpheus < 0 # GHC 8.4 via MonadRandom - - random-shuffle < 0 # GHC 8.4 via MonadRandom - - vivid < 0 # GHC 8.4 via MonadRandom - - fsnotify < 0 # GHC 8.4 via hinotify - - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core - - apecs < 0 # GHC 8.4 via linear - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - - freer-simple < 0 # GHC 8.4 via natural-transformation - - pcre-heavy < 0 # GHC 8.4 via string-conversions - - fsnotify-conduit < 0 # GHC 8.4 via fsnotify - - hocilib < 0 # GHC 8.4 via inline-c - - ctrie < 0 # GHC 8.4 via random-shuffle - - prometheus-client < 0 # GHC 8.4 via random-shuffle - - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - - gravatar < 0 # GHC 8.4 via pureMD5 - - hpc-coveralls < 0 # GHC 8.4 via pureMD5 - - pixelated-avatar-generator < 0 # GHC 8.4 via pureMD5 - - xxhash-ffi < 0 # GHC 8.4 via xxhash - - pipes-text < 0 # GHC 8.4 via pipes-safe - - wire-streams < 0 # GHC 8.4 via binary-parsers - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - - hasql-migration < 0 # GHC 8.4 via hasql - hasql-transaction < 0 # GHC 8.4 via hasql - - biopsl < 0 # GHC 8.4 via biocore - - tagged-binary < 0 # GHC 8.4 via pureMD5 - - validity-scientific < 0 # GHC 8.4 via validity - - Hoed < 0 # GHC 8.4 via hashtables - - direct-rocksdb < 0 # GHC 8.4 via Cabal-2.2.0.0 - - rss-conduit < 0 # GHC 8.4 via atom-conduit - - direct-rocksdb < 0 # GHC 8.4 via cabal-toolkit - - inline-c-cpp < 0 # GHC 8.4 via inline-c - - liboath-hs < 0 # GHC 8.4 via inline-c - - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - - opml-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via vinyl - - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - - eventstore < 0 # GHC 8.4 via ekg-core - - log-warper < 0 # GHC 8.4 via fmt - - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - - pipes-fluid < 0 # GHC 8.4 via pipes-misc - - eventstore < 0 # GHC 8.4 via tasty-hspec - - eventstore < 0 # GHC 8.4 via text-format - - log-warper < 0 # GHC 8.4 via universum - - eventsource-api < 0 # GHC 8.4 via uuid - - eventstore < 0 # GHC 8.4 via uuid - - random-tree < 0 # GHC 8.4 via MonadRandom - - Chart-cairo < 0 # GHC 8.4 via cairo - - aern2-mp < 0 # GHC 8.4 via mixed-types-num - - aern2-real < 0 # GHC 8.4 via mixed-types-num - - fasta < 0 # GHC 8.4 via pipes-text - - random-tree < 0 # GHC 8.4 via random-shuffle - - jose < 0 # GHC 8.4 via tasty-hspec - - milena < 0 # GHC 8.4 via tasty-hspec - - fuzzyset < 0 # GHC 8.4 via text-metrics - - backprop < 0 # GHC 8.4 via type-combinators - - genvalidity-hspec < 0 # GHC 8.4 via genvalidity - - genvalidity-hspec < 0 # GHC 8.4 via genvalidity-property - - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - genvalidity-hspec < 0 # GHC 8.4 via validity - - elm-export < 0 # GHC 8.4 via wl-pprint-text - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - - exp-pairs < 0 # GHC 8.4 via matrix - - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - haxr < 0 # GHC 8.4 via HaXml - - riak < 0 # GHC 8.4 via enclosed-exceptions - - yesod-bin < 0 # GHC 8.4 via fsnotify - - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis - - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - servius < 0 # GHC 8.4 via markdown - - mysql-simple < 0 # GHC 8.4 via mysql - - persistent-mysql < 0 # GHC 8.4 via mysql - - riak < 0 # GHC 8.4 via pureMD5 - - simple < 0 # GHC 8.4 via simple-templates - - atom-conduit < 0 # GHC 8.4 via timerep - - docker < 0 # GHC 8.4 via uuid - - simple-session < 0 # GHC 8.4 via simple - - hledger-lib < 0 # GHC 8.4 via hashtables - - reform-blaze < 0 # GHC 8.4 via reform - - reform-hamlet < 0 # GHC 8.4 via reform - - HaskellNet-SSL < 0 # GHC 8.4 via HaskellNet - - wai-middleware-crowd < 0 # GHC 8.4 via authenticate - - datadog < 0 # GHC 8.4 via buffer-builder - - influxdb < 0 # GHC 8.4 via doctest-0.15.0 - - mongoDB < 0 # GHC 8.4 via hashtables - - mongoDB < 0 # GHC 8.4 via nonce - - mongoDB < 0 # GHC 8.4 via pureMD5 - - mongoDB < 0 # GHC 8.4 via random-shuffle - - mysql-haskell < 0 # GHC 8.4 via wire-streams - - soap < 0 # GHC 8.4 via xml-conduit-writer - - soap-openssl < 0 # GHC 8.4 via soap - - soap-tls < 0 # GHC 8.4 via soap - - kdt < 0 # GHC 8.4 via MonadRandom - - xml-isogen < 0 # GHC 8.4 via dom-parser - - kdt < 0 # GHC 8.4 via heap - - urlpath < 0 # GHC 8.4 via attoparsec-uri - - urlpath < 0 # GHC 8.4 via monad-control-aligned - - urlpath < 0 # GHC 8.4 via path-extra - - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - persistent-redis < 0 # GHC 8.4 via hedis - persistent-mongoDB < 0 # GHC 8.4 via mongoDB - - eventful-core < 0 # GHC 8.4 via uuid - - MFlow < 0 # GHC 8.4 via RefSerialize - - MFlow < 0 # GHC 8.4 via TCache - - MFlow < 0 # GHC 8.4 via Workflow + - pipes-mongodb < 0 # GHC 8.4 via mongoDB + - prometheus-metrics-ghc < 0 # GHC 8.4 via prometheus-client - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client + - dice < 0 # GHC 8.4 via random-fu + - lambdabot-core < 0 # GHC 8.4 via random-fu + - misfortune < 0 # GHC 8.4 via random-fu + - rank-product < 0 # GHC 8.4 via random-fu - yi-keymap-cua < 0 # GHC 8.4 via yi-core + - yi-snippet < 0 # GHC 8.4 via yi-core - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs - - yi-keymap-cua < 0 # GHC 8.4 via yi-rope - - blosum < 0 # GHC 8.4 via fasta - - modify-fasta < 0 # GHC 8.4 via fasta - - blosum < 0 # GHC 8.4 via pipes-text - - modify-fasta < 0 # GHC 8.4 via pipes-text - - Spock < 0 # GHC 8.4 via list-t - - Spock < 0 # GHC 8.4 via stm-containers - - Spock-worker < 0 # GHC 8.4 via Spock - - log-postgres < 0 # GHC 8.4 via hpqtypes - - log < 0 # GHC 8.4 via log-postgres - - persistent-mysql-haskell < 0 # GHC 8.4 via mysql-haskell - - postgresql-typed < 0 # GHC 8.4 via postgresql-binary - - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - postgresql-typed < 0 # GHC 8.4 via uuid - - jmacro < 0 # GHC 8.4 via wl-pprint-text - - exception-mtl < 0 # GHC 8.4 via exception-transformers - - language-c-quote < 0 # GHC 8.4 via exception-transformers - - yesod-auth-fb < 0 # GHC 8.4 via fb - - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - - websockets-snap < 0 # GHC 8.4 via snap-server - - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 - - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - - Frames < 0 # GHC 8.4 via base-4.11.0.0 - - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 - - Frames < 0 # GHC 8.4 via htoml - - Frames < 0 # GHC 8.4 via pipes-safe - - Frames < 0 # GHC 8.4 via pipes-text - - Frames < 0 # GHC 8.4 via vinyl-0.8.1.1 - - repa-algorithms < 0 # GHC 8.4 via repa - - repa-io < 0 # GHC 8.4 via repa - - large-hashable < 0 # GHC 8.4 via HTF - - hOpenPGP < 0 # GHC 8.4 via incremental-parser - - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 + + # trans deps, gen 5 + - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core + + # trans deps, rediscovered. + # (none yet) "GHC upper bounds": From e9f669df368156b9fa8c89fed897f2d8da646e1a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:41:28 -0700 Subject: [PATCH 2995/3109] Restore monoid-subclasses and revdeps --- build-constraints.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78656118..c70a8413 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -648,7 +648,7 @@ packages: - monad-parallel - monad-coroutine - incremental-parser - # - monoid-subclasses # GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 + - monoid-subclasses - picoparsec - rank2classes @@ -3291,7 +3291,6 @@ packages: - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 @@ -3501,10 +3500,6 @@ packages: - timemap < 0 # GHC 8.4 via list-t - astro < 0 # GHC 8.4 via matrix - exp-pairs < 0 # GHC 8.4 via matrix - - incremental-parser < 0 # GHC 8.4 via monoid-subclasses - - opml-conduit < 0 # GHC 8.4 via monoid-subclasses - - picoparsec < 0 # GHC 8.4 via monoid-subclasses - - timerep < 0 # GHC 8.4 via monoid-subclasses - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql @@ -3556,9 +3551,6 @@ packages: - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread - - atom-conduit < 0 # GHC 8.4 via timerep - - dublincore-xml-conduit < 0 # GHC 8.4 via timerep - - rss-conduit < 0 # GHC 8.4 via timerep # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis From 2b49dd51b95e83bfe89f36f4cbad614d34584704 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:52:40 -0700 Subject: [PATCH 2996/3109] Unblock pipes-network, block pipes-concurrency --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c70a8413..c9b62df0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -763,7 +763,7 @@ packages: - pipes-extras - pipes-http - pipes-parse - - pipes-concurrency + # - pipes-concurrency # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pipes-safe - turtle - foldl @@ -3293,7 +3293,7 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pipes-safe < 0 # build failure with GHC 8.4 # https://github.com/Gabriel439/Haskell-Pipes-Safe-Library/issues/33 + - pipes-concurrency < 0 # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 @@ -3404,7 +3404,6 @@ packages: - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - - pipes-concurrency < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") - simple-templates < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3505,7 +3504,6 @@ packages: - persistent-mysql < 0 # GHC 8.4 via mysql - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - - pipes-network < 0 # GHC 8.4 via pipes-safe - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 74ffc5f4cf47562e538e50298b1422bd66bab474 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:57:30 -0700 Subject: [PATCH 2997/3109] Unblock hw-fingertree-strict per haskell-works/hw-fingertree-strict#28 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c9b62df0..d996b186 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2509,7 +2509,7 @@ packages: - hw-hspec-hedgehog - hw-int - hw-fingertree - # - hw-fingertree-strict # build failure with ghc 8.4 https://hub.darcs.net/ross/fingertree/issue/5 + - hw-fingertree-strict - hw-json - hw-parser - hw-prim @@ -3288,7 +3288,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 From 8e46fe510b1a91d0151500e658c53bfa971840f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 17:59:34 -0700 Subject: [PATCH 2998/3109] Restore IntervalMap per bokesan/IntervalMap#5 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d996b186..3452cfd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2219,8 +2219,7 @@ packages: - vinyl "Christoph Breitkopf @bokesan": - [] - # - IntervalMap # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 + - IntervalMap "Michele Lacchia @rubik": - docopt @@ -3271,7 +3270,6 @@ packages: # from inclusion due to compilation failure with ghc 8.4 "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - - IntervalMap < 0 # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 From 3b925e5ef469818af86e2111c2fbeebde2ca3018 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 17 Mar 2018 01:00:15 +0000 Subject: [PATCH 2999/3109] Re-enable arithmoi --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3452cfd2..38cf1bc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3422,7 +3422,6 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - HStringTemplate < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - csv-conduit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From c10fb718ae342a4fa03a5889eafa346c6c2f5500 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 18:59:58 -0700 Subject: [PATCH 3000/3109] Remove weird artifact of merge --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07218419..c0ce9e69 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,6 @@ packages: - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - morte < 0 # GHC 8.4 via Earley # missed by first wave - snap-server < 0 # GHC 8.4 via base-4.11.0.0 From d25e29e840fc5c2a81002e46789e201cb04f1825 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 19:10:40 -0700 Subject: [PATCH 3001/3109] Restore c2hs, shelly, enclosed-exceptions --- build-constraints.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0ce9e69..8f628115 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3412,11 +3412,9 @@ packages: - wild-bind < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wild-bind-x11 < 0 # DependencyFailed (PackageName "wild-bind") - xls < 0 # DependencyFailed (PackageName "getopt-generics") - - enclosed-exceptions < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test/test - highjson < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - model < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - quickcheck-state-machine < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - shelly < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - stateWriter < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - text-region < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3465,9 +3463,6 @@ packages: - selda-sqlite < 0 # GHC 8.4 via direct-sqlite - djinn-ghc < 0 # GHC 8.4 via djinn-lib - xml-isogen < 0 # GHC 8.4 via dom-parser - - configuration-tools < 0 # GHC 8.4 via enclosed-exceptions - - network-attoparsec < 0 # GHC 8.4 via enclosed-exceptions - - riak < 0 # GHC 8.4 via enclosed-exceptions - yesod-auth-fb < 0 # GHC 8.4 via fb - disposable < 0 # GHC 8.4 via ghcjs-base-stub - javascript-extras < 0 # GHC 8.4 via ghcjs-base-stub @@ -3505,7 +3500,6 @@ packages: - reform-blaze < 0 # GHC 8.4 via reform - reform-hamlet < 0 # GHC 8.4 via reform - Spock < 0 # GHC 8.4 via reroute - - c2hs < 0 # GHC 8.4 via shelly - simple < 0 # GHC 8.4 via simple-templates - mbtiles < 0 # GHC 8.4 via sqlite-simple - morte < 0 # GHC 8.4 via text-format @@ -3541,7 +3535,6 @@ packages: - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - log < 0 # GHC 8.4 via log-postgres - - network-anonymous-tor < 0 # GHC 8.4 via network-attoparsec - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread @@ -4270,6 +4263,7 @@ skipped-tests: - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - wreq # ghc 8.4 via uuid - http-streams # ghc 8.4 via snap-server + - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 - aeson @@ -4436,6 +4430,7 @@ expected-test-failures: # GHC 8.4 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 + - shelly # hspec 2.5 https://github.com/yesodweb/Shelly.hs/issues/169 # Intermittent failures or unreliable. These tests may pass when From 0afd635977b4be554dd1f5b3f01079745698c545 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 19:57:51 -0700 Subject: [PATCH 3002/3109] Remove a bunch of build failures & transitive failures --- build-constraints.yaml | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f628115..bf109b20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3443,6 +3443,58 @@ packages: - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose + - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") + - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") + - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cabal2nix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra + - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - haskell-names < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - heatshrink < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup configure hindent: DependencyFailed (PackageName "descriptive") + - hit < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - ip < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") + - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - netwire < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - netwire-input < 0 # DependencyFailed (PackageName "netwire") + - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP + - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") + - pdf-toolbox-core < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pdf-toolbox-document < 0 # DependencyFailed (PackageName "pdf-toolbox-content") + - picedit < 0 # DependencyFailed (PackageName "cli") + - picoparsec < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - pixelated-avatar-generator < 0 # DependencyFailed (PackageName "cli") + - prim-array < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - qchas < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - quickcheck-classes < 0 # DependencyFailed (PackageName "prim-array") + - quickcheck-combinators < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - redis-resp < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - rose-trees < 0 # DependencyFailed (PackageName "sets") + - sbv < 0 # DependencyFailed (PackageName "crackNum") + - sets < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - srcloc < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - termcolor < 0 # DependencyFailed (PackageName "cli") + - tidal < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - tidal-midi < 0 # DependencyFailed (PackageName "tidal") + - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") + - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xlsx < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") + - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") + - xxhash < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - Spock-worker < 0 # GHC 8.4 via HTF @@ -3520,6 +3572,13 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg + - threads < 0 # GHC 8.4 via concurrent-extra + - hindent < 0 # GHC 8.4 via descriptive + - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy + - distributed-process < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-lifted < 0 # GHC 8.4 via network-transport-tcp + - distributed-process-simplelocalnet < 0 # GHC 8.4 via network-transport-tcp + - xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - debug < 0 # GHC 8.4 via Hoed @@ -3538,6 +3597,9 @@ packages: - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread + - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process + - distributed-process-tests < 0 # GHC 8.4 via distributed-process + - threads-extras < 0 # GHC 8.4 via threads # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis From 9528085ffea50977c80cb547e512a7070580cbaa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 20:11:17 -0700 Subject: [PATCH 3003/3109] Remove configuration-tools per alephcloud/hs-configuration-tools#65 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf109b20..2f1cd2fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1734,7 +1734,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - - configuration-tools + # - configuration-tools # build failure with GHC 8.4 ttps://github.com/alephcloud/hs-configuration-tools/issues/65 "Sam Rijs @srijs": - ndjson-conduit @@ -3277,6 +3277,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - configuration-tools < 0 # build failure with GHC 8.4 https://github.com/alephcloud/hs-configuration-tools/issues/65 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 From cdefa51d17dbcc023bedf9f28bbd48acb99475ff Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 20:12:07 -0700 Subject: [PATCH 3004/3109] Remove riak per riak-haskell-client/riak-haskell-client#105 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f1cd2fc..b67994d3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3127,7 +3127,7 @@ packages: - time-locale-vietnamese "Tim McGilchrist @tmcgilchrist": - - riak + # - riak # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - airship "Sam Stites @stites": @@ -3295,6 +3295,7 @@ packages: - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 + - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - tinylog < 0 # build failure with GHC 8.4 https://gitlab.com/twittner/tinylog/issues/1 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 From 87e86069f83e93991c60eba7ec3b79032a9984b6 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 17 Mar 2018 13:37:20 +0800 Subject: [PATCH 3005/3109] Unblock `ghc-parser` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..577b789a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3773,7 +3773,6 @@ packages: - wavefront < 0 # GHC 8.4 via base-4.11.0.0 - apply-refact < 0 # GHC 8.4 via ghc-8.4.1 - brittany < 0 # GHC 8.4 via ghc-8.4.1 - - ghc-parser < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-prettyprint < 0 # GHC 8.4 via ghc-8.4.1 - haskell-tools-rewrite < 0 # GHC 8.4 via ghc-8.4.1 - inline-java < 0 # GHC 8.4 via ghc-8.4.1 From 5a81d0aa4097abcad60be53f08226d366354291e Mon Sep 17 00:00:00 2001 From: Maarten Faddegon Date: Sat, 17 Mar 2018 08:06:18 +0100 Subject: [PATCH 3006/3109] Hoed 0.5.1 works also for GHC 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..deaf807e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3525,7 +3525,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - Hoed < 0 # GHC 8.4 via hashtables - RefSerialize < 0 # GHC 8.4 via hashtables - TCache < 0 # GHC 8.4 via hashtables - hledger-lib < 0 # GHC 8.4 via hashtables From 4b5e0931180ea366fe6b1880801ac6019bbc3035 Mon Sep 17 00:00:00 2001 From: Vincent Berthoux Date: Sat, 17 Mar 2018 11:10:42 +0100 Subject: [PATCH 3007/3109] Re-re enable Rasterific This one managed to build latest stack windows and compile against GHC 8.4.1 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..ead4ac21 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -670,7 +670,7 @@ packages: "Vincent Berthoux @Twinside": - JuicyPixels - FontyFruity - # - Rasterific # build failure with ghc 8.4 https://github.com/Twinside/Rasterific/issues/38 + - Rasterific - svg-tree - rasterific-svg - asciidiagram @@ -3272,7 +3272,6 @@ packages: - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38 - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 @@ -3504,7 +3503,6 @@ packages: - ignore < 0 # GHC 8.4 via HTF - large-hashable < 0 # GHC 8.4 via HTF - haxr < 0 # GHC 8.4 via HaXml - - rasterific-svg < 0 # GHC 8.4 via Rasterific - Spock < 0 # GHC 8.4 via Spock-core - pell < 0 # GHC 8.4 via arithmoi - biopsl < 0 # GHC 8.4 via biocore From ba5c8c51d0fb3b6b96914c0ea83356cda0517654 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 12:05:32 +0100 Subject: [PATCH 3008/3109] build-constraints.yaml: cabal2nix 2.9.1 compiles fine in nightly-2018-03-17 See also https://travis-ci.org/NixOS/cabal2nix/builds/354683580. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..6155eea1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3449,7 +3449,6 @@ packages: - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - cabal2nix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 4c8df8e98b2485fdd5ec5f6e6840ed5a2de84cbc Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Sat, 17 Mar 2018 08:57:34 -0700 Subject: [PATCH 3009/3109] unblock configuration-tools version 0.3.1 builds with GHC-8.4.1 and Cabal-2.2 (https://github.com/alephcloud/hs-configuration-tools/issues/65) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b67994d3..8be11f4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1734,7 +1734,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - # - configuration-tools # build failure with GHC 8.4 ttps://github.com/alephcloud/hs-configuration-tools/issues/65 + - configuration-tools "Sam Rijs @srijs": - ndjson-conduit @@ -3277,7 +3277,6 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - configuration-tools < 0 # build failure with GHC 8.4 https://github.com/alephcloud/hs-configuration-tools/issues/65 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 From f593f65b7b196db9f1cc3bc67c4b629488bf62c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 10:02:28 -0700 Subject: [PATCH 3010/3109] Unblock debug --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 411517ca..5ab890ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3582,7 +3582,6 @@ packages: - xxhash-ffi < 0 # GHC 8.4 via xxhash # transitive failures, gen 2 - - debug < 0 # GHC 8.4 via Hoed - MFlow < 0 # GHC 8.4 via RefSerialize - Workflow < 0 # GHC 8.4 via RefSerialize - Spock-lucid < 0 # GHC 8.4 via Spock From 6472f969d549cc77e308eb0bae79ad443cc59fdf Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 10:05:44 -0700 Subject: [PATCH 3011/3109] Delete comment --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a2ccd0ff..60d7f347 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3646,7 +3646,6 @@ packages: - compact < 0 # GHC 8.4 via base-4.11.0.0 - country < 0 # GHC 8.4 via base-4.11.0.0 - crypt-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - # - crypto-enigma < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha512 < 0 # GHC 8.4 via base-4.11.0.0 - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 From a7dcf021e529334a451c2d79736d410491544d35 Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Sat, 17 Mar 2018 18:59:52 +0100 Subject: [PATCH 3012/3109] Add al to the build-constraints.yaml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I tried to have al in stackage years ago but there was an issue with pkg-config on Ubuntu. If that fails again, I’d love peeps to see how we can fix that problem. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..d751639a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -959,6 +959,7 @@ packages: - io-manager "Dimitri Sabadie @phaazon": + - al - event - hid - monad-journal From 76dfc6188af09b5bfeda230f003588c716b61d7b Mon Sep 17 00:00:00 2001 From: Tim Humphries Date: Sat, 17 Mar 2018 11:07:50 -0700 Subject: [PATCH 3013/3109] Add text-builder --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..6e483e8a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4432,6 +4432,7 @@ skipped-tests: - refined - slave-thread - stm-containers + - text-builder # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 - fgl - fgl-arbitrary From b59fabbac368b732a3380bfdc6447dc296c5182d Mon Sep 17 00:00:00 2001 From: Ian Grant Jeffries Date: Sat, 17 Mar 2018 17:36:54 -0400 Subject: [PATCH 3014/3109] Add hjsonschema to no-revisions. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..0bb73ed1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5072,6 +5072,7 @@ hide: # Always use the cabal file shipped with the sdist tarball instead. no-revisions: - hjsonpointer +- hjsonschema - tls - mime-mail - basement From c3769d5a9bd42a3d2b01c6e5abbaf687a91b8029 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 15:02:24 -0700 Subject: [PATCH 3015/3109] Restore yesod-gitrev --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..84406f42 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -740,7 +740,7 @@ packages: - rev-state - runmemo - tardis - # - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/1 + - yesod-gitrev "Daniel Díaz dhelta.diaz@gmail.com @Daniel-Diaz": - bimap-server From 3fa8f01602a8e6c75d46bc491aa2ca64dcf4b64f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 17 Mar 2018 15:17:08 -0700 Subject: [PATCH 3016/3109] Expect tests to pass for shelly per yesodweb/Shelly.hs#169 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b4bf74ed..67a1e589 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4486,7 +4486,6 @@ expected-test-failures: # GHC 8.4 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 - - shelly # hspec 2.5 https://github.com/yesodweb/Shelly.hs/issues/169 # Intermittent failures or unreliable. These tests may pass when From 4891f6bac43c4ba69e755f9ce333ee02e568054b Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Sat, 17 Mar 2018 22:29:15 +0000 Subject: [PATCH 3017/3109] Add sexp-grammar package --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67a1e589..5c87d1be 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3235,6 +3235,9 @@ packages: "Jack Kiefer @JackKiefer": - herms + + "Sergey Vinokurov @sergv": + - sexp-grammar # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 26dcb5a087da71bb1babe0ad0526dbaa4785e0f9 Mon Sep 17 00:00:00 2001 From: Daniel Casanueva Date: Sun, 18 Mar 2018 10:26:04 +0100 Subject: [PATCH 3018/3109] Issue 55 of matrix solved in matrix-0.3.6.1 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de5c9e75..bf33a51d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4149,9 +4149,6 @@ packages: - microlens-platform < 0.3.10 - microlens-th < 0.4.2 - # https://github.com/Daniel-Diaz/matrix/issues/55 - - matrix < 0.3.6.0 - # needed by path # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 From 4b0715f9413bda481847a572ce68348f677a3680 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Sun, 18 Mar 2018 09:36:22 +0000 Subject: [PATCH 3019/3109] re-enable `ghc-typelits-*` type-checker plugins Now that `ghc-tcplugins-extra-0.2.4` is in nightly: - `ghc-typelits-natnormalise-0.5.9`, and - `ghc-typelits-knownnat-0.4.1` Can be build on GHC 8.4. - `ghc-typelits-extra-0.2.4` can now also build on GHC 8.4 now that its (transitive) dependencies can build on GHC 8.4 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de5c9e75..074cf118 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3391,7 +3391,6 @@ packages: - envparse < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - fmt < 0 # DependencyFailed (PackageName "text-format") - getopt-generics < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ghc-typelits-natnormalise < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ghcjs-base-stub < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ginger < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3782,7 +3781,6 @@ packages: - classyplate < 0 # GHC 8.4 via template-haskell-2.13.0.0 - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 - data-accessor-template < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - ghc-typelits-knownnat < 0 # GHC 8.4 via template-haskell-2.13.0.0 - happstack-server < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3845,7 +3843,6 @@ packages: - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - - ghc-typelits-extra < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - stack < 0 # GHC 8.4 via hackage-security From d3358caa810880b8cc0a0827ee734e9799a8b4c8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 08:16:16 -0700 Subject: [PATCH 3020/3109] Restore matrix --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bf33a51d..0e2d46e3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3402,7 +3402,6 @@ packages: - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - matrix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") From 7c1d824fb3fbc346a6edc793e506666379b9bb37 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 08:17:30 -0700 Subject: [PATCH 3021/3109] Restore matrix revdeps: astro, exp-pairs --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0e2d46e3..b0432f1a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3540,8 +3540,6 @@ packages: - slave-thread < 0 # GHC 8.4 via list-t - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - - astro < 0 # GHC 8.4 via matrix - - exp-pairs < 0 # GHC 8.4 via matrix - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql From 327f63e0323d366ec3244193a038924eeb30382c Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 18 Mar 2018 11:44:20 -0700 Subject: [PATCH 3022/3109] Restore `pipes-concurrency` `pipes-concurrency` is now GHC-8.4-compatible --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c366b20..caedd62f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -763,7 +763,7 @@ packages: - pipes-extras - pipes-http - pipes-parse - # - pipes-concurrency # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 + - pipes-concurrency - pipes-safe - turtle - foldl From 79132e1f6a0d430989c82adb1b1dac7336c277fa Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 18 Mar 2018 16:47:38 -0400 Subject: [PATCH 3023/3109] Restore pipes-fluid, pipes-misc --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index caedd62f..c5870b11 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,7 +3293,6 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pipes-concurrency < 0 # build failure with GHC 8.4 https://github.com/Gabriel439/Haskell-Pipes-Concurrency-Library/issues/47 - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 @@ -3542,8 +3541,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via mysql - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - - pipes-fluid < 0 # GHC 8.4 via pipes-concurrency - - pipes-misc < 0 # GHC 8.4 via pipes-concurrency - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 63b361c1e46ce20b41ed8ef751fa1c5a1206f9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Sun, 18 Mar 2018 21:58:16 +0100 Subject: [PATCH 3024/3109] Re-add gi-gtk, gi-gio, and remove bound on haskell-gi-overloading These were removed due to a bug in GHC 8.2.1, and work fine with GHC 8.4.1. See https://github.com/fpco/stackage/issues/3186 and https://github.com/haskell-gi/haskell-gi/issues/113 for further context. --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..f0ed7d64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2562,16 +2562,18 @@ packages: - sum-type-boilerplate "Iñaki García Etxebarria @garetxe": + - haskell-gi + - haskell-gi-base - gi-atk - gi-cairo - gi-glib + - gi-gio - gi-gobject + - gi-gtk + - gi-gtk-hs + - gi-gtksource - gi-javascriptcore - - haskell-gi - - haskell-gi-base - # - gi-gtk-hs # gi-gio fails to build with ghc-8.2 - # - gi-gtksource # gi-gio fails to build with ghc-8.2 - # - gi-webkit2 # gi-gio fails to build with ghc-8.2 + - gi-webkit2 "Brandon Simmons @jberryman": - directory-tree @@ -4123,9 +4125,6 @@ packages: # https://github.com/fpco/stackage/issues/3183 - criterion < 1.4 - # https://github.com/fpco/stackage/issues/3186 - - haskell-gi-overloading < 1 - # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 From 2072d91324c31cb5846dc153f9938b58c042794f Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Sun, 18 Mar 2018 15:51:49 -0700 Subject: [PATCH 3025/3109] Add package random-bytestring --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..03f8221d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1736,6 +1736,7 @@ packages: "Lars Kuhtz @larskuhtz": - wai-cors - configuration-tools + - random-bytestring "Sam Rijs @srijs": - ndjson-conduit From 90568d72780b9f161ada8741e3d67440df23c0f6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:29:08 -0700 Subject: [PATCH 3026/3109] Expect pipes-misc tests to fail per louispan/pipes-misc#1 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c5870b11..4afe80d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4629,6 +4629,7 @@ expected-test-failures: - ed25519 # 0.0.5.0 https://github.com/thoughtpolice/hs-ed25519/issues/15 - ghc-exactprint # https://github.com/alanz/ghc-exactprint/issues/47 - nettle # https://github.com/stbuehler/haskell-nettle/issues/8 + - pipes-misc # https://github.com/louispan/pipes-misc/issues/1 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - servant-elm # https://github.com/mattjbray/servant-elm/issues/38 - shikensu # https://github.com/icidasset/shikensu/issues/5 From d4d9d7402d301a5035421e5b38c345d071b0de5c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:34:47 -0700 Subject: [PATCH 3027/3109] Remove gi-gtk-hs per its constraint: base < 4.11 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a779a86..71748538 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2571,7 +2571,7 @@ packages: - gi-gio - gi-gobject - gi-gtk - - gi-gtk-hs + # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 - gi-gtksource - gi-javascriptcore - gi-webkit2 From 93b14d4638590f5c8f59f46deef47a964322d9d6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:39:18 -0700 Subject: [PATCH 3028/3109] Restore hamtsolo per tfc/hamtsolo#3 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71748538..266483c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -25,8 +25,7 @@ packages: - zstd "Jacek Galowicz @tfc": - [] - # - hamtsolo # conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 + - hamtsolo "Ferdinand van Walree @Ferdinand-vW": [] @@ -3286,7 +3285,6 @@ packages: - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 From bab903b8ae47426e23fcf1d661caa28697c5cdf9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 19:45:31 -0700 Subject: [PATCH 3029/3109] Restore hpqtypes & revdeps per scrive/hpqtypes#7 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 266483c8..38b68eba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3288,7 +3288,6 @@ packages: - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - - hpqtypes < 0 # build failure with GHC 8.4 https://github.com/scrive/hpqtypes/issues/7 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 @@ -3528,7 +3527,6 @@ packages: - hledger-lib < 0 # GHC 8.4 via hashtables - pred-trie < 0 # GHC 8.4 via hashtables - hsass < 0 # GHC 8.4 via hlibsass - - log-postgres < 0 # GHC 8.4 via hpqtypes - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c @@ -3587,7 +3585,6 @@ packages: - H < 0 # GHC 8.4 via inline-r - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro - - log < 0 # GHC 8.4 via log-postgres - asciidiagram < 0 # GHC 8.4 via rasterific-svg - simple-session < 0 # GHC 8.4 via simple - hedis < 0 # GHC 8.4 via slave-thread From e64cf008c9febc86085dd9a88e8a504547aeb339 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 18 Mar 2018 20:27:20 -0700 Subject: [PATCH 3030/3109] Remove gi-webkit2 per #3415 --- build-constraints.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38b68eba..a945de57 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2573,7 +2573,7 @@ packages: # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 - gi-gtksource - gi-javascriptcore - - gi-webkit2 + # - gi-webkit2 # GHC 8.4 "Brandon Simmons @jberryman": - directory-tree @@ -3270,7 +3270,8 @@ packages: # request. This will tell us if other packages would be # affected. Packages will be kept in this list indefinitely so # that new packages depending on it will be flagged as well. - "Removed packages": [] + "Removed packages": + - gi-webkit2 < 0 # https://github.com/fpco/stackage/issues/3415 # Packages in the build plan that are blocked # from inclusion due to compilation failure with ghc 8.4 From b2e75d18609aeab53a2368868c841a86ef2eae87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa=20Etxebarria?= Date: Mon, 19 Mar 2018 08:17:00 +0100 Subject: [PATCH 3031/3109] Re-add gi-gtk-hs There is a new revision of gi-gtk-hs-0.3.5.0 in hackage with a relaxed upper bound on base, better reflecting reality. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..604c88b3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2570,7 +2570,7 @@ packages: - gi-gio - gi-gobject - gi-gtk - # - gi-gtk-hs # GHC 8.4 via base-4.11.0.0 + - gi-gtk-hs - gi-gtksource - gi-javascriptcore # - gi-webkit2 # GHC 8.4 From 35b7b1c84ca9a6865e6286310fe98694b216df1b Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Mon, 19 Mar 2018 08:55:11 +0000 Subject: [PATCH 3032/3109] Reenable profiterole as ghc-prof got updated --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..1c0f89b8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3817,7 +3817,6 @@ packages: - wrecker < 0 # GHC 8.4 via ansigraph - hinotify < 0 # GHC 8.4 via async-2.2.1 - brick < 0 # GHC 8.4 via base-4.11.0.0 - - ghc-prof < 0 # GHC 8.4 via base-4.11.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 @@ -4004,7 +4003,6 @@ packages: - genvalidity-text < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-time < 0 # GHC 8.4 via genvalidity-hspec - genvalidity-uuid < 0 # GHC 8.4 via genvalidity-hspec - - profiterole < 0 # GHC 8.4 via ghc-prof - follow-file < 0 # GHC 8.4 via hinotify - fsnotify < 0 # GHC 8.4 via hinotify - ztail < 0 # GHC 8.4 via hinotify From 7296842156b105052e91d2eb2671c1a33b75d2b1 Mon Sep 17 00:00:00 2001 From: Dan Fithian Date: Mon, 19 Mar 2018 08:53:53 -0400 Subject: [PATCH 3033/3109] Datadog is released as 0.2.2.0, with buffer-builder. Include in build-constraints.yaml. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a945de57..72f8f792 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3580,7 +3580,6 @@ packages: - Spock-lucid < 0 # GHC 8.4 via Spock - MFlow < 0 # GHC 8.4 via TCache - Workflow < 0 # GHC 8.4 via TCache - - datadog < 0 # GHC 8.4 via buffer-builder - hledger < 0 # GHC 8.4 via hledger-lib - hledger-interest < 0 # GHC 8.4 via hledger-lib - H < 0 # GHC 8.4 via inline-r From 5f59355c5da284c30dd6d253adfb506db15dec49 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 19 Mar 2018 15:26:50 -0400 Subject: [PATCH 3034/3109] Update build-constraints.yaml --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1604de0..0d933716 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3864,9 +3864,7 @@ packages: - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 From e94022ac4be201561ab643b2aae94c82508dcdbe Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 13:04:33 -0700 Subject: [PATCH 3035/3109] Unblock tasty-hspec & misc revdeps --- build-constraints.yaml | 42 +++++++++++++----------------------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1604de0..7ba19d91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3599,7 +3599,18 @@ packages: - wai-middleware-caching-redis < 0 # GHC 8.4 via hedis # transitive failures, rediscovered. - # (none yet) + - yi-core < 0 # GHC 8.4 via dynamic-state + - yi-core < 0 # GHC 8.4 via yi-rope + - yi-frontend-vty < 0 # GHC 8.4 via yi-rope + - yi-fuzzy-open < 0 # GHC 8.4 via yi-rope + - yi-ireader < 0 # GHC 8.4 via yi-rope + - yi-keymap-cua < 0 # GHC 8.4 via yi-rope + - yi-keymap-emacs < 0 # GHC 8.4 via yi-rope + - yi-keymap-vim < 0 # GHC 8.4 via yi-rope + - yi-misc-modes < 0 # GHC 8.4 via yi-rope + - yi-mode-haskell < 0 # GHC 8.4 via yi-rope + - yi-mode-javascript < 0 # GHC 8.4 via yi-rope + - yi-snippet < 0 # GHC 8.4 via yi-rope # This section was used to programmatically generate a set of removals @@ -3864,9 +3875,7 @@ packages: - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - tasty-hspec < 0 # GHC 8.4 via hspec-core-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 @@ -3970,7 +3979,6 @@ packages: - MonadRandom < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - exception-transformers < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - monad-control-aligned < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - - websockets-rpc < 0 # GHC 8.4 via websockets-simple-0.0.6.3 # trans deps, gen 2 - netwire-input-glfw < 0 # GHC 8.4 via GLFW-b @@ -4024,15 +4032,6 @@ packages: - rng-utils < 0 # GHC 8.4 via tasty-hedgehog - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - - aeson-typescript < 0 # GHC 8.4 via tasty-hspec - - eventsource-store-specs < 0 # GHC 8.4 via tasty-hspec - - htoml < 0 # GHC 8.4 via tasty-hspec - - jose < 0 # GHC 8.4 via tasty-hspec - - milena < 0 # GHC 8.4 via tasty-hspec - - tasty-auto < 0 # GHC 8.4 via tasty-hspec - - tasty-discover < 0 # GHC 8.4 via tasty-hspec - - websockets-simple < 0 # GHC 8.4 via tasty-hspec - - yi-language < 0 # GHC 8.4 via tasty-hspec - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle @@ -4059,6 +4058,7 @@ packages: - squeal-postgresql < 0 # GHC 8.4 via uuid - validity-uuid < 0 # GHC 8.4 via uuid - wai-middleware-rollbar < 0 # GHC 8.4 via uuid + - websockets-rpc < 0 # GHC 8.4 via uuid # trans deps, gen 3 - wai-middleware-consul < 0 # GHC 8.4 via consul-haskell @@ -4074,15 +4074,6 @@ packages: - mongoDB < 0 # GHC 8.4 via random-shuffle - prometheus-client < 0 # GHC 8.4 via random-shuffle - random-fu < 0 # GHC 8.4 via random-shuffle - - yi-core < 0 # GHC 8.4 via yi-language - - yi-frontend-vty < 0 # GHC 8.4 via yi-language - - yi-fuzzy-open < 0 # GHC 8.4 via yi-language - - yi-ireader < 0 # GHC 8.4 via yi-language - - yi-keymap-emacs < 0 # GHC 8.4 via yi-language - - yi-keymap-vim < 0 # GHC 8.4 via yi-language - - yi-misc-modes < 0 # GHC 8.4 via yi-language - - yi-mode-haskell < 0 # GHC 8.4 via yi-language - - yi-mode-javascript < 0 # GHC 8.4 via yi-language # trans deps, gen 4 - hasql-migration < 0 # GHC 8.4 via hasql @@ -4097,9 +4088,6 @@ packages: - lambdabot-core < 0 # GHC 8.4 via random-fu - misfortune < 0 # GHC 8.4 via random-fu - rank-product < 0 # GHC 8.4 via random-fu - - yi-keymap-cua < 0 # GHC 8.4 via yi-core - - yi-snippet < 0 # GHC 8.4 via yi-core - - yi-keymap-cua < 0 # GHC 8.4 via yi-keymap-emacs # trans deps, gen 5 - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core @@ -4123,10 +4111,6 @@ packages: # https://github.com/fpco/stackage/issues/3337 - aeson < 1.3 - # https://github.com/athanclark/websockets-rpc/issues/2 - # (downstream build failure) - - websockets-simple < 0.0.7 - # https://github.com/jtdaugherty/vty/issues/147 # (downstream build failure) - microlens < 0.4.9 From 0f205f665337b11734f363a09d683c77db342e9f Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 20 Mar 2018 08:11:41 +1100 Subject: [PATCH 3036/3109] Add bits-extra library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..3ad1da25 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2500,6 +2500,7 @@ packages: - irc-dcc "John Ky newhoggy@gmail.com @newhoggy": + - bits-extra - hw-balancedparens - hw-bits - hw-conduit From a110b7c72ba2a0e72953c47866dc4cbe6ff1b818 Mon Sep 17 00:00:00 2001 From: Anton Gushcha Date: Tue, 20 Mar 2018 00:28:47 +0300 Subject: [PATCH 3037/3109] Add JuicyPixels-blp --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..894135bc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2674,6 +2674,7 @@ packages: "Anton Gushcha @ncrashed": - aeson-injector + - JuicyPixels-blp "Al Zohali @zohl": # - servant-auth-cookie # servant 0.13 From a1edfd623e4e5afd6edeb8c25395141b22dcd379 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 14:53:20 -0700 Subject: [PATCH 3038/3109] Restore buffer-builder, but with skipped tests. See #3418 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ba19d91..1f48f795 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3499,7 +3499,6 @@ packages: # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - Spock-worker < 0 # GHC 8.4 via HTF - - buffer-builder < 0 # GHC 8.4 via HTF - ignore < 0 # GHC 8.4 via HTF - large-hashable < 0 # GHC 8.4 via HTF - haxr < 0 # GHC 8.4 via HaXml @@ -4297,6 +4296,7 @@ skipped-tests: - binary-parser # tasty-quickcheck - blaze-html - blaze-markup + - buffer-builder # ghc 8.4 via HTF via xmlgen https://github.com/skogsbaer/xmlgen/issues/7 - case-insensitive # HUnit 1.6 - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 From 784420265af580f94b5775aabba3e35b160ca516 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Mon, 19 Mar 2018 18:20:32 -0400 Subject: [PATCH 3039/3109] Fix tfausak's packages --- build-constraints.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 01519f41..7fc37b8f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1575,27 +1575,27 @@ packages: "Taylor Fausak @tfausak": - autoexporter - - bento - - bmp - # - Chart # Maintained by @timbod7. # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - # - Chart-diagrams # lens 4.16 via diagrams # Maintained by @timbod7. - # - diagrams-postscript # lens 4.16 # Maintained by @byorgey. - - ekg-statsd # Maintained by @tibbe. + - derulo - flow - github-release - - gloss # Maintained by @benl23x5. - - gloss-rendering # Maintained by @benl23x5. - - gpolyline # Maintained by @fegu. + - json-feed - lackey - - monad-memo # Maintained by @EduardSergeev. - - postgresql-simple-migration # Maintained by @ameingast. - ratel - ratel-wai - # - rattletrap # text-1.2.3.0 - - statestack # Maintained by @byorgey. + - rattletrap + - salve - strive - wuss + - bmp # @benl23x5 + - ekg-statsd # @tibbe + - gloss # @benl23x5 + - gloss-rendering # @benl23x5 + - gpolyline # @fegu + - monad-memo # @EduardSergeev + - postgresql-simple-migration # @ameingast + - statestack # @byorgey + "Marios Titas @redneb": - HsOpenSSL-x509-system - adler32 From d1ac29997e14202a328b64b256a29174aa308173 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 19 Mar 2018 16:34:46 -0700 Subject: [PATCH 3040/3109] Remove json-builder per lpsmith/json-builder#2 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97d4e802..9ce46583 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 @@ -4782,6 +4783,7 @@ skipped-benchmarks: - unordered-containers # criterion 1.2 # ghc 8.4 outdated dependencies + - buffer-builder # ghc 8.4 via json-builder build failure - http2 # ghc 8.4 via hashtables - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure From 34004d39b3c0be48f459019b92befaf17b59135c Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Tue, 20 Mar 2018 10:47:16 +0900 Subject: [PATCH 3041/3109] Re-enable papillon #3390 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..c0418476 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3792,7 +3792,6 @@ packages: - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - papillon < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 From d7c23b0b4abbfccf960a26d73ab904a9220cc94a Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 19 Mar 2018 19:52:46 -0700 Subject: [PATCH 3042/3109] Restore `morte` `morte` no longer depends on `text-format` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..b6d742d1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3550,7 +3550,6 @@ packages: - Spock < 0 # GHC 8.4 via reroute - simple < 0 # GHC 8.4 via simple-templates - mbtiles < 0 # GHC 8.4 via sqlite-simple - - morte < 0 # GHC 8.4 via text-format - redis-io < 0 # GHC 8.4 via tinylog - axiom < 0 # GHC 8.4 via transient - transient-universe < 0 # GHC 8.4 via transient From 47357836a0ac09b0f15880dad13d12c4a005abe1 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 19 Mar 2018 20:13:00 -0700 Subject: [PATCH 3043/3109] Restore `turtle` and `bench` `turtle` now builds against the latest version of `doctest` This also unblocks `bench` --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..fc70e733 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3839,7 +3839,6 @@ packages: - attoparsec-time < 0 # GHC 8.4 via doctest-0.15.0 - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - - turtle < 0 # GHC 8.4 via doctest-0.15.0 - eventstore < 0 # GHC 8.4 via ekg-core - monad-metrics < 0 # GHC 8.4 via ekg-core - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core @@ -4034,7 +4033,6 @@ packages: - tasty-discover < 0 # GHC 8.4 via tasty-hedgehog - universum < 0 # GHC 8.4 via tasty-hedgehog - wai-middleware-throttle < 0 # GHC 8.4 via token-bucket - - bench < 0 # GHC 8.4 via turtle - docker-build-cacher < 0 # GHC 8.4 via turtle - turtle-options < 0 # GHC 8.4 via turtle - normalization-insensitive < 0 # GHC 8.4 via unicode-transforms From 012b3f2a50e8308f6fc8665f132acfcfefac1576 Mon Sep 17 00:00:00 2001 From: Yoshikuni Jujo Date: Tue, 20 Mar 2018 15:27:26 +0900 Subject: [PATCH 3044/3109] Add X11-xft library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0418476..66173447 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2491,6 +2491,7 @@ packages: - io-machine - yjsvg - x11-xim + - X11-xft - Imlib - xturtle - gluturtle From cda998ae53782ad44790b9aa938e0d432caee55c Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 14:46:27 +0100 Subject: [PATCH 3045/3109] Re-add snap-server --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9ce46583..cf24fb71 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3804,7 +3804,6 @@ packages: - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave - - snap-server < 0 # GHC 8.4 via base-4.11.0.0 - Frames < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 From a741578e3a004afe7725ce82c33c6f3fd0c7c5c9 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 14:53:53 +0100 Subject: [PATCH 3046/3109] Re-add threads and threads-extras --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf24fb71..4e70c3b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3568,7 +3568,6 @@ packages: - jmacro < 0 # GHC 8.4 via wl-pprint-text - yesod-auth-fb < 0 # GHC 8.4 via yesod-fb - xturtle < 0 # GHC 8.4 via yjsvg - - threads < 0 # GHC 8.4 via concurrent-extra - hindent < 0 # GHC 8.4 via descriptive - wai-middleware-crowd < 0 # GHC 8.4 via http-reverse-proxy - distributed-process < 0 # GHC 8.4 via network-transport-tcp @@ -3592,7 +3591,6 @@ packages: - hedis < 0 # GHC 8.4 via slave-thread - distributed-process-monad-control < 0 # GHC 8.4 via distributed-process - distributed-process-tests < 0 # GHC 8.4 via distributed-process - - threads-extras < 0 # GHC 8.4 via threads # transitive failures, gen 3 - persistent-redis < 0 # GHC 8.4 via hedis @@ -4637,7 +4635,6 @@ expected-test-failures: - sourcemap # https://github.com/chrisdone/sourcemap/issues/3 - text-icu # https://github.com/bos/text-icu/issues/32 - text-ldap # https://github.com/khibino/haskell-text-ldap/issues/1 - - threads - thyme # https://github.com/liyang/thyme/issues/50 - tls # https://github.com/vincenthz/hs-tls/issues/247 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 From 9f738428eef5829dc0ea9c85b332cbf91c6232b0 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 15:07:44 +0100 Subject: [PATCH 3047/3109] Unblock concurrent-extra --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e70c3b0..cd0abdd6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,7 +131,7 @@ packages: - calendar-recycling - combinatorial - comfort-graph - - concurrent-split + - /ent-split - cutter - data-accessor - data-accessor-mtl @@ -3453,7 +3453,6 @@ packages: - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - concurrent-extra < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/test-concurrent-extra/test-concurrent-extra - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - descriptive < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - git < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 3d83e696deabbcde9f8a2b94675f85d2e89cfeb5 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Tue, 20 Mar 2018 15:13:11 +0100 Subject: [PATCH 3048/3109] Fix mangled package name --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd0abdd6..937f7695 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -131,7 +131,7 @@ packages: - calendar-recycling - combinatorial - comfort-graph - - /ent-split + - concurrent-split - cutter - data-accessor - data-accessor-mtl From faa480667292eccc4099ffacb272f303cea79176 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 07:37:32 -0700 Subject: [PATCH 3049/3109] Unblock ekg and revdeps --- build-constraints.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 937f7695..8bc7d69b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3654,10 +3654,6 @@ packages: - css-syntax < 0 # GHC 8.4 via base-4.11.0.0 - dictionaries < 0 # GHC 8.4 via base-4.11.0.0 - doctest-driver-gen < 0 # GHC 8.4 via base-4.11.0.0 - - ekg < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-core < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-json < 0 # GHC 8.4 via base-4.11.0.0 - - ekg-statsd < 0 # GHC 8.4 via base-4.11.0.0 - ekg-wai < 0 # GHC 8.4 via base-4.11.0.0 - ether < 0 # GHC 8.4 via base-4.11.0.0 - euler-tour-tree < 0 # GHC 8.4 via base-4.11.0.0 @@ -3836,9 +3832,6 @@ packages: - flow < 0 # GHC 8.4 via doctest-0.15.0 - hasmin < 0 # GHC 8.4 via doctest-0.15.0 - turtle < 0 # GHC 8.4 via doctest-0.15.0 - - eventstore < 0 # GHC 8.4 via ekg-core - - monad-metrics < 0 # GHC 8.4 via ekg-core - - wai-middleware-metrics < 0 # GHC 8.4 via ekg-core - uuid < 0 # GHC 8.4 via entropy-0.4.1.1 - download < 0 # GHC 8.4 via feed - json-schema < 0 # GHC 8.4 via generic-aeson @@ -3960,7 +3953,6 @@ packages: - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - - websockets-snap < 0 # GHC 8.4 via snap-server - mmark-cli < 0 # GHC 8.4 via stache - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 @@ -4090,7 +4082,9 @@ packages: - lambdabot-irc-plugins < 0 # GHC 8.4 via lambdabot-core # trans deps, rediscovered. - # (none yet) + - websockets-snap < 0 # GHC 8.4 via snap-server-1.1.0.0 + - eventstore < 0 # GHC 8.4 via text-format + - eventstore < 0 # GHC 8.4 via uuid "GHC upper bounds": @@ -4285,7 +4279,7 @@ skipped-tests: - stb-image-redux # hspec 2.5 - weigh # ghc 8.4 via bytestring-trie # https://github.com/fpco/weigh/issues/17 - wreq # ghc 8.4 via uuid - - http-streams # ghc 8.4 via snap-server + - http-streams # via snap-server-1.1.0.0 - enclosed-exceptions # hangs with ghc 8.4 https://github.com/jcristovao/enclosed-exceptions/issues/12 - HTTP # conduit-extra 1.3 - colour # QuickCheck-2.11.3 @@ -4780,7 +4774,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - buffer-builder # ghc 8.4 via json-builder build failure - http2 # ghc 8.4 via hashtables - - log # ghc 8.4 via ekg via base-4.11.0.0 - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From cc27339fefcd8938b079e0dd424740df1d07ce0c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 07:52:18 -0700 Subject: [PATCH 3050/3109] Expect test failure for concurrent-extra per basvandijk/concurrent-extra#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bc7d69b..992598c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4447,6 +4447,7 @@ skipped-tests: expected-test-failures: # GHC 8.4 + - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - doctest # https://github.com/sol/doctest/issues/198 - transformers-compat # https://github.com/ekmett/transformers-compat/issues/32 From ccdd62699eb9b1b04f1e61a05221b53f38105ef0 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Tue, 20 Mar 2018 15:55:43 +0000 Subject: [PATCH 3051/3109] Re-enable mysql in nightly Version 0.1.5, just released to hackage, builds against nightly-2018-03-20 without any errors or warnings, so I think it should be OK! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 992598c8..33241270 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3404,7 +3404,6 @@ packages: - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - mysql < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") - simple-log < 0 # DependencyFailed (PackageName "hformat") From 6edfbb037fe3645d13e41735d0e72d642a321658 Mon Sep 17 00:00:00 2001 From: Dmitry Bushev Date: Tue, 20 Mar 2018 22:37:14 +0300 Subject: [PATCH 3052/3109] Restore dom-parser --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7c14820..fc7f4079 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3070,7 +3070,7 @@ packages: - ghost-buster "typeable.io ": - # - dom-parser # build failure with ghc 8.4 https://github.com/typeable/dom-parser/issues/10 + - dom-parser - xml-isogen "Jeremy Huffman @jeremyjh": @@ -3286,7 +3286,6 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - biocore < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 From 9938a87de43a5437486fb2813dc7850f0c02d692 Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 20 Mar 2018 15:15:11 -0700 Subject: [PATCH 3053/3109] vector-sized back in stackage v1.0.0.0 https://github.com/expipiplus1/vector-sized/pull/35 fixes build issues with ghc 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fc7f4079..61f81ed2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3378,7 +3378,6 @@ packages: - validity-containers < 0 # build failure with GHC 8.4 - validity-text < 0 # build failure with GHC 8.4 - validity-time < 0 # build failure with GHC 8.4 - - vector-sized < 0 # build failure with GHC 8.4 - wl-pprint < 0 # build failure with GHC 8.4 - yjsvg < 0 # build failure with GHC 8.4 From 1a65a1b463ba7174783bf877331cfe379398d92d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 18:35:01 -0700 Subject: [PATCH 3054/3109] Remove morte per Gabriel439/Haskell-Morte-Library#72 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f81ed2..b09dcd1c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -766,7 +766,7 @@ packages: - pipes-safe - turtle - foldl - - morte + # - morte # https://github.com/Gabriel439/Haskell-Morte-Library/issues/72 - bench # - dhall # ansi-terminal-0.8 # - dhall-bash # via dhall From f15c4ad1f3c859d34e245992a1b62771a8ff2b3b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 18:38:44 -0700 Subject: [PATCH 3055/3109] Remove async-refresh-tokens per mtesseract/async-refresh-tokens#9 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b09dcd1c..4b14255f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2973,7 +2973,7 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - - async-refresh-tokens + # - async-refresh-tokens # https://github.com/mtesseract/async-refresh-tokens/issues/9 - type-level-integers - partial-order - async-timer From 28c955316a18ffd28294c6569c35693d9e80b9c5 Mon Sep 17 00:00:00 2001 From: Daniel Casanueva Date: Wed, 21 Mar 2018 02:54:47 +0100 Subject: [PATCH 3056/3109] Restore HaTeX Since matrix was fixed, HaTeX should be building again fine. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b14255f..c74f0261 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3383,7 +3383,6 @@ packages: # round 2: - HSet < 0 # DependencyFailed (PackageName "hashtables") - - HaTeX < 0 # DependencyFailed (PackageName "matrix") - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") From c9f00d1c4a1ebbcca5ac7afbf81cd8661b72e3d6 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 21 Mar 2018 09:14:07 +0800 Subject: [PATCH 3057/3109] Restore vty, data-clist and brick --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61f81ed2..818e9a13 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3241,7 +3241,7 @@ packages: "Jack Kiefer @JackKiefer": - herms - + "Sergey Vinokurov @sergv": - sexp-grammar @@ -3807,7 +3807,6 @@ packages: - gtk2hs-buildtools < 0 # GHC 8.4 via Cabal-2.2.0.0 - pango < 0 # GHC 8.4 via Cabal-2.2.0.0 - cassava-conduit < 0 # GHC 8.4 via QuickCheck-2.11.3 - - data-clist < 0 # GHC 8.4 via QuickCheck-2.11.3 - hedgehog-quickcheck < 0 # GHC 8.4 via QuickCheck-2.11.3 - repa < 0 # GHC 8.4 via QuickCheck-2.11.3 - unicode-transforms < 0 # GHC 8.4 via QuickCheck-2.11.3 @@ -3816,7 +3815,6 @@ packages: - mwc-random-accelerate < 0 # GHC 8.4 via accelerate - wrecker < 0 # GHC 8.4 via ansigraph - hinotify < 0 # GHC 8.4 via async-2.2.1 - - brick < 0 # GHC 8.4 via base-4.11.0.0 - hastache < 0 # GHC 8.4 via base-4.11.0.0 - tasty-hedgehog < 0 # GHC 8.4 via base-4.11.0.0 - token-bucket < 0 # GHC 8.4 via base-4.11.0.0 @@ -4627,7 +4625,6 @@ expected-test-failures: - tls # https://github.com/vincenthz/hs-tls/issues/247 - unicode-transforms # https://github.com/harendra-kumar/unicode-transforms/issues/15 - vector-algorithms # http://hub.darcs.net/dolio/vector-algorithms/issue/9 - - vty # https://github.com/jtdaugherty/vty/issues/132 - 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 - yesod-auth-basic # https://github.com/creichert/yesod-auth-basic/issues/1 From fcf187a6b49059ed30aa5303b69f70c763cdf6c1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 20 Mar 2018 22:08:17 -0700 Subject: [PATCH 3058/3109] Unblock morte --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..9fe65740 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -766,7 +766,7 @@ packages: - pipes-safe - turtle - foldl - # - morte # https://github.com/Gabriel439/Haskell-Morte-Library/issues/72 + - morte - bench # - dhall # ansi-terminal-0.8 # - dhall-bash # via dhall From 8d4a565759a163e562b0167a0bb002f9569f3b6e Mon Sep 17 00:00:00 2001 From: Justin Le Date: Tue, 20 Mar 2018 23:34:08 -0700 Subject: [PATCH 3059/3109] hamilton, hmatrix-vector-sized sized back into stackage nightlies hamilton-0.1.0.3 fixes build issues; hmatrix-vector-sized back on because vector-sized is back. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..4dae14f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3557,7 +3557,6 @@ packages: - validity-unordered-containers < 0 # GHC 8.4 via validity - validity-vector < 0 # GHC 8.4 via validity - validity-aeson < 0 # GHC 8.4 via validity-text - - hamilton < 0 # GHC 8.4 via vector-sized - elm-export < 0 # GHC 8.4 via wl-pprint-text - hsx-jmacro < 0 # GHC 8.4 via wl-pprint-text - jmacro < 0 # GHC 8.4 via wl-pprint-text @@ -3829,7 +3828,6 @@ packages: - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - - hmatrix-vector-sized < 0 # GHC 8.4 via ghc-typelits-knownnat - stack < 0 # GHC 8.4 via hackage-security - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server From 46ed66190ea8695fd8a03bbacd11693d9a93218b Mon Sep 17 00:00:00 2001 From: Jacob Errington Date: Fri, 16 Mar 2018 21:53:36 -0400 Subject: [PATCH 3060/3109] unblock pushbullet-types pushbullet-hs now builds, following https://github.com/tsani/pushbullet-hs/commit/da06bce --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 87a968f2..717a722b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -34,7 +34,7 @@ packages: "Jacob Thomas Errington @tsani": - servant-github-webhook - # - pushbullet-types # build failure with ghc 8.4 https://github.com/tsani/pushbullet-hs/issues/1 + - pushbullet-types "Theodore Lief Gannon @tejon": - aeson-yak @@ -3297,7 +3297,6 @@ packages: - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 - pagerduty < 0 # build failure with GHC 8.4 https://github.com/brendanhay/pagerduty/issues/10 - - pushbullet-types < 0 # build failure with GHC 8.4 https://github.com/tsani/pushbullet-hs/issues/1 - rainbow < 0 # build failure with GHC 8.4 https://github.com/massysett/rainbow/issues/6 - reroute < 0 # build faiulre with GHC 8.4 https://github.com/agrafix/Spock/issues/140 - riak < 0 # build failure with GHC 8.4 https://github.com/riak-haskell-client/riak-haskell-client/issues/105 From d31a9fd127ab30c9e99500439be5aa507b4b674e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 08:10:19 -0700 Subject: [PATCH 3061/3109] Revert "Remove async-refresh-tokens per mtesseract/async-refresh-tokens#9" This reverts commit f15c4ad1f3c859d34e245992a1b62771a8ff2b3b. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f1d60c..86ab6b91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2973,7 +2973,7 @@ packages: "Moritz Schulte @mtesseract": - async-refresh - # - async-refresh-tokens # https://github.com/mtesseract/async-refresh-tokens/issues/9 + - async-refresh-tokens - type-level-integers - partial-order - async-timer From cb51fd5fee7d0c262982d1b48b96528c704e35df Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 09:23:47 -0700 Subject: [PATCH 3062/3109] Update comment, ip blocked per andrewthad/haskell-ip#34 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 81f1d60c..41c40922 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3293,6 +3293,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - ip < 0 # build failure with GHC 8.4 https://github.com/andrewthad/haskell-ip/issues/34 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -3458,7 +3459,6 @@ packages: - hpc-coveralls < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - http-reverse-proxy < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - incremental-parser < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - ip < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lentil < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lexer-applicative < 0 # DependencyFailed (PackageName "srcloc") - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From d9bad3c247322b1e4f6f7ef0d7b8ce5dec0b676f Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 21 Mar 2018 12:47:18 -0400 Subject: [PATCH 3063/3109] Add zip-stream --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 41c40922..504e5708 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2860,6 +2860,7 @@ packages: - postgresql-typed # - invertible # GHC 8.4 via TypeCompose - ztail + - zip-stream "Louis Pan @louispan": - alternators From d95504d2760a2d328badedd7686d8dca6e15ff47 Mon Sep 17 00:00:00 2001 From: Mihaly Barasz Date: Wed, 21 Mar 2018 18:57:29 +0100 Subject: [PATCH 3064/3109] Restore `tz` Fixed in nilcons/haskell-tz@9298bca5ee41c8315a3aada4a8f81579858dbf0f --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66646edc..562f7ba2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3787,7 +3787,6 @@ packages: - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 - threepenny-gui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - tz < 0 # GHC 8.4 via template-haskell-2.13.0.0 - web-routes-th < 0 # GHC 8.4 via template-haskell-2.13.0.0 # missed by first wave From 328d85a17a1406853e666fadb308066c7a283750 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 14:33:10 -0700 Subject: [PATCH 3065/3109] Restore IP but skip tests --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 562f7ba2..eafc7bf5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,7 +3294,6 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 - - ip < 0 # build failure with GHC 8.4 https://github.com/andrewthad/haskell-ip/issues/34 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - list-t < 0 # build failure with GHC 8.4 # https://github.com/nikita-volkov/list-t/issues/12 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1 @@ -4291,6 +4290,7 @@ skipped-tests: - GLFW-b # HUnit 1.6 - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 + - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - model # tasty-quickcheck 0.9.2 @@ -4693,7 +4693,6 @@ expected-benchmark-failures: - http2 - xxhash # https://github.com/christian-marie/xxhash/issues/4 - monad-memo # https://github.com/EduardSergeev/monad-memo/issues/3 - - ip # https://github.com/andrewthad/haskell-ip/issues/22 - cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5 # end of expected-benchmark-failures From 8cbef869ea46e9c652b194c1e2135a5a7a5a3c0e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 21 Mar 2018 14:42:54 -0700 Subject: [PATCH 3066/3109] Restore ip revdeps --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index eafc7bf5..9d45b707 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,8 +3446,6 @@ packages: - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - attoparsec-ip < 0 # DependencyFailed (PackageName "ip") - - attoparsec-uri < 0 # DependencyFailed (PackageName "attoparsec-ip") - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cli < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - crackNum < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build From 02475e31469fbe3c4df953f3f9ff6675f2d24088 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Thu, 22 Mar 2018 09:10:27 +0000 Subject: [PATCH 3067/3109] Re-enable mysql-simple in nightly Was blocked by `mysql`, which is now back in. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9d45b707..64b2cb4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3534,7 +3534,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - groundhog-mysql < 0 # GHC 8.4 via mysql - - mysql-simple < 0 # GHC 8.4 via mysql - persistent-mysql < 0 # GHC 8.4 via mysql - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow From 4dd657a7df0ceb3f003ebf1022d4313b230e162d Mon Sep 17 00:00:00 2001 From: Jack Conrad Kiefer II Date: Thu, 22 Mar 2018 12:22:11 -0600 Subject: [PATCH 3068/3109] Unblock herms from GHC 8.4.1 build failure list Now that herms dependencies brick and vty are back in action, we've updated our package version constraints and compile fine in 8.4.1! --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64b2cb4c..0babb87d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3967,7 +3967,6 @@ packages: - random-shuffle < 0 # GHC 8.4 via MonadRandom - random-tree < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - herms < 0 # GHC 8.4 via brick - hledger-iadd < 0 # GHC 8.4 via brick - hledger-ui < 0 # GHC 8.4 via brick - Chart-cairo < 0 # GHC 8.4 via cairo From f5668e1f34877ecadc987cdbf509f2f38812ebb8 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:25:43 -0700 Subject: [PATCH 3069/3109] Add constraint "wai-transformers < 0.1" per #3445 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 64b2cb4c..dd5580d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4097,6 +4097,9 @@ packages: # https://github.com/fpco/stackage/issues/3315 - exceptions < 0.9 + # https://github.com/fpco/stackage/issues/3445 + - wai-transformers < 0.1 + # end of packages # Package flags are applied to individual packages, and override the values of From 2c03116b5606a89d0bce395718c7fafce212f251 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:27:09 -0700 Subject: [PATCH 3070/3109] Add constraint "OpenGLRaw < 3.3" per #3446 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd5580d6..ac912481 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4100,6 +4100,9 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 + # https://github.com/fpco/stackage/issues/3446 + - OpenGLRaw < 3.3 + # end of packages # Package flags are applied to individual packages, and override the values of From 032d7aa594bd0a20284f7e4bfccb2f6b11274880 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 22 Mar 2018 11:28:12 -0700 Subject: [PATCH 3071/3109] Add comment re: xlsx exclusion, see qrilka/xlsx#116 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ac912481..27b3f3ea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3307,6 +3307,7 @@ packages: - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 + - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 # may have no issue yet - FPretty < 0 # build failure with GHC 8.4 @@ -3486,7 +3487,6 @@ packages: - tidal-midi < 0 # DependencyFailed (PackageName "tidal") - wai-middleware-static < 0 # DependencyFailed (PackageName "hpc-coveralls") - webpage < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - xlsx < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xlsx-tabular < 0 # DependencyFailed (PackageName "xlsx") - xmonad < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - xmonad-contrib < 0 # DependencyFailed (PackageName "xmonad") From 2dd262745faa2c86cf7c2cc26c3819a7e306c40e Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 22 Mar 2018 20:02:35 -0400 Subject: [PATCH 3072/3109] Skip ini tests per #3444 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27b3f3ea..9e281002 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4320,6 +4320,7 @@ skipped-tests: - static-text # tasty - test-framework # QuickCheck 2.10 - heist # lens 4.16 + - config-ini # ini # Transitive outdated dependencies # These packages From 0cdd034dc0656367c28d8532f8981538038ead6f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 22 Mar 2018 22:12:08 -0400 Subject: [PATCH 3073/3109] Remove constraint "OpenGLRaw < 3.3", closes #3446 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f01a1744..3edc59e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4099,9 +4099,6 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 - # https://github.com/fpco/stackage/issues/3446 - - OpenGLRaw < 3.3 - # end of packages # Package flags are applied to individual packages, and override the values of From 03a6cd8607133b81fee997e8954a014cac7e5512 Mon Sep 17 00:00:00 2001 From: Paul Rouse Date: Fri, 23 Mar 2018 12:03:22 +0000 Subject: [PATCH 3074/3109] Re-enable persistent-mysql in nightly This was waiting for `mysql-simple` --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3edc59e0..099d51a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3534,7 +3534,6 @@ packages: - stm-containers < 0 # GHC 8.4 via list-t - timemap < 0 # GHC 8.4 via list-t - groundhog-mysql < 0 # GHC 8.4 via mysql - - persistent-mysql < 0 # GHC 8.4 via mysql - pred-trie < 0 # GHC 8.4 via pred-set - rainbox < 0 # GHC 8.4 via rainbow - reform-blaze < 0 # GHC 8.4 via reform From 90ffdafc93ad367459bb74db4c880b8663f5ebe5 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Fri, 23 Mar 2018 14:21:56 +0000 Subject: [PATCH 3075/3109] Add odbc package This adds the new odbc package: http://hackage.haskell.org/package/odbc --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 099d51a9..5b3e0190 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,6 +541,7 @@ packages: - wrap - path - weigh + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From 73efff2b30a1e703a99736fbeef653bedc7bca8c Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 11:47:38 -0400 Subject: [PATCH 3076/3109] Unblock viewprof --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5b3e0190..c99cf1cb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2855,7 +2855,7 @@ packages: "Mitsutoshi Aoe @maoe": - influxdb - sensu-run - # - viewprof # brick 0.30 + - viewprof "Dylan Simon @dylex": - postgresql-typed From aa39d92540fc545e2703d5832621ef5b12bc56c0 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 12:29:33 -0400 Subject: [PATCH 3077/3109] Unblocks deps on hashtables per gregorycollins/hashtables#47 --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c99cf1cb..31785c0b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2059,7 +2059,7 @@ packages: - wai-middleware-metrics "Gregory Collins @gregorycollins": - # - hashtables # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 + - hashtables - io-streams - openssl-streams @@ -3290,7 +3290,6 @@ packages: - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - - hashtables < 0 # build failure with GHC 8.4 https://github.com/gregorycollins/hashtables/issues/45 - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hspec-webdriver < 0 # https://bitbucket.org/wuzzeb/webdriver-utils/issues/9/hspec-webdriver-build-failure-with-ghc-84 @@ -3384,7 +3383,6 @@ packages: - yjsvg < 0 # build failure with GHC 8.4 # round 2: - - HSet < 0 # DependencyFailed (PackageName "hashtables") - bookkeeping < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cartel < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - cases < 0 # DependencyFailed (PackageName "loch-th") @@ -3519,10 +3517,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - RefSerialize < 0 # GHC 8.4 via hashtables - - TCache < 0 # GHC 8.4 via hashtables - - hledger-lib < 0 # GHC 8.4 via hashtables - - pred-trie < 0 # GHC 8.4 via hashtables - hsass < 0 # GHC 8.4 via hlibsass - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c @@ -4760,7 +4754,6 @@ skipped-benchmarks: # ghc 8.4 outdated dependencies - buffer-builder # ghc 8.4 via json-builder build failure - - http2 # ghc 8.4 via hashtables - psqueues # ghc 8.4 via PSQueue build failure # Transitive outdated dependencies From f2f76f80b633ff1ab725f571d56e95b6d8829cdb Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Fri, 23 Mar 2018 12:43:29 -0400 Subject: [PATCH 3078/3109] Unblocks deps of hledger-lib via simonmichael/hledger#718 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 31785c0b..17329735 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3565,8 +3565,6 @@ packages: - Spock-lucid < 0 # GHC 8.4 via Spock - MFlow < 0 # GHC 8.4 via TCache - Workflow < 0 # GHC 8.4 via TCache - - hledger < 0 # GHC 8.4 via hledger-lib - - hledger-interest < 0 # GHC 8.4 via hledger-lib - H < 0 # GHC 8.4 via inline-r - jmacro-rpc < 0 # GHC 8.4 via jmacro - jmacro-rpc-snap < 0 # GHC 8.4 via jmacro @@ -3961,8 +3959,7 @@ packages: - random-shuffle < 0 # GHC 8.4 via MonadRandom - random-tree < 0 # GHC 8.4 via MonadRandom - vivid < 0 # GHC 8.4 via MonadRandom - - hledger-iadd < 0 # GHC 8.4 via brick - - hledger-ui < 0 # GHC 8.4 via brick + - hledger-ui < 0 # GHC 8.4 via hinotify (transitive dep of fsnotify) - Chart-cairo < 0 # GHC 8.4 via cairo - plot < 0 # GHC 8.4 via cairo - markup < 0 # GHC 8.4 via clay From a860749363775e124089994885e094764fea0d96 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Fri, 23 Mar 2018 11:46:00 -0700 Subject: [PATCH 3079/3109] Add aeson-iproute --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17329735..a5a0b4d5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3247,6 +3247,9 @@ packages: "Sergey Vinokurov @sergv": - sexp-grammar + "Maximilian Tagher @MaxGabriel": + - aeson-iproute + # 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 From dcbcb31ab12555f5d4180092d2eed53906898c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Fija=C5=82kowski?= Date: Sat, 24 Mar 2018 14:28:11 +0100 Subject: [PATCH 3080/3109] Restore `hlibsass` and `hsass` --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a0b4d5..709947b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3400,7 +3400,6 @@ packages: - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - hlibsass < 0 # BuildFailureException Process exited with ExitFailure 1: ghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb -hide-all-packages -package=Cabal -package=base -package=directory Setup - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - lame < 0 # DependencyFailed (PackageName "htaglib") @@ -3520,7 +3519,6 @@ packages: - groundhog-mysql < 0 # GHC 8.4 via groundhog - groundhog-sqlite < 0 # GHC 8.4 via groundhog - groundhog-th < 0 # GHC 8.4 via groundhog - - hsass < 0 # GHC 8.4 via hlibsass - hocilib < 0 # GHC 8.4 via inline-c - inline-c-cpp < 0 # GHC 8.4 via inline-c - inline-r < 0 # GHC 8.4 via inline-c From ef8dd368d49289f61182bdc813237689dcbd2a48 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sat, 24 Mar 2018 16:14:38 -0400 Subject: [PATCH 3081/3109] Remove odbc (missing C library on build server) --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 709947b2..e22306a3 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,6 @@ packages: - wrap - path - weigh - - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From a61fd7e06fa60f2499db623f96e71f4c244189f4 Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Sun, 25 Mar 2018 00:10:34 -0700 Subject: [PATCH 3082/3109] Reenable netwire and netwire-input. These should both be working now with the release of netwire-5.0.3 to hackage. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..d585e9f4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3463,8 +3463,6 @@ packages: - mandrill < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - matplotlib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - mega-sdist < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - netwire < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - netwire-input < 0 # DependencyFailed (PackageName "netwire") - network-transport-tcp < 0 # BuildFailureException Process exited with ExitFailure 1: dist/build/TestTCP/TestTCP - package-description-remote < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pdf-toolbox-content < 0 # DependencyFailed (PackageName "pdf-toolbox-core") From 301a51f2fc6ff35f4a3c3639774152c11fd2c3be Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Sun, 25 Mar 2018 14:28:33 +0700 Subject: [PATCH 3083/3109] Unblock my (Mark Karpov's) packages --- build-constraints.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..9eda498d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2143,7 +2143,7 @@ packages: - text-metrics - tagged-identity - req - # - req-conduit # conduit 1.3 + - req-conduit - cue-sheet - wave - flac @@ -3399,9 +3399,7 @@ packages: - glob-posix < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hdevtools < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - hformat < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - htaglib < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ini < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - - lame < 0 # DependencyFailed (PackageName "htaglib") - loch-th < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # DependencyFailed (PackageName "bookkeeping") - pred-set < 0 # DependencyFailed (PackageName "HSet") @@ -3766,11 +3764,9 @@ packages: - haskell-tools-ast < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3861,8 +3857,6 @@ packages: - text-generic-pretty < 0 # GHC 8.4 via ixset-typed - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - heist < 0 # GHC 8.4 via map-syntax - - mmark < 0 # GHC 8.4 via modern-uri - - mmark-ext < 0 # GHC 8.4 via modern-uri - req-url-extra < 0 # GHC 8.4 via modern-uri - online < 0 # GHC 8.4 via numhask - plot-light < 0 # GHC 8.4 via palette @@ -3930,7 +3924,6 @@ packages: - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - - mmark-cli < 0 # GHC 8.4 via stache - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 From 3b6fed36d12077bd618c23298c0ff68b1919f7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEevi=C4=87?= Date: Sun, 25 Mar 2018 08:33:18 -0400 Subject: [PATCH 3084/3109] Unblocked rank2classes from GHC 8.4 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..22d199c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3768,7 +3768,6 @@ packages: - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - modern-uri < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - rank2classes < 0 # GHC 8.4 via template-haskell-2.13.0.0 - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 - stache < 0 # GHC 8.4 via template-haskell-2.13.0.0 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 From c41481eb0842d54e6df06bcdb4f47fc479fe5c72 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 25 Mar 2018 22:23:13 +0900 Subject: [PATCH 3085/3109] Add transaction --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e22306a3..edec818a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2804,6 +2804,7 @@ packages: - heterocephalus - bookkeeping - ochintin-daicho + - transaction "Marcin Tolysz @tolysz": - rawstring-qm From a2848767d09c2e8e8864785f1fd425ec1121f6fa Mon Sep 17 00:00:00 2001 From: Pavel Yakovlev Date: Sun, 25 Mar 2018 23:06:31 +0300 Subject: [PATCH 3086/3109] add uniprot-kb --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d585e9f4..6676843b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2916,6 +2916,7 @@ packages: "Pavel Yakovlev @zmactep": - hasbolt + - uniprot-kb "Christopher A. Gorski @cgorski": - general-games From 1f3fc4bcc233b4e9db9a003982e0284616516c17 Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Sun, 25 Mar 2018 12:54:15 -0600 Subject: [PATCH 3087/3109] more moderately stable packages can't build websockets-simple yet either --- build-constraints.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d585e9f4..f3eb2b83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1645,10 +1645,14 @@ packages: - ghc-typelits-natnormalise "Athan Clark @athanclark": + - aeson-attoparsec - alternative-vector + - almost-fix + - attoparsec-base64 - attoparsec-path - attoparsec-ip - attoparsec-uri + - chan - commutative - composition-extra - every @@ -1667,6 +1671,7 @@ packages: - quickcheck-combinators - rose-trees - sets + - since - timemap - tmapchan - tmapmvar @@ -1676,7 +1681,9 @@ packages: - urlpath - wai-transformers - websockets-rpc + # - websockets-simple # needs monad-control-aligned and wai-transformers-0.1.0 - webpage + - ws "Fumiaki Kinoshita @fumieval": - boundingboxes From 677aa9c3506b20d271852a7577ec01c30593a2ef Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 25 Mar 2018 23:35:58 -0400 Subject: [PATCH 3088/3109] Skip json-autotype tests per mgajda/json-autotype#17 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a79ca612..e7f80cee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4334,6 +4334,7 @@ skipped-tests: - pell # https://github.com/brunjlar/pell/issues/1 - protobuf # https://github.com/alphaHeavy/protobuf/issues/34 - store # https://github.com/fpco/store/issues/125 + - json-autotype # https://github.com/mgajda/json-autotype/issues/17 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 From e0bd7fdb39a680f816d6374efc25d54d2ef5bae9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 11:20:28 +0300 Subject: [PATCH 3089/3109] Update debian-bootstrap for odbc --- debian-bootstrap.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index c407a32a..7cae7a47 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,14 +25,20 @@ 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' +# odbc +curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - +curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list + GHCVER=8.4.1 apt-get update apt-get install -y \ + apt-transport-https \ build-essential \ cmake \ curl \ freeglut3-dev \ + freetds-dev \ fsharp \ g++ \ gawk \ @@ -41,6 +47,7 @@ apt-get install -y \ ghc-$GHCVER-htmldocs \ ghc-$GHCVER-prof \ git \ + gnupg \ gradle \ hscolour \ libadns1-dev \ @@ -143,12 +150,15 @@ apt-get install -y \ r-base-dev \ ruby-dev \ sudo \ + unixodbc-dev \ wget \ xclip \ z3 \ zip \ zlib1g-dev +ACCEPT_EULA=Y apt-get install msodbcsql17 -y + locale-gen en_US.UTF-8 curl -sSL https://get.haskellstack.org/ | sh From 8f817f671f446c4d9a324338ab9a442a8d9333cc Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 11:27:33 +0300 Subject: [PATCH 3090/3109] Install curl first --- debian-bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 7cae7a47..bb051d00 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,10 +25,6 @@ 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' -# odbc -curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - -curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list - GHCVER=8.4.1 apt-get update @@ -157,6 +153,10 @@ apt-get install -y \ zip \ zlib1g-dev +# odbc +curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - +curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list +apt-get update ACCEPT_EULA=Y apt-get install msodbcsql17 -y locale-gen en_US.UTF-8 From 6746407a2615c38cd4bce07cce27132fa5b62291 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Mar 2018 12:15:39 +0300 Subject: [PATCH 3091/3109] Revert "Remove odbc (missing C library on build server)" This reverts commit ef8dd368d49289f61182bdc813237689dcbd2a48. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7f80cee..07b35a7b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,6 +541,7 @@ packages: - wrap - path - weigh + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From 4d90b9a2637f537f19014e83dc13722359652ea9 Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Tue, 27 Mar 2018 19:32:58 +0200 Subject: [PATCH 3092/3109] Unblock nvim-hs-* The issue in neovimhaskell/nvim-hs#63 is fixed. This reverts commit 6e7bc4ae9bbd869123580d373a7f52869157a218. --- build-constraints.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d880ec..5952d3c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2997,10 +2997,9 @@ packages: - katip-scalyr-scribe "Sebastian Witte @saep": - [] - # - nvim-hs # https://github.com/neovimhaskell/nvim-hs/issues/63 - # - nvim-hs-contrib # via nvim-hs - # - nvim-hs-ghcid # via nvim-hs + - nvim-hs + - nvim-hs-contrib + - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From ba4a017bda9633e9b5f061aa9dc889f8d9562f89 Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Tue, 27 Mar 2018 21:52:00 +0200 Subject: [PATCH 3093/3109] Don't include nvim-hs-ghcid as ghcid and transitive dependencies are failing --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5952d3c2..66151694 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2999,7 +2999,7 @@ packages: "Sebastian Witte @saep": - nvim-hs - nvim-hs-contrib - - nvim-hs-ghcid + # - nvim-hs-ghcid "Sam Protas @SamProtas": - triplesec From 333f0222efad620c52a69d4c18c937e1ab276721 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 27 Mar 2018 22:52:50 -0400 Subject: [PATCH 3094/3109] Skips s3-signer tests, omits hledger-iadd --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 43d880ec..3ea045b1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,7 +2834,8 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - - hledger-iadd + [] + # - hledger-iadd # megaparsec 6.5.0 "Roy Levien @orome": - crypto-enigma @@ -4419,6 +4420,9 @@ skipped-tests: - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here + + # Uses Cabal's "library internal" stanza feature + - s3-signer # end of skipped-tests From c4107a2b87c50524c20d42530cb9b525f05e1c3f Mon Sep 17 00:00:00 2001 From: capitanbatata Date: Wed, 28 Mar 2018 09:17:02 +0200 Subject: [PATCH 3095/3109] Added hierarchy. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ea045b1..1a614aab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3260,6 +3260,9 @@ packages: "Maximilian Tagher @MaxGabriel": - aeson-iproute + "Damian Nadales @capitanbatata": + - hierarchy + # 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 From 579b5d8f0786159372936cf01faabc8ec24f2fa6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 17:28:00 +0900 Subject: [PATCH 3096/3109] Revert "Revert "Remove odbc (missing C library on build server)"" This reverts commit 6746407a2615c38cd4bce07cce27132fa5b62291. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ea045b1..d6bea704 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,7 @@ packages: - wrap - path - weigh - - odbc + # - odbc # fails with: Database/ODBC/SQLServer.hs: No instance for (Semigroup Query) # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From a2a8f6d3b5ad35cd731eb7640f3d53ce7aff4c91 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:24:47 +0900 Subject: [PATCH 3097/3109] Revert "Revert "Revert "Remove odbc (missing C library on build server)""" 0.0.2 should build on ghc-8.4 This reverts commit 579b5d8f0786159372936cf01faabc8ec24f2fa6. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f69d2173..45434962 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -541,7 +541,7 @@ packages: - wrap - path - weigh - # - odbc # fails with: Database/ODBC/SQLServer.hs: No instance for (Semigroup Query) + - odbc # - structured-haskell-mode # https://github.com/chrisdone/structured-haskell-mode/issues/156 "Alberto G. Corona @agocorona": From ea2c58f2b92aa0b0086d2c668b9a8da643263688 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:31:32 +0900 Subject: [PATCH 3098/3109] log-elasticsearch < 0.10.0.0 (#3457) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 45434962..e7cb9496 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4090,6 +4090,8 @@ packages: # https://github.com/fpco/stackage/issues/3445 - wai-transformers < 0.1 + # https://github.com/fpco/stackage/issues/3457 + - log-elasticsearch < 0.10.0.0 # end of packages # Package flags are applied to individual packages, and override the values of From c5f32412313494acc281a5e6cce8f8354d99191a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Mar 2018 19:49:28 +0900 Subject: [PATCH 3099/3109] odbc tests fail to run test/Main.hs:458:7: 1) Database.ODBC.Internal.Connectivity Connect, no close uncaught exception: ErrorCall Need ODBC_TEST_CONNECTION_STRING environment variable. Example: ODBC_TEST_CONNECTION_STRING='DRIVER={ODBC Driver 13 for SQL Server};SERVER=127.0.0.1;Uid=SA;Pwd=Passw0rd;Encrypt=no' CallStack (from HasCallStack): error, called at test/Main.hs:458:7 in main:Main --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7cb9496..f43eefd0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4528,6 +4528,7 @@ expected-test-failures: - mysql-haskell # Requires local mysql server with a test account, and binlog enabled. - mysql-simple # MySQL - network-anonymous-i2p + - odbc # "Need ODBC_TEST_CONNECTION_STRING environment variable" - opaleye # PostgreSQL - persistent-redis # redis - https://github.com/fpco/stackage/pull/1581 - pipes-mongodb From ae68f01747bcb96e7db3cb506df1dae138f3824d Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 28 Mar 2018 20:26:34 +0800 Subject: [PATCH 3100/3109] Reenabled xmlgen and some dependents --- build-constraints.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e7cb9496..f049ee27 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -486,7 +486,7 @@ packages: "Stefan Wehr @skogsbaer": - HTF - # - xmlgen # build failure with ghc 8.4 https://github.com/skogsbaer/xmlgen/issues/7 + - xmlgen - stm-stats - large-hashable @@ -3318,7 +3318,6 @@ packages: - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - vhd < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - wl-pprint-text < 0 # build failure with GHC 8.4 https://github.com/ivan-m/wl-pprint-text/issues/18 - - xmlgen < 0 # build faiulre with GHC 8.4 https://github.com/skogsbaer/xmlgen/issues/7 - xlsx < 0 # build failure with GHC 8.4 https://github.com/qrilka/xlsx/issues/116 # may have no issue yet @@ -3449,10 +3448,6 @@ packages: - Spock-core < 0 # GHC 8.4 via reroute - Spock-api-server < 0 # GHC 8.4 via Spock-api - Spock-api-server < 0 # GHC 8.4 via Spock-core - - HTF < 0 # GHC 8.4 via xmlgen - - HPDF < 0 # GHC 8.4 via HTF - - dataurl < 0 # GHC 8.4 via HTF - - graph-core < 0 # GHC 8.4 via HTF - invertible < 0 # GHC 8.4 via TypeCompose - apecs < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - binary-tagged < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build @@ -3500,9 +3495,7 @@ packages: # Transitive failures, reported on https://github.com/fpco/stackage/issues/3394 - - Spock-worker < 0 # GHC 8.4 via HTF - - ignore < 0 # GHC 8.4 via HTF - - large-hashable < 0 # GHC 8.4 via HTF + - Spock-worker < 0 # GHC 8.4 via Spock - haxr < 0 # GHC 8.4 via HaXml - Spock < 0 # GHC 8.4 via Spock-core - pell < 0 # GHC 8.4 via arithmoi @@ -4267,7 +4260,6 @@ skipped-tests: - binary-parser # tasty-quickcheck - blaze-html - blaze-markup - - buffer-builder # ghc 8.4 via HTF via xmlgen https://github.com/skogsbaer/xmlgen/issues/7 - case-insensitive # HUnit 1.6 - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 @@ -4421,7 +4413,7 @@ skipped-tests: - hpack # haskell-src-exts via interpolate - ihaskell # haskell-src-exts via here - + # Uses Cabal's "library internal" stanza feature - s3-signer From 11bb6df451d934925fefc8508ba874fa927b07f9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 20:33:39 +0900 Subject: [PATCH 3101/3109] add back cabal-rpm (juhp/cabal-rpm#55) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f52814aa..4c94e655 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1161,7 +1161,7 @@ packages: - HaskellNet-SSL "Jens Petersen @juhp": - # - cabal-rpm # build failure with ghc 8.4 https://github.com/juhp/cabal-rpm/issues/55 + - cabal-rpm - fedora-haskell-tools # - idris # ansi-terminal-0.8 From 21b83fcf1a573364c4637b1abef665a03b42dd0d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 20:48:41 +0900 Subject: [PATCH 3102/3109] try to reenable cabal-install, pandoc, stack, and more skip tests for haddock-library (hspec) and resolv (tasty) --- build-constraints.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4c94e655..44f66ce5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3628,7 +3628,6 @@ packages: - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - cabal-install < 0 # GHC 8.4 via base-4.11.0.0 - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0 @@ -3664,7 +3663,6 @@ packages: - gloss-rendering < 0 # GHC 8.4 via base-4.11.0.0 - google-cloud < 0 # GHC 8.4 via base-4.11.0.0 - grouped-list < 0 # GHC 8.4 via base-4.11.0.0 - - hackage-security < 0 # GHC 8.4 via base-4.11.0.0 - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 @@ -3814,8 +3812,6 @@ packages: - json-schema < 0 # GHC 8.4 via generic-aeson - hint < 0 # GHC 8.4 via ghc-8.4.1 - hmatrix-backprop < 0 # GHC 8.4 via ghc-typelits-knownnat - - stack < 0 # GHC 8.4 via hackage-security - - pandoc < 0 # GHC 8.4 via haddock-library-1.5.0.1 - happstack-jmacro < 0 # GHC 8.4 via happstack-server - happstack-server-tls < 0 # GHC 8.4 via happstack-server - jmacro-rpc-happstack < 0 # GHC 8.4 via happstack-server @@ -3824,10 +3820,6 @@ packages: - haskell-lsp-client < 0 # GHC 8.4 via haskell-lsp - hjsonschema < 0 # GHC 8.4 via hjsonpointer - IPv6DB < 0 # GHC 8.4 via hspec-2.5.0 - - cayley-client < 0 # GHC 8.4 via hspec-2.5.0 - - chatwork < 0 # GHC 8.4 via hspec-2.5.0 - - clay < 0 # GHC 8.4 via hspec-2.5.0 - - fmt < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-aeson < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-hspec < 0 # GHC 8.4 via hspec-2.5.0 @@ -3835,12 +3827,6 @@ packages: - genvalidity-property < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - - haddock-library < 0 # GHC 8.4 via hspec-2.5.0 - - hsyslog-udp < 0 # GHC 8.4 via hspec-2.5.0 - - postgresql-simple-migration < 0 # GHC 8.4 via hspec-2.5.0 - - rakuten < 0 # GHC 8.4 via hspec-2.5.0 - - servant-kotlin < 0 # GHC 8.4 via hspec-2.5.0 - - simple-log < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 @@ -3926,7 +3912,6 @@ packages: - servant-subscriber < 0 # GHC 8.4 via servant-server - servant-websockets < 0 # GHC 8.4 via servant-server - hledger-api < 0 # GHC 8.4 via servant-swagger - - pandoc < 0 # GHC 8.4 via skylighting-0.7.1 - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 @@ -3978,7 +3963,6 @@ packages: - haskintex < 0 # GHC 8.4 via hint - xmonad-extras < 0 # GHC 8.4 via hint - urlpath < 0 # GHC 8.4 via monad-control-aligned - - pandoc-citeproc < 0 # GHC 8.4 via pandoc - plot < 0 # GHC 8.4 via pango - eventful-postgresql < 0 # GHC 8.4 via persistent-postgresql - serversession-backend-persistent < 0 # GHC 8.4 via persistent-postgresql @@ -4277,6 +4261,7 @@ skipped-tests: - GLFW-b # HUnit 1.6 - haskell-tools-refactor # either, tasty, and tasty-hunit - hasql-transaction # rebase, see https://github.com/nikita-volkov/rebase/issues/11 + - haddock-library # hspec 2.5 - ip # hspec 2.5 https://github.com/andrewthad/haskell-ip/issues/33 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 @@ -4352,6 +4337,7 @@ skipped-tests: - cryptohash-sha256 - cryptohash-sha512 - lzma + - resolv # tasty - token-bucket - uuid - uuid-types From 99375b2ce3c84e9a6586271e7f360e9efb9f8555 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 21:58:54 +0900 Subject: [PATCH 3103/3109] try enabling a chunk of packages: http-media, servant, crypto --- build-constraints.yaml | 106 +++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 56 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44f66ce5..ad3bac15 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3393,7 +3393,7 @@ packages: - validity-containers < 0 # build failure with GHC 8.4 - validity-text < 0 # build failure with GHC 8.4 - validity-time < 0 # build failure with GHC 8.4 - - wl-pprint < 0 # build failure with GHC 8.4 + - wl-pprint < 0 # base-4.11 - yjsvg < 0 # build failure with GHC 8.4 # round 2: @@ -3666,7 +3666,6 @@ packages: - hashable-time < 0 # GHC 8.4 via base-4.11.0.0 - haskell-lsp < 0 # GHC 8.4 via base-4.11.0.0 - hjsonpointer < 0 # GHC 8.4 via base-4.11.0.0 - - http-media < 0 # GHC 8.4 via base-4.11.0.0 - hxt-pickle-utils < 0 # GHC 8.4 via base-4.11.0.0 - indexed-list-literals < 0 # GHC 8.4 via base-4.11.0.0 - json-stream < 0 # GHC 8.4 via base-4.11.0.0 @@ -3717,16 +3716,8 @@ packages: - rethinkdb-client-driver < 0 # GHC 8.4 via base-4.11.0.0 - schematic < 0 # GHC 8.4 via base-4.11.0.0 - sensu-run < 0 # GHC 8.4 via base-4.11.0.0 - - servant < 0 # GHC 8.4 via base-4.11.0.0 - servant-JuicyPixels < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client < 0 # GHC 8.4 via base-4.11.0.0 - - servant-client-core < 0 # GHC 8.4 via base-4.11.0.0 - - servant-docs < 0 # GHC 8.4 via base-4.11.0.0 - - servant-foreign < 0 # GHC 8.4 via base-4.11.0.0 - servant-generic < 0 # GHC 8.4 via base-4.11.0.0 - - servant-js < 0 # GHC 8.4 via base-4.11.0.0 - - servant-server < 0 # GHC 8.4 via base-4.11.0.0 - - servant-swagger < 0 # GHC 8.4 via base-4.11.0.0 - servant-yaml < 0 # GHC 8.4 via base-4.11.0.0 - slack-web < 0 # GHC 8.4 via base-4.11.0.0 - snap < 0 # GHC 8.4 via base-4.11.0.0 @@ -3734,7 +3725,7 @@ packages: - statestack < 0 # GHC 8.4 via base-4.11.0.0 - stitch < 0 # GHC 8.4 via base-4.11.0.0 - svg-builder < 0 # GHC 8.4 via base-4.11.0.0 - - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 +# - swagger2 < 0 # GHC 8.4 via base-4.11.0.0 - tasty-rerun < 0 # GHC 8.4 via base-4.11.0.0 - tdigest < 0 # GHC 8.4 via base-4.11.0.0 - through-text < 0 # GHC 8.4 via base-4.11.0.0 @@ -3767,7 +3758,7 @@ packages: - haskell-tools-backend-ghc < 0 # GHC 8.4 via template-haskell-2.13.0.0 - haskell-tools-refactor < 0 # GHC 8.4 via template-haskell-2.13.0.0 - monad-mock < 0 # GHC 8.4 via template-haskell-2.13.0.0 - - servant-swagger-ui < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - servant-swagger-ui < 0 # GHC 8.4 via transformers-compat-0.6.0.6 - strive < 0 # GHC 8.4 via template-haskell-2.13.0.0 - test-fixture < 0 # GHC 8.4 via template-haskell-2.13.0.0 - th-to-exp < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3776,8 +3767,8 @@ packages: # missed by first wave - Frames < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 - - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 +# - cryptohash-md5 < 0 # GHC 8.4 via base-4.11.0.0 +# - cryptohash-sha1 < 0 # GHC 8.4 via base-4.11.0.0 - ixset-typed < 0 # GHC 8.4 via template-haskell-2.13.0.0 @@ -3828,17 +3819,17 @@ packages: - genvalidity-unordered-containers < 0 # GHC 8.4 via hspec-2.5.0 - genvalidity-vector < 0 # GHC 8.4 via hspec-2.5.0 - xmlhtml < 0 # GHC 8.4 via hspec-2.5.0 - - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 - - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 - - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 + - chatwork < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - rakuten < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 + - servant-kotlin < 0 # GHC 8.4 via http-api-data-0.3.8.1 hspec-2.5.0 - airship < 0 # GHC 8.4 via http-media - lxd-client < 0 # GHC 8.4 via http-media - - servant-blaze < 0 # GHC 8.4 via http-media - - servant-cassava < 0 # GHC 8.4 via http-media - - servant-exceptions < 0 # GHC 8.4 via http-media - - servant-lucid < 0 # GHC 8.4 via http-media - - servant-pandoc < 0 # GHC 8.4 via http-media - - servant-static-th < 0 # GHC 8.4 via http-media +# - servant-blaze < 0 # GHC 8.4 via http-media +# - servant-cassava < 0 # GHC 8.4 via http-media +# - servant-exceptions < 0 # GHC 8.4 via http-media +# - servant-lucid < 0 # GHC 8.4 via http-media +# - servant-pandoc < 0 # GHC 8.4 via http-media +# - servant-static-th < 0 # GHC 8.4 via http-media - jvm-batching < 0 # GHC 8.4 via inline-java - jvm-streaming < 0 # GHC 8.4 via inline-java - sparkle < 0 # GHC 8.4 via inline-java @@ -3878,40 +3869,40 @@ packages: - text-generic-pretty < 0 # GHC 8.4 via protolude - stack < 0 # GHC 8.4 via regex-applicative-text - rest-snap < 0 # GHC 8.4 via rest-core - - lxd-client < 0 # GHC 8.4 via servant - - miso < 0 # GHC 8.4 via servant - - servant-blaze < 0 # GHC 8.4 via servant - - servant-cassava < 0 # GHC 8.4 via servant + # - lxd-client < 0 # GHC 8.4 via servant + # - miso < 0 # GHC 8.4 via servant + # - servant-blaze < 0 # GHC 8.4 via servant + # - servant-cassava < 0 # GHC 8.4 via servant - servant-elm < 0 # GHC 8.4 via servant - - servant-exceptions < 0 # GHC 8.4 via servant - - servant-github-webhook < 0 # GHC 8.4 via servant - - servant-kotlin < 0 # GHC 8.4 via servant - - servant-lucid < 0 # GHC 8.4 via servant - - servant-mock < 0 # GHC 8.4 via servant - - servant-purescript < 0 # GHC 8.4 via servant - - servant-static-th < 0 # GHC 8.4 via servant - - servant-subscriber < 0 # GHC 8.4 via servant - - lxd-client < 0 # GHC 8.4 via servant-client - - servant-pandoc < 0 # GHC 8.4 via servant-docs - - servant-elm < 0 # GHC 8.4 via servant-foreign - - servant-kotlin < 0 # GHC 8.4 via servant-foreign - - servant-purescript < 0 # GHC 8.4 via servant-foreign - - servant-ruby < 0 # GHC 8.4 via servant-foreign - - servant-subscriber < 0 # GHC 8.4 via servant-foreign - - chatwork < 0 # GHC 8.4 via servant-server - - hledger-api < 0 # GHC 8.4 via servant-server - - rakuten < 0 # GHC 8.4 via servant-server - - servant-blaze < 0 # GHC 8.4 via servant-server - - servant-cassava < 0 # GHC 8.4 via servant-server - - servant-exceptions < 0 # GHC 8.4 via servant-server - - servant-github-webhook < 0 # GHC 8.4 via servant-server - - servant-lucid < 0 # GHC 8.4 via servant-server - - servant-mock < 0 # GHC 8.4 via servant-server - - servant-purescript < 0 # GHC 8.4 via servant-server - - servant-static-th < 0 # GHC 8.4 via servant-server - - servant-subscriber < 0 # GHC 8.4 via servant-server - - servant-websockets < 0 # GHC 8.4 via servant-server - - hledger-api < 0 # GHC 8.4 via servant-swagger + # - servant-exceptions < 0 # GHC 8.4 via servant + # - servant-github-webhook < 0 # GHC 8.4 via servant + # - servant-kotlin < 0 # GHC 8.4 via servant + # - servant-lucid < 0 # GHC 8.4 via servant + # - servant-mock < 0 # GHC 8.4 via servant + - servant-purescript < 0 # mainland-pretty <- srcloc + # - servant-static-th < 0 # GHC 8.4 via servant + # - servant-subscriber < 0 # GHC 8.4 via servant + # - lxd-client < 0 # GHC 8.4 via servant-client + # - servant-pandoc < 0 # GHC 8.4 via servant-docs + # - servant-elm < 0 # GHC 8.4 via servant-foreign + # - servant-kotlin < 0 # GHC 8.4 via servant-foreign + # - servant-purescript < 0 # GHC 8.4 via servant-foreign + # - servant-ruby < 0 # GHC 8.4 via servant-foreign + # - servant-subscriber < 0 # GHC 8.4 via servant-foreign + # - chatwork < 0 # GHC 8.4 via servant-server + # - hledger-api < 0 # GHC 8.4 via servant-server + # - rakuten < 0 # GHC 8.4 via servant-server + # - servant-blaze < 0 # GHC 8.4 via servant-server + # - servant-cassava < 0 # GHC 8.4 via servant-server + # - servant-exceptions < 0 # GHC 8.4 via servant-server + # - servant-github-webhook < 0 # GHC 8.4 via servant-server + # - servant-lucid < 0 # GHC 8.4 via servant-server + # - servant-mock < 0 # GHC 8.4 via servant-server + # - servant-purescript < 0 # GHC 8.4 via servant-server + # - servant-static-th < 0 # GHC 8.4 via servant-server + # - servant-subscriber < 0 # GHC 8.4 via servant-server + # - servant-websockets < 0 # GHC 8.4 via servant-server + # - hledger-api < 0 # GHC 8.4 via servant-swagger - pipes-text < 0 # GHC 8.4 via streaming-commons-0.2.0.0 - highjson-swagger < 0 # GHC 8.4 via swagger2 - highjson-th < 0 # GHC 8.4 via swagger2 @@ -4040,6 +4031,9 @@ packages: - eventstore < 0 # GHC 8.4 via text-format - eventstore < 0 # GHC 8.4 via uuid + - language-ecmascript < 0 # wl-pprint + - servant-js < 0 # language-ecmascript + - mainland-pretty < 0 "GHC upper bounds": # Need to always match the version shipped with GHC From 35450d79b8271cd41c849e31c56c549fa7b912be Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 29 Mar 2018 23:24:30 +0900 Subject: [PATCH 3104/3109] HTF (skogsbaer/HTF#66) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ad3bac15..9fe941c7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -485,7 +485,7 @@ packages: - clock "Stefan Wehr @skogsbaer": - - HTF + # - HTF # https://github.com/skogsbaer/HTF/issues/66 - xmlgen - stm-stats - large-hashable From 4ee9930fa0b71fc073569666da53ee4312907b6c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 00:15:35 +0900 Subject: [PATCH 3105/3109] HTF does not build (skogsbaer/HTF#66) --- build-constraints.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9fe941c7..d6bb1ce4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -485,7 +485,7 @@ packages: - clock "Stefan Wehr @skogsbaer": - # - HTF # https://github.com/skogsbaer/HTF/issues/66 + - HTF - xmlgen - stm-stats - large-hashable @@ -3595,6 +3595,15 @@ packages: - yi-mode-javascript < 0 # GHC 8.4 via yi-rope - yi-snippet < 0 # GHC 8.4 via yi-rope + # https://github.com/skogsbaer/HTF/issues/66 + - HTF < 0 + - HPDF < 0 + - buffer-builder < 0 + - datadog < 0 + - dataurl < 0 + - graph-core < 0 + - ignore < 0 + - large-hashable < 0 # This section was used to programmatically generate a set of removals # that would result in a valid build plan. From 94bf9441160c6cb8682018f93942948eb2e097a4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 00:32:38 +0900 Subject: [PATCH 3106/3109] servant-swagger testsuite failing --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d6bb1ce4..53505a6a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4653,6 +4653,7 @@ expected-test-failures: - folds - aeson-diff + - servant-swagger # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 2718e570650838b80296bf8cf7205317221a9d15 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Thu, 29 Mar 2018 12:03:55 -0400 Subject: [PATCH 3107/3109] Unblock hledger-iadd per hpdeifel/hledger-iadd#32 --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53505a6a..ed8670f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2834,8 +2834,7 @@ packages: - massiv-io "Hans-Peter Deifel @hpdeifel": - [] - # - hledger-iadd # megaparsec 6.5.0 + - hledger-iadd "Roy Levien @orome": - crypto-enigma From 9bac48453bc23d3b1f31044c27e6d230cab7c147 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Thu, 29 Mar 2018 15:23:30 -0700 Subject: [PATCH 3108/3109] Add persisent-iproute --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a0b4d5..00a5b418 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3249,6 +3249,7 @@ packages: "Maximilian Tagher @MaxGabriel": - aeson-iproute + - persistent-iproute # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From ca6ae1713d260c85bb311c75d2486565ab31d5da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 30 Mar 2018 12:45:42 +0900 Subject: [PATCH 3109/3109] disable cabal-install again for now since we can't handle buildable "stack install cabal-install" should work though via Hackage --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2da299a4..4762488f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3637,6 +3637,7 @@ packages: - bank-holidays-england < 0 # GHC 8.4 via base-4.11.0.0 - benchpress < 0 # GHC 8.4 via base-4.11.0.0 - butcher < 0 # GHC 8.4 via base-4.11.0.0 + - cabal-install < 0 # fails due to library buildable - capataz < 0 # GHC 8.4 via base-4.11.0.0 - circle-packing < 0 # GHC 8.4 via base-4.11.0.0 - colour-accelerate < 0 # GHC 8.4 via base-4.11.0.0