mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
hackage-packages.nix: update to 461332b5dd
with hackage2nix revision a92f66b20fe51e401d0d4d945beeae82093f8d43
This commit is contained in:
parent
63286c7d79
commit
53598090ea
@ -17556,8 +17556,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "agentx";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0m0kcylamac8fx5yl6zk5gznjyphplgy7gj3mqbq56146087935a";
|
||||
version = "0.1.0.5";
|
||||
sha256 = "0a6zzn4zv5f1zl10vz1p4iw32s9jd605px4ziy5v24fmjm5xnbzb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -31212,8 +31212,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-prelude";
|
||||
version = "0.7.3";
|
||||
sha256 = "04kz71sx36a14rryw219my8k523akfq3ivv1j67x0m85mlqldnk2";
|
||||
version = "0.7.4";
|
||||
sha256 = "1y5y03glswmy4vbi4g5dxyipy4n4fygkmh8bd7pb7n8fa1n751a2";
|
||||
buildDepends = [
|
||||
base data-default ghc-prim ghc-typelits-natnormalise integer-gmp
|
||||
singletons template-haskell th-lift
|
||||
@ -57219,7 +57219,6 @@ self: {
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hakyll-agda" = callPackage
|
||||
@ -65972,14 +65971,12 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hoopl_3_10_0_2" = callPackage
|
||||
"hoopl_3_10_1_0" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
pname = "hoopl";
|
||||
version = "3.10.0.2";
|
||||
revision = "1";
|
||||
sha256 = "11j7xd82zx7ja08lsnnkfq39yzqc2wbgdxgnwsviml58bkp495yj";
|
||||
editedCabalFile = "5067e0036ed0f2728f5d0d62580070bfa2537bc3aed5e649d1a136e70042cff9";
|
||||
version = "3.10.1.0";
|
||||
sha256 = "1m62dcgzd17xay2nd87607ryb6hswzhsgr9irzf705h5skgibxks";
|
||||
buildDepends = [ base containers ];
|
||||
homepage = "http://ghc.cs.tufts.edu/hoopl/";
|
||||
description = "A library to support dataflow analysis and optimization";
|
||||
@ -74614,7 +74611,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "iproute";
|
||||
version = "1.4.0";
|
||||
revision = "1";
|
||||
sha256 = "00f4xddz9js73bsy15zsznmnad2psq7wg1ha7pmhdmdw5zlmqvad";
|
||||
editedCabalFile = "c3781d19d6853f9d7c8308f716521cfe3e4d2c2851d91025e1d75003ca5cd35b";
|
||||
buildDepends = [ appar base byteorder containers network ];
|
||||
testDepends = [
|
||||
appar base byteorder containers doctest hspec network QuickCheck
|
||||
@ -78125,12 +78124,15 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "lambdabot-utils";
|
||||
version = "4.2.2";
|
||||
revision = "1";
|
||||
sha256 = "0mmz9rn6vv8xnavmz66g164h1liir3rzg1n7lmbcsgwcyhm925d7";
|
||||
editedCabalFile = "1936d25bbfb2ce39465857c136e0d77c656714feb2c1936024da4d763e9dbbf3";
|
||||
buildDepends = [
|
||||
base binary bytestring containers haskell-src mtl network old-time
|
||||
process random regex-compat regex-posix syb tagsoup unix
|
||||
utf8-string zlib
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://haskell.org/haskellwiki/Lambdabot";
|
||||
description = "Utility libraries for the advanced IRC bot, Lambdabot";
|
||||
license = "GPL";
|
||||
@ -87891,6 +87893,7 @@ self: {
|
||||
homepage = "http://ldc.usb.ve/~05-38235/cursos/CI3661/2015AJ/";
|
||||
description = "Generación interactiva de mosaicos";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"mount" = callPackage
|
||||
@ -93109,6 +93112,33 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"opml-conduit" = callPackage
|
||||
({ mkDerivation, base, case-insensitive, conduit
|
||||
, conduit-combinators, containers, data-default, exceptions, lens
|
||||
, mono-traversable, monoid-subclasses, mtl, network-uri, QuickCheck
|
||||
, quickcheck-instances, resourcet, semigroups, tasty, tasty-hunit
|
||||
, tasty-quickcheck, text, time, timerep, xml-conduit, xml-types
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opml-conduit";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "055ngv2ibb7bk99y67ag9y7xxhyzag08mgb6zf1aqfjgpna6dkcf";
|
||||
buildDepends = [
|
||||
base case-insensitive conduit containers data-default exceptions
|
||||
lens mono-traversable monoid-subclasses network-uri QuickCheck
|
||||
quickcheck-instances semigroups text time timerep xml-conduit
|
||||
xml-types
|
||||
];
|
||||
testDepends = [
|
||||
base conduit conduit-combinators containers exceptions lens mtl
|
||||
network-uri resourcet tasty tasty-hunit tasty-quickcheck
|
||||
xml-conduit
|
||||
];
|
||||
homepage = "https://github.com/k0ral/opml-conduit";
|
||||
description = "Streaming parser/renderer for the OPML 2.0 format.";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"opn" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, ini, network-uri
|
||||
, optparse-applicative, process, text, unordered-containers
|
||||
@ -93945,7 +93975,6 @@ self: {
|
||||
];
|
||||
description = "Supports using pandoc with citeproc";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pandoc-crossref" = callPackage
|
||||
@ -98360,8 +98389,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "postgresql-query";
|
||||
version = "1.1.1";
|
||||
sha256 = "0c6ns1zwqanqxd45zly2ms6zg3wx0lzr690pvq1prmf676vw2fj1";
|
||||
version = "1.2.0";
|
||||
sha256 = "0syjgaxp77dq7yk9hhyf5mfznf4z0wlfdsxh9dz92krfs5kl3wqr";
|
||||
buildDepends = [
|
||||
aeson attoparsec base blaze-builder bytestring containers
|
||||
data-default either exceptions file-embed haskell-src-meta
|
||||
@ -111423,6 +111452,20 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"smaoin" = callPackage
|
||||
({ mkDerivation, base, bytestring, QuickCheck, text }:
|
||||
mkDerivation {
|
||||
pname = "smaoin";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0bi9qg9vfn2hr8pakk7xhrca0bxgr28hbg6infnk2dxvhl9yipd3";
|
||||
buildDepends = [ base bytestring text ];
|
||||
testDepends = [ base QuickCheck ];
|
||||
jailbreak = true;
|
||||
homepage = "http://rel4tion.org/projects/smaoin-hs/";
|
||||
description = "Utilities for the Smaoin semantic information model";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"smartGroup" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, template-haskell }:
|
||||
mkDerivation {
|
||||
@ -115258,8 +115301,8 @@ self: {
|
||||
({ mkDerivation, base, Cabal, cabal-test-quickcheck, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "step-function";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1jr10zxyq8w6nnkxvjzhrmrxq8ksfcpsgxmjcag0hsxr0rflh8pk";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "03pdpm1glmaqhqzr2cp08iy84c1vjhq0fq7yavmcrx94hxfw1zfd";
|
||||
buildDepends = [ base ];
|
||||
testDepends = [ base Cabal cabal-test-quickcheck QuickCheck ];
|
||||
homepage = "https://github.com/jonpetterbergman/step-function";
|
||||
@ -127215,7 +127258,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "vector-algorithms";
|
||||
version = "0.7";
|
||||
revision = "1";
|
||||
sha256 = "1ijnmgvdhj2qi5rsq4b1ffci47inck9arrcan5jzfkvzr54fvzcx";
|
||||
editedCabalFile = "ba3ba4dbfe97dc45be68d13c51ba4425900b186a46cdf3eceaafb746030c1b95";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base bytestring mtl mwc-random primitive vector ];
|
||||
@ -131736,8 +131781,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "xml-conduit";
|
||||
version = "1.2.4";
|
||||
sha256 = "1pb9iy95ajy0dxw2f1jh1ymdl4fjlhyan59hbmnj09g1q1h51dpq";
|
||||
version = "1.2.5.1";
|
||||
sha256 = "1p3rhmp0j8yayylx936asq7ggn9z50fg3vmd108bfrab2wzqrs4f";
|
||||
buildDepends = [
|
||||
attoparsec base blaze-builder blaze-html blaze-markup bytestring
|
||||
conduit conduit-extra containers data-default deepseq monad-control
|
||||
|
Loading…
Reference in New Issue
Block a user