Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Dec 11, 2023
1 parent 3b26d92 commit f681f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Short/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ import Foreign.C.String
( CString
, CStringLen
)
#if MIN_VERSION_base(4,11,0) && !defined(PURE_HASKELL)
#if !MIN_VERSION_base(4,11,0) && !defined(PURE_HASKELL)
import Foreign.C.Types
( CSize(..)
, CInt(..)
Expand Down

0 comments on commit f681f0f

Please sign in to comment.