michaeljklein / CPlug

Hot plug C into Haskell, with automatic binding generation and recompilable instances (eventually)
http://michaeljklein.github.io/CPlug/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use pragmas instead of OverlappingInstances #3

Closed michaeljklein closed 8 years ago

michaeljklein commented 8 years ago

Warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS

michaeljklein commented 8 years ago

Not using Overlapping instances at all at the moment, so this is solved.