Created
September 17, 2019 12:09
-
-
Save gilligan/75f60c2c8069af4ff24b7b7879972f55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix-repl> :b haskell.packages.ghc881.lens | |
builder for '/nix/store/vww3skk5wbd0yvg051zcy2x3k96h3sp9-lens-4.17.1.drv' failed with exit code 1; last 10 log lines: | |
[17 of 83] Compiling Control.Lens.Internal.Zoom ( src/Control/Lens/Internal/Zoom.hs, dist/build/Control/Lens/Internal/Zoom.p_o ) | |
cc1: error: command line option ‘-traditional’ is valid for the driver but not for C | |
<no location info>: error: | |
`cc' failed in phase `C Compiler'. (Exit code: 1) | |
[80 of 83] Compiling Paths_lens ( dist/build/autogen/Paths_lens.hs, dist/build/Paths_lens.p_o ) | |
cc1: error: command line option ‘-traditional’ is valid for the driver but not for C | |
<no location info>: error: | |
`cc' failed in phase `C Compiler'. (Exit code: 1) | |
[0 built (1 failed), 0.0 MiB DL] | |
error: build of '/nix/store/vww3skk5wbd0yvg051zcy2x3k96h3sp9-lens-4.17.1.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment