revise .cabal

This commit is contained in:
Jens Petersen 2022-06-18 00:21:41 +08:00
parent c47b4f2a84
commit 4054c1e305
1 changed files with 83 additions and 67 deletions

View File

@ -1,6 +1,6 @@
name: deepseq-generics
version: 0.2.0.0
x-revision: 6
x-revision: 7
synopsis: GHC.Generics-based Control.DeepSeq.rnf implementation
homepage: https://github.com/hvr/deepseq-generics
@ -13,7 +13,21 @@ copyright: 2012, Herbert Valerio Riedel
category: Control
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.8.*, GHC==8.6.*, GHC==8.4.*, GHC==8.2.*, GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*
tested-with:
GHC == 9.2.*
GHC == 9.0.*
GHC == 8.10.*
GHC == 8.8.*
GHC == 8.6.*
GHC == 8.4.*
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.*
description:
This package provides a "GHC.Generics"-based
'Control.DeepSeq.Generics.genericRnf' function which can be used
@ -44,7 +58,9 @@ source-repository head
library
default-language: Haskell2010
exposed-modules: Control.DeepSeq.Generics
build-depends: base >= 4.5 && < 4.16, ghc-prim >= 0.2 && < 0.8, deepseq >= 1.2.0.1 && < 1.5
build-depends: base >= 4.5 && < 4.17
, ghc-prim >= 0.2 && < 0.9
, deepseq >= 1.2.0.1 && < 1.5
other-extensions: BangPatterns, FlexibleContexts, TypeOperators
ghc-options: -Wall