hackage-packages.nix: update to 21baf54727
with hackage2nix revision b0eec6a5853fb52a28ae3ded058c3f7d0c510e2a
This commit is contained in:
parent
bb750e2b1b
commit
f9f55b4147
|
@ -26338,12 +26338,15 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "bloomfilter";
|
||||
version = "2.0.0.0";
|
||||
revision = "1";
|
||||
sha256 = "07fif8i5rinysli1mpi92k405kvw8va7w9v9w4wd5bylb87zy77f";
|
||||
editedCabalFile = "2e5d001d62c85fd1647aef4112ae5830181c099d588e03719a14048511ca702e";
|
||||
buildDepends = [ array base bytestring deepseq ];
|
||||
testDepends = [
|
||||
base bytestring QuickCheck random test-framework
|
||||
test-framework-quickcheck2
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/bos/bloomfilter";
|
||||
description = "Pure and impure Bloom Filter implementations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -30133,8 +30136,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "cf";
|
||||
version = "0.2";
|
||||
sha256 = "0lc7q5nm4c1rjsbvw1b794kxspxqfm124351jkpzi7a9l2gvqcka";
|
||||
version = "0.3";
|
||||
sha256 = "06r289lb3aq9wh2xggpg7pbxf60wkz1fmdy7ibyawa1sxpprrs07";
|
||||
buildDepends = [ base ];
|
||||
testDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2
|
||||
|
@ -44841,17 +44844,18 @@ self: {
|
|||
}) {};
|
||||
|
||||
"elm-init" = callPackage
|
||||
({ mkDerivation, base, bytestring, file-embed, json, system-fileio
|
||||
, system-filepath
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||
, directory, file-embed, filepath, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "elm-init";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0y3705aq1h8ip4zsvdvhn7gf3940h3k77nkxdmn84wq12sfx6fnq";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1qb61m0jd4c63x8av5v3iaxw1k4isi2yzrqjw0xznkf8m07hz4vb";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bytestring file-embed json system-fileio system-filepath
|
||||
aeson aeson-pretty base bytestring containers directory file-embed
|
||||
filepath text
|
||||
];
|
||||
description = "Set up basic structure for an elm project";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
@ -46348,8 +46352,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "eventstore";
|
||||
version = "0.7.2.0";
|
||||
sha256 = "0nwypn0yny60mjxa76dy1rn1hnsc0wvdsmv3kl1kahzsgcvh47r1";
|
||||
version = "0.7.2.1";
|
||||
sha256 = "0zhasybpvmi3f0kb2pipb03jnv4d710gcr6mphszgkj5179wvad2";
|
||||
buildDepends = [
|
||||
aeson async attoparsec base bytestring cereal containers network
|
||||
protobuf random sodium stm text time unordered-containers uuid
|
||||
|
@ -46507,8 +46511,8 @@ self: {
|
|||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "exceptional";
|
||||
version = "0.1.4.1";
|
||||
sha256 = "1i9srv7yv0hzs8hkpfsjm2idzw20y6wc7b8sscn2h5cp0cfpfrsh";
|
||||
version = "0.1.4.2";
|
||||
sha256 = "0macyynwj779wy1abzrl87g8zmpwa98x5vc5yqc0wnr06glmma2b";
|
||||
buildDepends = [ base ];
|
||||
homepage = "https://github.com/pharpend/exceptional";
|
||||
description = "Essentially the Maybe type with error messages";
|
||||
|
@ -50678,8 +50682,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "full-text-search";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "1rz4gimbk32677158321xs36pkc5ywjhm2sisw8hrwa3zlfjkrfc";
|
||||
version = "0.2.1.3";
|
||||
sha256 = "0s537hzb21w506bp4i6v7k5sbk905s9950gihh99r0b7id185ppk";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ array base containers text vector ];
|
||||
|
@ -58223,8 +58227,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "happstack-authenticate";
|
||||
version = "2.1.3";
|
||||
sha256 = "19lil82sf441xji7qxvrzdj7vps56wsksgixazzak88azl9li6rj";
|
||||
version = "2.1.4";
|
||||
sha256 = "075bncl5mz7hi674gyhd9mrnf3xb8zn5frcy39dj5m7jrsrdy91z";
|
||||
buildDepends = [
|
||||
acid-state aeson authenticate base base64-bytestring boomerang
|
||||
bytestring containers data-default filepath happstack-hsp
|
||||
|
@ -59809,27 +59813,27 @@ self: {
|
|||
"haskell-neo4j-client" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, Cabal, containers
|
||||
, data-default, hashable, HTTP, http-conduit, http-types, HUnit
|
||||
, lifted-base, mtl, QuickCheck, resourcet, scientific
|
||||
, lifted-base, mtl, network-uri, QuickCheck, resourcet, scientific
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
, test-framework-th, text, transformers, transformers-base
|
||||
, transformers-compat, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-neo4j-client";
|
||||
version = "0.3.0.15";
|
||||
sha256 = "1gxnwz7xzf4l0d4hwi8ij95910d38l89i9x3sw051zwn4fzns1cv";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "1l5dpaa97h6qxlhq0rzk24p3l943zf3c948jvng4ajl3gmhniy1w";
|
||||
buildDepends = [
|
||||
aeson base bytestring containers data-default hashable HTTP
|
||||
http-conduit http-types lifted-base mtl resourcet scientific text
|
||||
transformers transformers-base transformers-compat
|
||||
http-conduit http-types lifted-base mtl network-uri resourcet
|
||||
scientific text transformers transformers-base transformers-compat
|
||||
unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
aeson base bytestring Cabal data-default hashable HTTP http-conduit
|
||||
http-types HUnit lifted-base mtl QuickCheck resourcet scientific
|
||||
test-framework test-framework-hunit test-framework-quickcheck2
|
||||
test-framework-th text transformers transformers-base
|
||||
transformers-compat unordered-containers vector
|
||||
http-types HUnit lifted-base mtl network-uri QuickCheck resourcet
|
||||
scientific test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 test-framework-th text transformers
|
||||
transformers-base transformers-compat unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/asilvestre/haskell-neo4j-rest-client";
|
||||
|
@ -60080,7 +60084,6 @@ self: {
|
|||
base haskell-src-exts pretty syb template-haskell th-orphans
|
||||
uniplate
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Parse source to template-haskell abstract syntax";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -64309,18 +64312,18 @@ self: {
|
|||
"hipbot" = callPackage
|
||||
({ mkDerivation, aeson, base, bifunctors, blaze-builder, bytestring
|
||||
, either, exceptions, http-client, http-client-tls, http-types, jwt
|
||||
, lens, mtl, network-uri, postgresql-simple, safe, stm, text, time
|
||||
, transformers, unordered-containers, utf8-string, wai, wai-lens
|
||||
, webcrank-wai, wreq
|
||||
, lens, mtl, network-uri, postgresql-simple, resource-pool, safe
|
||||
, stm, text, time, transformers, unordered-containers, utf8-string
|
||||
, wai, wai-lens, webcrank-wai, wreq
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hipbot";
|
||||
version = "0.2.1";
|
||||
sha256 = "12rixjkgxg43nwi93sr04vv8c9cw3v6rsyfpyklcpibcjg0yn6yn";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "04czq0ix78amd217cf5yj8yvkr4hpsaa38rdmjish40b63crnba3";
|
||||
buildDepends = [
|
||||
aeson base bifunctors blaze-builder bytestring either exceptions
|
||||
http-client http-client-tls http-types jwt lens mtl network-uri
|
||||
postgresql-simple safe stm text time transformers
|
||||
postgresql-simple resource-pool safe stm text time transformers
|
||||
unordered-containers utf8-string wai wai-lens webcrank-wai wreq
|
||||
];
|
||||
jailbreak = true;
|
||||
|
@ -69614,8 +69617,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-snap";
|
||||
version = "0.3.2.6";
|
||||
sha256 = "12kmkixr7azd33r5fx3z4siw0xdkda4sfxwi75vlm5w9w07ackpn";
|
||||
version = "0.3.2.7";
|
||||
sha256 = "0d1mmk4w82bxyi682fdmgxk5zm6ni3yhpvkps4m3i04x6gf2xyaj";
|
||||
buildDepends = [
|
||||
base bytestring containers digestive-functors HandsomeSoup hspec
|
||||
hspec-core hxt lens mtl snap snap-core text transformers
|
||||
|
@ -76620,8 +76623,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "json-autotype";
|
||||
version = "1.0";
|
||||
sha256 = "0vny84qr14i2q7hkvmngbryn6r9hxsmk6c5dw6f93s8cn0ymgsk8";
|
||||
version = "1.0.1";
|
||||
sha256 = "0p06zv61giwbnwcdcg8fq7mmw3islcj807df4xhaxggr8r3dwywv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -76804,8 +76807,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "json-rpc-client";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1arn4ik9fyicb875ac0y7dp9ahipvip8fq2mr95vvmhym921ca64";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "10wb9nv9ijqjn4w6mp306k58s2pqzc91529rgw29h72ww6q70ylq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -77506,8 +77509,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "keter";
|
||||
version = "1.4.0";
|
||||
sha256 = "1psa0xs0j8s117ifhd2347kiiq0mvprp7kcb933l8977p10nqi9k";
|
||||
version = "1.4.0.1";
|
||||
sha256 = "0bzd0f8i88bdwz2aqvx3q2mfidm0947wwrnxrdii778mjr8c1nyb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -78230,12 +78233,12 @@ self: {
|
|||
}) {};
|
||||
|
||||
"lambda-options" = callPackage
|
||||
({ mkDerivation, base, containers, monad-loops, mtl }:
|
||||
({ mkDerivation, base, containers, mtl }:
|
||||
mkDerivation {
|
||||
pname = "lambda-options";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "1yma67b7d55lyq81afpw1wrqyjv84cxqbbrw3rr1qvdkx16b9pwa";
|
||||
buildDepends = [ base containers monad-loops mtl ];
|
||||
version = "0.5.1.0";
|
||||
sha256 = "0h4s46z734l8b7ivx8h1kh2nhbqsz6zswxs1dqfhqrbcyf4vi2fl";
|
||||
buildDepends = [ base containers mtl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/thomaseding/lambda-options";
|
||||
description = "A modern command-line parser for Haskell";
|
||||
|
@ -87922,8 +87925,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "mongoDB";
|
||||
version = "2.0.4";
|
||||
sha256 = "1gcv2vzmg6vllvpl8pzfkwmf4rqwldz4p0l4gl78hixbbilx0pgy";
|
||||
version = "2.0.5";
|
||||
sha256 = "09ysw5sp7x8pyfsjj1qgfq3wm8l0cpxkv9g9x117iss04bfk0p3h";
|
||||
buildDepends = [
|
||||
array base binary bson bytestring containers cryptohash hashtables
|
||||
lifted-base monad-control mtl network parsec random random-shuffle
|
||||
|
@ -94449,6 +94452,26 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pager" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, conduit-extra
|
||||
, directory, process, resourcet, safe, terminfo, text, transformers
|
||||
, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pager";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1wzfsindjxx61nca36hhldy0y33pgagg506ls9ldvrkvl4n4y7iy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bytestring conduit conduit-extra directory process resourcet
|
||||
safe terminfo text transformers unix
|
||||
];
|
||||
homepage = "https://github.com/pharpend/pager";
|
||||
description = "Open up a pager, like 'less' or 'more'";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"pagerduty" = callPackage
|
||||
({ mkDerivation, aeson, base, bifunctors, bytestring
|
||||
, bytestring-conversion, conduit, data-default-class, exceptions
|
||||
|
@ -94631,7 +94654,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "pandoc-csv2table";
|
||||
version = "1.0.0";
|
||||
revision = "1";
|
||||
sha256 = "0jr18sa5apvy8jckb5cxvsyr6c2drii6652ipwpd4xkdwrabwp5r";
|
||||
editedCabalFile = "49799682e063ffa396f94dd2f91e9b252f0224544d2e7a9d1dc5b41a909efd3d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base csv pandoc pandoc-types text ];
|
||||
|
@ -94914,8 +94939,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "parconc-examples";
|
||||
version = "0.3.4";
|
||||
sha256 = "1i8kkjak3byzypaiqi7iavhswmvs98cvcrakdxpd8cm52gj6xk2d";
|
||||
version = "0.3.5";
|
||||
sha256 = "05id69rb2cdzs1jf7zgv0gxgvbwm6x83s6ihdh9w1wnnpa7ykpap";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -96475,8 +96500,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-postgresql";
|
||||
version = "2.1.5.2";
|
||||
sha256 = "0csmkyfjyqgi2nl8ihsnj0s4l7kyyddm0q9qpkwwm5gqjrjwk1wc";
|
||||
version = "2.1.5.3";
|
||||
sha256 = "1ir23x7b2hagpiiva45fmcyfdmi2cw7m0qf2zqdp22lpa41vlyvl";
|
||||
buildDepends = [
|
||||
aeson base blaze-builder bytestring conduit containers
|
||||
monad-control monad-logger persistent postgresql-libpq
|
||||
|
@ -100455,8 +100480,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "profunctors";
|
||||
version = "5.0.0.1";
|
||||
sha256 = "0p9an9j387rhv6fzbvwaz91m9g5f69lhx2jr23riygprjfn8xs99";
|
||||
version = "5.0.1";
|
||||
sha256 = "1n6lk1r10j5ssb88ia13zll1k2gsakvf314m51sz3nzmdcgx03ll";
|
||||
buildDepends = [ base comonad distributive tagged transformers ];
|
||||
homepage = "http://github.com/ekmett/profunctors/";
|
||||
description = "Profunctors";
|
||||
|
@ -109554,8 +109579,8 @@ self: {
|
|||
({ mkDerivation, base, containers, transformers }:
|
||||
mkDerivation {
|
||||
pname = "sequence";
|
||||
version = "0.9.7";
|
||||
sha256 = "1q2v51dxi21jbq7ll7g1x85pxxz7bywgsqrwfrgzf0p96da05ps7";
|
||||
version = "0.9.8";
|
||||
sha256 = "0ayxy0lbkah90kpyjac0llv6lrbwymvfz2d3pdfrz1079si65jsh";
|
||||
buildDepends = [ base containers transformers ];
|
||||
homepage = "https://github.com/atzeus/sequence";
|
||||
description = "A type class for sequences and various sequence data structures";
|
||||
|
@ -115438,6 +115463,19 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"stack" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "stack";
|
||||
version = "0.0.0";
|
||||
sha256 = "0829d2yb32gfnn22idhwzpyc2gy3d7lyj19kh20fbq73fp7k9kmb";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base ];
|
||||
description = "The Haskell Tool Stack";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"stack-prism" = callPackage
|
||||
({ mkDerivation, base, profunctors, tagged, template-haskell
|
||||
, transformers
|
||||
|
@ -121204,32 +121242,31 @@ self: {
|
|||
}) {};
|
||||
|
||||
"text-show-instances" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers, directory
|
||||
, haskeline, hoopl, hpc, old-locale, old-time, pretty
|
||||
, quickcheck-instances, random, semigroups, tagged, tasty
|
||||
, tasty-hunit, tasty-quickcheck, template-haskell, terminfo, text
|
||||
, text-show, time, transformers, transformers-compat, unix
|
||||
, unordered-containers, utf8-string, vector, xhtml
|
||||
({ mkDerivation, base, base-compat, binary, bytestring, containers
|
||||
, directory, haskeline, hoopl, hpc, hspec, old-locale, old-time
|
||||
, pretty, QuickCheck, quickcheck-instances, random, semigroups
|
||||
, tagged, template-haskell, terminfo, text, text-show, time
|
||||
, transformers, transformers-compat, unix, unordered-containers
|
||||
, utf8-string, vector, xhtml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "text-show-instances";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1a6ybgx5jivacy7b0bja5f7an1xq9mjmr2x348knaf84v2wqws9p";
|
||||
version = "0.4";
|
||||
sha256 = "1zk3q11dsr8n15r6r9dhqwyh6irqv6s2q7mkgzlgzw1narvllil2";
|
||||
buildDepends = [
|
||||
base binary bytestring containers directory haskeline hoopl hpc
|
||||
old-locale old-time pretty random semigroups tagged
|
||||
base base-compat binary bytestring containers directory haskeline
|
||||
hoopl hpc old-locale old-time pretty random semigroups tagged
|
||||
template-haskell terminfo text text-show time transformers
|
||||
transformers-compat unix unordered-containers utf8-string vector
|
||||
xhtml
|
||||
];
|
||||
testDepends = [
|
||||
base binary bytestring containers directory haskeline hoopl hpc
|
||||
old-locale old-time pretty quickcheck-instances random semigroups
|
||||
tagged tasty tasty-hunit tasty-quickcheck template-haskell terminfo
|
||||
text-show time transformers transformers-compat unix
|
||||
base base-compat binary bytestring containers directory haskeline
|
||||
hoopl hpc hspec old-locale old-time pretty QuickCheck
|
||||
quickcheck-instances random semigroups tagged template-haskell
|
||||
terminfo text-show time transformers transformers-compat unix
|
||||
unordered-containers utf8-string vector xhtml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/RyanGlScott/text-show-instances";
|
||||
description = "Additional instances for text-show";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -121630,6 +121667,22 @@ self: {
|
|||
}) {};
|
||||
|
||||
"th-orphans" = callPackage
|
||||
({ mkDerivation, base, hspec, mtl, nats, template-haskell, th-lift
|
||||
, th-reify-many
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-orphans";
|
||||
version = "0.11.1";
|
||||
sha256 = "111ckvvicr953aqnnkn7rn089dprz57h95cg95rs7f1zz318h2xy";
|
||||
buildDepends = [
|
||||
base mtl nats template-haskell th-lift th-reify-many
|
||||
];
|
||||
testDepends = [ base hspec template-haskell ];
|
||||
description = "Orphan instances for TH datatypes";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"th-orphans_0_12_0" = callPackage
|
||||
({ mkDerivation, base, hspec, mtl, nats, template-haskell, th-lift
|
||||
, th-reify-many
|
||||
}:
|
||||
|
@ -123168,14 +123221,11 @@ self: {
|
|||
({ mkDerivation, base, containers, text }:
|
||||
mkDerivation {
|
||||
pname = "tokenify";
|
||||
version = "0.1.0.0";
|
||||
revision = "2";
|
||||
sha256 = "0a75bk0ykmgpwh60whawqw6d2p195w5m140l5shq1v949l1d5m7x";
|
||||
editedCabalFile = "32816d10d3cc2d7c15a68a3001a7e080682d3d611b3dabb7cc6b07bffed20f2f";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1fyf1ym91dbhiw7hybzhllc375v4pizl058qazfdyw6cymqm4rch";
|
||||
buildDepends = [ base containers text ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/AKST/tokenify";
|
||||
description = "A regex based LR tokenizer";
|
||||
description = "A regex lexer";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
|
@ -126760,17 +126810,17 @@ self: {
|
|||
}) {};
|
||||
|
||||
"up" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, mtl, parsec, split
|
||||
, transformers
|
||||
({ mkDerivation, base, directory, filepath, lambda-options, mtl
|
||||
, split
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "up";
|
||||
version = "1.0.0.2";
|
||||
sha256 = "10dd90walys2q30b80c6z76v4lixp6cjbxq7gc43mqb67p0qnk67";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "1w37jmnmx2vrdwbdcnhb29bvy4857pzcx4gdavmcp598lsfj34vy";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base directory filepath mtl parsec split transformers
|
||||
base directory filepath lambda-options mtl split
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/thomaseding/up";
|
||||
|
@ -134590,8 +134640,8 @@ self: {
|
|||
"yesod-bin" = callPackage
|
||||
({ mkDerivation, async, attoparsec, base, base64-bytestring
|
||||
, blaze-builder, bytestring, Cabal, conduit, conduit-extra
|
||||
, containers, data-default-class, directory, file-embed, filepath
|
||||
, fsnotify, ghc, ghc-paths, http-client, http-conduit
|
||||
, containers, data-default-class, deepseq, directory, file-embed
|
||||
, filepath, fsnotify, ghc, ghc-paths, http-client, http-conduit
|
||||
, http-reverse-proxy, http-types, lifted-base, network
|
||||
, optparse-applicative, parsec, process, project-template
|
||||
, resourcet, shakespeare, split, streaming-commons, tar
|
||||
|
@ -134601,15 +134651,15 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-bin";
|
||||
version = "1.4.8";
|
||||
sha256 = "14q0m62wh35im7j12v8rmd0qwxdyvxk88gbsd19p26q03xf832da";
|
||||
version = "1.4.9.1";
|
||||
sha256 = "0ja7ayl1vmbjrlxngfvamfbw0cnqappdv0fqm6kdfhd8phpp9x94";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
async attoparsec base base64-bytestring blaze-builder bytestring
|
||||
Cabal conduit conduit-extra containers data-default-class directory
|
||||
file-embed filepath fsnotify ghc ghc-paths http-client http-conduit
|
||||
http-reverse-proxy http-types lifted-base network
|
||||
Cabal conduit conduit-extra containers data-default-class deepseq
|
||||
directory file-embed filepath fsnotify ghc ghc-paths http-client
|
||||
http-conduit http-reverse-proxy http-types lifted-base network
|
||||
optparse-applicative parsec process project-template resourcet
|
||||
shakespeare split streaming-commons tar template-haskell text time
|
||||
transformers transformers-compat unix-compat unordered-containers
|
||||
|
@ -135670,38 +135720,35 @@ self: {
|
|||
}) {};
|
||||
|
||||
"yi" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, Cabal
|
||||
, cautious-file, containers, data-default, directory, dlist
|
||||
, dynamic-state, dyre, exceptions, filepath, glib, gtk, hashable
|
||||
, hint, HUnit, lens, mtl, old-locale, oo-prototypes, pango, parsec
|
||||
, pointedlist, process, QuickCheck, random, regex-base, regex-tdfa
|
||||
, safe, semigroups, split, tasty, tasty-hunit, tasty-quickcheck
|
||||
, template-haskell, text, time, transformers-base, unix
|
||||
, unix-compat, unordered-containers, utf8-string, vty, word-trie
|
||||
, xdg-basedir, yi-language, yi-rope
|
||||
({ mkDerivation, array, base, binary, bytestring, Cabal, containers
|
||||
, data-default, directory, dlist, dynamic-state, dyre, exceptions
|
||||
, filepath, glib, gtk, hashable, HUnit, lens, mtl, old-locale
|
||||
, oo-prototypes, pango, parsec, pointedlist, process, QuickCheck
|
||||
, regex-base, regex-tdfa, safe, semigroups, split, tasty
|
||||
, tasty-hunit, tasty-quickcheck, template-haskell, text, time
|
||||
, transformers-base, unix, unix-compat, unordered-containers, vty
|
||||
, word-trie, xdg-basedir, yi-language, yi-rope
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yi";
|
||||
version = "0.11.2";
|
||||
sha256 = "0kqrdbfpihyds8mdai6j4dzzd8wbcchji0gdgpfb4w5kwhhh9dvz";
|
||||
version = "0.12.0";
|
||||
sha256 = "167x1zmkhrh7s4wjvvpp0pydgif1yl05by8j6wimi79wwvnkiyi7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
array base binary bytestring Cabal cautious-file containers
|
||||
data-default directory dlist dynamic-state dyre exceptions filepath
|
||||
glib gtk hashable hint lens mtl old-locale oo-prototypes pango
|
||||
parsec pointedlist process QuickCheck random regex-base regex-tdfa
|
||||
safe semigroups split template-haskell text time transformers-base
|
||||
unix unix-compat unordered-containers utf8-string vty word-trie
|
||||
xdg-basedir yi-language yi-rope
|
||||
array base binary bytestring Cabal containers data-default
|
||||
directory dlist dynamic-state dyre exceptions filepath glib gtk
|
||||
hashable lens mtl old-locale oo-prototypes pango parsec pointedlist
|
||||
process regex-base regex-tdfa safe semigroups split
|
||||
template-haskell text time transformers-base unix unix-compat
|
||||
unordered-containers vty word-trie xdg-basedir yi-language yi-rope
|
||||
];
|
||||
testDepends = [
|
||||
base directory filepath HUnit lens QuickCheck semigroups tasty
|
||||
tasty-hunit tasty-quickcheck text yi-language yi-rope
|
||||
];
|
||||
configureFlags = [ "-fpango" "-fvty" ];
|
||||
jailbreak = true;
|
||||
homepage = "http://haskell.org/haskellwiki/Yi";
|
||||
homepage = "https://yi-editor.github.io";
|
||||
description = "The Haskell-Scriptable Editor";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
|
@ -136502,10 +136549,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "zlib";
|
||||
version = "0.6.1.0";
|
||||
revision = "1";
|
||||
sha256 = "1yc4zfysbj28px064bfwz9n3b3i57c1dsfvkzgfxxmgj1mq65q7n";
|
||||
editedCabalFile = "4efd1cd219decf6e6a97795a52344922c36aace77dc4b6834502c218d48b9f13";
|
||||
version = "0.6.1.1";
|
||||
sha256 = "0dd79dxf56d8f6ad9if3j87s9gg7yd17ckypjxwplrbkahlb9xf5";
|
||||
buildDepends = [ base bytestring ];
|
||||
testDepends = [
|
||||
base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck
|
||||
|
|
Loading…
Reference in New Issue