Turn on warnings; add mtl dependency.
--HG-- extra : convert_revision : aa0db6a7b7ca0964459848531fec1df2c7c99ade
This commit is contained in:
parent
460b27badc
commit
c7a595006f
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ Category: System
|
||||||
Description: A Haskell library for working with files and directories.
|
Description: A Haskell library for working with files and directories.
|
||||||
Includes modules for pattern matching, finding files,
|
Includes modules for pattern matching, finding files,
|
||||||
and more.
|
and more.
|
||||||
Build-Depends: base, filepath, unix
|
Build-Depends: base, filepath, mtl, unix
|
||||||
|
GHC-Options: -Wall
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
||||||
System.FilePath.Find,
|
System.FilePath.Find,
|
||||||
System.FilePath.Glob
|
System.FilePath.Glob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue