Build #1 for JustParse-2.0

[all reports]

Package JustParse-2.0
Install InstallOk
Docs Ok
Tests NotTried
Time submitted unknown
Compiler ghc-7.6.3
OS linux
Arch x86_64
Dependencies base-4.6.0.1
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Downloading JustParse-2.0...
Configuring JustParse-2.0...
Building JustParse-2.0...
Preprocessing library JustParse-2.0...
[1 of 6] Compiling Data.JustParse.Internal ( src/Data/JustParse/Internal.hs, dist/build/Data/JustParse/Internal.o )

src/Data/JustParse/Internal.hs:35: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()

src/Data/JustParse/Internal.hs:53:19: Warning:
    Defined but not used: `x'

src/Data/JustParse/Internal.hs:80:24: Warning:
    This binding for `p' shadows the existing binding
      bound at src/Data/JustParse/Internal.hs:77:13
[2 of 6] Compiling Data.JustParse.Combinator ( src/Data/JustParse/Combinator.hs, dist/build/Data/JustParse/Combinator.o )

src/Data/JustParse/Combinator.hs:89:1: Warning:
    The import of `isPartial, toPartial'
    from module `Data.JustParse.Internal' is redundant

src/Data/JustParse/Combinator.hs:92:1: Warning:
    The import of `Data.Monoid' is redundant
      except perhaps to import instances from `Data.Monoid'
    To import instances alone, use: import Data.Monoid()

src/Data/JustParse/Combinator.hs:93: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()

src/Data/JustParse/Combinator.hs:94:1: Warning:
    The import of foldl' from module `Data.List' is redundant

src/Data/JustParse/Combinator.hs:173:1: Warning:
    Defined but not used: `atLeast'

src/Data/JustParse/Combinator.hs:178:1: Warning:
    Defined but not used: `atLeast_'

src/Data/JustParse/Combinator.hs:182:1: Warning:
    Defined but not used: `atMost'

src/Data/JustParse/Combinator.hs:187:1: Warning:
    Defined but not used: `atMost_'

src/Data/JustParse/Combinator.hs:444:1: Warning:
    Defined but not used: `manyTill'

src/Data/JustParse/Combinator.hs:453:1: Warning:
    Defined but not used: `try'
[3 of 6] Compiling Data.JustParse.Char ( src/Data/JustParse/Char.hs, dist/build/Data/JustParse/Char.o )

src/Data/JustParse/Char.hs:113:10: Warning:
    Orphan instance: instance [safe] Eq t => Stream [t] t
[4 of 6] Compiling Data.JustParse.Numeric ( src/Data/JustParse/Numeric.hs, dist/build/Data/JustParse/Numeric.o )

src/Data/JustParse/Numeric.hs:27:1: Warning:
    The import of `isHexDigit' from module `Data.Char' is redundant
[5 of 6] Compiling Data.JustParse   ( src/Data/JustParse.hs, dist/build/Data/JustParse.o )

src/Data/JustParse.hs:99:5: Warning:
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: (Partial _) : _
[6 of 6] Compiling Data.JustParse.Language ( src/Data/JustParse/Language.hs, dist/build/Data/JustParse/Language.o )

src/Data/JustParse/Language.hs:23:1: Warning:
    The import of `Data.JustParse.Internal' is redundant
      except perhaps to import instances from `Data.JustParse.Internal'
    To import instances alone, use: import Data.JustParse.Internal()

src/Data/JustParse/Language.hs:30:1: Warning:
    The import of `isJust' from module `Data.Maybe' is redundant

src/Data/JustParse/Language.hs:126:13: Warning:
    Defined but not used: c'

src/Data/JustParse/Language.hs:132:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '['",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:134:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char ']'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:142:9: Warning:
    A do-notation statement discarded a result of type String.
    Suppress this warning by saying "_ <- string "[^"",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:144:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char ']'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:152:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '.'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:162:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '?'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:168:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '('",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:170:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char ')'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:179:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '*'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:186:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '+'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:193:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '{'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:195:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char ','",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:197:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '}'",
    or by using the flag -fno-warn-unused-do-bind

src/Data/JustParse/Language.hs:204:9: Warning:
    A do-notation statement discarded a result of type Char.
    Suppress this warning by saying "_ <- char '|'",
    or by using the flag -fno-warn-unused-do-bind
In-place registering JustParse-2.0...
Running Haddock for JustParse-2.0...
Running hscolour for JustParse-2.0...
Preprocessing library JustParse-2.0...
Preprocessing library JustParse-2.0...

dist/build/tmp-9007/src/Data/JustParse/Internal.hs:35: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()

dist/build/tmp-9007/src/Data/JustParse/Internal.hs:53:19: Warning:
    Defined but not used: `x'

dist/build/tmp-9007/src/Data/JustParse/Internal.hs:80:24: Warning:
    This binding for `p' shadows the existing binding
      bound at dist/build/tmp-9007/src/Data/JustParse/Internal.hs:77:13

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:89:1: Warning:
    The import of `isPartial, toPartial'
    from module `Data.JustParse.Internal' is redundant

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:92:1: Warning:
    The import of `Data.Monoid' is redundant
      except perhaps to import instances from `Data.Monoid'
    To import instances alone, use: import Data.Monoid()

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:93: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()

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:94:1: Warning:
    The import of foldl' from module `Data.List' is redundant

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:173:1: Warning:
    Defined but not used: `atLeast'

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:178:1: Warning:
    Defined but not used: `atLeast_'

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:182:1: Warning:
    Defined but not used: `atMost'

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:187:1: Warning:
    Defined but not used: `atMost_'

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:444:1: Warning:
    Defined but not used: `manyTill'

dist/build/tmp-9007/src/Data/JustParse/Combinator.hs:453:1: Warning:
    Defined but not used: `try'

dist/build/tmp-9007/src/Data/JustParse/Char.hs:113:10: Warning:
    Orphan instance: instance [safe] Eq t => Stream [t] t

dist/build/tmp-9007/src/Data/JustParse/Numeric.hs:27:1: Warning:
    The import of `isHexDigit' from module `Data.Char' is redundant

dist/build/tmp-9007/src/Data/JustParse/Language.hs:23:1: Warning:
    The import of `Data.JustParse.Internal' is redundant
      except perhaps to import instances from `Data.JustParse.Internal'
    To import instances alone, use: import Data.JustParse.Internal()

dist/build/tmp-9007/src/Data/JustParse/Language.hs:30:1: Warning:
    The import of `isJust' from module `Data.Maybe' is redundant

dist/build/tmp-9007/src/Data/JustParse/Language.hs:126:13: Warning:
    Defined but not used: c'
Haddock coverage:
  50% (  5 / 10) in 'Data.JustParse.Internal'
 100% ( 67 / 67) in 'Data.JustParse.Combinator'
 100% ( 19 / 19) in 'Data.JustParse.Char'
 100% (  7 /  7) in 'Data.JustParse.Numeric'
  88% ( 15 / 17) in 'Data.JustParse'
 100% (  6 /  6) in 'Data.JustParse.Language'
Documentation created: dist/doc/html/JustParse/index.html,
dist/doc/html/JustParse/JustParse.txt
Installing library in
/srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/JustParse-2.0
Registering JustParse-2.0...
Installed JustParse-2.0

Test log

No test log was submitted for this report.