mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-14 15:09:43 +01:00
Fix for ghc 9.2
This commit is contained in:
parent
199f1c7663
commit
4eac338d0f
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ module TensorFlow.Internal.VarInt
|
|||
|
||||
import Data.Attoparsec.ByteString as Parse
|
||||
import Data.Bits
|
||||
import Data.ByteString.Lazy.Builder as Builder
|
||||
import Data.ByteString.Builder as Builder
|
||||
import Data.Word (Word64)
|
||||
|
||||
-- | Decode an unsigned varint.
|
||||
|
|
|
@ -42,7 +42,7 @@ library
|
|||
, base >= 4.7 && < 5
|
||||
, async
|
||||
, attoparsec
|
||||
, bytestring
|
||||
, bytestring >= 0.10.2
|
||||
, containers
|
||||
, data-default
|
||||
, exceptions
|
||||
|
|
Loading…
Reference in a new issue