File: Unixutils.cabal

package info (click to toggle)
haskell-unixutils 1.54.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116 kB
  • sloc: haskell: 555; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
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
39
40
41
42
Name:           Unixutils
Version:        1.54.3
License:        BSD3
License-File:	COPYING
Author:         Jeremy Shaw, David Fox
Homepage:       https://github.com/seereason/haskell-unixutils.git
Category:	System
Synopsis:       A crude interface between Haskell and Unix-like operating systems
Maintainer:     David Fox <ddssff@gmail.com>
Description:
 A collection of useful and mildly useful functions that you might
 expect to find in System.* which a heavy bias towards Unix-type operating systems.
Build-type:	Simple
Cabal-Version: >= 1.10

Library
    Default-Language: Haskell2010
    Build-Depends:
      base >= 4.6 && <5,
      bytestring,
      directory,
      exceptions,
      filepath,
      mtl,
      process,
      process-extras >= 0.3,
      pureMD5,
      regex-tdfa,
      unix,
      zlib
    Exposed-modules:
        System.Unix.Chroot,
        System.Unix.Crypt,
        System.Unix.Directory,
        System.Unix.FilePath,
        System.Unix.KillByCwd,
        System.Unix.Misc,
        System.Unix.Mount,
        System.Unix.SpecialDevice,
        System.Unix.Files
    if !os(darwin)
        Extra-libraries: crypt