Fix to latest sendfile version to simplify imports

This commit is contained in:
Julian Ospald 2016-05-24 03:13:36 +02:00
parent 9c199c6da2
commit ae9a806c2e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 2 additions and 5 deletions

View File

@ -36,7 +36,7 @@ library
, deepseq , deepseq
, exceptions , exceptions
, hspec , hspec
, simple-sendfile >= 0.2.22 , simple-sendfile >= 0.2.24
, unix >= 2.5 , unix >= 2.5
, unix-bytestring , unix-bytestring
, utf8-string , utf8-string

View File

@ -140,10 +140,7 @@ import System.IO.Error
import System.Linux.Sendfile import System.Linux.Sendfile
( (
sendfileFd sendfileFd
) , FileRange(..)
import Network.Sendfile
(
FileRange(..)
) )
import System.Posix.ByteString import System.Posix.ByteString
( (