X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=src%2FMain.hs;h=66d02a084449102dace81985744afdf25e4da8f6;hp=ab4d05590458d819413da4dccab941d61a3c28cc;hb=ae4cdbc0662d67d3d325c8ab567e0d45a84413b3;hpb=f75845314598408bce3a1b972f2ba274d93d0e8d;ds=sidebyside diff --git a/src/Main.hs b/src/Main.hs index ab4d055..66d02a0 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -79,4 +79,4 @@ main = do where show_sql_error :: SqlError -> IO () show_sql_error se = hPutStrLn stderr $ - "SQL Error (" ++ (show $ seNativeError se) ++ "): " ++ (seErrorMsg se) + "SQL Error (" ++ show (seNativeError se) ++ "): " ++ (seErrorMsg se)