Ai
3 Star 1 Fork 0

Gitee 极速下载/purescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/purescript/purescript
克隆/下载
weeder.toml 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Adrian Sieber 提交于 2025-04-10 18:37 +08:00 . Upgrade to GHC 9.6.6 (#4568)
roots = [
"^Main\\.main$",
"^PscIdeSpec\\.main$",
# These declarations are used in Pursuit. (The Types declarations are
# reexported in the L.P.Docs module, and referenced from there, but Weeder
# isn't that smart.)
"^Language\\.PureScript\\.Docs\\.AsHtml\\.packageAsHtml$",
"^Language\\.PureScript\\.Docs\\.Types\\.asUploadedPackage$",
"^Language\\.PureScript\\.Docs\\.Types\\.getLink$",
"^Language\\.PureScript\\.Docs\\.Types\\.getLinksContext$",
"^Language\\.PureScript\\.Docs\\.Types\\.packageName$",
"^Language\\.PureScript\\.Docs\\.Types\\.verifyPackage$",
# These declarations are believed to be used in other projects that we want
# to continue to support.
"^Language\\.PureScript\\.CoreFn\\.FromJSON\\.moduleFromJSON$",
"^Language\\.PureScript\\.CST\\.Print\\.printModule$",
# These declarations are there to be used during development or testing.
"^Language\\.PureScript\\.Ide\\.Imports\\.parseImport$",
"^Language\\.PureScript\\.TypeChecker\\.Monad\\.debug",
# These declarations are used by Template Haskell code.
"^Language\\.PureScript\\.Constants\\.TH\\.",
# These declarations are produced by Template Haskell when generating
# pattern synonyms; this confuses Weeder.
"^Language\\.PureScript\\.Constants\\..*\\.\\$[bm]",
# These declarations are unprincipled exceptions that we don't mind
# supporting just in case they're used now or in the future.
"^Language\\.PureScript\\.CST\\.Parser\\.parseExpr$",
# These declarations are generated by tools; it doesn't matter if they're
# unused because we can't do anything about them.
"^Language\\.PureScript\\.CST\\.Parser\\.happy",
"^Paths_purescript?\\.",
]
type-class-roots = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/purescript.git
git@gitee.com:mirrors/purescript.git
mirrors
purescript
purescript
master

搜索帮助