-
Notifications
You must be signed in to change notification settings - Fork 0
/
strongweak.cabal
102 lines (97 loc) · 2.45 KB
/
strongweak.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
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: strongweak
version: 0.11.0
synopsis: Convert between strong and weak representations of types
description: Please see README.md.
category: Data
homepage: https://github.com/raehik/strongweak#readme
bug-reports: https://github.com/raehik/strongweak/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/strongweak
library
exposed-modules:
Strongweak
Strongweak.Chain
Strongweak.Generic
Strongweak.Strength
Strongweak.Strengthen
Strongweak.Strengthen.Generic
Strongweak.Strengthen.Unsafe
Strongweak.Util.TypeNats
Strongweak.Weaken
Strongweak.Weaken.Generic
other-modules:
Paths_strongweak
hs-source-dirs:
src
default-extensions:
LambdaCase
NoStarIsType
DerivingVia
DeriveAnyClass
GADTs
RoleAnnotations
DefaultSignatures
TypeFamilies
DataKinds
MagicHash
ghc-options: -fhide-source-paths -Wall
build-depends:
base >=4.18 && <5
, rerefined >=0.8.0 && <0.9
, text >=2.0 && <2.2
, text-builder-linear >=0.1.3 && <0.2
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.7
default-language: GHC2021
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Common
Strongweak.LawsSpec
Paths_strongweak
hs-source-dirs:
test
default-extensions:
LambdaCase
NoStarIsType
DerivingVia
DeriveAnyClass
GADTs
RoleAnnotations
DefaultSignatures
TypeFamilies
DataKinds
MagicHash
ghc-options: -fhide-source-paths -Wall
build-tool-depends:
hspec-discover:hspec-discover >=2.7 && <2.12
build-depends:
QuickCheck >=2.14.2 && <2.16
, base >=4.18 && <5
, generic-random >=1.5.0.1 && <1.6
, hspec >=2.7 && <2.12
, quickcheck-instances >=0.3.26 && <0.4
, rerefined >=0.8.0 && <0.9
, strongweak
, text >=2.0 && <2.2
, text-builder-linear >=0.1.3 && <0.2
, vector >=0.12.3.1 && <0.14
, vector-sized >=1.5.0 && <1.7
default-language: GHC2021