diff --git a/Web/Scotty/Internal/Types.hs b/Web/Scotty/Internal/Types.hs index 5950d9e2..2051ef78 100644 --- a/Web/Scotty/Internal/Types.hs +++ b/Web/Scotty/Internal/Types.hs @@ -131,7 +131,6 @@ instance Exception ScottyException ------------------ Scotty Actions ------------------- type Param = (Text, Text) --- type File = (Text, FileInfo (Either ByteString FilePath)) type File i = (Text, FileInfo i) type FileMem = File ByteString type FileDisk = File FilePath