haskell-pandoc-citeproc: re-generate expression(s) with cabal2nix

This commit is contained in:
Peter Simons 2014-10-19 12:01:19 +02:00
parent 1e3e1a4476
commit c33f0a85ec
3 changed files with 4 additions and 2 deletions

View file

@ -24,5 +24,6 @@ cabal.mkDerivation (self: {
description = "Supports using pandoc with citeproc";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View file

@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
sha256 = "00azhpll0xnb9nnkh7c3hbfk0fzmvh5cgdxlgx7jvaglrmsnvzw3";
isLibrary = true;
isExecutable = true;
doCheck = false;
buildDepends = [
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
pandocTypes parsec rfc5051 split syb tagsoup temporary text time
@ -20,9 +19,11 @@ cabal.mkDerivation (self: {
testDepends = [
aeson filepath pandoc pandocTypes temporary text yaml
];
doCheck = false;
meta = {
description = "Supports using pandoc with citeproc";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View file

@ -11,7 +11,6 @@ cabal.mkDerivation (self: {
sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
isLibrary = true;
isExecutable = true;
doCheck = false;
buildDepends = [
aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
@ -20,6 +19,7 @@ cabal.mkDerivation (self: {
testDepends = [
aeson filepath pandoc pandocTypes temporary text yaml
];
doCheck = false;
meta = {
description = "Supports using pandoc with citeproc";
license = self.stdenv.lib.licenses.bsd3;