Build #7 for pathtype-0.5.3

[all reports]

Package pathtype-0.5.3
Install BuildFailed
Docs NotTried
Tests NotTried
Time submitted 2016-12-24 02:43:49.161078 UTC
Compiler ghc-8.0.1.20161018
OS linux
Arch x86_64
Dependencies QuickCheck-2.9.2, base-4.9.0.0, directory-1.2.6.2, time-1.6.0.1
Flags -old-time

Code Coverage

No Code Coverage was submitted for this report.

Build log

[view raw]

Resolving dependencies...
Configuring primitive-0.6.2.0...
Configuring random-1.1...
Building primitive-0.6.2.0...
Building random-1.1...
Installed random-1.1
Installed primitive-0.6.2.0
Configuring tf-random-0.5...
Building tf-random-0.5...
Installed tf-random-0.5
Configuring QuickCheck-2.9.2...
Building QuickCheck-2.9.2...
Installed QuickCheck-2.9.2
Configuring pathtype-0.5.3...
Building pathtype-0.5.3...
Failed to install pathtype-0.5.3
Build log ( /home/builder/.cabal/logs/pathtype-0.5.3.log ):
cabal: Entering directory '/tmp/cabal-tmp-30172/pathtype-0.5.3'
Configuring pathtype-0.5.3...
Building pathtype-0.5.3...
Preprocessing library pathtype-0.5.3...
[1 of 5] Compiling System.Path.Windows ( System/Path/Windows.hs, dist/build/System/Path/Windows.o )

System/Path/Internal.hs:855:28: error:
    • No instance for (Integral (NonNegative Int))
        arising from a use of ‘arbitrarySizedIntegral’
    • In a stmt of a 'do' block:
        (NonNegative numDirs) <- arbitrarySizedIntegral
      In the expression:
        do { (NonNegative numDirs) <- arbitrarySizedIntegral;
             pcs <- vectorOf numDirs qcDirComponent;
             pc <- qcFileComponent;
             return $ mkPathFromComponents (pcs ++ [pc]) }
      In an equation for ‘qcFilePath’:
          qcFilePath
            = do { (NonNegative numDirs) <- arbitrarySizedIntegral;
                   pcs <- vectorOf numDirs qcDirComponent;
                   pc <- qcFileComponent;
                   .... }

System/Path/Internal.hs:863:28: error:
    • No instance for (Integral (NonNegative Int))
        arising from a use of ‘arbitrarySizedIntegral’
    • In a stmt of a 'do' block:
        (NonNegative numDirs) <- arbitrarySizedIntegral
      In the expression:
        do { (NonNegative numDirs) <- arbitrarySizedIntegral;
             pcs <- vectorOf numDirs qcDirComponent;
             pc <- qcDirComponent;
             return $ mkPathFromComponents (pcs ++ [pc]) }
      In an equation for ‘qcDirPath’:
          qcDirPath
            = do { (NonNegative numDirs) <- arbitrarySizedIntegral;
                   pcs <- vectorOf numDirs qcDirComponent;
                   pc <- qcDirComponent;
                   .... }
cabal: Leaving directory '/tmp/cabal-tmp-30172/pathtype-0.5.3'
cabal: Error: some packages failed to install:
pathtype-0.5.3 failed during the building phase. The exception was:
ExitFailure 1

Test log

No test log was submitted for this report.