-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalphachar.cabal
81 lines (67 loc) · 2.6 KB
/
alphachar.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
74
75
76
77
78
79
80
81
name: alphachar
version: 0.0.5
license: BSD3
license-file: LICENCE
author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
copyright: Copyright (C) 2010-2016 NICTA Limited
Copyright (c) 2017-2018, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis: A character between a-z
category: Data
homepage: https://github.com/qfpl/alphachar
bug-reports: https://github.com/qfpl/alphachar/issues
cabal-version: >= 1.10
build-type: Simple
extra-source-files: CONTRIBUTORS, changelog.md
tested-with: GHC == 9.8.1, GHC == 9.6.3, GHC == 9.4.7, GHC == 9.0.2, GHC == 8.6.1, GHC == 8.4.3, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3
description:
<<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>>
.
A character between a-z
source-repository head
type: git
location: [email protected]:qfpl/alphachar.git
library
default-language:
Haskell2010
build-depends:
base >= 4.7 && < 6
, lens >= 4.0 && < 6
, parsers >= 0.12.3 && < 1
, semigroups >= 0.12 && < 1.0
ghc-options:
-Wall
default-extensions:
NoImplicitPrelude
hs-source-dirs:
src
exposed-modules:
Data.Char.Alpha
test-suite tests
type:
exitcode-stdio-1.0
main-is:
Main.hs
default-language:
Haskell2010
build-depends:
base >= 4.7 && < 6
, lens >= 4.0 && < 6
, ansi-wl-pprint >= 0.6 && < 0.7
, hedgehog >= 0.5 && < 2
, tasty >= 0.11 && < 2
, tasty-hspec >= 1.1 && < 2
, parsec >= 3.1 && < 4
, parsers >= 0.12.3 && < 1
, pretty >= 1.1 && < 2
, text >= 1.2 && < 3
, tasty-hedgehog >= 0.1 && < 2
, tasty-hunit >= 0.9 && < 1
, alphachar
ghc-options:
-Wall
-threaded
default-extensions:
NoImplicitPrelude
hs-source-dirs:
test