[all reports]
Package |
crypton-x509-store-1.6.9 |
Install |
InstallOk |
Docs |
Ok |
Tests |
Ok |
Time submitted |
2023-06-06 05:01:52.67416816 UTC
|
Compiler |
ghc-9.2.4 |
OS |
linux |
Arch |
x86_64 |
Dependencies |
asn1-encoding-0.9.6, asn1-types-0.3.4, base-4.16.3.0, bytestring-0.11.3.1, containers-0.6.5.1, crypton-0.31, crypton-x509-1.7.6, directory-1.3.6.2, filepath-1.4.2.2, mtl-2.2.2, pem-0.2.4 |
Flags |
none
|
Code Coverage
expressions | 76% (232/304) |
boolean | guards | 33% (1/3) |
conditions | 100% (0/0) |
qualifiers | 100% (0/0) |
alternatives | 75% (39/52) |
local declarations | 80% (12/15) |
top-level declarations | 100% (8/8) |
Build log
[view raw]
Resolving dependencies...
Starting hourglass-0.2.12
Starting basement-0.0.15
Building hourglass-0.2.12
Building basement-0.0.15
Completed hourglass-0.2.12
Completed basement-0.0.15
Starting memory-0.18.0
Building memory-0.18.0
Completed memory-0.18.0
Starting pem-0.2.4
Starting asn1-types-0.3.4
Starting crypton-0.31
Building pem-0.2.4
Building asn1-types-0.3.4
Building crypton-0.31
Completed pem-0.2.4
Completed asn1-types-0.3.4
Starting asn1-encoding-0.9.6
Building asn1-encoding-0.9.6
Completed asn1-encoding-0.9.6
Starting asn1-parse-0.9.5
Building asn1-parse-0.9.5
Completed asn1-parse-0.9.5
Completed crypton-0.31
Starting crypton-x509-1.7.6
Building crypton-x509-1.7.6
Completed crypton-x509-1.7.6
Starting crypton-x509-store-1.6.9
Building crypton-x509-store-1.6.9
Completed crypton-x509-store-1.6.9
Test log
[view raw]
Resolving dependencies...
Build profile: -w ghc-9.2.4 -O0
In order, the following will be built (use -v for more details):
- crypton-x509-store-1.6.9 (first run)
Configuring crypton-x509-store-1.6.9...
Preprocessing library for crypton-x509-store-1.6.9..
Building library for crypton-x509-store-1.6.9..
[1 of 3] Compiling Data.X509.CertificateStore ( Data/X509/CertificateStore.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/CertificateStore.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/CertificateStore.dyn_o )
Data/X509/CertificateStore.hs:16:1: warning: [-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()
|
16 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/CertificateStore.hs:23:1: warning: [-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()
|
23 | import Control.Applicative ((<$>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2 of 3] Compiling Data.X509.Memory ( Data/X509/Memory.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/Memory.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/Memory.dyn_o )
[3 of 3] Compiling Data.X509.File ( Data/X509/File.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/File.o, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/Data/X509/File.dyn_o )
Data/X509/File.hs:7:1: warning: [-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()
|
7 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:10:1: warning: [-Wunused-imports]
The import of Data.ASN1.BinaryEncoding is redundant
except perhaps to import instances from Data.ASN1.BinaryEncoding
To import instances alone, use: import Data.ASN1.BinaryEncoding()
|
10 | import Data.ASN1.BinaryEncoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:11:1: warning: [-Wunused-imports]
The import of Data.ASN1.Encoding is redundant
except perhaps to import instances from Data.ASN1.Encoding
To import instances alone, use: import Data.ASN1.Encoding()
|
11 | import Data.ASN1.Encoding
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/X509/File.hs:15:43: warning: [-Wunused-imports]
The import of PEM(pemName) from module Data.PEM is redundant
|
15 | import Data.PEM (pemParseLBS, pemContent, pemName, PEM)
| ^^^^^^^
Preprocessing test suite 'test-x509-store' for crypton-x509-store-1.6.9..
Building test suite 'test-x509-store' for crypton-x509-store-1.6.9..
[1 of 1] Compiling Main ( Tests/Tests.hs, /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/test-x509-store/test-x509-store-tmp/Main.o )
Linking /home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/build/test-x509-store/test-x509-store ...
Running 1 test suites...
Test suite test-x509-store: RUNNING...
Test suite test-x509-store: PASS
Test suite logged to:
/home/builder/builder-dir/build-cache/tmp-install/reports/crypton-x509-store-1.6.9.test
Writing: crypton-x509-store-1.6.9-inplace/Data.X509.Memory.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Test coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/hpc/vanilla/html/test-x509-store/hpc_index.html
1 of 1 test suites (1 of 1 test cases) passed.
Writing: crypton-x509-store-1.6.9-inplace/Data.X509.Memory.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
Writing: hpc_index_alt.html
Writing: hpc_index_exp.html
Package coverage report written to
/home/builder/builder-dir/build-cache/tmp-install/dist-newstyle/build/x86_64-linux/ghc-9.2.4/crypton-x509-store-1.6.9/noopt/hpc/vanilla/html/crypton-x509-store-1.6.9/hpc_index.html