Skip to content

Commit 57c0fa7

Browse files
committed
FIX added Win32.Cmsg RecordWildCards pragma
1 parent 68c9b65 commit 57c0fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Network/Socket/Win32/Cmsg.hsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{-# LANGUAGE CPP #-}
44
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
55
{-# LANGUAGE PatternSynonyms #-}
6+
{-# LANGUAGE RecordWildCards #-}
67
{-# LANGUAGE ScopedTypeVariables #-}
78
{-# LANGUAGE TypeApplications #-}
89

0 commit comments

Comments
 (0)