FileManip: migrated to extenible-exceptions

--HG--
extra : convert_revision : 65e5f9c80e000fc9680da857ea7a255f3125b614
This commit is contained in:
Sergei Trofimovich 2010-03-05 21:19:53 +00:00
parent 1a7b99ac4e
commit fb34509cf1
5 changed files with 53 additions and 5 deletions

View file

@ -10,6 +10,8 @@ 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
Build-type: Simple
Extra-Source-Files: README
Flag splitBase
@ -17,9 +19,9 @@ Flag splitBase
Library
if flag(splitBase)
Build-Depends: base, bytestring, directory, filepath, mtl, unix
Build-Depends: base >= 2 && < 5, bytestring, directory, filepath, mtl, unix, extensible-exceptions
else
Build-Depends: base, filepath, mtl, unix
Build-Depends: base >= 2 && < 5, filepath, mtl, unix, extensible-exceptions
GHC-Options: -Wall -O2
Exposed-Modules:
@ -27,3 +29,5 @@ Library
System.FilePath.Glob,
System.FilePath.GlobPattern,
System.FilePath.Manip
Other-Modules:
System.FilePath.Error