Turn on optimisation.
--HG-- extra : convert_revision : 170753ea8470544bcc51c89326b9eadf70ab012e
This commit is contained in:
parent
0f27317674
commit
892054acc3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Description: A Haskell library for working with files and directories.
|
|||
Includes code for pattern matching, finding files,
|
||||
modifying file contents, and more.
|
||||
Build-Depends: base, filepath, mtl, unix
|
||||
GHC-Options: -Wall
|
||||
GHC-Options: -Wall -O2
|
||||
Exposed-Modules:
|
||||
System.FilePath.Find,
|
||||
System.FilePath.GlobPattern,
|
||||
|
|
Loading…
Add table
Reference in a new issue