[commit: packages/Win32] master: Drop superflous execute bit from a couple of source files (110e933)
git at git.haskell.org
git at git.haskell.org
Thu Jul 30 06:57:28 UTC 2015
Repository : ssh://git@git.haskell.org/Win32
On branch : master
Link : http://git.haskell.org/packages/Win32.git/commitdiff/110e933eccb92f47c5f5f73ec0dd61539c62b799
>---------------------------------------------------------------
commit 110e933eccb92f47c5f5f73ec0dd61539c62b799
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Mar 18 10:57:22 2014 +0100
Drop superflous execute bit from a couple of source files
Source files with mode 0755 look a bit confusing when checked out
on unix filesystems.
>---------------------------------------------------------------
110e933eccb92f47c5f5f73ec0dd61539c62b799
Graphics/Win32/Control.hsc | 0
Graphics/Win32/Key.hsc | 0
Graphics/Win32/Window.hsc | 0
System/Win32/Info.hsc | 0
System/Win32/Registry.hsc | 0
System/Win32/Types.hs | 0
Win32.cabal | 0
examples/hello.lhs | 0
8 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/Graphics/Win32/Control.hsc b/Graphics/Win32/Control.hsc
old mode 100755
new mode 100644
diff --git a/Graphics/Win32/Key.hsc b/Graphics/Win32/Key.hsc
old mode 100755
new mode 100644
diff --git a/Graphics/Win32/Window.hsc b/Graphics/Win32/Window.hsc
old mode 100755
new mode 100644
diff --git a/System/Win32/Info.hsc b/System/Win32/Info.hsc
old mode 100755
new mode 100644
diff --git a/System/Win32/Registry.hsc b/System/Win32/Registry.hsc
old mode 100755
new mode 100644
diff --git a/System/Win32/Types.hs b/System/Win32/Types.hs
old mode 100755
new mode 100644
diff --git a/Win32.cabal b/Win32.cabal
old mode 100755
new mode 100644
diff --git a/examples/hello.lhs b/examples/hello.lhs
old mode 100755
new mode 100644
More information about the ghc-commits
mailing list