-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrerefined.cabal
114 lines (109 loc) · 2.94 KB
/
rerefined.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.1.
--
-- see: https://github.com/sol/hpack
name: rerefined
version: 0.8.0
synopsis: Refinement types, again
description: Please see README.md.
category: Types, Data
homepage: https://github.com/raehik/rerefined#readme
bug-reports: https://github.com/raehik/rerefined/issues
author: Ben Orchard
maintainer: Ben Orchard <thefirstmuffinman@gmail.com>
license: MIT
license-file: LICENSE
build-type: Simple
tested-with:
GHC==9.8
, GHC==9.6
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/raehik/rerefined
library
exposed-modules:
Rerefined
Rerefined.Predicate
Rerefined.Predicate.Common
Rerefined.Predicate.Common.Binary
Rerefined.Predicate.Fail
Rerefined.Predicate.Logical
Rerefined.Predicate.Logical.And
Rerefined.Predicate.Logical.If
Rerefined.Predicate.Logical.Iff
Rerefined.Predicate.Logical.Nand
Rerefined.Predicate.Logical.Nor
Rerefined.Predicate.Logical.Not
Rerefined.Predicate.Logical.Or
Rerefined.Predicate.Logical.Xor
Rerefined.Predicate.Relational
Rerefined.Predicate.Relational.Internal
Rerefined.Predicate.Relational.Length
Rerefined.Predicate.Relational.Value
Rerefined.Predicate.Succeed
Rerefined.Predicate.Via
Rerefined.Predicates
Rerefined.Predicates.Operators
Rerefined.Refine
Rerefined.Refine.TH
Rerefined.Simplify
Rerefined.Simplify.Core
Rerefined.Simplify.Relational
other-modules:
Paths_rerefined
hs-source-dirs:
src
default-extensions:
LambdaCase
NoStarIsType
DerivingVia
DeriveAnyClass
GADTs
RoleAnnotations
DefaultSignatures
TypeFamilies
DataKinds
MagicHash
ghc-options: -fhide-source-paths -Wall
build-depends:
QuickCheck >=2.14 && <2.16
, base >=4.18 && <5
, mono-traversable >=1.0.17.0 && <1.1
, template-haskell >=2.19.0.0 && <2.23
, text >=2.0 && <2.2
, text-builder-linear >=0.1.2 && <0.2
, type-level-show >=0.2.1 && <0.4
default-language: GHC2021
test-suite spec
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_rerefined
hs-source-dirs:
test
default-extensions:
LambdaCase
NoStarIsType
DerivingVia
DeriveAnyClass
GADTs
RoleAnnotations
DefaultSignatures
TypeFamilies
DataKinds
MagicHash
ghc-options: -fhide-source-paths -Wall
build-depends:
QuickCheck >=2.14 && <2.16
, base >=4.18 && <5
, mono-traversable >=1.0.17.0 && <1.1
, rerefined
, template-haskell >=2.19.0.0 && <2.23
, text >=2.0 && <2.2
, text-builder-linear >=0.1.2 && <0.2
, type-level-show >=0.2.1 && <0.4
, type-spec >=0.4.0.0 && <0.5
default-language: GHC2021