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

Build log

> /tmp/stackage-build2452$ stack unpack throttle-io-stream-0.2.0.1@sha256:4ccc82920f43ad9ec2babad4bb0f48ce4c328973e56aba9e59a7e0d991c557cf
Unpacked throttle-io-stream-0.2.0.1 to /tmp/stackage-build2452/throttle-io-stream-0.2.0.1/
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ 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-build2452/throttle-io-stream-0.2.0.1$ ./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/throttle-io-stream-0.2.0.1 --htmldir=/home/circleci/project/builds/nightly/doc/throttle-io-stream-0.2.0.1 --haddockdir=/home/circleci/project/builds/nightly/doc/throttle-io-stream-0.2.0.1
Configuring throttle-io-stream-0.2.0.1...
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ./Setup build
Preprocessing library for throttle-io-stream-0.2.0.1..
Building library for throttle-io-stream-0.2.0.1..
[1 of 3] Compiling Control.Concurrent.Throttle.Ema ( src/Control/Concurrent/Throttle/Ema.hs, dist/build/Control/Concurrent/Throttle/Ema.o )
[2 of 3] Compiling Control.Concurrent.Throttle ( src/Control/Concurrent/Throttle.hs, dist/build/Control/Concurrent/Throttle.o )
[3 of 3] Compiling Paths_throttle_io_stream ( dist/build/autogen/Paths_throttle_io_stream.hs, dist/build/Paths_throttle_io_stream.o )
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ./Setup copy
Installing library in /home/circleci/project/builds/nightly/lib/x86_64-linux-ghc-8.7.20181119/throttle-io-stream-0.2.0.1-74hLRpoQlbeAyXN0zoMhSQ
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ./Setup register
Registering library for throttle-io-stream-0.2.0.1..

Test log

> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ./Setup configure --enable-tests --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/throttle-io-stream-0.2.0.1 --htmldir=/home/circleci/project/builds/nightly/doc/throttle-io-stream-0.2.0.1 --haddockdir=/home/circleci/project/builds/nightly/doc/throttle-io-stream-0.2.0.1
Configuring throttle-io-stream-0.2.0.1...
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ghc -clear-package-db -global-package-db -package-db=/home/circleci/project/builds/nightly/pkgdb Setup
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ ./Setup build
Preprocessing library for throttle-io-stream-0.2.0.1..
Building library for throttle-io-stream-0.2.0.1..
[1 of 3] Compiling Control.Concurrent.Throttle.Ema ( src/Control/Concurrent/Throttle/Ema.hs, dist/build/Control/Concurrent/Throttle/Ema.o )
[2 of 3] Compiling Control.Concurrent.Throttle ( src/Control/Concurrent/Throttle.hs, dist/build/Control/Concurrent/Throttle.o )
[3 of 3] Compiling Paths_throttle_io_stream ( dist/build/autogen/Paths_throttle_io_stream.hs, dist/build/Paths_throttle_io_stream.o )
Preprocessing test suite 'throttle-io-stream-test' for throttle-io-stream-0.2.0.1..
Building test suite 'throttle-io-stream-test' for throttle-io-stream-0.2.0.1..
[1 of 1] Compiling Main             ( tests/Simple.hs, dist/build/throttle-io-stream-test/throttle-io-stream-test-tmp/Main.o )
Linking dist/build/throttle-io-stream-test/throttle-io-stream-test ...
> /tmp/stackage-build2452/throttle-io-stream-0.2.0.1$ dist/build/throttle-io-stream-test/throttle-io-stream-test

Simple:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
  Simple: [OK]

         Test Cases  Total      
 Passed  1           1          
 Failed  0           0          
 Total   1           1