Build with GHC 6.8.1.
This commit is contained in:
parent
54beee1b5a
commit
67141ef830
1 changed files with 29 additions and 19 deletions
|
@ -1,19 +1,29 @@
|
||||||
Name: FileManip
|
Name: FileManip
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
License-File: COPYING.LIB
|
License-File: COPYING.LIB
|
||||||
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.
|
||||||
Build-Depends: base, filepath, mtl, unix
|
Cabal-version: >= 1.2
|
||||||
GHC-Options: -Wall -O2
|
|
||||||
Exposed-Modules:
|
Flag splitBase
|
||||||
System.FilePath.Find,
|
Description: Choose the new, split-up base package.
|
||||||
System.FilePath.Glob,
|
|
||||||
System.FilePath.GlobPattern,
|
Library
|
||||||
System.FilePath.Manip
|
if flag(splitBase)
|
||||||
Extra-Source-Files: README
|
Build-Depends: base, bytestring, directory, filepath, mtl, unix
|
||||||
|
else
|
||||||
|
Build-Depends: base, filepath, mtl, unix
|
||||||
|
|
||||||
|
GHC-Options: -Wall -O2
|
||||||
|
Exposed-Modules:
|
||||||
|
System.FilePath.Find,
|
||||||
|
System.FilePath.Glob,
|
||||||
|
System.FilePath.GlobPattern,
|
||||||
|
System.FilePath.Manip
|
||||||
|
Extra-Source-Files: README
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue