Skip to content

Instantly share code, notes, and snippets.

@RudolfVonKrugstein
Created August 15, 2012 08:43
Show Gist options
  • Save RudolfVonKrugstein/3357688 to your computer and use it in GitHub Desktop.
Save RudolfVonKrugstein/3357688 to your computer and use it in GitHub Desktop.
<command-line>:0: warning: "__STDC__" redefined [enabled by default]
<built-in>:0: note: this is the location of the previous definition
<command-line>:0: warning: "__STDC__" redefined [enabled by default]
<built-in>:0: note: this is the location of the previous definition
containers-0.4.1.0/Data/Set.hs:22: warning: missing terminating " character [enabled by default]
containers-0.4.1.0/Data/Set.hs:27: warning: missing terminating " character [enabled by default]
containers-0.4.1.0/Data/Set.hs:496: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:515: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:606: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:607: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:610: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:612: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:737: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:738: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:740: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:749: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:750: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:752: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:819: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:822: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:824: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:842: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:942: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:947: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:949: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:953: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:1076: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:1185: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:1186: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:1201: warning: missing terminating ' character [enabled by default]
containers-0.4.1.0/Data/Set.hs:1202: warning: missing terminating ' character [enabled by default]
[1/2] Compiling Haskell Data.Set (containers-0.4.1.0/Data/Set.hs-cpp)
Parse (Haskell syntax) of module
*** ERROR ***
containers-0.4.1.0/Data/Set.hs-cpp(523,64):
Expecting : Symbol symbol :: or Symbol symbol where or CloseBrace or pExpressionConUpd or qconop or qvarop or (pExpressionConUpd ...)+ or (Symbol ...
Repaired by: deleting: Symbol symbol = at line 523, column 64 of file "containers-0.4.1.0/Data/Set.hs-cpp"
*** ERROR ***
containers-0.4.1.0/Data/Set.hs-cpp(525,63):
Expecting : Symbol symbol :: or Symbol symbol where or CloseBrace or pExpressionConUpd or qconop or qvarop or (pExpressionConUpd ...)+ or (Symbol ...
Repaired by: deleting: Symbol symbol = at line 525, column 63 of file "containers-0.4.1.0/Data/Set.hs-cpp"
*** ERROR ***
containers-0.4.1.0/Data/Set.hs-cpp(528,68):
Expecting : Symbol symbol :: or Symbol symbol where or Symbol symbol | or CloseBrace or pExpressionConUpd or qconop or qvarop or ...
Repaired by: deleting: Symbol symbol = at line 528, column 68 of file "containers-0.4.1.0/Data/Set.hs-cpp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment