haskell-pandoc-citeproc: re-generate expression(s) with cabal2nix
This commit is contained in:
parent
1e3e1a4476
commit
c33f0a85ec
|
@ -24,5 +24,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Supports using pandoc with citeproc";
|
description = "Supports using pandoc with citeproc";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "00azhpll0xnb9nnkh7c3hbfk0fzmvh5cgdxlgx7jvaglrmsnvzw3";
|
sha256 = "00azhpll0xnb9nnkh7c3hbfk0fzmvh5cgdxlgx7jvaglrmsnvzw3";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
doCheck = false;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
||||||
pandocTypes parsec rfc5051 split syb tagsoup temporary text time
|
pandocTypes parsec rfc5051 split syb tagsoup temporary text time
|
||||||
|
@ -20,9 +19,11 @@ cabal.mkDerivation (self: {
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath pandoc pandocTypes temporary text yaml
|
aeson filepath pandoc pandocTypes temporary text yaml
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Supports using pandoc with citeproc";
|
description = "Supports using pandoc with citeproc";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
|
sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
doCheck = false;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
|
aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
|
||||||
pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
|
pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
|
||||||
|
@ -20,6 +19,7 @@ cabal.mkDerivation (self: {
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath pandoc pandocTypes temporary text yaml
|
aeson filepath pandoc pandocTypes temporary text yaml
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Supports using pandoc with citeproc";
|
description = "Supports using pandoc with citeproc";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue