|
ghc –make -W -fno-warn-unused-matches -cpp -DPOSIX CGIMain.hs -o index.cgi |
|
[ 1 of 14] Compiling LineParser ( LineParser.hs, LineParser.o ) |
|
[ 2 of 14] Compiling PathUtils ( PathUtils.hs, PathUtils.o ) |
|
[ 3 of 14] Compiling FileUtils ( FileUtils.hs, FileUtils.o ) |
|
|
|
FileUtils.hs:16:1: |
|
Warning: The import of `System.IO' is redundant |
|
except perhaps to import instances from `System.IO' |
|
To import instances alone, use: import System.IO() |
|
[ 4 of 14] Compiling TextUtils ( TextUtils.hs, TextUtils.o ) |
|
[ 5 of 14] Compiling URLEncoding ( URLEncoding.hs, URLEncoding.o ) |
|
[ 6 of 14] Compiling HTML ( HTML.hs, HTML.o ) |
|
[ 7 of 14] Compiling Syntax ( Syntax.hs, Syntax.o ) |
|
[ 8 of 14] Compiling Config ( Config.hs, Config.o ) |
|
[ 9 of 14] Compiling Database ( Database.hs, Database.o ) |
|
|
|
Database.hs:21:1: |
|
Warning: The import of `Data.List' is redundant |
|
except perhaps to import instances from `Data.List' |
|
To import instances alone, use: import Data.List() |
|
[10 of 14] Compiling Template ( Template.hs, Template.o ) |
|
[11 of 14] Compiling URLMapper ( URLMapper.hs, URLMapper.o ) |
|
|
|
URLMapper.hs:16:1: |
|
Warning: The import of `Data.List' is redundant |
|
except perhaps to import instances from `Data.List' |
|
To import instances alone, use: import Data.List() |
|
[12 of 14] Compiling CGI ( CGI.hs, CGI.o ) |
|
|
|
CGI.hs:19:1: |
|
Warning: The import of `Control.Monad' is redundant |
|
except perhaps to import instances from `Control.Monad' |
|
To import instances alone, use: import Control.Monad() |
|
|
|
CGI.hs:69:18: |
|
Warning: Pattern match(es) are non-exhaustive |
|
In a case alternative: |
|
Patterns not matched: |
|
(_, (GHC.Types.C# #x) : _) with #x `notElem` ['='] |
|
[13 of 14] Compiling LazyLines ( LazyLines.hs, LazyLines.o ) |
|
|
|
LazyLines.hs:23:1: |
|
Warning: The import of `Data.Maybe' is redundant |
|
except perhaps to import instances from `Data.Maybe' |
|
To import instances alone, use: import Data.Maybe() |
|
|
|
LazyLines.hs:41:34: Warning: Defined but not used: `name' |
|
|
|
LazyLines.hs:43:50: Warning: Defined but not used: `content' |
|
[14 of 14] Compiling Main ( CGIMain.hs, CGIMain.o ) |
|
Linking index.cgi … |
|
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog |
|
ghc –make -W -fno-warn-unused-matches -cpp -DPOSIX compile.hs -o compile |
|
[5 of 5] Compiling Main ( compile.hs, compile.o ) |
|
Linking compile … |
|
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog |
|
ghc –make -W -fno-warn-unused-matches -cpp -DPOSIX showconfig.hs -o showconfig |
|
[3 of 3] Compiling Main ( showconfig.hs, showconfig.o ) |
|
Linking showconfig … |
|
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog |