From 42ea9ce03a9211dc0afb583df0f9aaae6e7dde29 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 26 Jun 2017 09:57:26 +0200 Subject: [PATCH 001/715] 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 90f517a03d8134ab89983a9f3a433a4e97b4e1d9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:38:37 +0200 Subject: [PATCH 002/715] 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 222fe8aac172b1b20e791857dc212e266a0a7699 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:45:07 +0200 Subject: [PATCH 003/715] 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 c763004e995a99c4e09ae44fe50e705bd5786593 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:24:17 +0200 Subject: [PATCH 004/715] 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 510b3e4614e468f5369c2cbd7a86dc298dc5ecaa Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 20:02:59 +0100 Subject: [PATCH 005/715] 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 006/715] 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 007/715] 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 008/715] 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 009/715] 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 010/715] 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 011/715] 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 012/715] 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 013/715] 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 014/715] 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 015/715] 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 016/715] 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 017/715] 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 018/715] 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 019/715] 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 020/715] 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 021/715] 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 022/715] 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 023/715] 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 024/715] 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 025/715] 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 026/715] 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 027/715] 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 028/715] 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 029/715] 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 030/715] 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 031/715] 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 032/715] 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 033/715] 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 034/715] 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 035/715] 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 036/715] 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 037/715] 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 038/715] 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 039/715] 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 040/715] 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 041/715] 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 042/715] 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 043/715] 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 044/715] 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 045/715] 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 046/715] 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 047/715] 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 048/715] 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 049/715] 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 050/715] 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 051/715] 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 052/715] 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 053/715] 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 054/715] 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 055/715] 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 056/715] 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 057/715] 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 058/715] 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 059/715] 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 060/715] 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 061/715] 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 062/715] 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 063/715] 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 064/715] 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 065/715] 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 066/715] 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 067/715] 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 068/715] 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 069/715] 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 070/715] 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 071/715] 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 072/715] 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 073/715] 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 074/715] 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 075/715] 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 076/715] 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 077/715] 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 078/715] 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 079/715] 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 080/715] 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 081/715] 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 082/715] 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 083/715] 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 084/715] 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 085/715] 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 086/715] 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 087/715] 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 088/715] 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 089/715] 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 090/715] 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 091/715] 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 092/715] 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 093/715] 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 094/715] 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 095/715] 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 096/715] 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 097/715] 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 098/715] 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 099/715] 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 100/715] 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 101/715] 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 102/715] 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 103/715] 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 104/715] 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 105/715] 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 106/715] 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 107/715] 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 108/715] 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 109/715] 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 110/715] 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 111/715] 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 112/715] 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 113/715] 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 114/715] 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 115/715] 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 116/715] 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 117/715] 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 118/715] 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 119/715] 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 120/715] 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 121/715] 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 122/715] 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 123/715] 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 124/715] 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 125/715] 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 126/715] 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 127/715] 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 128/715] 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 129/715] 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 130/715] 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 131/715] 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 132/715] 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 133/715] 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 134/715] 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 135/715] 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 136/715] 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 137/715] 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 138/715] 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 139/715] 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 140/715] 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 141/715] 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 142/715] 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 143/715] 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 144/715] 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 145/715] 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 146/715] 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 147/715] 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 148/715] 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 149/715] 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 150/715] 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 151/715] 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 152/715] 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 153/715] 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 154/715] 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 155/715] 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 156/715] 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 157/715] 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 158/715] 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 159/715] 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 160/715] 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 161/715] 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 162/715] 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 163/715] 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 164/715] 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 165/715] 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 166/715] 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 167/715] 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 168/715] 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 169/715] 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 170/715] 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 171/715] 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 172/715] 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 173/715] 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 174/715] 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 175/715] 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 176/715] 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 177/715] 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 178/715] 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 179/715] 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 180/715] 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 181/715] 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 182/715] 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 183/715] 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 184/715] 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 185/715] 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 186/715] 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 187/715] 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 188/715] 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 189/715] 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 190/715] 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 191/715] 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 192/715] 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 193/715] 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 194/715] 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 195/715] 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 196/715] 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 197/715] 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 198/715] 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 199/715] 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 200/715] 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 201/715] 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 202/715] 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 203/715] 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 204/715] 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 205/715] 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 206/715] 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 207/715] 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 208/715] 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 209/715] 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 210/715] 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 211/715] 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 212/715] 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 213/715] 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 214/715] 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 215/715] 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 216/715] 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 217/715] 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 218/715] 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 219/715] 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 220/715] 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 221/715] 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 222/715] 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 223/715] 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 224/715] 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 225/715] 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 226/715] 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 227/715] 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 228/715] 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 229/715] 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 230/715] 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 231/715] 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 232/715] 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 233/715] 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 234/715] 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 235/715] 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 236/715] 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 237/715] 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 238/715] 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 239/715] 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 240/715] 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 241/715] 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 242/715] 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 243/715] 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 244/715] 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 245/715] 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 246/715] 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 247/715] 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 248/715] 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 249/715] 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 250/715] 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 251/715] 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 252/715] 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 253/715] 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 254/715] 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 255/715] 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 256/715] 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 257/715] 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 258/715] 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 259/715] 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 260/715] 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 261/715] 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 262/715] 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 263/715] 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 264/715] 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 265/715] 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 266/715] 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 267/715] 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 268/715] 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 269/715] 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 270/715] 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 271/715] 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 272/715] 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 273/715] 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 274/715] 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 275/715] 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 276/715] 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 277/715] 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 278/715] 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 279/715] 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 280/715] 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 281/715] 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 282/715] 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 283/715] 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 284/715] 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 285/715] 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 286/715] 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 287/715] 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 288/715] 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 289/715] 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 290/715] 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 291/715] 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 292/715] 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 293/715] 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 294/715] 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 295/715] 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 296/715] 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 297/715] 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 298/715] 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 299/715] 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 300/715] 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 301/715] 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 302/715] 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 303/715] 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 304/715] 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 305/715] 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 306/715] 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 307/715] 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 308/715] 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 309/715] 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 310/715] 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 311/715] 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 312/715] 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 313/715] 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 314/715] 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 315/715] 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 316/715] 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 317/715] 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 318/715] 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 319/715] 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 320/715] 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 321/715] 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 322/715] 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 323/715] 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 324/715] 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 325/715] 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 326/715] 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 327/715] 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 328/715] 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 329/715] 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 330/715] 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 331/715] 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 332/715] 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 333/715] 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 334/715] 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 335/715] 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 336/715] 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 337/715] 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 338/715] 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 339/715] 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 340/715] 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 341/715] 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 342/715] 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 343/715] 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 344/715] 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 345/715] 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 346/715] 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 347/715] 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 348/715] 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 349/715] 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 350/715] 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 351/715] 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 352/715] 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 353/715] 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 354/715] 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 355/715] 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 356/715] 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 357/715] 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 358/715] 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 359/715] 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 360/715] 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 361/715] 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 362/715] 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 363/715] 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 364/715] 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 365/715] 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 366/715] 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 367/715] 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 368/715] 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 369/715] 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 370/715] 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 371/715] 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 372/715] 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 373/715] 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 374/715] 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 375/715] 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 376/715] 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 377/715] 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 378/715] 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 379/715] 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 380/715] 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 381/715] 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 382/715] 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 383/715] 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 384/715] 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 385/715] 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 386/715] 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 387/715] 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 388/715] 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 389/715] 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 390/715] 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 391/715] 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 392/715] 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 393/715] 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 394/715] 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 395/715] 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 396/715] 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 397/715] 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 398/715] 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 399/715] 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 400/715] 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 401/715] 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 402/715] 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 403/715] 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 404/715] 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 405/715] 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 406/715] 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 407/715] 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 408/715] 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 409/715] 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 410/715] 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 411/715] 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 412/715] 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 413/715] 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 414/715] 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 415/715] 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 416/715] 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 417/715] 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 418/715] 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 419/715] 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 420/715] 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 421/715] 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 422/715] 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 423/715] 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 424/715] 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 425/715] 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 426/715] 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 427/715] 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 428/715] 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 429/715] 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 430/715] 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 431/715] 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 432/715] 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 433/715] 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 434/715] 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 435/715] 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 436/715] 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 437/715] 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 438/715] 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 439/715] 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 440/715] 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 441/715] 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 442/715] 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 443/715] 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 444/715] 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 445/715] 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 446/715] 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 447/715] 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 448/715] 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 449/715] 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 450/715] 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 451/715] 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 452/715] 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 453/715] 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 454/715] 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 455/715] 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 456/715] 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 457/715] 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 458/715] 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 459/715] 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 460/715] 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 461/715] 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 462/715] 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 463/715] 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 464/715] 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 465/715] 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 466/715] 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 467/715] 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 468/715] 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 469/715] 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 470/715] 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 471/715] 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 472/715] 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 473/715] 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 474/715] 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 475/715] 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 476/715] 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 477/715] 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 478/715] 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 479/715] =?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 480/715] 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 481/715] 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 482/715] 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 483/715] 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 484/715] 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 485/715] 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 486/715] 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 487/715] 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 488/715] 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 489/715] 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 490/715] 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 491/715] 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 492/715] 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 493/715] 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 494/715] 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 495/715] 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 496/715] 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 497/715] 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 498/715] 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 499/715] 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 500/715] 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 501/715] 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 502/715] 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 503/715] 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 504/715] 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 505/715] 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 506/715] 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 507/715] 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 508/715] 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 509/715] 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 510/715] 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 511/715] 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 512/715] 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 513/715] 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 514/715] 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 515/715] 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 516/715] 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 517/715] 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 518/715] 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 519/715] 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 520/715] 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 521/715] 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 522/715] 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 523/715] 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 524/715] 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 525/715] 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 526/715] 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 527/715] 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 528/715] 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 529/715] 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 530/715] 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 531/715] 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 532/715] 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 533/715] 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 534/715] 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 535/715] 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 536/715] 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 537/715] 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 538/715] 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 539/715] 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 540/715] 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 541/715] 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 542/715] 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 543/715] 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 544/715] 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 545/715] 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 546/715] 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 547/715] 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 548/715] 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 549/715] 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 550/715] 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 551/715] 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 552/715] 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 553/715] 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 554/715] 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 555/715] 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 556/715] 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 557/715] 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 558/715] 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 559/715] 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 560/715] 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 561/715] 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 562/715] 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 563/715] 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 564/715] 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 565/715] 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 566/715] 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 567/715] 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 568/715] 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 569/715] 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 570/715] 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 571/715] 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 572/715] 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 573/715] 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 574/715] 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 575/715] 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 576/715] 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 577/715] 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 578/715] 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 579/715] 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 580/715] 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 581/715] 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 582/715] 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 583/715] 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 584/715] 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 585/715] 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 586/715] 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 587/715] 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 588/715] 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 589/715] 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 590/715] 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 591/715] 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 592/715] 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 593/715] 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 594/715] 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 595/715] 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 596/715] 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 597/715] 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 598/715] 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 599/715] 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 600/715] 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 601/715] 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 602/715] 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 603/715] 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 604/715] 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 605/715] 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 606/715] 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 607/715] 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 608/715] 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 609/715] 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 610/715] 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 611/715] 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 612/715] 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 613/715] 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 614/715] 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 615/715] 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 616/715] 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 617/715] 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 618/715] 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 619/715] 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 620/715] 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 621/715] 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 622/715] 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 623/715] 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 624/715] 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 625/715] 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 626/715] 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 627/715] 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 628/715] 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 629/715] 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 630/715] 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 631/715] 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 632/715] 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 633/715] 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 634/715] 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 635/715] 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 636/715] 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 637/715] 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 638/715] 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 639/715] 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 640/715] 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 641/715] 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 642/715] 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 643/715] 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 644/715] 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 645/715] 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 646/715] 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 647/715] 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 648/715] 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 649/715] 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 650/715] 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 651/715] 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 652/715] 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 653/715] 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 654/715] 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 655/715] 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 656/715] 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 657/715] 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 658/715] 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 659/715] 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 660/715] 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 661/715] 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 662/715] 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 663/715] 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 664/715] 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 665/715] 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 666/715] 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 667/715] 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 668/715] 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 669/715] 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 670/715] 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 671/715] 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 672/715] 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 673/715] 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 674/715] 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 675/715] 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 676/715] 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 677/715] 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 678/715] 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 679/715] 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 680/715] 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 681/715] 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 682/715] 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 683/715] 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 684/715] 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 685/715] 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 686/715] 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 687/715] 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 688/715] 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 689/715] 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 690/715] 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 691/715] 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 692/715] 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 693/715] 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 694/715] 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 695/715] 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 696/715] 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 697/715] 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 698/715] 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 699/715] 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 700/715] 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 701/715] 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 702/715] 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 703/715] 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 704/715] 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 705/715] 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 706/715] 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 707/715] 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 708/715] 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 709/715] 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 710/715] 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 711/715] 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 712/715] 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 713/715] 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 714/715] 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 715/715] 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