aboutsummaryrefslogtreecommitdiff
path: root/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:23:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:23:53 -0400
commit1aa88da2b47cbd07e8a97920132044645bcd615e (patch)
tree1ddaa12a5b9d4056583bdcec4e8cab988aea5496 /Types
parente9713cd4550affd408db022fe6faf5d5cff0ccde (diff)
fix build with pre-AMP ghc
Diffstat (limited to 'Types')
-rw-r--r--Types/Transfer.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Types/Transfer.hs b/Types/Transfer.hs
index 905b29ea2..1920bc73b 100644
--- a/Types/Transfer.hs
+++ b/Types/Transfer.hs
@@ -13,6 +13,8 @@ import Utility.QuickCheck
import Data.Time.Clock.POSIX
import Control.Concurrent
+import Control.Applicative
+import Prelude
{- Enough information to uniquely identify a transfer, used as the filename
- of the transfer information file. -}