filemanip/filemanip.cabal

39 lines
1.2 KiB
Plaintext
Raw Normal View History

Name: filemanip
2012-04-17 08:06:52 -04:00
Version: 0.3.6.1
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>
Maintainer: Bryan O'Sullivan
2011-11-13 22:24:59 -05:00
Homepage: https://github.com/bos/filemanip
Bug-reports: https://github.com/bos/filemanip/issues
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.6
Build-type: Simple
Extra-Source-Files: README.markdown
Library
2011-02-08 16:44:01 -05:00
build-depends: base < 5, bytestring, directory, filepath, mtl, unix-compat
2010-10-10 19:16:47 -04:00
if impl(ghc >= 6.10)
build-depends:
base >= 4
GHC-Options: -Wall
Exposed-Modules:
System.FilePath.Find,
System.FilePath.Glob,
System.FilePath.GlobPattern,
System.FilePath.Manip
2011-02-08 16:44:01 -05:00
source-repository head
2011-11-13 22:24:59 -05:00
type: git
location: git://github.com/bos/filemanip.git
2011-02-08 16:44:01 -05:00
source-repository head
2011-11-13 22:24:59 -05:00
type: mercurial
location: https://bitbucket.org/bos/filemanip