-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnotzero.cabal
52 lines (44 loc) · 1.84 KB
/
notzero.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
name: notzero
version: 0.1
license: BSD3
license-file: LICENSE
author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>
copyright: Copyright (C) 2015 NICTA Limited
Copyright (C) 2016-2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: A data type for representing numeric values, except zero.
category: Data, Numeric
description:
<<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>>
.
A data type for representing numeric values, except zero. This might be useful in working with process exit codes.
homepage: https://github.com/qfpl/notzero
bug-reports: https://github.com/qfpl/notzero/issues
cabal-version: >= 1.10
build-type: Simple
extra-source-files: changelog
tested-with: GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3, GHC == 7.8.4
source-repository head
type: git
location: git@github.com:qfpl/notzero.git
library
default-language:
Haskell2010
build-depends:
base >= 4.7 && < 5
, mtl >= 2.0 && < 2.3
, semigroups >= 0.8 && < 1
, semigroupoids >= 4.0 && < 5.4
, bifunctors >= 3.0 && < 5.6
, lens >= 4.0 && < 5
, transformers >= 0.3 && < 0.6
ghc-options:
-Wall
default-extensions:
NoImplicitPrelude
hs-source-dirs:
src
exposed-modules:
Data.AccNotZeroOr
Data.NotZero
Data.NotZeroOr