filemanip/filemanip.cabal

31 lines
980 B
Plaintext
Raw Normal View History

2010-10-10 19:03:56 -04:00
Name: filemanip
2010-11-02 00:21:12 -04:00
Version: 0.3.5.1
2008-02-03 12:53:46 -05:00
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.
2010-10-10 19:03:56 -04:00
Cabal-version: >= 1.6
Build-type: Simple
2010-10-10 19:05:33 -04:00
Extra-Source-Files: README.markdown
2007-11-09 00:39:32 -05:00
Library
2010-11-02 00:21:12 -04:00
build-depends: base < 5, bytestring, directory, filepath, mtl == 1.1.*, unix-compat
2010-10-10 19:16:47 -04:00
if !os(windows)
build-depends: unix
if impl(ghc >= 6.10)
build-depends:
base >= 4
2010-07-10 11:47:48 -04:00
GHC-Options: -Wall
2007-11-09 00:39:32 -05:00
Exposed-Modules:
System.FilePath.Find,
System.FilePath.Glob,
System.FilePath.GlobPattern,
System.FilePath.Manip