Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created September 17, 2019 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilligan/75f60c2c8069af4ff24b7b7879972f55 to your computer and use it in GitHub Desktop.
Save gilligan/75f60c2c8069af4ff24b7b7879972f55 to your computer and use it in GitHub Desktop.
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