X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPoint.hs;h=e5260ae06a943505e907439a4bff81ee7bbe03b8;hb=aed1b3cc557b67aca7d8b3259f44715078db94ae;hp=2b8d59736e28e91a5ce1cc9104e5c131305db3c6;hpb=603d9155a29bfbc353b42a6c880edce224626a16;p=spline3.git diff --git a/src/Point.hs b/src/Point.hs index 2b8d597..e5260ae 100644 --- a/src/Point.hs +++ b/src/Point.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE FlexibleInstances #-} module Point where