-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinux-capabilities.cabal
46 lines (44 loc) · 1.69 KB
/
linux-capabilities.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
cabal-version: 1.12
name: linux-capabilities
version: 0.1.0.0
synopsis: Linux capabilities Haskell data type
description:
linux-capabilities provides a data type and documentation for the Linux capabilities(7).
.
homepage: https://github.com/softwarefactory-project/linux-capabilities-haskell#readme
bug-reports: https://github.com/softwarefactory-project/linux-capabilities-haskell/issues
license: Apache-2.0
license-file: LICENSE
author: Tristan de Cacqueray
maintainer: Tristan de Cacqueray <[email protected]>
copyright: 2021 Red Hat
category: System
build-type: Simple
extra-doc-files: CHANGELOG.md
README.md
extra-source-files: codegen.hs
tested-with: GHC == 8.10.3
source-repository head
type: git
location: https://github.com/softwarefactory-project/linux-capabilities-haskell.git
library
build-depends: base < 5
ghc-options: -Wall
-Wcompat
-Widentities
-Wincomplete-uni-patterns
-Wincomplete-record-updates
if impl(ghc >= 8.0)
ghc-options: -Wredundant-constraints
if impl(ghc >= 8.2)
ghc-options: -fhide-source-paths
if impl(ghc >= 8.4)
ghc-options: -Wmissing-export-lists
-Wpartial-fields
if impl(ghc >= 8.8)
ghc-options: -Wmissing-deriving-strategies
if impl(ghc >= 8.10)
ghc-options: -Wunused-packages
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: System.Linux.Capabilities