From f099f1c69a4617769fac55f1f817ba62c4e0258e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 19:12:25 +0200 Subject: [PATCH 01/76] Close #2440, close #2477, close #2489, close #2537, close #2560 in favor of #2586, close #2590 in favor of #2586. --- build-constraints.yaml | 50 ++++++++---------------------------------- 1 file changed, 9 insertions(+), 41 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index de80df69..ca31bc3e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3112,7 +3112,7 @@ packages: "Mark Hopkins @mjhopkins": - alerta - + "Steven Vandevelde @icidasset": - shikensu @@ -3175,31 +3175,20 @@ packages: # https://github.com/fpco/stackage/issues/2400 - hslua < 0.5 - # https://github.com/fpco/stackage/issues/2440 - - discord-hs < 0.3.2 - # https://github.com/fpco/stackage/issues/2449 - aeson < 1.2.0.0 # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - - servant-subscriber < 0.6.0.1 # requires 0.11 on websockets + - servant-subscriber < 0.6.0.1 # https://github.com/fpco/stackage/issues/2464 - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2477 - - intervals < 0.8 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2489 - - haskell-src-meta < 0.8 - - interpolate < 0.1.1 - - # https://github.com/fpco/stackage/issues/2494 - # Indirectly blocked on fpco/stackage/issues/245 + # https://github.com/fpco/stackage/issues/2451 - websockets-simple < 0.0.2.1 - websockets-rpc < 0.4.1 @@ -3212,18 +3201,10 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - # https://github.com/fpco/stackage/issues/2538 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - - statistics < 0.14 # requires bigger criterion, criterion stopped on #2538 - - thread-local-storage < 0.1.2 # caused by #2604 + - statistics < 0.14 + - thread-local-storage < 0.1.2 # https://github.com/fpco/stackage/issues/2550 - foldl < 1.3.0 @@ -3238,11 +3219,6 @@ packages: # https://github.com/fpco/stackage/issues/2559 - path-io < 1.3 - # https://github.com/fpco/stackage/issues/2560 - - quickcheck-instances < 0.3.13 - - text-show-instances < 3.6.1 - - aeson-compat < 0.3.7 - # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 @@ -3252,12 +3228,6 @@ packages: # https://github.com/fpco/stackage/issues/2569 - optparse-applicative < 0.14 - # https://github.com/fpco/stackage/issues/2570 - - pandoc-citeproc < 0.10.5 - - # https://github.com/jaspervdj/hakyll/issues/544 - - hakyll < 4.9.6.0 - # https://github.com/fpco/stackage/issues/2577 - hint < 0.7 @@ -3269,17 +3239,15 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 + - aeson-compat < 0.3.7 + - quickcheck-instances < 0.3.13 + - text-show < 3.6.2 + - text-show-instances < 3.6.1 - these < 0.7.4 # https://github.com/fpco/stackage/issues/2587 - extra < 1.6 - # https://github.com/michalkonecny/mixed-types-num/issues/1 - - mixed-types-num < 0.2 - - # https://github.com/fpco/stackage/issues/2590 - - text-show < 3.6.2 - # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above From 3e4636896d0d4393a153c5f216351cfffc330d60 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:48:21 +0200 Subject: [PATCH 02/76] Skip benchmarks for authors that don't want them checked #2538 #2604 --- build-constraints.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca31bc3e..10f61736 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3801,11 +3801,20 @@ skipped-benchmarks: # Cyclic dependencies - cassava - # Won't be updated only for the benchmark component - # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + # Maintainers who don't want to update benchmarks + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - uuid + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - bytestring-strict-builder + - bytestring-tree-builder + - hasql + - postgresql-binary + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - graphviz # end of skipped-benchmarks From 5f3d38a29eb3cd15e5c2d69637e4591f50df8e7d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:58:54 +0200 Subject: [PATCH 03/76] Disable opencv until docker build is fixed #2597 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10f61736..4a78bc86 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,9 +1,9 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: - "Bas van Dijk @basvandijk": - - opencv - - opencv-extra + "Bas van Dijk @basvandijk": [] + # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 "Pasqualino Assini @tittoassini": - zm @@ -3807,6 +3807,7 @@ skipped-benchmarks: - cryptohash-sha1 - cryptohash-sha256 - uuid + - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 - bytestring-strict-builder - bytestring-tree-builder From 6baed6c2cdfbd72e3e7abba098f06452d7aaff04 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:02:51 +0100 Subject: [PATCH 04/76] add astro --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..900d7862 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,6 +3116,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + "Alexander Ignatyev @alexander-ignatyev”: + - astro + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From d7570f1c1e6daa229e31865b188c79cdf63829c8 Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 00:10:30 +0100 Subject: [PATCH 05/76] fixed quotation mark --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 900d7862..3368d19a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - "Alexander Ignatyev @alexander-ignatyev”: + "Alexander Ignatyev @alexander-ignatyev": - astro # If you stop maintaining a package you can move it here. From 84917e9bbbb24ac2e7a2edc34bd1b6801d446a48 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:24:01 +0200 Subject: [PATCH 06/76] http-media < 0.7.0 #2607 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a78bc86..551daaee 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3259,6 +3259,9 @@ packages: # https://github.com/centromere/pipes-cacophony/issues/4 - cacophony < 0.10.0 # causes failure in pipes-cacophony + # https://github.com/fpco/stackage/issues/2607 + - http-media < 0.7.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 9dd05cea5803eabc22a91e68ceb37ffbd251d3ec Mon Sep 17 00:00:00 2001 From: George Pollard Date: Mon, 26 Jun 2017 09:36:39 +1000 Subject: [PATCH 07/76] Add email-validate Add me as maintainer. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..1af11f43 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3115,6 +3115,9 @@ packages: "Steven Vandevelde @icidasset": - shikensu + + "George Pollard @Porges": + - email-validate # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From 11d01d211489f5321bb116385a99f9f9b55f87b4 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Mon, 26 Jun 2017 11:43:44 +1200 Subject: [PATCH 08/76] Update maintainer email for http-media --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..762b0fa1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1183,7 +1183,7 @@ packages: - network-anonymous-i2p - network-anonymous-tor - "Timothy Jones @zmthy": + "Timothy Jones @zmthy": - http-media "Greg V @myfreeweb": From 68176f8138a506eef342a9d5fc7e9d9ed5313252 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 01:53:01 +0200 Subject: [PATCH 09/76] Reopen #2537 and re-instate some tests and haddocks --- build-constraints.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 551daaee..f42f2134 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,6 +3201,13 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 + # https://github.com/fpco/stackage/issues/2537 + - servant < 0.11 + - servant-client < 0.11 + - servant-server < 0.11 + - servant-docs < 0.10.0.1 + - servant-foreign < 0.10.0.1 + # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3604,9 +3611,7 @@ expected-test-failures: - wai-cors # PhantomJS - wai-session-postgresql # PostgreSQL - webdriver-angular # webdriver server - - yahoo-finance-api # Requires being able to access Yahoo Finance API - req-conduit # bad JSON response from service pinged https://github.com/mrkkrp/req-conduit/issues/1 - - clr-inline # requires working Mono https://github.com/fpco/stackage/issues/2510 # Test executable requires arguments - hpqtypes @@ -3756,7 +3761,6 @@ expected-haddock-failures: # "Argument list too long" - classy-prelude-yesod - - hledger-web # Runs out of memory - stratosphere From 73f58d9e265a3e82bdff63b39a14e15ae10f94a1 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Mon, 26 Jun 2017 11:09:23 +0530 Subject: [PATCH 10/76] Add xmonad-extras package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..6915bd3c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -364,6 +364,7 @@ packages: - hourglass-orphans - wai-slack-middleware - sysinfo + - xmonad-extras "haskell-openal": - OpenAL From 42ea9ce03a9211dc0afb583df0f9aaae6e7dde29 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Mon, 26 Jun 2017 09:57:26 +0200 Subject: [PATCH 11/76] Fix the build of the OpenCV C++ library --- build-constraints.yaml | 4 ++-- debian-bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..1cc58927 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - # - opencv # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 - # - opencv-extra # https://github.com/fpco/stackage/pull/2597#issuecomment-310930926 + - opencv + - opencv-extra "Pasqualino Assini @tittoassini": - zm diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4610d04e..8d22fa0a 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -250,7 +250,7 @@ mkdir build cd build cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/usr/local \ - -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules + -D OPENCV_EXTRA_MODULES_PATH=/tmp/opencv-build/opencv_contrib-${OPENCV_VERSION}/modules .. make -j From 03292ca7f87e7e1ca6739ce0c6437f99c3ebb271 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:02:43 +0200 Subject: [PATCH 12/76] Upper bound for #2612, and another upper bound for #2586 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f42f2134..b11daf03 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3247,6 +3247,7 @@ packages: # https://github.com/fpco/stackage/issues/2586 - QuickCheck < 2.10 - aeson-compat < 0.3.7 + - binary-orphans < 0.1.7.0 - quickcheck-instances < 0.3.13 - text-show < 3.6.2 - text-show-instances < 3.6.1 @@ -3269,6 +3270,9 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 + # https://github.com/fpco/stackage/issues/2612 + - email-validate < 2.3 + # end of packages # Package flags are applied to individual packages, and override the values of From f5ae8429c575963775c21761df0b03e861c54c9a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:08:49 +0200 Subject: [PATCH 13/76] Upper bound for #2537 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b11daf03..5c4ff448 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3207,6 +3207,7 @@ packages: - servant-server < 0.11 - servant-docs < 0.10.0.1 - servant-foreign < 0.10.0.1 + - avers-server < 0.0.19.0 # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 From 3609fc8f98a112f83aa72a35d5a32c6ed41fdc35 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:35:12 +0200 Subject: [PATCH 14/76] Remove upper bounds and close #2537 --- build-constraints.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c4ff448..dfcbaa17 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3201,14 +3201,6 @@ packages: # https://github.com/fpco/stackage/issues/2533 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2537 - - servant < 0.11 - - servant-client < 0.11 - - servant-server < 0.11 - - servant-docs < 0.10.0.1 - - servant-foreign < 0.10.0.1 - - avers-server < 0.0.19.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 From 90f517a03d8134ab89983a9f3a433a4e97b4e1d9 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 12:38:37 +0200 Subject: [PATCH 15/76] Fix parse error and keep opencv disabled. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1cc58927..9cf9df00 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2,8 +2,8 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: "Bas van Dijk @basvandijk": [] - - opencv - - opencv-extra + # - opencv + # - opencv-extra "Pasqualino Assini @tittoassini": - zm From 1f19c8086d9561c16913409c5e13b67c7305b1c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:04:14 +0200 Subject: [PATCH 16/76] Ignore tests/benchmarks for users who don't want to be notified --- build-constraints.yaml | 50 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61ab7d2c..91f546d6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,7 +3116,7 @@ packages: "Steven Vandevelde @icidasset": - shikensu - + "George Pollard @Porges": - email-validate @@ -3489,12 +3489,39 @@ skipped-tests: # Missing foreign library - symengine # symengine - # Wontfix. The maintainer doesn't want to keep test dependencies # up to date or be notified about it, or doesn't want stackage to # run the tests. # Only re-enable if requested. - - postgresql-binary # https://github.com/nikita-volkov/postgresql-binary/issues/6#issuecomment-243063139 + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava + - cryptohash-md5 + - cryptohash-sha1 + - cryptohash-sha256 + - uuid + - uuid-types + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude + - bytestring-strict-builder + - bytestring-tree-builder + - cases + - focus + - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler + - postgresql-binary + - refined + - slave-thread + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary + - graphviz + - graphviz + - wl-pprint-text # directory 1.3 - machines @@ -3721,7 +3748,6 @@ expected-benchmark-failures: - vector-binary-instances # Missing files in sdist - - cassava # https://github.com/hvr/cassava/pull/117 - picoparsec # https://bitbucket.org/blamario/picoparsec/issues/3/benchmark-compilation-failure # Compilation failures @@ -3813,20 +3839,36 @@ skipped-benchmarks: - cassava # Maintainers who don't want to update benchmarks + # Only re-enable if requested. ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 + - cassava - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 - uuid - uuid-types # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - base-prelude - bytestring-strict-builder - bytestring-tree-builder + - cases + - focus - hasql + - hasql-pool + - list-t + - mtl-prelude + - neat-interpolation + - partial-handler - postgresql-binary + - refined + - slave-thread - stm-containers # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - fgl + - fgl-arbitrary - graphviz + - graphviz + - wl-pprint-text # end of skipped-benchmarks From cb8c12dd6e8631d5b6f52b3db70b74d7c8d59591 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:13:36 +0200 Subject: [PATCH 17/76] Remove upper bounds and close #2464 --- build-constraints.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 91f546d6..e63611a4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -240,7 +240,7 @@ packages: - authenticate-oauth - yesod-bin - yesod-eventsource - - yesod-fay + # - yesod-fay # via: fay - yesod-gitrepo - yesod-newsfeed - yesod-sitemap @@ -389,7 +389,7 @@ packages: - HTF - xmlgen - stm-stats - # - large-hashable # via safecopy: bounds: vector + # - large-hashable # via: safecopy, bounds, vector "Bart Massey @BartMassey": - parseargs @@ -673,12 +673,12 @@ packages: "Adam Bergmark @bergmark": - HUnit - aeson - - fay - - fay-base - - fay-dom - - fay-jquery - - fay-text - - fay-uri + # - fay # bounds: traverse-with-class + # - fay-base # via: fay + # - fay-dom # via: fay + # - fay-jquery # via: fay + # - fay-text # via: fay + # - fay-uri # via: fay - feed - time-compat - through-text @@ -728,7 +728,7 @@ packages: "Dominic Steinitz @idontgetoutmuch": [] # - yarr # compilation error against fixed-vector https://github.com/leventov/yarr/issues/10 - # - random-fu # via log-domain: via safecopy: bounds: vector + # - random-fu # via: log-domain, safecopy, bounds: vector "Ben Gamari @bgamari": [] @@ -845,7 +845,7 @@ packages: - attoparsec-expr - bumper - code-builder - - fay-builder + # - fay-builder # via: fay - generic-aeson - generic-xmlpickler - hxt-pickle-utils @@ -3189,9 +3189,6 @@ packages: - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 - # https://github.com/fpco/stackage/issues/2464 - - traverse-with-class < 1.0.0.0 - # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 From 046be8ca49cf34166dd5eb3494d1839db62027a6 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:29:21 +0200 Subject: [PATCH 18/76] Close #2451 in favor of #2334, close #2612 --- build-constraints.yaml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e63611a4..2f70d5d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3169,6 +3169,7 @@ packages: # https://github.com/fpco/stackage/issues/2334 - tcp-streams < 1.0.0.0 - tcp-streams-openssl < 1.0.0.0 + - mysql-haskell < 0.8.1.0 # https://github.com/fpco/stackage/issues/2345 - syb < 0.7 @@ -3188,23 +3189,18 @@ packages: # https://github.com/fpco/stackage/issues/2451 - websockets < 0.11.0.0 - servant-subscriber < 0.6.0.1 + - websockets-simple < 0.0.2.1 + - websockets-rpc < 0.4.1 # https://github.com/fpco/stackage/issues/2487 - graphviz < 2999.19 - # https://github.com/fpco/stackage/issues/2451 - - websockets-simple < 0.0.2.1 - - websockets-rpc < 0.4.1 - # https://github.com/fpco/stackage/issues/2528 - concurrent-output < 1.10.0 # https://github.com/fpco/stackage/issues/2529 - mmorph < 1.1.0 - # https://github.com/fpco/stackage/issues/2533 - - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2604 - criterion < 1.2 - statistics < 0.14 @@ -3226,7 +3222,7 @@ packages: # https://github.com/fpco/stackage/issues/2562 - trifecta < 1.7 - # https://github.com/haskell/haddock/issues/634 + # https://github.com/haskell/haddock/issues/634 - causes other docs to fail to build - haddock < 2.17.5 # https://github.com/fpco/stackage/issues/2569 @@ -3267,9 +3263,6 @@ packages: # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 - # https://github.com/fpco/stackage/issues/2612 - - email-validate < 2.3 - # end of packages # Package flags are applied to individual packages, and override the values of @@ -3517,7 +3510,6 @@ skipped-tests: - fgl - fgl-arbitrary - graphviz - - graphviz - wl-pprint-text # directory 1.3 From 6d9678db7ee4536d0923eb88a5a90528f1359b00 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:41:32 +0200 Subject: [PATCH 19/76] Close #2188 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f70d5d9..25ad4d23 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3778,9 +3778,6 @@ expected-haddock-failures: # Haddock bugs - swagger2 # https://github.com/GetShopTV/swagger2/issues/66 - # "Argument list too long" - - classy-prelude-yesod - # Runs out of memory - stratosphere - store From 222fe8aac172b1b20e791857dc212e266a0a7699 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 16:45:07 +0200 Subject: [PATCH 20/76] Close #2251 --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..9ce66da8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1282,7 +1282,7 @@ packages: - language-thrift "Adam C. Foltzer @acfoltzer": - - cryptol + # - cryptol # bounds: sbv - gitrev - persistent-refs @@ -3157,9 +3157,6 @@ packages: # https://github.com/fpco/stackage/issues/2127 - leapseconds-announced < 2017.0.0.1 - # https://github.com/fpco/stackage/issues/2251 - - sbv < 5.15 - # https://github.com/fpco/stackage/issues/2317 - skylighting < 0.2 From 5fd887ae1df14e2507703cfbb58245046758e76e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:12:10 +0200 Subject: [PATCH 21/76] Remove (pipes-)cacophony constraints --- build-constraints.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 25ad4d23..0c4b2775 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3257,9 +3257,6 @@ packages: - cassava < 0.5.0.0 - cassava-conduit < 0.4.0.0 # because of above and #2586 - # https://github.com/centromere/pipes-cacophony/issues/4 - - cacophony < 0.10.0 # causes failure in pipes-cacophony - # https://github.com/fpco/stackage/issues/2607 - http-media < 0.7.0 @@ -3670,8 +3667,6 @@ expected-test-failures: - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 - shikensu # https://github.com/icidasset/shikensu/issues/5 - - cacophony # https://github.com/centromere/cacophony/issues/5 - - pipes-cacophony # https://github.com/centromere/pipes-cacophony/issues/3 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer @@ -3979,7 +3974,6 @@ tell-me-when-its-released: - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha256-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 -- pipes-cacophony-0.4.1 # shoulb be able to enable both this and cacophony afterwards, see https://github.com/centromere/pipes-cacophony/issues/4 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: From dc8f5a2d407c674cde04428303ccc7fd36299cf0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:13:11 +0200 Subject: [PATCH 22/76] Disable astro #2606 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0c4b2775..b167a85a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3120,8 +3120,8 @@ packages: "George Pollard @Porges": - email-validate - "Alexander Ignatyev @alexander-ignatyev": - - astro + "Alexander Ignatyev @alexander-ignatyev": [] + # - astro # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. From c763004e995a99c4e09ae44fe50e705bd5786593 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:24:17 +0200 Subject: [PATCH 23/76] Re-enable syb and close #2345 --- build-constraints.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..6985751e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -333,7 +333,7 @@ packages: - hjsmin - language-javascript - Strafunski-StrategyLib - - HaRe + # - HaRe # via: ghc-mod "Alfredo Di Napoli @adinapoli": - mandrill @@ -898,7 +898,7 @@ packages: # - system-canonicalpath # bounds: ghc, base # https://github.com/d12frosted/CanonicalPath/issues/5 "Daniel Gröber @DanielG": - - ghc-mod + # - ghc-mod # bounds: syb - cabal-helper "Yann Esposito yogsototh @yogsototh": @@ -2225,7 +2225,7 @@ packages: - flat-mcmc "Facundo Domínguez @facundominguez": - - distributed-process + # - distributed-process # bounds: syb # - distributed-process-async # GHC 8 # - distributed-process-client-server # GHC 8 # - distributed-process-execution # GHC 8 @@ -2233,7 +2233,7 @@ packages: # - distributed-process-registry # GHC 8 # - distributed-process-supervisor # GHC 8 # - distributed-process-task # GHC 8 - - distributed-process-simplelocalnet + # - distributed-process-simplelocalnet # via: distributed-process - distributed-static - network-transport - network-transport-tcp @@ -3171,9 +3171,6 @@ packages: - tcp-streams-openssl < 1.0.0.0 - mysql-haskell < 0.8.1.0 - # https://github.com/fpco/stackage/issues/2345 - - syb < 0.7 - # https://github.com/fpco/stackage/issues/2378 - errors < 2.2.0 @@ -3456,6 +3453,7 @@ skipped-tests: - state-plus # QuickCheck 2.9 - system-filepath # QuickCheck 2.9 via chell-quickcheck - ghc-mod # hspec 2.4 + - unordered-containers # via ChasingBottoms # Transitive outdated dependencies # These packages From dc6d92c313a4cf246b40ee77a56e34312e0b6f57 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 26 Jun 2017 19:29:51 +0200 Subject: [PATCH 24/76] Expect matplotlib tests to fail and close #2365 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b167a85a..1992370c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3651,6 +3651,7 @@ expected-test-failures: - xlsior # https://github.com/rcallahan/xlsior/issues/1 - yi-keymap-vim # https://github.com/yi-editor/yi/issues/954 - ghc-syb-utils # https://github.com/nominolo/ghc-syb/issues/18 + - matplotlib # https://github.com/fpco/stackage/issues/2365 # Assertion failures, these can be real bugs or just limitations # in the test cases. From 255f1d0b3f0de2dd32eafe95d8885013e598796b Mon Sep 17 00:00:00 2001 From: Gregory Schwartz Date: Mon, 26 Jun 2017 14:51:09 -0400 Subject: [PATCH 25/76] Re-added find-clumpiness. I have added submodules of the dependencies so I could relax the bounds. It builds against lts-8.20 so I assume the optparse-applicative issues are resolved. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1992370c..ffe0863f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2153,7 +2153,7 @@ packages: - tree-fun - random-tree - clumpiness - # - find-clumpiness # build failure against optparse-applicative https://github.com/GregorySchwartz/find-clumpiness/issues/1 + - find-clumpiness - blosum # - convert-annotation # via cassava: bounds: vector - rank-product From 510b3e4614e468f5369c2cbd7a86dc298dc5ecaa Mon Sep 17 00:00:00 2001 From: Alexander Ignatyev Date: Mon, 26 Jun 2017 20:02:59 +0100 Subject: [PATCH 26/76] 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 27/76] 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 28/76] 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 29/76] 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 30/76] 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 31/76] 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 32/76] 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 33/76] 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 34/76] 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 35/76] 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 36/76] 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 37/76] 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 38/76] 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 39/76] 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 40/76] 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 41/76] 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 42/76] 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 43/76] 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 44/76] 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 45/76] 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 46/76] 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 47/76] 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 48/76] 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 49/76] 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 50/76] 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 51/76] 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 52/76] 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 53/76] 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 54/76] 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 55/76] 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 56/76] 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 57/76] 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 58/76] 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 59/76] 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 60/76] 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 61/76] 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 62/76] 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 63/76] 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 64/76] 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 65/76] 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 66/76] 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 67/76] 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 68/76] 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 69/76] 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 70/76] 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 71/76] 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 72/76] 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 73/76] 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 74/76] 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 75/76] 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 76/76] 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":