Build #1 for frown-0.6.2

[all reports]

Package frown-0.6.2
Install InstallOk
Docs Ok
Tests NotTried
Time submitted 2016-02-12 17:11:42.668275 UTC
Compiler ghc-7.10.3
OS linux
Arch x86_64
Dependencies directory-1.2.2.0, base-4.8.2.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading frown-0.6.2...
Configuring frown-0.6.2...
Building frown-0.6.2...
Preprocessing executable 'frown' for frown-0.6.2...
[ 1 of 26] Compiling Uniq             ( Lib/Uniq.lhs, dist/build/frown/frown-tmp/Uniq.o )
[ 2 of 26] Compiling MergeSort        ( Lib/MergeSort.lhs, dist/build/frown/frown-tmp/MergeSort.o )
[ 3 of 26] Compiling OrdUniqList      ( Lib/OrdUniqList.lhs, dist/build/frown/frown-tmp/OrdUniqList.o )
[ 4 of 26] Compiling SearchTree       ( SearchTree.lhs, dist/build/frown/frown-tmp/SearchTree.o )
[ 5 of 26] Compiling Prettier         ( Lib/Prettier.lhs, dist/build/frown/frown-tmp/Prettier.o )
[ 6 of 26] Compiling Atom             ( Atom.lhs, dist/build/frown/frown-tmp/Atom.o )
[ 7 of 26] Compiling OrdUniqListSet   ( Lib/OrdUniqListSet.lhs, dist/build/frown/frown-tmp/OrdUniqListSet.o )
[ 8 of 26] Compiling OrdUniqListFM    ( Lib/OrdUniqListFM.lhs, dist/build/frown/frown-tmp/OrdUniqListFM.o )
[ 9 of 26] Compiling Options          ( Options.lhs, dist/build/frown/frown-tmp/Options.o )
[10 of 26] Compiling Base             ( Base.lhs, dist/build/frown/frown-tmp/Base.o )
[11 of 26] Compiling Lexer2           ( Lexer2.lhs, dist/build/frown/frown-tmp/Lexer2.o )
[12 of 26] Compiling Haskell          ( Haskell.lhs, dist/build/frown/frown-tmp/Haskell.o )
[13 of 26] Compiling Grammar          ( Grammar.lhs, dist/build/frown/frown-tmp/Grammar.o )
[14 of 26] Compiling GParser2         ( GParser2.hs, dist/build/frown/frown-tmp/GParser2.o )
[15 of 26] Compiling Future           ( Future.lhs, dist/build/frown/frown-tmp/Future.o )
[16 of 26] Compiling LR0              ( LR0.lhs, dist/build/frown/frown-tmp/LR0.o )

LR0.lhs:68:36: Warning:
    Fields of ‘Terminal’ not initialised: number, attributes, types,
                                          Grammar.isEOF, assoc, shorthand
    In the expression: Terminal {pattern = con ".", modifier = Copy}
    In an equation for ‘dot’:
        dot = Terminal {pattern = con ".", modifier = Copy}
    In an equation for ‘prettyPrec’:
        prettyPrec d (Item i n l r p)
          = prettyPrec d (Rule i n (shunt l (dot : r)) p)
          where
              dot = Terminal {pattern = con ".", modifier = Copy}
[17 of 26] Compiling Lookahead        ( Lookahead.lhs, dist/build/frown/frown-tmp/Lookahead.o )
[18 of 26] Compiling Case             ( Case.lhs, dist/build/frown/frown-tmp/Case.o )
[19 of 26] Compiling Generate         ( Generate.lhs, dist/build/frown/frown-tmp/Generate.o )
[20 of 26] Compiling GVStack          ( GVStack.lhs, dist/build/frown/frown-tmp/GVStack.o )

GVStack.lhs:206:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just v <- m_lexName

GVStack.lhs:217:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName
[21 of 26] Compiling Stdenv           ( Stdenv.lhs, dist/build/frown/frown-tmp/Stdenv.o )
[22 of 26] Compiling Convert          ( Convert.lhs, dist/build/frown/frown-tmp/Convert.o )
[23 of 26] Compiling Standard         ( Standard.lhs, dist/build/frown/frown-tmp/Standard.o )

Standard.lhs:158:9: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Standard.lhs:201:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just v <- m_lexName

Standard.lhs:208:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Standard.lhs:240:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName
[24 of 26] Compiling Compact          ( Compact.lhs, dist/build/frown/frown-tmp/Compact.o )

Compact.lhs:284:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just v <- m_lexName

Compact.lhs:291:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Compact.lhs:353:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Compact.lhs:374:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName
[25 of 26] Compiling Stackless        ( Stackless.lhs, dist/build/frown/frown-tmp/Stackless.o )

Stackless.lhs:178:9: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Stackless.lhs:267:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just _ <- m_lexName

Stackless.lhs:272:11: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        Just v <- m_lexName
[26 of 26] Compiling Main             ( Main.lhs, dist/build/frown/frown-tmp/Main.o )

Main.lhs:80:47: Warning:
    accepting non-standard pattern guards (use PatternGuards to suppress this message)
        [] <- fnames
Linking dist/build/frown/frown ...
Warning: No documentation was generated as this package does not contain a
library. Perhaps you want to use the --executables, --tests or --benchmarks
flags.
Installing executable(s) in
/home/builder/hackage-server/build-cache/tmp-install/bin
Warning: The directory
/home/builder/hackage-server/build-cache/tmp-install/bin is not in the system
search path.
Installed frown-0.6.2

Test log

No test log was submitted for this report.