Skip to content

Commit a2fbd61

Browse files
committed
Reset the Cabal version to 1.10, so as not to unnecessarily burden people
1 parent 07b334b commit a2fbd61

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
@@ -11,7 +11,7 @@ homepage: https://github.com/haskell/filepath#readme
1111
category: System
1212
build-type: Simple
1313
synopsis: Library for manipulating FilePaths in a cross platform way.
14-
cabal-version: >=1.18
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)