hackage-packages.nix: update to 21baf54727 with hackage2nix revision b0eec6a5853fb52a28ae3ded058c3f7d0c510e2a

This commit is contained in:
Peter Simons 2015-05-16 22:42:29 +02:00
parent bb750e2b1b
commit f9f55b4147
1 changed files with 155 additions and 110 deletions

View File

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