The build succeeded. 0 test suites succeeded, 0 failed.

Build log

> /tmp/stackage-build2451$ stack unpack MissingH-1.4.1.0@sha256:5b52e1b3d2410407d2eb781498e8ba8cb4975f3d4f268f97c6806943f53a71d0
Unpacked MissingH-1.4.1.0 to /tmp/stackage-build2451/MissingH-1.4.1.0/
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ./Setup configure --package-db=clear --package-db=global --package-db=/home/circleci/project/builds/nightly/pkgdb --libdir=/home/circleci/project/builds/nightly/lib --bindir=/home/circleci/project/builds/nightly/bin --datadir=/home/circleci/project/builds/nightly/share --libexecdir=/home/circleci/project/builds/nightly/libexec --sysconfdir=/home/circleci/project/builds/nightly/etc --docdir=/home/circleci/project/builds/nightly/doc/MissingH-1.4.1.0 --htmldir=/home/circleci/project/builds/nightly/doc/MissingH-1.4.1.0 --haddockdir=/home/circleci/project/builds/nightly/doc/MissingH-1.4.1.0
Configuring MissingH-1.4.1.0...
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ./Setup build
Preprocessing library for MissingH-1.4.1.0..
Building library for MissingH-1.4.1.0..

on the commandline: warning:
    -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS
[ 1 of 45] Compiling Control.Concurrent.Thread.Utils ( src/Control/Concurrent/Thread/Utils.hs, dist/build/Control/Concurrent/Thread/Utils.o )
[ 2 of 45] Compiling Data.BinPacking  ( src/Data/BinPacking.hs, dist/build/Data/BinPacking.o )

src/Data/BinPacking.hs:41:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use "Control.Monad.Except" instead
   |
41 | import Control.Monad.Error
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Data/BinPacking.hs:60:55: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in transformers-0.5.5.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
60 | instance (Num size, Ord size, Show size, Show obj) => Error (BinPackerError size obj) where
   |                                                       ^^^^^

src/Data/BinPacking.hs:60:55: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in transformers-0.5.5.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
60 | instance (Num size, Ord size, Show size, Show obj) => Error (BinPackerError size obj) where
   |                                                       ^^^^^
[ 3 of 45] Compiling Data.Bits.Utils  ( src/Data/Bits/Utils.hs, dist/build/Data/Bits/Utils.o )

src/Data/Bits/Utils.hs:41:13: warning: [-Wdeprecations]
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
   |
41 |         if (bitSize input `mod` 8) /= 0
   |             ^^^^^^^

src/Data/Bits/Utils.hs:43:42: warning: [-Wdeprecations]
    In the use of ‘bitSize’ (imported from Data.Bits):
    Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead"
   |
43 |            else reverse $ getByte input (bitSize input `div` 8)
   |                                          ^^^^^^^
[ 4 of 45] Compiling Data.CSV         ( src/Data/CSV.hs, dist/build/Data/CSV.o )
[ 5 of 45] Compiling Data.Compression.Inflate ( src/Data/Compression/Inflate.hs, dist/build/Data/Compression/Inflate.o )

src/Data/Compression/Inflate.hs:192:18: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In a case alternative: [x] -> ...
    |
192 |                  [x] -> return x
    |                  ^^^^^^^^^^^^^^^
[ 6 of 45] Compiling Data.Either.Utils ( src/Data/Either/Utils.hs, dist/build/Data/Either/Utils.o )

src/Data/Either/Utils.hs:30:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use "Control.Monad.Except" instead
   |
30 | import Control.Monad.Error
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 45] Compiling Data.Hash.CRC32.GZip ( src/Data/Hash/CRC32/GZip.hs, dist/build/Data/Hash/CRC32/GZip.o )
[ 8 of 45] Compiling Data.Hash.MD5    ( src/Data/Hash/MD5.lhs, dist/build/Data/Hash/MD5.o )

src/Data/Hash/MD5.lhs:114:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘*’, ‘abs’, ‘signum’, ‘fromInteger’, and (either ‘negate’ or ‘-’)
    • In the instance declaration for ‘Num ABCD’
    |
114 | > instance Num ABCD where
    |            ^^^^^^^^
[ 9 of 45] Compiling Data.Hash.MD5.Zord64_HARD ( src/Data/Hash/MD5/Zord64_HARD.lhs, dist/build/Data/Hash/MD5/Zord64_HARD.o )

src/Data/Hash/MD5/Zord64_HARD.lhs:13:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        either ‘showsPrec’ or ‘show’
    • In the instance declaration for ‘Show Zord64’
   |
13 | > instance Show Zord64
   |            ^^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:15:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        either ‘readsPrec’ or ‘GHC.Read.readPrec’
    • In the instance declaration for ‘Read Zord64’
   |
15 | > instance Read Zord64
   |            ^^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:17:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘*’, ‘abs’, and ‘signum’
    • In the instance declaration for ‘Num Zord64’
   |
17 | > instance Num Zord64 where
   |            ^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:26:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘xor’, (either ‘rotate’ or (‘rotateL’ and ‘rotateR’)), ‘bitSize’,
        ‘bitSizeMaybe’, ‘isSigned’, ‘testBit’, ‘bit’, and ‘popCount’
    • In the instance declaration for ‘Bits Zord64’
   |
26 | > instance Bits Zord64 where
   |            ^^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:43:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘quotRem’
    • In the instance declaration for ‘Integral Zord64’
   |
43 | > instance Integral Zord64 where
   |            ^^^^^^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:46:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘toRational’
    • In the instance declaration for ‘Real Zord64’
   |
46 | > instance Real Zord64
   |            ^^^^^^^^^^^

src/Data/Hash/MD5/Zord64_HARD.lhs:47:12: warning: [-Wmissing-methods]
    • No explicit implementation for
        ‘toEnum’ and ‘fromEnum’
    • In the instance declaration for ‘Enum Zord64’
   |
47 | > instance Enum Zord64
   |            ^^^^^^^^^^^
[10 of 45] Compiling Data.List.Utils  ( src/Data/List/Utils.hs, dist/build/Data/List/Utils.o )
[11 of 45] Compiling Data.Map.Utils   ( src/Data/Map/Utils.hs, dist/build/Data/Map/Utils.o )
[12 of 45] Compiling Data.Maybe.Utils ( src/Data/Maybe/Utils.hs, dist/build/Data/Maybe/Utils.o )
[13 of 45] Compiling Data.Quantity    ( src/Data/Quantity.hs, dist/build/Data/Quantity.o )
[14 of 45] Compiling Data.String.Utils ( src/Data/String/Utils.hs, dist/build/Data/String/Utils.o )
[15 of 45] Compiling Data.Tuple.Utils ( src/Data/Tuple/Utils.hs, dist/build/Data/Tuple/Utils.o )
[16 of 45] Compiling Network.Email.Mailbox ( src/Network/Email/Mailbox.hs, dist/build/Network/Email/Mailbox.o )
[17 of 45] Compiling Network.Utils    ( src/Network/Utils.hs, dist/build/Network/Utils.o )

src/Network/Utils.hs:27:1: warning: [-Wdeprecations]
    Module ‘Network’ is deprecated:
      The high level Network interface is no longer supported. Please use Network.Socket.
   |
27 | import Network
   | ^^^^^^^^^^^^^^

src/Network/Utils.hs:29:1: warning: [-Wdeprecations]
    Module ‘Network.BSD’ is deprecated:
      This platform dependent module is no longer supported.
   |
29 | import Network.BSD
   | ^^^^^^^^^^^^^^^^^^

src/Network/Utils.hs:59:30: warning: [-Wdeprecations]
    In the use of ‘getHostByName’ (imported from Network.BSD):
    Deprecated: "This platform dependent module is no longer supported."
   |
59 |                        he <- getHostByName host
   |                              ^^^^^^^^^^^^^

src/Network/Utils.hs:60:59: warning: [-Wdeprecations]
    In the use of ‘hostAddress’ (imported from Network.BSD):
    Deprecated: "This platform dependent module is no longer supported."
   |
60 |                        connectTCPAddr (SockAddrInet port (hostAddress he))
   |                                                           ^^^^^^^^^^^

src/Network/Utils.hs:64:32: warning: [-Wdeprecations]
    In the use of ‘getProtocolNumber’ (imported from Network.BSD):
    Deprecated: "This platform dependent module is no longer supported."
   |
64 |                       proto <- getProtocolNumber "tcp"
   |                                ^^^^^^^^^^^^^^^^^

src/Network/Utils.hs:71:31: warning: [-Wdeprecations]
    In the use of ‘getProtocolNumber’ (imported from Network.BSD):
    Deprecated: "This platform dependent module is no longer supported."
   |
71 |                      proto <- getProtocolNumber "tcp"
   |                               ^^^^^^^^^^^^^^^^^

src/Network/Utils.hs:73:22: warning: [-Wdeprecations]
    In the use of ‘bindSocket’ (imported from Network.Socket):
    Deprecated: "use 'bind'"
   |
73 |                      bindSocket s addr
   |                      ^^^^^^^^^^

src/Network/Utils.hs:82:13: warning: [-Wdeprecations]
    In the use of ‘inet_ntoa’ (imported from Network.Socket):
    Deprecated: "Use "getNameInfo" instead"
   |
82 |     do h <- inet_ntoa host
   |             ^^^^^^^^^
[18 of 45] Compiling Network.SocketServer ( src/Network/SocketServer.hs, dist/build/Network/SocketServer.o )

src/Network/SocketServer.hs:48:1: warning: [-Wdeprecations]
    Module ‘Network.BSD’ is deprecated:
      This platform dependent module is no longer supported.
   |
48 | import Network.BSD
   | ^^^^^^^^^^^^^^^^^^

src/Network/SocketServer.hs:80:53: warning: [-Wdeprecations]
    In the use of ‘iNADDR_ANY’ (imported from Network.Socket):
    Deprecated: "Use getAddrInfo instead"
   |
80 |                                         interface = iNADDR_ANY,
   |                                                     ^^^^^^^^^^

src/Network/SocketServer.hs:95:17: warning: [-Wdeprecations]
    In the use of ‘getProtocolNumber’ (imported from Network.BSD):
    Deprecated: "This platform dependent module is no longer supported."
   |
95 |     do proto <- getProtocolNumber (protoStr opts)
   |                 ^^^^^^^^^^^^^^^^^

src/Network/SocketServer.hs:100:8: warning: [-Wdeprecations]
    In the use of ‘bindSocket’ (imported from Network.Socket):
    Deprecated: "use 'bind'"
    |
100 |        bindSocket s (SockAddrInet (portNumber opts)
    |        ^^^^^^^^^^

src/Network/SocketServer.hs:109:5: warning: [-Wdeprecations]
    In the use of ‘sClose’ (imported from Network.Socket):
    Deprecated: "use 'close'"
    |
109 |     sClose (sockSS ss)
    |     ^^^^^^
[19 of 45] Compiling System.Cmd.Utils ( src/System/Cmd/Utils.hs, dist/build/System/Cmd/Utils.o )
[20 of 45] Compiling Network.Email.Sendmail ( src/Network/Email/Sendmail.hs, dist/build/Network/Email/Sendmail.o )
[21 of 45] Compiling System.Console.GetOpt.Utils ( src/System/Console/GetOpt/Utils.hs, dist/build/System/Console/GetOpt/Utils.o )
[22 of 45] Compiling System.Daemon    ( src/System/Daemon.hs, dist/build/System/Daemon.o )
[23 of 45] Compiling System.Debian    ( src/System/Debian.hs, dist/build/System/Debian.o )
[24 of 45] Compiling System.Debian.ControlParser ( src/System/Debian/ControlParser.hs, dist/build/System/Debian/ControlParser.o )
[25 of 45] Compiling System.FileArchive.GZip ( src/System/FileArchive/GZip.hs, dist/build/System/FileArchive/GZip.o )

src/System/FileArchive/GZip.hs:45:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use "Control.Monad.Except" instead
   |
45 | import Control.Monad.Error -- (Error(), strMsg, throwError)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^

src/System/FileArchive/GZip.hs:57:10: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in transformers-0.5.5.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
57 | instance Error GZipError where
   |          ^^^^^

src/System/FileArchive/GZip.hs:57:10: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in transformers-0.5.5.0:Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
57 | instance Error GZipError where
   |          ^^^^^
[26 of 45] Compiling System.IO.HVIO   ( src/System/IO/HVIO.hs, dist/build/System/IO/HVIO.o )
[27 of 45] Compiling System.IO.PlafCompat ( src/System/IO/PlafCompat.hs, dist/build/System/IO/PlafCompat.o )
[28 of 45] Compiling System.IO.Utils  ( src/System/IO/Utils.hs, dist/build/System/IO/Utils.o )
[29 of 45] Compiling System.IO.WindowsCompat ( src/System/IO/WindowsCompat.hs, dist/build/System/IO/WindowsCompat.o )
[30 of 45] Compiling System.Path.NameManip ( src/System/Path/NameManip.hs, dist/build/System/Path/NameManip.o )
[31 of 45] Compiling System.Path.WildMatch ( src/System/Path/WildMatch.hs, dist/build/System/Path/WildMatch.o )
[32 of 45] Compiling System.Posix.Consts ( src/System/Posix/Consts.hs, dist/build/System/Posix/Consts.o )
[33 of 45] Compiling System.IO.StatCompat ( src/System/IO/StatCompat.hs, dist/build/System/IO/StatCompat.o )
[34 of 45] Compiling System.Time.Utils ( src/System/Time/Utils.hs, dist/build/System/Time/Utils.o )
[35 of 45] Compiling System.IO.HVFS   ( src/System/IO/HVFS.hs, dist/build/System/IO/HVFS.o )
[36 of 45] Compiling System.Path.Glob ( src/System/Path/Glob.hs, dist/build/System/Path/Glob.o )
[37 of 45] Compiling System.IO.HVFS.Utils ( src/System/IO/HVFS/Utils.hs, dist/build/System/IO/HVFS/Utils.o )
[38 of 45] Compiling System.Path      ( src/System/Path.hs, dist/build/System/Path.o )
[39 of 45] Compiling Data.MIME.Types  ( src/Data/MIME/Types.hs, dist/build/Data/MIME/Types.o )
[40 of 45] Compiling System.IO.HVFS.InstanceHelpers ( src/System/IO/HVFS/InstanceHelpers.hs, dist/build/System/IO/HVFS/InstanceHelpers.o )
[41 of 45] Compiling System.IO.HVFS.Combinators ( src/System/IO/HVFS/Combinators.hs, dist/build/System/IO/HVFS/Combinators.o )
[42 of 45] Compiling System.IO.Binary ( src/System/IO/Binary.hs, dist/build/System/IO/Binary.o )
[43 of 45] Compiling Data.Progress.Tracker ( src/Data/Progress/Tracker.hs, dist/build/Data/Progress/Tracker.o )
[44 of 45] Compiling Data.Progress.Meter ( src/Data/Progress/Meter.hs, dist/build/Data/Progress/Meter.o )
[45 of 45] Compiling Text.ParserCombinators.Parsec.Utils ( src/Text/ParserCombinators/Parsec/Utils.hs, dist/build/Text/ParserCombinators/Parsec/Utils.o )
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181121/MissingH-1.4.1.0-5l2twUq4Tg89QCikHLYtRr
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2451/MissingH-1.4.1.0$ ./Setup register
Registering library for MissingH-1.4.1.0..