From c8f7dd48812289827ce7048e3a58d5f68b7e9868 Mon Sep 17 00:00:00 2001 From: Vladislav Zavialov Date: Sat, 26 Jan 2019 04:53:09 +0300 Subject: [PATCH 1/6] Add the 'inj' package --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 90a963b9..0d15b5b7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,6 +2080,7 @@ packages: - transformers-lift - union - named + - inj "Stack Builders stackage@stackbuilders.com @stackbuilders": - atomic-write From 654d945e1d88dd1ca32bcbdba4b390ffcd8d0a19 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 26 Jan 2019 17:29:52 +0100 Subject: [PATCH 2/6] Re-enabled datasets + took over maintainership, as agreed with its original author @glutamate --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0d15b5b7..17c54c61 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -359,6 +359,7 @@ packages: - goggles - plot-light - mapquest-api + - datasets "Joseph Canero @caneroj1": - sqlite-simple-errors @@ -3153,7 +3154,6 @@ packages: - menshen "Tom Nielsen @glutamate": - - datasets < 0 - plotlyhs - lucid-extras - inliterate From fc7d838ae327afca7c592cd8a0ffe264dbe07379 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sat, 26 Jan 2019 20:41:39 -0800 Subject: [PATCH 3/6] Add upper bound for ansi-terminal, #4329 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17c54c61..a9458d12 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3943,6 +3943,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4325 - wreq < 0.5.3.2 + + # https://github.com/commercialhaskell/stackage/issues/4329 + - ansi-terminal < 0.9 # end of packages # Package flags are applied to individual packages, and override the values of From ce998a0902748c6ad41c9c5402aaa777f513c998 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 27 Jan 2019 09:48:23 +0200 Subject: [PATCH 4/6] Drop haskell-src-meta and close #4214 This allows a newer version of haskell-src-exts in --- build-constraints.yaml | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9458d12..7ec80205 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3905,18 +3905,43 @@ packages: - rdf < 0 - universe < 0 + - haskell-src-meta < 0 + - stylish-haskell < 0 + - QuasiText < 0 + - aeson-qq < 0 + - codo-notation < 0 + - here < 0 + - interpolate < 0 + - interpolatedstring-perl6 < 0 + - invertible < 0 + - language-c-quote < 0 + - postgresql-typed < 0 + - qm-interpolated-string < 0 + - bugsnag-haskell < 0 + - hspec-wai-json < 0 + - microformats2-parser < 0 + - elm2nix < 0 + - hledger < 0 + - ucam-webauth < 0 + - aeson-typescript < 0 + - eventstore < 0 + - fmt < 0 + - generics-eot < 0 + - hpack < 0 + - servant-elm < 0 + - hledger-api < 0 + - hledger-ui < 0 + - hledger-web < 0 + - cabal2nix < 0 + - hpack-dhall < 0 + - stack < 0 + - stack2nix < 0 + "GHC upper bounds": # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 "Stackage upper bounds": - # https://github.com/commercialhaskell/stackage/issues/4214 - # waiting on haskell-src-meta - - haskell-src-exts < 1.21 - - hlint < 2.1.12 - - hoogle < 5.0.17.4 - - haskell-names < 0.9.5 - # https://github.com/kuribas/cubicbezier/issues/9 # waiting on cubicbezier - matrices < 0.5 # build failure because of cubicbezier From f29f5c0dffd0e7840277161a3c8959878050acaf Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 27 Jan 2019 01:17:00 -0800 Subject: [PATCH 5/6] Re-enable follow-file, #3551 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7ec80205..f9cbc296 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1875,7 +1875,7 @@ packages: - composition-extra - every - extractable-singleton - - follow-file < 0 # https://github.com/fpco/stackage/issues/3551 + - follow-file - HSet - markup < 0 # GHC 8.4 via clay - monad-control-aligned From 43060269da1aa034d51e83fdee707f7b1e3ebd03 Mon Sep 17 00:00:00 2001 From: Kadzuya OKAMOTO Date: Sun, 27 Jan 2019 18:19:32 +0900 Subject: [PATCH 6/6] Add tonaparser and tonalude --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f9cbc296..f34e99cd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3142,6 +3142,8 @@ packages: - bookkeeping < 0 # GHC 8.4 BuildFailureException Process exited with ExitFailure 1: ./Setup build - ochintin-daicho < 0 # GHC 8.4 DependencyFailed (PackageName "bookkeeping") - transaction + - tonaparser + - tonalude "Marcin Tolysz @tolysz": - rawstring-qm