]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Point.hs
Replace TypeSynonymInstances with FlexibleInstances (makes GHC 7.2.1 happy) everywhere.
[spline3.git] / src / Point.hs
index 2b8d59736e28e91a5ce1cc9104e5c131305db3c6..e5260ae06a943505e907439a4bff81ee7bbe03b8 100644 (file)
@@ -1,4 +1,4 @@
-{-# LANGUAGE TypeSynonymInstances #-}
+{-# LANGUAGE FlexibleInstances #-}
 
 module Point
 where