[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
- Previous message: [commit: packages/directory] bgamari-patch-1: Bump upper bound to allow time 1.8 (5b3cd94)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Add an IsList instance for Data.Sequence.Seq (1931ecf)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [commit: packages/directory] bgamari-patch-1: Bump upper bound to allow time 1.8 (5b3cd94)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Add an IsList instance for Data.Sequence.Seq (1931ecf)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list