[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, cbits, master: Rename Internal.hsc to Internal.hs (bb7e90a)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:33:53 UTC 2017


Repository : ssh://git@git.haskell.org/directory

On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,cbits,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/bb7e90a1b8ab9db3430e27b5594f241f10d21aab/directory

>---------------------------------------------------------------

commit bb7e90a1b8ab9db3430e27b5594f241f10d21aab
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Wed Apr 27 00:20:30 2016 -0400

    Rename Internal.hsc to Internal.hs
    
    The file doesn't use any hsc features.


>---------------------------------------------------------------

bb7e90a1b8ab9db3430e27b5594f241f10d21aab
 System/Directory/{Internal.hsc => Internal.hs} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/System/Directory/Internal.hsc b/System/Directory/Internal.hs
similarity index 96%
rename from System/Directory/Internal.hsc
rename to System/Directory/Internal.hs
index e6bd979..64a340b 100644
--- a/System/Directory/Internal.hsc
+++ b/System/Directory/Internal.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #include <HsDirectoryConfig.h>
 
 module System.Directory.Internal



More information about the ghc-commits mailing list