Fix Cabal complaint
--HG-- extra : convert_revision : a843333418d1426bd965be9d856fafe8f97fd0de
This commit is contained in:
parent
7fb193cb7d
commit
0026853457
1 changed files with 13 additions and 13 deletions
|
@ -1,15 +1,16 @@
|
|||
Name: FileManip
|
||||
Version: 0.3.2
|
||||
License: BSD3
|
||||
License-File: LICENSE
|
||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||
Maintainer: Bryan O'Sullivan
|
||||
Synopsis: Expressive file and directory manipulation for Haskell.
|
||||
Category: System
|
||||
Description: A Haskell library for working with files and directories.
|
||||
Includes code for pattern matching, finding files,
|
||||
modifying file contents, and more.
|
||||
Cabal-version: >= 1.2
|
||||
Name: FileManip
|
||||
Version: 0.3.2
|
||||
License: BSD3
|
||||
License-File: LICENSE
|
||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||
Maintainer: Bryan O'Sullivan
|
||||
Synopsis: Expressive file and directory manipulation for Haskell.
|
||||
Category: System
|
||||
Description: A Haskell library for working with files and directories.
|
||||
Includes code for pattern matching, finding files,
|
||||
modifying file contents, and more.
|
||||
Cabal-version: >= 1.2
|
||||
Extra-Source-Files: README
|
||||
|
||||
Flag splitBase
|
||||
Description: Choose the new, split-up base package.
|
||||
|
@ -26,4 +27,3 @@ Library
|
|||
System.FilePath.Glob,
|
||||
System.FilePath.GlobPattern,
|
||||
System.FilePath.Manip
|
||||
Extra-Source-Files: README
|
||||
|
|
Loading…
Add table
Reference in a new issue