[commit: packages/filepath] bgamari-patch-1, master: Require cabal 1.18 for extra-doc-files (07b334b)

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


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

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

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

commit 07b334b406a45057a80e821e72c4b973117caae9
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Sep 18 06:10:35 2016 +0100

    Require cabal 1.18 for extra-doc-files


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

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

diff --git a/filepath.cabal b/filepath.cabal
index 41ec208..dc62dfd 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.10
+cabal-version:  >=1.18
 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