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