squeeze 1.0.4.6 → 1.0.4.7
raw patch · 6 files changed
+10/−6 lines, 6 files
Files
- changelog +5/−1
- changelog.Debian +1/−1
- debian/DEBIAN/control +1/−1
- squeeze.cabal +1/−1
- squeeze.spec +1/−1
- src/Main.hs +1/−1
changelog view
@@ -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.+
changelog.Debian view
@@ -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
debian/DEBIAN/control view
@@ -1,5 +1,5 @@ Package: squeeze-Version: 1.0.4.6-1+Version: 1.0.4.7-1 Section: utils Priority: optional #Architecture: i386
squeeze.cabal view
@@ -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
squeeze.spec view
@@ -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'.
src/Main.hs view
@@ -1,4 +1,4 @@-{-# OPTIONS_GHC -fcontext-stack=23 #-}+{-# OPTIONS_GHC -fcontext-stack=24 #-} {- Copyright (C) 2010-2015 Dr. Alistair Ward