haskell-repa / repa

High performance, regular, shape polymorphic parallel arrays.
repa.ouroborus.net
138 stars 36 forks source link

Bump base bounds; add no-template-haskell flag to facilitate cross-compiling #24

Closed vmchale closed 4 years ago

vmchale commented 4 years ago

This bumps various bounds and adds a no-template-haskell flag to make cross-compiling repa feasible.

patrickt commented 4 years ago

Big thumbs up on this, as it unblocks using repa with GHC 8.8.

tmcdonell commented 4 years ago

Thanks! Sorry I only just saw this >.<