diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+Changed in version 0.7.2.1:
+   * Fix build on Windows.
+
 Changed in version 0.7.2.0:
    * Bump upper-bound on base and filepath libraries to accomodate GHC HEAD (7.10)
    * Drop Cabal dependency to 1.10
diff --git a/System/Console/Haskeline/Backend/Win32.hsc b/System/Console/Haskeline/Backend/Win32.hsc
--- a/System/Console/Haskeline/Backend/Win32.hsc
+++ b/System/Console/Haskeline/Backend/Win32.hsc
@@ -14,6 +14,7 @@
 import Control.Concurrent hiding (throwTo)
 import Data.Char(isPrint)
 import Data.Maybe(mapMaybe)
+import Control.Applicative
 import Control.Monad
 
 import System.Console.Haskeline.Key
diff --git a/haskeline.cabal b/haskeline.cabal
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.10
-Version:        0.7.2.0
+Version:        0.7.2.1
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE
