File: filemanip.cabal

package info (click to toggle)
haskell-filemanip 0.3.6.3-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: haskell: 520; makefile: 3
file content (38 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Name:               filemanip
Version:            0.3.6.3
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