Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dmitriz
Created August 15, 2019 14:12
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 dmitriz/c112328cbee95fa38f10448e5bd44cea to your computer and use it in GitHub Desktop.
Save dmitriz/c112328cbee95fa38f10448e5bd44cea to your computer and use it in GitHub Desktop.
Installing ptghci
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