Fix Cabal complaint

This commit is contained in:
Bryan O'Sullivan 2008-02-03 17:53:46 +00:00
parent 02db88512f
commit 87585e4fdd
1 changed files with 13 additions and 13 deletions

View File

@ -1,15 +1,16 @@
Name: FileManip Name: FileManip
Version: 0.3.2 Version: 0.3.2
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com> Author: Bryan O'Sullivan <bos@serpentine.com>
Maintainer: Bryan O'Sullivan Maintainer: Bryan O'Sullivan
Synopsis: Expressive file and directory manipulation for Haskell. Synopsis: Expressive file and directory manipulation for Haskell.
Category: System Category: System
Description: A Haskell library for working with files and directories. Description: A Haskell library for working with files and directories.
Includes code for pattern matching, finding files, Includes code for pattern matching, finding files,
modifying file contents, and more. modifying file contents, and more.
Cabal-version: >= 1.2 Cabal-version: >= 1.2
Extra-Source-Files: README
Flag splitBase Flag splitBase
Description: Choose the new, split-up base package. Description: Choose the new, split-up base package.
@ -26,4 +27,3 @@ Library
System.FilePath.Glob, System.FilePath.Glob,
System.FilePath.GlobPattern, System.FilePath.GlobPattern,
System.FilePath.Manip System.FilePath.Manip
Extra-Source-Files: README