diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -103,4 +103,8 @@
 	* Added the compiler to the output returned for the command-line option "version".
 	* Specified compiler-option 'context-stack' in 'Main.hs', to account for call to printf.
 1.0.4.6
-	* Minimised the explicit size of compiler's 'context-stack' in 'Main.hs'.
+	* Minimised the explicit size of compiler's 'context-stack' in module "Main.hs".
+	* In module "Squeeze.Data.File.hs", replaced the use of the package "unix" with the package "directory", for compatibility with Windows.
+1.0.4.7
+	* Increased the specified value of compiler-option 'context-stack' in module "Main.hs", to account for call to printf.
+
diff --git a/changelog.Debian b/changelog.Debian
--- a/changelog.Debian
+++ b/changelog.Debian
@@ -16,4 +16,4 @@
 
  -- Alistair Ward <squeeze at functionalley dot eu>  Wed, 24 Jul 2013 12:00:00 +0000
 
-squeeze (1.0.4.6-1) experimental; urgency=low
+squeeze (1.0.4.7-1) experimental; urgency=low
diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control
--- a/debian/DEBIAN/control
+++ b/debian/DEBIAN/control
@@ -1,5 +1,5 @@
 Package:	squeeze
-Version:	1.0.4.6-1
+Version:	1.0.4.7-1
 Section:	utils
 Priority:	optional
 #Architecture:	i386
diff --git a/squeeze.cabal b/squeeze.cabal
--- a/squeeze.cabal
+++ b/squeeze.cabal
@@ -1,6 +1,6 @@
 -- Package-properties
 Name:			squeeze
-Version:		1.0.4.6
+Version:		1.0.4.7
 Cabal-Version:		>= 1.6
 Copyright:		(C) 2010-2015 Dr. Alistair Ward
 License:		GPL
diff --git a/squeeze.spec b/squeeze.spec
--- a/squeeze.spec
+++ b/squeeze.spec
@@ -22,7 +22,7 @@
 
 Summary:	Finds the optimal subset of the specified files, to fit into a limited space, with minimal wastage
 Name:		squeeze
-Version:	1.0.4.6
+Version:	1.0.4.7
 Release:	1
 License:	GPLv3
 #From '/usr/share/doc/packages/rpm/GROUPS'.
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fcontext-stack=23 #-}
+{-# OPTIONS_GHC -fcontext-stack=24 #-}
 {-
 	Copyright (C) 2010-2015 Dr. Alistair Ward
 
