-
Notifications
You must be signed in to change notification settings - Fork 0
/
gists.cabal
48 lines (47 loc) · 1.79 KB
/
gists.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
name: gists
version: 0.1
synopsis: The greatest hits of https://gist.github.com/RyanGlScott
description: The greatest hits of <https://gist.github.com/RyanGlScott>.
homepage: https://github.com/RyanGlScott/gists
bug-reports: https://github.com/RyanGlScott/gists/issues
license: BSD3
license-file: LICENSE
author: Ryan Scott
maintainer: Ryan Scott <[email protected]>
stability: Experimental
copyright: (C) 2019 Ryan Scott
category: Testing
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
tested-with: GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.2
library
exposed-modules: CoercibleGenerics
CoercibleGenericsAbstract
Decidable
DependentComposition
ElimNat
ExcludingEq
GADTSingletons
GenericForAllGADTs
GPMP
HListShorthand
IdleThoughtsOnGADTsAsNewtypes
LousyDependentComposition
S
SGenericDecide
SGenericSingKind
SGenericSingKindAlt
SingIForTyCons
SubstRep1
TypeLevelGlambda
VecShorthand
WorkingAroundT12564
build-depends: base >= 4.12 && < 5
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -Wno-unticked-promoted-constructors