<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello community!<br><br></div>I'm trying to install Yesod on a freshly setup openSUSE 13.1 virtual machine!<br></div><br>I installed the Haskell Platform and three other (ghc) packages required (for yesod-bin), from the standard online repositories!<br>
<br></div>Then i issued:<br></div>  cabal update<br></div>  cabal install cabal-install (because cabal told me so)<br></div>  export PATH=$HOME/.cabal/bin:$PATH<br><br></div>  cabal install yesod-platform<br><br></div>After churning for a while, that last command stated that some packages, more precisely the Esqueleto package, failed to install.<br>
<br></div>I tried to install it alone and got these error messages:<br><br></div>-- Begin Command Output<br><br><div>Resolving dependencies...<br>Configuring esqueleto-1.3.5...<br>Building esqueleto-1.3.5...<br>Preprocessing library esqueleto-1.3.5...<br>
[1 of 4] Compiling Database.Esqueleto.Internal.PersistentImport ( src/Database/Esqueleto/Internal/PersistentImport.hs, dist/build/Database/Esqueleto/Internal/PersistentImport.o )<br>[2 of 4] Compiling Database.Esqueleto.Internal.Language ( src/Database/Esqueleto/Internal/Language.hs, dist/build/Database/Esqueleto/Internal/Language.o )<br>
[3 of 4] Compiling Database.Esqueleto.Internal.Sql ( src/Database/Esqueleto/Internal/Sql.hs, dist/build/Database/Esqueleto/Internal/Sql.o )<br><br>src/Database/Esqueleto/Internal/Sql.hs:531:46:<br>    Not in scope: type constructor or class `C.ResourceT'<br>
<br>src/Database/Esqueleto/Internal/Sql.hs:559:42:<br>    Not in scope: type constructor or class `C.ResourceT'<br><br>src/Database/Esqueleto/Internal/Sql.hs:619:31:<br>    Not in scope: type constructor or class `C.ResourceT'<br>
<br>src/Database/Esqueleto/Internal/Sql.hs:634:24:<br>    Not in scope: type constructor or class `C.ResourceT'<br><br>src/Database/Esqueleto/Internal/Sql.hs:636:17:<br>    Not in scope: `C.runResourceT'<br>Failed to install esqueleto-1.3.5<br>
cabal: Error: some packages failed to install:<br>esqueleto-1.3.5 failed during the building phase. The exception was:<br>ExitFailure 1<br><br>-- End Command Output<br><br></div><div>Can someone figure out what might be wrong?<br>
</div><div>(I guess it's not a dependencies issue...)<br><br></div><div>Thank You Very Much, in advance, for your time!<br><br></div><div>Gilberto<br><br></div><div>PS: Should I have included the command output in an attached file? Which "method" is preferred?<br>
</div><div><br></div></div>