eskimor / purescript-bridge

Create PureScript datatypes from Haskell datatypes
BSD 3-Clause "New" or "Revised" License
110 stars 49 forks source link

Support GHC.Tuple.Prim.Tuple2 #91

Open lucasdicioccio opened 5 months ago

lucasdicioccio commented 5 months ago

I'm not 100% sure when Tuple2 type-representation has changed. But aligning to work with ghc-9.8.2 with the same style as #90 .

context: I was rebuilding the bridge for my blog engine and I happen to use tuples, in that diff what matters is the absence of spurious diff on the purs/kitchen-sink-compat/src/KitchenSink/Layout/Blog/Summary.purs path