summaryrefslogtreecommitdiff
path: root/libraries/haskell98/CString.hs
blob: 5b6a7e0232c3e9d1543581c802bd2ae0621ac827 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif

module CString (module Foreign.C.String) where
import Foreign.C.String