Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
OpenSSL/Session.hsc: no longer need to hide the 'void'
Browse files Browse the repository at this point in the history
  • Loading branch information
depressed-pho committed Sep 22, 2011
1 parent b4df65b commit a3e5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL/Session.hsc
Expand Up @@ -71,7 +71,7 @@ import Data.Foldable (Foldable, mapM_, forM_)
import Data.Traversable (Traversable, mapM, forM)
import Data.Maybe (fromMaybe)
import Data.IORef
import Foreign hiding (void)
import Foreign
import Foreign.C
import qualified Foreign.Concurrent as FC
import qualified Data.ByteString as B
Expand Down

0 comments on commit a3e5cd5

Please sign in to comment.