bug#37064: Ghc 8.6.5 fails to find core package database

2019-09-09 Thread Timothy Sample
Hi again, Timothy Sample writes: > Gabriel Giamarchi writes: > >> Installing only 'ghc 8.6.5' (Glasgow Haskell compiler) and sourcing >> >> '~/.guix-profile/etc/profile' leads to ghc not finding core modules. >> ('ghci' doesn't find System.IO for instance). >> >> This is due to $GHC_PACKAGE_PAT

bug#37064: Ghc 8.6.5 fails to find core package database

2019-08-22 Thread Timothy Sample
Hi Gabriel, Gabriel Giamarchi writes: > Installing only 'ghc 8.6.5' (Glasgow Haskell compiler) and sourcing > > '~/.guix-profile/etc/profile' leads to ghc not finding core modules. > ('ghci' doesn't find System.IO for instance). > > This is due to $GHC_PACKAGE_PATH not containing ghc 8.6.5's > p

bug#37064: Ghc 8.6.5 fails to find core package database

2019-08-17 Thread Gabriel Giamarchi
Installing only 'ghc 8.6.5' (Glasgow Haskell compiler) and sourcing '~/.guix-profile/etc/profile' leads to ghc not finding core modules. ('ghci' doesn't find System.IO for instance). This is due to $GHC_PACKAGE_PATH not containing ghc 8.6.5's package.conf.d, but instead ghc 8.4.3's database. N