[commit: packages/filepath] bgamari-patch-1, master: Move the cabal-version to the top of the file, feels safest (fb553fe)

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


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

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

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

commit fb553fe912639913a83619947bc60819f39bd711
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Sep 25 21:34:19 2016 +0100

    Move the cabal-version to the top of the file, feels safest


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

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

diff --git a/filepath.cabal b/filepath.cabal
index 097fc29..e097c07 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,3 +1,4 @@
+cabal-version:  >= 1.10
 name:           filepath
 version:        1.4.1.0
 -- NOTE: Don't forget to update ./changelog.md
@@ -11,7 +12,6 @@ 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
 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