PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.7k stars 1.01k forks source link

nix install instructions do not work on macOS #1718

Closed spease closed 3 years ago

spease commented 3 years ago

Environment

Description of issue

Attempting to follow the install instructions for nix in the 7.0.1 documentation does not work, and suggests postgrest is not available in nixpkgs. Tried on two different machines, also tried updating system nix environment just to be sure.

$ nix-channel --update
...
$ darwin-rebuild switch
...
$ nix-env -i haskellPackages.postgrest
error: selector 'haskellPackages.postgrest' matches no derivations
monacoremo commented 3 years ago

I don't have a macOS machine to test, you might need a slightly different path - e.g. for me on NixOS, nix-env -iA nixos.pkgs.haskellPackages.postgrest works. Have you tried nix-env -iA pkgs.haskellPackages.postgrest, can any other package be installed? What channel are you on (nix-channel --list)?

spease commented 3 years ago

Ugh, my Unifi Dream Machine is acting up again. Really wish things would just work like they’re supposed to. So I’m typing up my findings on my phone for now.

Doing -iA nixpkgs.haskellPackages.postgrest did find the package, but it’s marked as broken. Overriding by setting allow broken packages environment variable then kicked off a fairly massive dependency download process, which crapped out when the dream machine did.

So, unfortunately I can’t provide an exact error, but it looks like someone else has encountered it already to mark the package as broken (maybe this is just under macOS?)

monacoremo commented 3 years ago

Ah, no - you most likely just need a newer set of nixpkgs.

We unbroke the package with https://github.com/NixOS/nixpkgs/pull/85230. It was originally automatically marked as broken because the test suite didn't pass, which was unavoidable as we need additional setup for a Postges db to run them.

See if you can upgrade your channel tk unstable or at least 20.09, I suspect you are on 20.03 or older.

spease commented 3 years ago

Got it. I figured out the issue. It looks like the nixpkgs-unstable channel is based on pre-21.03 or something weird. I've filed a ticket for the nixos homepage and switched over to the nixos-20.09 channel. Now it's only installing version 7.0.0 instead of 7.0.1, but it's not marked as broken.

https://github.com/NixOS/nixos-homepage/issues/664

EDIT: Doh, just realized I glossed over the years. Well, something weird is going on.

monacoremo commented 3 years ago

Hm, that's weird - I'm not aware that there ever was an unbroken 7.0.0 in Nixpkgs. To figure this out, can you provide the output of nix-channel --list?

spease commented 3 years ago

EDIT: Ugh sorry for the massive blob, I assumed it'd scroll it

Right now it's

$ nix-channel --list                                                                                                ~
darwin https://github.com/LnL7/nix-darwin/archive/master.tar.gz
nixpkgs https://nixos.org/channels/nixpkgs-unstable

Now if I try to install postgrest it says it's broken:

nix-env -iA nixpkgs.haskellPackages.postgrest                                                                     ~
warning: name collision in input Nix expressions, skipping '/Users/spease/.nix-defexpr/channels_root/nixpkgs'
replacing old 'postgrest-7.0.1'
installing 'postgrest-7.0.1'
error: Package ‘postgrest-7.0.1’ in /nix/store/0g07yy92hd5prdkh0pjhnfnygszhgmp4-nixpkgs-21.03pre260406.bea44d5ebe3/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix:203132 is marked as broken, refusing to evaluate.

a) To temporarily allow broken packages, you can use an environment variable
   for a single invocation of the nix tools.

     $ export NIXPKGS_ALLOW_BROKEN=1

b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

(use '--show-trace' to show detailed location information)

but if I override that it goes ahead and installs:

Show install log ``` $ NIXPKGS_ALLOW_BROKEN=1 nix-env -iA nixpkgs.haskellPackages.postgrest ~ warning: name collision in input Nix expressions, skipping '/Users/spease/.nix-defexpr/channels_root/nixpkgs' installing 'postgrest-7.0.1' these derivations will be built: /nix/store/f9ywvxmikrswqhajr6vazk8jv0nss5kp-remove-references-to.drv /nix/store/31b88apjwkys4nja2zhsb7fk2l95a5nd-postgrest-7.0.1.drv these paths will be fetched (452.97 MiB download, 4258.83 MiB unpacked): /nix/store/01d9j9qcrqrcnrj6prfqpdgc3scb190d-pretty-show-1.10-doc /nix/store/055ir3i5fmdij5xplbpc8caxn5jqzq0c-th-abstraction-0.4.1.0 /nix/store/07qazzb3a8cfyvs0ma914pykw6q2jv58-wai-3.2.2.1 /nix/store/08hswkdzqq2jvvdmddaydh8dg6a1gsxi-either-5.0.1.1 /nix/store/08hsxz9rd6lzaxdxd10kq8dwhqrz9a6s-xml-1.3.14-doc /nix/store/09ayqn7pmq8yyysc6n2prnzl8nm0jgz3-tasty-th-0.1.7 /nix/store/0bcflk7sry1c3hd6v1vhharg5n30g00l-configurator-pg-0.2.5 /nix/store/0bm8sf5jjq0y2iiv3awas5ycpa8a2mly-th-orphans-0.13.11 /nix/store/0f7dqdcc3b6b979bg709gqq194srmsbb-logict-0.7.0.3 /nix/store/0gnny8fai07ck29gr18vn0inxlnwgcxs-easy-file-0.2.2 /nix/store/0gnnzq52k1df4j9zib4l44n1lw0f3inr-test-framework-0.8.2.0-doc /nix/store/0jj05cyma647rywsqpq3darnzl6a520s-libc++-7.1.0 /nix/store/0k92ksd8fknnkgj5zsznz9jqzdj43sjj-tasty-1.2.3-doc /nix/store/0nlwbj5qbdf7r58x2iqz0a17az2j5fdn-clang-wrapper-7.1.0 /nix/store/0si89qplidfzi1krrv710xbqkabw6lgr-gettext-0.21 /nix/store/0v130fg35jmf831l6xq45hs84q4qc0fv-free-5.1.4 /nix/store/0ybc1c6jl9q5c0fs00y40aj2scwdwgq1-haskell-lexer-1.1 /nix/store/0zk5d1crfvk2yb7654wc29q4vwngifaw-rerebase-1.6.1-doc /nix/store/154qdg8hf3nfg0nvxs74b5ai7gn93x43-QuickCheck-2.13.2 /nix/store/15df5vpzdv7f31zpdlq26hxlqbi0sljm-mwc-random-0.14.0.0 /nix/store/15hmwznv5kj17sxf4lfb4ysk9v8avagz-easy-file-0.2.2-doc /nix/store/1a9f3v7m0hddn7y0qlqaw2xiq35w4n6x-gzip-1.10 /nix/store/1g6qgzhhhp04pchrsg7ks1pjbpa6br8h-data-default-class-0.1.2.0-doc /nix/store/1gfi4kylya45920g6an60fkl5lcblkcr-http-media-0.8.0.0 /nix/store/1hbdda63n5h5hghmhz8bp08gp0szqwmx-language-haskell-extract-0.2.4-doc /nix/store/1nn0c6f8g1n68jb1gdwadxnbis643bgm-gitrev-1.3.1-doc /nix/store/1nzc9kapf7rs7w3qw86jd4xpr971iy92-cctools-binutils-darwin-wrapper-949.0.1 /nix/store/1qlz3d5xqnk9p7f25v67qa6ra25i7ss5-regex-base-0.94.0.0-doc /nix/store/1rddm80c5r90074j6r4qfndcw6i7n9ks-network-info-0.2.0.10 /nix/store/1wahag9ixlmx02xmylbgf2n3ypmbgm8w-crypto-api-tests-0.3 /nix/store/1x0zkvpsig794mmg94d16yacp46l597m-unliftio-0.2.13.1 /nix/store/1yn8a6bibxrip4gm5382xvwzpx4fmc9v-optics-extra-0.3 /nix/store/229rkcqbhj1gl7a0w54iy862xshhq7ys-primitive-0.7.1.0-doc /nix/store/295hk96769c14f4gwlzm9qrmb0i1wi9y-tasty-hspec-1.1.6 /nix/store/2dn53jbn0qn3zgyfdp9khxqb0hwz7ssn-unliftio-core-0.2.0.1 /nix/store/2hkavcpaffriymy8537nbh2i30xpwgmj-typed-process-0.2.6.0 /nix/store/2iinw63qabs6y7xsdifrni9akrqiridv-optics-th-0.3.0.2-doc /nix/store/2ivqf5kcihvw4yvj8aavna9f9rjsarnb-StateVar-1.2-doc /nix/store/2k509sgms07mw5shcwhkg2bak9zkbvjd-data-default-class-0.1.2.0 /nix/store/2kq3igrr75pj6nay6phchgn5x1z1f30z-stdenv-darwin /nix/store/2mw3yy648f93yn0i7isqkk3g6740gvd9-kan-extensions-5.2.1 /nix/store/2n4jgi510zhbqgk2nxj1qkcknz8js18i-tasty-hunit-0.10.0.2-doc /nix/store/2n6hw4cl06sqlcgp1v7pxjsd2537p0lc-findutils-4.7.0 /nix/store/2pmx4900ar8sd93icyn72f0l30d9ah48-ansi-wl-pprint-0.6.9 /nix/store/2svl61f5jm2g7sysv2kaxl1k82mnypjh-test-framework-th-0.2.4-doc /nix/store/2wpip9ayqk4v7clnml0ph2pw21rq9p9y-bytestring-strict-builder-0.4.5.3-doc /nix/store/2xa1jrhjnahh108imgzg260vpkgaxy3n-streaming-commons-0.2.2.1 /nix/store/30jacn6ca0sgi6spjb9yv919c4smgc1l-strict-0.4.0.1-doc /nix/store/30pxz6yhrlgi86jsdy7ga3fva8yb1w7l-either-5.0.1.1-doc /nix/store/33sx0h8bdispy38mycgvpzvxjxhnx63v-scotty-0.12 /nix/store/33x3iq7717y2xmxnhqby2qkci7mnrmsl-crypto-api-tests-0.3-data /nix/store/356lr0d6gq6bnvi33y0icy757kvdf5h6-pureMD5-2.1.3-doc /nix/store/37v0gwskm2kj2gik7nnksai54kayvml9-tasty-hedgehog-1.0.0.2-doc /nix/store/3a0p05d278jz198262wj6nwpnab2n0b4-aeson-1.5.4.1-doc /nix/store/3as0z7d2736z2ydllsv8401bg302qf3x-tasty-th-0.1.7-doc /nix/store/3ay09jrnhacq12bhx7m0ysigrzp8vd56-semigroupoids-5.3.4-doc /nix/store/3bd6nv4y32yfng0gg39789yv1yy798ih-cassava-0.5.2.0-doc /nix/store/3cd0lxspyj7j865pxffflv5r6n6fdz8r-integer-logarithms-1.0.3.1 /nix/store/3d1718gcyvic3zmqmng557xbrvr1517h-network-3.1.1.1-doc /nix/store/3iwi37r20vqsfz69ciwh0swx6z4az6a9-icu4c-67.1 /nix/store/3iz0vlnmdhyw54arjbn5kh20yrnq0dpm-conduit-extra-1.3.5 /nix/store/3p5p7fivc5bbfh9j67j1zkhh1yf6wm0w-nanospec-0.2.2 /nix/store/3s6v910pb2j8gjsv6xxj9viim2ww0arf-tasty-smallcheck-0.8.1-doc /nix/store/3vyhlc28ainniphm9pf2836kj8wzijjk-test-framework-th-0.2.4 /nix/store/3y0y3254i6jjc5khadj1zk2vkidjbdj8-data-endian-0.1.1 /nix/store/404wnsidw0pxy7bcany1fr5m3il8h881-data-dword-0.3.2-doc /nix/store/42plcip4a2pj95bd24p65r6m12rn08fk-call-stack-0.2.0-doc /nix/store/439xbr68dzgml5b7jzn81fr2nldhc9pc-regex-base-0.94.0.0 /nix/store/46fclq1h44djllm54fcr16j9mnnwb1vl-dlist-0.8.0.8 /nix/store/4719xadmb17vrlmrl02xvixpgg951zqf-postgresql-libpq-0.9.4.3 /nix/store/48p25wyhha4mza7ccz2l50im40wm3yx8-splitmix-0.0.5 /nix/store/4aglnrv5sxd2cdccsw9w6qcrmjs65v8p-base-orphans-0.8.4 /nix/store/4c8r0naxy39drdwjp5v2j9i8vvpiwv4k-iproute-1.7.10 /nix/store/4fkxnxc46k888gimk7lbnbs90ic4qk13-lifted-base-0.2.3.12-doc /nix/store/4i1rjqcs4dilzig4dsqrfxq6jg3saq3f-postgresql-11.10-lib /nix/store/4jn940ajmj9ainv85w31nfkc1awdfgv9-contravariant-extras-0.3.5.2-doc /nix/store/4jybs8lcgqcdi1cz0v9vb56ika8l95zz-HUnit-1.6.1.0-doc /nix/store/4kfkr1669h5fqy2ix0jkj4sb8shpi5fc-template-haskell-compat-v0208-0.1.5 /nix/store/4wip7wlhigkp42i4pbbs65ahkvx89msb-http-date-0.0.10-doc /nix/store/4zg4h3klldv1vcp818g8gd56cg2f0g9g-pcre-8.44 /nix/store/535kxdaz3wcxmgwx14b0pj6gnja4hp30-invariant-0.5.4-doc /nix/store/53v155xz4y34q9cpbjmd9si51hmya66i-hashtables-1.2.4.1 /nix/store/53wsiabhqrkx2xd7rdgi6k59bs6qcq0k-StateVar-1.2 /nix/store/556h0x9z5bz63rm6wzvlgz8gnksmf54q-loch-th-0.2.2 /nix/store/55c4lcbgan8jc4551p3gm90xzqjb5v8x-type-hint-0.1-doc /nix/store/5aki25zk2k07i6x36cczmwbw3wlxis3x-memory-0.15.0-doc /nix/store/5dwianjz9rhnlm335r2frmfjiy1x36q2-fail-4.9.0.0 /nix/store/5iizhacf1vnw4wk8f01ing9063wpb30y-Ranged-sets-0.4.0 /nix/store/5lvivbmrnvz7gmwv6mv9id8yv72dx02l-selective-0.4.1.1 /nix/store/5lwb8bcib7r3pml90adzg3cvyqd1lg9z-semigroupoids-5.3.4 /nix/store/5n4pmpi0z4ckkc045b2nvb7q3pn336vx-tasty-hspec-1.1.6-doc /nix/store/5n8dcb8khpwmzdr1if3nxrvxv79l8rb8-retry-0.8.1.2 /nix/store/5nm7l1hl984hs2i933jdc2jh6imr9fnn-hspec-expectations-0.8.2 /nix/store/5q87sb4ph0yg9gx73dphs84blj5a4qds-concurrent-output-1.10.12 /nix/store/5qhpnhvc9fvav48ls8sajr0i9kn852w2-vector-0.12.1.2 /nix/store/5qsprysnn4b8agg2rnlnrcq2nzcsqxzs-gawk-5.1.0 /nix/store/5x19yb5dncnim5qzqf502plywnjg6wd7-binary-parser-0.5.6-doc /nix/store/5xi2ip0izhq61dvd6xzfna7h98prv36f-distributive-0.6.2-doc /nix/store/5xrqd0hzc4jgkq5lqrr4pd32anxama6d-parallel-3.2.2.0-doc /nix/store/5xs39xsp402xl7vps2pij883d9pq7gv9-tasty-hunit-0.10.0.2 /nix/store/6107hd7cjc1j84bc75fyrm967b7bx8s4-wcwidth-0.0.2-doc /nix/store/634v23q5ysf390wfw5xh534gm13p45ap-aeson-1.5.4.1 /nix/store/6582lw378cysblfy61797sn8gnk95f80-hedgehog-1.0.3 /nix/store/692vgzlivxhqzd7r5jmvbqwqpamlfzab-wai-extra-3.1.4.1 /nix/store/6a34k2xrxvzhdhi9hn2lb2nnykysm1ah-hostname-1.0 /nix/store/6a3hwndaz674l39d8qvx7z8fgl6c6lw7-ansi-terminal-0.10.3 /nix/store/6bwpdgnv13h9agfx7zzsnzdh8gigw2vv-gnugrep-3.6 /nix/store/6g5ifwilpg7h2ijgqsfiqi9byrngbx67-th-compat-0.1 /nix/store/6i3rc0ynpg08rksjblb0vlq7d2wq50jq-cryptohash-md5-0.11.100.1 /nix/store/6jqqhsq4rx0y7z39334bi52ibp5f8yyd-aeson-pretty-0.8.8-doc /nix/store/6kaa6y26zr1v35ghds8wvv5sbdc7khqp-criterion-1.5.9.0-doc /nix/store/6n3cj19wl691bzl79ymlyvamh045r1zv-mmorph-1.1.3-doc /nix/store/6pjd1k484lpcrdm9m0j1q5xc3vykgpvl-hspec-2.7.4 /nix/store/6snmf1z43ay6m1b8jv8dr4h8im056a62-compiler-rt-7.1.0-dev /nix/store/6ycnygkg1cxh0m1a58k1y392jcs9j5dx-js-chart-2.9.4.1-data /nix/store/6yh1x835b1vmw4px9rdmclvfyl0vkan5-blaze-builder-0.4.1.0-doc /nix/store/6zla9j7148pjxw3p00gwjqhk7h200ajd-data-default-instances-old-locale-0.0.1 /nix/store/6zpv9r0as9wxd0s8kymgynxwmia4c751-vector-binary-instances-0.2.5.1-doc /nix/store/71677s269f64xb4adjaapx2g3rqyjr4b-word8-0.1.3-doc /nix/store/73j96zvpkp7ardswa648ss08kxi3lmmy-rebase-1.6.1-doc /nix/store/7532mhh395x730vms7dbfy7icdswwgnf-tasty-ant-xml-1.1.7 /nix/store/75wdgkiigm255bcx474fv99ha4w6dail-heredoc-0.2.0.0-doc /nix/store/763l2xwcdz4206a84vqi1yxgcic7nj2j-crypto-api-tests-0.3-doc /nix/store/78m7n028kbn5pbmriapnldg89g4ig98n-crypto-api-0.13.3-doc /nix/store/790grz76q91c1jmkakadv2fc14kk3yab-code-page-0.2-doc /nix/store/7d4840c6yxk9lfz5j7d54a29c9n16niv-bsb-http-chunked-0.0.0.4 /nix/store/7g0x8962yg2rykj0pfyfm46gjja2qb3j-jose-0.8.4-doc /nix/store/7glnh75j1qxmbaga7yq5slvw2chz4qgc-data-checked-0.3-doc /nix/store/7igpdn0k0qi9pf9hdh604vkq10kvg5cv-binary-orphans-1.0.1 /nix/store/7jj5jnqpv4n3yhxhj288bkqh7s523xwn-criterion-1.5.9.0 /nix/store/7k4nmq1wc3mp4w24bx335xc89jkgjigj-th-expand-syns-0.4.6.0 /nix/store/7q0qpa5jlsj4q6lbrlq8wg38lw6l6q77-reflection-2.1.6-doc /nix/store/7qgsw013jiayammwbfq17w918kzyhggg-constraints-0.12-doc /nix/store/7rcwpm3mrnym4ax2wl6w4n3bwpqmw1p4-generic-deriving-1.13.1 /nix/store/7wsk10fda5ypg6vwm9zhlf6faz27krmp-these-1.1.1.1 /nix/store/86z0jzjsags47xbhsnml8nd8vzga0z9c-scientific-0.3.6.2-doc /nix/store/8787m0f2nxnh55qs2rbxp7aln1h077i2-data-default-instances-containers-0.0.1 /nix/store/88n0jpvadjmflll1zjhinq07kbjxyix8-template-haskell-compat-v0208-0.1.5-doc /nix/store/893ak6rrlicvc3zg48mhvsfsf20238h1-wl-pprint-annotated-0.1.0.1 /nix/store/8hw636xrs3rdnba69aisgnjb2r74jsjk-base-unicode-symbols-0.2.4.2 /nix/store/8j01aym5byqhgvd22ks7i2hzhf94fjm4-haskell-src-meta-0.8.5-doc /nix/store/8j5xd177m74q3g8zxcmsfix8iy9iybzg-monad-par-extras-0.3.3-doc /nix/store/8k54hpqvbb8lcl902ccrm3imbdqnn7w0-indexed-profunctors-0.1 /nix/store/8nz8l5ziszp0qxyh3xiqhgywcyblrk74-Ranged-sets-0.4.0-doc /nix/store/8p2knvj72js1bcz5kvqg5llcry299a04-tasty-kat-0.0.3-doc /nix/store/8pr5iaj10yg39pil39h4108vpp457pz3-network-uri-2.6.3.0 /nix/store/8q76ryizcm072mw31y80pxaixmk8c413-old-locale-1.0.0.7 /nix/store/8qh7c6z1r4anviczq9bi2y474ccb4ps2-th-lift-0.8.2 /nix/store/8sk33mvrdj0511if1jwf53wc46lbaqya-silently-1.2.5.1-doc /nix/store/8v1nj96pd4p10ila8p56nm29ynw251ad-memory-0.15.0 /nix/store/8vdvkir5mkplkizwy06r640pxfmi56zz-bytestring-tree-builder-0.2.7.7-doc /nix/store/8vmlf7zapm12f32zqsr6d2k4wqky3yjr-text-printer-0.5.0.1-doc /nix/store/8wycapdf32035rl6bwxf3nmcayqabhgz-resourcet-1.2.4.2-doc /nix/store/8xljli4x8fb24ll36yvg8hdgm8s27aym-expiring-cache-map-0.0.6.1 /nix/store/8yc6dg4kp9rqzrm2qn36bm813gkg9qzp-heredoc-0.2.0.0 /nix/store/9159pzslwxv5vbvxzw2vz6i4n45dycfw-rerebase-1.6.1 /nix/store/91xnisa4dgcfwdmlwv2q1mqfrglhwfls-monad-par-0.3.5-doc /nix/store/9594pxiphp2fzyylg7krvxll08kk239z-vector-algorithms-0.8.0.4 /nix/store/95a4j3zzs6jgal48b935mhqnipm007gp-transformers-compat-0.6.6 /nix/store/9avxblj2kdq8gb3gvjlrxavh9qpyfbjz-uuid-types-1.0.3 /nix/store/9f2cqlwjmm4zf5zbqld63ipa5gpif6pn-setenv-0.1.1.3-doc /nix/store/9h3bam3k6q6wh2kdjjzds9whlwnlz2rm-swift-corefoundation /nix/store/9j9n42g4n3cn1747pi1i00nmh0f9w38n-unbounded-delays-0.1.1.1-doc /nix/store/9lclq4qkbn4pkhgmw63qa7b0w74bw1qg-data-default-0.7.1.1-doc /nix/store/9m1xy5mzbkdzl3sy39gznwkn8l17l88h-monad-par-0.3.5 /nix/store/9m9q7bmn937d15p8q9m26fpxypi8vg92-gmp-6.2.1-dev /nix/store/9qi1b1a89g198b79m04rskn09rvhw4qz-optparse-applicative-0.15.1.0-doc /nix/store/9rckww0dzw2n332a6knahssj7h424kxc-typed-process-0.2.6.0-doc /nix/store/9w6m97d4sbl906hbwr7ahnvryk52scp4-tf-random-0.5 /nix/store/9wx3hh7d93b7a859k84d54375s4pv7k8-unix-time-0.4.7-doc /nix/store/9y9rkkrcsgfz304lsyqmj989gv99s8f8-criterion-1.5.9.0-data /nix/store/a2www5kgy1lx7308x1y0sam852ir5713-bzip2-1.0.6.0.1-bin /nix/store/a3j1qbishkbzli6dcvsafqs3ds04617p-pcre-light-0.4.1.0-doc /nix/store/a3nrkjfwaiylwk2r22ah1yqqfslimhz5-conduit-1.3.4-doc /nix/store/a455xckl9hizmlalix4lfhvwyawhv8x6-Glob-0.10.1 /nix/store/a65wys0wnvl6r2pv8ikqk6rkf9jz93ch-hspec-2.7.4-doc /nix/store/a8a4mwq89sdljg73mdlwx3jxw1hlwwvx-primitive-0.7.1.0 /nix/store/a8lhp5r3aws5yd76bka81hh26a64sfca-vector-binary-instances-0.2.5.1 /nix/store/a9skx7l17x6fbm54b4pi8nj4fqhncmdi-split-0.2.3.4-doc /nix/store/a9ymw6s8z3pvqmcckz32rb9gshpp2i8z-test-framework-quickcheck2-0.3.0.5-doc /nix/store/aaz84qpjjibdw88ys3y623crqyn97l7z-time-manager-0.0.0-doc /nix/store/ag48pqi4i8srn702d0rwn6r040wnp256-placeholders-0.1 /nix/store/aili1krfrw6d3xzl0yyymc9b87022vc7-invariant-0.5.4 /nix/store/alm049wnwxyy1m6vpb9wckqnq0ls2dv6-ncurses-6.2 /nix/store/am42mwv5bgxvn74s9g176fq6hwvrhpjs-gnumake-4.3 /nix/store/amcbwpb1h16hpbrrbmg5y13ha2k7sb2g-cryptohash-md5-0.11.100.1-doc /nix/store/amjw5bzivpia87i7698an28rywvllqqn-parsers-0.12.10-doc /nix/store/amk4rcyjk9ql2917i5jwq4y81ggmx3wm-icu4c-67.1-dev /nix/store/an3y16sxldq9lsvqf5fwzj1qy0rx90gj-hashtables-1.2.4.1-doc /nix/store/apzf31hn40hrbx5z3bxyzxl8l9fsay9l-colour-2.3.5-doc /nix/store/ara1gjkkzag40rmg4rfy3avlgbyrhxzi-js-chart-2.9.4.1 /nix/store/aslh9hb3z7f3fsg7ylzy26r44z9dzx9r-zlib-1.2.11 /nix/store/asv5kd1nn331404r621nsb2i0s3f35rl-hashable-1.3.0.0 /nix/store/avnv7vhz94j83c3n8k5klsnwr5x59jj4-network-ip-0.3.0.3 /nix/store/awhh79mnfnfdybs03a5b91kafa716h2g-void-0.7.3 /nix/store/az14g7c2gakbhlgwq949ishjzndfjddj-hasql-1.4.4.2 /nix/store/b0qfk7j8jb2lcdmv96fw0pr6ysz58v0q-cereal-0.5.8.1 /nix/store/b0wsgb152a6h5ds3fqlz48w7r8z7ilh5-monad-control-1.0.2.3 /nix/store/b1ac4iv8kk5z8q5xlpyibrsr7w1xawj7-ghc-paths-0.1.0.12 /nix/store/b9cyy6l9iksx4wls122dbs9lrj05r3kn-pcre-8.44-dev /nix/store/b9ksx2j1iwwqrz8ll30w11p9wpz2i3pm-network-byte-order-0.1.6-doc /nix/store/bd7dwsd8pmnf0q4n4nfdfcyc20wf14kx-readline-6.3p08 /nix/store/bf703k44n78r46xki33s584hmzi7cahx-patch-2.7.6 /nix/store/bfg6dp660a8n7vywwipq1fnppb52xpg6-megaparsec-9.0.1 /nix/store/bfpnzbbsjyqg6srksczd6cjlxg6x8sz1-th-orphans-0.13.11-doc /nix/store/bhdcahvaj9j07md3j96vfcwi7sh4pwah-swagger2-2.6 /nix/store/bighsr5y1fa0h1hggg7zc6diq2g1b9wy-attoparsec-0.13.2.4 /nix/store/bihgypbicv513fdh6z0wn3a8bw031vh1-data-fix-0.3.0-doc /nix/store/brd3mwwfb9xzfwfnxm3hjbfxbjcqikjf-SHA-1.6.4.4-doc /nix/store/brm34l4pr9xiwbxwkd15qalcajkfwchn-bifunctors-5.5.8 /nix/store/bxq39nq2wsa516d2filyykxpkh5qy1c1-asn1-parse-0.9.5-doc /nix/store/byjbz6y3ma3rhhk1glmbs3dj7xnkjd3p-nanospec-0.2.2-doc /nix/store/byy8qzzawlg1mm81l8lh9v524fx9zy0l-appar-0.1.8-doc /nix/store/bzib6x5xfkp07gkx01phv72fi2r01l5y-ICU-osx-10.10.5 /nix/store/c0sri2acklq36zzjmisxbwaic7yinc8z-conduit-extra-1.3.5-doc /nix/store/c3vn16qch0dpw4xp8bx9sfblvh05xs84-concurrent-output-1.10.12-doc /nix/store/c4144wq3vnha69b5c7haqi12jyc3kmwz-lifted-async-0.10.1.2-doc /nix/store/c6nc1y9iw6s2wc2yj15dygg8ak7wnflg-reflection-2.1.6 /nix/store/cai1f29ac1n1x77r0fa887yvm26327ip-clang-7.1.0 /nix/store/cbwdyil972k5rvwvblscz72x7xyriw9p-cryptohash-sha1-0.11.100.1-doc /nix/store/cczl99lq756g06j3rz76gwpc1bkq2a9i-hourglass-0.2.12-doc /nix/store/cfks9ng9jkwhjp8szx0nkz2sxd10p6pw-safe-0.3.19 /nix/store/cg6j1c4bgg535vbwzf0x1nw4dzdyxnc4-vector-0.12.1.2-doc /nix/store/ch0ng3w7rk2nc2i5lhj096ybgc6mfmr9-hasql-1.4.4.2-doc /nix/store/ch7hdbkm9c3g4an1r3fbw3h9ja6j4j4p-concise-0.1.0.1-doc /nix/store/chvvy5dfzz2vhl5548lpq1h1bjniz432-Only-0.1-doc /nix/store/ciz374pnqx5x2ka0s2n893250imq75rl-random-1.1-doc /nix/store/ckryb9sd5whncb3ywc9411b7md245m1q-hasql-transaction-1.0.0.1 /nix/store/cmwc29hxp9dakc2r722y5q6aia1xzwl1-text-latin1-0.3.1 /nix/store/cp5xrl43w9kz4rx7hkx8gbba3i19b5c3-foldl-1.4.10 /nix/store/cpqd68ija1v864n25bjrcc2hl15rjf26-x509-1.7.5 /nix/store/cqh3l69n2wlddz3qm67cac36101i6pjc-time-compat-1.9.5-doc /nix/store/cri6qi2c970azp5r1y1d8sz9bgj7sspp-Glob-0.10.1-doc /nix/store/csbkkdv9ayhqywh81yxp2i2fsh4apffs-data-default-instances-containers-0.0.1-doc /nix/store/cvdzxbyan7wkm19y7c53zasbdn8ps7xc-charset-0.3.7.1-doc /nix/store/cvgvjrkyb4q07v62qwnd951a0grrmm03-zlib-0.6.2.2-doc /nix/store/cz0yr5n75ikd03nwr6mnxww3fg4368jv-adv_cmds-osx-10.5.8-locale /nix/store/d1rw177lrnsqmg44n4gcan84nbkj9bnh-random-1.1 /nix/store/d56cw38k8ppa7s3yvw25f8amc3ipygd3-mmorph-1.1.3 /nix/store/d5bywxxfpkfh7x5jrl2ijcivha758r15-bzip2-1.0.6.0.1 /nix/store/d78c49nwja48c7j41rwh9fdqz65b88ip-resource-pool-0.2.3.2 /nix/store/d7q6n35vlxi9hhlyw2wpa3yl1v5nlsdp-monad-time-0.3.1.0-doc /nix/store/d84pll56ajybsj2llbqwn4i2g7sm3y35-semigroups-0.19.1 /nix/store/d8iv20a684qxznzx653j4a203fl2hdbd-comonad-5.0.6-doc /nix/store/d9jvw9bgmd1y24qs2121vrrw07mfi232-auto-update-0.1.6 /nix/store/d9x6399r7mvdf3pqa4nya4pb2drb14zc-transformers-base-0.4.5.2-doc /nix/store/daprzwb97kg8iyx76vzsxdpab33balcy-http-media-0.8.0.0-doc /nix/store/df83cnrj2yciwz8ddba9h1lqqcpaawc5-asn1-encoding-0.9.6-doc /nix/store/dgsbv2nvcsnxnvjrkjy2s80rzy4limpr-strict-0.4.0.1 /nix/store/dizkz00ny0hspnji691byf6xqhpb3fgx-test-framework-0.8.2.0 /nix/store/dkg6gdk87ig9yhk3cc2ihagwgj5xn0qk-th-reify-many-0.1.9-doc /nix/store/dlqi219m0dkrv46qkn0c6nkdm29j6j6g-ncurses-6.2-dev /nix/store/dlvxrj053r5f84s77ksd4zc9d3a85ci1-network-3.1.1.1 /nix/store/dv6g5kakgq9ldji9xjh5b6604f0326ck-pem-0.2.4-doc /nix/store/dvyy21fxpcjq8a9kcgs7ak86jyjchgnd-utf8-string-1.0.1.1-doc /nix/store/dz93hiam4zzkx808b5fq6nxqiyzl0g8k-hscolour-1.24.4 /nix/store/dzska93s1nn2828ykw8aic2f1f1s8qjr-data-fix-0.3.0 /nix/store/f16crlx4m6rc8lqj66vvazmngjzl09zc-HTTP-4000.3.15 /nix/store/f1kgxw8x6616inf6v0phfvkss38lm0pm-abstract-deque-0.3 /nix/store/f43zaw8g9mlxyfm33ghy93srwv7215lf-Only-0.1 /nix/store/fd2sgl79r3wgxly8ywf4h2gvgyq2jla4-regex-compat-0.95.2.0 /nix/store/fh40vw2k0xjv7zmjysb5f8gn1sa9y69x-libxml2-2.9.10-bin /nix/store/fhgyx3qvg6kcjr3lrlskl3z3fwdcdvvl-math-functions-0.3.4.1-doc /nix/store/fhvmac36y9h4mna6zx79p1kgmfrj3hng-simple-sendfile-0.2.30 /nix/store/fils9cn1rvb10zrbn3apvahx85dwkmpa-data-endian-0.1.1-doc /nix/store/fjlxm1vrwsb8g476jliwi80k3l46da9y-regex-posix-0.96.0.0-doc /nix/store/fl3g92vimlka3yjl4k4rbvhm2waq4452-retry-0.8.1.2-doc /nix/store/fl60dqw9vbm3py2zqr108ssdd669v5i3-transformers-compat-0.6.6-doc /nix/store/frhkdq82n4sjk18lsrmwwy2hb274004n-data-bword-0.1.0.1-doc /nix/store/frzvn55lqcw4yqmjk7hbkbwkh7m7nnjg-erf-2.0.0.0-doc /nix/store/fwrmvp9xjcvmsgm2dbg875n710qdawmh-warp-3.3.13-doc /nix/store/fxsk8a8razicr38ryfv0hnca42r42fzx-basement-0.0.11-doc /nix/store/g0v6qpdpgifkg94x6m3p8g6j4b5r7wmb-abstract-par-0.3.3 /nix/store/g1pcr59dmnsppxxzf7rnk8wg0fr9b41i-indexed-profunctors-0.1-doc /nix/store/g1znllfb4cgl4fvdwj8m4irk12s78q25-xml-1.3.14 /nix/store/g2ad14jlsbqfzdcwxzr6ya73q00wf5zh-tasty-smallcheck-0.8.1 /nix/store/g2ck3970imp8al0q8aw3dqys5kf65wzl-scotty-0.12-doc /nix/store/g5bial8h2l8sar7496ppff7da9w2bn7i-http2-2.0.5-doc /nix/store/ga7c1r7ha2qd2wi2nmgb7mh9i0wsynhr-insert-ordered-containers-0.2.3.1-doc /nix/store/ga9kqrdmrp67fjbcgwgf9cp9rxxr7m09-lens-aeson-1.1 /nix/store/gbsbv45rxklk3mhdld1dil5g142l9gr7-postgresql-11.10 /nix/store/gc61n3nhpd8v5ywyza42qqv1lnlf4wbv-http-types-0.12.3-doc /nix/store/gdvv3wwpd2by6ak98cwb598pfki46frx-psqueues-0.2.7.2 /nix/store/gh3xswbr6x348ngggsrwy2v6xb7sd6x8-vector-th-unbox-0.2.1.7-doc /nix/store/gkpsbi9gp4md6vcgmjwd324rz10gd8ww-lens-4.19.2-doc /nix/store/gn0c5xsmamwzysn5vqrd2i7dcvyjk3ns-gitrev-1.3.1 /nix/store/gqb481kcjyqfzf54iw3hmv58vf7hzjjl-contravariant-1.5.2 /nix/store/grb19fnjm88m6gx03fkakcy1m5f836k2-abstract-par-0.3.3-doc /nix/store/gvv8cdq30whrs04xvb7illj8ldgqr80x-crypto-api-0.13.3 /nix/store/h2i83j4cn2i964vvsf82jmiq6bkg92p2-smallcheck-1.2.0 /nix/store/h3iy3rvdlk0wzsfnkj3khwgkmzykwb47-pcre-8.44-bin /nix/store/h49lnal7lmw30zq0rvy1mv8qhd2dc03s-time-compat-1.9.5 /nix/store/h55ijszypinsja6whsxq4azyjshb8a7k-cookie-0.4.5 /nix/store/ha9lk47q9fzxkax44blmz6lxv7sx38sw-mtl-compat-0.2.2 /nix/store/hc2z5hbizhwa2ci8acwnfvrcq83z92al-these-1.1.1.1-doc /nix/store/hf56s0kplamg7g1nhw7kblyb22zplksc-split-0.2.3.4 /nix/store/hi936crm2f14x07gw651jkny8f9c3qld-optics-core-0.3.0.1 /nix/store/hnz7yvqa8f1jsiaxspzvbjnp0vkwdlp9-hspec-core-2.7.4-doc /nix/store/hs2k0wrqixqilh1pkwc1x0hxyhw2kp8k-vector-th-unbox-0.2.1.7 /nix/store/hygf0yxyky3bpvfv6vpfc2jrhfpfba5d-attoparsec-0.13.2.4-doc /nix/store/hynsfd9zqyzp5kj2imnw158ipxgszm0c-dense-linear-algebra-0.1.0.0 /nix/store/hzkdllacyj9xdcpdrfcfhwpa6h28yl9a-mono-traversable-1.0.15.1-doc /nix/store/i5gm845x6vm30bbi0csl79p7chgs5iaa-data-serializer-0.3.4.1 /nix/store/i6h90zhrjnnvd7isncq66yhyskbi53r6-hostname-1.0-doc /nix/store/icmg6v4avqigsjdfd8nr40mm0448wgm6-HUnit-1.6.1.0 /nix/store/id0xn20mbpwn7jmj5sswpnbry8dr8ihs-data-dword-0.3.2 /nix/store/id9lw81qnbr4hgnwh2416116lm78wkjq-erf-2.0.0.0 /nix/store/idaxjvc8y4rjkfbdgmsyn45sra0lzdy7-generics-sop-0.5.1.0 /nix/store/if5bnjw21k059yr33qx68nhi4aap0a0y-xz-5.2.5 /nix/store/ig29qwz1n8i7k287r2yr9sy1dmlfjky5-void-0.7.3-doc /nix/store/iiarj8d1zbkxf76kj38fndk1b9yrsmf6-call-stack-0.2.0 /nix/store/ijd45g17wjn7qcdm250kwnnqyrx26in3-type-equality-1-doc /nix/store/ijp0n37zlspxmvqjqmdkwc6pfwxrx8sy-free-5.1.4-doc /nix/store/ijyxyc21zbq9v2gv2c13ii6wjyf9xapb-async-2.2.2-doc /nix/store/im8wirj67s2s1lgsqz2qslp4f2ra9awx-tasty-quickcheck-0.10.1.1-doc /nix/store/in0vpj26n17q1xr8is23vqv1qqlbq9pa-postgresql-libpq-0.9.4.3-doc /nix/store/inkwla9lm9pz2096b37azhsix0zhcqaj-lifted-base-0.2.3.12 /nix/store/ipw39an6abs7kxq83ddpfb710sy3k429-postgresql-binary-0.12.3.3 /nix/store/iq9i0niqksnp9gzrrmificyp1ir8h204-haskell-src-meta-0.8.5 /nix/store/iqais7rixmv6maj3v5v7ww88anrm8y78-openssl-1.1.1i-bin /nix/store/ir4pix42iqnc1p3d2brl6wfmybvq61ja-unbounded-delays-0.1.1.1 /nix/store/iznj1v8s6pn96x8v7n5hz2m16kzk4342-basement-0.0.11 /nix/store/izpdpzqrb1j6n9389wv8xb5dskkys2hi-optics-extra-0.3-doc /nix/store/izydn29jn0rcxcnhiw1bi96c2pjgpcrk-appar-0.1.8 /nix/store/j02d6ap60za47z7wfadiaa3kb8g03fia-temporary-1.3-doc /nix/store/j4c4a7lczjn3b2bj0c5qk4xi39avil9y-uuid-1.3.13 /nix/store/j5q9xq1pwlz1lskj3vrk8jz338rf176c-wl-pprint-annotated-0.1.0.1-doc /nix/store/j6v3zj56jx3jl64yqj3c8hkdihqr8z7n-utf8-string-1.0.1.1 /nix/store/j7lbz5syihb1ww1m64r96sslxj2rlyh3-pureMD5-2.1.3 /nix/store/j87r6vw0lwh4ylwl38br3806sqqwnvb2-quickcheck-instances-0.3.23 /nix/store/jc9z8rddsgh8pxszrsnnjqfgzgq9cwyb-clang-7.1.0-lib /nix/store/jcy0kw51jyi1yk6hyzaivr85cg1jy6hq-libssh2-1.9.0 /nix/store/jdrv82sjlzgsllnzi55rl5zsf82fp93y-iproute-1.7.10-doc /nix/store/jffqg4hld81a1rl9pgfrrm4xy5jl1zd8-parser-combinators-1.2.1-doc /nix/store/jikzfsnc21fsfzn991md0vi8j14p02sm-libffi-3.3-dev /nix/store/jiqhkh5rw923wl75s2wp05m7rjy21md6-asn1-encoding-0.9.6 /nix/store/jixawkq12brvbw73qaad8jnqgrjadrfn-diffutils-3.7 /nix/store/jkdsi60b8rh69wgr0nkqf42srxsnq9js-hook /nix/store/jkf8l0ks01grji14giw2szd939854a54-postgresql-binary-0.12.3.3-doc /nix/store/jndv9kh535zpyzpwifcdgk7a35nbs6l0-unix-compat-0.5.2-doc /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1 /nix/store/jp4w9xk0bcdq77sjvjljj6baxmqq1q54-x509-1.7.5-doc /nix/store/jpgp37z1l4b0vjyspnm3pysws88s4wyb-psqueues-0.2.7.2-doc /nix/store/jww83li1yv5iw2x3m3j1hhm8p9ccjim3-lens-aeson-1.1-doc /nix/store/jxyprfzvdyg2p7ikqpyxpxmznld4pv83-old-time-1.1.0.3-doc /nix/store/jzgc200zsddrpy5xg3961dpnyjh9g9z6-placeholders-0.1-doc /nix/store/jzp9g74grb9d89hk6ihblyh4yn39cfns-microstache-1.0.1.1-doc /nix/store/jzydpd1a14c3h9r4897v4hm4qcps6hw5-quickcheck-io-0.2.0 /nix/store/k1cvbq1ay7ram4jr42v1cr56q1lpsb9d-protolude-0.3.0 /nix/store/k3n5mnryy15ia3wgj9lhgg6id7bngsja-compiler-rt-7.1.0 /nix/store/k6rf3rrk2rxq33y69ak2afx29h1h4bif-mime-types-0.1.0.9 /nix/store/k78ln3cqmd0yx97zzqmzjh4i7bp161va-ChasingBottoms-1.3.1.9 /nix/store/k79kazw6qk5qjgj6kijd7jcm93h223l9-wai-extra-3.1.4.1-doc /nix/store/k7rk0aiadmz9fa967bfplbyrp6xgwyzk-base-unicode-symbols-0.2.4.2-doc /nix/store/ka1clgxhzld4f2xk2109spzrxk0z8lvi-data-checked-0.3 /nix/store/kawwdigmw4zy1j5nq2m56cr884ygqxpc-hasql-pool-0.5.2-doc /nix/store/kc7yipp3wrbvahwnxpidvzn4j3pz1mig-asn1-types-0.3.4 /nix/store/kcyhqzbk3lcnwmk9aj20ws7br7qz1awn-terminal-size-0.3.2.1-doc /nix/store/kf6098f2md7s713vdqydsvv5sfkk7qwk-binutils-2.31.1 /nix/store/kfczp4383r6lf3wd1nzfaqnirv2pig73-silently-1.2.5.1 /nix/store/kfqs0s0ic7h8xc3k356ax9ndb8i8bh0w-test-framework-hunit-0.3.0.2 /nix/store/kfznfd086fdzg2y03api9vhgzz5q5r0p-selective-0.4.1.1-doc /nix/store/kg0k930xb7ybp3n9grp4x1y4w0x5alis-openssl-1.1.1i /nix/store/kggp8m61vc9sx6d58pbj7il4f540ynhd-syb-0.7.1-doc /nix/store/ki8i2y03ny5jny0vwcw6lwjc8fkslm0p-language-haskell-extract-0.2.4 /nix/store/klvbl4axmdm1dbylz83l838qxxhbbp7m-nghttp2-1.41.0-lib /nix/store/kplx0198j1fb7b4sd9phhzxsxpw69pdp-ChasingBottoms-1.3.1.9-doc /nix/store/kr15sdgn2hwq2k18nl9mp061jxn6ba01-haskell-src-exts-1.23.1-doc /nix/store/kr69fz918wqxhyj5cvk3nbpfky6gr3wx-adjunctions-4.4-doc /nix/store/kyl29mkvhnw1aajrzvrv5gvdf1r8j34i-data-textual-0.3.0.3-doc /nix/store/kyvzpayy16jajmvknb2x6insfqgia2g7-warp-3.3.13 /nix/store/kzkdxz6pdx92zfz1y81mnih2hvbk8xgp-streaming-commons-0.2.2.1-doc /nix/store/l0pp2yvx4mh8rx2fyvv053y7lx6wcrfa-data-default-0.7.1.1 /nix/store/l1mqbfv28mxlda4l3csv47rxw3w3kk59-hspec-discover-2.7.4-doc /nix/store/l3km3qv5msczwbzzf4kdggywm6xjqhif-network-info-0.2.0.10-doc /nix/store/l5fycsiv5crbyvch1sqgpn58md08r0dm-unliftio-core-0.2.0.1-doc /nix/store/l6b1s862b1m5z3mpgqv8avdn2g7zs7b2-charset-0.3.7.1 /nix/store/lb3yd60bz6b8bqwrsxx92y9cddr0fsh4-statistics-0.15.2.0 /nix/store/lf9mvmlana4hma6fh0f8mkv3a8x8n5ff-base64-bytestring-1.1.0.0-doc /nix/store/lfbgnr7yc5g6sxlbhblylpq9j2a3mpwb-case-insensitive-1.2.1.0-doc /nix/store/lgc66mhz4ichscwgncxvfl25i8435632-megaparsec-9.0.1-doc /nix/store/lh2fzjp0v5fyxrlbmin01c7kcpff937f-dlist-0.8.0.8-doc /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3 /nix/store/lk30fqvnjh3hd43br4qb8r0nk0yfpja5-hspec-meta-2.6.0-doc /nix/store/ll5mzqa34z3qcw3aly6r6dk361cngpj4-sop-core-0.5.0.1 /nix/store/lp0i91i68cc8lz7mzc02hjs0989l50k1-constraints-0.12 /nix/store/ls78l0g9537998dy7wknb9xs9qpnxwaj-zlib-0.6.2.2 /nix/store/lwisj3rcmgcczyjxnijzd5px1s7g78wv-wai-middleware-static-0.9.0-doc /nix/store/lxa4pfpcx6z0i13svvh8r8kk5dv458sg-optics-th-0.3.0.2 /nix/store/lzfmlq0ji1h2sa00bz63caxf80lfwz96-SHA-1.6.4.4 /nix/store/m0l2r4azpi58sf2flbp75ywc3dz2lb0f-tasty-expected-failure-0.11.1.2-doc /nix/store/m1sy5dv01isdd2m6bc5jx48ghsxjw2zi-fast-logger-3.0.2-doc /nix/store/m297k1ipqc1j2sdb6flx2ycxn09kzlim-binary-parser-0.5.6 /nix/store/m2hld33i7jadl1yb90xwq2301lfag0ng-xz-5.2.5-bin /nix/store/m3rcvyaiwyk1r938mi1yr9znk3ifp1ym-kan-extensions-5.2.1-doc /nix/store/m47qs5z2d3wkbzyazfrm33ngqjwhxzfq-haskell-lexer-1.1-doc /nix/store/m6zsyll08qi32bhzw856ymv30ymsa4ry-foundation-0.0.25-doc /nix/store/m7fz4vilirv9bqxck6xpv4hcpa7v6bmy-tasty-hedgehog-1.0.0.2 /nix/store/m7y44np9c0rfiniqyjbz7fsxv6prmyic-text-builder-0.6.6.1-doc /nix/store/ma8aw0k0gpva9mi3jgz4d4fcx3ylamh9-mockery-0.3.5 /nix/store/mac6svclc938r7s3vjj2qmxg9m2k8n6r-base-prelude-1.4-doc /nix/store/mc0cv5bxhyad6svgq41r9cb50ybfpx6s-data-serializer-0.3.4.1-doc /nix/store/mcc8rcf02r0704h6r1aq6i4a6d9nx12f-hedgehog-1.0.3-doc /nix/store/mcf64m3fy6b1y0a0mps2dp316c8cl8jx-base-orphans-0.8.4-doc /nix/store/mi0wky04wivm1nb730ngnzfs0hgcrz11-time-manager-0.0.0 /nix/store/mjkgn1via8b4x5h3ic3f5shchwdh1win-generics-sop-0.5.1.0-doc /nix/store/mjlb79jg2n7n4l4h620k0w5isdgv168v-tasty-1.2.3 /nix/store/mkmwdi6gi0g02lj9q902bnz6y3wi0kr9-aeson-pretty-0.8.8 /nix/store/mkncpjh706pqp21bmz9z5bvw1fk5mlhs-zlib-1.2.11-dev /nix/store/mm1lxairg2qx2jgilc4flh372s8cxfcj-deferred-folds-0.9.15 /nix/store/mndl0i6bs13sdyas0p9x4qh8d74bim52-binary-orphans-1.0.1-doc /nix/store/mppqysbbjsspz8pflv92jgixyaplb1gz-haskell-src-exts-1.23.1 /nix/store/mpv3j3gs50snrbkmyg663s2a7jhyclym-libkrb5-1.18 /nix/store/mpxgsniqaxrzp76mhapycrsgcvnhivij-dense-linear-algebra-0.1.0.0-doc /nix/store/mq85zpiwavsk7i0v7pa0zx02b05njhyi-criterion-measurement-0.1.2.0 /nix/store/mr9j286951vwxz1mh572xndz57xykg9w-extensible-exceptions-0.1.1.4-doc /nix/store/msjlaib0326q463c47nqc46v6i0ikyva-tf-random-0.5-doc /nix/store/my5frg38hhvazi72ylklzhc4ljq8g1nj-logging-facade-0.3.0 /nix/store/my60nq1iys864fszhh4mq8y601lm3xsp-data-textual-0.3.0.3 /nix/store/mz40k68zji6fjf533skqs7azh47zlbhh-vault-0.3.1.4 /nix/store/mzd12zz5cnvqfpv41mkjnilsvrx2ib8d-regex-compat-0.95.2.0-doc /nix/store/n0chrskdf392yykwxjx4mxy66rdk22dp-pretty-show-1.10-data /nix/store/n1nd1xjnsscwyfm1ybrn0b465ni77whi-doctest-0.16.3-doc /nix/store/n2nvy9siby8fqgb0h084y8aq4yymbgl7-hasql-pool-0.5.2 /nix/store/n6birv341a3xcnsn40rgxx4j36za49sx-colour-2.3.5 /nix/store/n6nzdff187d0i27237v7vdbcr9sp6ck7-lifted-async-0.10.1.2 /nix/store/n84g1zabxgdf37q1lr43jr1581153kz5-simple-reflect-0.3.3 /nix/store/n8541gcj87hq9fz0krhn70db8sisw6pl-text-printer-0.5.0.1 /nix/store/n8qk2px2aiyy459kw57m6a0zdki168pr-test-framework-hunit-0.3.0.2-doc /nix/store/n9r572zm1bpvvsmcifn5mwmrj9plqkli-ansi-wl-pprint-0.6.9-doc /nix/store/n9vz6ydfmly08mnqvwqpgqcq55b1bf7i-swagger2-2.6-doc /nix/store/nag9njw3jskrsad919nkxxli81vv7qd5-word8-0.1.3 /nix/store/nf7s9jdbgzwry4xbjrpc62cbc8acp6sn-tagged-0.8.6 /nix/store/nfa0xy914snwg1qgkhvr1l7bwibl7a95-old-time-1.1.0.3 /nix/store/nfv93yfb8sw5f85l6ah2c027fpsd6m85-text-short-0.1.3-doc /nix/store/ng999ik7s9nc3qvrh9i64ydz7c6kb0nr-ed-1.16 /nix/store/ni93g4bh4v436zjsw2z2lvwz2zqkbjhy-simple-reflect-0.3.3-doc /nix/store/njjq74jipq8iyfw4c6ns2lzj19s83z7h-curl-7.74.0 /nix/store/nk1368sxdy2nqfw2h7rwq5lna075szbb-js-chart-2.9.4.1-doc /nix/store/nnkhrw3n6hzb85pf4q2rbgv5rmxmqipc-cereal-0.5.8.1-doc /nix/store/ns7f13gldnk83l2fgjlzbx9bnfvc2g72-libc++abi-7.1.0 /nix/store/nw6z27vhic7rgz1k0nns8rs2yvy4ny4f-adjunctions-4.4 /nix/store/ny04sffdhiin03z4s6fd73mqnz1cfgvf-gnused-4.8 /nix/store/nyw68ssw1vfr997w8whia71ynhhqnk0s-protolude-0.3.0-doc /nix/store/p22579g5bk5mbp0909gag6fl0aghk5lr-microstache-1.0.1.1 /nix/store/p2njapqv5pdcf7gqr866k2gp2xdw0143-assoc-1.0.2 /nix/store/p7j0j4xb9bxpb8f0q67w8xa7qynkgw1h-HTTP-4000.3.15-doc /nix/store/p8is23i3g5mcjdx4kf4489fn9y9cx358-sop-core-0.5.0.1-doc /nix/store/p99vk5myyj3nh65j26cyqv587r0r7ayy-logict-0.7.0.3-doc /nix/store/paaqgws1yvwl3y1fib4yxyjvhznrrf6w-uuid-1.3.13-doc /nix/store/pbkny76vq8pvfxnmapycc1bm9c1ivqdg-unordered-containers-0.2.13.0-doc /nix/store/pc4sdjw0yyik904vjfj2wanfi5q7i637-mwc-random-0.14.0.0-doc /nix/store/pcma4f0qmqv0p8jw021fma3csgrimlxx-nats-1.1.2 /nix/store/pd12crsmm9zmbakcm4mdfnfj3y19354i-doctest-0.16.3 /nix/store/pd1hygjmjjyns03i3bnm5yjy5rmin0s4-unordered-containers-0.2.13.0 /nix/store/pgn86nrnny9hb89w3z30zrr1lgv5v88g-optics-core-0.3.0.1-doc /nix/store/pgz5knhcypkyj30cac6kcp8winw5vwq9-cookie-0.4.5-doc /nix/store/ph34fd04z129qms38wfqlwlp6nwkcp3r-hspec-discover-2.7.4 /nix/store/pigayx30ksn7yg8a9ha8rnzl4v8zhg87-byteorder-1.0.4 /nix/store/pjdxhhcz0ap0l2bs6wkkhy6kbp9sd2ld-stdenv-darwin /nix/store/pkzaks6pdqbw878q1jq4ngs68h4455wq-statistics-0.15.2.0-doc /nix/store/pqp4kakkmvbk9pgsmd6ci47wlr1zvzd7-simple-sendfile-0.2.30-doc /nix/store/pr2pk9f8j1bxh59qwdskzpjdpbnjs9pr-http2-2.0.5 /nix/store/psmybh3ad36n08z7cvk2x6hphb4v8jix-bsb-http-chunked-0.0.0.4-doc /nix/store/psrx9w07q2jni9m8lly98yajbaq06ch9-ansi-terminal-0.10.3-doc /nix/store/pvwrmcvsp1gw9wphscyb7bqfajnpaxj4-wai-logger-2.3.6 /nix/store/pwnlzgn90gyqg043j04iahfn89ydykh8-tasty-kat-0.0.3 /nix/store/pydmwqw9qgd7ds6jd502x4w4fi75swz7-bytestring-strict-builder-0.4.5.3 /nix/store/pyz9wxd48qrfsfwfa51s2bs13qs9f2bf-abstract-deque-0.3-doc /nix/store/q5crpdy84yla7mqjyv5kbxx44bfgrwcj-tagged-0.8.6-doc /nix/store/q5mkc2ci4pc3byik3ifvn4y3s8nr6z36-pretty-show-1.10 /nix/store/q67j7n6sfjm95hikxbwfkf5hy8il3x9q-libxml2-2.9.10 /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6 /nix/store/qbkvz837y33hpdd5lnli04mx8ifjai4y-data-default-instances-old-locale-0.0.1-doc /nix/store/qbrs0j7q529z6zrdjz04621lwqgmgb09-base-compat-0.11.2-doc /nix/store/qcc1lknl8ikx8xd8h1h2n8w5ns57sd3n-base-compat-0.11.2 /nix/store/qcx747d8i1cj04s96vhb0mb4fls8b94j-comonad-5.0.6 /nix/store/qd7mk8p143pqv9wkhlgws5rv1xx0lgcr-mockery-0.3.5-doc /nix/store/qdc3mwinfwnxqwln6gh7d7cqv0pmwh0z-type-equality-1 /nix/store/qf8adyb41qzgbrw31m2cphq56vhi4r0s-mono-traversable-1.0.15.1 /nix/store/qh538lvcjdq6569ydxrk5szk1g653im0-regex-tdfa-1.3.1.0-doc /nix/store/qimbv5fw8cc4r9iracddmfjm4jg7lc3x-interpolatedstring-perl6-1.0.2 /nix/store/qkd00701r0f4zd5zn3wrriw0nqfk142g-scientific-0.3.6.2 /nix/store/qkfapjcyab7zfhwm9smrj4a8jv8fgjxh-asn1-types-0.3.4-doc /nix/store/qlbgz673q6cd6rjp6dvz3s49hzcd8m2q-expiring-cache-map-0.0.6.1-doc /nix/store/qmbda3yvkmr7l3k1yq7xq8glp1gyzi0f-entropy-0.4.1.6-doc /nix/store/qnfdz6vkpv3mmwwz3syrnz1f3qxns5pl-interpolatedstring-perl6-1.0.2-data /nix/store/qnsikmcpsva9zmmbl9dmfradsz2h22yc-jose-0.8.4 /nix/store/qnx84i2dd7irv50cnwbvayc7b438ic7b-cryptonite-0.27-doc /nix/store/qpqbx4x3phrhnyqria0i6yp8m7mri7yw-integer-logarithms-1.0.3.1-doc /nix/store/qqndyjw0329ap0nyjvih1x1rcxj03rp1-gmp-6.2.1 /nix/store/qr3pb5zxqhg1pjdip788hmghf45mh32a-tasty-ant-xml-1.1.7-doc /nix/store/qracscv397kbq825xnf86wgi3j8nc4x4-th-compat-0.1-doc /nix/store/qrvx5dil556fvd576593vbad3l0if0fb-deferred-folds-0.9.15-doc /nix/store/qw8nk026pn1xmf3lgdm3g5dsgxa22xy0-libtapi-1000.10.8 /nix/store/qyzf1mh6ah2lqaffrg2xwfncrmpswqzm-cctools-port-949.0.1 /nix/store/qzlskl3z1wdlhy9jp2qggak59c8mddwc-quickcheck-unicode-1.0.1.0-doc /nix/store/r0pzz9wnv2xq4vmgh9miyh230l0kcbwm-contravariant-1.5.2-doc /nix/store/r2l8jcrlra4y42qckdljminhh3hcb94p-tasty-expected-failure-0.11.1.2 /nix/store/r39ca5xsx132wmf5a9p9gcfa0mmzdiba-temporary-1.3 /nix/store/r3phmr6nn5ispj84razdg1zwfv0525qg-hspec-expectations-0.8.2-doc /nix/store/r3xzaywrnvkf1r5mjnn44fy5fxmd6358-bifunctors-5.5.8-doc /nix/store/r43ya3f5f534vgmbpp2bg53avb3h01hh-entropy-0.4.1.6 /nix/store/r4glp2ccvq1bq03yc65igm0m73cnngaq-parser-combinators-1.2.1 /nix/store/r6vqjk0p8mb3c5v1np464cqggx2aa831-math-functions-0.3.4.1 /nix/store/r7glhc06wpn3bvsyd7aaw0b1nlf5im7n-openssl-1.1.1i-dev /nix/store/r8ahqqmxxv332l0cr180vd3l953103qz-quickcheck-instances-0.3.23-doc /nix/store/r913a0b23i21r8y4x8kgx024gms9lvx9-Libsystem-osx-10.12.6 /nix/store/r95mrxbiabkizfi0vpj45q13g3j551ds-th-lift-instances-0.1.18 /nix/store/rbcr4vianbz4jwvc4gmbig5da35gfkk4-ghc-8.10.3-doc /nix/store/rbsmc60wh52090rj5gyg1paghg0sbrw4-cryptonite-0.27 /nix/store/rck7jbb937pr6sv648y4vfl650s982sf-llvm-7.1.0 /nix/store/rd5cp96bajp9am7cfy2vvjfkgg0j1vs7-http-date-0.0.10 /nix/store/rdbq2q75ysh13gis328k7vwwf4s22hvw-bash-4.4-p23 /nix/store/rfavng9qqvyhqgricg0a5xn5spvpi6fh-network-byte-order-0.1.6 /nix/store/rikhc8w53nd2v12jii28821691b4rk3n-colour-2.3.5-data /nix/store/rk84kx8lv8b7n63ayj1wvxhxfir541s1-semigroups-0.19.1-doc /nix/store/rldv0vwa61w9gb6q4waf4w6ji7nzqp5r-pem-0.2.4 /nix/store/rmsnx3vz9c29wa97xw9iij92n55n6wm0-th-lift-instances-0.1.18-doc /nix/store/rn2na2i9pbw6vfcn6i3i82dvlms78zk3-mime-types-0.1.0.9-doc /nix/store/rv9ff7sr4r30rin89ki1v5vqr0dndwad-coreutils-8.32 /nix/store/rxfc7fn9477xa1f6pa0qxf8prvlks01v-expand-response-params /nix/store/ryyavdwmbn0vpaghpk5zrp72244rd4zn-text-latin1-0.3.1-doc /nix/store/rzm26xr7s3zs10g4nnsmc2r11dj4v7s5-th-reify-many-0.1.9 /nix/store/s2fpcaqvzkys8rpzsg298x1wh94nbxsl-monad-control-1.0.2.3-doc /nix/store/s3h29c0hx4wy3bxazrzyg96qpigardmh-conduit-1.3.4 /nix/store/s4yzcs4kcy63i30hnzi5pb15855g2j10-network-uri-2.6.3.0-doc /nix/store/s57cy3ggbljg2m4cdj7jqnmdda8c8hki-asn1-parse-0.9.5 /nix/store/sa3w4s5s8iwj8w4nrajhhkkapknw6xxk-logging-facade-0.3.0-doc /nix/store/sakn8yarr5khhakijhpfszfav6rnb1fm-base-compat-batteries-0.11.2-doc /nix/store/sd6nrfrv2zchq3ilw4vjpwdh81svfqv6-libffi-3.3 /nix/store/sf1h3h8sjc241xvya8d362qpd2gah299-auto-update-0.1.6-doc /nix/store/sij84xsgk0qjc508r0jlw2pxyccxlhi2-th-lift-0.8.2-doc /nix/store/snkmxgyr7g806zy8952j5v59jhk8ppmd-hspec-core-2.7.4 /nix/store/spd8pif7anyypy28g71w6q6l8bhz2zdv-unix-time-0.4.7 /nix/store/sqx2kc4yf9b18qcgcvlgwxfylcrba4bg-hspec-expectations-lifted-0.10.0 /nix/store/sr15vbk9hjwvk21y53rpaldx69777cz4-parsers-0.12.10 /nix/store/ss69lfhm530dc6h3rr6giwd302yki6l3-base64-bytestring-1.1.0.0 /nix/store/ssp6a3x6vnjgfybmlla6klly0h9sxjf0-optparse-applicative-0.15.1.0 /nix/store/svzzk39ihczl7g32ahwh12r7zsxgayi1-th-expand-syns-0.4.6.0-doc /nix/store/sw1rf8ci829s69qn2yhi76hxbp4340j9-profunctors-5.5.2 /nix/store/sw4af8wkifl2h8pzjfapk3ws78adzznp-base-compat-batteries-0.11.2 /nix/store/swzijgjkfa3rg4yyf42b7s808nk0xziq-openssl-1.1.1i /nix/store/sxfgpxz7b7a8xjwkxyqvi52b3lwik6z9-bytestring-tree-builder-0.2.7.7 /nix/store/sya69jdr6y1amgnbfg1jmfpkzb4jry3c-wai-cors-0.2.7-data /nix/store/v0mf7zlqbz84ss9rkczcwbp4fr45qwz9-pretty-hex-1.1 /nix/store/v0rcxi447wzvn2d7r7ap47lf2fv84d70-loch-th-0.2.2-doc /nix/store/v1nshbgakmljqgpbf8cf8gqr69pklfdd-assoc-1.0.2-doc /nix/store/v2248y2s44brph6rwqhvsgsidlzcn7za-byteorder-1.0.4-doc /nix/store/v2nr4jgy5gkbwdj4s2nby5qfabnazqhc-hasql-transaction-1.0.0.1-doc /nix/store/v2yxgdci9a7ihzvnvys7f5lbch9bzm17-resourcet-1.2.4.2 /nix/store/v8a7wrfmpxd4ynavh868d9a6c60i6nhn-wai-middleware-static-0.9.0 /nix/store/vc74lxrj82lvc4wn5p5wpc7dy619i295-insert-ordered-containers-0.2.3.1 /nix/store/vdbxiqr1y05hnrn8zr35fzjjbsgnv2dg-test-framework-quickcheck2-0.3.0.5 /nix/store/vj05xm94z8d1y1wmqcqnskfrfhb8jq1z-safe-0.3.19-doc /nix/store/vlpgs01v5g98bxg8jhvssbfzbbrhn9yd-configurator-pg-0.2.5-doc /nix/store/vmii4h90h067drl0pkbq48hhrfkx4hay-code-page-0.2 /nix/store/vnfxwqllc1c5vyjzw3y4ykqr4vrxd0g2-hspec-meta-2.6.0 /nix/store/vnrgmcdhzvdw4674f6wjv8940d4czm0z-th-abstraction-0.4.1.0-doc /nix/store/vpkp5wq2d0qci2hlsis2dwh6w1jg5w2m-pcre-light-0.4.1.0 /nix/store/vqa0n3vidrxij2622dclvrrzp0vdg57v-distributive-0.6.2 /nix/store/vs588j2vqpbysncs4gdak6b268877q8f-case-insensitive-1.2.1.0 /nix/store/vsk6qrl84fn7jm0h9lgq6spz15c4rq2w-hourglass-0.2.12 /nix/store/vvx3lwl7dhcx818v1jyb7pasij4am8qb-foundation-0.0.25 /nix/store/vz2gfh3zmd9glp3kg5nx6lwpsbcv9qhd-concise-0.1.0.1 /nix/store/vzg681wi8ly4s7bsqf08fx0vqv2qibjm-monad-par-extras-0.3.3 /nix/store/vzxk08zcz1frm5fwy6vskixhg43l2y0q-cassava-0.5.2.0 /nix/store/vzzl28kjy7wci2i2791j3xlc5pg46vph-clock-0.8-doc /nix/store/w09infa2dchs9z9yzj36arnmlg7hinwj-interpolatedstring-perl6-1.0.2-doc /nix/store/w0x3wv3i23lwn88jhyj32agy15qzf0dc-text-builder-0.6.6.1 /nix/store/w578b5cq39wnylqhmwfrip56zk9y9zp1-splitmix-0.0.5-doc /nix/store/w68ds3q9frxn33jqwvyg5n47qy6g6kcq-generic-deriving-1.13.1-doc /nix/store/w7rs9n435j9xlkawby9ls44g6h6fsgcg-wcwidth-0.0.2 /nix/store/w9qmr1z45ml75xhaiznqc4zi4ni7z23z-contravariant-extras-0.3.5.2 /nix/store/wcfr3gjd55d5rbchxrv23vjgk4ynvclg-hspec-expectations-lifted-0.10.0-doc /nix/store/wgv10id8jp1s0v2rbfqb67a8d44knwzg-syb-0.7.1 /nix/store/wihbmfdkb11pa9wkd11q4r7r61b7cxqc-tzdata-2020c /nix/store/wjfjih83g9r24j9x9l16dbjgs9c2k1ki-base-prelude-1.4 /nix/store/wkvvjglbd6dkg6jd2qis4wm6gz3l5cid-type-hint-0.1 /nix/store/wmv6y215w4qi8d6x4zjw21k1ijdl8jrw-gnutar-1.32 /nix/store/ww3dbcmyqs7i7mlyhiqgf9vijwdjl7bd-data-bword-0.1.0.1 /nix/store/wy5hk4x3grizlr9f4dz5mr558mj2lanz-terminal-size-0.3.2.1 /nix/store/wyyjvpx6dz0z3b50aw7mimsbpacd9s1x-hspec-wai-0.10.1 /nix/store/x1r34biyn6jjb6p0dkkzqf4lv32mqhx0-old-locale-1.0.0.7-doc /nix/store/x2ipj7i3pzpjp4pqh29v0i0z9gcjya1h-regex-posix-0.96.0.0 /nix/store/x31rvr8ypgv0agyzn6a2dvjv6lsbwmqw-setenv-0.1.1.3 /nix/store/x3g6p61l5p7dqdjcr7s9m09484mv426i-hashable-1.3.0.0-doc /nix/store/x72xqicv4zjmdabqqz8qnjjpn48qz2dj-network-ip-0.3.0.3-doc /nix/store/x78wxi3shn9zmibk3czs0dr2akpgkx6m-lens-4.19.2 /nix/store/x7p2j302dz3r2za2mpld1biq155xvj30-hspec-wai-0.10.1-doc /nix/store/x7zsv1aqsg14xdxrlc7pxwkzmhmslskz-unix-compat-0.5.2 /nix/store/x8q8gsl6zdpzfxymvjhs415bkm4iv1ij-profunctors-5.5.2-doc /nix/store/xbhw555x875x5q2bibxiy7w9hqjk7n5k-text-short-0.1.3 /nix/store/xc2a8r9sr50q5rcl61sgqg0gsdjvbmjq-wai-cors-0.2.7 /nix/store/xd1xz1j206vhp40xxcvyhg8y3pb3ac14-quickcheck-unicode-1.0.1.0 /nix/store/xdhgnwa745z1cff6mrwl6n99sswwx0zf-tasty-quickcheck-0.10.1.1 /nix/store/xhx2qj01bi9cm4aic54pxj3qmd85jxxp-unliftio-0.2.13.1-doc /nix/store/xjrh1zys0zmiziz7hjw9cjykvpvvxqkn-vault-0.3.1.4-doc /nix/store/xn32xabvy369k443bvd8yrmrjkxxgc3a-vector-algorithms-0.8.0.4-doc /nix/store/xn34p038brbvxyl3y4j2scw8v4l8iyxh-foldl-1.4.10-doc /nix/store/xplykys5brrmmqqr18m1ippg5hn302p5-clock-0.8 /nix/store/xqz57l57kwr32sgwc4ws74aggjs1lp3i-base16-bytestring-0.1.1.7-doc /nix/store/xz1al704hyw50cvj79c3nhiwfnl2hjms-smallcheck-1.2.0-doc /nix/store/y015wwx9v6lqsjmpmay48h6f9psxi61p-blaze-builder-0.4.1.0 /nix/store/y099ysxhhy6q2vk2cb4ph07gqvpkkghg-llvm-7.1.0-lib /nix/store/y43mp70ll8925hwh6f2aivi96c91dxk4-resource-pool-0.2.3.2-doc /nix/store/y5ggmzk2ryvyc49rnjivjv0x5kp2hys3-async-2.2.2 /nix/store/y99yak7x7s4ygx0syai7d07nx9figgky-cmdargs-0.10.20 /nix/store/yc2r9wxs2z997m3w98nqhfzygw9rfag7-QuickCheck-2.13.2-doc /nix/store/ycww1fz1sy3k1wayj4hb193sxg8d64yy-cryptohash-sha1-0.11.100.1 /nix/store/yf5q1398w9rgfgmpi6rc05bivjy3jp00-base16-bytestring-0.1.1.7 /nix/store/ynaarv7rcabaq3dly1ay0ncnqbsd9f5k-fast-logger-3.0.2 /nix/store/ypvc3p7h8hpnram70lpmcfnc2x8f8xwh-data-default-instances-dlist-0.0.1 /nix/store/ysxr6v74rglqfzrly8znyr51iynsbp01-transformers-base-0.4.5.2 /nix/store/yxf4gvzba5y78cjpq1ydsi0s205zvgwl-cmdargs-0.10.20-doc /nix/store/yyfnp9azwbpxyz73pm7fvix5l9cksa8s-monad-time-0.3.1.0 /nix/store/z1d0j33jmdfk3j2riz3083nri0wzv0h4-pretty-hex-1.1-doc /nix/store/z3m8l0xayhnmqwcll84qb35ha08klgvq-http-types-0.12.3 /nix/store/z52pbvkfvscxw38fyn3lj6ljgq7c6h8m-libxml2-2.9.10 /nix/store/z63il7h84m740bx6kl8iqfqxwk8pdq2y-rebase-1.6.1 /nix/store/z6jj17h4f5m8n9sk6nyphzhfnmq6zazg-wai-cors-0.2.7-doc /nix/store/z9kpl3bgpk557wga3cfyfc97jivf1pdx-quickcheck-io-0.2.0-doc /nix/store/zbz4r0ag3f736rngvmvs8xsp3f2b12m6-ncurses-6.2-man /nix/store/zg8b1gv836jlsm2zr6l98wgv4h5g8qz9-data-default-instances-dlist-0.0.1-doc /nix/store/zijm74iz4dgma5dgjzgvbv68mmah70dp-criterion-measurement-0.1.2.0-doc /nix/store/zimclcc7hawwxr97arybmc2c6bmbsaqc-uuid-types-1.0.3-doc /nix/store/zk1amgr5qsipgws4qijnf35hn4h3b1dc-wai-logger-2.3.6-doc /nix/store/zk6ppgxx2w38vn1naqp212431h0yr80w-libxml2-2.9.10-dev /nix/store/zl6fdp25cjr9bn0ilh3n69p72hhmisl5-ghc-paths-0.1.0.12-doc /nix/store/zpilpbz08g1n5h6scm1szldlapzyjpy8-parallel-3.2.2.0 /nix/store/zs34gvxa0kyl3yc7xr7qlm25d1y1b89w-extensible-exceptions-0.1.1.4 /nix/store/zws87d0a0x9a3h1662259dvicbj97ibb-wai-3.2.2.1-doc /nix/store/zxj86sf1b65dd0rygdv1db83m38sg0vg-regex-tdfa-1.3.1.0 copying path '/nix/store/rdbq2q75ysh13gis328k7vwwf4s22hvw-bash-4.4-p23' from 'https://cache.nixos.org'... copying path '/nix/store/cz0yr5n75ikd03nwr6mnxww3fg4368jv-adv_cmds-osx-10.5.8-locale' from 'https://cache.nixos.org'... copying path '/nix/store/5qsprysnn4b8agg2rnlnrcq2nzcsqxzs-gawk-5.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/am42mwv5bgxvn74s9g176fq6hwvrhpjs-gnumake-4.3' from 'https://cache.nixos.org'... copying path '/nix/store/ny04sffdhiin03z4s6fd73mqnz1cfgvf-gnused-4.8' from 'https://cache.nixos.org'... copying path '/nix/store/qnfdz6vkpv3mmwwz3syrnz1f3qxns5pl-interpolatedstring-perl6-1.0.2-data' from 'https://cache.nixos.org'... copying path '/nix/store/ns7f13gldnk83l2fgjlzbx9bnfvc2g72-libc++abi-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/sd6nrfrv2zchq3ilw4vjpwdh81svfqv6-libffi-3.3' from 'https://cache.nixos.org'... copying path '/nix/store/r913a0b23i21r8y4x8kgx024gms9lvx9-Libsystem-osx-10.12.6' from 'https://cache.nixos.org'... copying path '/nix/store/d5bywxxfpkfh7x5jrl2ijcivha758r15-bzip2-1.0.6.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/rikhc8w53nd2v12jii28821691b4rk3n-colour-2.3.5-data' from 'https://cache.nixos.org'... copying path '/nix/store/9y9rkkrcsgfz304lsyqmj989gv99s8f8-criterion-1.5.9.0-data' from 'https://cache.nixos.org'... copying path '/nix/store/33x3iq7717y2xmxnhqby2qkci7mnrmsl-crypto-api-tests-0.3-data' from 'https://cache.nixos.org'... copying path '/nix/store/rxfc7fn9477xa1f6pa0qxf8prvlks01v-expand-response-params' from 'https://cache.nixos.org'... copying path '/nix/store/ng999ik7s9nc3qvrh9i64ydz7c6kb0nr-ed-1.16' from 'https://cache.nixos.org'... copying path '/nix/store/rbcr4vianbz4jwvc4gmbig5da35gfkk4-ghc-8.10.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/a2www5kgy1lx7308x1y0sam852ir5713-bzip2-1.0.6.0.1-bin' from 'https://cache.nixos.org'... copying path '/nix/store/1a9f3v7m0hddn7y0qlqaw2xiq35w4n6x-gzip-1.10' from 'https://cache.nixos.org'... copying path '/nix/store/jkdsi60b8rh69wgr0nkqf42srxsnq9js-hook' from 'https://cache.nixos.org'... copying path '/nix/store/6ycnygkg1cxh0m1a58k1y392jcs9j5dx-js-chart-2.9.4.1-data' from 'https://cache.nixos.org'... copying path '/nix/store/0jj05cyma647rywsqpq3darnzl6a520s-libc++-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/jikzfsnc21fsfzn991md0vi8j14p02sm-libffi-3.3-dev' from 'https://cache.nixos.org'... copying path '/nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6' from 'https://cache.nixos.org'... copying path '/nix/store/alm049wnwxyy1m6vpb9wckqnq0ls2dv6-ncurses-6.2' from 'https://cache.nixos.org'... copying path '/nix/store/zbz4r0ag3f736rngvmvs8xsp3f2b12m6-ncurses-6.2-man' from 'https://cache.nixos.org'... copying path '/nix/store/klvbl4axmdm1dbylz83l838qxxhbbp7m-nghttp2-1.41.0-lib' from 'https://cache.nixos.org'... copying path '/nix/store/swzijgjkfa3rg4yyf42b7s808nk0xziq-openssl-1.1.1i' from 'https://cache.nixos.org'... copying path '/nix/store/bf703k44n78r46xki33s584hmzi7cahx-patch-2.7.6' from 'https://cache.nixos.org'... copying path '/nix/store/bzib6x5xfkp07gkx01phv72fi2r01l5y-ICU-osx-10.10.5' from 'https://cache.nixos.org'... copying path '/nix/store/k3n5mnryy15ia3wgj9lhgg6id7bngsja-compiler-rt-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/0si89qplidfzi1krrv710xbqkabw6lgr-gettext-0.21' from 'https://cache.nixos.org'... copying path '/nix/store/qqndyjw0329ap0nyjvih1x1rcxj03rp1-gmp-6.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/mpv3j3gs50snrbkmyg663s2a7jhyclym-libkrb5-1.18' from 'https://cache.nixos.org'... copying path '/nix/store/qw8nk026pn1xmf3lgdm3g5dsgxa22xy0-libtapi-1000.10.8' from 'https://cache.nixos.org'... copying path '/nix/store/dlqi219m0dkrv46qkn0c6nkdm29j6j6g-ncurses-6.2-dev' from 'https://cache.nixos.org'... copying path '/nix/store/4zg4h3klldv1vcp818g8gd56cg2f0g9g-pcre-8.44' from 'https://cache.nixos.org'... copying path '/nix/store/6snmf1z43ay6m1b8jv8dr4h8im056a62-compiler-rt-7.1.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/n0chrskdf392yykwxjx4mxy66rdk22dp-pretty-show-1.10-data' from 'https://cache.nixos.org'... copying path '/nix/store/wmv6y215w4qi8d6x4zjw21k1ijdl8jrw-gnutar-1.32' from 'https://cache.nixos.org'... copying path '/nix/store/wihbmfdkb11pa9wkd11q4r7r61b7cxqc-tzdata-2020c' from 'https://cache.nixos.org'... copying path '/nix/store/qyzf1mh6ah2lqaffrg2xwfncrmpswqzm-cctools-port-949.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/rv9ff7sr4r30rin89ki1v5vqr0dndwad-coreutils-8.32' from 'https://cache.nixos.org'... copying path '/nix/store/9m9q7bmn937d15p8q9m26fpxypi8vg92-gmp-6.2.1-dev' from 'https://cache.nixos.org'... copying path '/nix/store/sya69jdr6y1amgnbfg1jmfpkzb4jry3c-wai-cors-0.2.7-data' from 'https://cache.nixos.org'... copying path '/nix/store/if5bnjw21k059yr33qx68nhi4aap0a0y-xz-5.2.5' from 'https://cache.nixos.org'... copying path '/nix/store/6bwpdgnv13h9agfx7zzsnzdh8gigw2vv-gnugrep-3.6' from 'https://cache.nixos.org'... copying path '/nix/store/jixawkq12brvbw73qaad8jnqgrjadrfn-diffutils-3.7' from 'https://cache.nixos.org'... copying path '/nix/store/2n6hw4cl06sqlcgp1v7pxjsd2537p0lc-findutils-4.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/h3iy3rvdlk0wzsfnkj3khwgkmzykwb47-pcre-8.44-bin' from 'https://cache.nixos.org'... copying path '/nix/store/aslh9hb3z7f3fsg7ylzy26r44z9dzx9r-zlib-1.2.11' from 'https://cache.nixos.org'... copying path '/nix/store/b9cyy6l9iksx4wls122dbs9lrj05r3kn-pcre-8.44-dev' from 'https://cache.nixos.org'... copying path '/nix/store/m2hld33i7jadl1yb90xwq2301lfag0ng-xz-5.2.5-bin' from 'https://cache.nixos.org'... copying path '/nix/store/kf6098f2md7s713vdqydsvv5sfkk7qwk-binutils-2.31.1' from 'https://cache.nixos.org'... copying path '/nix/store/jcy0kw51jyi1yk6hyzaivr85cg1jy6hq-libssh2-1.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/q67j7n6sfjm95hikxbwfkf5hy8il3x9q-libxml2-2.9.10' from 'https://cache.nixos.org'... copying path '/nix/store/mkncpjh706pqp21bmz9z5bvw1fk5mlhs-zlib-1.2.11-dev' from 'https://cache.nixos.org'... copying path '/nix/store/njjq74jipq8iyfw4c6ns2lzj19s83z7h-curl-7.74.0' from 'https://cache.nixos.org'... copying path '/nix/store/chvvy5dfzz2vhl5548lpq1h1bjniz432-Only-0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/brd3mwwfb9xzfwfnxm3hjbfxbjcqikjf-SHA-1.6.4.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/2ivqf5kcihvw4yvj8aavna9f9rjsarnb-StateVar-1.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pyz9wxd48qrfsfwfa51s2bs13qs9f2bf-abstract-deque-0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/grb19fnjm88m6gx03fkakcy1m5f836k2-abstract-par-0.3.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/byy8qzzawlg1mm81l8lh9v524fx9zy0l-appar-0.1.8-doc' from 'https://cache.nixos.org'... copying path '/nix/store/sf1h3h8sjc241xvya8d362qpd2gah299-auto-update-0.1.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qbrs0j7q529z6zrdjz04621lwqgmgb09-base-compat-0.11.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mcf64m3fy6b1y0a0mps2dp316c8cl8jx-base-orphans-0.8.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mac6svclc938r7s3vjj2qmxg9m2k8n6r-base-prelude-1.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/k7rk0aiadmz9fa967bfplbyrp6xgwyzk-base-unicode-symbols-0.2.4.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xqz57l57kwr32sgwc4ws74aggjs1lp3i-base16-bytestring-0.1.1.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lf9mvmlana4hma6fh0f8mkv3a8x8n5ff-base64-bytestring-1.1.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fxsk8a8razicr38ryfv0hnca42r42fzx-basement-0.0.11-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mndl0i6bs13sdyas0p9x4qh8d74bim52-binary-orphans-1.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5x19yb5dncnim5qzqf502plywnjg6wd7-binary-parser-0.5.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6yh1x835b1vmw4px9rdmclvfyl0vkan5-blaze-builder-0.4.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/sakn8yarr5khhakijhpfszfav6rnb1fm-base-compat-batteries-0.11.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/psmybh3ad36n08z7cvk2x6hphb4v8jix-bsb-http-chunked-0.0.0.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/v2248y2s44brph6rwqhvsgsidlzcn7za-byteorder-1.0.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/42plcip4a2pj95bd24p65r6m12rn08fk-call-stack-0.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/nnkhrw3n6hzb85pf4q2rbgv5rmxmqipc-cereal-0.5.8.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/vzzl28kjy7wci2i2791j3xlc5pg46vph-clock-0.8-doc' from 'https://cache.nixos.org'... copying path '/nix/store/2wpip9ayqk4v7clnml0ph2pw21rq9p9y-bytestring-strict-builder-0.4.5.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8vdvkir5mkplkizwy06r640pxfmi56zz-bytestring-tree-builder-0.2.7.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/yxf4gvzba5y78cjpq1ydsi0s205zvgwl-cmdargs-0.10.20-doc' from 'https://cache.nixos.org'... copying path '/nix/store/790grz76q91c1jmkakadv2fc14kk3yab-code-page-0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/apzf31hn40hrbx5z3bxyzxl8l9fsay9l-colour-2.3.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/r0pzz9wnv2xq4vmgh9miyh230l0kcbwm-contravariant-1.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/amcbwpb1h16hpbrrbmg5y13ha2k7sb2g-cryptohash-md5-0.11.100.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cbwdyil972k5rvwvblscz72x7xyriw9p-cryptohash-sha1-0.11.100.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/4jybs8lcgqcdi1cz0v9vb56ika8l95zz-HUnit-1.6.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/frhkdq82n4sjk18lsrmwwy2hb274004n-data-bword-0.1.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/7glnh75j1qxmbaga7yq5slvw2chz4qgc-data-checked-0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/1g6qgzhhhp04pchrsg7ks1pjbpa6br8h-data-default-class-0.1.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fils9cn1rvb10zrbn3apvahx85dwkmpa-data-endian-0.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lh2fzjp0v5fyxrlbmin01c7kcpff937f-dlist-0.8.0.8-doc' from 'https://cache.nixos.org'... copying path '/nix/store/psrx9w07q2jni9m8lly98yajbaq06ch9-ansi-terminal-0.10.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/15hmwznv5kj17sxf4lfb4ysk9v8avagz-easy-file-0.2.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pgz5knhcypkyj30cac6kcp8winw5vwq9-cookie-0.4.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/csbkkdv9ayhqywh81yxp2i2fsh4apffs-data-default-instances-containers-0.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/n9r572zm1bpvvsmcifn5mwmrj9plqkli-ansi-wl-pprint-0.6.9-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qmbda3yvkmr7l3k1yq7xq8glp1gyzi0f-entropy-0.4.1.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/frzvn55lqcw4yqmjk7hbkbwkh7m7nnjg-erf-2.0.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mr9j286951vwxz1mh572xndz57xykg9w-extensible-exceptions-0.1.1.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m6zsyll08qi32bhzw856ymv30ymsa4ry-foundation-0.0.25-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zl6fdp25cjr9bn0ilh3n69p72hhmisl5-ghc-paths-0.1.0.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cri6qi2c970azp5r1y1d8sz9bgj7sspp-Glob-0.10.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zg8b1gv836jlsm2zr6l98wgv4h5g8qz9-data-default-instances-dlist-0.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/1nn0c6f8g1n68jb1gdwadxnbis643bgm-gitrev-1.3.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/x3g6p61l5p7dqdjcr7s9m09484mv426i-hashable-1.3.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m47qs5z2d3wkbzyazfrm33ngqjwhxzfq-haskell-lexer-1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kr15sdgn2hwq2k18nl9mp061jxn6ba01-haskell-src-exts-1.23.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/75wdgkiigm255bcx474fv99ha4w6dail-heredoc-0.2.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/i6h90zhrjnnvd7isncq66yhyskbi53r6-hostname-1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cczl99lq756g06j3rz76gwpc1bkq2a9i-hourglass-0.2.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/l1mqbfv28mxlda4l3csv47rxw3w3kk59-hspec-discover-2.7.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/r3phmr6nn5ispj84razdg1zwfv0525qg-hspec-expectations-0.8.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ijyxyc21zbq9v2gv2c13ii6wjyf9xapb-async-2.2.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lfbgnr7yc5g6sxlbhblylpq9j2a3mpwb-case-insensitive-1.2.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/404wnsidw0pxy7bcany1fr5m3il8h881-data-dword-0.3.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/bihgypbicv513fdh6z0wn3a8bw031vh1-data-fix-0.3.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/g1pcr59dmnsppxxzf7rnk8wg0fr9b41i-indexed-profunctors-0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/wcfr3gjd55d5rbchxrv23vjgk4ynvclg-hspec-expectations-lifted-0.10.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qpqbx4x3phrhnyqria0i6yp8m7mri7yw-integer-logarithms-1.0.3.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/nk1368sxdy2nqfw2h7rwq5lna075szbb-js-chart-2.9.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/gc61n3nhpd8v5ywyza42qqv1lnlf4wbv-http-types-0.12.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/y099ysxhhy6q2vk2cb4ph07gqvpkkghg-llvm-7.1.0-lib' from 'https://cache.nixos.org'... copying path '/nix/store/v0rcxi447wzvn2d7r7ap47lf2fv84d70-loch-th-0.2.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/sa3w4s5s8iwj8w4nrajhhkkapknw6xxk-logging-facade-0.3.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/p99vk5myyj3nh65j26cyqv587r0r7ayy-logict-0.7.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5aki25zk2k07i6x36cczmwbw3wlxis3x-memory-0.15.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/rn2na2i9pbw6vfcn6i3i82dvlms78zk3-mime-types-0.1.0.9-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6n3cj19wl691bzl79ymlyvamh045r1zv-mmorph-1.1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/d7q6n35vlxi9hhlyw2wpa3yl1v5nlsdp-monad-time-0.3.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/byjbz6y3ma3rhhk1glmbs3dj7xnkjd3p-nanospec-0.2.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3d1718gcyvic3zmqmng557xbrvr1517h-network-3.1.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qkfapjcyab7zfhwm9smrj4a8jv8fgjxh-asn1-types-0.3.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qnx84i2dd7irv50cnwbvayc7b438ic7b-cryptonite-0.27-doc' from 'https://cache.nixos.org'... copying path '/nix/store/b9ksx2j1iwwqrz8ll30w11p9wpz2i3pm-network-byte-order-0.1.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/l3km3qv5msczwbzzf4kdggywm6xjqhif-network-info-0.2.0.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/s4yzcs4kcy63i30hnzi5pb15855g2j10-network-uri-2.6.3.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/x1r34biyn6jjb6p0dkkzqf4lv32mqhx0-old-locale-1.0.0.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pgn86nrnny9hb89w3z30zrr1lgv5v88g-optics-core-0.3.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jdrv82sjlzgsllnzi55rl5zsf82fp93y-iproute-1.7.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/df83cnrj2yciwz8ddba9h1lqqcpaawc5-asn1-encoding-0.9.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9qi1b1a89g198b79m04rskn09rvhw4qz-optparse-applicative-0.15.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5xrqd0hzc4jgkq5lqrr4pd32anxama6d-parallel-3.2.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qbkvz837y33hpdd5lnli04mx8ifjai4y-data-default-instances-old-locale-0.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/p7j0j4xb9bxpb8f0q67w8xa7qynkgw1h-HTTP-4000.3.15-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9lclq4qkbn4pkhgmw63qa7b0w74bw1qg-data-default-0.7.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/bxq39nq2wsa516d2filyykxpkh5qy1c1-asn1-parse-0.9.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jxyprfzvdyg2p7ikqpyxpxmznld4pv83-old-time-1.1.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jffqg4hld81a1rl9pgfrrm4xy5jl1zd8-parser-combinators-1.2.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jc9z8rddsgh8pxszrsnnjqfgzgq9cwyb-clang-7.1.0-lib' from 'https://cache.nixos.org'... copying path '/nix/store/rck7jbb937pr6sv648y4vfl650s982sf-llvm-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/a3j1qbishkbzli6dcvsafqs3ds04617p-pcre-light-0.4.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/dv6g5kakgq9ldji9xjh5b6604f0326ck-pem-0.2.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jzgc200zsddrpy5xg3961dpnyjh9g9z6-placeholders-0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/in0vpj26n17q1xr8is23vqv1qqlbq9pa-postgresql-libpq-0.9.4.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/z1d0j33jmdfk3j2riz3083nri0wzv0h4-pretty-hex-1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/01d9j9qcrqrcnrj6prfqpdgc3scb190d-pretty-show-1.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/229rkcqbhj1gl7a0w54iy862xshhq7ys-primitive-0.7.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cai1f29ac1n1x77r0fa887yvm26327ip-clang-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/nyw68ssw1vfr997w8whia71ynhhqnk0s-protolude-0.3.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jpgp37z1l4b0vjyspnm3pysws88s4wyb-psqueues-0.2.7.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ciz374pnqx5x2ka0s2n893250imq75rl-random-1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/7q0qpa5jlsj4q6lbrlq8wg38lw6l6q77-reflection-2.1.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/1qlz3d5xqnk9p7f25v67qa6ra25i7ss5-regex-base-0.94.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/vj05xm94z8d1y1wmqcqnskfrfhb8jq1z-safe-0.3.19-doc' from 'https://cache.nixos.org'... copying path '/nix/store/86z0jzjsags47xbhsnml8nd8vzga0z9c-scientific-0.3.6.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8j5xd177m74q3g8zxcmsfix8iy9iybzg-monad-par-extras-0.3.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fl3g92vimlka3yjl4k4rbvhm2waq4452-retry-0.8.1.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fjlxm1vrwsb8g476jliwi80k3l46da9y-regex-posix-0.96.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qh538lvcjdq6569ydxrk5szk1g653im0-regex-tdfa-1.3.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kfznfd086fdzg2y03api9vhgzz5q5r0p-selective-0.4.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/hygf0yxyky3bpvfv6vpfc2jrhfpfba5d-attoparsec-0.13.2.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lgc66mhz4ichscwgncxvfl25i8435632-megaparsec-9.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/rk84kx8lv8b7n63ayj1wvxhxfir541s1-semigroups-0.19.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/1hbdda63n5h5hghmhz8bp08gp0szqwmx-language-haskell-extract-0.2.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mzd12zz5cnvqfpv41mkjnilsvrx2ib8d-regex-compat-0.95.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9f2cqlwjmm4zf5zbqld63ipa5gpif6pn-setenv-0.1.1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/8sk33mvrdj0511if1jwf53wc46lbaqya-silently-1.2.5.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/4wip7wlhigkp42i4pbbs65ahkvx89msb-http-date-0.0.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/vlpgs01v5g98bxg8jhvssbfzbbrhn9yd-configurator-pg-0.2.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ni93g4bh4v436zjsw2z2lvwz2zqkbjhy-simple-reflect-0.3.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pqp4kakkmvbk9pgsmd6ci47wlr1zvzd7-simple-sendfile-0.2.30-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xz1al704hyw50cvj79c3nhiwfnl2hjms-smallcheck-1.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/p8is23i3g5mcjdx4kf4489fn9y9cx358-sop-core-0.5.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/1nzc9kapf7rs7w3qw86jd4xpr971iy92-cctools-binutils-darwin-wrapper-949.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/a9skx7l17x6fbm54b4pi8nj4fqhncmdi-split-0.2.3.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/w578b5cq39wnylqhmwfrip56zk9y9zp1-splitmix-0.0.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9h3bam3k6q6wh2kdjjzds9whlwnlz2rm-swift-corefoundation' from 'https://cache.nixos.org'... copying path '/nix/store/kggp8m61vc9sx6d58pbj7il4f540ynhd-syb-0.7.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/q5crpdy84yla7mqjyv5kbxx44bfgrwcj-tagged-0.8.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/88n0jpvadjmflll1zjhinq07kbjxyix8-template-haskell-compat-v0208-0.1.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/j02d6ap60za47z7wfadiaa3kb8g03fia-temporary-1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kcyhqzbk3lcnwmk9aj20ws7br7qz1awn-terminal-size-0.3.2.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ryyavdwmbn0vpaghpk5zrp72244rd4zn-text-latin1-0.3.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/yc2r9wxs2z997m3w98nqhfzygw9rfag7-QuickCheck-2.13.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/n1nd1xjnsscwyfm1ybrn0b465ni77whi-doctest-0.16.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5dwianjz9rhnlm335r2frmfjiy1x36q2-fail-4.9.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/78m7n028kbn5pbmriapnldg89g4ig98n-crypto-api-0.13.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/4jn940ajmj9ainv85w31nfkc1awdfgv9-contravariant-extras-0.3.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5xi2ip0izhq61dvd6xzfna7h98prv36f-distributive-0.6.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/c3vn16qch0dpw4xp8bx9sfblvh05xs84-concurrent-output-1.10.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/dz93hiam4zzkx808b5fq6nxqiyzl0g8k-hscolour-1.24.4' from 'https://cache.nixos.org'... copying path '/nix/store/kplx0198j1fb7b4sd9phhzxsxpw69pdp-ChasingBottoms-1.3.1.9-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8nz8l5ziszp0qxyh3xiqhgywcyblrk74-Ranged-sets-0.4.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3iwi37r20vqsfz69ciwh0swx6z4az6a9-icu4c-67.1' from 'https://cache.nixos.org'... copying path '/nix/store/z52pbvkfvscxw38fyn3lj6ljgq7c6h8m-libxml2-2.9.10' from 'https://cache.nixos.org'... copying path '/nix/store/d8iv20a684qxznzx653j4a203fl2hdbd-comonad-5.0.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qd7mk8p143pqv9wkhlgws5rv1xx0lgcr-mockery-0.3.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ha9lk47q9fzxkax44blmz6lxv7sx38sw-mtl-compat-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/pcma4f0qmqv0p8jw021fma3csgrimlxx-nats-1.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/kg0k930xb7ybp3n9grp4x1y4w0x5alis-openssl-1.1.1i' from 'https://cache.nixos.org'... copying path '/nix/store/356lr0d6gq6bnvi33y0icy757kvdf5h6-pureMD5-2.1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/z9kpl3bgpk557wga3cfyfc97jivf1pdx-quickcheck-io-0.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qzlskl3z1wdlhy9jp2qggak59c8mddwc-quickcheck-unicode-1.0.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/bd7dwsd8pmnf0q4n4nfdfcyc20wf14kx-readline-6.3p08' from 'https://cache.nixos.org'... copying path '/nix/store/fh40vw2k0xjv7zmjysb5f8gn1sa9y69x-libxml2-2.9.10-bin' from 'https://cache.nixos.org'... copying path '/nix/store/pjdxhhcz0ap0l2bs6wkkhy6kbp9sd2ld-stdenv-darwin' from 'https://cache.nixos.org'... copying path '/nix/store/iqais7rixmv6maj3v5v7ww88anrm8y78-openssl-1.1.1i-bin' from 'https://cache.nixos.org'... copying path '/nix/store/4i1rjqcs4dilzig4dsqrfxq6jg3saq3f-postgresql-11.10-lib' from 'https://cache.nixos.org'... copying path '/nix/store/hnz7yvqa8f1jsiaxspzvbjnp0vkwdlp9-hspec-core-2.7.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lk30fqvnjh3hd43br4qb8r0nk0yfpja5-hspec-meta-2.6.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/amk4rcyjk9ql2917i5jwq4y81ggmx3wm-icu4c-67.1-dev' from 'https://cache.nixos.org'... copying path '/nix/store/zk6ppgxx2w38vn1naqp212431h0yr80w-libxml2-2.9.10-dev' from 'https://cache.nixos.org'... copying path '/nix/store/8vmlf7zapm12f32zqsr6d2k4wqky3yjr-text-printer-0.5.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/nfv93yfb8sw5f85l6ah2c027fpsd6m85-text-short-0.1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/r7glhc06wpn3bvsyd7aaw0b1nlf5im7n-openssl-1.1.1i-dev' from 'https://cache.nixos.org'... copying path '/nix/store/a65wys0wnvl6r2pv8ikqk6rkf9jz93ch-hspec-2.7.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/msjlaib0326q463c47nqc46v6i0ikyva-tf-random-0.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/vnrgmcdhzvdw4674f6wjv8940d4czm0z-th-abstraction-0.4.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qracscv397kbq825xnf86wgi3j8nc4x4-th-compat-0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/svzzk39ihczl7g32ahwh12r7zsxgayi1-th-expand-syns-0.4.6.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cqh3l69n2wlddz3qm67cac36101i6pjc-time-compat-1.9.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/aaz84qpjjibdw88ys3y623crqyn97l7z-time-manager-0.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/d9x6399r7mvdf3pqa4nya4pb2drb14zc-transformers-base-0.4.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/gbsbv45rxklk3mhdld1dil5g142l9gr7-postgresql-11.10' from 'https://cache.nixos.org'... copying path '/nix/store/fl60dqw9vbm3py2zqr108ssdd669v5i3-transformers-compat-0.6.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ijd45g17wjn7qcdm250kwnnqyrx26in3-type-equality-1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/r3xzaywrnvkf1r5mjnn44fy5fxmd6358-bifunctors-5.5.8-doc' from 'https://cache.nixos.org'... copying path '/nix/store/w68ds3q9frxn33jqwvyg5n47qy6g6kcq-generic-deriving-1.13.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mjkgn1via8b4x5h3ic3f5shchwdh1win-generics-sop-0.5.1.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/g5bial8h2l8sar7496ppff7da9w2bn7i-http2-2.0.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/s2fpcaqvzkys8rpzsg298x1wh94nbxsl-monad-control-1.0.2.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/2iinw63qabs6y7xsdifrni9akrqiridv-optics-th-0.3.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/7qgsw013jiayammwbfq17w918kzyhggg-constraints-0.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/0nlwbj5qbdf7r58x2iqz0a17az2j5fdn-clang-wrapper-7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/v1nshbgakmljqgpbf8cf8gqr69pklfdd-assoc-1.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/4fkxnxc46k888gimk7lbnbs90ic4qk13-lifted-base-0.2.3.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/x8q8gsl6zdpzfxymvjhs415bkm4iv1ij-profunctors-5.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/sij84xsgk0qjc508r0jlw2pxyccxlhi2-th-lift-0.8.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3' from 'https://cache.nixos.org'... copying path '/nix/store/2kq3igrr75pj6nay6phchgn5x1z1f30z-stdenv-darwin' from 'https://cache.nixos.org'... copying path '/nix/store/dkg6gdk87ig9yhk3cc2ihagwgj5xn0qk-th-reify-many-0.1.9-doc' from 'https://cache.nixos.org'... copying path '/nix/store/hc2z5hbizhwa2ci8acwnfvrcq83z92al-these-1.1.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/55c4lcbgan8jc4551p3gm90xzqjb5v8x-type-hint-0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9j9n42g4n3cn1747pi1i00nmh0f9w38n-unbounded-delays-0.1.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/c4144wq3vnha69b5c7haqi12jyc3kmwz-lifted-async-0.10.1.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jndv9kh535zpyzpwifcdgk7a35nbs6l0-unix-compat-0.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9wx3hh7d93b7a859k84d54375s4pv7k8-unix-time-0.4.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/l5fycsiv5crbyvch1sqgpn58md08r0dm-unliftio-core-0.2.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/30jacn6ca0sgi6spjb9yv919c4smgc1l-strict-0.4.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pbkny76vq8pvfxnmapycc1bm9c1ivqdg-unordered-containers-0.2.13.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/0k92ksd8fknnkgj5zsznz9jqzdj43sjj-tasty-1.2.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/dvyy21fxpcjq8a9kcgs7ak86jyjchgnd-utf8-string-1.0.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zimclcc7hawwxr97arybmc2c6bmbsaqc-uuid-types-1.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m1sy5dv01isdd2m6bc5jx48ghsxjw2zi-fast-logger-3.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xjrh1zys0zmiziz7hjw9cjykvpvvxqkn-vault-0.3.1.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/daprzwb97kg8iyx76vzsxdpab33balcy-http-media-0.8.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cvdzxbyan7wkm19y7c53zasbdn8ps7xc-charset-0.3.7.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qlbgz673q6cd6rjp6dvz3s49hzcd8m2q-expiring-cache-map-0.0.6.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/535kxdaz3wcxmgwx14b0pj6gnja4hp30-invariant-0.5.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8wycapdf32035rl6bwxf3nmcayqabhgz-resourcet-1.2.4.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3ay09jrnhacq12bhx7m0ysigrzp8vd56-semigroupoids-5.3.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m0l2r4azpi58sf2flbp75ywc3dz2lb0f-tasty-expected-failure-0.11.1.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/2n4jgi510zhbqgk2nxj1qkcknz8js18i-tasty-hunit-0.10.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8p2knvj72js1bcz5kvqg5llcry299a04-tasty-kat-0.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/im8wirj67s2s1lgsqz2qslp4f2ra9awx-tasty-quickcheck-0.10.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3s6v910pb2j8gjsv6xxj9viim2ww0arf-tasty-smallcheck-0.8.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/amjw5bzivpia87i7698an28rywvllqqn-parsers-0.12.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/30pxz6yhrlgi86jsdy7ga3fva8yb1w7l-either-5.0.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ijp0n37zlspxmvqjqmdkwc6pfwxrx8sy-free-5.1.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3as0z7d2736z2ydllsv8401bg302qf3x-tasty-th-0.1.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/9rckww0dzw2n332a6knahssj7h424kxc-typed-process-0.2.6.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xhx2qj01bi9cm4aic54pxj3qmd85jxxp-unliftio-0.2.13.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/paaqgws1yvwl3y1fib4yxyjvhznrrf6w-uuid-1.3.13-doc' from 'https://cache.nixos.org'... copying path '/nix/store/5n4pmpi0z4ckkc045b2nvb7q3pn336vx-tasty-hspec-1.1.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mc0cv5bxhyad6svgq41r9cb50ybfpx6s-data-serializer-0.3.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kyl29mkvhnw1aajrzvrv5gvdf1r8j34i-data-textual-0.3.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cg6j1c4bgg535vbwzf0x1nw4dzdyxnc4-vector-0.12.1.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ig29qwz1n8i7k287r2yr9sy1dmlfjky5-void-0.7.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zws87d0a0x9a3h1662259dvicbj97ibb-wai-3.2.2.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kr69fz918wqxhyj5cvk3nbpfky6gr3wx-adjunctions-4.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6107hd7cjc1j84bc75fyrm967b7bx8s4-wcwidth-0.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/j5q9xq1pwlz1lskj3vrk8jz338rf176c-wl-pprint-annotated-0.1.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/71677s269f64xb4adjaapx2g3rqyjr4b-word8-0.1.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jp4w9xk0bcdq77sjvjljj6baxmqq1q54-x509-1.7.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/z6jj17h4f5m8n9sk6nyphzhfnmq6zazg-wai-cors-0.2.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m3rcvyaiwyk1r938mi1yr9znk3ifp1ym-kan-extensions-5.2.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mcc8rcf02r0704h6r1aq6i4a6d9nx12f-hedgehog-1.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zk1amgr5qsipgws4qijnf35hn4h3b1dc-wai-logger-2.3.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/lwisj3rcmgcczyjxnijzd5px1s7g78wv-wai-middleware-static-0.9.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3a0p05d278jz198262wj6nwpnab2n0b4-aeson-1.5.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/3bd6nv4y32yfng0gg39789yv1yy798ih-cassava-0.5.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/an3y16sxldq9lsvqf5fwzj1qy0rx90gj-hashtables-1.2.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fhgyx3qvg6kcjr3lrlskl3z3fwdcdvvl-math-functions-0.3.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/gkpsbi9gp4md6vcgmjwd324rz10gd8ww-lens-4.19.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/x72xqicv4zjmdabqqz8qnjjpn48qz2dj-network-ip-0.3.0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/izpdpzqrb1j6n9389wv8xb5dskkys2hi-optics-extra-0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/r8ahqqmxxv332l0cr180vd3l953103qz-quickcheck-instances-0.3.23-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6jqqhsq4rx0y7z39334bi52ibp5f8yyd-aeson-pretty-0.8.8-doc' from 'https://cache.nixos.org'... copying path '/nix/store/zijm74iz4dgma5dgjzgvbv68mmah70dp-criterion-measurement-0.1.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jzp9g74grb9d89hk6ihblyh4yn39cfns-microstache-1.0.1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/mpxgsniqaxrzp76mhapycrsgcvnhivij-dense-linear-algebra-0.1.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/pc4sdjw0yyik904vjfj2wanfi5q7i637-mwc-random-0.14.0.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jkf8l0ks01grji14giw2szd939854a54-postgresql-binary-0.12.3.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ch7hdbkm9c3g4an1r3fbw3h9ja6j4j4p-concise-0.1.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ga7c1r7ha2qd2wi2nmgb7mh9i0wsynhr-insert-ordered-containers-0.2.3.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/jww83li1yv5iw2x3m3j1hhm8p9ccjim3-lens-aeson-1.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/73j96zvpkp7ardswa648ss08kxi3lmmy-rebase-1.6.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/y43mp70ll8925hwh6f2aivi96c91dxk4-resource-pool-0.2.3.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xn34p038brbvxyl3y4j2scw8v4l8iyxh-foldl-1.4.10-doc' from 'https://cache.nixos.org'... copying path '/nix/store/91xnisa4dgcfwdmlwv2q1mqfrglhwfls-monad-par-0.3.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/37v0gwskm2kj2gik7nnksai54kayvml9-tasty-hedgehog-1.0.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/7g0x8962yg2rykj0pfyfm46gjja2qb3j-jose-0.8.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/n9vz6ydfmly08mnqvwqpgqcq55b1bf7i-swagger2-2.6-doc' from 'https://cache.nixos.org'... copying path '/nix/store/rmsnx3vz9c29wa97xw9iij92n55n6wm0-th-lift-instances-0.1.18-doc' from 'https://cache.nixos.org'... copying path '/nix/store/xn32xabvy369k443bvd8yrmrjkxxgc3a-vector-algorithms-0.8.0.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qrvx5dil556fvd576593vbad3l0if0fb-deferred-folds-0.9.15-doc' from 'https://cache.nixos.org'... copying path '/nix/store/0zk5d1crfvk2yb7654wc29q4vwngifaw-rerebase-1.6.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6zpv9r0as9wxd0s8kymgynxwmia4c751-vector-binary-instances-0.2.5.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/gh3xswbr6x348ngggsrwy2v6xb7sd6x8-vector-th-unbox-0.2.1.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/08hsxz9rd6lzaxdxd10kq8dwhqrz9a6s-xml-1.3.14-doc' from 'https://cache.nixos.org'... copying path '/nix/store/bfpnzbbsjyqg6srksczd6cjlxg6x8sz1-th-orphans-0.13.11-doc' from 'https://cache.nixos.org'... copying path '/nix/store/hzkdllacyj9xdcpdrfcfhwpa6h28yl9a-mono-traversable-1.0.15.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/cvgvjrkyb4q07v62qwnd951a0grrmm03-zlib-0.6.2.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/m7y44np9c0rfiniqyjbz7fsxv6prmyic-text-builder-0.6.6.1-doc' from 'https://cache.nixos.org'... building '/nix/store/f9ywvxmikrswqhajr6vazk8jv0nss5kp-remove-references-to.drv'... copying path '/nix/store/pkzaks6pdqbw878q1jq4ngs68h4455wq-statistics-0.15.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/8j01aym5byqhgvd22ks7i2hzhf94fjm4-haskell-src-meta-0.8.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/qr3pb5zxqhg1pjdip788hmghf45mh32a-tasty-ant-xml-1.1.7-doc' from 'https://cache.nixos.org'... copying path '/nix/store/0gnnzq52k1df4j9zib4l44n1lw0f3inr-test-framework-0.8.2.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/a3nrkjfwaiylwk2r22ah1yqqfslimhz5-conduit-1.3.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kzkdxz6pdx92zfz1y81mnih2hvbk8xgp-streaming-commons-0.2.2.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/ch0ng3w7rk2nc2i5lhj096ybgc6mfmr9-hasql-1.4.4.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/6kaa6y26zr1v35ghds8wvv5sbdc7khqp-criterion-1.5.9.0-doc' from 'https://cache.nixos.org'... copying path '/nix/store/n8qk2px2aiyy459kw57m6a0zdki168pr-test-framework-hunit-0.3.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/a9ymw6s8z3pvqmcckz32rb9gshpp2i8z-test-framework-quickcheck2-0.3.0.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/2svl61f5jm2g7sysv2kaxl1k82mnypjh-test-framework-th-0.2.4-doc' from 'https://cache.nixos.org'... copying path '/nix/store/w09infa2dchs9z9yzj36arnmlg7hinwj-interpolatedstring-perl6-1.0.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/k79kazw6qk5qjgj6kijd7jcm93h223l9-wai-extra-3.1.4.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/c0sri2acklq36zzjmisxbwaic7yinc8z-conduit-extra-1.3.5-doc' from 'https://cache.nixos.org'... copying path '/nix/store/kawwdigmw4zy1j5nq2m56cr884ygqxpc-hasql-pool-0.5.2-doc' from 'https://cache.nixos.org'... copying path '/nix/store/v2nr4jgy5gkbwdj4s2nby5qfabnazqhc-hasql-transaction-1.0.0.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/fwrmvp9xjcvmsgm2dbg875n710qdawmh-warp-3.3.13-doc' from 'https://cache.nixos.org'... copying path '/nix/store/763l2xwcdz4206a84vqi1yxgcic7nj2j-crypto-api-tests-0.3-doc' from 'https://cache.nixos.org'... copying path '/nix/store/x7p2j302dz3r2za2mpld1biq155xvj30-hspec-wai-0.10.1-doc' from 'https://cache.nixos.org'... copying path '/nix/store/g2ck3970imp8al0q8aw3dqys5kf65wzl-scotty-0.12-doc' from 'https://cache.nixos.org'... copying path '/nix/store/f43zaw8g9mlxyfm33ghy93srwv7215lf-Only-0.1' from 'https://cache.nixos.org'... copying path '/nix/store/53wsiabhqrkx2xd7rdgi6k59bs6qcq0k-StateVar-1.2' from 'https://cache.nixos.org'... copying path '/nix/store/izydn29jn0rcxcnhiw1bi96c2pjgpcrk-appar-0.1.8' from 'https://cache.nixos.org'... copying path '/nix/store/g0v6qpdpgifkg94x6m3p8g6j4b5r7wmb-abstract-par-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/wjfjih83g9r24j9x9l16dbjgs9c2k1ki-base-prelude-1.4' from 'https://cache.nixos.org'... copying path '/nix/store/qcc1lknl8ikx8xd8h1h2n8w5ns57sd3n-base-compat-0.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/yf5q1398w9rgfgmpi6rc05bivjy3jp00-base16-bytestring-0.1.1.7' from 'https://cache.nixos.org'... copying path '/nix/store/8hw636xrs3rdnba69aisgnjb2r74jsjk-base-unicode-symbols-0.2.4.2' from 'https://cache.nixos.org'... copying path '/nix/store/iznj1v8s6pn96x8v7n5hz2m16kzk4342-basement-0.0.11' from 'https://cache.nixos.org'... copying path '/nix/store/m297k1ipqc1j2sdb6flx2ycxn09kzlim-binary-parser-0.5.6' from 'https://cache.nixos.org'... copying path '/nix/store/pigayx30ksn7yg8a9ha8rnzl4v8zhg87-byteorder-1.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/xplykys5brrmmqqr18m1ippg5hn302p5-clock-0.8' from 'https://cache.nixos.org'... copying path '/nix/store/y99yak7x7s4ygx0syai7d07nx9figgky-cmdargs-0.10.20' from 'https://cache.nixos.org'... copying path '/nix/store/vmii4h90h067drl0pkbq48hhrfkx4hay-code-page-0.2' from 'https://cache.nixos.org'... copying path '/nix/store/n6birv341a3xcnsn40rgxx4j36za49sx-colour-2.3.5' from 'https://cache.nixos.org'... copying path '/nix/store/gqb481kcjyqfzf54iw3hmv58vf7hzjjl-contravariant-1.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/ka1clgxhzld4f2xk2109spzrxk0z8lvi-data-checked-0.3' from 'https://cache.nixos.org'... copying path '/nix/store/sxfgpxz7b7a8xjwkxyqvi52b3lwik6z9-bytestring-tree-builder-0.2.7.7' from 'https://cache.nixos.org'... copying path '/nix/store/2k509sgms07mw5shcwhkg2bak9zkbvjd-data-default-class-0.1.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/6a3hwndaz674l39d8qvx7z8fgl6c6lw7-ansi-terminal-0.10.3' from 'https://cache.nixos.org'... copying path '/nix/store/3y0y3254i6jjc5khadj1zk2vkidjbdj8-data-endian-0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/46fclq1h44djllm54fcr16j9mnnwb1vl-dlist-0.8.0.8' from 'https://cache.nixos.org'... copying path '/nix/store/8787m0f2nxnh55qs2rbxp7aln1h077i2-data-default-instances-containers-0.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/0gnny8fai07ck29gr18vn0inxlnwgcxs-easy-file-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/r43ya3f5f534vgmbpp2bg53avb3h01hh-entropy-0.4.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/id9lw81qnbr4hgnwh2416116lm78wkjq-erf-2.0.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/zs34gvxa0kyl3yc7xr7qlm25d1y1b89w-extensible-exceptions-0.1.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/b1ac4iv8kk5z8q5xlpyibrsr7w1xawj7-ghc-paths-0.1.0.12' from 'https://cache.nixos.org'... copying path '/nix/store/2pmx4900ar8sd93icyn72f0l30d9ah48-ansi-wl-pprint-0.6.9' from 'https://cache.nixos.org'... copying path '/nix/store/gn0c5xsmamwzysn5vqrd2i7dcvyjk3ns-gitrev-1.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/0ybc1c6jl9q5c0fs00y40aj2scwdwgq1-haskell-lexer-1.1' from 'https://cache.nixos.org'... copying path '/nix/store/mppqysbbjsspz8pflv92jgixyaplb1gz-haskell-src-exts-1.23.1' from 'https://cache.nixos.org'... copying path '/nix/store/8yc6dg4kp9rqzrm2qn36bm813gkg9qzp-heredoc-0.2.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/6a34k2xrxvzhdhi9hn2lb2nnykysm1ah-hostname-1.0' from 'https://cache.nixos.org'... copying path '/nix/store/ypvc3p7h8hpnram70lpmcfnc2x8f8xwh-data-default-instances-dlist-0.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/8k54hpqvbb8lcl902ccrm3imbdqnn7w0-indexed-profunctors-0.1' from 'https://cache.nixos.org'... copying path '/nix/store/3cd0lxspyj7j865pxffflv5r6n6fdz8r-integer-logarithms-1.0.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/ara1gjkkzag40rmg4rfy3avlgbyrhxzi-js-chart-2.9.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/556h0x9z5bz63rm6wzvlgz8gnksmf54q-loch-th-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/k6rf3rrk2rxq33y69ak2afx29h1h4bif-mime-types-0.1.0.9' from 'https://cache.nixos.org'... copying path '/nix/store/yyfnp9azwbpxyz73pm7fvix5l9cksa8s-monad-time-0.3.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/vvx3lwl7dhcx818v1jyb7pasij4am8qb-foundation-0.0.25' from 'https://cache.nixos.org'... copying path '/nix/store/3p5p7fivc5bbfh9j67j1zkhh1yf6wm0w-nanospec-0.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/dlvxrj053r5f84s77ksd4zc9d3a85ci1-network-3.1.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/1rddm80c5r90074j6r4qfndcw6i7n9ks-network-info-0.2.0.10' from 'https://cache.nixos.org'... copying path '/nix/store/8q76ryizcm072mw31y80pxaixmk8c413-old-locale-1.0.0.7' from 'https://cache.nixos.org'... copying path '/nix/store/hi936crm2f14x07gw651jkny8f9c3qld-optics-core-0.3.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/zpilpbz08g1n5h6scm1szldlapzyjpy8-parallel-3.2.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/r4glp2ccvq1bq03yc65igm0m73cnngaq-parser-combinators-1.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/iiarj8d1zbkxf76kj38fndk1b9yrsmf6-call-stack-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/ag48pqi4i8srn702d0rwn6r040wnp256-placeholders-0.1' from 'https://cache.nixos.org'... copying path '/nix/store/4719xadmb17vrlmrl02xvixpgg951zqf-postgresql-libpq-0.9.4.3' from 'https://cache.nixos.org'... copying path '/nix/store/6zla9j7148pjxw3p00gwjqhk7h200ajd-data-default-instances-old-locale-0.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/nfa0xy914snwg1qgkhvr1l7bwibl7a95-old-time-1.1.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/v0mf7zlqbz84ss9rkczcwbp4fr45qwz9-pretty-hex-1.1' from 'https://cache.nixos.org'... copying path '/nix/store/q5mkc2ci4pc3byik3ifvn4y3s8nr6z36-pretty-show-1.10' from 'https://cache.nixos.org'... copying path '/nix/store/l0pp2yvx4mh8rx2fyvv053y7lx6wcrfa-data-default-0.7.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/a8a4mwq89sdljg73mdlwx3jxw1hlwwvx-primitive-0.7.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/d1rw177lrnsqmg44n4gcan84nbkj9bnh-random-1.1' from 'https://cache.nixos.org'... copying path '/nix/store/8v1nj96pd4p10ila8p56nm29ynw251ad-memory-0.15.0' from 'https://cache.nixos.org'... copying path '/nix/store/439xbr68dzgml5b7jzn81fr2nldhc9pc-regex-base-0.94.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/d84pll56ajybsj2llbqwn4i2g7sm3y35-semigroups-0.19.1' from 'https://cache.nixos.org'... copying path '/nix/store/icmg6v4avqigsjdfd8nr40mm0448wgm6-HUnit-1.6.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/x31rvr8ypgv0agyzn6a2dvjv6lsbwmqw-setenv-0.1.1.3' from 'https://cache.nixos.org'... copying path '/nix/store/n84g1zabxgdf37q1lr43jr1581153kz5-simple-reflect-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/f1kgxw8x6616inf6v0phfvkss38lm0pm-abstract-deque-0.3' from 'https://cache.nixos.org'... copying path '/nix/store/ll5mzqa34z3qcw3aly6r6dk361cngpj4-sop-core-0.5.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/pydmwqw9qgd7ds6jd502x4w4fi75swz7-bytestring-strict-builder-0.4.5.3' from 'https://cache.nixos.org'... copying path '/nix/store/x2ipj7i3pzpjp4pqh29v0i0z9gcjya1h-regex-posix-0.96.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/5nm7l1hl984hs2i933jdc2jh6imr9fnn-hspec-expectations-0.8.2' from 'https://cache.nixos.org'... copying path '/nix/store/vpkp5wq2d0qci2hlsis2dwh6w1jg5w2m-pcre-light-0.4.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/48p25wyhha4mza7ccz2l50im40wm3yx8-splitmix-0.0.5' from 'https://cache.nixos.org'... copying path '/nix/store/wgv10id8jp1s0v2rbfqb67a8d44knwzg-syb-0.7.1' from 'https://cache.nixos.org'... copying path '/nix/store/nf7s9jdbgzwry4xbjrpc62cbc8acp6sn-tagged-0.8.6' from 'https://cache.nixos.org'... copying path '/nix/store/4kfkr1669h5fqy2ix0jkj4sb8shpi5fc-template-haskell-compat-v0208-0.1.5' from 'https://cache.nixos.org'... copying path '/nix/store/wy5hk4x3grizlr9f4dz5mr558mj2lanz-terminal-size-0.3.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/154qdg8hf3nfg0nvxs74b5ai7gn93x43-QuickCheck-2.13.2' from 'https://cache.nixos.org'... copying path '/nix/store/ki8i2y03ny5jny0vwcw6lwjc8fkslm0p-language-haskell-extract-0.2.4' from 'https://cache.nixos.org'... copying path '/nix/store/w9qmr1z45ml75xhaiznqc4zi4ni7z23z-contravariant-extras-0.3.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/fd2sgl79r3wgxly8ywf4h2gvgyq2jla4-regex-compat-0.95.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/055ir3i5fmdij5xplbpc8caxn5jqzq0c-th-abstraction-0.4.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/95a4j3zzs6jgal48b935mhqnipm007gp-transformers-compat-0.6.6' from 'https://cache.nixos.org'... copying path '/nix/store/pd12crsmm9zmbakcm4mdfnfj3y19354i-doctest-0.16.3' from 'https://cache.nixos.org'... copying path '/nix/store/sqx2kc4yf9b18qcgcvlgwxfylcrba4bg-hspec-expectations-lifted-0.10.0' from 'https://cache.nixos.org'... copying path '/nix/store/7k4nmq1wc3mp4w24bx335xc89jkgjigj-th-expand-syns-0.4.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/qdc3mwinfwnxqwln6gh7d7cqv0pmwh0z-type-equality-1' from 'https://cache.nixos.org'... copying path '/nix/store/wkvvjglbd6dkg6jd2qis4wm6gz3l5cid-type-hint-0.1' from 'https://cache.nixos.org'... copying path '/nix/store/d56cw38k8ppa7s3yvw25f8amc3ipygd3-mmorph-1.1.3' from 'https://cache.nixos.org'... copying path '/nix/store/9w6m97d4sbl906hbwr7ahnvryk52scp4-tf-random-0.5' from 'https://cache.nixos.org'... copying path '/nix/store/idaxjvc8y4rjkfbdgmsyn45sra0lzdy7-generics-sop-0.5.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/lxa4pfpcx6z0i13svvh8r8kk5dv458sg-optics-th-0.3.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/8qh7c6z1r4anviczq9bi2y474ccb4ps2-th-lift-0.8.2' from 'https://cache.nixos.org'... copying path '/nix/store/ir4pix42iqnc1p3d2brl6wfmybvq61ja-unbounded-delays-0.1.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/x7zsv1aqsg14xdxrlc7pxwkzmhmslskz-unix-compat-0.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/2dn53jbn0qn3zgyfdp9khxqb0hwz7ssn-unliftio-core-0.2.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/j6v3zj56jx3jl64yqj3c8hkdihqr8z7n-utf8-string-1.0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/awhh79mnfnfdybs03a5b91kafa716h2g-void-0.7.3' from 'https://cache.nixos.org'... copying path '/nix/store/w7rs9n435j9xlkawby9ls44g6h6fsgcg-wcwidth-0.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/g1znllfb4cgl4fvdwj8m4irk12s78q25-xml-1.3.14' from 'https://cache.nixos.org'... copying path '/nix/store/ls78l0g9537998dy7wknb9xs9qpnxwaj-zlib-0.6.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/k78ln3cqmd0yx97zzqmzjh4i7bp161va-ChasingBottoms-1.3.1.9' from 'https://cache.nixos.org'... copying path '/nix/store/5iizhacf1vnw4wk8f01ing9063wpb30y-Ranged-sets-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/ssp6a3x6vnjgfybmlla6klly0h9sxjf0-optparse-applicative-0.15.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/jzydpd1a14c3h9r4897v4hm4qcps6hw5-quickcheck-io-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/xd1xz1j206vhp40xxcvyhg8y3pb3ac14-quickcheck-unicode-1.0.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/zxj86sf1b65dd0rygdv1db83m38sg0vg-regex-tdfa-1.3.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/cfks9ng9jkwhjp8szx0nkz2sxd10p6pw-safe-0.3.19' from 'https://cache.nixos.org'... copying path '/nix/store/hf56s0kplamg7g1nhw7kblyb22zplksc-split-0.2.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/dizkz00ny0hspnji691byf6xqhpb3fgx-test-framework-0.8.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/snkmxgyr7g806zy8952j5v59jhk8ppmd-hspec-core-2.7.4' from 'https://cache.nixos.org'... copying path '/nix/store/vnfxwqllc1c5vyjzw3y4ykqr4vrxd0g2-hspec-meta-2.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/rzm26xr7s3zs10g4nnsmc2r11dj4v7s5-th-reify-many-0.1.9' from 'https://cache.nixos.org'... copying path '/nix/store/kfqs0s0ic7h8xc3k356ax9ndb8i8bh0w-test-framework-hunit-0.3.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/3vyhlc28ainniphm9pf2836kj8wzijjk-test-framework-th-0.2.4' from 'https://cache.nixos.org'... copying path '/nix/store/vdbxiqr1y05hnrn8zr35fzjjbsgnv2dg-test-framework-quickcheck2-0.3.0.5' from 'https://cache.nixos.org'... copying path '/nix/store/lzfmlq0ji1h2sa00bz63caxf80lfwz96-SHA-1.6.4.4' from 'https://cache.nixos.org'... copying path '/nix/store/b0qfk7j8jb2lcdmv96fw0pr6ysz58v0q-cereal-0.5.8.1' from 'https://cache.nixos.org'... copying path '/nix/store/a455xckl9hizmlalix4lfhvwyawhv8x6-Glob-0.10.1' from 'https://cache.nixos.org'... copying path '/nix/store/ss69lfhm530dc6h3rr6giwd302yki6l3-base64-bytestring-1.1.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/y015wwx9v6lqsjmpmay48h6f9psxi61p-blaze-builder-0.4.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/asv5kd1nn331404r621nsb2i0s3f35rl-hashable-1.3.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/ph34fd04z129qms38wfqlwlp6nwkcp3r-hspec-discover-2.7.4' from 'https://cache.nixos.org'... copying path '/nix/store/rldv0vwa61w9gb6q4waf4w6ji7nzqp5r-pem-0.2.4' from 'https://cache.nixos.org'... copying path '/nix/store/gvv8cdq30whrs04xvb7illj8ldgqr80x-crypto-api-0.13.3' from 'https://cache.nixos.org'... copying path '/nix/store/vzg681wi8ly4s7bsqf08fx0vqv2qibjm-monad-par-extras-0.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/6pjd1k484lpcrdm9m0j1q5xc3vykgpvl-hspec-2.7.4' from 'https://cache.nixos.org'... copying path '/nix/store/y5ggmzk2ryvyc49rnjivjv0x5kp2hys3-async-2.2.2' from 'https://cache.nixos.org'... copying path '/nix/store/vs588j2vqpbysncs4gdak6b268877q8f-case-insensitive-1.2.1.0' from 'https://cache.nixos.org'... copying path '/nix/store/dzska93s1nn2828ykw8aic2f1f1s8qjr-data-fix-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/pd1hygjmjjyns03i3bnm5yjy5rmin0s4-unordered-containers-0.2.13.0' from 'https://cache.nixos.org'... copying path '/nix/store/1wahag9ixlmx02xmylbgf2n3ypmbgm8w-crypto-api-tests-0.3' from 'https://cache.nixos.org'... copying path '/nix/store/sw4af8wkifl2h8pzjfapk3ws78adzznp-base-compat-batteries-0.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/4aglnrv5sxd2cdccsw9w6qcrmjs65v8p-base-orphans-0.8.4' from 'https://cache.nixos.org'... copying path '/nix/store/lp0i91i68cc8lz7mzc02hjs0989l50k1-constraints-0.12' from 'https://cache.nixos.org'... copying path '/nix/store/7rcwpm3mrnym4ax2wl6w4n3bwpqmw1p4-generic-deriving-1.13.1' from 'https://cache.nixos.org'... copying path '/nix/store/1gfi4kylya45920g6an60fkl5lcblkcr-http-media-0.8.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/5q87sb4ph0yg9gx73dphs84blj5a4qds-concurrent-output-1.10.12' from 'https://cache.nixos.org'... copying path '/nix/store/my5frg38hhvazi72ylklzhc4ljq8g1nj-logging-facade-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/k1cvbq1ay7ram4jr42v1cr56q1lpsb9d-protolude-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/j7lbz5syihb1ww1m64r96sslxj2rlyh3-pureMD5-2.1.3' from 'https://cache.nixos.org'... copying path '/nix/store/l6b1s862b1m5z3mpgqv8avdn2g7zs7b2-charset-0.3.7.1' from 'https://cache.nixos.org'... copying path '/nix/store/8xljli4x8fb24ll36yvg8hdgm8s27aym-expiring-cache-map-0.0.6.1' from 'https://cache.nixos.org'... copying path '/nix/store/c6nc1y9iw6s2wc2yj15dygg8ak7wnflg-reflection-2.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/v2yxgdci9a7ihzvnvys7f5lbch9bzm17-resourcet-1.2.4.2' from 'https://cache.nixos.org'... copying path '/nix/store/2xa1jrhjnahh108imgzg260vpkgaxy3n-streaming-commons-0.2.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/mjlb79jg2n7n4l4h620k0w5isdgv168v-tasty-1.2.3' from 'https://cache.nixos.org'... copying path '/nix/store/cmwc29hxp9dakc2r722y5q6aia1xzwl1-text-latin1-0.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/6g5ifwilpg7h2ijgqsfiqi9byrngbx67-th-compat-0.1' from 'https://cache.nixos.org'... copying path '/nix/store/4c8r0naxy39drdwjp5v2j9i8vvpiwv4k-iproute-1.7.10' from 'https://cache.nixos.org'... copying path '/nix/store/rfavng9qqvyhqgricg0a5xn5spvpi6fh-network-byte-order-0.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/ysxr6v74rglqfzrly8znyr51iynsbp01-transformers-base-0.4.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/2hkavcpaffriymy8537nbh2i30xpwgmj-typed-process-0.2.6.0' from 'https://cache.nixos.org'... copying path '/nix/store/n8541gcj87hq9fz0krhn70db8sisw6pl-text-printer-0.5.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/spd8pif7anyypy28g71w6q6l8bhz2zdv-unix-time-0.4.7' from 'https://cache.nixos.org'... copying path '/nix/store/1x0zkvpsig794mmg94d16yacp46l597m-unliftio-0.2.13.1' from 'https://cache.nixos.org'... copying path '/nix/store/r2l8jcrlra4y42qckdljminhh3hcb94p-tasty-expected-failure-0.11.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/5xs39xsp402xl7vps2pij883d9pq7gv9-tasty-hunit-0.10.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/b0wsgb152a6h5ds3fqlz48w7r8z7ilh5-monad-control-1.0.2.3' from 'https://cache.nixos.org'... copying path '/nix/store/mz40k68zji6fjf533skqs7azh47zlbhh-vault-0.3.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/nag9njw3jskrsad919nkxxli81vv7qd5-word8-0.1.3' from 'https://cache.nixos.org'... copying path '/nix/store/vqa0n3vidrxij2622dclvrrzp0vdg57v-distributive-0.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/7532mhh395x730vms7dbfy7icdswwgnf-tasty-ant-xml-1.1.7' from 'https://cache.nixos.org'... copying path '/nix/store/0f7dqdcc3b6b979bg709gqq194srmsbb-logict-0.7.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/xdhgnwa745z1cff6mrwl6n99sswwx0zf-tasty-quickcheck-0.10.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/inkwla9lm9pz2096b37azhsix0zhcqaj-lifted-base-0.2.3.12' from 'https://cache.nixos.org'... copying path '/nix/store/09ayqn7pmq8yyysc6n2prnzl8nm0jgz3-tasty-th-0.1.7' from 'https://cache.nixos.org'... copying path '/nix/store/r39ca5xsx132wmf5a9p9gcfa0mmzdiba-temporary-1.3' from 'https://cache.nixos.org'... copying path '/nix/store/893ak6rrlicvc3zg48mhvsfsf20238h1-wl-pprint-annotated-0.1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/qcx747d8i1cj04s96vhb0mb4fls8b94j-comonad-5.0.6' from 'https://cache.nixos.org'... copying path '/nix/store/h2i83j4cn2i964vvsf82jmiq6bkg92p2-smallcheck-1.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/n6nzdff187d0i27237v7vdbcr9sp6ck7-lifted-async-0.10.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/ma8aw0k0gpva9mi3jgz4d4fcx3ylamh9-mockery-0.3.5' from 'https://cache.nixos.org'... copying path '/nix/store/kfczp4383r6lf3wd1nzfaqnirv2pig73-silently-1.2.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/h55ijszypinsja6whsxq4azyjshb8a7k-cookie-0.4.5' from 'https://cache.nixos.org'... copying path '/nix/store/6i3rc0ynpg08rksjblb0vlq7d2wq50jq-cryptohash-md5-0.11.100.1' from 'https://cache.nixos.org'... copying path '/nix/store/ycww1fz1sy3k1wayj4hb193sxg8d64yy-cryptohash-sha1-0.11.100.1' from 'https://cache.nixos.org'... copying path '/nix/store/ww3dbcmyqs7i7mlyhiqgf9vijwdjl7bd-data-bword-0.1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/brm34l4pr9xiwbxwkd15qalcajkfwchn-bifunctors-5.5.8' from 'https://cache.nixos.org'... copying path '/nix/store/vsk6qrl84fn7jm0h9lgq6spz15c4rq2w-hourglass-0.2.12' from 'https://cache.nixos.org'... copying path '/nix/store/gdvv3wwpd2by6ak98cwb598pfki46frx-psqueues-0.2.7.2' from 'https://cache.nixos.org'... copying path '/nix/store/5lvivbmrnvz7gmwv6mv9id8yv72dx02l-selective-0.4.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/pwnlzgn90gyqg043j04iahfn89ydykh8-tasty-kat-0.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/g2ad14jlsbqfzdcwxzr6ya73q00wf5zh-tasty-smallcheck-0.8.1' from 'https://cache.nixos.org'... copying path '/nix/store/h49lnal7lmw30zq0rvy1mv8qhd2dc03s-time-compat-1.9.5' from 'https://cache.nixos.org'... copying path '/nix/store/id0xn20mbpwn7jmj5sswpnbry8dr8ihs-data-dword-0.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/6582lw378cysblfy61797sn8gnk95f80-hedgehog-1.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/qkd00701r0f4zd5zn3wrriw0nqfk142g-scientific-0.3.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/rbsmc60wh52090rj5gyg1paghg0sbrw4-cryptonite-0.27' from 'https://cache.nixos.org'... copying path '/nix/store/295hk96769c14f4gwlzm9qrmb0i1wi9y-tasty-hspec-1.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/9avxblj2kdq8gb3gvjlrxavh9qpyfbjz-uuid-types-1.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/kc7yipp3wrbvahwnxpidvzn4j3pz1mig-asn1-types-0.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/5qhpnhvc9fvav48ls8sajr0i9kn852w2-vector-0.12.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/bfg6dp660a8n7vywwipq1fnppb52xpg6-megaparsec-9.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/jiqhkh5rw923wl75s2wp05m7rjy21md6-asn1-encoding-0.9.6' from 'https://cache.nixos.org'... copying path '/nix/store/p2njapqv5pdcf7gqr866k2gp2xdw0143-assoc-1.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/sw1rf8ci829s69qn2yhi76hxbp4340j9-profunctors-5.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/5lwb8bcib7r3pml90adzg3cvyqd1lg9z-semigroupoids-5.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/bighsr5y1fa0h1hggg7zc6diq2g1b9wy-attoparsec-0.13.2.4' from 'https://cache.nixos.org'... copying path '/nix/store/r6vqjk0p8mb3c5v1np464cqggx2aa831-math-functions-0.3.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/s57cy3ggbljg2m4cdj7jqnmdda8c8hki-asn1-parse-0.9.5' from 'https://cache.nixos.org'... copying path '/nix/store/0bcflk7sry1c3hd6v1vhharg5n30g00l-configurator-pg-0.2.5' from 'https://cache.nixos.org'... copying path '/nix/store/1yn8a6bibxrip4gm5382xvwzpx4fmc9v-optics-extra-0.3' from 'https://cache.nixos.org'... copying path '/nix/store/d78c49nwja48c7j41rwh9fdqz65b88ip-resource-pool-0.2.3.2' from 'https://cache.nixos.org'... copying path '/nix/store/aili1krfrw6d3xzl0yyymc9b87022vc7-invariant-0.5.4' from 'https://cache.nixos.org'... copying path '/nix/store/08hswkdzqq2jvvdmddaydh8dg6a1gsxi-either-5.0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/0v130fg35jmf831l6xq45hs84q4qc0fv-free-5.1.4' from 'https://cache.nixos.org'... copying path '/nix/store/15df5vpzdv7f31zpdlq26hxlqbi0sljm-mwc-random-0.14.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/r95mrxbiabkizfi0vpj45q13g3j551ds-th-lift-instances-0.1.18' from 'https://cache.nixos.org'... copying path '/nix/store/7wsk10fda5ypg6vwm9zhlf6faz27krmp-these-1.1.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/j4c4a7lczjn3b2bj0c5qk4xi39avil9y-uuid-1.3.13' from 'https://cache.nixos.org'... copying path '/nix/store/m7fz4vilirv9bqxck6xpv4hcpa7v6bmy-tasty-hedgehog-1.0.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/9594pxiphp2fzyylg7krvxll08kk239z-vector-algorithms-0.8.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/a8lhp5r3aws5yd76bka81hh26a64sfca-vector-binary-instances-0.2.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/0bm8sf5jjq0y2iiv3awas5ycpa8a2mly-th-orphans-0.13.11' from 'https://cache.nixos.org'... copying path '/nix/store/rd5cp96bajp9am7cfy2vvjfkgg0j1vs7-http-date-0.0.10' from 'https://cache.nixos.org'... copying path '/nix/store/z63il7h84m740bx6kl8iqfqxwk8pdq2y-rebase-1.6.1' from 'https://cache.nixos.org'... copying path '/nix/store/7d4840c6yxk9lfz5j7d54a29c9n16niv-bsb-http-chunked-0.0.0.4' from 'https://cache.nixos.org'... copying path '/nix/store/cp5xrl43w9kz4rx7hkx8gbba3i19b5c3-foldl-1.4.10' from 'https://cache.nixos.org'... copying path '/nix/store/53v155xz4y34q9cpbjmd9si51hmya66i-hashtables-1.2.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/9m1xy5mzbkdzl3sy39gznwkn8l17l88h-monad-par-0.3.5' from 'https://cache.nixos.org'... copying path '/nix/store/5n8dcb8khpwmzdr1if3nxrvxv79l8rb8-retry-0.8.1.2' from 'https://cache.nixos.org'... copying path '/nix/store/j87r6vw0lwh4ylwl38br3806sqqwnvb2-quickcheck-instances-0.3.23' from 'https://cache.nixos.org'... copying path '/nix/store/nw6z27vhic7rgz1k0nns8rs2yvy4ny4f-adjunctions-4.4' from 'https://cache.nixos.org'... copying path '/nix/store/iq9i0niqksnp9gzrrmificyp1ir8h204-haskell-src-meta-0.8.5' from 'https://cache.nixos.org'... copying path '/nix/store/dgsbv2nvcsnxnvjrkjy2s80rzy4limpr-strict-0.4.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/qf8adyb41qzgbrw31m2cphq56vhi4r0s-mono-traversable-1.0.15.1' from 'https://cache.nixos.org'... copying path '/nix/store/d9jvw9bgmd1y24qs2121vrrw07mfi232-auto-update-0.1.6' from 'https://cache.nixos.org'... copying path '/nix/store/hs2k0wrqixqilh1pkwc1x0hxyhw2kp8k-vector-th-unbox-0.2.1.7' from 'https://cache.nixos.org'... copying path '/nix/store/cpqd68ija1v864n25bjrcc2hl15rjf26-x509-1.7.5' from 'https://cache.nixos.org'... copying path '/nix/store/9159pzslwxv5vbvxzw2vz6i4n45dycfw-rerebase-1.6.1' from 'https://cache.nixos.org'... copying path '/nix/store/qimbv5fw8cc4r9iracddmfjm4jg7lc3x-interpolatedstring-perl6-1.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/7igpdn0k0qi9pf9hdh604vkq10kvg5cv-binary-orphans-1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/hynsfd9zqyzp5kj2imnw158ipxgszm0c-dense-linear-algebra-0.1.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/ynaarv7rcabaq3dly1ay0ncnqbsd9f5k-fast-logger-3.0.2' from 'https://cache.nixos.org'... copying path '/nix/store/634v23q5ysf390wfw5xh534gm13p45ap-aeson-1.5.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/z3m8l0xayhnmqwcll84qb35ha08klgvq-http-types-0.12.3' from 'https://cache.nixos.org'... copying path '/nix/store/2mw3yy648f93yn0i7isqkk3g6740gvd9-kan-extensions-5.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/sr15vbk9hjwvk21y53rpaldx69777cz4-parsers-0.12.10' from 'https://cache.nixos.org'... copying path '/nix/store/xbhw555x875x5q2bibxiy7w9hqjk7n5k-text-short-0.1.3' from 'https://cache.nixos.org'... copying path '/nix/store/mi0wky04wivm1nb730ngnzfs0hgcrz11-time-manager-0.0.0' from 'https://cache.nixos.org'... copying path '/nix/store/s3h29c0hx4wy3bxazrzyg96qpigardmh-conduit-1.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/mm1lxairg2qx2jgilc4flh372s8cxfcj-deferred-folds-0.9.15' from 'https://cache.nixos.org'... copying path '/nix/store/vzxk08zcz1frm5fwy6vskixhg43l2y0q-cassava-0.5.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/07qazzb3a8cfyvs0ma914pykw6q2jv58-wai-3.2.2.1' from 'https://cache.nixos.org'... copying path '/nix/store/x78wxi3shn9zmibk3czs0dr2akpgkx6m-lens-4.19.2' from 'https://cache.nixos.org'... copying path '/nix/store/i5gm845x6vm30bbi0csl79p7chgs5iaa-data-serializer-0.3.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/my60nq1iys864fszhh4mq8y601lm3xsp-data-textual-0.3.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/3iz0vlnmdhyw54arjbn5kh20yrnq0dpm-conduit-extra-1.3.5' from 'https://cache.nixos.org'... copying path '/nix/store/w0x3wv3i23lwn88jhyj32agy15qzf0dc-text-builder-0.6.6.1' from 'https://cache.nixos.org'... copying path '/nix/store/mkmwdi6gi0g02lj9q902bnz6y3wi0kr9-aeson-pretty-0.8.8' from 'https://cache.nixos.org'... copying path '/nix/store/mq85zpiwavsk7i0v7pa0zx02b05njhyi-criterion-measurement-0.1.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/p22579g5bk5mbp0909gag6fl0aghk5lr-microstache-1.0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/lb3yd60bz6b8bqwrsxx92y9cddr0fsh4-statistics-0.15.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/xc2a8r9sr50q5rcl61sgqg0gsdjvbmjq-wai-cors-0.2.7' from 'https://cache.nixos.org'... copying path '/nix/store/fhvmac36y9h4mna6zx79p1kgmfrj3hng-simple-sendfile-0.2.30' from 'https://cache.nixos.org'... copying path '/nix/store/vz2gfh3zmd9glp3kg5nx6lwpsbcv9qhd-concise-0.1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/vc74lxrj82lvc4wn5p5wpc7dy619i295-insert-ordered-containers-0.2.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/ga9kqrdmrp67fjbcgwgf9cp9rxxr7m09-lens-aeson-1.1' from 'https://cache.nixos.org'... copying path '/nix/store/pvwrmcvsp1gw9wphscyb7bqfajnpaxj4-wai-logger-2.3.6' from 'https://cache.nixos.org'... copying path '/nix/store/pr2pk9f8j1bxh59qwdskzpjdpbnjs9pr-http2-2.0.5' from 'https://cache.nixos.org'... copying path '/nix/store/avnv7vhz94j83c3n8k5klsnwr5x59jj4-network-ip-0.3.0.3' from 'https://cache.nixos.org'... copying path '/nix/store/bhdcahvaj9j07md3j96vfcwi7sh4pwah-swagger2-2.6' from 'https://cache.nixos.org'... copying path '/nix/store/ipw39an6abs7kxq83ddpfb710sy3k429-postgresql-binary-0.12.3.3' from 'https://cache.nixos.org'... copying path '/nix/store/7jj5jnqpv4n3yhxhj288bkqh7s523xwn-criterion-1.5.9.0' from 'https://cache.nixos.org'... copying path '/nix/store/692vgzlivxhqzd7r5jmvbqwqpamlfzab-wai-extra-3.1.4.1' from 'https://cache.nixos.org'... copying path '/nix/store/kyvzpayy16jajmvknb2x6insfqgia2g7-warp-3.3.13' from 'https://cache.nixos.org'... copying path '/nix/store/az14g7c2gakbhlgwq949ishjzndfjddj-hasql-1.4.4.2' from 'https://cache.nixos.org'... copying path '/nix/store/wyyjvpx6dz0z3b50aw7mimsbpacd9s1x-hspec-wai-0.10.1' from 'https://cache.nixos.org'... copying path '/nix/store/33sx0h8bdispy38mycgvpzvxjxhnx63v-scotty-0.12' from 'https://cache.nixos.org'... copying path '/nix/store/ckryb9sd5whncb3ywc9411b7md245m1q-hasql-transaction-1.0.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/n2nvy9siby8fqgb0h084y8aq4yymbgl7-hasql-pool-0.5.2' from 'https://cache.nixos.org'... copying path '/nix/store/8pr5iaj10yg39pil39h4108vpp457pz3-network-uri-2.6.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/f16crlx4m6rc8lqj66vvazmngjzl09zc-HTTP-4000.3.15' from 'https://cache.nixos.org'... copying path '/nix/store/qnsikmcpsva9zmmbl9dmfradsz2h22yc-jose-0.8.4' from 'https://cache.nixos.org'... copying path '/nix/store/v8a7wrfmpxd4ynavh868d9a6c60i6nhn-wai-middleware-static-0.9.0' from 'https://cache.nixos.org'... building '/nix/store/31b88apjwkys4nja2zhsb7fk2l95a5nd-postgrest-7.0.1.drv'... setupCompilerEnvironmentPhase Build with /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3. unpacking sources unpacking source archive /nix/store/xd2blz1ghkd3yykqvh7hmwz5ccsahcs6-postgrest-7.0.1.tar.gz source root is postgrest-7.0.1 setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file postgrest-7.0.1/test/TestTypes.hs patching sources Replace Cabal file with edited version from mirror://hackage/postgrest-7.0.1/revision/5.cabal. compileBuildDriverPhase setupCompileFlags: -package-db=/private/tmp/nix-build-postgrest-7.0.1.drv-0/setup-package.conf.d -j8 -threaded -rtsopts [1 of 1] Compiling Main ( Setup.hs, /private/tmp/nix-build-postgrest-7.0.1.drv-0/Main.o ) Linking Setup ... configuring configureFlags: --verbose --prefix=/nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname --docdir=/nix/store/pchgdami0dd9kxkgg3kb5lj4cx276jdc-postgrest-7.0.1-doc/share/doc/postgrest-7.0.1 --with-gcc=clang --package-db=/private/tmp/nix-build-postgrest-7.0.1.drv-0/package.conf.d --ghc-options=-j8 --disable-split-objs --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --disable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --extra-include-dirs=/nix/store/0jj05cyma647rywsqpq3darnzl6a520s-libc++-7.1.0/include --extra-lib-dirs=/nix/store/0jj05cyma647rywsqpq3darnzl6a520s-libc++-7.1.0/lib --extra-include-dirs=/nix/store/ns7f13gldnk83l2fgjlzbx9bnfvc2g72-libc++abi-7.1.0/include --extra-lib-dirs=/nix/store/ns7f13gldnk83l2fgjlzbx9bnfvc2g72-libc++abi-7.1.0/lib --extra-include-dirs=/nix/store/6snmf1z43ay6m1b8jv8dr4h8im056a62-compiler-rt-7.1.0-dev/include --extra-lib-dirs=/nix/store/k3n5mnryy15ia3wgj9lhgg6id7bngsja-compiler-rt-7.1.0/lib --extra-lib-dirs=/nix/store/alm049wnwxyy1m6vpb9wckqnq0ls2dv6-ncurses-6.2/lib --extra-lib-dirs=/nix/store/sd6nrfrv2zchq3ilw4vjpwdh81svfqv6-libffi-3.3/lib --extra-lib-dirs=/nix/store/qqndyjw0329ap0nyjvih1x1rcxj03rp1-gmp-6.2.1/lib --extra-include-dirs=/nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/include --extra-lib-dirs=/nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib --extra-framework-dirs=/nix/store/9h3bam3k6q6wh2kdjjzds9whlwnlz2rm-swift-corefoundation/Library/Frameworks Using Parsec parser Configuring postgrest-7.0.1... Flags chosen: failonwarn=False Dependency HTTP >=4000.3.7 && <4000.4: using HTTP-4000.3.15 Dependency Ranged-sets >=0.3 && <0.5: using Ranged-sets-0.4.0 Dependency aeson >=1.4.7 && <1.6: using aeson-1.5.4.1 Dependency ansi-wl-pprint >=0.6.7 && <0.7: using ansi-wl-pprint-0.6.9 Dependency base >=4.9 && <4.15: using base-4.14.1.0 Dependency base64-bytestring >=1 && <1.3: using base64-bytestring-1.1.0.0 Dependency bytestring >=0.10.8 && <0.11: using bytestring-0.10.12.0 Dependency case-insensitive ==1.2.*: using case-insensitive-1.2.1.0 Dependency cassava >=0.4.5 && <0.6: using cassava-0.5.2.0 Dependency configurator-pg ==0.2.*: using configurator-pg-0.2.5 Dependency containers >=0.5.7 && <0.7: using containers-0.6.2.1 Dependency contravariant >=1.4 && <1.6: using contravariant-1.5.2 Dependency contravariant-extras >=0.3.3 && <0.4: using contravariant-extras-0.3.5.2 Dependency cookie >=0.4.2 && <0.5: using cookie-0.4.5 Dependency either >=4.4.1 && <5.1: using either-5.0.1.1 Dependency gitrev >=1.2 && <1.4: using gitrev-1.3.1 Dependency hasql ==1.4.*: using hasql-1.4.4.2 Dependency hasql-pool ==0.5.*: using hasql-pool-0.5.2 Dependency hasql-transaction >=0.7.2 && <1.1: using hasql-transaction-1.0.0.1 Dependency heredoc ==0.2.*: using heredoc-0.2.0.0 Dependency http-types >=0.12.2 && <0.13: using http-types-0.12.3 Dependency insert-ordered-containers >=0.2.2 && <0.3: using insert-ordered-containers-0.2.3.1 Dependency interpolatedstring-perl6 >=1 && <1.1: using interpolatedstring-perl6-1.0.2 Dependency jose >=0.8.1 && <0.9: using jose-0.8.4 Dependency lens >=4.14 && <4.20: using lens-4.19.2 Dependency lens-aeson >=1.0.1 && <1.2: using lens-aeson-1.1 Dependency network-uri >=2.6.1 && <2.8: using network-uri-2.6.3.0 Dependency optparse-applicative >=0.13 && <0.17: using optparse-applicative-0.15.1.0 Dependency parsec >=3.1.11 && <3.2: using parsec-3.1.14.0 Dependency protolude ==0.3.*: using protolude-0.3.0 Dependency regex-tdfa >=1.2.2 && <1.4: using regex-tdfa-1.3.1.0 Dependency scientific >=0.3.4 && <0.4: using scientific-0.3.6.2 Dependency swagger2 >=2.4 && <2.7: using swagger2-2.6 Dependency text >=1.2.2 && <1.3: using text-1.2.4.1 Dependency time >=1.6 && <1.11: using time-1.9.3 Dependency unordered-containers >=0.2.8 && <0.3: using unordered-containers-0.2.13.0 Dependency vector >=0.11 && <0.13: using vector-0.12.1.2 Dependency wai >=3.2.1 && <3.3: using wai-3.2.2.1 Dependency wai-cors >=0.2.5 && <0.3: using wai-cors-0.2.7 Dependency wai-extra >=3.0.19 && <3.2: using wai-extra-3.1.4.1 Dependency wai-middleware-static >=0.8.1 && <0.10: using wai-middleware-static-0.9.0 Dependency auto-update >=0.1.4 && <0.2: using auto-update-0.1.6 Dependency base >=4.9 && <4.15: using base-4.14.1.0 Dependency base64-bytestring >=1 && <1.3: using base64-bytestring-1.1.0.0 Dependency bytestring >=0.10.8 && <0.11: using bytestring-0.10.12.0 Dependency directory >=1.2.6 && <1.4: using directory-1.3.6.0 Dependency either >=4.4.1 && <5.1: using either-5.0.1.1 Dependency hasql ==1.4.*: using hasql-1.4.4.2 Dependency hasql-pool ==0.5.*: using hasql-pool-0.5.2 Dependency hasql-transaction >=0.7.2 && <1.1: using hasql-transaction-1.0.0.1 Dependency network <3.2: using network-3.1.1.1 Dependency postgrest -any: using postgrest-7.0.1 Dependency protolude ==0.3.*: using protolude-0.3.0 Dependency retry >=0.7.4 && <0.9: using retry-0.8.1.2 Dependency text >=1.2.2 && <1.3: using text-1.2.4.1 Dependency time >=1.6 && <1.11: using time-1.9.3 Dependency unix -any: using unix-2.7.2.2 Dependency wai >=3.2.1 && <3.3: using wai-3.2.2.1 Dependency warp >=3.2.12 && <3.4: using warp-3.3.13 Source component graph: component lib component exe:postgrest dependency lib Configured component graph: component postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H include HTTP-4000.3.15-Fzq9nrt3ak42oftgXTK4X include Ranged-sets-0.4.0-BQ9Etmta1A26PknfBrh0ie include aeson-1.5.4.1-6CKI3L3u0iSE6p78YV0AbZ include ansi-wl-pprint-0.6.9-6gLwvNUqviPFfWwbvEGsaw include base-4.14.1.0 include base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q include bytestring-0.10.12.0 include case-insensitive-1.2.1.0-EP2DuyxcLuDBC5mOjU49wK include cassava-0.5.2.0-1CysqUomCPR4Kqfe8hzPE4 include configurator-pg-0.2.5-ASrMhWNAIPQ4FUzeA10HFl include containers-0.6.2.1 include contravariant-1.5.2-LD8pchSgGnvLCM5H2O5OIM include contravariant-extras-0.3.5.2-Jd9Cz6kGKWaKMM8SirvtHu include cookie-0.4.5-cSvxSUdaeS9kXY6rbQb6o include either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai include gitrev-1.3.1-Het0FatRKM8GuBdILU3orB include hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g include hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP include hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD include heredoc-0.2.0.0-7c17paDwj1PKOf07g81QlB include http-types-0.12.3-ALJQmeYql1k2UdiznBAiem include insert-ordered-containers-0.2.3.1-1FimKz7waMuJFAPWjPXkoC include interpolatedstring-perl6-1.0.2-BTtUUKSSvKSFQT9tr4N0ig include jose-0.8.4-4qj9myN5SaRyKxoJ6BB5j include lens-4.19.2-5CGL82RR6QgBTxfkJrtiHi include lens-aeson-1.1-4DplKkMMzfnK8y4FF0ebJc include network-uri-2.6.3.0-F6nw8d4mEaPFUKbT19DSfW include optparse-applicative-0.15.1.0-7Jxiq8TWJ2wDnWNik8az17 include parsec-3.1.14.0 include protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ include regex-tdfa-1.3.1.0-DpdGPsSCpsmL0v8TFwhIFI include scientific-0.3.6.2-LrFmMn5o2rRHjMJVn3PIJe include swagger2-2.6-CE1FBYK2FEq30N5ou7iWeK include text-1.2.4.1 include time-1.9.3 include unordered-containers-0.2.13.0-3bLFXeL0fqz1wnkgMszYuk include vector-0.12.1.2-8FUUhD1r9RGIqowK0tf2jl include wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP include wai-cors-0.2.7-FqKWxJylaiuDeMPRnWLiHE include wai-extra-3.1.4.1-9bGh7pVo87Vrt6dwVkkFu include wai-middleware-static-0.9.0-1a3mIBN5Ubw7ZGfPTdCSyb component postgrest-7.0.1-8JtLLFFqK8AJ3ADL081RSm-postgrest include auto-update-0.1.6-JjkGYhbyQZt7zynhU75W78 include base-4.14.1.0 include base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q include bytestring-0.10.12.0 include directory-1.3.6.0 include either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai include hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g include hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP include hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD include network-3.1.1.1-F91Y9KbLQh5FWIKWxm6vtC include postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H include protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ include retry-0.8.1.2-7LtysCq5eAvKsS814tHxy2 include text-1.2.4.1 include time-1.9.3 include unix-2.7.2.2 include wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP include warp-3.3.13-40ofxsf9g02IUOgA2qWYki Linked component graph: unit postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H include HTTP-4000.3.15-Fzq9nrt3ak42oftgXTK4X include Ranged-sets-0.4.0-BQ9Etmta1A26PknfBrh0ie include aeson-1.5.4.1-6CKI3L3u0iSE6p78YV0AbZ include ansi-wl-pprint-0.6.9-6gLwvNUqviPFfWwbvEGsaw include base-4.14.1.0 include base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q include bytestring-0.10.12.0 include case-insensitive-1.2.1.0-EP2DuyxcLuDBC5mOjU49wK include cassava-0.5.2.0-1CysqUomCPR4Kqfe8hzPE4 include configurator-pg-0.2.5-ASrMhWNAIPQ4FUzeA10HFl include containers-0.6.2.1 include contravariant-1.5.2-LD8pchSgGnvLCM5H2O5OIM include contravariant-extras-0.3.5.2-Jd9Cz6kGKWaKMM8SirvtHu include cookie-0.4.5-cSvxSUdaeS9kXY6rbQb6o include either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai include gitrev-1.3.1-Het0FatRKM8GuBdILU3orB include hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g include hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP include hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD include heredoc-0.2.0.0-7c17paDwj1PKOf07g81QlB include http-types-0.12.3-ALJQmeYql1k2UdiznBAiem include insert-ordered-containers-0.2.3.1-1FimKz7waMuJFAPWjPXkoC include interpolatedstring-perl6-1.0.2-BTtUUKSSvKSFQT9tr4N0ig include jose-0.8.4-4qj9myN5SaRyKxoJ6BB5j include lens-4.19.2-5CGL82RR6QgBTxfkJrtiHi include lens-aeson-1.1-4DplKkMMzfnK8y4FF0ebJc include network-uri-2.6.3.0-F6nw8d4mEaPFUKbT19DSfW include optparse-applicative-0.15.1.0-7Jxiq8TWJ2wDnWNik8az17 include parsec-3.1.14.0 include protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ include regex-tdfa-1.3.1.0-DpdGPsSCpsmL0v8TFwhIFI include scientific-0.3.6.2-LrFmMn5o2rRHjMJVn3PIJe include swagger2-2.6-CE1FBYK2FEq30N5ou7iWeK include text-1.2.4.1 include time-1.9.3 include unordered-containers-0.2.13.0-3bLFXeL0fqz1wnkgMszYuk include vector-0.12.1.2-8FUUhD1r9RGIqowK0tf2jl include wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP include wai-cors-0.2.7-FqKWxJylaiuDeMPRnWLiHE include wai-extra-3.1.4.1-9bGh7pVo87Vrt6dwVkkFu include wai-middleware-static-0.9.0-1a3mIBN5Ubw7ZGfPTdCSyb PostgREST.ApiRequest=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.ApiRequest,PostgREST.App=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.App,PostgREST.Auth=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Auth,PostgREST.Config=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Config,PostgREST.DbRequestBuilder=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.DbRequestBuilder,PostgREST.DbStructure=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.DbStructure,PostgREST.Error=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Error,PostgREST.Middleware=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Middleware,PostgREST.OpenAPI=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.OpenAPI,PostgREST.Parsers=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Parsers,PostgREST.QueryBuilder=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.QueryBuilder,PostgREST.RangeQuery=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.RangeQuery,PostgREST.Statements=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Statements,PostgREST.Types=postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H:PostgREST.Types unit postgrest-7.0.1-8JtLLFFqK8AJ3ADL081RSm-postgrest include auto-update-0.1.6-JjkGYhbyQZt7zynhU75W78 include base-4.14.1.0 include base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q include bytestring-0.10.12.0 include directory-1.3.6.0 include either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai include hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g include hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP include hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD include network-3.1.1.1-F91Y9KbLQh5FWIKWxm6vtC include postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H include protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ include retry-0.8.1.2-7LtysCq5eAvKsS814tHxy2 include text-1.2.4.1 include time-1.9.3 include unix-2.7.2.2 include wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP include warp-3.3.13-40ofxsf9g02IUOgA2qWYki Ready component graph: definite postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H depends HTTP-4000.3.15-Fzq9nrt3ak42oftgXTK4X depends Ranged-sets-0.4.0-BQ9Etmta1A26PknfBrh0ie depends aeson-1.5.4.1-6CKI3L3u0iSE6p78YV0AbZ depends ansi-wl-pprint-0.6.9-6gLwvNUqviPFfWwbvEGsaw depends base-4.14.1.0 depends base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q depends bytestring-0.10.12.0 depends case-insensitive-1.2.1.0-EP2DuyxcLuDBC5mOjU49wK depends cassava-0.5.2.0-1CysqUomCPR4Kqfe8hzPE4 depends configurator-pg-0.2.5-ASrMhWNAIPQ4FUzeA10HFl depends containers-0.6.2.1 depends contravariant-1.5.2-LD8pchSgGnvLCM5H2O5OIM depends contravariant-extras-0.3.5.2-Jd9Cz6kGKWaKMM8SirvtHu depends cookie-0.4.5-cSvxSUdaeS9kXY6rbQb6o depends either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai depends gitrev-1.3.1-Het0FatRKM8GuBdILU3orB depends hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g depends hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP depends hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD depends heredoc-0.2.0.0-7c17paDwj1PKOf07g81QlB depends http-types-0.12.3-ALJQmeYql1k2UdiznBAiem depends insert-ordered-containers-0.2.3.1-1FimKz7waMuJFAPWjPXkoC depends interpolatedstring-perl6-1.0.2-BTtUUKSSvKSFQT9tr4N0ig depends jose-0.8.4-4qj9myN5SaRyKxoJ6BB5j depends lens-4.19.2-5CGL82RR6QgBTxfkJrtiHi depends lens-aeson-1.1-4DplKkMMzfnK8y4FF0ebJc depends network-uri-2.6.3.0-F6nw8d4mEaPFUKbT19DSfW depends optparse-applicative-0.15.1.0-7Jxiq8TWJ2wDnWNik8az17 depends parsec-3.1.14.0 depends protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ depends regex-tdfa-1.3.1.0-DpdGPsSCpsmL0v8TFwhIFI depends scientific-0.3.6.2-LrFmMn5o2rRHjMJVn3PIJe depends swagger2-2.6-CE1FBYK2FEq30N5ou7iWeK depends text-1.2.4.1 depends time-1.9.3 depends unordered-containers-0.2.13.0-3bLFXeL0fqz1wnkgMszYuk depends vector-0.12.1.2-8FUUhD1r9RGIqowK0tf2jl depends wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP depends wai-cors-0.2.7-FqKWxJylaiuDeMPRnWLiHE depends wai-extra-3.1.4.1-9bGh7pVo87Vrt6dwVkkFu depends wai-middleware-static-0.9.0-1a3mIBN5Ubw7ZGfPTdCSyb definite postgrest-7.0.1-8JtLLFFqK8AJ3ADL081RSm-postgrest depends auto-update-0.1.6-JjkGYhbyQZt7zynhU75W78 depends base-4.14.1.0 depends base64-bytestring-1.1.0.0-7GPZMw67K6tFh2ZyzJQP4Q depends bytestring-0.10.12.0 depends directory-1.3.6.0 depends either-5.0.1.1-Jz7lI0RxTDSJs81VFpZEai depends hasql-1.4.4.2-UmHfDR7FtCGQzqcsaTG9g depends hasql-pool-0.5.2-LPgwdkIWdSEEqPdVTVyoIP depends hasql-transaction-1.0.0.1-3n9JXcyYWmbDx8ICg5dARD depends network-3.1.1.1-F91Y9KbLQh5FWIKWxm6vtC depends postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H depends protolude-0.3.0-F58NC4LN9VoBIuoiaULZaJ depends retry-0.8.1.2-7LtysCq5eAvKsS814tHxy2 depends text-1.2.4.1 depends time-1.9.3 depends unix-2.7.2.2 depends wai-3.2.2.1-4z80x34NaacBHMGHGkpxCP depends warp-3.3.13-40ofxsf9g02IUOgA2qWYki Using Cabal-3.2.1.0 compiled by ghc-8.10 Using compiler: ghc-8.10.3 Using install prefix: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1 Executables installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/bin Libraries installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H Dynamic Libraries installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3 Private executables installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/libexec/x86_64-osx-ghc-8.10.3/postgrest-7.0.1 Data files installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/share/x86_64-osx-ghc-8.10.3/postgrest-7.0.1 Documentation installed in: /nix/store/pchgdami0dd9kxkgg3kb5lj4cx276jdc-postgrest-7.0.1-doc/share/doc/postgrest-7.0.1 Configuration files installed in: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/etc No alex found Using ar found on system at: /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ar No c2hs found No cpphs found No doctest found Using gcc version 4.2.1 given by user at: /nix/store/0nlwbj5qbdf7r58x2iqz0a17az2j5fdn-clang-wrapper-7.1.0/bin/clang Using ghc version 8.10.3 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/ghc Using ghc-pkg version 8.10.3 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/ghc-pkg No ghcjs found No ghcjs-pkg found No greencard found Using haddock version 2.24.0 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/haddock No happy found Using haskell-suite found on system at: haskell-suite-dummy-location Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location No hmake found Using hpc version 0.68 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/hpc Using hsc2hs version 0.68.7 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/hsc2hs Using hscolour version 1.24 found on system at: /nix/store/dz93hiam4zzkx808b5fq6nxqiyzl0g8k-hscolour-1.24.4/bin/HsColour No jhc found Using ld found on system at: /nix/store/1nzc9kapf7rs7w3qw86jd4xpr971iy92-cctools-binutils-darwin-wrapper-949.0.1/bin/ld No pkg-config found Using runghc version 8.10.3 found on system at: /nix/store/lj34zl1kfjd2556aslrn8hsyn0ng1hzb-ghc-8.10.3/bin/runghc Using strip found on system at: /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/strip Using tar found on system at: /nix/store/wmv6y215w4qi8d6x4zjw21k1ijdl8jrw-gnutar-1.32/bin/tar No uhc found building Preprocessing library for postgrest-7.0.1.. Building library for postgrest-7.0.1.. [ 1 of 17] Compiling Paths_postgrest ( dist/build/autogen/Paths_postgrest.hs, dist/build/Paths_postgrest.o, dist/build/Paths_postgrest.dyn_o ) [ 2 of 17] Compiling PostgREST.Private.Common ( src/PostgREST/Private/Common.hs, dist/build/PostgREST/Private/Common.o, dist/build/PostgREST/Private/Common.dyn_o ) [ 3 of 17] Compiling PostgREST.RangeQuery ( src/PostgREST/RangeQuery.hs, dist/build/PostgREST/RangeQuery.o, dist/build/PostgREST/RangeQuery.dyn_o ) [ 4 of 17] Compiling PostgREST.Types ( src/PostgREST/Types.hs, dist/build/PostgREST/Types.o, dist/build/PostgREST/Types.dyn_o ) [ 5 of 17] Compiling PostgREST.Private.QueryFragment ( src/PostgREST/Private/QueryFragment.hs, dist/build/PostgREST/Private/QueryFragment.o, dist/build/PostgREST/Private/QueryFragment.dyn_o ) [ 6 of 17] Compiling PostgREST.Statements ( src/PostgREST/Statements.hs, dist/build/PostgREST/Statements.o, dist/build/PostgREST/Statements.dyn_o ) [ 7 of 17] Compiling PostgREST.QueryBuilder ( src/PostgREST/QueryBuilder.hs, dist/build/PostgREST/QueryBuilder.o, dist/build/PostgREST/QueryBuilder.dyn_o ) [ 8 of 17] Compiling PostgREST.Error ( src/PostgREST/Error.hs, dist/build/PostgREST/Error.o, dist/build/PostgREST/Error.dyn_o ) [ 9 of 17] Compiling PostgREST.Parsers ( src/PostgREST/Parsers.hs, dist/build/PostgREST/Parsers.o, dist/build/PostgREST/Parsers.dyn_o ) [10 of 17] Compiling PostgREST.DbStructure ( src/PostgREST/DbStructure.hs, dist/build/PostgREST/DbStructure.o, dist/build/PostgREST/DbStructure.dyn_o ) [11 of 17] Compiling PostgREST.Config ( src/PostgREST/Config.hs, dist/build/PostgREST/Config.o, dist/build/PostgREST/Config.dyn_o ) [12 of 17] Compiling PostgREST.Auth ( src/PostgREST/Auth.hs, dist/build/PostgREST/Auth.o, dist/build/PostgREST/Auth.dyn_o ) [13 of 17] Compiling PostgREST.ApiRequest ( src/PostgREST/ApiRequest.hs, dist/build/PostgREST/ApiRequest.o, dist/build/PostgREST/ApiRequest.dyn_o ) [14 of 17] Compiling PostgREST.OpenAPI ( src/PostgREST/OpenAPI.hs, dist/build/PostgREST/OpenAPI.o, dist/build/PostgREST/OpenAPI.dyn_o ) [15 of 17] Compiling PostgREST.Middleware ( src/PostgREST/Middleware.hs, dist/build/PostgREST/Middleware.o, dist/build/PostgREST/Middleware.dyn_o ) [16 of 17] Compiling PostgREST.DbRequestBuilder ( src/PostgREST/DbRequestBuilder.hs, dist/build/PostgREST/DbRequestBuilder.o, dist/build/PostgREST/DbRequestBuilder.dyn_o ) [17 of 17] Compiling PostgREST.App ( src/PostgREST/App.hs, dist/build/PostgREST/App.o, dist/build/PostgREST/App.dyn_o ) [ 1 of 17] Compiling Paths_postgrest ( dist/build/autogen/Paths_postgrest.hs, dist/build/Paths_postgrest.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 2 of 17] Compiling PostgREST.Private.Common ( src/PostgREST/Private/Common.hs, dist/build/PostgREST/Private/Common.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 3 of 17] Compiling PostgREST.RangeQuery ( src/PostgREST/RangeQuery.hs, dist/build/PostgREST/RangeQuery.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 4 of 17] Compiling PostgREST.Types ( src/PostgREST/Types.hs, dist/build/PostgREST/Types.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 5 of 17] Compiling PostgREST.Private.QueryFragment ( src/PostgREST/Private/QueryFragment.hs, dist/build/PostgREST/Private/QueryFragment.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 6 of 17] Compiling PostgREST.Statements ( src/PostgREST/Statements.hs, dist/build/PostgREST/Statements.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 7 of 17] Compiling PostgREST.QueryBuilder ( src/PostgREST/QueryBuilder.hs, dist/build/PostgREST/QueryBuilder.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 8 of 17] Compiling PostgREST.Error ( src/PostgREST/Error.hs, dist/build/PostgREST/Error.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [ 9 of 17] Compiling PostgREST.Parsers ( src/PostgREST/Parsers.hs, dist/build/PostgREST/Parsers.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [10 of 17] Compiling PostgREST.DbStructure ( src/PostgREST/DbStructure.hs, dist/build/PostgREST/DbStructure.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [11 of 17] Compiling PostgREST.Config ( src/PostgREST/Config.hs, dist/build/PostgREST/Config.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [12 of 17] Compiling PostgREST.Auth ( src/PostgREST/Auth.hs, dist/build/PostgREST/Auth.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [13 of 17] Compiling PostgREST.ApiRequest ( src/PostgREST/ApiRequest.hs, dist/build/PostgREST/ApiRequest.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [14 of 17] Compiling PostgREST.OpenAPI ( src/PostgREST/OpenAPI.hs, dist/build/PostgREST/OpenAPI.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [15 of 17] Compiling PostgREST.Middleware ( src/PostgREST/Middleware.hs, dist/build/PostgREST/Middleware.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [16 of 17] Compiling PostgREST.DbRequestBuilder ( src/PostgREST/DbRequestBuilder.hs, dist/build/PostgREST/DbRequestBuilder.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file [17 of 17] Compiling PostgREST.App ( src/PostgREST/App.hs, dist/build/PostgREST/App.p_o ) ld: warning: /nix/store/q8xcp8hsa35wjki8mad0sbk4nzqrdkb5-libiconv-osx-10.12.6/lib/libiconv.dylib, ignoring unexpected dylib file /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(getrandom.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Win32Utils.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(consUtils.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(longlong.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Disassembler.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(LdvProfile.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(OldARMAtomic.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(ProfilerReport.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(ProfilerReportJson.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Profiling.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(RetainerProfile.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(RetainerSet.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(RtsDllMain.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(SpinLock.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Trace.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(TraverseHeap.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Evac_thr.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Sanity.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Scav_thr.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(Elf.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(PEi386.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_got.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_plt.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_plt_aarch64.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_plt_arm.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_reloc.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_reloc_aarch64.o) has no symbols /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/ranlib: file: dist/build/libHSpostgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H-ghc8.10.3.a(elf_util.o) has no symbols Preprocessing executable 'postgrest' for postgrest-7.0.1.. Building executable 'postgrest' for postgrest-7.0.1.. [1 of 2] Compiling UnixSocket ( main/UnixSocket.hs, dist/build/postgrest/postgrest-tmp/UnixSocket.o, dist/build/postgrest/postgrest-tmp/UnixSocket.dyn_o ) [2 of 2] Compiling Main ( main/Main.hs, dist/build/postgrest/postgrest-tmp/Main.o, dist/build/postgrest/postgrest-tmp/Main.dyn_o ) Linking dist/build/postgrest/postgrest ... haddockPhase Preprocessing library for postgrest-7.0.1.. Running Haddock on library for postgrest-7.0.1.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: mtl-compat-0.2.2 Warning: --source-* options are ignored when --hyperlinked-source is enabled. Haddock coverage: Warning: 'limit' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: 'offset' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 9% ( 1 / 11) in 'PostgREST.RangeQuery' Missing documentation for: rangeParse (src/PostgREST/RangeQuery.hs:34) rangeRequested (src/PostgREST/RangeQuery.hs:46) rangeLimit (src/PostgREST/RangeQuery.hs:55) rangeOffset (src/PostgREST/RangeQuery.hs:61) restrictRange (src/PostgREST/RangeQuery.hs:49) rangeGeq (src/PostgREST/RangeQuery.hs:67) allRange (src/PostgREST/RangeQuery.hs:71) NonnegRange (src/PostgREST/RangeQuery.hs:32) rangeStatusHeader (src/PostgREST/RangeQuery.hs:78) contentRangeH (src/PostgREST/RangeQuery.hs:93) Warning: '->' is out of scope. If you qualify the identifier, haddock can try to link it anyway. Warning: '->>' is out of scope. If you qualify the identifier, haddock can try to link it anyway. 32% ( 31 / 94) in 'PostgREST.Types' Missing documentation for: PreferResolution (src/PostgREST/Types.hs:70) PreferParameters (src/PostgREST/Types.hs:85) PreferCount (src/PostgREST/Types.hs:94) DbStructure (src/PostgREST/Types.hs:105) tableCols (src/PostgREST/Types.hs:115) tablePKCols (src/PostgREST/Types.hs:119) PgArg (src/PostgREST/Types.hs:122) PgType (src/PostgREST/Types.hs:128) RetType (src/PostgREST/Types.hs:130) ProcVolatility (src/PostgREST/Types.hs:132) ProcDescription (src/PostgREST/Types.hs:135) procReturnsScalar (src/PostgREST/Types.hs:184) procTableName (src/PostgREST/Types.hs:189) Schema (src/PostgREST/Types.hs:195) TableName (src/PostgREST/Types.hs:196) Table (src/PostgREST/Types.hs:198) tableQi (src/PostgREST/Types.hs:208) ForeignKey (src/PostgREST/Types.hs:211) Column (src/PostgREST/Types.hs:213) ViewColumn (src/PostgREST/Types.hs:234) PrimaryKey (src/PostgREST/Types.hs:236) OrderDirection (src/PostgREST/Types.hs:241) OrderNulls (src/PostgREST/Types.hs:246) OrderTerm (src/PostgREST/Types.hs:251) ConstraintName (src/PostgREST/Types.hs:278) isSelfReference (src/PostgREST/Types.hs:304) PayloadJSON (src/PostgREST/Types.hs:307) PJType (src/PostgREST/Types.hs:321) Proxy (src/PostgREST/Types.hs:323) Operator (src/PostgREST/Types.hs:330) operators (src/PostgREST/Types.hs:331) ftsOperators (src/PostgREST/Types.hs:352) OpExpr (src/PostgREST/Types.hs:360) Operation (src/PostgREST/Types.hs:361) Language (src/PostgREST/Types.hs:364) LogicOperator (src/PostgREST/Types.hs:371) FieldName (src/PostgREST/Types.hs:386) Field (src/PostgREST/Types.hs:396) Alias (src/PostgREST/Types.hs:397) Cast (src/PostgREST/Types.hs:398) NodeName (src/PostgREST/Types.hs:399) RpcQParam (src/PostgREST/Types.hs:402) unwrapGucHeader (src/PostgREST/Types.hs:418) Filter (src/PostgREST/Types.hs:437) JoinCondition (src/PostgREST/Types.hs:438) ReadQuery (src/PostgREST/Types.hs:441) MutateQuery (src/PostgREST/Types.hs:454) ReadRequest (src/PostgREST/Types.hs:474) MutateRequest (src/PostgREST/Types.hs:475) ReadNode (src/PostgREST/Types.hs:477) Depth (src/PostgREST/Types.hs:478) fstFieldNames (src/PostgREST/Types.hs:481) PgVersion (src/PostgREST/Types.hs:485) pgVersion94 (src/PostgREST/Types.hs:497) pgVersion95 (src/PostgREST/Types.hs:500) pgVersion96 (src/PostgREST/Types.hs:503) pgVersion100 (src/PostgREST/Types.hs:506) pgVersion109 (src/PostgREST/Types.hs:509) pgVersion110 (src/PostgREST/Types.hs:512) pgVersion112 (src/PostgREST/Types.hs:515) pgVersion114 (src/PostgREST/Types.hs:518) pgVersion121 (src/PostgREST/Types.hs:521) sourceCTEName (src/PostgREST/Types.hs:524) 20% ( 1 / 5) in 'PostgREST.Statements' Missing documentation for: createWriteStatement (src/PostgREST/Statements.hs:42) createReadStatement (src/PostgREST/Statements.hs:83) callProcStatement (src/PostgREST/Statements.hs:124) createExplainStatement (src/PostgREST/Statements.hs:161) 25% ( 2 / 8) in 'PostgREST.QueryBuilder' Missing documentation for: readRequestToQuery (src/PostgREST/QueryBuilder.hs:37) mutateRequestToQuery (src/PostgREST/QueryBuilder.hs:72) requestToCallProcQuery (src/PostgREST/QueryBuilder.hs:123) limitedQuery (src/PostgREST/QueryBuilder.hs:184) setLocalQuery (src/PostgREST/QueryBuilder.hs:187) setLocalSearchPathQuery (src/PostgREST/QueryBuilder.hs:191) 12% ( 1 / 8) in 'PostgREST.Error' Missing documentation for: errorResponseFor (src/PostgREST/Error.hs:41) ApiRequestError (src/PostgREST/Error.hs:46) PgError (src/PostgREST/Error.hs:118) SimpleError (src/PostgREST/Error.hs:222) errorPayload (src/PostgREST/Error.hs:38) checkIsFatal (src/PostgREST/Error.hs:213) singularityError (src/PostgREST/Error.hs:277) 2% ( 1 / 36) in 'PostgREST.Parsers' Missing documentation for: pRequestSelect (src/PostgREST/Parsers.hs:29) pRequestOnConflict (src/PostgREST/Parsers.hs:33) pRequestFilter (src/PostgREST/Parsers.hs:37) pRequestOrder (src/PostgREST/Parsers.hs:45) pRequestRange (src/PostgREST/Parsers.hs:52) pRequestLogicTree (src/PostgREST/Parsers.hs:58) pRequestColumns (src/PostgREST/Parsers.hs:69) ws (src/PostgREST/Parsers.hs:76) lexeme (src/PostgREST/Parsers.hs:79) pTreePath (src/PostgREST/Parsers.hs:82) pFieldForest (src/PostgREST/Parsers.hs:88) pStar (src/PostgREST/Parsers.hs:95) pFieldName (src/PostgREST/Parsers.hs:98) pJsonPath (src/PostgREST/Parsers.hs:109) pField (src/PostgREST/Parsers.hs:127) aliasSeparator (src/PostgREST/Parsers.hs:130) pRelationSelect (src/PostgREST/Parsers.hs:133) pFieldSelect (src/PostgREST/Parsers.hs:145) pOpExpr (src/PostgREST/Parsers.hs:158) pSingleVal (src/PostgREST/Parsers.hs:176) pListVal (src/PostgREST/Parsers.hs:179) pListElement (src/PostgREST/Parsers.hs:182) pQuotedValue (src/PostgREST/Parsers.hs:185) pDelimiter (src/PostgREST/Parsers.hs:188) pOrder (src/PostgREST/Parsers.hs:191) pOrderTerm (src/PostgREST/Parsers.hs:194) pLogicTree (src/PostgREST/Parsers.hs:209) pLogicSingleVal (src/PostgREST/Parsers.hs:224) pLogicPath (src/PostgREST/Parsers.hs:234) pColumns (src/PostgREST/Parsers.hs:241) mapError (src/PostgREST/Parsers.hs:244) pRoleClaimKey (src/PostgREST/Parsers.hs:255) pJSPath (src/PostgREST/Parsers.hs:259) pJSPKey (src/PostgREST/Parsers.hs:268) pJSPIdx (src/PostgREST/Parsers.hs:271) 16% ( 1 / 6) in 'PostgREST.DbStructure' Missing documentation for: getDbStructure (src/PostgREST/DbStructure.hs:46) accessibleTables (src/PostgREST/DbStructure.hs:222) accessibleProcs (src/PostgREST/DbStructure.hs:184) schemaDescription (src/PostgREST/DbStructure.hs:209) getPgVersion (src/PostgREST/DbStructure.hs:738) 85% ( 6 / 7) in 'PostgREST.Config' Missing documentation for: configPoolTimeout' (src/PostgREST/Config.hs:96) 100% ( 5 / 5) in 'PostgREST.Auth' 87% ( 7 / 8) in 'PostgREST.ApiRequest' Missing documentation for: InvokeMethod (src/PostgREST/ApiRequest.hs:57) 50% ( 2 / 4) in 'PostgREST.OpenAPI' Missing documentation for: encodeOpenAPI (src/PostgREST/OpenAPI.hs:306) pickProxy (src/PostgREST/OpenAPI.hs:327) 25% ( 1 / 4) in 'PostgREST.Middleware' Missing documentation for: runWithClaims (src/PostgREST/Middleware.hs:33) defaultMiddle (src/PostgREST/Middleware.hs:60) unquoted (src/PostgREST/Middleware.hs:66) 25% ( 1 / 4) in 'PostgREST.DbRequestBuilder' Missing documentation for: readRequest (src/PostgREST/DbRequestBuilder.hs:40) mutateRequest (src/PostgREST/DbRequestBuilder.hs:291) returningCols (src/PostgREST/DbRequestBuilder.hs:327) 50% ( 1 / 2) in 'PostgREST.App' Missing documentation for: postgrest (src/PostgREST/App.hs:70) Warning: PostgREST.Statements: could not find link destinations for: ResultsWithCount ProcResults Warning: PostgREST.Error: could not find link destinations for: PgrstError Authenticated Warning: PostgREST.ApiRequest: could not find link destinations for: RequestBody Documentation created: dist/doc/html/postgrest/index.html, dist/doc/html/postgrest/postgrest.txt Preprocessing executable 'postgrest' for postgrest-7.0.1.. installing Installing library in /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H Installing executable postgrest in /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/bin Warning: The directory /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/bin is not in the system search path. post-installation fixup strip is /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/strip stripping (with command strip and flags -S) in /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/bin strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/package.conf.d/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H.conf strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Middleware.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbRequestBuilder.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbRequestBuilder.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/App.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/RangeQuery.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Types.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbRequestBuilder.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Config.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Statements.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/ApiRequest.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/RangeQuery.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbStructure.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbStructure.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/OpenAPI.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Parsers.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/App.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Middleware.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/QueryBuilder.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Statements.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Error.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Statements.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Error.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/OpenAPI.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/QueryBuilder.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Config.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/RangeQuery.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/Common.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/Common.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/QueryFragment.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/Common.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/QueryFragment.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Private/QueryFragment.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Auth.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/App.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/QueryBuilder.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Parsers.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Auth.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Error.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Types.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/DbStructure.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/ApiRequest.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/ApiRequest.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Auth.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Middleware.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Parsers.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Types.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/OpenAPI.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/PostgREST/Config.dyn_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/Paths_postgrest.p_hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/Paths_postgrest.hi strip: can't process non-object and non-archive file: /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1/lib/ghc-8.10.3/x86_64-osx-ghc-8.10.3/postgrest-7.0.1-5xkSo1gx0BDCiFq5RfL36H/Paths_postgrest.dyn_hi patching script interpreter paths in /nix/store/ahljgjxwm777vpfs336fbf10viv5pyn7-postgrest-7.0.1 strip is /nix/store/jp0bhf9dxx9n324hm24rr3nhcggib1f2-cctools-binutils-darwin-949.0.1/bin/strip patching script interpreter paths in /nix/store/pchgdami0dd9kxkgg3kb5lj4cx276jdc-postgrest-7.0.1-doc building '/nix/store/ldcw7i1fhwzkyrryznsa1ln1hmjcj7ds-user-environment.drv'... created 7 symlinks in user environment ```

Is it possible that it's marked as broken but you've got allow broken set in your config or environment? That would explain the discrepancy.

spease commented 3 years ago

Updated again:

$ nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
"21.03pre262620.a67cfc0cdc1"

Still get:

$ nix-env -iA nixpkgs.haskellPackages.postgrest
warning: name collision in input Nix expressions, skipping '/Users/spease/.nix-defexpr/channels_root/darwin'
warning: name collision in input Nix expressions, skipping '/Users/spease/.nix-defexpr/channels_root/nixpkgs'
replacing old 'postgrest-7.0.1'
installing 'postgrest-7.0.1'
error: Package ‘postgrest-7.0.1’ in /nix/store/p4ar6xlngwcgks1zpmi8ljr8va3w5fdp-nixpkgs-21.03pre262620.a67cfc0cdc1/nixpkgs/pkgs/development/haskell-modules/hackage-packages.nix:203236 is marked as broken, refusing to evaluate.

a) To temporarily allow broken packages, you can use an environment variable
   for a single invocation of the nix tools.

     $ export NIXPKGS_ALLOW_BROKEN=1

b) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

(use '--show-trace' to show detailed location information)
monacoremo commented 3 years ago

Hm, not sure what happens there.

We had marked the package as not broken a year ago by disabling running the tests automatically, as they require a test database:

https://github.com/NixOS/nixpkgs/blob/d9f9a4a9760ef3cf3df63771cebefacd1b0178b4/pkgs/development/haskell-modules/configuration-common.nix#L184

It's not marked as broken here:

https://github.com/NixOS/nixpkgs/blob/b219457ac0de8e9e45e8b8c8643f21a149a4e2a0/pkgs/development/haskell-modules/configuration-hackage2nix.yaml#L3071

For me, it builds without issue on

nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
"21.05pre280331.54c1e44240d"

The build is also cached at cache.nixos.org as /nix/store/jyvwqfgdxbfcn2x3dnl1xhgrfxrb13iq-postgrest-7.0.1

It's either some platform dependent issue (not sure where that would come from) or some outdated nixpkgs creeping up.

I'm closing this for now, but please reopen if the issue persists.