Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/implicit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
cabal:
- '3.2'
ghc:
- '8.10.1'
- '8.10.4'
- '8.8.3'
- '8.6.5'
name: Haskell CI
on:
- push
Expand Down
8 changes: 8 additions & 0 deletions implicit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Common binstuff
-optc-O3
-- see GHC manual 8.2.1 section 6.5.1.
-feager-blackholing
-- for weeder
-fwrite-ide-info
-- for stan
-hiedir=.hie
-Wall
-Wextra
-Wcompat
Expand All @@ -59,6 +63,10 @@ Common libstuff
-optc-O3
-- see GHC manual 8.2.1 section 6.5.1.
-feager-blackholing
-- for weeder
-fwrite-ide-info
-- for stan
-hiedir=.hie
-Wall
-Wextra
-Wcompat
Expand Down
1 change: 1 addition & 0 deletions weeder.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ roots = [ "^Main.main$" ], type-class-roots = True }