bolu61
Remove all blank lines
d9fff1e unverified
travis_fold:start:worker_info
Worker information
hostname: bb639939-6bfe-4171-a129-85525a8bd872@1.production-1-worker-org-gce-ptdl
version: v6.2.0 https://github.com/travis-ci/worker/tree/5e5476e01646095f48eec13196fdb3faf8f5cbf7
instance: travis-job-34542502-bd37-4751-ab21-9e42d960e78d travis-ci-onion-1803-containers-1542208204-ad01dca (via amqp)
startup: 6.744622813s
travis_fold:end:worker_info
Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
travis_fold:start:git.checkout
travis_time:start:13487bf5
$ git clone --depth=50 --branch=master https://github.com/purescript/purescript.git purescript/purescript
Cloning into 'purescript/purescript'...
travis_time:end:13487bf5:start=1561318835254042800,finish=1561318838336571500,duration=3082528700
$ cd purescript/purescript
$ git checkout -qf b210a1cb901962122114621b490de2bb171d2c6d
travis_fold:end:git.checkout
Setting environment variables from repository settings
$ export RELEASE_KEY=[secure]
Setting environment variables from .travis.yml
$ export STACK_VERSION=2.1.1
$ export STACK_ROOT=$HOME/.stack
travis_fold:start:nvs.setup
Using NVS for managing Node.js versions on Windows (BETA)
travis_time:start:24fd3de6
$ git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME
Cloning into 'C:\ProgramData/nvs'...
travis_time:end:24fd3de6:start=1561318841415200300,finish=1561318842669980600,duration=1254780300
travis_time:start:16eddb6e
$ source $NVS_HOME/nvs.sh
travis_time:end:16eddb6e:start=1561318842729810500,finish=1561318843094624800,duration=364814300
travis_fold:end:nvs.setup
travis_time:start:1ab5ca40
$ nvs add 10
Downloading bootstrap node from https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x64.7z
###### 8.6%
###################################################################### 97.7%
######################################################################## 100.0%
Added at: C:\ProgramData\nvs\node\10.16.0\x64\node.exe
To use this version now: nvs use node/10.16.0/x64
travis_time:end:1ab5ca40:start=1561318843281501300,finish=1561318857264538900,duration=13983037600
travis_time:start:2b9d7eac
$ nvs use 10
PATH += C:\ProgramData\nvs\node\10.16.0\x64
travis_time:end:2b9d7eac:start=1561318857349290100,finish=1561318857843435800,duration=494145700
travis_fold:start:cache.1
Setting up build cache
$ export CASHER_DIR=${TRAVIS_HOME}/.casher
travis_time:start:018c35dc
$ Installing caching utilities
travis_time:end:018c35dc:start=1561318863230109400,finish=1561318863591822300,duration=361712900
travis_time:start:000cac17
attempting to download cache archive
fetching master/cache-windows-1803-containers-c8a3b55330a6a76e9d657be5b213608c0efe4ecd855aab598e29fad82628147c--node-10.tgz
found cache
travis_time:end:000cac17:start=1561318863727039200,finish=1561318866945714000,duration=3218674800
travis_time:start:059e4dfb
adding C:/Users/travis/.stack to cache
creating directory C:/Users/travis/.stack
travis_time:end:059e4dfb:start=1561318867061938900,finish=1561318909733258800,duration=42671319900
travis_fold:end:cache.1
$ node --version
v10.16.0
$ npm --version
6.9.0
$ nvs --version
1.5.2
travis_fold:start:install.1
travis_time:start:191dae2c
$ if [ "$TRAVIS_OS_NAME" = "windows" ]
then
ci/disable-windows-defender.sh
fi
DisableArchiveScanning...
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
17 4 444 1176 0.03 4548 0 powershell
DisableBehaviorMonitoring...
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
0 2 408 88 0.48 3032 0 powershell
DisableRealtimeMonitoring...
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
0 2 416 92 0.50 4960 0 powershell
travis_time:end:191dae2c:start=1561318910920244300,finish=1561318937713061100,duration=26792816800
travis_fold:end:install.1
travis_fold:start:install.2
travis_time:start:04d9b2d9
$ mkdir -p "$HOME/.local/bin"
travis_time:end:04d9b2d9:start=1561318937767377900,finish=1561318937837924400,duration=70546500
travis_fold:end:install.2
travis_fold:start:install.3
travis_time:start:057b2ba2
$ export PATH="$PATH:$HOME/.local/bin"
travis_time:end:057b2ba2:start=1561318937895545500,finish=1561318937938862900,duration=43317400
travis_fold:end:install.3
travis_fold:start:install.4
travis_time:start:2a872966
$ URL="https://github.com/commercialhaskell/stack/releases/download/v${STACK_VERSION}/stack-${STACK_VERSION}-${TRAVIS_OS_NAME}-x86_64.tar.gz"
mkdir "$HOME/stack"
pushd "$HOME/stack"
curl --location "$URL" > stack.tar.gz
tar -xzf stack.tar.gz --strip-components=1
mv stack "$HOME/.local/bin/"
popd
~/stack ~/build/purescript/purescript
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 623 0 623 0 0 623 0 --:--:-- --:--:-- --:--:-- 2097
5 13.8M 5 815k 0 0 815k 0 0:00:17 --:--:-- 0:00:17 815k
100 13.8M 100 13.8M 0 0 13.8M 0 0:00:01 0:00:01 --:--:-- 18.5M
~/build/purescript/purescript
travis_time:end:2a872966:start=1561318937991451500,finish=1561318940511762900,duration=2520311400
travis_fold:end:install.4
travis_fold:start:install.5
travis_time:start:07af2fda
$ if which timeout >/dev/null
then
TIMEOUT=timeout
elif [ "$TRAVIS_OS_NAME" == "osx" ]
then
if ! which gtimeout >/dev/null
then
brew update
brew install coreutils
fi
TIMEOUT=gtimeout
else
echo "Unable to set up timeout command"
exit 1
fi
travis_time:end:07af2fda:start=1561318940551093200,finish=1561318940605096900,duration=54003700
travis_fold:end:install.5
travis_fold:start:install.6
travis_time:start:106e06e0
$ stack --version
Version 2.1.1, Git revision f612ea85316bbc327a64e4ad8d9f0b150dc12d4b (7648 commits) x86_64 hpack-0.31.2
travis_time:end:106e06e0:start=1561318940645289700,finish=1561318940712976700,duration=67687000
travis_fold:end:install.6
travis_fold:start:install.7
travis_time:start:1ffc9d24
$ stack --no-terminal setup
stty: 'standard input': Inappropriate ioctl for device
Preparing to install GHC to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-8.6.4 ...
ghc-8.6.4: download has begun
ghc-8.6.4: 9.13 MiB / 170.51 MiB ( 5.35%) downloaded...
ghc-8.6.4: 17.99 MiB / 170.51 MiB ( 10.55%) downloaded...
ghc-8.6.4: 27.78 MiB / 170.51 MiB ( 16.29%) downloaded...
ghc-8.6.4: 37.49 MiB / 170.51 MiB ( 21.99%) downloaded...
ghc-8.6.4: 47.22 MiB / 170.51 MiB ( 27.69%) downloaded...
ghc-8.6.4: 56.78 MiB / 170.51 MiB ( 33.30%) downloaded...
ghc-8.6.4: 65.80 MiB / 170.51 MiB ( 38.59%) downloaded...
ghc-8.6.4: 75.39 MiB / 170.51 MiB ( 44.22%) downloaded...
ghc-8.6.4: 85.53 MiB / 170.51 MiB ( 50.16%) downloaded...
ghc-8.6.4: 94.75 MiB / 170.51 MiB ( 55.57%) downloaded...
ghc-8.6.4: 104.49 MiB / 170.51 MiB ( 61.28%) downloaded...
ghc-8.6.4: 114.06 MiB / 170.51 MiB ( 66.90%) downloaded...
ghc-8.6.4: 123.88 MiB / 170.51 MiB ( 72.65%) downloaded...
ghc-8.6.4: 133.99 MiB / 170.51 MiB ( 78.58%) downloaded...
ghc-8.6.4: 143.52 MiB / 170.51 MiB ( 84.17%) downloaded...
ghc-8.6.4: 152.89 MiB / 170.51 MiB ( 89.67%) downloaded...
ghc-8.6.4: 162.22 MiB / 170.51 MiB ( 95.14%) downloaded...
ghc-8.6.4: 170.51 MiB / 170.51 MiB (100.00%) downloaded...
Downloaded ghc-8.6.4.
Preparing to download 7z.dll ...
7z.dll: download has begun
7z.dll: 437.00 KiB / 437.00 KiB (100.00%) downloaded...
Downloaded 7z.dll.
Preparing to download 7z.exe ...
7z.exe: download has begun
7z.exe: 72.00 KiB / 72.00 KiB (100.00%) downloaded...
Downloaded 7z.exe.
Decompressing ghc-8.6.4.tar.xz...
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4.tar.xz
Extracting ghc-8.6.4.tar
Everything is Ok
Size: 935936000
Compressed: 178790960
Extracting ghc-8.6.4.tar...
Extracted 77 files
Extracted 145 files
Extracted 217 files
Extracted 286 files
Extracted 359 files
Extracted 425 files
Extracted 482 files
Extracted 539 files
Extracted 595 files
Extracted 649 files
Extracted 707 files
Extracted 768 files
Extracted 845 files
Extracted 930 files
Extracted 1014 files
Extracted 1092 files
Extracted 1173 files
Extracted 1257 files
Extracted 1329 files
Extracted 1394 files
Extracted 1472 files
Extracted 1540 files
Extracted 1607 files
Extracted 1667 files
Extracted 1728 files
Extracted 1787 files
Extracted 1850 files
Extracted 1931 files
Extracted 1997 files
Extracted 2059 files
Extracted 2128 files
Extracted 2189 files
Extracted 2241 files
Extracted 2281 files
Extracted 2321 files
Extracted 2361 files
Extracted 2404 files
Extracted 2447 files
Extracted 2496 files
Extracted 2562 files
Extracted 2625 files
Extracted 2693 files
Extracted 2755 files
Extracted 2834 files
Extracted 2884 files
Extracted 2934 files
Extracted 3001 files
Extracted 3069 files
Extracted 3139 files
Extracted 3210 files
Extracted 3275 files
Extracted 3336 files
Extracted 3399 files
Extracted 3460 files
Extracted 3522 files
Extracted 3582 files
Extracted 3644 files
Extracted 3706 files
Extracted 3767 files
Extracted 3822 files
Extracted 3885 files
Extracted 3947 files
Extracted 4010 files
Extracted 4073 files
Extracted 4136 files
Extracted 4196 files
Extracted 4258 files
Extracted 4320 files
Extracted 4380 files
Extracted 4442 files
Extracted 4504 files
Extracted 4566 files
Extracted 4627 files
Extracted 4691 files
Extracted 4751 files
Extracted 4813 files
Extracted 4874 files
Extracted 4936 files
Extracted 5000 files
Extracted 5065 files
Extracted 5127 files
Extracted 5190 files
Extracted 5255 files
Extracted 5320 files
Extracted 5384 files
Extracted 5449 files
Extracted 5513 files
Extracted 5578 files
Extracted 5642 files
Extracted 5707 files
Extracted 5771 files
Extracted 5834 files
Extracted 5899 files
Extracted 5963 files
Extracted 6027 files
Extracted 6092 files
Extracted 6156 files
Extracted 6219 files
Extracted 6231 files
Extracted total of 6231 files from ghc-8.6.4.tar
GHC installed to C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\
Preparing to download msys2-20180531 ...
msys2-20180531: download has begun
msys2-20180531: 7.94 MiB / 61.01 MiB ( 13.01%) downloaded...
msys2-20180531: 17.60 MiB / 61.01 MiB ( 28.84%) downloaded...
msys2-20180531: 27.66 MiB / 61.01 MiB ( 45.33%) downloaded...
msys2-20180531: 37.88 MiB / 61.01 MiB ( 62.08%) downloaded...
msys2-20180531: 46.58 MiB / 61.01 MiB ( 76.35%) downloaded...
msys2-20180531: 55.64 MiB / 61.01 MiB ( 91.20%) downloaded...
msys2-20180531: 61.01 MiB / 61.01 MiB (100.00%) downloaded...
Downloaded msys2-20180531.
Preparing to download 7z.dll ...
Already downloaded.
Preparing to download 7z.exe ...
Already downloaded.
Decompressing msys2-20180531.tar.xz...
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531.tar.xz
Extracting msys2-20180531.tar
Everything is Ok
Size: 281825280
Compressed: 63974800
Extracting msys2-20180531.tar...
Extracted 102 files
Extracted 215 files
Extracted 322 files
Extracted 411 files
Extracted 508 files
Extracted 619 files
Extracted 713 files
Extracted 805 files
Extracted 891 files
Extracted 975 files
Extracted 1059 files
Extracted 1145 files
Extracted 1231 files
Extracted 1316 files
Extracted 1399 files
Extracted 1482 files
Extracted 1567 files
Extracted 1656 files
Extracted 1743 files
Extracted 1828 files
Extracted 1915 files
Extracted 2000 files
Extracted 2086 files
Extracted 2166 files
Extracted 2248 files
Extracted 2332 files
Extracted 2420 files
Extracted 2505 files
Extracted 2587 files
Extracted 2669 files
Extracted 2754 files
Extracted 2839 files
Extracted 2920 files
Extracted 3007 files
Extracted 3094 files
Extracted 3178 files
Extracted 3263 files
Extracted 3346 files
Extracted 3425 files
Extracted 3510 files
Extracted 3592 files
Extracted 3654 files
Extracted 3717 files
Extracted 3780 files
Extracted 3844 files
Extracted 3907 files
Extracted 3970 files
Extracted 4033 files
Extracted 4095 files
Extracted 4159 files
Extracted 4221 files
Extracted 4286 files
Extracted 4364 files
Extracted 4433 files
Extracted 4515 files
Extracted 4596 files
Extracted 4670 files
Extracted 4740 files
Extracted 4807 files
Extracted 4876 files
Extracted 4946 files
Extracted 5017 files
Extracted 5087 files
Extracted 5158 files
Extracted 5231 files
Extracted 5302 files
Extracted 5371 files
Extracted 5439 files
Extracted 5511 files
Extracted 5579 files
Extracted 5652 files
Extracted 5734 files
Extracted 5817 files
Extracted 5894 files
Extracted 5971 files
Extracted 6054 files
Extracted 6129 files
Extracted 6196 files
Extracted 6262 files
Extracted 6330 files
Extracted 6399 files
Extracted 6468 files
Extracted 6534 files
Extracted 6596 files
Extracted 6657 files
Extracted 6721 files
Extracted 6785 files
Extracted 6847 files
Extracted 6913 files
Extracted 6983 files
Extracted 7052 files
Extracted 7121 files
Extracted 7188 files
Extracted 7250 files
Extracted 7314 files
Extracted 7381 files
Extracted 7445 files
Extracted 7509 files
Extracted 7567 files
Extracted 7633 files
Extracted 7707 files
Extracted 7778 files
Extracted 7850 files
Extracted 7922 files
Extracted 7980 files
Extracted 8041 files
Extracted 8107 files
Extracted 8180 files
Extracted 8255 files
Extracted 8326 files
Extracted 8393 files
Extracted 8462 files
Extracted 8529 files
Extracted 8600 files
Extracted 8672 files
Extracted 8733 files
Extracted 8791 files
Extracted 8848 files
Extracted 8909 files
Extracted 8972 files
Extracted 9046 files
Extracted 9116 files
Extracted 9193 files
Extracted 9256 files
Extracted 9315 files
Extracted 9391 files
Extracted 9476 files
Extracted 9563 files
Extracted 9646 files
Extracted 9727 files
Extracted 9808 files
Extracted 9890 files
Extracted 9973 files
Extracted 10053 files
Extracted 10135 files
Extracted 10215 files
Extracted 10294 files
Extracted 10379 files
Extracted 10462 files
Extracted 10545 files
Extracted 10629 files
Extracted 10711 files
Extracted 10794 files
Extracted 10873 files
Extracted 10952 files
Extracted 11029 files
Extracted 11113 files
Extracted 11195 files
Extracted 11277 files
Extracted 11354 files
Extracted 11435 files
Extracted 11517 files
Extracted 11598 files
Extracted 11675 files
Extracted 11760 files
Extracted 11842 files
Extracted 11924 files
Extracted 12005 files
Extracted 12085 files
Extracted 12162 files
Extracted 12241 files
Extracted 12320 files
Extracted 12391 files
Extracted 12463 files
Extracted 12540 files
Extracted 12618 files
Extracted 12700 files
Extracted 12779 files
Extracted 12857 files
Extracted 12924 files
Extracted 12989 files
Extracted 13055 files
Extracted 13124 files
Extracted 13195 files
Extracted 13266 files
Extracted 13337 files
Extracted 13410 files
Extracted 13483 files
Extracted 13549 files
Extracted 13615 files
Extracted 13680 files
Extracted 13750 files
Extracted 13820 files
Extracted 13892 files
Extracted 13963 files
Extracted 14035 files
Extracted 14115 files
Extracted 14193 files
Extracted 14261 files
Extracted 14327 files
Extracted 14393 files
Extracted 14458 files
Extracted 14524 files
Extracted 14569 files
Extracted total of 14569 files from msys2-20180531.tar
travis_time:end:1ffc9d24:start=1561318940752285300,finish=1561319024934799700,duration=84182514400
travis_fold:end:install.7
travis_fold:start:install.8
travis_time:start:00a6691d
$ stack path
stack will use a sandboxed GHC it installed
For more information on paths, see 'stack path' and 'stack exec env'
To use this GHC and packages outside of a project, consider using:
stack ghc, stack ghci, stack runghc, or stack exec
stty: 'standard input': Inappropriate ioctl for device
snapshot-doc-root: C:\Users\travis\.stack\snapshots\478fb636\doc
local-doc-root: C:\Users\travis\build\purescript\purescript\.stack-work\install\6421c514\doc
local-hoogle-root: C:\Users\travis\build\purescript\purescript\.stack-work\hoogle\6421c514
stack-root: C:\Users\travis\.stack
project-root: C:\Users\travis\build\purescript\purescript
config-location: C:\Users\travis\build\purescript\purescript\stack.yaml
bin-path: .;C:\Users\travis\.stack\snapshots\2968126c\bin;C:\Users\travis\.stack\compiler-tools\x86_64-windows\ghc-8.6.4\bin;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\bin;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\mingw\bin;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\mingw64\bin;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\usr\bin;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\usr\local\bin;C:\ProgramData\nvs\node\10.16.0\x64;node_modules\.bin;C:\program files\git\usr\bin;C:\program files\git\usr\bin;C:\tools\ruby25\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\Google\Compute Engine\sysprep;C:\Program Files\Docker;C:\ProgramData\chocolatey\bin;C:\Program Files\CMake\bin;C:\Program Files\Git\cmd;C:\Program Files\LLVM\bin;C:\Program Files\dotnet;C:\Users\travis\AppData\Local\Microsoft\WindowsApps;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;C:\Users\travis\.local\bin
programs: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows
compiler-exe: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\bin\ghc-8.6.4.EXE
compiler-bin: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\bin
compiler-tools-bin: C:\Users\travis\.stack\compiler-tools\x86_64-windows\ghc-8.6.4\bin
local-bin: C:\Users\travis\AppData\Roaming\local\bin
extra-include-dirs: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\mingw64\include
extra-library-dirs: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\mingw64\lib, C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\msys2-20180531\mingw64\bin
snapshot-pkg-db: C:\Users\travis\.stack\snapshots\2968126c\pkgdb
local-pkg-db: C:\Users\travis\build\purescript\purescript\.stack-work\install\19977d50\pkgdb
global-pkg-db: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\lib\package.conf.d
ghc-package-path: C:\Users\travis\build\purescript\purescript\.stack-work\install\19977d50\pkgdb;C:\Users\travis\.stack\snapshots\2968126c\pkgdb;C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows\ghc-8.6.4\lib\package.conf.d
snapshot-install-root: C:\Users\travis\.stack\snapshots\2968126c
local-install-root: C:\Users\travis\build\purescript\purescript\.stack-work\install\19977d50
dist-dir: .stack-work\dist\e626a42b
local-hpc-root: C:\Users\travis\build\purescript\purescript\.stack-work\install\19977d50\hpc
local-bin-path: C:\Users\travis\AppData\Roaming\local\bin
ghc-paths: C:\Users\travis\AppData\Local\Programs\stack\x86_64-windows
travis_time:end:00a6691d:start=1561319024985566400,finish=1561319027211276900,duration=2225710500
travis_fold:end:install.8
travis_fold:start:install.9
travis_time:start:1b70cec0
$ npm install -g bower
npm WARN deprecated [email protected]: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
C:\ProgramData\nvs\node\10.16.0\x64\bower -> C:\ProgramData\nvs\node\10.16.0\x64\node_modules\bower\bin\bower
+ [email protected]
added 1 package from 1 contributor in 7.548s
travis_time:end:1b70cec0:start=1561319027259071000,finish=1561319036060608600,duration=8801537600
travis_fold:end:install.9
travis_fold:start:install.10
travis_time:start:1fe3ae3c
$ export OS_NAME=$(./ci/convert-os-name.sh)
travis_time:end:1fe3ae3c:start=1561319036107773500,finish=1561319036173479000,duration=65705500
travis_fold:end:install.10
travis_fold:start:install.11
travis_time:start:1673729a
$ if [ -n "$TRAVIS_TAG" ]
then
export CI_RELEASE=true
fi
travis_time:end:1673729a:start=1561319036218036300,finish=1561319036250422400,duration=32386100
travis_fold:end:install.11
travis_time:start:0dc25820
$ $TIMEOUT 35m ci/build.sh
+ STACK='stack --no-terminal --jobs=2'
+ STACK_OPTS=--test
+ '[' '' = true ']'
+ STACK_OPTS='--test --fast'
+ stack --no-terminal --jobs=2 build --only-snapshot --test --fast
stty: 'standard input': Inappropriate ioctl for device
tagsoup > configure
tagsoup > Configuring tagsoup-0.14.7...
tagsoup > build
QuickCheck > configure
tagsoup > Preprocessing library for tagsoup-0.14.7..
tagsoup > Building library for tagsoup-0.14.7..
tagsoup > [ 1 of 13] Compiling Text.HTML.TagSoup.Entity
QuickCheck > Configuring QuickCheck-2.12.6.1...
QuickCheck > build
QuickCheck > Preprocessing library for QuickCheck-2.12.6.1..
QuickCheck > Building library for QuickCheck-2.12.6.1..
QuickCheck > [ 1 of 16] Compiling Test.QuickCheck.Exception
QuickCheck > [ 2 of 16] Compiling Test.QuickCheck.Random
QuickCheck > [ 3 of 16] Compiling Test.QuickCheck.Gen
QuickCheck > [ 4 of 16] Compiling Test.QuickCheck.Gen.Unsafe
QuickCheck > [ 5 of 16] Compiling Test.QuickCheck.Arbitrary
QuickCheck > [ 6 of 16] Compiling Test.QuickCheck.Poly
QuickCheck > [ 7 of 16] Compiling Test.QuickCheck.Modifiers
tagsoup > [ 2 of 13] Compiling Text.StringLike
tagsoup > [ 3 of 13] Compiling Text.HTML.TagSoup.Type
tagsoup > [ 4 of 13] Compiling Text.HTML.TagSoup.Match
tagsoup > [ 5 of 13] Compiling Text.HTML.TagSoup.Render
QuickCheck > [ 8 of 16] Compiling Test.QuickCheck.Function
tagsoup > [ 6 of 13] Compiling Text.HTML.TagSoup.Options
tagsoup > [ 7 of 13] Compiling Text.HTML.TagSoup.Implementation
tagsoup > [ 8 of 13] Compiling Text.HTML.TagSoup.Specification
QuickCheck > [ 9 of 16] Compiling Test.QuickCheck.Text
QuickCheck > [10 of 16] Compiling Test.QuickCheck.State
tagsoup > [ 9 of 13] Compiling Text.HTML.TagSoup.Manual
tagsoup > [10 of 13] Compiling Text.HTML.TagSoup.Generated
tagsoup > [11 of 13] Compiling Text.HTML.TagSoup.Parser
QuickCheck > [11 of 16] Compiling Test.QuickCheck.Property
tagsoup > [12 of 13] Compiling Text.HTML.TagSoup
tagsoup > [13 of 13] Compiling Text.HTML.TagSoup.Tree
tagsoup > copy/register
tagsoup > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tagsoup-0.14.7-Ck5gKg7dI6i6Mp7rCZjs7X
tagsoup > Registering library for tagsoup-0.14.7..
th-abstraction > configure
th-abstraction > Configuring th-abstraction-0.2.11.0...
th-abstraction > build
QuickCheck > [12 of 16] Compiling Test.QuickCheck.Test
th-abstraction > Preprocessing library for th-abstraction-0.2.11.0..
th-abstraction > Building library for th-abstraction-0.2.11.0..
th-abstraction > [1 of 2] Compiling Language.Haskell.TH.Datatype.Internal
th-abstraction > [2 of 2] Compiling Language.Haskell.TH.Datatype
QuickCheck > [13 of 16] Compiling Test.QuickCheck.Monadic
QuickCheck > [14 of 16] Compiling Test.QuickCheck.All
QuickCheck > [15 of 16] Compiling Test.QuickCheck.Features
QuickCheck > [16 of 16] Compiling Test.QuickCheck
QuickCheck > copy/register
QuickCheck > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\QuickCheck-2.12.6.1-FurF8Z9cNC7LPdADW0NOg6
QuickCheck > Registering library for QuickCheck-2.12.6.1..
quickcheck-io > configure
quickcheck-io > Configuring quickcheck-io-0.2.0...
quickcheck-io > build
quickcheck-io > Preprocessing library for quickcheck-io-0.2.0..
quickcheck-io > Building library for quickcheck-io-0.2.0..
quickcheck-io > [1 of 2] Compiling Paths_quickcheck_io
quickcheck-io > [2 of 2] Compiling Test.QuickCheck.IO
quickcheck-io > copy/register
quickcheck-io > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\quickcheck-io-0.2.0-2NIXxaLW1Yb5t1zV8LMgzM
quickcheck-io > Registering library for quickcheck-io-0.2.0..
th-abstraction > copy/register
th-abstraction > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\th-abstraction-0.2.11.0-DAhuCgi08HTBWsDjm9nrOq
hspec-core > configure
th-abstraction > Registering library for th-abstraction-0.2.11.0..
hspec-core > Configuring hspec-core-2.6.1...
hspec-core > build
microlens-th > configure
hspec-core > Preprocessing library for hspec-core-2.6.1..
hspec-core > Building library for hspec-core-2.6.1..
microlens-th > Configuring microlens-th-0.4.2.3...
hspec-core > [ 1 of 27] Compiling Control.Concurrent.Async
microlens-th > build
microlens-th > Preprocessing library for microlens-th-0.4.2.3..
microlens-th > Building library for microlens-th-0.4.2.3..
microlens-th > [1 of 1] Compiling Lens.Micro.TH
hspec-core > [ 2 of 27] Compiling Data.Algorithm.Diff
hspec-core > [ 3 of 27] Compiling Paths_hspec_core
hspec-core > [ 4 of 27] Compiling Test.Hspec.Core.Clock
hspec-core > [ 5 of 27] Compiling Test.Hspec.Core.Compat
hspec-core > [ 6 of 27] Compiling Test.Hspec.Core.Example.Location
hspec-core > [ 7 of 27] Compiling Test.Hspec.Core.Formatters.Diff
hspec-core > [ 8 of 27] Compiling Test.Hspec.Core.Formatters.Free
hspec-core > [ 9 of 27] Compiling Test.Hspec.Core.Timer
hspec-core > [10 of 27] Compiling Test.Hspec.Core.Util
hspec-core > [11 of 27] Compiling Test.Hspec.Core.QuickCheckUtil
hspec-core > [12 of 27] Compiling Test.Hspec.Core.Example
microlens-th > copy/register
microlens-th > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\microlens-th-0.4.2.3-2ty2TK3jSO111y1tN2Ao3p
hspec-core > [13 of 27] Compiling Test.Hspec.Core.Tree
microlens-th > Registering library for microlens-th-0.4.2.3..
time-locale-compat > configure
hspec-core > [14 of 27] Compiling Test.Hspec.Core.Spec.Monad
time-locale-compat > Configuring time-locale-compat-0.1.1.5...
hspec-core > [15 of 27] Compiling Test.Hspec.Core.Hooks
time-locale-compat > build
time-locale-compat > Preprocessing library for time-locale-compat-0.1.1.5..
time-locale-compat > Building library for time-locale-compat-0.1.1.5..
hspec-core > [16 of 27] Compiling Test.Hspec.Core.Spec
time-locale-compat > [1 of 1] Compiling Data.Time.Locale.Compat
time-locale-compat > copy/register
time-locale-compat > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\time-locale-compat-0.1.1.5-4Kz46WDKPmGDmYVdO1w5q7
time-locale-compat > Registering library for time-locale-compat-0.1.1.5..
hspec-core > [17 of 27] Compiling Test.Hspec.Core.QuickCheck
transformers-compat > configure
hspec-core > [18 of 27] Compiling Test.Hspec.Core.Formatters.Monad
hspec-core > [19 of 27] Compiling Test.Hspec.Core.Formatters
transformers-compat > Configuring transformers-compat-0.6.2...
transformers-compat > build
transformers-compat > Preprocessing library for transformers-compat-0.6.2..
transformers-compat > Building library for transformers-compat-0.6.2..
transformers-compat > [1 of 4] Compiling Control.Monad.Trans.Instances
hspec-core > [20 of 27] Compiling Test.Hspec.Core.Format
hspec-core > [21 of 27] Compiling Test.Hspec.Core.Runner.Eval
transformers-compat > [2 of 4] Compiling Data.Functor.Classes.Generic.Internal
hspec-core > [22 of 27] Compiling Test.Hspec.Core.Formatters.Internal
transformers-compat > [3 of 4] Compiling Data.Functor.Classes.Generic
transformers-compat > [4 of 4] Compiling Paths_transformers_compat
hspec-core > [23 of 27] Compiling Test.Hspec.Core.Config.Util
hspec-core > [24 of 27] Compiling Test.Hspec.Core.Config.Options
transformers-compat > copy/register
transformers-compat > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\transformers-compat-0.6.2-HqiqBLGoQ65GpfC14gDerM
transformers-compat > Registering library for transformers-compat-0.6.2..
Glob > configure
Glob > Configuring Glob-0.9.3...
Glob > build
Glob > Preprocessing library for Glob-0.9.3..
Glob > Building library for Glob-0.9.3..
Glob > [1 of 7] Compiling System.FilePath.Glob.Utils
hspec-core > [25 of 27] Compiling Test.Hspec.Core.FailureReport
hspec-core > [26 of 27] Compiling Test.Hspec.Core.Config
Glob > [2 of 7] Compiling System.FilePath.Glob.Base
hspec-core > [27 of 27] Compiling Test.Hspec.Core.Runner
hspec-core > copy/register
hspec-core > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\hspec-core-2.6.1-GeT2gML7bWgAXpFFZEIIuz
hspec-core > Registering library for hspec-core-2.6.1..
constraints > configure
constraints > Configuring constraints-0.10.1...
constraints > build
constraints > Preprocessing library for constraints-0.10.1..
constraints > Building library for constraints-0.10.1..
Glob > [3 of 7] Compiling System.FilePath.Glob.Simplify
Glob > [4 of 7] Compiling System.FilePath.Glob.Primitive
Glob > [5 of 7] Compiling System.FilePath.Glob.Match
constraints > [1 of 7] Compiling Data.Constraint
Glob > [6 of 7] Compiling System.FilePath.Glob.Directory
Glob > [7 of 7] Compiling System.FilePath.Glob
Glob > copy/register
Glob > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\Glob-0.9.3-962XUSRAczq710r3sAWrml
Glob > Registering library for Glob-0.9.3..
exceptions > configure
exceptions > Configuring exceptions-0.10.0...
constraints > [2 of 7] Compiling Data.Constraint.Deferrable
constraints > [3 of 7] Compiling Data.Constraint.Forall
exceptions > build
exceptions > Preprocessing library for exceptions-0.10.0..
exceptions > Building library for exceptions-0.10.0..
constraints > [4 of 7] Compiling Data.Constraint.Lifting
exceptions > [1 of 2] Compiling Control.Monad.Catch
constraints > [5 of 7] Compiling Data.Constraint.Nat
exceptions > [2 of 2] Compiling Control.Monad.Catch.Pure
constraints > [6 of 7] Compiling Data.Constraint.Symbol
constraints > [7 of 7] Compiling Data.Constraint.Unsafe
constraints > copy/register
constraints > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\constraints-0.10.1-J7aZAji0bMn1HOR4kOs6LA
constraints > Registering library for constraints-0.10.1..
exceptions > copy/register
exceptions > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\exceptions-0.10.0-Fk1gadAOfJNLLwbSwI7o3A
hspec > configure
exceptions > Registering library for exceptions-0.10.0..
hspec > Configuring hspec-2.6.1...
hspec > build
microlens-mtl > configure
hspec > Preprocessing library for hspec-2.6.1..
hspec > Building library for hspec-2.6.1..
hspec > [1 of 6] Compiling Paths_hspec
hspec > [2 of 6] Compiling Test.Hspec.Formatters
hspec > [3 of 6] Compiling Test.Hspec.Discover
microlens-mtl > Configuring microlens-mtl-0.1.11.1...
hspec > [4 of 6] Compiling Test.Hspec.Runner
hspec > [5 of 6] Compiling Test.Hspec
hspec > [6 of 6] Compiling Test.Hspec.QuickCheck
microlens-mtl > build
microlens-mtl > Preprocessing library for microlens-mtl-0.1.11.1..
microlens-mtl > Building library for microlens-mtl-0.1.11.1..
hspec > copy/register
hspec > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\hspec-2.6.1-LjqhLwLMYol7ztsdzmWwpc
microlens-mtl > [1 of 2] Compiling Lens.Micro.Mtl.Internal
hspec > Registering library for hspec-2.6.1..
optparse-applicative> configure
optparse-applicative> Configuring optparse-applicative-0.14.3.0...
optparse-applicative> build
optparse-applicative> Preprocessing library for optparse-applicative-0.14.3.0..
optparse-applicative> Building library for optparse-applicative-0.14.3.0..
optparse-applicative> [ 1 of 16] Compiling Options.Applicative.Help.Levenshtein
optparse-applicative> [ 2 of 16] Compiling Options.Applicative.Help.Pretty
optparse-applicative> [ 3 of 16] Compiling Options.Applicative.Help.Chunk
optparse-applicative> [ 4 of 16] Compiling Options.Applicative.Help.Types
optparse-applicative> [ 5 of 16] Compiling Options.Applicative.Types
microlens-mtl > [2 of 2] Compiling Lens.Micro.Mtl
microlens-mtl > copy/register
microlens-mtl > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\microlens-mtl-0.1.11.1-1mxTAKSEqo9BqmB0MifzpU
microlens-mtl > Registering library for microlens-mtl-0.1.11.1..
protolude > configure
protolude > Configuring protolude-0.2.3...
protolude > build
protolude > Preprocessing library for protolude-0.2.3..
protolude > Building library for protolude-0.2.3..
protolude > [ 1 of 19] Compiling Protolude.Applicative
optparse-applicative> [ 6 of 16] Compiling Options.Applicative.Internal
protolude > [ 2 of 19] Compiling Protolude.Base
protolude > [ 3 of 19] Compiling Protolude.Bifunctor
protolude > [ 4 of 19] Compiling Protolude.Bool
protolude > [ 5 of 19] Compiling Protolude.CallStack
protolude > [ 6 of 19] Compiling Protolude.Conv
protolude > [ 7 of 19] Compiling Protolude.Either
protolude > [ 8 of 19] Compiling Protolude.Error
protolude > [ 9 of 19] Compiling Protolude.Exceptions
protolude > [10 of 19] Compiling Protolude.Functor
protolude > [11 of 19] Compiling Protolude.List
protolude > [12 of 19] Compiling Protolude.Monad
protolude > [13 of 19] Compiling Protolude.Panic
protolude > [14 of 19] Compiling Protolude.Safe
protolude > [15 of 19] Compiling Protolude.Semiring
protolude > [16 of 19] Compiling Protolude.Show
optparse-applicative> [ 7 of 16] Compiling Options.Applicative.Common
protolude > [17 of 19] Compiling Debug
protolude > [18 of 19] Compiling Protolude
protolude > [19 of 19] Compiling Unsafe
protolude > copy/register
protolude > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\protolude-0.2.3-BY1G5SMKBCuFem6dvjnMJo
optparse-applicative> [ 8 of 16] Compiling Options.Applicative.Help.Core
protolude > Registering library for protolude-0.2.3..
temporary > configure
optparse-applicative> [ 9 of 16] Compiling Options.Applicative.Help
optparse-applicative> [10 of 16] Compiling Options.Applicative.Builder.Internal
temporary > Configuring temporary-1.3...
optparse-applicative> [11 of 16] Compiling Options.Applicative.Builder.Completer
temporary > build
temporary > Preprocessing library for temporary-1.3..
temporary > Building library for temporary-1.3..
temporary > [1 of 1] Compiling System.IO.Temp
optparse-applicative> [12 of 16] Compiling Options.Applicative.Builder
optparse-applicative>
optparse-applicative> Options\Applicative\Builder.hs:105:1: warning: [-Wunused-imports]
optparse-applicative> The import of `Data.Semigroup' is redundant
optparse-applicative> except perhaps to import instances from `Data.Semigroup'
optparse-applicative> To import instances alone, use: import Data.Semigroup()
optparse-applicative> |
optparse-applicative> 105 | import Data.Semigroup hiding (option)
optparse-applicative> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
optparse-applicative> [13 of 16] Compiling Options.Applicative.BashCompletion
temporary > copy/register
temporary > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\temporary-1.3-7FFS0wcyxeF12DW0IMF1Gs
temporary > Registering library for temporary-1.3..
transformers-base > configure
optparse-applicative> [14 of 16] Compiling Options.Applicative.Extra
transformers-base > Configuring transformers-base-0.4.5.2...
optparse-applicative> [15 of 16] Compiling Options.Applicative
transformers-base > build
optparse-applicative> [16 of 16] Compiling Options.Applicative.Arrows
transformers-base > Preprocessing library for transformers-base-0.4.5.2..
transformers-base > Building library for transformers-base-0.4.5.2..
transformers-base > [1 of 1] Compiling Control.Monad.Base
optparse-applicative>
optparse-applicative> copy/register
optparse-applicative> Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\optparse-applicative-0.14.3.0-645BXzEStav1aWI0u6cMno
optparse-applicative> Registering library for optparse-applicative-0.14.3.0..
typed-process > configure
typed-process > Configuring typed-process-0.2.4.0...
transformers-base > copy/register
transformers-base > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\transformers-base-0.4.5.2-DuBNSoyoxkmFFztgycb2Gu
transformers-base > Registering library for transformers-base-0.4.5.2..
typed-process > build
typed-process > Preprocessing library for typed-process-0.2.4.0..
typed-process > Building library for typed-process-0.2.4.0..
monad-control > configure
typed-process > [1 of 2] Compiling Paths_typed_process
typed-process > [2 of 2] Compiling System.Process.Typed
monad-control > Configuring monad-control-1.0.2.3...
monad-control > build
monad-control > Preprocessing library for monad-control-1.0.2.3..
monad-control > Building library for monad-control-1.0.2.3..
monad-control > [1 of 1] Compiling Control.Monad.Trans.Control
monad-control > copy/register
monad-control > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\monad-control-1.0.2.3-XcHYIbszmd6HIZilpDDqs
monad-control > Registering library for monad-control-1.0.2.3..
lifted-base > configure
lifted-base > Configuring lifted-base-0.2.3.12...
typed-process > copy/register
typed-process > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\typed-process-0.2.4.0-DPmnbY9ub5LLrhYsFPjbpM
lifted-base > build
lifted-base > Preprocessing library for lifted-base-0.2.3.12..
lifted-base > Building library for lifted-base-0.2.3.12..
typed-process > Registering library for typed-process-0.2.4.0..
unbounded-delays > configure
lifted-base > [1 of 9] Compiling Control.Concurrent.Chan.Lifted
lifted-base > [2 of 9] Compiling Control.Concurrent.MVar.Lifted
unbounded-delays > Configuring unbounded-delays-0.1.1.0...
unbounded-delays > build
lifted-base > [3 of 9] Compiling Control.Concurrent.QSem.Lifted
unbounded-delays > Preprocessing library for unbounded-delays-0.1.1.0..
unbounded-delays > Building library for unbounded-delays-0.1.1.0..
lifted-base > [4 of 9] Compiling Control.Concurrent.QSemN.Lifted
lifted-base > [5 of 9] Compiling Control.Exception.Lifted
unbounded-delays > [1 of 2] Compiling Control.Concurrent.Thread.Delay
unbounded-delays > [2 of 2] Compiling Control.Concurrent.Timeout
unbounded-delays > copy/register
unbounded-delays > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\unbounded-delays-0.1.1.0-7ulHERuvlgAKyhaTH4vNZc
lifted-base > [6 of 9] Compiling Control.Concurrent.Lifted
unbounded-delays > Registering library for unbounded-delays-0.1.1.0..
lifted-base > [7 of 9] Compiling Data.IORef.Lifted
tasty > configure
lifted-base > [8 of 9] Compiling Foreign.Marshal.Utils.Lifted
lifted-base > [9 of 9] Compiling System.Timeout.Lifted
lifted-base > copy/register
lifted-base > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\lifted-base-0.2.3.12-57jigsYj9TjFmNBaWyBoxQ
lifted-base > Registering library for lifted-base-0.2.3.12..
tasty > Configuring tasty-1.2...
tasty > build
lifted-async > configure
tasty > Preprocessing library for tasty-1.2..
tasty > Building library for tasty-1.2..
lifted-async > Configuring lifted-async-0.10.0.3...
lifted-async > build
tasty > [ 1 of 22] Compiling Test.Tasty.Options
lifted-async > Preprocessing library for lifted-async-0.10.0.3..
lifted-async > Building library for lifted-async-0.10.0.3..
lifted-async > [1 of 2] Compiling Control.Concurrent.Async.Lifted
tasty > [ 2 of 22] Compiling Test.Tasty.Parallel
tasty > [ 3 of 22] Compiling Test.Tasty.Patterns.Expr
tasty > [ 4 of 22] Compiling Test.Tasty.Patterns.Types
lifted-async > [2 of 2] Compiling Control.Concurrent.Async.Lifted.Safe
tasty > [ 5 of 22] Compiling Test.Tasty.Patterns.Parser
tasty > [ 6 of 22] Compiling Test.Tasty.Patterns.Eval
lifted-async > copy/register
lifted-async > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\lifted-async-0.10.0.3-J2cnjMDhtGXEiYrcTwIbV0
lifted-async > Registering library for lifted-async-0.10.0.3..
unix-compat > configure
tasty > [ 7 of 22] Compiling Test.Tasty.Patterns
tasty > [ 8 of 22] Compiling Test.Tasty.Options.Core
unix-compat > Configuring unix-compat-0.5.1...
tasty > [ 9 of 22] Compiling Test.Tasty.Core
unix-compat > build
unix-compat > Preprocessing library for unix-compat-0.5.1..
unix-compat > Building library for unix-compat-0.5.1..
tasty > [10 of 22] Compiling Test.Tasty.Providers
tasty > [11 of 22] Compiling Test.Tasty.Runners.Reducers
unix-compat > [1 of 9] Compiling System.PosixCompat.Internal.Time
tasty > [12 of 22] Compiling Test.Tasty.Run
unix-compat > [2 of 9] Compiling System.PosixCompat.Temp
unix-compat > [3 of 9] Compiling System.PosixCompat.Time
unix-compat > [4 of 9] Compiling System.PosixCompat.Types
unix-compat > [5 of 9] Compiling System.PosixCompat.Files
unix-compat >
unix-compat > src\System\PosixCompat\Files.hsc:132:1: warning: [-Wunused-imports]
unix-compat > The import of `renameFile'
unix-compat > from module `System.Directory' is redundant
unix-compat > |
unix-compat > 132 | import System.Directory (getModificationTime, renameFile)
unix-compat > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unix-compat > [6 of 9] Compiling System.PosixCompat.Extensions
unix-compat > [7 of 9] Compiling System.PosixCompat.Unistd
unix-compat > [8 of 9] Compiling System.PosixCompat.User
unix-compat > [9 of 9] Compiling System.PosixCompat
tasty > [13 of 22] Compiling Test.Tasty.Ingredients
tasty > [14 of 22] Compiling Test.Tasty.Ingredients.ListTests
tasty > [15 of 22] Compiling Test.Tasty.Ingredients.IncludingOptions
tasty > [16 of 22] Compiling Test.Tasty.Options.Env
tasty > [17 of 22] Compiling Test.Tasty.CmdLine
tasty > [18 of 22] Compiling Test.Tasty.Runners.Utils
tasty > [19 of 22] Compiling Test.Tasty.Ingredients.ConsoleReporter
unix-compat >
unix-compat > copy/register
unix-compat > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\unix-compat-0.5.1-5wM9r46DvzD8zLzjOSL13M
unix-compat > Registering library for unix-compat-0.5.1..
fsnotify > configure
fsnotify > Configuring fsnotify-0.3.0.1...
fsnotify > build
fsnotify > Preprocessing library for fsnotify-0.3.0.1..
fsnotify > Building library for fsnotify-0.3.0.1..
fsnotify > [1 of 9] Compiling System.FSNotify.Path
tasty > [20 of 22] Compiling Test.Tasty.Ingredients.Basic
tasty > [21 of 22] Compiling Test.Tasty.Runners
tasty > [22 of 22] Compiling Test.Tasty
fsnotify > [2 of 9] Compiling System.FSNotify.Types
tasty > copy/register
tasty > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tasty-1.2-9tumoVAF4RsAjIgqI4ALY
fsnotify > [3 of 9] Compiling System.FSNotify.Listener
tasty > Registering library for tasty-1.2..
fsnotify > [4 of 9] Compiling System.FSNotify.Polling
fsnotify >
fsnotify > src\System\FSNotify\Polling.hs:64:17: warning: [-Wname-shadowing]
fsnotify > This binding for `path' shadows the existing binding
fsnotify > bound at src\System\FSNotify\Polling.hs:58:22
fsnotify > |
fsnotify > 64 | pathAndInfo path = handle (\(_ :: IOException) -> return Nothing) $ do
fsnotify > | ^^^^
tasty-golden > configure
tasty-golden > Configuring tasty-golden-2.3.2...
fsnotify > [5 of 9] Compiling System.Win32.FileNotify
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:19:1: warning: [-Wunused-imports]
fsnotify > The import of `Data.Bits' is redundant
fsnotify > except perhaps to import instances from `Data.Bits'
fsnotify > To import instances alone, use: import Data.Bits()
fsnotify > |
fsnotify > 19 | import Data.Bits
fsnotify > | ^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:75:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_ACTION_ADDED'
fsnotify > |
fsnotify > 75 | , fILE_ACTION_ADDED = FILE_ACTION_ADDED
fsnotify > | ^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:77:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_ACTION_REMOVED'
fsnotify > |
fsnotify > 77 | , fILE_ACTION_MODIFIED = FILE_ACTION_MODIFIED
fsnotify > | ^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:79:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_ACTION_MODIFIED'
fsnotify > |
fsnotify > 79 | , fILE_ACTION_RENAMED_NEW_NAME = FILE_ACTION_RENAMED_NEW_NAME
fsnotify > | ^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:81:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_ACTION_RENAMED_OLD_NAME'
fsnotify > |
fsnotify > 81 |
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:82:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: type constructor or class `WCHAR'
fsnotify > |
fsnotify > 82 | type WCHAR = Word16
fsnotify > | ^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:83:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_ACTION_RENAMED_NEW_NAME'
fsnotify > |
fsnotify > 83 | -- This is a bit overkill for now, I'll only use nullFunPtr anyway,
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:127:1: warning: [-Wunsupported-calling-conventions]
fsnotify > * the 'stdcall' calling convention is unsupported on this platform,
fsnotify > treating as ccall
fsnotify > * When checking declaration:
fsnotify > foreign import stdcall interruptible "windows.h ReadDirectoryChangesW" c_ReadDirectoryChangesW
fsnotify > :: Handle
fsnotify > -> LPVOID
fsnotify > -> DWORD
fsnotify > -> BOOL
fsnotify > -> DWORD
fsnotify > -> LPDWORD
fsnotify > -> LPOVERLAPPED -> LPOVERLAPPED_COMPLETION_ROUTINE -> IO BOOL
fsnotify > |
fsnotify > 127 | foreign import stdcall interruptible "windows.h ReadDirectoryChangesW"
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:152:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_FILE_NAME'
fsnotify > |
fsnotify > 152 | , fILE_NOTIFY_CHANGE_FILE_NAME = FILE_NOTIFY_CHANGE_FILE_NAME
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:154:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_DIR_NAME'
fsnotify > |
fsnotify > 154 | , fILE_NOTIFY_CHANGE_ATTRIBUTES = FILE_NOTIFY_CHANGE_ATTRIBUTES
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:156:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_ATTRIBUTES'
fsnotify > |
fsnotify > 156 | , fILE_NOTIFY_CHANGE_LAST_WRITE = FILE_NOTIFY_CHANGE_LAST_WRITE
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:158:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_SIZE'
fsnotify > |
fsnotify > 158 | , fILE_NOTIFY_CHANGE_CREATION = FILE_NOTIFY_CHANGE_CREATION
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:160:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_LAST_WRITE'
fsnotify > |
fsnotify > 160 | }
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:162:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_LAST_ACCESS'
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:164:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_CREATION'
fsnotify >
fsnotify > win-src\System\Win32\FileNotify.hsc:166:1: warning: [-Wunused-top-binds]
fsnotify > Defined but not used: `fILE_NOTIFY_CHANGE_SECURITY'
tasty-golden > build
tasty-golden > Preprocessing library for tasty-golden-2.3.2..
tasty-golden > Building library for tasty-golden-2.3.2..
tasty-golden > [1 of 4] Compiling Test.Tasty.Golden.Internal
tasty-golden >
tasty-golden > Test\Tasty\Golden\Internal.hs:8:1: warning: [-Wunused-imports]
tasty-golden > The import of `Options.Applicative' is redundant
tasty-golden > except perhaps to import instances from `Options.Applicative'
tasty-golden > To import instances alone, use: import Options.Applicative()
tasty-golden > |
tasty-golden > 8 | import Options.Applicative
tasty-golden > | ^^^^^^^^^^^^^^^^^^^^^^^^^^
tasty-golden >
tasty-golden > Test\Tasty\Golden\Internal.hs:9:1: warning: [-Wunused-imports]
tasty-golden > The import of `Data.Monoid' is redundant
tasty-golden > except perhaps to import instances from `Data.Monoid'
tasty-golden > To import instances alone, use: import Data.Monoid()
tasty-golden > |
tasty-golden > 9 | import Data.Monoid
tasty-golden > | ^^^^^^^^^^^^^^^^^^
tasty-golden >
tasty-golden > Test\Tasty\Golden\Internal.hs:10:1: warning: [-Wunused-imports]
tasty-golden > The import of `Data.Tagged' is redundant
tasty-golden > except perhaps to import instances from `Data.Tagged'
tasty-golden > To import instances alone, use: import Data.Tagged()
tasty-golden > |
tasty-golden > 10 | import Data.Tagged
tasty-golden > | ^^^^^^^^^^^^^^^^^^
tasty-golden > [2 of 4] Compiling Test.Tasty.Golden.Advanced
fsnotify > [6 of 9] Compiling System.Win32.Notify
tasty-golden > [3 of 4] Compiling Test.Tasty.Golden
fsnotify >
fsnotify > win-src\System\Win32\Notify.hs:24:1: warning: [-Wunused-imports]
fsnotify > The import of `Control.Concurrent.MVar' is redundant
fsnotify > except perhaps to import instances from `Control.Concurrent.MVar'
fsnotify > To import instances alone, use: import Control.Concurrent.MVar()
fsnotify > |
fsnotify > 24 | import Control.Concurrent.MVar
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\Notify.hs:26:1: warning: [-Wunused-imports]
fsnotify > The import of `Data.Bits' is redundant
fsnotify > except perhaps to import instances from `Data.Bits'
fsnotify > To import instances alone, use: import Data.Bits()
fsnotify > |
fsnotify > 26 | import Data.Bits
fsnotify > | ^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\Notify.hs:27:1: warning: [-Wunused-imports]
fsnotify > The import of `Data.List' is redundant
fsnotify > except perhaps to import instances from `Data.List'
fsnotify > To import instances alone, use: import Data.List()
fsnotify > |
fsnotify > 27 | import Data.List (intersect)
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify >
fsnotify > win-src\System\Win32\Notify.hs:30:1: warning: [-Wunused-imports]
fsnotify > The import of `System.Directory' is redundant
fsnotify > except perhaps to import instances from `System.Directory'
fsnotify > To import instances alone, use: import System.Directory()
fsnotify > |
fsnotify > 30 | import System.Directory
fsnotify > | ^^^^^^^^^^^^^^^^^^^^^^^
tasty-golden >
tasty-golden > Test\Tasty\Golden.hs:71:1: warning: [-Wunused-imports]
tasty-golden > The import of `Control.Applicative' is redundant
tasty-golden > except perhaps to import instances from `Control.Applicative'
tasty-golden > To import instances alone, use: import Control.Applicative()
tasty-golden > |
tasty-golden > 71 | import Control.Applicative
tasty-golden > | ^^^^^^^^^^^^^^^^^^^^^^^^^^
fsnotify > [7 of 9] Compiling System.FSNotify.Win32
tasty-golden > [4 of 4] Compiling Test.Tasty.Golden.Manage
fsnotify > [8 of 9] Compiling System.FSNotify
tasty-golden >
tasty-golden > copy/register
tasty-golden > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tasty-golden-2.3.2-943cQMh9bcmIOzDATpnt8K
fsnotify > [9 of 9] Compiling System.FSNotify.Devel
tasty-golden > Registering library for tasty-golden-2.3.2..
fsnotify >
fsnotify > copy/register
fsnotify > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\fsnotify-0.3.0.1-9Bw8SimrQEk8tBhvd5U94Z
tasty-quickcheck > configure
fsnotify > Registering library for fsnotify-0.3.0.1..
tasty-quickcheck > Configuring tasty-quickcheck-0.10...
tasty-quickcheck > build
tasty-smallcheck > configure
tasty-quickcheck > Preprocessing library for tasty-quickcheck-0.10..
tasty-quickcheck > Building library for tasty-quickcheck-0.10..
tasty-quickcheck > [1 of 1] Compiling Test.Tasty.QuickCheck
tasty-smallcheck > Configuring tasty-smallcheck-0.8.1...
tasty-smallcheck > build
tasty-smallcheck > Preprocessing library for tasty-smallcheck-0.8.1..
tasty-smallcheck > Building library for tasty-smallcheck-0.8.1..
tasty-smallcheck > [1 of 1] Compiling Test.Tasty.SmallCheck
tasty-quickcheck > copy/register
tasty-quickcheck > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tasty-quickcheck-0.10-2r2R3PqKmEJ41BDP8iLPjB
tasty-quickcheck > Registering library for tasty-quickcheck-0.10..
tasty-smallcheck > copy/register
tasty-smallcheck > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tasty-smallcheck-0.8.1-ASoTAKW5uFADVhzTEREPGC
tasty-smallcheck > Registering library for tasty-smallcheck-0.8.1..
unix-time > configure
unix-time > [1 of 2] Compiling Main ( C:\\Users\travis\AppData\Local\Temp\stack5072\unix-time-0.4.5\Setup.hs, C:\\Users\travis\AppData\Local\Temp\stack5072\unix-time-0.4.5\.stack-work\dist\e626a42b\setup\Main.o )
unix-time > [2 of 2] Compiling StackSetupShim ( C:\\Users\travis\.stack\setup-exe-src\setup-shim-Z6RU0evB.hs, C:\\Users\travis\AppData\Local\Temp\stack5072\unix-time-0.4.5\.stack-work\dist\e626a42b\setup\StackSetupShim.o )
unix-time > Linking C:\\Users\\travis\\AppData\\Local\\Temp\\stack5072\\unix-time-0.4.5\\.stack-work\\dist\\e626a42b\\setup\\setup.exe ...
unix-time > Configuring unix-time-0.4.5...
unix-time > configure: loading site script /usr/local/etc/config.site
unix-time > checking for gcc... C:\Users\travis\AppData\Local\Programs\stack\X86_64~1\GHC-86~1.4\lib\../mingw/bin\gcc.exe
unix-time > checking whether the C compiler works... yes
unix-time > checking for C compiler default output file name... a.exe
unix-time > checking for suffix of executables... .exe
unix-time > checking whether we are cross compiling... no
unix-time > checking for suffix of object files... o
unix-time > checking whether we are using the GNU C compiler... yes
unix-time > checking whether C:\Users\travis\AppData\Local\Programs\stack\X86_64~1\GHC-86~1.4\lib\../mingw/bin\gcc.exe accepts -g... yes
unix-time > checking for C:\Users\travis\AppData\Local\Programs\stack\X86_64~1\GHC-86~1.4\lib\../mingw/bin\gcc.exe option to accept ISO C89... none needed
unix-time > checking how to run the C preprocessor... C:\Users\travis\AppData\Local\Programs\stack\X86_64~1\GHC-86~1.4\lib\../mingw/bin\gcc.exe -E
unix-time > checking for grep that handles long lines and -e... /usr/bin/grep
unix-time > checking for egrep... /usr/bin/grep -E
unix-time > checking for ANSI C header files... yes
unix-time > checking for sys/types.h... yes
unix-time > checking for sys/stat.h... yes
unix-time > checking for stdlib.h... yes
unix-time > checking for string.h... yes
unix-time > checking for memory.h... yes
unix-time > checking for strings.h... yes
unix-time > checking for inttypes.h... yes
unix-time > checking for stdint.h... yes
unix-time > checking for unistd.h... yes
unix-time > checking xlocale.h usability... no
unix-time > checking xlocale.h presence... no
unix-time > checking for xlocale.h... no
unix-time > checking for strptime_l... no
unix-time > checking for timegm... no
unix-time > checking for _mkgmtime... yes
unix-time > checking for _get_current_locale... no
unix-time > checking for strtol_l... no
unix-time > checking for strtoll_l... no
unix-time > configure: creating ./config.status
unix-time > config.status: creating cbits/config.h
unix-time > build
tasty-hspec > configure
unix-time > Preprocessing library for unix-time-0.4.5..
unix-time > Building library for unix-time-0.4.5..
unix-time > [1 of 5] Compiling Data.UnixTime.Types
tasty-hspec > Configuring tasty-hspec-1.1.5.1...
tasty-hspec > build
tasty-hspec > Preprocessing library for tasty-hspec-1.1.5.1..
tasty-hspec > Building library for tasty-hspec-1.1.5.1..
tasty-hspec > [1 of 1] Compiling Test.Tasty.Hspec
unix-time > [2 of 5] Compiling Data.UnixTime.Sys
unix-time > [3 of 5] Compiling Data.UnixTime.Diff
unix-time > [4 of 5] Compiling Data.UnixTime.Conv
tasty-hspec > copy/register
unix-time >
unix-time > Data\UnixTime\Conv.hs:11:1: warning: [-Wunused-imports]
unix-time > The import of `Control.Applicative' is redundant
unix-time > except perhaps to import instances from `Control.Applicative'
unix-time > To import instances alone, use: import Control.Applicative()
unix-time > |
unix-time > 11 | import Control.Applicative
unix-time > | ^^^^^^^^^^^^^^^^^^^^^^^^^^
tasty-hspec > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\tasty-hspec-1.1.5.1-DeR3wB7GrUOCgVVZgeOUL8
unix-time > [5 of 5] Compiling Data.UnixTime
tasty-hspec > Registering library for tasty-hspec-1.1.5.1..
unliftio-core > configure
unliftio-core > Configuring unliftio-core-0.1.2.0...
unliftio-core > build
unliftio-core > Preprocessing library for unliftio-core-0.1.2.0..
unliftio-core > Building library for unliftio-core-0.1.2.0..
unliftio-core > [1 of 2] Compiling Control.Monad.IO.Unlift
unliftio-core > [2 of 2] Compiling Paths_unliftio_core
unliftio-core > copy/register
unliftio-core > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\unliftio-core-0.1.2.0-DmlZdkLzX278vkyONsp8WQ
unliftio-core > Registering library for unliftio-core-0.1.2.0..
resourcet > configure
resourcet > Configuring resourcet-1.2.2...
unix-time >
unix-time > copy/register
unix-time > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\unix-time-0.4.5-HDRVGETo2bcDYyIhgFBVQm
resourcet > build
resourcet > Preprocessing library for resourcet-1.2.2..
resourcet > Building library for resourcet-1.2.2..
unix-time > Registering library for unix-time-0.4.5..
fast-logger > configure
resourcet > [1 of 5] Compiling Data.Acquire.Internal
fast-logger > Configuring fast-logger-2.4.13...
fast-logger > build
fast-logger > Preprocessing library for fast-logger-2.4.13..
fast-logger > Building library for fast-logger-2.4.13..
resourcet > [2 of 5] Compiling Control.Monad.Trans.Resource.Internal
fast-logger > [1 of 9] Compiling System.Log.FastLogger.FileIO
fast-logger > [2 of 9] Compiling System.Log.FastLogger.IORef
fast-logger > [3 of 9] Compiling System.Log.FastLogger.LogStr
resourcet >
resourcet > Control\Monad\Trans\Resource\Internal.hs:43:1: warning: [-Wdeprecations]
resourcet > Module `Control.Monad.Trans.List' is deprecated:
resourcet > This transformer is invalid on most monads
resourcet > |
resourcet > 43 | import Control.Monad.Trans.List ( ListT )
resourcet > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
resourcet >
resourcet > Control\Monad\Trans\Resource\Internal.hs:264:46: warning: [-Wdeprecations]
resourcet > In the use of type constructor or class `ListT'
resourcet > (imported from Control.Monad.Trans.List):
resourcet > Deprecated: "This transformer is invalid on most monads"
resourcet > |
resourcet > 264 | GO(ListT)
resourcet > | ^^^^^
fast-logger > [4 of 9] Compiling System.Log.FastLogger.IO
fast-logger > [5 of 9] Compiling System.Log.FastLogger.Logger
fast-logger > [6 of 9] Compiling System.Log.FastLogger.Types
fast-logger > [7 of 9] Compiling System.Log.FastLogger.File
fast-logger > [8 of 9] Compiling System.Log.FastLogger.Date
fast-logger > [9 of 9] Compiling System.Log.FastLogger
resourcet > [3 of 5] Compiling Data.Acquire
resourcet > [4 of 5] Compiling Control.Monad.Trans.Resource
resourcet > [5 of 5] Compiling UnliftIO.Resource
resourcet >
resourcet > copy/register
resourcet > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\resourcet-1.2.2-6pa6VDmKGa2GcD4R8p3D7M
resourcet > Registering library for resourcet-1.2.2..
unordered-containers> configure
fast-logger > copy/register
fast-logger > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\fast-logger-2.4.13-IryAWp8XEyF9ZwjHj6jSor
fast-logger > Registering library for fast-logger-2.4.13..
unordered-containers> Configuring unordered-containers-0.2.9.0...
unordered-containers> build
utf8-string > configure
unordered-containers> Preprocessing library for unordered-containers-0.2.9.0..
unordered-containers> Building library for unordered-containers-0.2.9.0..
unordered-containers> [1 of 8] Compiling Data.HashMap.List
utf8-string > Configuring utf8-string-1.0.1.1...
unordered-containers> [2 of 8] Compiling Data.HashMap.Unsafe
unordered-containers> [3 of 8] Compiling Data.HashMap.Array
utf8-string > build
utf8-string > Preprocessing library for utf8-string-1.0.1.1..
utf8-string > Building library for utf8-string-1.0.1.1..
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:89:1-9: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> newArray# :: ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
unordered-containers> |
unordered-containers> 89 | newArray# = newSmallArray#
unordered-containers> | ^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:90:1-10: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> readArray# :: SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> (# ghc-prim-0.5.3:GHC.Prim.State# d, a #)
unordered-containers> |
unordered-containers> 90 | readArray# = readSmallArray#
unordered-containers> | ^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:91:1-11: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> writeArray# :: SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> |
unordered-containers> 91 | writeArray# = writeSmallArray#
unordered-containers> | ^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:92:1-11: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> indexArray# :: SmallArray# a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int# -> (# a #)
unordered-containers> |
unordered-containers> 92 | indexArray# = indexSmallArray#
unordered-containers> | ^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:93:1-18: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> unsafeFreezeArray# :: SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallArray# a #)
unordered-containers> |
unordered-containers> 93 | unsafeFreezeArray# = unsafeFreezeSmallArray#
unordered-containers> | ^^^^^^^^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:94:1-16: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> unsafeThawArray# :: SmallArray# a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
unordered-containers> |
unordered-containers> 94 | unsafeThawArray# = unsafeThawSmallArray#
unordered-containers> | ^^^^^^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:95:1-12: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> sizeofArray# :: SmallArray# a -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> |
unordered-containers> 95 | sizeofArray# = sizeofSmallArray#
unordered-containers> | ^^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:96:1-10: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> copyArray# :: SmallArray# a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> |
unordered-containers> 96 | copyArray# = copySmallArray#
unordered-containers> | ^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:97:1-10: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> thawArray# :: SmallArray# a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> (# ghc-prim-0.5.3:GHC.Prim.State# d, SmallMutableArray# d a #)
unordered-containers> |
unordered-containers> 97 | thawArray# = thawSmallArray#
unordered-containers> | ^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:98:1-19: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> sizeofMutableArray# :: SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> |
unordered-containers> 98 | sizeofMutableArray# = sizeofSmallMutableArray#
unordered-containers> | ^^^^^^^^^^^^^^^^^^^
unordered-containers>
unordered-containers> Data\HashMap\Array.hs:99:1-17: warning: [-Wmissing-signatures]
unordered-containers> Top-level binding with no type signature:
unordered-containers> copyMutableArray# :: SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> SmallMutableArray# d a
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.Int#
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> -> ghc-prim-0.5.3:GHC.Prim.State# d
unordered-containers> |
unordered-containers> 99 | copyMutableArray# = copySmallMutableArray#
unordered-containers> | ^^^^^^^^^^^^^^^^^
utf8-string > [1 of 5] Compiling Codec.Binary.UTF8.String
unordered-containers> [4 of 8] Compiling Data.HashMap.UnsafeShift
utf8-string > [2 of 5] Compiling Codec.Binary.UTF8.Generic
unordered-containers> [5 of 8] Compiling Data.HashMap.Base
utf8-string > [3 of 5] Compiling Data.ByteString.Lazy.UTF8
utf8-string > [4 of 5] Compiling Data.ByteString.UTF8
utf8-string > [5 of 5] Compiling Data.String.UTF8
utf8-string > copy/register
utf8-string > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\utf8-string-1.0.1.1-Geq8jdOv4Q3LkcQoEOWDVv
utf8-string > Registering library for utf8-string-1.0.1.1..
language-javascript > configure
language-javascript > Warning: language-javascript.cabal:8:1: The field "homepage" is specified more
language-javascript > than once at positions 8:1, 16:1
language-javascript > Configuring language-javascript-0.6.0.11...
language-javascript > build
language-javascript > Preprocessing library for language-javascript-0.6.0.11..
language-javascript > unused rules: 3
language-javascript > shift/reduce conflicts: 138
language-javascript > reduce/reduce conflicts: 218
language-javascript > Building library for language-javascript-0.6.0.11..
language-javascript > [ 1 of 12] Compiling Language.JavaScript.Parser.SrcLocation
language-javascript > [ 2 of 12] Compiling Language.JavaScript.Parser.Token
unordered-containers> [6 of 8] Compiling Data.HashMap.Strict
unordered-containers> [7 of 8] Compiling Data.HashMap.Lazy
unordered-containers> [8 of 8] Compiling Data.HashSet
unordered-containers>
unordered-containers> copy/register
unordered-containers> Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\unordered-containers-0.2.9.0-I6OVG4HR3i6hFXdo933Hb
unordered-containers> Registering library for unordered-containers-0.2.9.0..
uniplate > configure
language-javascript > [ 3 of 12] Compiling Language.JavaScript.Parser.ParserMonad
language-javascript > [ 4 of 12] Compiling Language.JavaScript.Parser.LexerUtils
uniplate > Configuring uniplate-1.6.12...
language-javascript > [ 5 of 12] Compiling Language.JavaScript.Parser.Lexer
uniplate > build
uniplate > Preprocessing library for uniplate-1.6.12..
uniplate > Building library for uniplate-1.6.12..
language-javascript >
language-javascript > srcLanguageJavaScriptParserLexer.x:588:19: warning: [-Wunused-matches]
language-javascript > Defined but not used: `ap'
language-javascript >
language-javascript > templates\wrappers.hs:9:1: warning: [-Wunused-imports]
language-javascript > The qualified import of `Control.Monad' is redundant
language-javascript > except perhaps to import instances from `Control.Monad'
language-javascript > To import instances alone, use: import Control.Monad()
uniplate > [ 1 of 21] Compiling Data.Generics.Uniplate.Data.Instances
language-javascript > [ 6 of 12] Compiling Language.JavaScript.Parser.ParseError
language-javascript > [ 7 of 12] Compiling Language.JavaScript.Parser.AST
uniplate > [ 2 of 21] Compiling Data.Generics.Uniplate.Internal.Utils
uniplate > [ 3 of 21] Compiling Data.Generics.Uniplate
uniplate > [ 4 of 21] Compiling Data.Generics.Str
uniplate > [ 5 of 21] Compiling Data.Generics.Uniplate.Internal.DataOnlyOperations
uniplate > [ 6 of 21] Compiling Data.Generics.Uniplate.Internal.Data
uniplate > [ 7 of 21] Compiling Data.Generics.Uniplate.DataOnly
uniplate > [ 8 of 21] Compiling Data.Generics.Uniplate.Operations
uniplate > [ 9 of 21] Compiling Data.Generics.Uniplate.Direct
uniplate > [10 of 21] Compiling Data.Generics.Uniplate.Data
uniplate > [11 of 21] Compiling Data.Generics.SYB
uniplate > [12 of 21] Compiling Data.Generics.Compos
uniplate > [13 of 21] Compiling Data.Generics.Uniplate.Typeable
uniplate > [14 of 21] Compiling Data.Generics.Uniplate.Zipper
uniplate > [15 of 21] Compiling Data.Generics.UniplateOn
uniplate > [16 of 21] Compiling Data.Generics.UniplateStr
uniplate > [17 of 21] Compiling Data.Generics.UniplateStrOn
uniplate > [18 of 21] Compiling Data.Generics.Biplate
uniplate > [19 of 21] Compiling Data.Generics.PlateTypeable
uniplate > [20 of 21] Compiling Data.Generics.PlateDirect
uniplate > [21 of 21] Compiling Data.Generics.PlateData
uniplate > copy/register
uniplate > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\uniplate-1.6.12-8CyBHnSZmiV6N1bXjc1xBq
uniplate > Registering library for uniplate-1.6.12..
uuid-types > configure
uuid-types > Configuring uuid-types-1.0.3...
uuid-types > build
uuid-types > Preprocessing library for uuid-types-1.0.3..
uuid-types > Building library for uuid-types-1.0.3..
uuid-types > [1 of 3] Compiling Data.UUID.Types.Internal.Builder
uuid-types > [2 of 3] Compiling Data.UUID.Types.Internal
uuid-types > [3 of 3] Compiling Data.UUID.Types
uuid-types > copy/register
uuid-types > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\uuid-types-1.0.3-Autqzm2g4auIYSV6nkCRLV
uuid-types > Registering library for uuid-types-1.0.3..
vault > configure
vault > Configuring vault-0.3.1.2...
vault > build
vault > Preprocessing library for vault-0.3.1.2..
vault > Building library for vault-0.3.1.2..
vault > [1 of 5] Compiling Data.Unique.Really
vault > [2 of 5] Compiling Data.Vault.ST.Lazy
vault > [3 of 5] Compiling Data.Vault.Lazy
vault > [4 of 5] Compiling Data.Vault.ST.Strict
vault > [5 of 5] Compiling Data.Vault.Strict
vault > copy/register
vault > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\vault-0.3.1.2-BAI1Z0HFsmpED5xJPH6rA9
language-javascript > [ 8 of 12] Compiling Language.JavaScript.Parser.Grammar5
vault > Registering library for vault-0.3.1.2..
vector > configure
vector > Configuring vector-0.12.0.2...
vector > build
vector > Preprocessing library for vector-0.12.0.2..
vector > Building library for vector-0.12.0.2..
vector > [ 1 of 21] Compiling Data.Vector.Fusion.Util
vector > [ 2 of 21] Compiling Data.Vector.Fusion.Bundle.Size
vector > [ 3 of 21] Compiling Data.Vector.Generic.Mutable.Base
vector > [ 4 of 21] Compiling Data.Vector.Generic.Base
vector > [ 5 of 21] Compiling Data.Vector.Internal.Check
vector > [ 6 of 21] Compiling Data.Vector.Fusion.Stream.Monadic
language-javascript > [ 9 of 12] Compiling Language.JavaScript.Parser.Parser
language-javascript > [10 of 12] Compiling Language.JavaScript.Pretty.Printer
vector > [ 7 of 21] Compiling Data.Vector.Fusion.Bundle.Monadic
language-javascript > [11 of 12] Compiling Language.JavaScript.Parser
language-javascript > [12 of 12] Compiling Language.JavaScript.Process.Minify
language-javascript >
language-javascript > copy/register
language-javascript > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\language-javascript-0.6.0.11-EORWeExf4JA8bwgXEwH8U1
language-javascript > Registering library for language-javascript-0.6.0.11..
void > configure
void > Configuring void-0.7.2...
void > build
void > Preprocessing library for void-0.7.2..
void > Building library for void-0.7.2..
void > [1 of 1] Compiling Data.Void.Unsafe
void > copy/register
void > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\void-0.7.2-1ijpCmwDTXMGDRdU43YY14
void > Registering library for void-0.7.2..
wai > configure
wai > Configuring wai-3.2.2...
wai > build
wai > Preprocessing library for wai-3.2.2..
wai > Building library for wai-3.2.2..
wai > [1 of 2] Compiling Network.Wai.Internal
wai > [2 of 2] Compiling Network.Wai
wai > copy/register
wai > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\wai-3.2.2-D5o27cfk4k2ETByKfJVJpK
wai > Registering library for wai-3.2.2..
wai-logger > configure
wai-logger > [1 of 2] Compiling Main ( C:\\Users\travis\AppData\Local\Temp\stack5072\wai-logger-2.3.4\Setup.hs, C:\\Users\travis\AppData\Local\Temp\stack5072\wai-logger-2.3.4\.stack-work\dist\e626a42b\setup\Main.o )
wai-logger > [2 of 2] Compiling StackSetupShim ( C:\\Users\travis\.stack\setup-exe-src\setup-shim-Z6RU0evB.hs, C:\\Users\travis\AppData\Local\Temp\stack5072\wai-logger-2.3.4\.stack-work\dist\e626a42b\setup\StackSetupShim.o )
wai-logger > Linking C:\\Users\\travis\\AppData\\Local\\Temp\\stack5072\\wai-logger-2.3.4\\.stack-work\\dist\\e626a42b\\setup\\setup.exe ...
wai-logger > Configuring wai-logger-2.3.4...
wai-logger > build
wai-logger > Preprocessing library for wai-logger-2.3.4..
wai-logger > Building library for wai-logger-2.3.4..
wai-logger > [1 of 4] Compiling Network.Wai.Logger.IORef
wai-logger > [2 of 4] Compiling Network.Wai.Logger.IP
wai-logger > [3 of 4] Compiling Network.Wai.Logger.Apache
wai-logger > [4 of 4] Compiling Network.Wai.Logger
wai-logger > copy/register
wai-logger > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\wai-logger-2.3.4-ARaNbTnRIp0E51J8aLbQN6
wai-logger > Registering library for wai-logger-2.3.4..
word8 > configure
vector > [ 8 of 21] Compiling Data.Vector.Fusion.Bundle
word8 > Configuring word8-0.1.3...
word8 > build
word8 > Preprocessing library for word8-0.1.3..
word8 > Building library for word8-0.1.3..
word8 > [1 of 2] Compiling Data.Char8
word8 > [2 of 2] Compiling Data.Word8
word8 > copy/register
word8 > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\word8-0.1.3-Hij9fyb7arJ9SXwAnMfmS0
word8 > Registering library for word8-0.1.3..
xss-sanitize > configure
xss-sanitize > Configuring xss-sanitize-0.3.6...
xss-sanitize > build
xss-sanitize > Preprocessing library for xss-sanitize-0.3.6..
xss-sanitize > Building library for xss-sanitize-0.3.6..
xss-sanitize > [1 of 3] Compiling Paths_xss_sanitize
xss-sanitize > [2 of 3] Compiling Text.HTML.SanitizeXSS.Css
xss-sanitize > [3 of 3] Compiling Text.HTML.SanitizeXSS
xss-sanitize > copy/register
xss-sanitize > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\xss-sanitize-0.3.6-LwjZnJfSk7KH1dJZbM0cC3
xss-sanitize > Registering library for xss-sanitize-0.3.6..
cheapskate > configure
cheapskate > Configuring cheapskate-0.1.1.1...
cheapskate > build
cheapskate > Preprocessing library for cheapskate-0.1.1.1..
cheapskate > Building library for cheapskate-0.1.1.1..
vector > [ 9 of 21] Compiling Data.Vector.Generic.Mutable
cheapskate > [1 of 8] Compiling Cheapskate.ParserCombinators
cheapskate > [2 of 8] Compiling Cheapskate.Types
vector > [10 of 21] Compiling Data.Vector.Generic.New
vector > [11 of 21] Compiling Data.Vector.Generic
cheapskate > [3 of 8] Compiling Cheapskate.Html
cheapskate >
cheapskate > Cheapskate\Html.hs:10:1: warning: [-Wunused-imports]
cheapskate > The import of `Data.Monoid' is redundant
cheapskate > except perhaps to import instances from `Data.Monoid'
cheapskate > To import instances alone, use: import Data.Monoid()
cheapskate > |
cheapskate > 10 | import Data.Monoid
cheapskate > | ^^^^^^^^^^^^^^^^^^
cheapskate > [4 of 8] Compiling Cheapskate.Util
cheapskate > [5 of 8] Compiling Cheapskate.Inlines
cheapskate >
cheapskate > Cheapskate\Inlines.hs:16:1: warning: [-Wunused-imports]
cheapskate > The import of `Data.Monoid' is redundant
cheapskate > except perhaps to import instances from `Data.Monoid'
cheapskate > To import instances alone, use: import Data.Monoid()
cheapskate > |
cheapskate > 16 | import Data.Monoid
cheapskate > | ^^^^^^^^^^^^^^^^^^
cheapskate > [6 of 8] Compiling Cheapskate.Parse
cheapskate >
cheapskate > Cheapskate\Parse.hs:15:1: warning: [-Wunused-imports]
cheapskate > The import of `Data.Monoid' is redundant
cheapskate > except perhaps to import instances from `Data.Monoid'
cheapskate > To import instances alone, use: import Data.Monoid()
cheapskate > |
cheapskate > 15 | import Data.Monoid
cheapskate > | ^^^^^^^^^^^^^^^^^^
vector > [12 of 21] Compiling Data.Vector.Mutable
vector > [13 of 21] Compiling Data.Vector
cheapskate > [7 of 8] Compiling Cheapskate
cheapskate > [8 of 8] Compiling Paths_cheapskate
cheapskate > Preprocessing executable 'cheapskate' for cheapskate-0.1.1.1..
cheapskate > Building executable 'cheapskate' for cheapskate-0.1.1.1..
cheapskate >
cheapskate > <no location info>: warning: [-Wmissing-home-modules]
cheapskate > These modules are needed for compilation but not listed in your .cabal file's other-modules:
cheapskate > Paths_cheapskate
cheapskate > [1 of 2] Compiling Paths_cheapskate
cheapskate > [2 of 2] Compiling Main
cheapskate >
cheapskate > <no location info>: warning: [-Wmissing-home-modules]
cheapskate > These modules are needed for compilation but not listed in your .cabal file's other-modules:
cheapskate > Paths_cheapskate
cheapskate > Linking .stack-work\dist\e626a42b\build\cheapskate\cheapskate.exe ...
cheapskate >
cheapskate > copy/register
cheapskate > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\cheapskate-0.1.1.1-9TH2eyYaeh16QgNkCLQ2ac
cheapskate > Installing executable cheapskate in C:\Users\travis\.stack\snapshots\2968126c\bin
cheapskate > Registering library for cheapskate-0.1.1.1..
zlib > configure
vector > [14 of 21] Compiling Data.Vector.Primitive.Mutable
zlib > Configuring zlib-0.6.2...
vector > [15 of 21] Compiling Data.Vector.Primitive
zlib > build
zlib > Preprocessing library for zlib-0.6.2..
zlib > Building library for zlib-0.6.2..
zlib > [1 of 5] Compiling Codec.Compression.Zlib.Stream
vector > [16 of 21] Compiling Data.Vector.Storable.Internal
vector > [17 of 21] Compiling Data.Vector.Storable.Mutable
zlib > [2 of 5] Compiling Codec.Compression.Zlib.Internal
vector > [18 of 21] Compiling Data.Vector.Storable
zlib > [3 of 5] Compiling Codec.Compression.Zlib.Raw
zlib > [4 of 5] Compiling Codec.Compression.Zlib
zlib > [5 of 5] Compiling Codec.Compression.GZip
zlib > copy/register
zlib > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\zlib-0.6.2-EaJL3b5rwqlHpbnkak0Dmp
vector > [19 of 21] Compiling Data.Vector.Unboxed.Base
zlib > Registering library for zlib-0.6.2..
streaming-commons > configure
streaming-commons > Configuring streaming-commons-0.2.1.0...
streaming-commons > build
streaming-commons > Preprocessing library for streaming-commons-0.2.1.0..
streaming-commons > Building library for streaming-commons-0.2.1.0..
streaming-commons > [ 1 of 17] Compiling Data.Streaming.ByteString.Builder.Buffer
streaming-commons > [ 2 of 17] Compiling Data.Streaming.ByteString.Builder
streaming-commons > [ 3 of 17] Compiling Data.Streaming.Filesystem
streaming-commons > [ 4 of 17] Compiling Data.Streaming.Network.Internal
streaming-commons > [ 5 of 17] Compiling Data.Streaming.Network
streaming-commons > [ 6 of 17] Compiling Data.Streaming.Process.Internal
streaming-commons > [ 7 of 17] Compiling Data.Streaming.Process
streaming-commons > [ 8 of 17] Compiling Data.Streaming.Zlib.Lowlevel
streaming-commons > [ 9 of 17] Compiling Data.Streaming.Zlib
streaming-commons > [10 of 17] Compiling Data.Text.Internal.Encoding.Utf16
streaming-commons > [11 of 17] Compiling Data.Text.Internal.Encoding.Utf32
streaming-commons > [12 of 17] Compiling Data.Text.Internal.Unsafe.Shift
streaming-commons > [13 of 17] Compiling Data.Text.Internal.Unsafe.Char
streaming-commons > [14 of 17] Compiling Data.Text.Internal.Encoding.Utf8
streaming-commons > [15 of 17] Compiling Data.Streaming.Text
streaming-commons > [16 of 17] Compiling System.Win32File
streaming-commons > [17 of 17] Compiling Data.Streaming.FileRead
streaming-commons > copy/register
streaming-commons > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\streaming-commons-0.2.1.0-1XOV0ciGfuA4TmwjnTQeh4
streaming-commons > Registering library for streaming-commons-0.2.1.0..
websockets > configure
websockets > Configuring websockets-0.12.5.3...
websockets > build
websockets > Preprocessing library for websockets-0.12.5.3..
websockets > Building library for websockets-0.12.5.3..
websockets > [ 1 of 16] Compiling Network.WebSockets.Connection.Options
websockets > [ 2 of 16] Compiling Network.WebSockets.Extensions.Description
websockets > [ 3 of 16] Compiling Network.WebSockets.Http
vector > [20 of 21] Compiling Data.Vector.Unboxed
websockets > [ 4 of 16] Compiling Network.WebSockets.Hybi13.Mask
websockets > [ 5 of 16] Compiling Network.WebSockets.Types
websockets > [ 6 of 16] Compiling Network.WebSockets.Stream
websockets > [ 7 of 16] Compiling Network.WebSockets.Hybi13.Demultiplex
websockets > [ 8 of 16] Compiling Network.WebSockets.Hybi13
websockets > [ 9 of 16] Compiling Network.WebSockets.Protocol
websockets > [10 of 16] Compiling Network.WebSockets.Extensions
websockets > [11 of 16] Compiling Network.WebSockets.Extensions.StrictUnicode
websockets > [12 of 16] Compiling Network.WebSockets.Extensions.PermessageDeflate
websockets > [13 of 16] Compiling Network.WebSockets.Connection
websockets > [14 of 16] Compiling Network.WebSockets.Server
websockets > [15 of 16] Compiling Network.WebSockets.Client
websockets > [16 of 16] Compiling Network.WebSockets
websockets > copy/register
websockets > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\websockets-0.12.5.3-CfEbfu8WRXJ3eBs5eXzY4e
websockets > Registering library for websockets-0.12.5.3..
vector > [21 of 21] Compiling Data.Vector.Unboxed.Mutable
vector > copy/register
vector > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\vector-0.12.0.2-JMWQggIZox12SqdnR4PU2C
vector > Registering library for vector-0.12.0.2..
microlens-platform > configure
microlens-platform > Configuring microlens-platform-0.3.11...
microlens-platform > build
aeson > configure
microlens-platform > Preprocessing library for microlens-platform-0.3.11..
microlens-platform > Building library for microlens-platform-0.3.11..
microlens-platform > [1 of 2] Compiling Lens.Micro.Platform.Internal
aeson > Configuring aeson-1.4.2.0...
microlens-platform > [2 of 2] Compiling Lens.Micro.Platform
aeson > build
aeson > Preprocessing library for aeson-1.4.2.0..
aeson > Building library for aeson-1.4.2.0..
aeson > [ 1 of 25] Compiling Data.Aeson.Compat
aeson > [ 2 of 25] Compiling Data.Aeson.Internal.Functions
aeson > [ 3 of 25] Compiling Data.Aeson.Parser.UnescapePure
aeson > [ 4 of 25] Compiling Data.Aeson.Parser.Unescape
aeson > [ 5 of 25] Compiling Data.Aeson.Types.Generic
aeson > [ 6 of 25] Compiling Data.Aeson.Types.Internal
microlens-platform > copy/register
microlens-platform > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\microlens-platform-0.3.11-CRVTVzomvTBEhR9PIwjjmX
microlens-platform > Registering library for microlens-platform-0.3.11..
vector-algorithms > configure
vector-algorithms > Configuring vector-algorithms-0.8.0.1...
vector-algorithms > build
vector-algorithms > Preprocessing library for vector-algorithms-0.8.0.1..
vector-algorithms > Building library for vector-algorithms-0.8.0.1..
vector-algorithms > [ 1 of 10] Compiling Data.Vector.Algorithms.Common
vector-algorithms > [ 2 of 10] Compiling Data.Vector.Algorithms.Optimal
aeson > [ 7 of 25] Compiling Data.Aeson.Parser.Internal
vector-algorithms > [ 3 of 10] Compiling Data.Vector.Algorithms.Insertion
vector-algorithms > [ 4 of 10] Compiling Data.Vector.Algorithms.Merge
vector-algorithms > [ 5 of 10] Compiling Data.Vector.Algorithms.AmericanFlag
vector-algorithms > [ 6 of 10] Compiling Data.Vector.Algorithms.Heap
aeson > [ 8 of 25] Compiling Data.Aeson.Parser
aeson > [ 9 of 25] Compiling Data.Attoparsec.Time.Internal
aeson >
aeson > attoparsec-iso8601\Data\Attoparsec\Time\Internal.hs:24:1: warning: [-Wunused-imports]
aeson > The import of `Unsafe.Coerce' is redundant
aeson > except perhaps to import instances from `Unsafe.Coerce'
aeson > To import instances alone, use: import Unsafe.Coerce()
aeson > |
aeson > 24 | import Unsafe.Coerce (unsafeCoerce)
aeson > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
aeson > [10 of 25] Compiling Data.Attoparsec.Time
vector-algorithms > [ 7 of 10] Compiling Data.Vector.Algorithms.Intro
aeson > [11 of 25] Compiling Data.Aeson.Parser.Time
aeson > [12 of 25] Compiling Data.Aeson.Types.FromJSON
aeson >
aeson > Data\Aeson\Types\FromJSON.hs:479:3: warning: [-Winline-rule-shadowing]
aeson > Rule "FromJSONKeyCoerce: fmap id" may never fire
aeson > because `id' might inline first
aeson > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `id'
aeson > |
aeson > 479 | "FromJSONKeyCoerce: fmap id" forall (x :: FromJSONKeyFunction a).
aeson > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
vector-algorithms > [ 8 of 10] Compiling Data.Vector.Algorithms.Radix
vector-algorithms > [ 9 of 10] Compiling Data.Vector.Algorithms.Search
vector-algorithms > [10 of 10] Compiling Data.Vector.Algorithms.Tim
vector-algorithms > copy/register
vector-algorithms > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\vector-algorithms-0.8.0.1-AgdBp4mYRF06ugW4mflPym
vector-algorithms > Registering library for vector-algorithms-0.8.0.1..
mono-traversable > configure
mono-traversable > Configuring mono-traversable-1.0.11.0...
mono-traversable > build
mono-traversable > Preprocessing library for mono-traversable-1.0.11.0..
mono-traversable > Building library for mono-traversable-1.0.11.0..
mono-traversable > [1 of 6] Compiling Data.MonoTraversable
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:48:1: warning: [-Wdodgy-imports]
mono-traversable > The import item `V1(..)' suggests that
mono-traversable > `V1' has (in-scope) constructors or class methods,
mono-traversable > but it has none
mono-traversable > |
mono-traversable > 48 | import GHC.Generics ((:.:), (:*:), (:+:)(..), K1(..), M1(..), Par1(..), Rec1(..), U1(..), V1(..))
mono-traversable > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:72:1: warning: [-Wdeprecations]
mono-traversable > Module `Control.Monad.Trans.List' is deprecated:
mono-traversable > This transformer is invalid on most monads
mono-traversable > |
mono-traversable > 72 | import Control.Monad.Trans.List (ListT)
mono-traversable > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:128:24: warning: [-Wdeprecations]
mono-traversable > In the use of type constructor or class `ListT'
mono-traversable > (imported from Control.Monad.Trans.List):
mono-traversable > Deprecated: "This transformer is invalid on most monads"
mono-traversable > |
mono-traversable > 128 | type instance Element (ListT m a) = a
mono-traversable > | ^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:198:36: warning: [-Wdeprecations]
mono-traversable > In the use of type constructor or class `ListT'
mono-traversable > (imported from Control.Monad.Trans.List):
mono-traversable > Deprecated: "This transformer is invalid on most monads"
mono-traversable > |
mono-traversable > 198 | instance Functor m => MonoFunctor (ListT m a)
mono-traversable > | ^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:801:40: warning: [-Wdeprecations]
mono-traversable > In the use of type constructor or class `ListT'
mono-traversable > (imported from Control.Monad.Trans.List):
mono-traversable > Deprecated: "This transformer is invalid on most monads"
mono-traversable > |
mono-traversable > 801 | instance F.Foldable f => MonoFoldable (ListT f a)
mono-traversable > | ^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:1099:44: warning: [-Wdeprecations]
mono-traversable > In the use of type constructor or class `ListT'
mono-traversable > (imported from Control.Monad.Trans.List):
mono-traversable > Deprecated: "This transformer is invalid on most monads"
mono-traversable > |
mono-traversable > 1099 | instance Traversable f => MonoTraversable (ListT f a)
mono-traversable > | ^^^^^
mono-traversable >
mono-traversable > src\Data\MonoTraversable.hs:1209:40: warning: [-Wdeprecations]
mono-traversable > In the use of type constructor or class `ListT'
mono-traversable > (imported from Control.Monad.Trans.List):
mono-traversable > Deprecated: "This transformer is invalid on most monads"
mono-traversable > |
mono-traversable > 1209 | instance Applicative m => MonoPointed (ListT m a)
mono-traversable > | ^^^^^
mono-traversable > [2 of 6] Compiling Data.Containers
mono-traversable > [3 of 6] Compiling Data.MonoTraversable.Unprefixed
mono-traversable > [4 of 6] Compiling Data.Sequences
aeson > [13 of 25] Compiling Data.Aeson.Internal
aeson > [14 of 25] Compiling Data.Aeson.Internal.Time
aeson > [15 of 25] Compiling Data.Aeson.Encoding.Builder
aeson > [16 of 25] Compiling Data.Aeson.Encoding.Internal
aeson > [17 of 25] Compiling Data.Aeson.Encoding
aeson > [18 of 25] Compiling Data.Aeson.Types.ToJSON
mono-traversable > [5 of 6] Compiling Data.NonNull
mono-traversable > [6 of 6] Compiling Paths_mono_traversable
mono-traversable >
mono-traversable > copy/register
mono-traversable > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\mono-traversable-1.0.11.0-5CIRXXJLeGZ1Ka7mkDQp4l
mono-traversable > Registering library for mono-traversable-1.0.11.0..
conduit > configure
conduit > Configuring conduit-1.3.1...
conduit > build
conduit > Preprocessing library for conduit-1.3.1..
conduit > Building library for conduit-1.3.1..
conduit > [ 1 of 15] Compiling Data.Conduit.Internal.Pipe
conduit >
conduit > src\Data\Conduit\Internal\Pipe.hs:215:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: CI.await >>= maybe" may never fire
conduit > because `maybe' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `maybe'
conduit > |
conduit > 215 | {-# RULES "conduit: CI.await >>= maybe" forall x y. await >>= maybe x y = NeedInput y (const x) #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit\Internal\Pipe.hs:224:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: awaitE >>= either" may never fire
conduit > because `either' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `either'
conduit > |
conduit > 224 | {-# RULES "conduit: awaitE >>= either" forall x y. awaitE >>= either x y = NeedInput y x #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit > [ 2 of 15] Compiling Data.Conduit.Internal.Conduit
conduit >
conduit > src\Data\Conduit\Internal\Conduit.hs:841:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: await >>= maybe" may never fire
conduit > because `maybe' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `maybe'
conduit > |
conduit > 841 | {-# RULES "conduit: await >>= maybe" forall x y. await >>= maybe x y = await' x y #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit > [ 3 of 15] Compiling Data.Conduit.Internal.Fusion
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:71:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: fuseStream (.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 71 | {-# RULES "conduit: fuseStream (.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:74:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: fuseStream (fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 74 | {-# RULES "conduit: fuseStream (fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:78:23: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 78 | unstream left =$= unstream right = unstream (fuseStream left right)
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:102:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: runStream (pure)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 102 | {-# RULES "conduit: runStream (pure)" forall stream.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:105:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: runStream (ResourceT)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 105 | {-# RULES "conduit: runStream (ResourceT)" forall stream.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:129:23: warning: [-Wdeprecations]
conduit > In the use of `$$' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use runConduit and .|"
conduit > |
conduit > 129 | unstream left $$ unstream right = connectStream left right
conduit > | ^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:154:23: warning: [-Wdeprecations]
conduit > In the use of `$$' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use runConduit and .|"
conduit > |
conduit > 154 | unstream left $$ right = connectStream1 left right
conduit > | ^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:157:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduit/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 157 | {-# RULES "conduit: connectStream1 (runConduit/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:161:35: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 161 | runConduit (unstream left =$= right) = connectStream1 left right
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:163:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduit/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 163 | {-# RULES "conduit: connectStream1 (runConduit/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:167:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:167:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitPure/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 167 | {-# RULES "conduit: connectStream1 (runConduitPure/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:170:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitPure/=$=)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 170 | {-# RULES "conduit: connectStream1 (runConduitPure/=$=)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:171:39: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 171 | runConduitPure (unstream left =$= right) = runIdentity (connectStream1 left right)
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:173:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:173:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitPure/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 173 | {-# RULES "conduit: connectStream1 (runConduitPure/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:177:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:177:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitRes/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 177 | {-# RULES "conduit: connectStream1 (runConduitRes/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:180:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitRes/=$=)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 180 | {-# RULES "conduit: connectStream1 (runConduitRes/=$=)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:181:38: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 181 | runConduitRes (unstream left =$= right) = runResourceT (connectStream1 left right)
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:183:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:183:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream1 (runConduitRes/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 183 | {-# RULES "conduit: connectStream1 (runConduitRes/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:214:14: warning: [-Wdeprecations]
conduit > In the use of `$$' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use runConduit and .|"
conduit > |
conduit > 214 | left $$ unstream right = connectStream2 left right
conduit > | ^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:217:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduit/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 217 | {-# RULES "conduit: connectStream2 (runConduit/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:220:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduit/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 220 | {-# RULES "conduit: connectStream2 (runConduit/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:224:26: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 224 | runConduit (left =$= unstream right) = connectStream2 left right
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:227:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:227:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitPure/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 227 | {-# RULES "conduit: connectStream2 (runConduitPure/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:230:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:230:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitPure/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 230 | {-# RULES "conduit: connectStream2 (runConduitPure/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:233:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitPure/=$=)" may never fire
conduit > because `runConduitPure' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitPure'
conduit > |
conduit > 233 | {-# RULES "conduit: connectStream2 (runConduitPure/=$=)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:234:30: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 234 | runConduitPure (left =$= unstream right) = runIdentity (connectStream2 left right)
conduit > | ^^^
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:237:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:237:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitRes/.|)" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 237 | {-# RULES "conduit: connectStream2 (runConduitRes/.|)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:240:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:240:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitRes/fuse)" may never fire
conduit > because `fuse' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `fuse'
conduit > |
conduit > 240 | {-# RULES "conduit: connectStream2 (runConduitRes/fuse)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:243:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connectStream2 (runConduitRes/=$=)" may never fire
conduit > because `runConduitRes' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `runConduitRes'
conduit > |
conduit > 243 | {-# RULES "conduit: connectStream2 (runConduitRes/=$=)" forall left right.
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit >
conduit > src\Data\Conduit\Internal\Fusion.hs:244:29: warning: [-Wdeprecations]
conduit > In the use of `=$=' (imported from Data.Conduit.Internal.Conduit):
conduit > Deprecated: "Use .|"
conduit > |
conduit > 244 | runConduitRes (left =$= unstream right) = runResourceT (connectStream2 left right)
conduit > | ^^^
conduit > [ 4 of 15] Compiling Data.Conduit.Internal.List.Stream
conduit > [ 5 of 15] Compiling Data.Conduit.Combinators.Stream
conduit > [ 6 of 15] Compiling Data.Conduit
conduit >
conduit > src\Data\Conduit.hs:104:1: warning: [-Wunused-imports]
conduit > The import of `Data.Functor.Identity' is redundant
conduit > except perhaps to import instances from `Data.Functor.Identity'
conduit > To import instances alone, use: import Data.Functor.Identity()
conduit > |
conduit > 104 | import Data.Functor.Identity (Identity, runIdentity)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit.hs:105:1: warning: [-Wunused-imports]
conduit > The import of `Control.Monad.Trans.Resource' is redundant
conduit > except perhaps to import instances from `Control.Monad.Trans.Resource'
conduit > To import instances alone, use: import Control.Monad.Trans.Resource()
conduit > |
conduit > 105 | import Control.Monad.Trans.Resource (ResourceT, runResourceT)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit.hs:106:1: warning: [-Wunused-imports]
conduit > The import of `Control.Monad.IO.Unlift' is redundant
conduit > except perhaps to import instances from `Control.Monad.IO.Unlift'
conduit > To import instances alone, use: import Control.Monad.IO.Unlift()
conduit > |
conduit > 106 | import Control.Monad.IO.Unlift (MonadUnliftIO)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit > [ 7 of 15] Compiling Data.Conduit.Internal
conduit > [ 8 of 15] Compiling Data.Conduit.Lift
conduit > [ 9 of 15] Compiling Data.Conduit.List
conduit >
conduit > src\Data\Conduit\List.hs:304:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: $$ fold" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 304 | {-# RULES "conduit: $$ fold" forall src f b. runConduit (src .| fold f b) = connectFold src f b #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit\List.hs:320:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: $$ foldM" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 320 | {-# RULES "conduit: $$ foldM" forall src f b. runConduit (src .| foldM f b) = connectFoldM src f b #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit\List.hs:363:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connect to mapM_" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 363 | {-# RULES "conduit: connect to mapM_" [2] forall f src. runConduit (src .| mapM_ f) = srcMapM_ src f #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit\List.hs:797:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: source/filter fusion .|" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 797 | {-# RULES "conduit: source/filter fusion .|" forall f src. src .| filter f = filterFuseRight src f #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\Data\Conduit\List.hs:821:11: warning: [-Winline-rule-shadowing]
conduit > Rule "conduit: connect to sinkNull" may never fire
conduit > because `.|' might inline first
conduit > Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `.|'
conduit > |
conduit > 821 | {-# RULES "conduit: connect to sinkNull" forall src. runConduit (src .| sinkNull) = srcSinkNull src #-}
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit > [10 of 15] Compiling Data.Streaming.Filesystem
conduit >
conduit > src\Data\Streaming\Filesystem.hs:48:1: warning: [-Wunused-top-binds]
conduit > Defined but not used: `isSymlink'
conduit > |
conduit > 48 | isSymlink _ = return False
conduit > | ^^^^^^^^^
conduit > [11 of 15] Compiling System.Win32File
conduit >
conduit > src\System\Win32File.hsc:11:1: warning: [-Wunused-imports]
conduit > The import of `Foreign.Ptr' is redundant
conduit > except perhaps to import instances from `Foreign.Ptr'
conduit > To import instances alone, use: import Foreign.Ptr()
conduit > |
conduit > 11 | import Foreign.Ptr (castPtr)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\System\Win32File.hsc:12:1: warning: [-Wunused-imports]
conduit > The import of `Foreign.Marshal.Alloc' is redundant
conduit > except perhaps to import instances from `Foreign.Marshal.Alloc'
conduit > To import instances alone, use: import Foreign.Marshal.Alloc()
conduit > |
conduit > 12 | import Foreign.Marshal.Alloc (mallocBytes, free)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\System\Win32File.hsc:13:1: warning: [-Wunused-imports]
conduit > The import of `ForeignPtr'
conduit > from module `Foreign.ForeignPtr' is redundant
conduit > |
conduit > 13 | import Foreign.ForeignPtr (ForeignPtr, withForeignPtr)
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
conduit >
conduit > src\System\Win32File.hsc:46:1: warning: [-Wunused-top-binds]
conduit > Defined but not used: `oWronly'
conduit > |
conduit > 46 | }
conduit > | ^^^^^^^
conduit >
conduit > src\System\Win32File.hsc:48:1: warning: [-Wunused-top-binds]
conduit > Defined but not used: `oCreat'
conduit > |
conduit > 48 | newtype SHFlag = SHFlag CInt
conduit > | ^^^^^^
conduit >
conduit > src\System\Win32File.hsc:61:1: warning: [-Wunused-top-binds]
conduit > Defined but not used: `pIwrite'
conduit > |
conduit > 61 | }
conduit > | ^^^^^^^
conduit >
conduit > src\System\Win32File.hsc:69:1: warning: [-Wunused-top-binds]
conduit > Defined but not used: `c_write'
conduit > |
conduit > 69 | foreign import ccall "_write"
conduit > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
conduit > [12 of 15] Compiling Data.Streaming.FileRead
conduit > [13 of 15] Compiling Data.Conduit.Combinators
conduit > [14 of 15] Compiling Data.Conduit.Combinators.Unqualified
conduit > [15 of 15] Compiling Conduit
conduit >
conduit > copy/register
conduit > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\conduit-1.3.1-FmPHniDO6Tv1kpLDYQtaFT
conduit > Registering library for conduit-1.3.1..
conduit-extra > configure
conduit-extra > Configuring conduit-extra-1.3.1...
conduit-extra > build
conduit-extra > Preprocessing library for conduit-extra-1.3.1..
conduit-extra > Building library for conduit-extra-1.3.1..
conduit-extra > [ 1 of 12] Compiling Data.Conduit.Attoparsec
conduit-extra > [ 2 of 12] Compiling Data.Conduit.Binary
conduit-extra > [ 3 of 12] Compiling Data.Conduit.ByteString.Builder
conduit-extra > [ 4 of 12] Compiling Data.Conduit.Filesystem
conduit-extra > [ 5 of 12] Compiling Data.Conduit.Foldl
conduit-extra > [ 6 of 12] Compiling Data.Conduit.Lazy
conduit-extra > [ 7 of 12] Compiling Data.Conduit.Network
conduit-extra > [ 8 of 12] Compiling Data.Conduit.Network.UDP
conduit-extra > [ 9 of 12] Compiling Data.Conduit.Process
conduit-extra > [10 of 12] Compiling Data.Conduit.Process.Typed
conduit-extra > [11 of 12] Compiling Data.Conduit.Text
conduit-extra > [12 of 12] Compiling Data.Conduit.Zlib
conduit-extra > copy/register
conduit-extra > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\conduit-extra-1.3.1-Am0s3ZMsSd2Izc1MFh6XGc
conduit-extra > Registering library for conduit-extra-1.3.1..
monad-logger > configure
monad-logger > Configuring monad-logger-0.3.30...
monad-logger > build
monad-logger > Preprocessing library for monad-logger-0.3.30..
monad-logger > Building library for monad-logger-0.3.30..
monad-logger > [1 of 3] Compiling Control.Monad.Logger
monad-logger >
monad-logger > Control\Monad\Logger.hs:136:1: warning: [-Wdeprecations]
monad-logger > Module `Control.Monad.Trans.List' is deprecated:
monad-logger > This transformer is invalid on most monads
monad-logger > |
monad-logger > 136 | import Control.Monad.Trans.List ( ListT )
monad-logger > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:138:1: warning: [-Wdeprecations]
monad-logger > Module `Control.Monad.Trans.Error' is deprecated:
monad-logger > Use Control.Monad.Trans.Except instead
monad-logger > |
monad-logger > 138 | import Control.Monad.Trans.Error ( ErrorT, Error)
monad-logger > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:234:40: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `ListT'
monad-logger > (imported from Control.Monad.Trans.List):
monad-logger > Deprecated: "This transformer is invalid on most monads"
monad-logger > |
monad-logger > 234 | instance MonadLogger m => MonadLogger (ListT m) where DEF
monad-logger > | ^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:236:26: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `Error'
monad-logger > (imported from Control.Monad.Trans.Error):
monad-logger > Deprecated: "Use Control.Monad.Trans.Except instead"
monad-logger > |
monad-logger > 236 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF
monad-logger > | ^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:236:51: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `ErrorT'
monad-logger > (imported from Control.Monad.Trans.Error):
monad-logger > Deprecated: "Use Control.Monad.Trans.Except instead"
monad-logger > |
monad-logger > 236 | instance (MonadLogger m, Error e) => MonadLogger (ErrorT e m) where DEF
monad-logger > | ^^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:252:44: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `ListT'
monad-logger > (imported from Control.Monad.Trans.List):
monad-logger > Deprecated: "This transformer is invalid on most monads"
monad-logger > |
monad-logger > 252 | instance MonadLoggerIO m => MonadLoggerIO (ListT m)
monad-logger > | ^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:254:28: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `Error'
monad-logger > (imported from Control.Monad.Trans.Error):
monad-logger > Deprecated: "Use Control.Monad.Trans.Except instead"
monad-logger > |
monad-logger > 254 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m)
monad-logger > | ^^^^^
monad-logger >
monad-logger > Control\Monad\Logger.hs:254:55: warning: [-Wdeprecations]
monad-logger > In the use of type constructor or class `ErrorT'
monad-logger > (imported from Control.Monad.Trans.Error):
monad-logger > Deprecated: "Use Control.Monad.Trans.Except instead"
monad-logger > |
monad-logger > 254 | instance (MonadLoggerIO m, Error e) => MonadLoggerIO (ErrorT e m)
monad-logger > | ^^^^^^
aeson > [19 of 25] Compiling Data.Aeson.Types.Class
aeson > [20 of 25] Compiling Data.Aeson.Types
aeson > [21 of 25] Compiling Data.Aeson.Text
monad-logger > [2 of 3] Compiling Control.Monad.Logger.CallStack
aeson > [22 of 25] Compiling Data.Aeson
monad-logger > [3 of 3] Compiling Paths_monad_logger
monad-logger >
monad-logger > copy/register
aeson > [23 of 25] Compiling Data.Aeson.TH
monad-logger > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\monad-logger-0.3.30-kiQz1wUhAB1UOMOLc3hbn
monad-logger > Registering library for monad-logger-0.3.30..
simple-sendfile > configure
simple-sendfile > Configuring simple-sendfile-0.2.28...
simple-sendfile > build
simple-sendfile > Preprocessing library for simple-sendfile-0.2.28..
simple-sendfile > Building library for simple-sendfile-0.2.28..
simple-sendfile > [1 of 3] Compiling Network.Sendfile.Types
simple-sendfile > [2 of 3] Compiling Network.Sendfile.Fallback
simple-sendfile >
simple-sendfile > Network\Sendfile\Fallback.hs:25:36: warning: [-Wdeprecations]
simple-sendfile > In the use of `$$'
simple-sendfile > (imported from Data.Conduit, but defined in conduit-1.3.1:Data.Conduit.Internal.Conduit):
simple-sendfile > Deprecated: "Use runConduit and .|"
simple-sendfile > |
simple-sendfile > 25 | runResourceT $ sourceFile path $$ sinkSocket sock hook
simple-sendfile > | ^^
simple-sendfile >
simple-sendfile > Network\Sendfile\Fallback.hs:27:66: warning: [-Wdeprecations]
simple-sendfile > In the use of `$$'
simple-sendfile > (imported from Data.Conduit, but defined in conduit-1.3.1:Data.Conduit.Internal.Conduit):
simple-sendfile > Deprecated: "Use runConduit and .|"
simple-sendfile > |
simple-sendfile > 27 | runResourceT $ EB.sourceFileRange path (Just off) (Just len) $$ sinkSocket sock hook
simple-sendfile > | ^^
simple-sendfile >
simple-sendfile > Network\Sendfile\Fallback.hs:30:47: warning: [-Wdeprecations]
simple-sendfile > In the use of type constructor or class `Sink'
simple-sendfile > (imported from Data.Conduit, but defined in conduit-1.3.1:Data.Conduit.Internal.Conduit):
simple-sendfile > Deprecated: "Use ConduitT directly"
simple-sendfile > |
simple-sendfile > 30 | sinkSocket :: MonadIO m => Socket -> IO () -> Sink ByteString m ()
simple-sendfile > | ^^^^
simple-sendfile > [3 of 3] Compiling Network.Sendfile
simple-sendfile >
simple-sendfile > copy/register
simple-sendfile > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\simple-sendfile-0.2.28-2ckbnuW2Y48uisMeq6o2C
simple-sendfile > Registering library for simple-sendfile-0.2.28..
warp > configure
warp > Configuring warp-3.2.26...
warp > build
warp > Preprocessing library for warp-3.2.26..
warp > Building library for warp-3.2.26..
warp > [ 1 of 38] Compiling Network.Wai.Handler.Warp.Date
warp > [ 2 of 38] Compiling Network.Wai.Handler.Warp.FdCache
warp > [ 3 of 38] Compiling Network.Wai.Handler.Warp.Imports
warp > [ 4 of 38] Compiling Network.Wai.Handler.Warp.HashMap
warp > [ 5 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.EncodeFrame
warp > [ 6 of 38] Compiling Network.Wai.Handler.Warp.FileInfoCache
warp > [ 7 of 38] Compiling Network.Wai.Handler.Warp.Counter
warp > [ 8 of 38] Compiling Network.Wai.Handler.Warp.PackInt
warp > [ 9 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.File
warp > [10 of 38] Compiling Network.Wai.Handler.Warp.ReadInt
warp > [11 of 38] Compiling Network.Wai.Handler.Warp.Timeout
warp > [12 of 38] Compiling Network.Wai.Handler.Warp.Types
aeson > [24 of 25] Compiling Data.Aeson.QQ.Simple
aeson > [25 of 25] Compiling Data.Aeson.Encode
warp > [13 of 38] Compiling Network.Wai.Handler.Warp.RequestHeader
warp > [14 of 38] Compiling Network.Wai.Handler.Warp.Header
aeson >
aeson > copy/register
aeson > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\aeson-1.4.2.0-17BrudjmDV86Mohof3OX5f
aeson > Registering library for aeson-1.4.2.0..
aeson-better-errors > configure
warp > [15 of 38] Compiling Network.Wai.Handler.Warp.File
aeson-better-errors > Configuring aeson-better-errors-0.9.1.0...
aeson-better-errors > build
aeson-better-errors > Preprocessing library for aeson-better-errors-0.9.1.0..
aeson-better-errors > Building library for aeson-better-errors-0.9.1.0..
warp > [16 of 38] Compiling Network.Wai.Handler.Warp.Conduit
aeson-better-errors > [1 of 3] Compiling Data.Aeson.BetterErrors.Utils
aeson-better-errors > [2 of 3] Compiling Data.Aeson.BetterErrors.Internal
warp > [17 of 38] Compiling Network.Wai.Handler.Warp.Buffer
warp > [18 of 38] Compiling Network.Wai.Handler.Warp.SendFile
warp > [19 of 38] Compiling Network.Wai.Handler.Warp.ResponseHeader
aeson-better-errors >
aeson-better-errors > src\Data\Aeson\BetterErrors\Internal.hs:21:1: warning: [-Wunused-imports]
aeson-better-errors > The import of `Data.Monoid' is redundant
aeson-better-errors > except perhaps to import instances from `Data.Monoid'
aeson-better-errors > To import instances alone, use: import Data.Monoid()
aeson-better-errors > |
aeson-better-errors > 21 | import Data.Monoid
aeson-better-errors > | ^^^^^^^^^^^^^^^^^^
warp > [20 of 38] Compiling Network.Wai.Handler.Warp.IO
warp > [21 of 38] Compiling Network.Wai.Handler.Warp.Windows
warp > [22 of 38] Compiling Network.Wai.Handler.Warp.Recv
warp >
warp > Network\Wai\Handler\Warp\Recv.hs:138:1: warning: [-Wunused-top-binds]
warp > Defined but not used: `c_recv'
warp > |
warp > 138 | foreign import ccall unsafe "recv"
warp > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
warp > [23 of 38] Compiling Paths_warp
warp > [24 of 38] Compiling Network.Wai.Handler.Warp.Settings
warp > [25 of 38] Compiling Network.Wai.Handler.Warp.Request
warp > [26 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Manager
warp > [27 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Types
warp > [28 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Request
warp >
warp > Network\Wai\Handler\Warp\HTTP2\Request.hs:53:9: warning: [-Wdeprecations]
warp > In the use of `requestBody' (imported from Network.Wai.Internal):
warp > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
warp > |
warp > 53 | , requestBody = body
warp > | ^^^^^^^^^^^
warp > [29 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.HPACK
warp > [30 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Sender
aeson-better-errors > [3 of 3] Compiling Data.Aeson.BetterErrors
aeson-better-errors >
aeson-better-errors > copy/register
aeson-better-errors > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\aeson-better-errors-0.9.1.0-5gn7Iy1EHad5ECTWBEllU8
aeson-better-errors > Registering library for aeson-better-errors-0.9.1.0..
aeson-pretty > configure
warp > [31 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Receiver
aeson-pretty > Configuring aeson-pretty-0.8.7...
aeson-pretty > build
aeson-pretty > Preprocessing library for aeson-pretty-0.8.7..
aeson-pretty > Building library for aeson-pretty-0.8.7..
aeson-pretty > [1 of 1] Compiling Data.Aeson.Encode.Pretty
aeson-pretty >
aeson-pretty > Data\Aeson\Encode\Pretty.hs:58:1: warning: [-Wdeprecations]
aeson-pretty > Module `Data.Aeson.Encode' is deprecated:
aeson-pretty > Use Data.Aeson or Data.Aeson.Text instead
aeson-pretty > |
aeson-pretty > 58 | import qualified Data.Aeson.Encode as Aeson
aeson-pretty > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
aeson-pretty >
aeson-pretty > Data\Aeson\Encode\Pretty.hs:175:21: warning: [-Wdeprecations]
aeson-pretty > In the use of `encodeToTextBuilder'
aeson-pretty > (imported from Data.Aeson.Encode):
aeson-pretty > Deprecated: "Use Data.Aeson or Data.Aeson.Text instead"
aeson-pretty > |
aeson-pretty > 175 | go v = Aeson.encodeToTextBuilder v
aeson-pretty > | ^^^^^^^^^^^^^^^^^^^^^^^^^
aeson-pretty >
aeson-pretty > Data\Aeson\Encode\Pretty.hs:196:3: warning: [-Wdeprecations]
aeson-pretty > In the use of `encodeToTextBuilder'
aeson-pretty > (imported from Data.Aeson.Encode):
aeson-pretty > Deprecated: "Use Data.Aeson or Data.Aeson.Text instead"
aeson-pretty > |
aeson-pretty > 196 | Aeson.encodeToTextBuilder (toJSON k) <> pKeyValSep st <> fromValue st v
aeson-pretty > | ^^^^^^^^^^^^^^^^^^^^^^^^^
aeson-pretty >
aeson-pretty > Data\Aeson\Encode\Pretty.hs:205:20: warning: [-Wdeprecations]
aeson-pretty > In the use of `encodeToTextBuilder'
aeson-pretty > (imported from Data.Aeson.Encode):
aeson-pretty > Deprecated: "Use Data.Aeson or Data.Aeson.Text instead"
aeson-pretty > |
aeson-pretty > 205 | | otherwise -> Aeson.encodeToTextBuilder $ Number x
aeson-pretty > | ^^^^^^^^^^^^^^^^^^^^^^^^^
warp > [32 of 38] Compiling Network.Wai.Handler.Warp.Response
warp > [33 of 38] Compiling Network.Wai.Handler.Warp.HTTP2.Worker
aeson-pretty >
aeson-pretty > copy/register
aeson-pretty > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\aeson-pretty-0.8.7-Iqs1whaypVKGohY0ImhcQ6
warp >
warp > Network\Wai\Handler\Warp\HTTP2\Worker.hs:250:25: warning: [-Wdeprecations]
warp > In the use of `requestBody'
warp > (imported from Network.Wai, but defined in Network.Wai.Internal):
warp > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
warp > |
warp > 250 | !body = requestBody req
warp > | ^^^^^^^^^^^
warp >
warp > Network\Wai\Handler\Warp\HTTP2\Worker.hs:257:51: warning: [-Wdeprecations]
warp > In the use of `requestBody'
warp > (imported from Network.Wai, but defined in Network.Wai.Internal):
warp > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
warp > |
warp > 257 | !req' = req { vault = vaultValue, requestBody = body' }
warp > | ^^^^^^^^^^^
aeson-pretty > Registering library for aeson-pretty-0.8.7..
bower-json > configure
warp > [34 of 38] Compiling Network.Wai.Handler.Warp.HTTP2
bower-json > Configuring bower-json-1.0.0.1...
warp > [35 of 38] Compiling Network.Wai.Handler.Warp.Run
bower-json > build
bower-json > Preprocessing library for bower-json-1.0.0.1..
bower-json > Building library for bower-json-1.0.0.1..
bower-json > [1 of 2] Compiling Web.Bower.PackageMeta.Internal
warp > [36 of 38] Compiling Network.Wai.Handler.Warp.WithApplication
warp > [37 of 38] Compiling Network.Wai.Handler.Warp.Internal
bower-json >
bower-json > src\Web\Bower\PackageMeta\Internal.hs:23:1: warning: [-Wunused-imports]
bower-json > The import of `Data.Monoid' is redundant
bower-json > except perhaps to import instances from `Data.Monoid'
bower-json > To import instances alone, use: import Data.Monoid()
bower-json > |
bower-json > 23 | import Data.Monoid
bower-json > | ^^^^^^^^^^^^^^^^^^
warp > [38 of 38] Compiling Network.Wai.Handler.Warp
warp >
warp > copy/register
warp > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\warp-3.2.26-An2ODTWGKgcAchPW2ppbF
warp > Registering library for warp-3.2.26..
sourcemap > configure
sourcemap > Configuring sourcemap-0.1.6...
sourcemap > build
sourcemap > Preprocessing library for sourcemap-0.1.6..
sourcemap > Building library for sourcemap-0.1.6..
sourcemap > [1 of 3] Compiling SourceMap.Types
sourcemap >
sourcemap > src\SourceMap\Types.hs:8:1: warning: [-Wunused-imports]
sourcemap > The import of `Data.Monoid' is redundant
sourcemap > except perhaps to import instances from `Data.Monoid'
sourcemap > To import instances alone, use: import Data.Monoid()
sourcemap > |
sourcemap > 8 | import Data.Monoid
sourcemap > | ^^^^^^^^^^^^^^^^^^
sourcemap > [2 of 3] Compiling VLQ
sourcemap > [3 of 3] Compiling SourceMap
sourcemap >
sourcemap > src\SourceMap.hs:21:1: warning: [-Wunused-imports]
sourcemap > The import of `Data.Monoid' is redundant
sourcemap > except perhaps to import instances from `Data.Monoid'
sourcemap > To import instances alone, use: import Data.Monoid()
sourcemap > |
sourcemap > 21 | import Data.Monoid
sourcemap > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sourcemap >
sourcemap > copy/register
sourcemap > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\sourcemap-0.1.6-8GIySieNQuRC7etqXKt7y2
sourcemap > Registering library for sourcemap-0.1.6..
wai-extra > configure
wai-extra > Configuring wai-extra-3.0.25...
wai-extra > build
wai-extra > Preprocessing library for wai-extra-3.0.25..
wai-extra > Building library for wai-extra-3.0.25..
wai-extra > [ 1 of 32] Compiling Network.Wai.EventSource.EventStream
wai-extra > [ 2 of 32] Compiling Network.Wai.EventSource
wai-extra > [ 3 of 32] Compiling Network.Wai.Handler.CGI
wai-extra >
wai-extra > Network\Wai\Handler\CGI.hs:117:15: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody' (imported from Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 117 | , requestBody = requestBody'
wai-extra > | ^^^^^^^^^^^
wai-extra > [ 4 of 32] Compiling Network.Wai.Handler.SCGI
wai-extra > [ 5 of 32] Compiling Network.Wai.Header
wai-extra > [ 6 of 32] Compiling Network.Wai.Middleware.AcceptOverride
wai-extra > [ 7 of 32] Compiling Network.Wai.Middleware.AddHeaders
wai-extra > [ 8 of 32] Compiling Network.Wai.Middleware.Autohead
wai-extra > [ 9 of 32] Compiling Network.Wai.Middleware.CleanPath
wai-extra > [10 of 32] Compiling Network.Wai.Middleware.Gzip
bower-json > [2 of 2] Compiling Web.Bower.PackageMeta
bower-json >
bower-json > copy/register
bower-json > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\bower-json-1.0.0.1-KPE6g9HkICZ5nTa7pZKSYk
bower-json > Registering library for bower-json-1.0.0.1..
wai-extra > [11 of 32] Compiling Network.Wai.Middleware.HttpAuth
wai-extra > [12 of 32] Compiling Network.Wai.Middleware.Jsonp
wai-extra > [13 of 32] Compiling Network.Wai.Middleware.Local
wai-extra > [14 of 32] Compiling Network.Wai.Middleware.MethodOverride
wai-extra > [15 of 32] Compiling Network.Wai.Middleware.MethodOverridePost
wai-extra >
wai-extra > Network\Wai\Middleware\MethodOverridePost.hs:43:54: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 43 | (("_method", Just newmethod):_) -> return $ req {requestBody = rb, requestMethod = newmethod}
wai-extra > | ^^^^^^^^^^^
wai-extra >
wai-extra > Network\Wai\Middleware\MethodOverridePost.hs:44:54: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 44 | _ -> return $ req {requestBody = rb}
wai-extra > | ^^^^^^^^^^^
wai-extra > [16 of 32] Compiling Network.Wai.Middleware.RequestLogger.Internal
wai-extra > [17 of 32] Compiling Network.Wai.Middleware.Rewrite
wai-extra > [18 of 32] Compiling Network.Wai.Middleware.Routed
wai-extra > [19 of 32] Compiling Network.Wai.Middleware.StreamFile
wai-extra > [20 of 32] Compiling Network.Wai.Middleware.StripHeaders
wai-extra > [21 of 32] Compiling Network.Wai.Middleware.Timeout
wai-extra > [22 of 32] Compiling Network.Wai.Middleware.Vhost
wai-extra > [23 of 32] Compiling Network.Wai.Parse
wai-extra >
wai-extra > Network\Wai\Parse.hs:376:48: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 376 | Just rbt -> sinkRequestBodyEx o s rbt (requestBody r)
wai-extra > | ^^^^^^^^^^^
wai-extra > [24 of 32] Compiling Network.Wai.Middleware.RequestLogger
wai-extra >
wai-extra > Network\Wai\Middleware\RequestLogger.hs:223:16: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 223 | bs <- requestBody req
wai-extra > | ^^^^^^^^^^^
wai-extra >
wai-extra > Network\Wai\Middleware\RequestLogger.hs:243:20: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 243 | let req' = req { requestBody = rbody }
wai-extra > | ^^^^^^^^^^^
wai-extra > [25 of 32] Compiling Network.Wai.Middleware.RequestLogger.JSON
wai-extra > [26 of 32] Compiling Network.Wai.Request
wai-extra >
wai-extra > Network\Wai\Request.hs:87:37: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 87 | then return $ req { requestBody = throwIO (RequestSizeException maxSize) }
wai-extra > | ^^^^^^^^^^^
wai-extra >
wai-extra > Network\Wai\Request.hs:92:19: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 92 | { requestBody = do
wai-extra > | ^^^^^^^^^^^
wai-extra >
wai-extra > Network\Wai\Request.hs:93:27: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 93 | bs <- requestBody req
wai-extra > | ^^^^^^^^^^^
wai-extra > [27 of 32] Compiling Network.Wai.Middleware.ForceSSL
wai-extra > [28 of 32] Compiling Network.Wai.Middleware.ForceDomain
wai-extra > [29 of 32] Compiling Network.Wai.Middleware.Approot
wai-extra > [30 of 32] Compiling Network.Wai.Test.Internal
wai-extra > [31 of 32] Compiling Network.Wai.Test
wai-extra >
wai-extra > Network\Wai\Test.hs:174:15: warning: [-Wdeprecations]
wai-extra > In the use of `requestBody'
wai-extra > (imported from Network.Wai, but defined in Network.Wai.Internal):
wai-extra > Deprecated: "requestBody's name is misleading because it only gets a partial chunk of the body. Use getRequestBodyChunk instead."
wai-extra > |
wai-extra > 174 | { requestBody = atomicModifyIORef refChunks $ \bss ->
wai-extra > | ^^^^^^^^^^^
wai-extra > [32 of 32] Compiling Network.Wai.UrlMap
wai-extra >
wai-extra > copy/register
wai-extra > Installing library in C:\Users\travis\.stack\snapshots\2968126c\lib\x86_64-windows-ghc-8.6.4\wai-extra-3.0.25-9Mwx0jzcKp6E4DBbe7RC1A
Access violation in generated code when reading ffffffffffffffff
travis_time:end:0dc25820:start=1561319036294167700,finish=1561320417197916700,duration=1380903749000
The command "$TIMEOUT 35m ci/build.sh" exited with 1.
travis_fold:start:cache.2
store build cache
travis_time:start:0e567808
wai-extra > Registering library for wai-extra-3.0.25..
changes detected (content changed, file is created, or file is deleted):\nC:\Users\travis\.stack\pantry\pantry.sqlite3
C:\Users\travis\.stack\pantry\pantry.sqlite3-shm
C:\Users\travis\.stack\pantry\pantry.sqlite3-wal
C:\Users\travis\.stack\snapshots\2968126c\bin\cheapskate.exe
C:\Users\travis\.stack\snapshots\2968126c\doc\Glob-0.9.3\LICENSE.txt
C:\Users\travis\.stack\snapshots\2968126c\doc\QuickCheck-2.12.6.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\aeson-1.4.2.0\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\aeson-better-errors-0.9.1.0\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\aeson-pretty-0.8.7\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\bower-json-1.0.0.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\cheapskate-0.1.1.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\conduit-1.3.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\conduit-extra-1.3.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\constraints-0.10.1\LICENSE
C:\Users\travis\.stack\snapshots\2968126c\doc\exceptions-0.10.0\LICEN\n...
changes detected, packing new archive
gzip: warning: GZIP environment variable is deprecated; use an alias or script
uploading master/cache-windows-1803-containers-c8a3b55330a6a76e9d657be5b213608c0efe4ecd855aab598e29fad82628147c--node-10.tgz
cache uploaded
travis_time:end:0e567808:start=1561320417247321700,finish=1561320468643323200,duration=51396001500
travis_fold:end:cache.2
Done. Your build exited with 1.