Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 18, 2020
1 parent 60ebb70 commit 7c81af7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion amazonka-s3-streaming.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ library
, conduit >= 1.3 && < 1.4
, conduit-concurrent-map
, bytestring >= 0.10.8.0 && < 0.11
, bytestring-to-vector
, mmorph >= 1.0.6 && < 1.2
, lens >= 4.13 && < 5.0
, mtl >= 2.2.1 && < 2.3
Expand Down
2 changes: 0 additions & 2 deletions src/Network/AWS/S3/StreamingUpload.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ import Data.ByteString ( ByteString )
import qualified Data.ByteString as BS
import Data.ByteString.Builder ( stringUtf8 )
import Data.ByteString.Unsafe (unsafeIndex)
import qualified Data.Vector.Storable as VS
import Data.Vector.Storable.ByteString (vectorToByteString)
import Data.List ( unfoldr )
import Data.List.NonEmpty ( nonEmpty, fromList )
import Data.Text (Text)
Expand Down

0 comments on commit 7c81af7

Please sign in to comment.