Cabal revisions of filemanip-0.3.6.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: filemanip-Version: 0.3.6.2-License: BSD3-License-File: LICENSE-Author: Bryan O'Sullivan <bos@serpentine.com>-Maintainer: Bryan O'Sullivan-Homepage: https://github.com/bos/filemanip-Bug-reports: https://github.com/bos/filemanip/issues-Synopsis: Expressive file and directory manipulation for Haskell.-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.6-Build-type: Simple--Extra-Source-Files: README.markdown--Library- build-depends: base < 5, bytestring, directory, filepath, mtl, unix-compat- if impl(ghc >= 6.10)- build-depends:- base >= 4- - GHC-Options: -Wall- Exposed-Modules:- System.FilePath.Find,- System.FilePath.Glob,- System.FilePath.GlobPattern,- System.FilePath.Manip--source-repository head- type: git- location: git://github.com/bos/filemanip.git--source-repository head- type: mercurial- location: https://bitbucket.org/bos/filemanip+Name: filemanip +Version: 0.3.6.2 +x-revision: 1 +License: BSD3 +License-File: LICENSE +Author: Bryan O'Sullivan <bos@serpentine.com> +Maintainer: Bryan O'Sullivan +Homepage: https://github.com/bos/filemanip +Bug-reports: https://github.com/bos/filemanip/issues +Synopsis: Expressive file and directory manipulation for Haskell. +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.6 +Build-type: Simple + +Extra-Source-Files: README.markdown + +Library + build-depends: base < 4.8 + , bytestring < 0.11 + , directory < 1.3 + , filepath < 1.5 + , mtl < 2.3 + , unix-compat < 0.5 + if impl(ghc >= 6.10) + build-depends: + base >= 4 + + GHC-Options: -Wall + Exposed-Modules: + System.FilePath.Find, + System.FilePath.Glob, + System.FilePath.GlobPattern, + System.FilePath.Manip + +source-repository head + type: git + location: git://github.com/bos/filemanip.git + +source-repository head + type: mercurial + location: https://bitbucket.org/bos/filemanip