[commit: packages/directory] master: Update `directory.cabal` with new info (e561278)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:38:31 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e561278ca4950d4aa19dbcdfa568c32cbaedddf8/directory
>---------------------------------------------------------------
commit e561278ca4950d4aa19dbcdfa568c32cbaedddf8
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Mar 3 16:34:18 2015 -0500
Update `directory.cabal` with new info
>---------------------------------------------------------------
e561278ca4950d4aa19dbcdfa568c32cbaedddf8
directory.cabal | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/directory.cabal b/directory.cabal
index 4ee4012..0a041c1 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -4,10 +4,11 @@ version: 1.2.2.0
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/directory
-synopsis: library for directory handling
+bug-reports: https://github.com/haskell/directory/issues
+synopsis: Platform-agnostic library for filesystem operations
description:
- This package provides a library for handling directories.
+ This library provides a basic set of operations for manipulating files and
+ directories in a portable way.
category: System
build-type: Configure
cabal-version: >= 1.10
More information about the ghc-commits
mailing list