codex icon indicating copy to clipboard operation
codex copied to clipboard

Make parsnip build with GHC 8.6 through 8.10

Open cdsmith opened this issue 4 years ago • 0 comments

GHC 8.6 and 8.8 don't have unlifted newtypes, so Option is a type synonym for those versions.

There are no tests, so I haven't tested this. It builds across all versions, though.

cdsmith avatar Sep 23 '21 21:09 cdsmith