-
-
Notifications
You must be signed in to change notification settings - Fork 398
Benchmark: Enable 9.6, 9.8 #4118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
43d2476
c8ff612
eba48a3
2d25b07
24f86ed
1ff52c1
b5604d9
6bfe01a
e26b2b7
b3fbab5
90c115d
081a335
30e51a1
d773307
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1835,16 +1835,13 @@ test-suite wrapper-test | |
benchmark benchmark | ||
import: defaults, warnings | ||
-- Depends on shake-bench which is unbuildable after this point | ||
if impl(ghc >= 9.5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The comment above belongs to this if, so I think it should be removed too. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indeed |
||
buildable: False | ||
type: exitcode-stdio-1.0 | ||
ghc-options: -threaded | ||
main-is: Main.hs | ||
hs-source-dirs: bench | ||
build-tool-depends: | ||
ghcide-bench:ghcide-bench, | ||
hp2pretty:hp2pretty, | ||
implicit-hie:gen-hie | ||
default-extensions: | ||
LambdaCase | ||
RecordWildCards | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ source-repository head | |
|
||
library | ||
-- Depends on Chart which is unbuildable after this point | ||
if impl(ghc >= 9.5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this comment still true? Is chart now buildable? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not true, we can build chart, I forget to delete them. |
||
buildable: False | ||
exposed-modules: Development.Benchmark.Rules | ||
hs-source-dirs: src | ||
build-depends: | ||
|
Uh oh!
There was an error while loading. Please reload this page.