1 Star 1 Fork 0

miao123456miao / pandoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
shell.nix 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
{nixpkgs ? import <nixpkgs> {} }:
let
inherit (nixpkgs) pkgs;
inherit (pkgs) haskellPackages;
haskellDeps = ps: with ps; [
Diff
Glob
HTTP
HTTP
HsYAML
JuicyPixels
QuickCheck
SHA
aeson
aeson-pretty
attoparsec
base
base-compat
base64-bytestring
binary
blaze-html
blaze-markup
bytestring
case-insensitive
citeproc
commonmark
commonmark-extensions
commonmark-pandoc
conduit-extra
connection
connection
containers
data-default
deepseq
directory
doclayout
doctemplates
emojis
exceptions
file-embed
filepath
haddock-library
haskell-language-server
hsc2hs
hslua
hslua-module-system
hslua-module-text
http-client
http-client
http-client-tls
http-client-tls
http-types
ipynb
jira-wiki-markup
mtl
network
network
network-uri
pandoc-types
parsec
process
random
safe
scientific
skylighting
skylighting-core
socks
split
streaming-commons
syb
tagsoup
tasty
tasty-golden
tasty-hunit
tasty-lua
tasty-quickcheck
temporary
texmath
text
text-conversions
time
tls
unicode-transforms
unordered-containers
weigh
xml
xml-conduit
zip-archive
zlib
];
ghc = haskellPackages.ghcWithPackages haskellDeps;
nixPackages = [
pkgs.zlib
ghc
pkgs.gdb
haskellPackages.ghcid
haskellPackages.cabal2nix
haskellPackages.cabal-install
];
in
pkgs.stdenv.mkDerivation {
name = "env";
buildInputs = nixPackages;
}
1
https://gitee.com/miao123456miao/pandoc.git
git@gitee.com:miao123456miao/pandoc.git
miao123456miao
pandoc
pandoc
master

搜索帮助