Skip to content

Commit fb553fe

Browse files
committed
Move the cabal-version to the top of the file, feels safest
1 parent 267802e commit fb553fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: >= 1.10
12
name: filepath
23
version: 1.4.1.0
34
-- NOTE: Don't forget to update ./changelog.md
@@ -11,7 +12,6 @@ homepage: https://github.com/haskell/filepath#readme
1112
category: System
1213
build-type: Simple
1314
synopsis: Library for manipulating FilePaths in a cross platform way.
14-
cabal-version: >=1.10
1515
tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1616
description:
1717
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:

0 commit comments

Comments
 (0)