Meeting URL: https://meet.jit.si/StableHaskellMeetBiWeekly
Previous meeting notes
-
Updates To deprecating exports proposal
- Group to make individual comments where applicable
-
David: Extension maturity proposal
- Chris will write an introduce
-
Split base proposal making progress: https://github.com/adamgundry/tech-proposals/blob/patch-1/proposals/accepted/050-ghc-base-libraries.rst. Feedback eagerly sought!
- due to the cross-cutting character of the proposal, it doesn't "fit" nicely in GHC SC or CLC
- re-using the HF TWG repo, but not a proposal
- Chris will write an introductory paragraph and send it to Simon
-
Add to
mtl
migration guide a way to work with prior and new versions- Previously holding the token: Chris
-
Examine TH users for possibility of
th-abstraction
- Previously holding the token: Trevis
- Crystal Mika from Flipstone reports:
- It appears that
optics
,aeson
,quickcheck
andmustache
either already useth-abstraction
, or do not have a straightforward path to using it.
- It appears that
-
Template Haskell
- Adam started looking into #20828 (adding field names to TH AST) at Zurihac
- David mentions that adding
hlint
checks enforcing use of selectors instead of positional matching would be useful
-
Conversations about GHC nightlies
- Previously holding the token: David
- Matt is currently waiting on merge of haskell/ghcup-hs#825
-
GHC API discussed previously
- Previously holding the token: David
-
Bulletin discussed previously
- Previously holding the token: Chris
-
GHC warning policy document as discussed previously
- Previously holding the token: Chris
-
Creating and maintaining a set of hlint rules to promote stability
- Previously holding the token: Trevis
- Opened issue asking if we can write rules for typeclasses.