Name: FileManipCompat
Version: 0.15
License: BSD3
License-File: LICENSE
Author: Bryan O'Sullivan <bos@serpentine.com>
Maintainer: Thomas Hartman <thomashartman1@gmail.com>
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
Flag splitBase
Description: Choose the new, split-up base package.
Library
Build-Depends: base >= 3 && < 4, bytestring, directory, filepath, mtl, unix-compat
GHC-Options: -Wall
Exposed-Modules:
System.FilePath.FindCompat