
1) I forgot how to get this include file 2) where does it go under /usr/include ???

Looks like it's part of either the unix or unix-compat Haskell
packages, so just install those?
On 17 August 2014 10:16, Vasili I. Galchin
1) I forgot how to get this include file
2) where does it go under /usr/include ??? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com

On Sat, Aug 16, 2014 at 8:16 PM, Vasili I. Galchin
1) I forgot how to get this include file 2) where does it go under /usr/include ???
If something is looking for that then your Haskell "unix" package is severely broken and should be reinstalled. (It does not belong in /usr/include at all; it's part of the "unix" package internals.) -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net

On Sat, Aug 16, 2014 at 8:18 PM, Brandon Allbery
If something is looking for that then your Haskell "unix" package is severely broken and should be reinstalled.
Alternately you are on a Linux which does separate runtime and dev packages even for Haskell packages which are arguably dev only, and you need to install something like libghc-unix-dev. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
participants (3)
-
Brandon Allbery
-
Ivan Lazar Miljenovic
-
Vasili I. Galchin