Turn on optimisation.
This commit is contained in:
parent
c39421c1e2
commit
ce3d15ee01
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,
|
Includes code for pattern matching, finding files,
|
||||||
modifying file contents, and more.
|
modifying file contents, and more.
|
||||||
Build-Depends: base, filepath, mtl, unix
|
Build-Depends: base, filepath, mtl, unix
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall -O2
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
||||||
System.FilePath.Find,
|
System.FilePath.Find,
|
||||||
System.FilePath.GlobPattern,
|
System.FilePath.GlobPattern,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue