Start to clean things up
This commit is contained in:
parent
54437c2ee3
commit
497f1f11c5
2 changed files with 8 additions and 10 deletions
5
.hgignore
Normal file
5
.hgignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
^dist$
|
||||||
|
\.(?:aux|eventlog|h[ip]|log|[oa]|orig|prof|ps|swp)$
|
||||||
|
~$
|
||||||
|
syntax: glob
|
||||||
|
.\#*
|
|
@ -1,5 +1,5 @@
|
||||||
Name: FileManip
|
Name: filemanip
|
||||||
Version: 0.3.3
|
Version: 0.4.0.0
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
Author: Bryan O'Sullivan <bos@serpentine.com>
|
Author: Bryan O'Sullivan <bos@serpentine.com>
|
||||||
|
@ -9,19 +9,12 @@ Category: System
|
||||||
Description: A Haskell library for working with files and directories.
|
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.
|
||||||
Cabal-version: >= 1.2
|
Cabal-version: >= 1.6
|
||||||
Build-type: Simple
|
Build-type: Simple
|
||||||
|
|
||||||
Extra-Source-Files: README
|
Extra-Source-Files: README
|
||||||
|
|
||||||
Flag splitBase
|
|
||||||
Description: Choose the new, split-up base package.
|
|
||||||
|
|
||||||
Library
|
Library
|
||||||
if flag(splitBase)
|
|
||||||
Build-Depends: base >= 2 && < 5, bytestring, directory, filepath, mtl, unix, extensible-exceptions
|
|
||||||
else
|
|
||||||
Build-Depends: base >= 2 && < 5, filepath, mtl, unix, extensible-exceptions
|
|
||||||
|
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
Loading…
Add table
Reference in a new issue