On Sun, Aug 19, 2012 at 08:58:47PM -0700, Sung wrote: > > When I try 'sudo apt-get install libpango1.0-0' i get: > 'libpango1.0-0 is already the newest version.' Try the libpango-dev package. In general, to compile Haskell bindings to a particular library you will need the -dev version of the package, which has header files and such. -Brent