Repository : ssh://darcs.haskell.org//srv/darcs/packages/filepath

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/abf31a9aef45d2119a5757dafbe4adf611388ee8

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

commit abf31a9aef45d2119a5757dafbe4adf611388ee8
Author: Ian Lynagh <[email protected]>
Date:   Fri Nov 30 21:55:09 2012 +0000

    Bump base lower version to 4.5 (the version GHC 7.4.1 came with)

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

 System/FilePath.hs          |    2 +-
 System/FilePath/Internal.hs |    2 +-
 System/FilePath/Posix.hs    |    2 +-
 System/FilePath/Windows.hs  |    2 +-
 filepath.cabal              |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/System/FilePath.hs b/System/FilePath.hs
index d671baa..7c1221c 100644
--- a/System/FilePath.hs
+++ b/System/FilePath.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE CPP #-}
-#if __GLASGOW_HASKELL__ >= 701
+#ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif
 {- |
diff --git a/System/FilePath/Internal.hs b/System/FilePath/Internal.hs
index 5e5b915..f486120 100644
--- a/System/FilePath/Internal.hs
+++ b/System/FilePath/Internal.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE CPP #-}
-#if __GLASGOW_HASKELL__ >= 701
+#ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif
 --
diff --git a/System/FilePath/Posix.hs b/System/FilePath/Posix.hs
index 19c7f75..e65ca46 100644
--- a/System/FilePath/Posix.hs
+++ b/System/FilePath/Posix.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE CPP #-}
-#if __GLASGOW_HASKELL__ >= 701
+#ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif
 #define MODULE_NAME     Posix
diff --git a/System/FilePath/Windows.hs b/System/FilePath/Windows.hs
index acc0d2e..6224557 100644
--- a/System/FilePath/Windows.hs
+++ b/System/FilePath/Windows.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE CPP #-}
-#if __GLASGOW_HASKELL__ >= 701
+#ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif
 #define MODULE_NAME     Windows
diff --git a/filepath.cabal b/filepath.cabal
index 1368f46..1c35da0 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,5 +1,5 @@
 Name:           filepath
-Version:        1.3.0.1
+Version:        1.3.0.2
 -- GHC 7.6.1 released with 1.3.0.1
 License:        BSD3
 license-file:   LICENSE
@@ -18,7 +18,7 @@ Library
         System.FilePath.Posix
         System.FilePath.Windows
     Extensions: CPP
-    Build-Depends:  base >= 2 && < 5
+    Build-Depends:  base >= 4.5 && < 5
 
 source-repository head
     type:     git



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to