-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathexitcode.cabal
73 lines (68 loc) · 2.94 KB
/
exitcode.cabal
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
-- documentation, see http://haskell.org/cabal/users-guide/
name: exitcode
version: 0.1.0.9
synopsis: Monad transformer for exit codes
description:
<<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
.
Monad transformer for exit codes
license: BSD3
license-file: LICENCE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Tony Morris <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (C) 2019-2022 Tony Morris
category: Control
build-type: Simple
extra-source-files: changelog.md
cabal-version: >=1.10
homepage: https://github.com/system-f/exitcode
bug-reports: https://github.com/system-f/exitcode/issues
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
source-repository head
type: git
location: git@github.com:system-f/exitcode.git
library
exposed-modules: Control.Exitcode
Control.Process
Control.Process.CmdSpec
Control.Process.CreateProcess
Control.Process.FD
Control.Process.GroupID
Control.Process.Handle
Control.Process.Pid
Control.Process.Process
Control.Process.ProcessHandle
Control.Process.StdStream
Control.Process.UserID
build-depends: base >= 4.8 && < 6
, bifunctors >= 5 && < 6
, filepath >= 1.4 && < 2
, lens >= 4.15 && < 6
, mtl >= 2.2 && < 3
, process >= 1.6.12.0 && < 2
, semigroupoids >= 5.1 && < 7
, semigroups >= 0.16 && < 1
, transformers >= 0.5.0 && < 1
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite tests
build-depends: QuickCheck >= 2.9.2 && < 2.13
, base >= 4.8 && < 6
, bifunctors >= 5 && < 6
, checkers >= 0.4.6 && < 0.5
, exitcode
, hedgehog >= 0.5 && < 0.7
, lens >= 4.15 && < 6
, mtl >= 2.2 && < 2.3
, semigroupoids >= 5.1 && < 5.4
, tasty >= 0.11 && < 1.3
, tasty-hunit >= 0.9 && < 0.11
, tasty-hedgehog >= 0.1 && < 0.3
, tasty-quickcheck >= 0.8.4 && < 0.11
, transformers >= 0.5.0 && < 5.5
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: test
default-language: Haskell2010
ghc-options: -Wall