Created
August 15, 2019 14:12
-
-
Save dmitriz/c112328cbee95fa38f10448e5bd44cea to your computer and use it in GitHub Desktop.
Installing ptghci
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
Trying to install | |
https://github.com/litxio/ptghci | |
✗ cabal v2-build | |
Build profile: -w ghc-8.0.1 -O1 | |
In order, the following will be built (use -v for more details): | |
- ptghci-0.1.0.0 (lib) (first run) | |
- ptghci-0.1.0.0 (exe:ptghci) (first run) | |
Preprocessing library for ptghci-0.1.0.0.. | |
Building library for ptghci-0.1.0.0.. | |
[ 2 of 19] Compiling Language.Haskell.PtGhci.Prelude ( src/Language/Haskell/PtGhci/Prelude.hs, /Users/dmitrizaitsev/Repos/ptghci/dist-newstyle/build/x86_64-osx/ghc-8.0.1/ptghci-0.1.0.0/build/Language/Haskell/PtGhci/Prelude.o ) | |
src/Language/Haskell/PtGhci/Prelude.hs:4:5: error: | |
Conflicting exports for ‘&’: | |
‘module MicroLens’ exports ‘MicroLens.&’ | |
imported from ‘Lens.Micro’ at src/Language/Haskell/PtGhci/Prelude.hs:12:1-30 | |
(and originally defined in ‘Data.Function’) | |
‘module P’ exports ‘P.&’ | |
imported qualified from ‘Protolude’ at src/Language/Haskell/PtGhci/Prelude.hs:13:1-31 | |
cabal: Failed to build ptghci-0.1.0.0 (which is required by exe:ptghci from | |
ptghci-0.1.0.0). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment