Turn on warnings; add mtl dependency.
This commit is contained in:
parent
919df4fef7
commit
e3b6430c1a
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.
|
||||
Includes modules for pattern matching, finding files,
|
||||
and more.
|
||||
Build-Depends: base, filepath, unix
|
||||
Build-Depends: base, filepath, mtl, unix
|
||||
GHC-Options: -Wall
|
||||
Exposed-Modules:
|
||||
System.FilePath.Find,
|
||||
System.FilePath.Glob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue