5 Star 0 Fork 1

src-openEuler/ghc-generically

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
generically.cabal 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
lrzlin 提交于 2023-12-01 23:34 . Package init
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 <oleg.grenrus@iki.fi>
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.7
|| ==9.6.3
|| ==9.8.1
source-repository head
type: git
location: https://github.com/haskell-compat/generically.git
library
default-language: Haskell2010
build-depends: base >=4.9 && <4.20
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/ghc-generically.git
git@gitee.com:src-openeuler/ghc-generically.git
src-openeuler
ghc-generically
ghc-generically
master

搜索帮助