hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
735a8cae16
.
This commit is contained in:
parent
af919611ca
commit
698b39ff6c
|
@ -54557,6 +54557,32 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"citeproc" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring
|
||||
, case-insensitive, containers, data-default, Diff, directory
|
||||
, file-embed, filepath, mtl, pandoc-types, pretty, rfc5051, safe
|
||||
, scientific, text, timeit, transformers, uniplate, vector
|
||||
, xml-conduit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "citeproc";
|
||||
version = "0.1";
|
||||
sha256 = "1j1jlarqgv0q8c4vvys62n8p6hsgw26xm7n83w66ab4m5wwrgn5g";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base bytestring case-insensitive containers
|
||||
data-default file-embed filepath pandoc-types rfc5051 safe
|
||||
scientific text transformers uniplate vector xml-conduit
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers Diff directory filepath mtl pretty
|
||||
text timeit transformers
|
||||
];
|
||||
description = "Generates citations and bibliography from CSL styles";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"citeproc-hs" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, filepath
|
||||
, hexpat, hs-bibutils, HTTP, json, mtl, network, network-uri
|
||||
|
@ -67107,32 +67133,34 @@ self: {
|
|||
|
||||
"cut-the-crap" = callPackage
|
||||
({ mkDerivation, base, c2hs, exceptions, generic-lens, hspec
|
||||
, hspec-core, lens, optparse-applicative, pocketsphinx, QuickCheck
|
||||
, quickcheck-classes, regex-tdfa, shelly, sphinxbase
|
||||
, system-filepath, temporary, text, time, unliftio-core
|
||||
, hspec-core, lens, network-uri, optparse-applicative, pocketsphinx
|
||||
, QuickCheck, quickcheck-classes, random, regex-tdfa, shelly
|
||||
, sphinxbase, system-filepath, temporary, text, time, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cut-the-crap";
|
||||
version = "1.4.2";
|
||||
sha256 = "16l8ar38nl2sgsbwjslhxd8z2wyjmdgmi51sic3vvyv7n6b9mr51";
|
||||
version = "2.0.0";
|
||||
sha256 = "1a4qzn56pvfrn6g78ifb67qynr5ni74qmp43gdg7x84gn1633j0s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base exceptions generic-lens lens optparse-applicative regex-tdfa
|
||||
shelly system-filepath temporary text time unliftio-core
|
||||
base exceptions generic-lens lens network-uri optparse-applicative
|
||||
random regex-tdfa shelly system-filepath temporary text time
|
||||
unliftio-core
|
||||
];
|
||||
libraryPkgconfigDepends = [ pocketsphinx sphinxbase ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
executableHaskellDepends = [
|
||||
base exceptions generic-lens lens optparse-applicative regex-tdfa
|
||||
shelly system-filepath temporary text time unliftio-core
|
||||
base exceptions generic-lens lens network-uri optparse-applicative
|
||||
random regex-tdfa shelly system-filepath temporary text time
|
||||
unliftio-core
|
||||
];
|
||||
executablePkgconfigDepends = [ pocketsphinx sphinxbase ];
|
||||
executableToolDepends = [ c2hs ];
|
||||
testHaskellDepends = [
|
||||
base exceptions generic-lens hspec hspec-core lens
|
||||
optparse-applicative QuickCheck quickcheck-classes regex-tdfa
|
||||
shelly system-filepath temporary text time unliftio-core
|
||||
base exceptions generic-lens hspec hspec-core lens network-uri
|
||||
optparse-applicative QuickCheck quickcheck-classes random
|
||||
regex-tdfa shelly system-filepath temporary text time unliftio-core
|
||||
];
|
||||
testPkgconfigDepends = [ pocketsphinx sphinxbase ];
|
||||
testToolDepends = [ c2hs ];
|
||||
|
@ -265890,8 +265918,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "uniqueness-periods-vector-properties";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "04gg6mcfd27yv2305gmbw1bxcn480933h9cw16lir5swifymbzx5";
|
||||
version = "0.5.3.0";
|
||||
sha256 = "1k6rdw55myb1qi0idxk4rks9na2w36gh2pmdlx2qkr7iiqrp613g";
|
||||
libraryHaskellDepends = [
|
||||
base mmsyn6ukr mmsyn7s phonetic-languages-rhythmicity
|
||||
phonetic-languages-ukrainian uniqueness-periods-vector
|
||||
|
@ -274236,12 +274264,16 @@ self: {
|
|||
}) {};
|
||||
|
||||
"web-plugins" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, stm, text }:
|
||||
({ mkDerivation, base, binary, bytestring, containers, http-types
|
||||
, mtl, stm, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "web-plugins";
|
||||
version = "0.2.9.1";
|
||||
sha256 = "13wbfl8v5milx2s4lyiw4b44gk5syqbaaqwdxz5sclpxs2ilxvq2";
|
||||
libraryHaskellDepends = [ base containers mtl stm text ];
|
||||
version = "0.3.0";
|
||||
sha256 = "08qv5770nq5nivl03q0bdz6v0x3vvyg12q4mgxrj2kds5hkn23nd";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers http-types mtl stm text
|
||||
];
|
||||
description = "dynamic plugin system for web applications";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -276543,8 +276575,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "wolf";
|
||||
version = "0.3.47";
|
||||
sha256 = "1p6d61zk0yr55f7mk7cv1fyjs23aximsy1ayjknvc3rwsijqx264";
|
||||
version = "0.3.48";
|
||||
sha256 = "1fg3wxhc37vl54rb2ikr2mpwdnhsmc3zw7111jignwq4q9nb8w5v";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
|
Loading…
Reference in New Issue