Skip to content

Instantly share code, notes, and snippets.

@radkris-git
Created August 5, 2015 02:35
Show Gist options
  • Save radkris-git/566f66692fb8a20c2f98 to your computer and use it in GitHub Desktop.
Save radkris-git/566f66692fb8a20c2f98 to your computer and use it in GitHub Desktop.
Phsu installation error log
Build log ( /Users/radvenkataramani/.cabal/logs/Phsu-0.1.0.1.log ):
Configuring Phsu-0.1.0.1...
Building Phsu-0.1.0.1...
Preprocessing executable 'Phsu' for Phsu-0.1.0.1...
src/Search.hs:16:8:
Could not find module ‘Network.URI’
It is a member of the hidden package ‘network-uri-2.6.0.3@netwo_3JAOEpW88h5BN8vFzJEU7V’.
Perhaps you need to add ‘network-uri’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
Phsu-0.1.0.1 failed during the building phase. The exception was:
ExitFailure 1
19:31:41-radvenkataramani~$ sudo cabal install network-uri
Resolving dependencies...
All the requested packages are already installed:
network-uri-2.6.0.3
Use --reinstall if you want to reinstall anyway.
19:32:36-radvenkataramani~$ sudo cabal install Phsu
Resolving dependencies...
Configuring Phsu-0.1.0.1...
Building Phsu-0.1.0.1...
Failed to install Phsu-0.1.0.1
Build log ( /Users/radvenkataramani/.cabal/logs/Phsu-0.1.0.1.log ):
Configuring Phsu-0.1.0.1...
Building Phsu-0.1.0.1...
Preprocessing executable 'Phsu' for Phsu-0.1.0.1...
src/Search.hs:16:8:
Could not find module ‘Network.URI’
It is a member of the hidden package ‘network-uri-2.6.0.3@netwo_3JAOEpW88h5BN8vFzJEU7V’.
Perhaps you need to add ‘network-uri’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
Phsu-0.1.0.1 failed during the building phase. The exception was:
ExitFailure 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment