
When I follow these steps, I do not get a segfault, but instead ./Setup configure Configuring lifted-base-0.2.1.0... Setup: At least the following dependencies are missing: base-unicode-symbols >=0.1.1 && <0.3, monad-control ==0.3.*, transformers-base ==0.4.* despite having all these dependencies installed. On 25/10/13 07:47, David Banas wrote:
Sorry about the delay in my response. This excerpt is from an attempt to build /lifted-base/, but is producing the same error:
dbanas@dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ghc --make Setup.hs [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... dbanas@dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ./Setup configure Segmentation fault (core dumped) dbanas@dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ghc -V The Glorious Glasgow Haskell Compilation System, version 7.6.3 dbanas@dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ uname -a Linux dbanas-lap 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux