[diagrams] Installation question

Brent Yorgey byorgey at seas.upenn.edu
Mon Aug 20 13:41:33 BST 2012


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



More information about the diagrams mailing list