-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerics-gadt-examples.cabal
43 lines (39 loc) · 1.3 KB
/
generics-gadt-examples.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: 6278d7aa4f9d2a67a42747ad01d5449654ae4b74fa689c1da737af8b781e52de
name: generics-gadt-examples
version: 0.1.0.0
synopsis: Example usages of generics-gadt
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
build-type: Simple
source-repository head
type: git
location: https://github.com/jcpetruzza/generics-gadt
library
exposed-modules:
Dyn
HList
Vector
other-modules:
Paths_generics_gadt_examples
hs-source-dirs:
src
default-extensions: ConstraintKinds DataKinds DerivingVia EmptyCase FlexibleContexts FlexibleInstances GADTs LambdaCase PolyKinds StandaloneDeriving TypeFamilies TypeOperators
ghc-options: -O0 -Wall -Werror
build-depends:
base >=4.7
, constraints
, generic-deriving
, generic-deriving-exts
, generics-gadt
default-language: Haskell2010