-
Notifications
You must be signed in to change notification settings - Fork 0
/
generics-gadt.cabal
43 lines (39 loc) · 1.27 KB
/
generics-gadt.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: cfc0d30ce5538d420222d005d2bad78034badbd035f720e3abd05365008525c3
name: generics-gadt
version: 0.0.0.0
synopsis: Extend GHC.Generics with GADTs support (very experimental)
description: Please see the README on GitHub at <https://github.com/jcpetruzza/generics-gadt#readme>
category: Generics
homepage: https://github.com/jcpetruzza/generics-gadt#readme
bug-reports: https://github.com/jcpetruzza/generics-gadt/issues
author: Daniel Gorin
maintainer: [email protected]
copyright: 2019 Daniel Gorin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/jcpetruzza/generics-gadt
library
exposed-modules:
GHC.Generics.Exts
GHC.Generics.Matching
GHC.Generics.Pruning
other-modules:
Paths_generics_gadt
hs-source-dirs:
src
default-extensions: ConstraintKinds DataKinds EmptyCase GADTs LambdaCase PolyKinds TypeFamilies TypeOperators
ghc-options: -Wall -Werror
build-depends:
base >=4.7
default-language: Haskell2010