X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FMain.hs;h=ae8c5e39c703491449d01bc95058f2cb67b61c80;hp=913a939a37b1b754f0c21503e90fc0a7647d9c99;hb=bbf72ed357e9ef62822f05a9c6db772a3d4682dd;hpb=61f7e8781217f7b7d8ce27f8e27c800ae8011d34 diff --git a/src/Main.hs b/src/Main.hs index 913a939..ae8c5e3 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,6 +1,6 @@ {-# LANGUAGE RecordWildCards, DoAndIfThenElse #-} -module Main +module Main (main) where import Control.Monad ( when )