[project @ 2002-09-04 16:05:29 by simonmar]
authorsimonmar <unknown>
Wed, 4 Sep 2002 16:05:30 +0000 (16:05 +0000)
committersimonmar <unknown>
Wed, 4 Sep 2002 16:05:30 +0000 (16:05 +0000)
commitaf4cc4743c0c26d43bed44cfbd72e2d18673c613
treed57269ed7264b9db54b1dc6fb1a71069b2e3dc34
parent2cbb22c51e493dfe294bc042af94e25380b9e1ba
[project @ 2002-09-04 16:05:29 by simonmar]
GHC can derive arbitrary instances for newtypes, so derive Storable
for the types in Foreign.C.Types, rather than using CPP trickery to
define the instances.

This moves the Storable instances for the C Types from
Foreign.Storable into Foreign.C.Types, and hence a few imports have
changed around.
Foreign/C/Types.hs
Foreign/Storable.hs
include/CTypes.h