haskell / hackage-security

Hackage security framework based on TUF (The Update Framework)
http://hackage.haskell.org/package/hackage-security
56 stars 47 forks source link

install problem on RHEL 7 #191

Closed ciez closed 7 years ago

ciez commented 7 years ago

installed ghc-8.2.1 however not able to install hackage-security (nor cabal-install).

Cabal-2.0.0.2 is installed with --prefix=/usr

cabal-install-2.0.0.0/hackage-security-0.5.2.2 : runhaskell Setup configure --prefix=/usr

Setup.hs:1:1: error: Could not find module ‘Distribution.Simple’ Perhaps you haven't installed the "dyn" libraries for package ‘Cabal-2.0.0.2’?

ciez commented 7 years ago

the issue is in Cabal library install, not this package