1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00

Fix for ghc 9.2

This commit is contained in:
Lars Jellema 2022-12-22 15:31:13 +01:00
parent d088e30b80
commit 2c565ea3d5
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ module TensorFlow.Internal.VarInt
import Data.Attoparsec.ByteString as Parse import Data.Attoparsec.ByteString as Parse
import Data.Bits import Data.Bits
import Data.ByteString.Lazy.Builder as Builder import Data.ByteString.Builder as Builder
import Data.Word (Word64) import Data.Word (Word64)
-- | Decode an unsigned varint. -- | Decode an unsigned varint.

View File

@ -41,7 +41,7 @@ library
, base >= 4.7 && < 5 , base >= 4.7 && < 5
, async , async
, attoparsec , attoparsec
, bytestring , bytestring >= 0.10.2
, containers , containers
, data-default , data-default
, exceptions , exceptions