lambdacube3d / lambdacube-ir

LambdaCube 3D intermediate representation of 3D graphics pipelines. See:
https://lambdacube3d.wordpress.com/2013/10/12/introducing-the-lambdacube-intermediate-representation/
8 stars 3 forks source link

Fix GHC 8.4 compat #4

Closed deepfire closed 6 years ago

deepfire commented 6 years ago

This fixes #3. Tested on GHC 8.4.1-alpha1 and 8.0.2.

csabahruska commented 6 years ago

Thanks.