[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:59:33 UTC 2010


The following commit has been merged in the master branch:
commit 1eaf6c91d1b8160e5f339d086e84dbcafbabf70d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Jul 21 21:29:50 2005 +0100

    Small syntax fixes

diff --git a/MissingH/IO/WindowsCompat.hs b/MissingH/IO/WindowsCompat.hs
index b0b6c3a..cd32218 100644
--- a/MissingH/IO/WindowsCompat.hs
+++ b/MissingH/IO/WindowsCompat.hs
@@ -57,7 +57,7 @@ ownerWriteMode :: FileMode
 ownerWriteMode = 00200
 
 ownerExecuteMode :: FileMode
-ownerExecuteMode :: 00100
+ownerExecuteMode = 00100
 
 groupReadMode :: FileMode
 groupReadMode = 00040
@@ -95,7 +95,7 @@ groupModes :: FileMode
 groupModes = 00070
 
 otherModes :: FileMode
-otherModes :: 00007
+otherModes = 00007
 
 accessModes :: FileMode
 accessModes = ownerModes .|. groupModes .|. otherModes

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list