diff --git a/Pugs.cabal b/Pugs.cabal
--- a/Pugs.cabal
+++ b/Pugs.cabal
@@ -1,5 +1,5 @@
 Name            : Pugs
-Version         : 6.2.13.3
+Version         : 6.2.13.4
 license         : BSD3
 license-file    : LICENSE
 cabal-version   : >= 1.2
@@ -137,7 +137,7 @@
         HsSyck           >= 0.44
         -- HsPerl5
 
-    if flag(EnableReadLine)
+    if !os(win32) && flag(EnableReadLine)
         build-depends: readline
         cpp-options: -DPUGS_HAVE_READLINE=1
 
diff --git a/src/Pugs/Version.hs b/src/Pugs/Version.hs
--- a/src/Pugs/Version.hs
+++ b/src/Pugs/Version.hs
@@ -14,10 +14,10 @@
 -- #include "pugs_version.h"
 
 #ifndef PUGS_VERSION
-#define PUGS_VERSION "6.2.13.3"
+#define PUGS_VERSION "6.2.13.4"
 #endif
 #ifndef PUGS_DATE
-#define PUGS_DATE "June 22, 2008"
+#define PUGS_DATE "June 24, 2008"
 #endif
 #ifndef PUGS_SVN_REVISION
 #define PUGS_SVN_REVISION 0
