From 497f1f11c5bbb0e8f5fdc06db727ec8ad1bfa40c Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Sun, 10 Oct 2010 16:03:56 -0700 Subject: [PATCH] Start to clean things up --- .hgignore | 5 +++++ FileManip.cabal => filemanip.cabal | 13 +++---------- 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 .hgignore rename FileManip.cabal => filemanip.cabal (65%) diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..cd7fdde --- /dev/null +++ b/.hgignore @@ -0,0 +1,5 @@ +^dist$ +\.(?:aux|eventlog|h[ip]|log|[oa]|orig|prof|ps|swp)$ +~$ +syntax: glob +.\#* diff --git a/FileManip.cabal b/filemanip.cabal similarity index 65% rename from FileManip.cabal rename to filemanip.cabal index 0efd770..d643f80 100644 --- a/FileManip.cabal +++ b/filemanip.cabal @@ -1,5 +1,5 @@ -Name: FileManip -Version: 0.3.3 +Name: filemanip +Version: 0.4.0.0 License: BSD3 License-File: LICENSE Author: Bryan O'Sullivan @@ -9,19 +9,12 @@ Category: System Description: A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more. -Cabal-version: >= 1.2 +Cabal-version: >= 1.6 Build-type: Simple Extra-Source-Files: README -Flag splitBase - Description: Choose the new, split-up base package. - 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 Exposed-Modules: