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