Build #2 for ronn-envparse-1.0.1.1

[all reports]

Package ronn-envparse-1.0.1.1
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2025-09-11 15:53:26.911732564 UTC
Compiler ghc-9.8.4
OS linux
Arch x86_64
Dependencies base-4.19.2.0, envparse-0.6.0, ronn-1.2.0.0
Flags none

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring envparse-0.6.0...
Preprocessing library for envparse-0.6.0..
Building library for envparse-0.6.0..
[1 of 7] Compiling Env.Internal.Error ( src/Env/Internal/Error.hs, dist/build/Env/Internal/Error.o, dist/build/Env/Internal/Error.dyn_o )
[2 of 7] Compiling Env.Internal.Free ( src/Env/Internal/Free.hs, dist/build/Env/Internal/Free.o, dist/build/Env/Internal/Free.dyn_o )
[3 of 7] Compiling Env.Internal.Val ( src/Env/Internal/Val.hs, dist/build/Env/Internal/Val.o, dist/build/Env/Internal/Val.dyn_o )

src/Env/Internal/Val.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
13 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 7] Compiling Env.Internal.Parser ( src/Env/Internal/Parser.hs, dist/build/Env/Internal/Parser.o, dist/build/Env/Internal/Parser.dyn_o )

src/Env/Internal/Parser.hs:36:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Monad is redundant
      except perhaps to import instances from Control.Monad
    To import instances alone, use: import Control.Monad()
   |
36 | import           Control.Monad ((<=<))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Env/Internal/Parser.hs:45:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
45 | import           Data.Semigroup (Semigroup(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Env.Internal.Help ( src/Env/Internal/Help.hs, dist/build/Env/Internal/Help.o, dist/build/Env/Internal/Help.dyn_o )

src/Env/Internal/Help.hs:39:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
39 | helpDoc widthMax p =
   |         ^^^^^^^^

src/Env/Internal/Help.hs:43:15: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
43 | helpParserDoc widthMax =
   |               ^^^^^^^^

src/Env/Internal/Help.hs:47:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
47 | helpVarfDoc widthMax VarF {varfName, varfHelp, varfHelpDef} =
   |             ^^^^^^^^
[6 of 7] Compiling Env              ( src/Env.hs, dist/build/Env.o, dist/build/Env.dyn_o )

src/Env.hs:91:33: warning: [GHC-38856] [-Wunused-imports]
    The import of asum from module Data.Foldable is redundant
   |
91 | import           Data.Foldable (asum, for_)
   |                                 ^^^^

src/Env.hs:95:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
95 | import           Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[7 of 7] Compiling Env.Generic      ( src/Env/Generic.hs, dist/build/Env/Generic.o, dist/build/Env/Generic.dyn_o )

src/Env/Generic.hs:106:39: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
    |
106 | import           Control.Applicative (liftA2, (<|>))
    |                                       ^^^^^^
Preprocessing library for envparse-0.6.0..
Running Haddock on library for envparse-0.6.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 7] Compiling Env.Internal.Error ( src/Env/Internal/Error.hs, nothing )
[2 of 7] Compiling Env.Internal.Free ( src/Env/Internal/Free.hs, nothing )
[3 of 7] Compiling Env.Internal.Val ( src/Env/Internal/Val.hs, nothing )

src/Env/Internal/Val.hs:13:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
13 | import Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 7] Compiling Env.Internal.Parser ( src/Env/Internal/Parser.hs, nothing )

src/Env/Internal/Parser.hs:36:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Monad is redundant
      except perhaps to import instances from Control.Monad
    To import instances alone, use: import Control.Monad()
   |
36 | import           Control.Monad ((<=<))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Env/Internal/Parser.hs:45:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Semigroup is redundant
      except perhaps to import instances from Data.Semigroup
    To import instances alone, use: import Data.Semigroup()
   |
45 | import           Data.Semigroup (Semigroup(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[5 of 7] Compiling Env.Internal.Help ( src/Env/Internal/Help.hs, nothing )

src/Env/Internal/Help.hs:39:9: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
39 | helpDoc widthMax p =
   |         ^^^^^^^^

src/Env/Internal/Help.hs:43:15: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
43 | helpParserDoc widthMax =
   |               ^^^^^^^^

src/Env/Internal/Help.hs:47:13: warning: [GHC-63397] [-Wname-shadowing]
    This binding for widthMax shadows the existing binding
      defined at src/Env/Internal/Help.hs:129:1
   |
47 | helpVarfDoc widthMax VarF {varfName, varfHelp, varfHelpDef} =
   |             ^^^^^^^^
[6 of 7] Compiling Env              ( src/Env.hs, nothing )

src/Env.hs:91:33: warning: [GHC-38856] [-Wunused-imports]
    The import of asum from module Data.Foldable is redundant
   |
91 | import           Data.Foldable (asum, for_)
   |                                 ^^^^

src/Env.hs:95:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Data.Monoid is redundant
      except perhaps to import instances from Data.Monoid
    To import instances alone, use: import Data.Monoid()
   |
95 | import           Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[7 of 7] Compiling Env.Generic      ( src/Env/Generic.hs, nothing )

src/Env/Generic.hs:106:39: warning: [GHC-38856] [-Wunused-imports]
    The import of liftA2
    from module Control.Applicative is redundant
    |
106 | import           Control.Applicative (liftA2, (<|>))
    |                                       ^^^^^^
Haddock coverage:
Warning: 'Prism' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Reader' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Env.Internal.Error'
  37% (  3 /  8) in 'Env.Internal.Free'
  Missing documentation for:
    Alt (src/Env/Internal/Free.hs:25)
    liftAlt (src/Env/Internal/Free.hs:57)
    runAlt (src/Env/Internal/Free.hs:60)
    foldAlt (src/Env/Internal/Free.hs:69)
    hoistAlt (src/Env/Internal/Free.hs:73)
  25% (  1 /  4) in 'Env.Internal.Val'
  Missing documentation for:
    Module header
    fromEither (src/Env/Internal/Val.hs:37)
    toEither (src/Env/Internal/Val.hs:41)
Warning: 'Parser' is ambiguous. It is defined
    * at src/Env/Internal/Parser.hs:86:22
    * at src/Env/Internal/Parser.hs:86:1
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Env/Internal/Parser.hs:86:1
  84% ( 22 / 26) in 'Env.Internal.Parser'
  Missing documentation for:
    Module header
    VarF (src/Env/Internal/Parser.hs:113)
    traverseSensitiveVar (src/Env/Internal/Parser.hs:67)
    defaultVar (src/Env/Internal/Parser.hs:246)
  75% (  9 / 12) in 'Env.Internal.Help'
  Missing documentation for:
    Module header
    helpInfo (src/Env/Internal/Help.hs:29)
    defaultInfo (src/Env/Internal/Help.hs:105)
 100% ( 46 / 46) in 'Env'
Warning: 'YES' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Symbol' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (  5 /  5) in 'Env.Generic'
Warning: Env.Internal.Parser: could not find link destinations for: 
	- Env.Internal.Parser.setHelp
Warning: Env: could not find link destinations for: 
	- Env.Internal.Parser.setHelp
Warning: Env.Generic: could not find link destinations for: 
	- GHC.Generics.Rep_Fingerprint
	- GHC.Generics.Rep_GeneralCategory
	- GHC.Generics.Rep_SrcLoc
	- GHC.Generics.Rep_Down
	- GHC.Generics.Rep_Tuple15
	- GHC.Generics.Rep_Tuple14
	- GHC.Generics.Rep_Tuple13
	- GHC.Generics.Rep_Tuple12
	- GHC.Generics.Rep_Tuple11
	- GHC.Generics.Rep_Tuple10
	- GHC.Generics.Rep_Tuple9
	- GHC.Generics.Rep_Tuple8
	- GHC.Generics.Rep_Tuple7
	- GHC.Generics.Rep_Tuple6
	- GHC.Generics.Rep_Tuple5
	- GHC.Generics.Rep_Tuple4
	- GHC.Generics.Rep_Tuple3
	- GHC.Generics.Rep_Tuple2
	- GHC.Generics.Rep_Solo
	- GHC.Generics.Rep_Unit
	- GHC.Generics.Rep_Proxy
	- GHC.Generics.Rep_Ordering
	- GHC.Generics.Rep_Bool
	- GHC.Generics.Rep_Either
	- GHC.Generics.Rep_Maybe
	- GHC.Generics.Rep_NonEmpty
	- GHC.Generics.Rep_List
	- GHC.Generics.Rep_Void
	- GHC.Generics.Rep_M1
	- GHC.Generics.Rep_V1
	- GHC.Generics.Rep_U1
	- GHC.Generics.Rep_Par1
	- GHC.Generics.Rep_Rec1
	- GHC.Generics.Rep_K1
	- GHC.Generics.Rep_:+:
	- GHC.Generics.Rep_:*:
	- GHC.Generics.Rep_:.:
	- GHC.Generics.Rep_R:UReckWordp
	- GHC.Generics.Rep_R:UReckIntp
	- GHC.Generics.Rep_R:UReckDoublep
	- GHC.Generics.Rep_R:UReckCharp
	- GHC.Generics.Rep_R:UReckPtrp
	- GHC.Generics.Rep_Fixity
	- GHC.Generics.Rep_Associativity
	- GHC.Generics.Rep_SourceUnpackedness
	- GHC.Generics.Rep_SourceStrictness
	- GHC.Generics.Rep_DecidedStrictness
	- Data.Monoid.Rep_Ap
	- Data.Monoid.Rep_Last
	- Data.Monoid.Rep_First
	- Data.Functor.Const.Rep_Const
	- GHC.RTS.Flags.Rep_RTSFlags
	- GHC.RTS.Flags.Rep_ParFlags
	- GHC.RTS.Flags.Rep_TickyFlags
	- GHC.RTS.Flags.Rep_TraceFlags
	- GHC.RTS.Flags.Rep_DoTrace
	- GHC.RTS.Flags.Rep_ProfFlags
	- GHC.RTS.Flags.Rep_DoHeapProfile
	- GHC.RTS.Flags.Rep_CCFlags
	- GHC.RTS.Flags.Rep_DoCostCentres
	- GHC.RTS.Flags.Rep_DebugFlags
	- GHC.RTS.Flags.Rep_MiscFlags
	- GHC.RTS.Flags.Rep_ConcFlags
	- GHC.RTS.Flags.Rep_GCFlags
	- GHC.RTS.Flags.Rep_GiveGCStats
	- Data.Functor.Identity.Rep_Identity
	- Control.Arrow.Rep_Kleisli
	- Control.Applicative.Rep_ZipList
	- Control.Applicative.Rep_WrappedArrow
	- Control.Applicative.Rep_WrappedMonad
	- Data.Version.Rep_Version
	- GHC.ByteOrder.Rep_ByteOrder
	- GHC.Stats.Rep_RTSStats
	- GHC.Stats.Rep_GCDetails
	- Data.Semigroup.Rep_WrappedMonoid
	- Data.Semigroup.Rep_Last
	- Data.Semigroup.Rep_First
	- Data.Semigroup.Rep_Arg
	- Data.Semigroup.Rep_Max
	- Data.Semigroup.Rep_Min
	- Data.Complex.Rep_Complex
	- Data.Functor.Sum.Rep_Sum
	- Data.Functor.Product.Rep_Product
	- Data.Functor.Compose.Rep_Compose
	- Data.Sequence.Internal.Rep_ViewR
	- Data.Sequence.Internal.Rep_ViewL
	- Data.Sequence.Internal.Rep_Elem
	- Data.Sequence.Internal.Rep_Node
	- Data.Sequence.Internal.Rep_Digit
	- Data.Sequence.Internal.Rep_FingerTree
	- Data.Tree.Rep_Tree
	- Data.Graph.Rep_SCC
	- GHC.Generics.Rep_R:UReckFloatp
	- Env.Generic.GRecord
	- GHC.IO.Exception.Rep_ExitCode
Documentation created: dist/doc/html/envparse/,
dist/doc/html/envparse/envparse.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/envparse-0.6.0-Ja8zM6sTtWH6DG37CTxVBK
Completed    envparse-0.6.0
Configuring prettyprinter-1.7.1...
Preprocessing library for prettyprinter-1.7.1..
Building library for prettyprinter-1.7.1..
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, dist/build/Prettyprinter/Render/Util/Panic.o, dist/build/Prettyprinter/Render/Util/Panic.dyn_o )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, dist/build/Prettyprinter/Internal.o, dist/build/Prettyprinter/Internal.dyn_o )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, dist/build/Prettyprinter/Render/String.o, dist/build/Prettyprinter/Render/String.dyn_o )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, dist/build/Data/Text/Prettyprint/Doc/Render/String.o, dist/build/Data/Text/Prettyprint/Doc/Render/String.dyn_o )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, dist/build/Prettyprinter/Internal/Type.o, dist/build/Prettyprinter/Internal/Type.dyn_o )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Type.dyn_o )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, dist/build/Prettyprinter/Internal/Debug.o, dist/build/Prettyprinter/Internal/Debug.dyn_o )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.o, dist/build/Data/Text/Prettyprint/Doc/Internal/Debug.dyn_o )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, dist/build/Data/Text/Prettyprint/Doc/Internal.o, dist/build/Data/Text/Prettyprint/Doc/Internal.dyn_o )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/Panic.dyn_o )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, dist/build/Prettyprinter/Render/Util/StackMachine.o, dist/build/Prettyprinter/Render/Util/StackMachine.dyn_o )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.dyn_o )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, dist/build/Prettyprinter/Symbols/Ascii.o, dist/build/Prettyprinter/Symbols/Ascii.dyn_o )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, dist/build/Prettyprinter.o, dist/build/Prettyprinter.dyn_o )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, dist/build/Prettyprinter/Render/Util/SimpleDocTree.o, dist/build/Prettyprinter/Render/Util/SimpleDocTree.dyn_o )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.o, dist/build/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.dyn_o )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.dyn_o )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.o, dist/build/Prettyprinter/Render/Tutorials/StackMachineTutorial.dyn_o )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.o, dist/build/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.dyn_o )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, dist/build/Prettyprinter/Render/Text.o, dist/build/Prettyprinter/Render/Text.dyn_o )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, dist/build/Data/Text/Prettyprint/Doc/Render/Text.o, dist/build/Data/Text/Prettyprint/Doc/Render/Text.dyn_o )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, dist/build/Data/Text/Prettyprint/Doc.o, dist/build/Data/Text/Prettyprint/Doc.dyn_o )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Ascii.dyn_o )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, dist/build/Prettyprinter/Symbols/Unicode.o, dist/build/Prettyprinter/Symbols/Unicode.dyn_o )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.o, dist/build/Data/Text/Prettyprint/Doc/Symbols/Unicode.dyn_o )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, dist/build/Prettyprinter/Util.o, dist/build/Prettyprinter/Util.dyn_o )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, dist/build/Data/Text/Prettyprint/Doc/Util.o, dist/build/Data/Text/Prettyprint/Doc/Util.dyn_o )
Preprocessing library for prettyprinter-1.7.1..
Running Haddock on library for prettyprinter-1.7.1..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[ 1 of 28] Compiling Prettyprinter.Render.Util.Panic ( src/Prettyprinter/Render/Util/Panic.hs, nothing )
[ 2 of 28] Compiling Prettyprinter.Internal ( src/Prettyprinter/Internal.hs, nothing )
[ 3 of 28] Compiling Prettyprinter.Render.String ( src/Prettyprinter/Render/String.hs, nothing )
[ 4 of 28] Compiling Data.Text.Prettyprint.Doc.Render.String ( src/Data/Text/Prettyprint/Doc/Render/String.hs, nothing )
[ 5 of 28] Compiling Prettyprinter.Internal.Type ( src/Prettyprinter/Internal/Type.hs, nothing )
[ 6 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Type ( src/Data/Text/Prettyprint/Doc/Internal/Type.hs, nothing )
[ 7 of 28] Compiling Prettyprinter.Internal.Debug ( src/Prettyprinter/Internal/Debug.hs, nothing )
[ 8 of 28] Compiling Data.Text.Prettyprint.Doc.Internal.Debug ( src/Data/Text/Prettyprint/Doc/Internal/Debug.hs, nothing )
[ 9 of 28] Compiling Data.Text.Prettyprint.Doc.Internal ( src/Data/Text/Prettyprint/Doc/Internal.hs, nothing )
[10 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.Panic ( src/Data/Text/Prettyprint/Doc/Render/Util/Panic.hs, nothing )
[11 of 28] Compiling Prettyprinter.Render.Util.StackMachine ( src/Prettyprinter/Render/Util/StackMachine.hs, nothing )

src/Prettyprinter/Render/Util/StackMachine.hs:34:1: warning: [GHC-66111] [-Wunused-imports]
    The import of Control.Applicative is redundant
      except perhaps to import instances from Control.Applicative
    To import instances alone, use: import Control.Applicative()
   |
34 | import           Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[12 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.StackMachine ( src/Data/Text/Prettyprint/Doc/Render/Util/StackMachine.hs, nothing )
[13 of 28] Compiling Prettyprinter.Symbols.Ascii ( src/Prettyprinter/Symbols/Ascii.hs, nothing )
[14 of 28] Compiling Prettyprinter    ( src/Prettyprinter.hs, nothing )
[15 of 28] Compiling Prettyprinter.Render.Util.SimpleDocTree ( src/Prettyprinter/Render/Util/SimpleDocTree.hs, nothing )
[16 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree ( src/Data/Text/Prettyprint/Doc/Render/Util/SimpleDocTree.hs, nothing )
[17 of 28] Compiling Prettyprinter.Render.Tutorials.TreeRenderingTutorial ( src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[18 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/TreeRenderingTutorial.hs, nothing )
[19 of 28] Compiling Prettyprinter.Render.Tutorials.StackMachineTutorial ( src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs, nothing )
[20 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial ( src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs, nothing )

src/Data/Text/Prettyprint/Doc/Render/Tutorials/StackMachineTutorial.hs:7:1: warning: [GHC-15328] [-Wdeprecations]
    Module Prettyprinter.Render.Tutorials.StackMachineTutorial is deprecated:
      "Writing your own stack machine is probably more efficient and customizable; also consider using �renderSimplyDecorated(A)� instead"
  |
7 | import Prettyprinter.Render.Tutorials.StackMachineTutorial
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[21 of 28] Compiling Prettyprinter.Render.Text ( src/Prettyprinter/Render/Text.hs, nothing )
[22 of 28] Compiling Data.Text.Prettyprint.Doc.Render.Text ( src/Data/Text/Prettyprint/Doc/Render/Text.hs, nothing )
[23 of 28] Compiling Data.Text.Prettyprint.Doc ( src/Data/Text/Prettyprint/Doc.hs, nothing )
[24 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Ascii ( src/Data/Text/Prettyprint/Doc/Symbols/Ascii.hs, nothing )
[25 of 28] Compiling Prettyprinter.Symbols.Unicode ( src/Prettyprinter/Symbols/Unicode.hs, nothing )
[26 of 28] Compiling Data.Text.Prettyprint.Doc.Symbols.Unicode ( src/Data/Text/Prettyprint/Doc/Symbols/Unicode.hs, nothing )
[27 of 28] Compiling Prettyprinter.Util ( src/Prettyprinter/Util.hs, nothing )
[28 of 28] Compiling Data.Text.Prettyprint.Doc.Util ( src/Data/Text/Prettyprint/Doc/Util.hs, nothing )
Haddock coverage:
  57% (  4 /  7) in 'Prettyprinter.Render.Util.Panic'
  Missing documentation for:
    Module header
    panicPeekedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
    panicPoppedEmpty (src/Prettyprinter/Render/Util/Panic.hs:36)
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
Warning: 'parens' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'space' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'doc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'putDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'hPutDoc' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'reAnnotateST' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'comma' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
  98% ( 77 / 78) in 'Prettyprinter.Internal'
  Missing documentation for:
    defaultPageWidth (src/Prettyprinter/Internal.hs:1778)
  66% (  2 /  3) in 'Prettyprinter.Render.String'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.String'
  Missing documentation for:
    Module header
 100% (  2 /  2) in 'Prettyprinter.Internal.Type'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Type'
  Missing documentation for:
    Module header
  75% (  3 /  4) in 'Prettyprinter.Internal.Debug'
  Missing documentation for:
    diag' (src/Prettyprinter/Internal/Debug.hs:76)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal.Debug'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Internal'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.Panic'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 13 / 13) in 'Prettyprinter.Render.Util.StackMachine'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.StackMachine'
  Missing documentation for:
    Module header
 100% ( 27 / 27) in 'Prettyprinter.Symbols.Ascii'
Warning: 'Keyword' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'Red' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'color' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'colorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColor' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
Warning: 'bgColorDull' is out of scope.
    If you qualify the identifier, haddock can try to link it anyway.
 100% (112 /112) in 'Prettyprinter'
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% ( 11 / 11) in 'Prettyprinter.Render.Util.SimpleDocTree'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Util.SimpleDocTree'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:40)
    Color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:41)
    bold (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:46)
    italics (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:47)
    paragraph (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:48)
    headline (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:49)
    color (src/Prettyprinter/Render/Tutorials/TreeRenderingTutorial.hs:52)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.TreeRenderingTutorial'
  Missing documentation for:
    Module header
  61% ( 11 / 18) in 'Prettyprinter.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    SimpleHtml (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:43)
    Color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:44)
    bold (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:49)
    italics (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:50)
    paragraph (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:51)
    headline (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:52)
    color (src/Prettyprinter/Render/Tutorials/StackMachineTutorial.hs:55)
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Tutorials.StackMachineTutorial'
  Missing documentation for:
    Module header
Warning: 'Text' is ambiguous. It is defined
    * at src/Prettyprinter/Internal.hs:159:7
    * in Data.Text.Internal
    You may be able to disambiguate the identifier by qualifying it or
    by specifying the type/value namespace explicitly.
    Defaulting to the one defined at src/Prettyprinter/Internal.hs:159:7
 100% (  9 /  9) in 'Prettyprinter.Render.Text'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Render.Text'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc'
  Missing documentation for:
    Module header
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Ascii'
  Missing documentation for:
    Module header
 100% ( 30 / 30) in 'Prettyprinter.Symbols.Unicode'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Symbols.Unicode'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Util: Could not find documentation for exported module: Prettyprinter.Util
 100% (  4 /  4) in 'Prettyprinter.Util'
  50% (  1 /  2) in 'Data.Text.Prettyprint.Doc.Util'
  Missing documentation for:
    Module header
Warning: Prettyprinter.Internal: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Internal.Type: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
Warning: Prettyprinter: could not find link destinations for: 
	- Prettyprinter.Internal.Rep_Doc
	- Prettyprinter.Internal.Rep_SimpleDocStream
Warning: Prettyprinter.Render.Util.SimpleDocTree: could not find link destinations for: 
	- Prettyprinter.Render.Util.SimpleDocTree.Rep_SimpleDocTree
Documentation created: dist/doc/html/prettyprinter/,
dist/doc/html/prettyprinter/prettyprinter.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/prettyprinter-1.7.1-UnQFunVR8xJApG1SQhvgB
Completed    prettyprinter-1.7.1
Configuring ronn-1.2.0.0...
Preprocessing library for ronn-1.2.0.0..
Building library for ronn-1.2.0.0..
[1 of 6] Compiling Paths_ronn       ( dist/build/autogen/Paths_ronn.hs, dist/build/Paths_ronn.o, dist/build/Paths_ronn.dyn_o )
[2 of 6] Compiling Ronn.ManRef      ( src/Ronn/ManRef.hs, dist/build/Ronn/ManRef.o, dist/build/Ronn/ManRef.dyn_o )
[3 of 6] Compiling Ronn.AST         ( src/Ronn/AST.hs, dist/build/Ronn/AST.o, dist/build/Ronn/AST.dyn_o )
[4 of 6] Compiling Ronn.Argument    ( src/Ronn/Argument.hs, dist/build/Ronn/Argument.o, dist/build/Ronn/Argument.dyn_o )
[5 of 6] Compiling Ronn.Render      ( src/Ronn/Render.hs, dist/build/Ronn/Render.o, dist/build/Ronn/Render.dyn_o )
[6 of 6] Compiling Ronn             ( src/Ronn.hs, dist/build/Ronn.o, dist/build/Ronn.dyn_o )
Preprocessing library for ronn-1.2.0.0..
Running Haddock on library for ronn-1.2.0.0..
Warning: --source-* options are ignored when --hyperlinked-source is enabled.
[1 of 6] Compiling Paths_ronn       ( dist/build/autogen/Paths_ronn.hs, nothing )
[2 of 6] Compiling Ronn.ManRef      ( src/Ronn/ManRef.hs, nothing )
[3 of 6] Compiling Ronn.AST         ( src/Ronn/AST.hs, nothing )
[4 of 6] Compiling Ronn.Argument    ( src/Ronn/Argument.hs, nothing )
[5 of 6] Compiling Ronn.Render      ( src/Ronn/Render.hs, nothing )
[6 of 6] Compiling Ronn             ( src/Ronn.hs, nothing )
Haddock coverage:
  25% (  1 /  4) in 'Ronn.ManRef'
  Missing documentation for:
    ManRef (src/Ronn/ManRef.hs:22)
    ManSection (src/Ronn/ManRef.hs:34)
    manSectionNumber (src/Ronn/ManRef.hs:49)
  20% (  2 / 10) in 'Ronn.AST'
  Missing documentation for:
    Ronn (src/Ronn/AST.hs:30)
    Section (src/Ronn/AST.hs:36)
    Content (src/Ronn/AST.hs:44)
    Definition (src/Ronn/AST.hs:62)
    Part (src/Ronn/AST.hs:82)
    ManRef (src/Ronn/ManRef.hs:22)
    ManSection (src/Ronn/ManRef.hs:34)
    manSectionNumber (src/Ronn/ManRef.hs:49)
  33% (  1 /  3) in 'Ronn.Argument'
  Missing documentation for:
    HasArgument (src/Ronn/Argument.hs:21)
    addArgument (src/Ronn/Argument.hs:25)
  33% (  1 /  3) in 'Ronn.Render'
  Missing documentation for:
    ronnToText (src/Ronn/Render.hs:22)
    ronnToDoc (src/Ronn/Render.hs:25)
  50% (  6 / 12) in 'Ronn'
  Missing documentation for:
    ronnFilePath (src/Ronn.hs:35)
    getSections (src/Ronn.hs:59)
    synopsisSection (src/Ronn.hs:68)
    seeAlsoSection (src/Ronn.hs:71)
    oneLineSection (src/Ronn.hs:81)
    definitionsSection (src/Ronn.hs:88)
Documentation created: dist/doc/html/ronn/, dist/doc/html/ronn/ronn.txt
Installing library in /var/lib/hackage-doc-builder/build-cache/tmp-install/lib/x86_64-linux-ghc-9.8.4/ronn-1.2.0.0-89z92zNzJYrBlKW2KRu8wg
Completed    ronn-1.2.0.0
Configuring ronn-envparse-1.0.1.1...
Preprocessing library for ronn-envparse-1.0.1.1..
Building library for ronn-envparse-1.0.1.1..
[1 of 2] Compiling Paths_ronn_envparse ( dist/build/autogen/Paths_ronn_envparse.hs, dist/build/Paths_ronn_envparse.o, dist/build/Paths_ronn_envparse.dyn_o )
[2 of 2] Compiling Ronn.Env         ( src/Ronn/Env.hs, dist/build/Ronn/Env.o, dist/build/Ronn/Env.dyn_o )

src/Ronn/Env.hs:27:54: error: [GHC-83865]
    " Couldn't match type Int with Parser e a
      Expected: Parser e a -> String
        Actual: Int -> Parser e0 a0 -> String
    " Probable cause: helpDoc is applied to too few arguments
      In the second argument of (.), namely helpDoc
      In the second argument of (.), namely lines . helpDoc
      In the second argument of (.), namely drop 2 . lines . helpDoc
    " Relevant bindings include
        envDefinitions :: Parser e a -> [Definition]
          (bound at src/Ronn/Env.hs:27:1)
   |
27 | envDefinitions = map fromHelpLine . drop 2 . lines . helpDoc
   |                                                      ^^^^^^^
Failed to install ronn-envparse-1.0.1.1
Error: cabal: Some packages failed to install:
ronn-envparse-1.0.1.1-GiIgkttLEOoCyUZVX6DWef failed during the building phase.
The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.