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 4c4dd8d commit d6c5f13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Data/ByteString/Short/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ import Data.ByteString.Internal.Type

import Data.Array.Byte
( ByteArray(..), MutableByteArray(..) )
#if MIN_VERSION_base(4,11,0) && !defined(PURE_HASKELL)
import Foreign.C.Types

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 8.4)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 8.6)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 8.8)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 8.10)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.0)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.2)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.4)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.6)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.8)

The import of ‘Foreign.C.Types’ is redundant

Check warning on line 171 in Data/ByteString/Short/Internal.hs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 9.8)

The import of ‘Foreign.C.Types’ is redundant
( CSize(..)
, CInt(..)
)
#endif
import Data.Bits
( FiniteBits (finiteBitSize)
, shiftL
Expand Down

0 comments on commit d6c5f13

Please sign in to comment.