mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
hackage-packages.nix: update to 5f6d964cba
with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b
This commit is contained in:
parent
ad0bd73775
commit
9b27a88b66
@ -1007,6 +1007,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"BCMtools" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, bytestring-lexing
|
||||
, colour, conduit, conduit-extra, data-binary-ieee754
|
||||
, data-default-class, matrices, optparse-applicative, resourcet
|
||||
, split, transformers, unordered-containers, vector, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "BCMtools";
|
||||
version = "0.1.0";
|
||||
sha256 = "1rql6xxa6lddb2ngvbnicz6gsd17m5l7yqxfpm242s1crhqmxajg";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base binary bytestring bytestring-lexing colour conduit
|
||||
conduit-extra data-binary-ieee754 data-default-class matrices
|
||||
optparse-applicative resourcet split transformers
|
||||
unordered-containers vector zlib
|
||||
];
|
||||
description = "Big Contact Map Tools";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"BNFC" = callPackage
|
||||
({ mkDerivation, alex, array, base, containers, deepseq, directory
|
||||
, doctest, filepath, happy, hspec, HUnit, mtl, pretty, process
|
||||
@ -3910,12 +3932,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"Earley" = callPackage
|
||||
({ mkDerivation, base, containers, kan-extensions, ListLike }:
|
||||
({ mkDerivation, base, containers, ListLike }:
|
||||
mkDerivation {
|
||||
pname = "Earley";
|
||||
version = "0.6.0";
|
||||
sha256 = "0fqiiqrmrnb7zmk61bjnc98y30jvrd0yqflsk8mcnkfahbhhsc5w";
|
||||
buildDepends = [ base containers kan-extensions ListLike ];
|
||||
version = "0.7.0";
|
||||
sha256 = "1jjyrf56crk4zxp7kw148969hjvl5hj248xv3495xb188s610y72";
|
||||
buildDepends = [ base containers ListLike ];
|
||||
description = "Parsing all context-free grammars using Earley's algorithm";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -14679,8 +14701,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "UISF";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "0qfhcc0ii7nncfsyxvafwbrx8j6jjdc0jrj56g8jm8vmzsa082kp";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0i5kw450yk44kh25xbqzjwnjipzh81i20vk8il9ic2fh4d79va46";
|
||||
buildDepends = [
|
||||
arrows base containers deepseq GLFW OpenGL stm transformers
|
||||
];
|
||||
@ -17376,21 +17398,20 @@ self: {
|
||||
}) {};
|
||||
|
||||
"aeson-t" = callPackage
|
||||
({ mkDerivation, aeson, aeson-qq, base, bytestring, hspec2, text
|
||||
({ mkDerivation, aeson, aeson-qq, base, bytestring, hspec, text
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-t";
|
||||
version = "0.0.4";
|
||||
sha256 = "0y4mbn1xb288amgy8j6p5x9ih873qwiwrialfchc8ryg0n8syp8r";
|
||||
version = "0.0.5";
|
||||
sha256 = "1mpqkjxsg4bpmbkj8ys39g53knw851l428x83619bmvnlrj1fkkd";
|
||||
buildDepends = [
|
||||
aeson base bytestring text unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
aeson aeson-qq base bytestring hspec2 text unordered-containers
|
||||
aeson aeson-qq base bytestring hspec text unordered-containers
|
||||
vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/begriffs/aeson-t";
|
||||
description = "Transform JSON";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -21094,8 +21115,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "atlassian-connect-descriptor";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "0x5q3aqsqi10plrwdpcprpvc9fd6vq0ar4f4am5kv5zs1h0yjvfd";
|
||||
version = "0.4.0.2";
|
||||
sha256 = "1pss2rkd1s4dmnym5w2sanhqgz2pv1n9zyq4n8jy8ihc4zgrcscp";
|
||||
buildDepends = [
|
||||
aeson base cases network network-uri text time-units
|
||||
unordered-containers
|
||||
@ -21778,8 +21799,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "avers";
|
||||
version = "0.0.4";
|
||||
sha256 = "0bd424ls3kfqx2y7fzcmhssss3r3bhra8bzmllx1slb1x04apgn6";
|
||||
version = "0.0.5";
|
||||
sha256 = "17291lzz09d5rpz62395jfqkwc06sp8pwd8wq04wycsk0hizz32i";
|
||||
buildDepends = [
|
||||
aeson attoparsec base base16-bytestring bytestring containers
|
||||
cryptohash inflections influxdb MonadRandom mtl network
|
||||
@ -22052,8 +22073,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aws-kinesis-client";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1jmm83pciv4mfknwj9z57kbq4siikfad21xhysnhwrpm2maqswa4";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1ky05hq0fs500jbf840ap6ji4vq26vn50w5cz8nqfz416jdjgx7r";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -22064,7 +22085,6 @@ self: {
|
||||
resourcet stm stm-chans stm-queue-extras text transformers
|
||||
unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "A producer & consumer client library for AWS Kinesis";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
@ -22146,8 +22166,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aws-route53";
|
||||
version = "0.1.1";
|
||||
sha256 = "1nzxs6ff0nh6ncswfnx2gxxmx2by0xxzfpmlkk1cnd9xkz7c8n0k";
|
||||
version = "0.1.2";
|
||||
sha256 = "0qg0fzw5kb3xvldxc2sx7xgkwgspyscvs83sv3nrw91qjp6ypi18";
|
||||
buildDepends = [
|
||||
aws base bytestring containers http-conduit http-types old-locale
|
||||
resourcet text time xml-conduit xml-hamlet
|
||||
@ -25151,6 +25171,23 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"bitcoin-types" = callPackage
|
||||
({ mkDerivation, base, base58string, binary, bytestring, hexstring
|
||||
, hspec, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bitcoin-types";
|
||||
version = "0.9.0";
|
||||
sha256 = "1y2v4cm00pmysi051z37rsxis0i97bjk5zvybmpxal9g4k8mlbi5";
|
||||
buildDepends = [
|
||||
base base58string binary bytestring hexstring text
|
||||
];
|
||||
testDepends = [ base base58string bytestring hexstring hspec ];
|
||||
homepage = "http://www.leonmergen.com/opensource.html";
|
||||
description = "Provides consistent low-level types used commonly among Bitcoin implementations";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"bitly-cli" = callPackage
|
||||
({ mkDerivation, base, Bitly, directory, filepath, regexpr }:
|
||||
mkDerivation {
|
||||
@ -27877,8 +27914,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal-helper";
|
||||
version = "0.3.2.1";
|
||||
sha256 = "0rhabhbcxl3gsq4wdkxd4mswrb8rqfmq6crcc70hm75fjxfmr3sz";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "0bvd7qf206slg4ckjc7bjjfrgdxsq3kmb9rp8qp7lfc81ccnr09j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -31949,12 +31986,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"cmark" = callPackage
|
||||
({ mkDerivation, base, HUnit, text }:
|
||||
({ mkDerivation, base, bytestring, HUnit, text }:
|
||||
mkDerivation {
|
||||
pname = "cmark";
|
||||
version = "0.3.1";
|
||||
sha256 = "18z50pbxxir4ca7v6zpkdv3anadg2z1lwhllilag3a592ka3hdrb";
|
||||
buildDepends = [ base text ];
|
||||
version = "0.3.2";
|
||||
sha256 = "0xf34i09m9a3mf6mzn48v6pdbkagsv5c0wmr64ih8d43n2figazk";
|
||||
buildDepends = [ base bytestring text ];
|
||||
testDepends = [ base HUnit text ];
|
||||
homepage = "https://github.com/jgm/commonmark-hs";
|
||||
description = "Fast, accurate CommonMark (Markdown) parser and renderer";
|
||||
@ -32137,8 +32174,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cndict";
|
||||
version = "0.5.4";
|
||||
sha256 = "1jza2s9qmmzg4qgq8wpslj71ybbs3b8lk81jfqp70j3dq1zvzhba";
|
||||
version = "0.5.5";
|
||||
sha256 = "0l2fknpg07r5hp2as3irqqa7zik9p8n3jyi74a2b3d001d54gc7z";
|
||||
buildDepends = [
|
||||
base binary bytestring cassava containers file-embed text vector
|
||||
];
|
||||
@ -41822,8 +41859,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "diversity";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "17dbhnwdn89wqm0s8j9zfydi7g6x1wlf1bnjv39qrp7qyr8mm2k5";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "1dx1f647849v5mlsp862x7cmwiygiph9y1fgdfg1xnfshlx6r4qp";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -42379,6 +42416,17 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"dove" = callPackage
|
||||
({ mkDerivation, acl2, base }:
|
||||
mkDerivation {
|
||||
pname = "dove";
|
||||
version = "0.0.0";
|
||||
sha256 = "19h3inxxxcblsbakm93mblhg8g68qc699c13cnska65ij50h3jwd";
|
||||
buildDepends = [ acl2 base ];
|
||||
description = "The Dove verification language";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"dow" = callPackage
|
||||
({ mkDerivation, array, base, directory, elerea, GLFW
|
||||
, mersenne-random, OpenGL
|
||||
@ -43151,8 +43199,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dynamic-graph";
|
||||
version = "0.1.0.7";
|
||||
sha256 = "1jpl8prd18ka8ypkf2ni8i6arfmv9x3d75r7327aalayj3vzap3d";
|
||||
version = "0.1.0.8";
|
||||
sha256 = "1lh7wlzmm1nsbzy7ahkcajyfkg4v2vbyp0992570w32bn7nl4b5k";
|
||||
buildDepends = [
|
||||
base cairo colour either GLFW-b GLUtil OpenGL pango pipes
|
||||
transformers
|
||||
@ -46742,12 +46790,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"fasta" = callPackage
|
||||
({ mkDerivation, base, containers, parsec, split, text }:
|
||||
({ mkDerivation, base, containers, parsec, pipes, split, text }:
|
||||
mkDerivation {
|
||||
pname = "fasta";
|
||||
version = "0.5.3.0";
|
||||
sha256 = "060y8sqbklf7wr8kl2c935cxakykj705f1bbn72c4zcwfdrf5jz4";
|
||||
buildDepends = [ base containers parsec split text ];
|
||||
version = "0.5.4.0";
|
||||
sha256 = "15ff6l8kv6pivl8l9apfpsnn5arwgbhzxi8h4chr05qvanlycvfg";
|
||||
buildDepends = [ base containers parsec pipes split text ];
|
||||
homepage = "https://github.com/GregorySchwartz/fasta";
|
||||
description = "A simple, mindless parser for fasta files";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
@ -47666,17 +47714,17 @@ self: {
|
||||
}) {};
|
||||
|
||||
"filediff" = callPackage
|
||||
({ mkDerivation, base, data-default, data-memocombinators
|
||||
, directory, either, mtl, tasty, tasty-hunit, text, time
|
||||
, transformers, Zora
|
||||
({ mkDerivation, base, bytestring, data-default
|
||||
, data-memocombinators, directory, either, mtl, rainbow, tasty
|
||||
, tasty-hunit, text, time, transformers, Zora
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "filediff";
|
||||
version = "0.1.0.7";
|
||||
sha256 = "1anjfh549ah2m8k5ibdgc578pi5phyycxj1avky38w499dadgwfi";
|
||||
version = "0.1.0.8";
|
||||
sha256 = "1wsinnmc5dw4r9wk3ijx9zlzwf0rqsknl6mql28lja2r1m2s2jc3";
|
||||
buildDepends = [
|
||||
base data-default data-memocombinators directory either mtl tasty
|
||||
tasty-hunit text time transformers Zora
|
||||
base bytestring data-default data-memocombinators directory either
|
||||
mtl rainbow tasty tasty-hunit text time transformers Zora
|
||||
];
|
||||
testDepends = [
|
||||
base directory either mtl tasty tasty-hunit text time transformers
|
||||
@ -70081,22 +70129,21 @@ self: {
|
||||
|
||||
"http-client" = callPackage
|
||||
({ mkDerivation, array, async, base, base64-bytestring
|
||||
, blaze-builder, bytestring, case-insensitive, clock, containers
|
||||
, cookie, data-default-class, deepseq, directory, exceptions
|
||||
, filepath, ghc-prim, hspec, http-types, mime-types, monad-control
|
||||
, network, network-uri, publicsuffixlist, random, streaming-commons
|
||||
, text, time, transformers, zlib
|
||||
, blaze-builder, bytestring, case-insensitive, containers, cookie
|
||||
, data-default-class, deepseq, directory, exceptions, filepath
|
||||
, ghc-prim, hspec, http-types, mime-types, monad-control, network
|
||||
, network-uri, random, streaming-commons, text, time, transformers
|
||||
, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-client";
|
||||
version = "0.4.11.1";
|
||||
sha256 = "122h9g6nk17nwxrwqwni75gfbc221s1jvjjlmq6sh9ksgsyh09b4";
|
||||
version = "0.4.11.2";
|
||||
sha256 = "074qh0yj3i4q6m88jccp59vpv5prdwglrrcglsr5k89g06hx4xb2";
|
||||
buildDepends = [
|
||||
array base base64-bytestring blaze-builder bytestring
|
||||
case-insensitive clock containers cookie data-default-class deepseq
|
||||
case-insensitive containers cookie data-default-class deepseq
|
||||
exceptions filepath ghc-prim http-types mime-types network
|
||||
network-uri publicsuffixlist random streaming-commons text time
|
||||
transformers
|
||||
network-uri random streaming-commons text time transformers
|
||||
];
|
||||
testDepends = [
|
||||
async base base64-bytestring blaze-builder bytestring
|
||||
@ -79864,19 +79911,20 @@ self: {
|
||||
"libconfig" = callPackage
|
||||
({ mkDerivation, base, binary, c2hs, cereal, cereal-text, config
|
||||
, deepseq, doctest, doctest-prop, hashable, lens, profunctors, text
|
||||
, text-binary, transformers
|
||||
, text-binary, transformers, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "libconfig";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1z03vnqhm6iiz964rmhvzm15hdx7mmck06yawf0sy4h5ljwrq94a";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "152rvfyc6y9waxic9fw4hfb7w5qfcrr23hdv9jlvksg9yw8mnq12";
|
||||
buildDepends = [
|
||||
base binary cereal cereal-text deepseq hashable profunctors text
|
||||
text-binary transformers
|
||||
text-binary transformers transformers-compat
|
||||
];
|
||||
testDepends = [ base doctest doctest-prop lens ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ config ];
|
||||
homepage = "https://github.com/peddie/libconfig-haskell";
|
||||
description = "Haskell bindings to libconfig";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) { config = null;};
|
||||
@ -81281,15 +81329,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"list-t-html-parser" = callPackage
|
||||
({ mkDerivation, base-prelude, either, html-tokenizer, list-t
|
||||
, mtl-prelude, text
|
||||
({ mkDerivation, base-prelude, case-insensitive, conversion
|
||||
, conversion-text, either, hspec, html-entities, html-tokenizer
|
||||
, list-t, list-t-attoparsec, list-t-text, mtl-prelude, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "list-t-html-parser";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0vf58ji73vc8hgbq2bd7p2ls7syk33qy5pp92kx5byr5j38zzar3";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "07fd7nzlhwvhzj4g84wmsm48rj1748m0cbglv0wc2w1rsbsikwl0";
|
||||
buildDepends = [
|
||||
base-prelude either html-tokenizer list-t mtl-prelude text
|
||||
base-prelude case-insensitive either html-entities html-tokenizer
|
||||
list-t mtl-prelude text
|
||||
];
|
||||
testDepends = [
|
||||
base-prelude conversion conversion-text hspec html-tokenizer
|
||||
list-t-attoparsec list-t-text text
|
||||
];
|
||||
homepage = "https://github.com/nikita-volkov/list-t-html-parser";
|
||||
description = "Streaming HTML parser";
|
||||
@ -81335,8 +81389,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "list-t-text";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "05vz6r9r5903wm9spmy6zsql8jzzqj1dv94yfnfhiwkkmgjsvv5z";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1ylb4fs5gbphny281gwd0j0k26ayqcqmc79qarcfpfm6j4washng";
|
||||
buildDepends = [ base-prelude bytestring list-t mtl-prelude text ];
|
||||
testDepends = [
|
||||
base base-prelude bytestring hspec list-t QuickCheck
|
||||
@ -84322,12 +84376,15 @@ self: {
|
||||
}) { eng = null; mat = null; mx = null;};
|
||||
|
||||
"matrices" = callPackage
|
||||
({ mkDerivation, base, binary, primitive, vector }:
|
||||
({ mkDerivation, base, primitive, tasty, tasty-hunit
|
||||
, tasty-quickcheck, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "matrices";
|
||||
version = "0.4.0";
|
||||
sha256 = "1whajm8cqr724dz6aqnjbki77c40xr1sy16pks15rq56j7f2av2v";
|
||||
buildDepends = [ base binary primitive vector ];
|
||||
version = "0.4.1";
|
||||
sha256 = "16xx6cdz90an0ifpvkpmchiqhijgxmi1cn5qq4171jhi87sswm7z";
|
||||
buildDepends = [ base primitive vector ];
|
||||
testDepends = [ base tasty tasty-hunit tasty-quickcheck vector ];
|
||||
description = "native matrix based on vector";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -91943,20 +92000,20 @@ self: {
|
||||
, base64-bytestring, bytestring, containers, cryptohash, dotenv
|
||||
, either, errors, ghc-prim, hspec, hspec-expectations, http-client
|
||||
, http-types, lens, mtl, optparse-applicative, text, time
|
||||
, transformers, unordered-containers, utf8-string, wreq, xmlhtml
|
||||
, transformers, unordered-containers, utf8-string, wreq-sb, xmlhtml
|
||||
, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "octohat";
|
||||
version = "0.1.4.1";
|
||||
sha256 = "1cc7np4kb03160fbn2bwkbl0xgcnizcgr3yvq8pp47p31k965x54";
|
||||
version = "0.1.4.2";
|
||||
sha256 = "0say5682zqv4ss6q9v4p171vprdl6aa7aaack1y0526qq7gj05l2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson base base-compat base16-bytestring base64-bytestring
|
||||
bytestring containers cryptohash dotenv either errors ghc-prim
|
||||
http-client http-types lens mtl optparse-applicative text time
|
||||
transformers unordered-containers utf8-string wreq xmlhtml yaml
|
||||
transformers unordered-containers utf8-string wreq-sb xmlhtml yaml
|
||||
];
|
||||
testDepends = [
|
||||
base base-compat dotenv hspec hspec-expectations text transformers
|
||||
@ -102413,15 +102470,15 @@ self: {
|
||||
|
||||
"redis" = callPackage
|
||||
({ mkDerivation, base, bytestring, concurrent-extra, containers
|
||||
, MonadCatchIO-mtl, mtl, network, old-time, utf8-string
|
||||
, exceptions, mtl, network, old-time, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "redis";
|
||||
version = "0.13.0.1";
|
||||
sha256 = "0djwih122pp7y0c1lx7ab7n80ra1488hrwgf0iq20gywk8an9wfq";
|
||||
version = "0.14";
|
||||
sha256 = "0mnjx62q3nlgzspk75xg4zsyq5w8jxgh8gd32mc26xvyr0r02094";
|
||||
buildDepends = [
|
||||
base bytestring concurrent-extra containers MonadCatchIO-mtl mtl
|
||||
network old-time utf8-string
|
||||
base bytestring concurrent-extra containers exceptions mtl network
|
||||
old-time utf8-string
|
||||
];
|
||||
homepage = "http://hub.darcs.net/ganesh/redis";
|
||||
description = "A driver for Redis key-value database";
|
||||
@ -104611,8 +104668,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rethinkdb-client-driver";
|
||||
version = "0.0.16";
|
||||
sha256 = "1x4kw64mjp4900qnmvakrd7vfqg14h35k0jzai5qh6y88rr3qaf1";
|
||||
version = "0.0.17";
|
||||
sha256 = "01jz3bg6zjrvkrs7mvwvyyzq94j57cgmghzp9rsdlia2r6bd6lcz";
|
||||
buildDepends = [
|
||||
aeson base binary bytestring hashable mtl network old-locale
|
||||
scientific template-haskell text time unordered-containers vector
|
||||
@ -110508,8 +110565,8 @@ self: {
|
||||
({ mkDerivation, base, singletons }:
|
||||
mkDerivation {
|
||||
pname = "singleton-nats";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "183kqvkp0s55bqm5gr7kiq9lk9qpm3ijwnansl6lpdxclcg9gm8y";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "154jzdxhq5nvr78wlk26fzjs9n2piw8h92dq4n1rqz4wqjkhyg9s";
|
||||
buildDepends = [ base singletons ];
|
||||
description = "Unary natural numbers relying on the singletons infrastructure";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -113056,8 +113113,8 @@ self: {
|
||||
({ mkDerivation, base, binary, cereal, doctest, ghc-prim, linear }:
|
||||
mkDerivation {
|
||||
pname = "spatial-math";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "1a3dmmq1dcz5sanj0cisddk313f89sil89xxbk2l9sjprc1fwrv7";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "0170v4wjdpwf5s1bil9jj6magaa3fv05zz8b6zd4s6ca8cgw4lc4";
|
||||
buildDepends = [ base binary cereal ghc-prim linear ];
|
||||
testDepends = [ base doctest ];
|
||||
description = "3d math including quaternions/euler angles/dcms and utility functions";
|
||||
@ -114103,12 +114160,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"stackage" = callPackage
|
||||
({ mkDerivation, base, stackage-cli, stackage-update }:
|
||||
({ mkDerivation, base, stackage-cli, stackage-install
|
||||
, stackage-update, stackage-upload
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage";
|
||||
version = "0.7.0.0";
|
||||
sha256 = "0fw910zvm4vgm41jrsfr76x1c5alwvm85m0k9x0hyrwxnd5ci4dj";
|
||||
buildDepends = [ base stackage-cli stackage-update ];
|
||||
version = "0.7.1.0";
|
||||
sha256 = "02z5gkhymgiz7n0mm7j3p10ysi58d9rcz9d2pxakf0hmdsc37xx7";
|
||||
buildDepends = [
|
||||
base stackage-cli stackage-install stackage-update stackage-upload
|
||||
];
|
||||
homepage = "https://www.stackage.org/";
|
||||
description = "Dummy package forcing installation of other Stackage packages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -114176,6 +114237,25 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"stackage-install" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, directory, filepath
|
||||
, http-client, http-client-tls, process, stm
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage-install";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1ryl2b3hd4kbrn4k1brsqqwq14sv0dhsl89zskgmzwrxg32p2m94";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
async base bytestring directory filepath http-client
|
||||
http-client-tls process stm
|
||||
];
|
||||
homepage = "https://github.com/fpco/stackage-install";
|
||||
description = "Secure download of packages for cabal-install";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stackage-types" = callPackage
|
||||
({ mkDerivation, aeson, base, Cabal, containers, exceptions
|
||||
, hashable, semigroups, text, unordered-containers, vector
|
||||
@ -118562,6 +118642,23 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"templater" = callPackage
|
||||
({ mkDerivation, attoparsec, base, hspec, hspec-attoparsec, HUnit
|
||||
, QuickCheck, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "templater";
|
||||
version = "0.0.2.0";
|
||||
sha256 = "10dar9n4ccskv163zh3h756mp9ccx04ifgjwnsf8cnab22lng5mb";
|
||||
buildDepends = [ attoparsec base text ];
|
||||
testDepends = [
|
||||
base hspec hspec-attoparsec HUnit QuickCheck text
|
||||
];
|
||||
homepage = "https://github.com/geraud/templater";
|
||||
description = "Simple string templater";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tempodb" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-builder, bytestring, containers
|
||||
, HsOpenSSL, HTTP, http-streams, io-streams, mtl, old-locale, text
|
||||
@ -119574,6 +119671,20 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"text-position" = callPackage
|
||||
({ mkDerivation, base, QuickCheck, regex-applicative }:
|
||||
mkDerivation {
|
||||
pname = "text-position";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0cdi5kwpwvzmadhgkgnwax4jhllm6gjrsg1y3f3fp12x28nml1g8";
|
||||
buildDepends = [ base regex-applicative ];
|
||||
testDepends = [ base QuickCheck regex-applicative ];
|
||||
jailbreak = true;
|
||||
homepage = "http://rel4tion.org/projects/text-position/";
|
||||
description = "Handling positions in text and position-tagging it";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"text-printer" = callPackage
|
||||
({ mkDerivation, base, bytestring, pretty, QuickCheck, semigroups
|
||||
, test-framework, test-framework-quickcheck2, text, text-latin1
|
||||
@ -129675,8 +129786,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "witherable";
|
||||
version = "0.1.2.2";
|
||||
sha256 = "18vhaardjzxbs2if9va4fadr47cjkbv84b2lvpszarrvfgibvxb7";
|
||||
version = "0.1.2.3";
|
||||
sha256 = "1281npwsmj9vzw3l5bb8pzywgm5dk4y723zsq5dk0b0ri58m3hcz";
|
||||
buildDepends = [
|
||||
base containers hashable transformers unordered-containers vector
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user