haskell / deepseq

Deep evaluation of data structures
http://hackage.haskell.org/package/deepseq
Other
40 stars 29 forks source link

Add instances for `Solo` (GHC-9.0 and 9.2) #67

Closed phadej closed 3 years ago

phadej commented 3 years ago

cc @treeowl

treeowl commented 3 years ago

Yes. I still don't have solid word on whether it'll be in base in 9.2, but it's already in ghc-prim.

phadej commented 3 years ago

It would be great if deepseq bundled with GHC-9.2 had instances already (depending on ghc-prim shouldn't be a problem).

Ping @sjakobi

sjakobi commented 3 years ago

@phadej I assume you pinged me believing that I'm a a maintainer for deepseq. I'm not though. All my commits to deepseq were merged by @chessai, who is the only active deepseq maintainer I'm aware of.

chessai commented 3 years ago

I would take a PR for this. @treeowl we can just depend on ghc-prim without issue, if Solo won't be in base in 9.2. cc @bgamari for whether or not that's the case