[commit: packages/filepath] bgamari-patch-1, master: Reset the Cabal version to 1.10, so as not to unnecessarily burden people (a2fbd61)

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


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

On branches: bgamari-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/a2fbd618c209e530ec9470f6d083a781f52e8543

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

commit a2fbd618c209e530ec9470f6d083a781f52e8543
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Sep 25 21:32:30 2016 +0100

    Reset the Cabal version to 1.10, so as not to unnecessarily burden people


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

a2fbd618c209e530ec9470f6d083a781f52e8543
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index dc62dfd..41ec208 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -11,7 +11,7 @@ homepage:       https://github.com/haskell/filepath#readme
 category:       System
 build-type:     Simple
 synopsis:       Library for manipulating FilePaths in a cross platform way.
-cabal-version:  >=1.18
+cabal-version:  >=1.10
 tested-with:    GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
 description:
     This package provides functionality for manipulating @FilePath@ values, and is shipped with both <https://www.haskell.org/ghc/ GHC> and the <https://www.haskell.org/platform/ Haskell Platform>. It provides three modules:



More information about the ghc-commits mailing list