-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlift-generics.cabal
68 lines (65 loc) · 2.8 KB
/
lift-generics.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
name: lift-generics
version: 0.3
synopsis: GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation
description: This package provides a "GHC.Generics"-based @genericLift@
function, which can be used for providing a
@Language.Haskell.TH.Syntax.lift@ implementation. See the
documentation in the "Language.Haskell.TH.Lift.Generics"
module to get started.
.
Credit goes to Matthew Pickering for
<https://ghc.haskell.org/trac/ghc/ticket/1830#comment:12 suggesting this idea>.
homepage: https://github.com/RyanGlScott/lift-generics
bug-reports: https://github.com/RyanGlScott/lift-generics/issues
license: BSD3
license-file: LICENSE
author: Ryan Scott
maintainer: Ryan Scott <[email protected]>
stability: Experimental
copyright: (C) 2015-2017 Ryan Scott
category: Language
build-type: Simple
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.4
, GHC == 9.10.1
, GHC == 9.12.1
extra-source-files: CHANGELOG.md, README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/RyanGlScott/lift-generics
library
exposed-modules: Language.Haskell.TH.Lift.Generics
build-depends: base >= 4.9 && < 5
, ghc-prim
, template-haskell >= 2.11 && < 2.24
, th-compat >= 0.1 && < 0.2
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules: LiftGenericsSpec
Types
build-depends: base >= 4.9 && < 5
, containers >= 0.1 && < 0.9
, hspec >= 2 && < 3
, lift-generics
, mtl >= 2.1 && < 2.4
, template-haskell >= 2.11 && < 2.24
, th-compat >= 0.1 && < 0.2
, th-lift-instances >= 0.1 && < 0.2
build-tool-depends: hspec-discover:hspec-discover
hs-source-dirs: tests
default-language: Haskell2010
ghc-options: -Wall -threaded -rtsopts