packages feed

haskell98-2.0.0.3: Ptr.hs

{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif

module Ptr (module Foreign.Ptr) where
import Foreign.Ptr