1 Star 0 Fork 2

ZhangYuting/ghc-dec

forked from src-openEuler/ghc-dec 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dec.cabal 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
lrzlin 提交于 2023-12-01 23:33 . Package init
cabal-version: >=1.10
name: dec
version: 0.0.5
x-revision: 2
synopsis: Decidable propositions.
category: Data, Dependent Types
description:
This package provides a @Dec@ type.
.
@
type Neg a = a -> Void
.
data Dec a
\ = Yes a
\ | No (Neg a)
@
homepage: https://github.com/phadej/dec
bug-reports: https://github.com/phadej/dec/issues
license: BSD3
license-file: LICENSE
author: Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi>
copyright: (c) 2019-2021 Oleg Grenrus
build-type: Simple
extra-source-files: ChangeLog.md
tested-with:
GHC ==7.8.4
|| ==7.10.3
|| ==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/phadej/dec.git
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fprint-explicit-kinds
exposed-modules: Data.Type.Dec
build-depends:
base >=4.7 && <4.20
, boring >=0.2 && <0.3
if !impl(ghc >=7.10)
build-depends: void >=0.7.3 && <0.8
if impl(ghc >=9.0)
-- these flags may abort compilation with GHC-8.10
-- https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3295
ghc-options: -Winferred-safe-imports -Wmissing-safe-haskell-mode
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhnagyuting/ghc-dec.git
git@gitee.com:zhnagyuting/ghc-dec.git
zhnagyuting
ghc-dec
ghc-dec
master

搜索帮助