Skip to content

Commit

Permalink
Fix for ghc 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Schuurmans authored and fkm3 committed Jan 26, 2023
1 parent 199f1c7 commit 4eac338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/src/TensorFlow/Internal/VarInt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tensorflow.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
, base >= 4.7 && < 5
, async
, attoparsec
, bytestring
, bytestring >= 0.10.2
, containers
, data-default
, exceptions
Expand Down

0 comments on commit 4eac338

Please sign in to comment.