Skip to content

Commit 07b334b

Browse files
committed
Require cabal 1.18 for extra-doc-files
1 parent 709c4af commit 07b334b

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.10
14+
cabal-version: >=1.18
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)