[commit: packages/filepath] bgamari-patch-1, master: Reset the Cabal version to 1.10, so as not to unnecessarily burden people (a2fbd61)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:17 UTC 2017
- Previous message: [commit: packages/directory] master: Reduce system call overhead of `copyFile` by increasing the buffer size to 128 KiB. (51a0f72)
- 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: Merge pull request #85 from treeowl/islist (cd5a854)
- 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/a2fbd618c209e530ec9470f6d083a781f52e8543
>---------------------------------------------------------------
commit a2fbd618c209e530ec9470f6d083a781f52e8543
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Sep 25 21:32:30 2016 +0100
Reset the Cabal version to 1.10, so as not to unnecessarily burden people
>---------------------------------------------------------------
a2fbd618c209e530ec9470f6d083a781f52e8543
filepath.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filepath.cabal b/filepath.cabal
index dc62dfd..41ec208 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.18
+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:
- Previous message: [commit: packages/directory] master: Reduce system call overhead of `copyFile` by increasing the buffer size to 128 KiB. (51a0f72)
- 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: Merge pull request #85 from treeowl/islist (cd5a854)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list