-
Notifications
You must be signed in to change notification settings - Fork 5
/
generically.cabal
43 lines (40 loc) · 1.16 KB
/
generically.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
name: generically
version: 0.1.1
x-revision: 2
synopsis: Generically newtype to use with DerivingVia
description:
This is a compatibility package as @Generically@ and @Generically1@ newtypes
are available since @base-4.17@ in 'GHC.Generics'.
bug-reports: https://github.com/haskell-compat/generically/issues
author: Oleg Grenrus
maintainer: Oleg Grenrus <[email protected]>
copyright: 2022 Oleg Grenrus
license: BSD3
license-file: LICENSE
category: Generics
build-type: Simple
extra-source-files: CHANGELOG.md
tested-with:
GHC ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1
source-repository head
type: git
location: https://github.com/haskell-compat/generically.git
library
default-language: Haskell2010
build-depends: base >=4.9 && <4.22
if impl(ghc >= 9.4) && !impl(ghc >= 9.6)
build-depends: base-orphans >=0.8.8 && <0.10
hs-source-dirs: src
exposed-modules: GHC.Generics.Generically