[commit: packages/haskell98] master: `M-x untabify` & `M-x delete-trailing-whitespace` (cb4d6a9)
git at git.haskell.org
git at git.haskell.org
Sat Oct 26 20:57:33 UTC 2013
Repository : ssh://git@git.haskell.org/haskell98
On branch : master
Link : http://git.haskell.org/packages/haskell98.git/commitdiff/cb4d6a98c8ba71339479e6ae108683ea7ce3fa91
>---------------------------------------------------------------
commit cb4d6a98c8ba71339479e6ae108683ea7ce3fa91
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 26 21:59:03 2013 +0200
`M-x untabify` & `M-x delete-trailing-whitespace`
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
cb4d6a98c8ba71339479e6ae108683ea7ce3fa91
Locale.hs | 6 +++---
MarshalError.hs | 24 ++++++++++++------------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/Locale.hs b/Locale.hs
index 5c197d3..ba231f6 100644
--- a/Locale.hs
+++ b/Locale.hs
@@ -8,8 +8,8 @@ module Locale (
) where
import System.Locale (
- -- just the bits that are specified by Haskell 98
- TimeLocale(TimeLocale,wDays,months,amPm,dateTimeFmt,
- dateFmt,timeFmt,time12Fmt),
+ -- just the bits that are specified by Haskell 98
+ TimeLocale(TimeLocale,wDays,months,amPm,dateTimeFmt,
+ dateFmt,timeFmt,time12Fmt),
defaultTimeLocale
)
diff --git a/MarshalError.hs b/MarshalError.hs
index 0a5d516..16049cc 100644
--- a/MarshalError.hs
+++ b/MarshalError.hs
@@ -4,18 +4,18 @@
#endif
module MarshalError (
- module Foreign.Marshal.Error,
- IOErrorType,
- mkIOError,
- alreadyExistsErrorType,
- doesNotExistErrorType,
- alreadyInUseErrorType,
- fullErrorType,
- eofErrorType,
- illegalOperationErrorType,
- permissionErrorType,
- userErrorType,
- annotateIOError
+ module Foreign.Marshal.Error,
+ IOErrorType,
+ mkIOError,
+ alreadyExistsErrorType,
+ doesNotExistErrorType,
+ alreadyInUseErrorType,
+ fullErrorType,
+ eofErrorType,
+ illegalOperationErrorType,
+ permissionErrorType,
+ userErrorType,
+ annotateIOError
) where
import System.IO.Error
More information about the ghc-commits
mailing list