mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
hackage-packages: re-generate from Hackage 2015-01-30T10:29:45+0100
This commit is contained in:
parent
d4e7fada66
commit
3ced26be95
@ -190,6 +190,7 @@ self: super: {
|
||||
js-jquery = dontCheck super.js-jquery;
|
||||
marmalade-upload = dontCheck super.marmalade-upload; # http://hydra.cryp.to/build/501904/nixlog/1/raw
|
||||
network-transport-zeromq = dontCheck super.network-transport-zeromq; # https://github.com/tweag/network-transport-zeromq/issues/30
|
||||
network-transport-tcp = dontCheck super.network-transport-tcp;
|
||||
raven-haskell = dontCheck super.raven-haskell; # http://hydra.cryp.to/build/502053/log/raw
|
||||
riak = dontCheck super.riak; # http://hydra.cryp.to/build/498763/log/raw
|
||||
stackage = dontCheck super.stackage; # http://hydra.cryp.to/build/501867/nixlog/1/raw
|
||||
@ -378,20 +379,27 @@ self: super: {
|
||||
# https://github.com/rrnewton/haskell-lockfree/issues/44
|
||||
chaselev-deque = markBrokenVersion "0.5.0.3" super.chaselev-deque;
|
||||
|
||||
# http://hydra.cryp.to/build/526196/nixlog/2/raw
|
||||
text-show = dontCheck super.text-show;
|
||||
|
||||
# https://github.com/kojung/sdf2p1-parser/issues/1
|
||||
sdf2p1-parser = dontHaddock super.sdf2p1-parser;
|
||||
|
||||
# https://github.com/mhwombat/grid/issues/12
|
||||
grid = dontCheck super.grid;
|
||||
|
||||
# https://github.com/zouppen/stratum-tool/issues/14
|
||||
stratum-tool = markBrokenVersion "0.0.4" super.stratum-tool;
|
||||
|
||||
# https://github.com/JPMoresmau/HGraphStorage/issues/1
|
||||
HGraphStorage = markBrokenVersion "0.0.1" super.HGraphStorage;
|
||||
# https://github.com/Gabriel439/Haskell-Turtle-Library/issues/1
|
||||
turtle = dontCheck super.turtle;
|
||||
|
||||
# https://github.com/Philonous/xml-picklers/issues/5
|
||||
xml-picklers = dontCheck super.xml-picklers;
|
||||
|
||||
# https://github.com/blamario/monoid-subclasses/issues/4
|
||||
monoid-subclasses = dontCheck super.monoid-subclasses;
|
||||
|
||||
# https://github.com/joeyadams/haskell-stm-delay/issues/3
|
||||
stm-delay = dontCheck super.stm-delay;
|
||||
|
||||
# https://github.com/JPMoresmau/HGraphStorage/issues/2
|
||||
HGraphStorage = dontHaddock super.HGraphStorage;
|
||||
|
||||
# https://github.com/fumieval/call/issues/3
|
||||
call = markBrokenVersion "0.1.2" super.call;
|
||||
rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial; # depends on call
|
||||
|
||||
} // {
|
||||
|
||||
|
@ -6197,8 +6197,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HGraphStorage";
|
||||
version = "0.0.1";
|
||||
sha256 = "1l6vd69dm19phl7vl8r6d21hralq7gc9raclypmf2nj97mf4743l";
|
||||
version = "0.0.2";
|
||||
sha256 = "0gml8mmxmpk9si7vldaq46j4a3c2l1rsssgazc93jg31nli021a5";
|
||||
buildDepends = [
|
||||
base binary bytestring containers data-default directory filepath
|
||||
lifted-base monad-control monad-logger resourcet text transformers
|
||||
@ -15311,8 +15311,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "abcBridge";
|
||||
version = "0.11";
|
||||
sha256 = "1wilwysn0rxlg5q971pa3njqmbmn8sdi4zsiqr8mc6aqlckws9b4";
|
||||
version = "0.12";
|
||||
sha256 = "1432hjaj0fccsd16if0wyiayp9wj66gam6c48fc1lgnqc5lvw5jj";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ aig base containers directory vector ];
|
||||
@ -16751,8 +16751,8 @@ self: {
|
||||
({ mkDerivation, base, mtl, QuickCheck, vector }:
|
||||
mkDerivation {
|
||||
pname = "aig";
|
||||
version = "0.2";
|
||||
sha256 = "0gv9s6x3jgkwmmq77risxfkk6nx2474zrwszk7gd3ygp6n01s3ry";
|
||||
version = "0.2.1";
|
||||
sha256 = "0wcqw5scaw2ximhbv9pnpngdlr36adci7hpqwj9haa9ql5pwqqxk";
|
||||
buildDepends = [ base mtl QuickCheck vector ];
|
||||
description = "And-inverter graphs in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -17523,8 +17523,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "amazonka";
|
||||
version = "0.2.2";
|
||||
sha256 = "1r3d17hk70krvvdh5935sd5rc20wvx7d7m3xslawm59369k2zf3g";
|
||||
version = "0.2.3";
|
||||
sha256 = "0zdkpk08m6d4cg0x7z8wkf27x01d3qrpsp31p0mhzsgmdrvr998m";
|
||||
buildDepends = [
|
||||
amazonka-core base bytestring conduit exceptions http-conduit lens
|
||||
mmorph monad-control mtl resourcet retry text time transformers
|
||||
@ -17540,8 +17540,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-autoscaling";
|
||||
version = "0.2.2";
|
||||
sha256 = "1mqcdbkfdpc1ym35cg95m20hbdgsrfbbn7ckf3y9r988q8qlgzq3";
|
||||
version = "0.2.3";
|
||||
sha256 = "13kpibj6c23lwj4gj401jdhq480hy8qhcphvasqmkh7xs7vabn81";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Auto Scaling SDK";
|
||||
@ -17553,8 +17553,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudformation";
|
||||
version = "0.2.2";
|
||||
sha256 = "17h3lvkvrb6lc9j9jzka56s2q7rdyygvd1aylrjxxl05c65rdzs7";
|
||||
version = "0.2.3";
|
||||
sha256 = "1i2b07swgq6i4szwl3y2jl8p7bc68hfcfpp338ghg970rvjps6ja";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudFormation SDK";
|
||||
@ -17566,8 +17566,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudfront";
|
||||
version = "0.2.2";
|
||||
sha256 = "1kd33xsqrj6jkc2a8l4g1bl8iismmik353zldm3zxpz4i5xd7bzy";
|
||||
version = "0.2.3";
|
||||
sha256 = "1r6vs3xfph1i9b36s7kn5d70bls7fwwhrd94drv5f0rcm372ck9b";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudFront SDK";
|
||||
@ -17579,8 +17579,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudhsm";
|
||||
version = "0.2.2";
|
||||
sha256 = "03y087skr35kf7h25nj81jknbwlg535qvslcxvnv5hqc4v51yil4";
|
||||
version = "0.2.3";
|
||||
sha256 = "0rak82ahr6qvi4ahkrmxrbivnda06bw91z3zg1lgl6qxyas0601m";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudHSM SDK";
|
||||
@ -17592,8 +17592,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudsearch";
|
||||
version = "0.2.2";
|
||||
sha256 = "0n67sicfg3n1b2vn1i9hzgkmrjvjn205adsar3q1pa7jvin65ay9";
|
||||
version = "0.2.3";
|
||||
sha256 = "18zrmr43045ql886fjz0911j80sdhj34xvxqbpx47xmwmwinqa58";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudSearch SDK";
|
||||
@ -17605,8 +17605,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudsearch-domains";
|
||||
version = "0.2.2";
|
||||
sha256 = "1sfvrq4ckz2mdk1zhxbmj5bqbnhlirvwlskn3mp10dxh7l1f7ynl";
|
||||
version = "0.2.3";
|
||||
sha256 = "0xchvnqvjbl808yy08kh7zqkpl2wjn7yyqy0wjisw0az106smp1g";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudSearch Domain SDK";
|
||||
@ -17618,8 +17618,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudtrail";
|
||||
version = "0.2.2";
|
||||
sha256 = "1wzbzi44zzhkmbrvkzwh9r9hhg9lns2wfg07w0xwq9svhj7xsl42";
|
||||
version = "0.2.3";
|
||||
sha256 = "0i5z4p1qrn15g0khi66bcdp6m8nlac0r7lafgfqj5mndj3ml08bp";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudTrail SDK";
|
||||
@ -17631,8 +17631,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudwatch";
|
||||
version = "0.2.2";
|
||||
sha256 = "028wa41sczhra8iv5zmqgiipvyag5a63niypk5i61ph9p2jbj4z3";
|
||||
version = "0.2.3";
|
||||
sha256 = "0szdk7z4z2dzflzff46mjn627i9dlpqzvzwrv0rnhm2wcdz5i2i5";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudWatch SDK";
|
||||
@ -17643,8 +17643,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cloudwatch-logs";
|
||||
version = "0.2.2";
|
||||
sha256 = "14rrvf62i59305rrjc7w802x7dn0iqvqxqz64gl2wsb3vg0fdy31";
|
||||
version = "0.2.3";
|
||||
sha256 = "16kjzpr70m0ag7ss7ijswhw6h25xikp280hd6ng4dwdplgzci1zl";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CloudWatch Logs SDK";
|
||||
@ -17656,8 +17656,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-codedeploy";
|
||||
version = "0.2.2";
|
||||
sha256 = "1jk226j3k2yk1l5bzv782kfwx93w1hjinkgh2k0cygjlxq1gxxhl";
|
||||
version = "0.2.3";
|
||||
sha256 = "0dp1nhsand12fcv1z0p238i04ajylkqjb0wf8a0ksv0997zgzaw5";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon CodeDeploy SDK";
|
||||
@ -17669,8 +17669,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cognito-identity";
|
||||
version = "0.2.2";
|
||||
sha256 = "12yrw0filmvmj3cyykk9i5sdkraqhi0rzy2w7pj1pbqzdc42ldlr";
|
||||
version = "0.2.3";
|
||||
sha256 = "0awhxx148rkla192pvk8qwiw87z7hy8z2nsa33aysbs47aasnsdj";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Cognito Identity SDK";
|
||||
@ -17682,8 +17682,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-cognito-sync";
|
||||
version = "0.2.2";
|
||||
sha256 = "17sa0qbkxav0zmbvj29prq71sjb9ick7h56nbiy0r00xd8hqnks9";
|
||||
version = "0.2.3";
|
||||
sha256 = "09wvx1mp8vxx8hkwdgkrdhkfclb7v0g5q9lk4a42r70yf2qfq2fw";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Cognito Sync SDK";
|
||||
@ -17695,8 +17695,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-config";
|
||||
version = "0.2.2";
|
||||
sha256 = "1qxjmxz157q5m81xddaljyssni76jkzh09z5rilzmb11s0cr0559";
|
||||
version = "0.2.3";
|
||||
sha256 = "0acs6gh9qkwdv9kcp9giyz021w0jzq47340shc44zwx5l0s0a1af";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Config SDK";
|
||||
@ -17715,8 +17715,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "amazonka-core";
|
||||
version = "0.2.2";
|
||||
sha256 = "1362fw6wwqcdysdnz52r75cdspm1f0acf68f9ahbs0cqxaqc5rx0";
|
||||
version = "0.2.3";
|
||||
sha256 = "1s9mlkrql7vmm14nppx9ixlk3364rc50m4k1lgxiddmz2hhc74v0";
|
||||
buildDepends = [
|
||||
aeson attoparsec base base16-bytestring base64-bytestring
|
||||
bifunctors bytestring case-insensitive conduit conduit-extra
|
||||
@ -17738,8 +17738,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-datapipeline";
|
||||
version = "0.2.2";
|
||||
sha256 = "19chafh4g62599fjrn4gkn7j1a11s3b239kpfkwfkdsnm1azd6k0";
|
||||
version = "0.2.3";
|
||||
sha256 = "1b4pz5shyms8zb5d46z51rawj7pvajsbbgprkzw2jm522d0cmzvq";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Data Pipeline SDK";
|
||||
@ -17751,8 +17751,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-directconnect";
|
||||
version = "0.2.2";
|
||||
sha256 = "10m009n20fi67g88d136732jpgpvc64b609z0a8vgv0b50wjhpzh";
|
||||
version = "0.2.3";
|
||||
sha256 = "0cn2rf2lddjvfcsznhpfirl8nj47pmrfdqxx4jp2kly5yxcwrivv";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Direct Connect SDK";
|
||||
@ -17764,8 +17764,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-dynamodb";
|
||||
version = "0.2.2";
|
||||
sha256 = "1sq744hk3rz8nh2as06zf3asz1k58w0mh4nm40zzf6hfig5aqhhi";
|
||||
version = "0.2.3";
|
||||
sha256 = "02402hrqp8iwjq7mww8s3z5vx37fh2n3slv4fvz0bz38dgbgfpz2";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon DynamoDB SDK";
|
||||
@ -17777,8 +17777,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-ec2";
|
||||
version = "0.2.2";
|
||||
sha256 = "03l8ppl0zrw5s134v7mi5wwxpq31kcswya4g9xwy03ddkzr7qhcx";
|
||||
version = "0.2.3";
|
||||
sha256 = "0hcq8l4bilb8fd91k8nsv96xkrc2gqvy1ms95iycwhc8lm1g0wa0";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Elastic Compute Cloud SDK";
|
||||
@ -17790,8 +17790,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-elasticache";
|
||||
version = "0.2.2";
|
||||
sha256 = "05fk927wxhn84izypfz08c97qfrghy320vc2kzwn6w22bg1g54ck";
|
||||
version = "0.2.3";
|
||||
sha256 = "1vj3dmcfrql8r3m50ck7afilbv8knp9cd5g0x7l6c1qp3klnz9b9";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon ElastiCache SDK";
|
||||
@ -17803,8 +17803,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-elasticbeanstalk";
|
||||
version = "0.2.2";
|
||||
sha256 = "11x4ddgpvn8ayjxj078f2vc4wgya93i662v3hyfbzhk1k0qm27dd";
|
||||
version = "0.2.3";
|
||||
sha256 = "0lrv91mx3bml3gc8cw9pjlb2klag9bnxajgjl44vxacnbs2qb4xz";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Elastic Beanstalk SDK";
|
||||
@ -17816,8 +17816,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-elastictranscoder";
|
||||
version = "0.2.2";
|
||||
sha256 = "0myvwi8hq1ja98p955zgszpqxq0iw2b7kwsmd742jwr6k3nsj1h4";
|
||||
version = "0.2.3";
|
||||
sha256 = "1fm3hyg798zajrflp09wvmzs5ih2614xkbr8ylnwkzjfpspqi9s9";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Elastic Transcoder SDK";
|
||||
@ -17829,8 +17829,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-elb";
|
||||
version = "0.2.2";
|
||||
sha256 = "11k7flsg1ra3jv23l8qqqbfnw9q6zs7l0n6frf0ikw95k0ycm9l1";
|
||||
version = "0.2.3";
|
||||
sha256 = "1m59zb62d80h6pbhc4azqnmalgn0hs60ij0q9dgr4igxlbwag5d8";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Elastic Load Balancing SDK";
|
||||
@ -17842,8 +17842,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-emr";
|
||||
version = "0.2.2";
|
||||
sha256 = "0xrx9v8icf5x2d8kmxjki3rsx2ggpxi2jwd240w9i72s6jdrqk9k";
|
||||
version = "0.2.3";
|
||||
sha256 = "0khmhhhlwwfbb8h2f5djqvpy3c8lh18hy6wvwwxznc2raqlrpvgq";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Elastic MapReduce SDK";
|
||||
@ -17855,8 +17855,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-iam";
|
||||
version = "0.2.2";
|
||||
sha256 = "1nqsvkl2s3sb2n18ssvzcnnym4cayh9aycsdppqin7gfykcravw0";
|
||||
version = "0.2.3";
|
||||
sha256 = "1yayzjr8zjrcw8ynprw4737qg0zi580mcxc0r51g8dik19fg6rly";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Identity and Access Management SDK";
|
||||
@ -17868,8 +17868,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-importexport";
|
||||
version = "0.2.2";
|
||||
sha256 = "04c5yn4q5nmf1gavpmaw4rp810gsjxsz046q0rsmnjpl993k692r";
|
||||
version = "0.2.3";
|
||||
sha256 = "0874iyrq3lsk4b3hpxh491c5jic9y8ififqsxgxv70ywipvfr7d0";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Import/Export SDK";
|
||||
@ -17881,8 +17881,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-kinesis";
|
||||
version = "0.2.2";
|
||||
sha256 = "07zbndcv4qzc4a1yhmjkwyizb5d6xkxi1jvbg49zy76vz0vhd5n6";
|
||||
version = "0.2.3";
|
||||
sha256 = "0i2bv484hhh0rg47669i51qizcm904cq74amf93a5c8pbla1b2fb";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Kinesis SDK";
|
||||
@ -17894,8 +17894,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-kms";
|
||||
version = "0.2.2";
|
||||
sha256 = "0qh87ap12xw4zma8giaqf7y2awhrg0d388fzd8p3x7dnm6i0cqqb";
|
||||
version = "0.2.3";
|
||||
sha256 = "1xd27qfm08ygi3vlk35qma381p4dq6q357qm5jasfpcm9jj33rss";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Key Management Service SDK";
|
||||
@ -17906,8 +17906,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-lambda";
|
||||
version = "0.2.2";
|
||||
sha256 = "0427ldlm5yb72v5llsdpl0y2y2r15v0sbpxpkyjbmvg0wicm6azx";
|
||||
version = "0.2.3";
|
||||
sha256 = "09hjb5qyvd4yairwxrpajksdrzqva350qnqh9azb9xzlsl6wfxry";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Lambda SDK";
|
||||
@ -17919,8 +17919,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-opsworks";
|
||||
version = "0.2.2";
|
||||
sha256 = "1jf2prqg9khmxdmyz44gah2z5lhz9hcpp37i37i674sljm0xypaj";
|
||||
version = "0.2.3";
|
||||
sha256 = "09scxvk2jp8k4a7ggaphq0ywp3f4d5xy422sds55kfd0m32cqcpg";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon OpsWorks SDK";
|
||||
@ -17932,8 +17932,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-rds";
|
||||
version = "0.2.2";
|
||||
sha256 = "11cxbs3g8pzxmvnmj3wag262sjg9y6w90ybamy0ssbv56k85vp6s";
|
||||
version = "0.2.3";
|
||||
sha256 = "13hgkww38p1q79xzpd4gj9dv2rzhsba9z8lh5gb4iqyb34831c0i";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Relational Database Service SDK";
|
||||
@ -17945,8 +17945,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-redshift";
|
||||
version = "0.2.2";
|
||||
sha256 = "09ga75l0bwv1mgwc1yl5s1066ks34d5v6rx7y3sl0qxnmnh5v7n7";
|
||||
version = "0.2.3";
|
||||
sha256 = "05pm2v1hqb5aha979mrx59d9qxqr3kn8f402m30lp0v0gfqlvxj0";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Redshift SDK";
|
||||
@ -17958,8 +17958,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-route53";
|
||||
version = "0.2.2";
|
||||
sha256 = "184ivwmim9jnp7b3jk98ayj9bj0ll9nidv5j87agaq33ic2kpsak";
|
||||
version = "0.2.3";
|
||||
sha256 = "1qklx8iv7isasys02n5ga6ml83j86lmgi92dlwa5spqbvrq8cqbs";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Route 53 SDK";
|
||||
@ -17971,8 +17971,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-route53-domains";
|
||||
version = "0.2.2";
|
||||
sha256 = "0qg36hnwnzc0zhl1lvf1cbkrc8wq9n4jghxi8syrcx0bz5l0bsjr";
|
||||
version = "0.2.3";
|
||||
sha256 = "0gxjfjw82nhiza7gxpj2qbyli8jd45rbhgmx17vqj5f741b186d8";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Route 53 Domains SDK";
|
||||
@ -17984,8 +17984,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-s3";
|
||||
version = "0.2.2";
|
||||
sha256 = "0vcraa8mfwvb7rxyd938d7j0v70hp931ys4nl56s62b9qsjakpry";
|
||||
version = "0.2.3";
|
||||
sha256 = "1mv8qz5i4bbiarfai4ryvwwbx52dc8hd4kfi75avglmji8cda315";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Simple Storage Service SDK";
|
||||
@ -17997,8 +17997,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-sdb";
|
||||
version = "0.2.2";
|
||||
sha256 = "0i527gwc4ahf2ymi31ih2iqgsfja7ifb7kd41l0vpg9757wb53cm";
|
||||
version = "0.2.3";
|
||||
sha256 = "0bd3xr85vp8i6qkd3nqhcppc5vvzgqc1f1xjcbk3mp03vdxbpaal";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon SimpleDB SDK";
|
||||
@ -18010,8 +18010,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-ses";
|
||||
version = "0.2.2";
|
||||
sha256 = "0lrd1089yms929nragz3a08z1rwnq0zragsl6f19n3i04dfi51nq";
|
||||
version = "0.2.3";
|
||||
sha256 = "0657j13v78laz8bv2lpmzr44bijifbx59g0fsv76m3jfirkgv1lj";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Simple Email Service SDK";
|
||||
@ -18023,8 +18023,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-sns";
|
||||
version = "0.2.2";
|
||||
sha256 = "1jsm0v9m3vj8yl4sy3bcsswvzq1hn792ahdxhphg5jnrygagwhza";
|
||||
version = "0.2.3";
|
||||
sha256 = "11xkzgcflz5smp0mpbbsl2l61g5qwzmrzfxvkq0rzavfaqpr6jzc";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Simple Notification Service SDK";
|
||||
@ -18036,8 +18036,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-sqs";
|
||||
version = "0.2.2";
|
||||
sha256 = "0jd4chazd2s02i1w8qbk8zypw24m5j0xsrz6zbilgni8qisgsvah";
|
||||
version = "0.2.3";
|
||||
sha256 = "1gziq56fs5iggasggn4d2k7q6dvrg2shabnfgmk7c9pxsqbaj2c6";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Simple Queue Service SDK";
|
||||
@ -18049,8 +18049,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-storagegateway";
|
||||
version = "0.2.2";
|
||||
sha256 = "10xiwsws3j9lwk8d4c1q6fq8mblzvd981n1yjx25igmdj1jp0vhr";
|
||||
version = "0.2.3";
|
||||
sha256 = "1pj0cnixbqwwxpwh46bcm96j0b686vwd6cdglb3rhg2nq76whjs1";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Storage Gateway SDK";
|
||||
@ -18062,8 +18062,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-sts";
|
||||
version = "0.2.2";
|
||||
sha256 = "0x03aj61b2krzdw00rxx2c34jcn8w8r3yacq4m5f0kcz8wpr4whl";
|
||||
version = "0.2.3";
|
||||
sha256 = "13wisry1c0fig9vw6nr9pw7jwyq4p2gylb568al5s812hw2nisxg";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Security Token Service SDK";
|
||||
@ -18075,8 +18075,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-support";
|
||||
version = "0.2.2";
|
||||
sha256 = "0sf7sm8aw5b7y2ybf103gq4cq6bcgrmmxpx25ab7bz1wq4wabsii";
|
||||
version = "0.2.3";
|
||||
sha256 = "0sqsx03iw0cf9is491y0gwpaw1xv39nplmja1a2as3iw46vf3382";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Support SDK";
|
||||
@ -18088,8 +18088,8 @@ self: {
|
||||
({ mkDerivation, amazonka-core, base }:
|
||||
mkDerivation {
|
||||
pname = "amazonka-swf";
|
||||
version = "0.2.2";
|
||||
sha256 = "1ar7c6f127myp835fywmyb38h16gv9sdz65n7gywlw887yr5wfm8";
|
||||
version = "0.2.3";
|
||||
sha256 = "06a7mx44crgh3dwx8amvrqwprdrlhdhvmyw3jybzidm5c2lfjyay";
|
||||
buildDepends = [ amazonka-core base ];
|
||||
homepage = "https://github.com/brendanhay/amazonka";
|
||||
description = "Amazon Simple Workflow Service SDK";
|
||||
@ -20880,8 +20880,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aws-kinesis-client";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "13ij4yc5k2haf9afm3x0f6yf33ig8dv3w45m9alkghk2l5zyjhl8";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "1zz9wxgcsnx28i9rg0sykjdmg0fhnv1ycgvzrxnpkph0j8zllsis";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -33151,8 +33151,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "creatur";
|
||||
version = "5.9.0";
|
||||
sha256 = "10iqpj52jgcmwxisbfc0xxglfh6m8fw26a0gx25nn9mr0vq43sda";
|
||||
version = "5.9.2";
|
||||
sha256 = "0wr1nmaaz9hvfp8dk0yf3srw3x4zksr11g35nbsxw7pdpsyc1ghr";
|
||||
buildDepends = [
|
||||
array base bytestring cereal cond directory filepath gray-extended
|
||||
hdaemonize MonadRandom mtl old-locale process random split time
|
||||
@ -45686,8 +45686,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "formatting";
|
||||
version = "6.1.2";
|
||||
sha256 = "183mwjc0iqp0kz426yv01p66yyn9xygrgq5df1qpw2fva0b5fvz0";
|
||||
version = "6.2.0";
|
||||
sha256 = "13w2322djffajqdy48lwfngcrbh5pc9ivhy1w5zgxcjqc0amlv5v";
|
||||
buildDepends = [
|
||||
base clock old-locale scientific text text-format time
|
||||
];
|
||||
@ -46348,8 +46348,8 @@ self: {
|
||||
({ mkDerivation, base, containers, mtl }:
|
||||
mkDerivation {
|
||||
pname = "frp-arduino";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1a0rz2n6vk640vx4127dg60v09ryhni9djg6xw6vy5i5npgxcyvb";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "00659x5f5dq4lb25ss880cqggqc63i7wqik04qvzk1kq3dl9six5";
|
||||
buildDepends = [ base containers mtl ];
|
||||
homepage = "http://github.com/frp-arduino/frp-arduino";
|
||||
description = "Arduino programming without the hassle of C";
|
||||
@ -48809,19 +48809,18 @@ self: {
|
||||
"git-vogue" = callPackage
|
||||
({ mkDerivation, base, bifunctors, Cabal, containers, cpphs, Diff
|
||||
, directory, filepath, formatting, ghc-mod, haskell-src-exts, hlint
|
||||
, hscolour, hspec, list-tries, mtl, optparse-applicative, process
|
||||
, split, strict, stylish-haskell, temporary, text, transformers
|
||||
, unix
|
||||
, hscolour, hspec, mtl, optparse-applicative, process, split
|
||||
, strict, stylish-haskell, temporary, text, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "git-vogue";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0dic8rg8iwdscjl906pdzr432z70bzrkhcnh4fal015ql3wnb4a2";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1l1ly1wkfidpzxr68z0qyfyj0pq7wdn534m4ks0hvh45sp6v569c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bifunctors Cabal containers cpphs Diff directory filepath
|
||||
formatting ghc-mod haskell-src-exts hlint hscolour list-tries mtl
|
||||
formatting ghc-mod haskell-src-exts hlint hscolour mtl
|
||||
optparse-applicative process split strict stylish-haskell text
|
||||
transformers unix
|
||||
];
|
||||
@ -50603,13 +50602,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gray-extended";
|
||||
version = "1.5";
|
||||
sha256 = "19v7vazq1dxqj324m36ff88xp8w5jssbh8w50i2ba8c3h7s2x470";
|
||||
version = "1.5.1";
|
||||
sha256 = "1lami8ncp9d4k25vzb23gz9067ahp8vws378qb57hnkisfnn932q";
|
||||
buildDepends = [ base ];
|
||||
testDepends = [
|
||||
base QuickCheck test-framework test-framework-quickcheck2
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/mhwombat/gray-extended";
|
||||
description = "Gray encoding schemes";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -50665,8 +50663,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "grid";
|
||||
version = "7.7.0";
|
||||
sha256 = "0v8r95f478hrf4zylpmasr4mpsa58l07am1ci33cbm4dk31akdzr";
|
||||
version = "7.7.1";
|
||||
sha256 = "06xpfzqnsyrknfccqb748prvx3f87jzvmzfpp75x5s1psms7685b";
|
||||
buildDepends = [ base cereal containers ];
|
||||
testDepends = [
|
||||
base containers QuickCheck test-framework
|
||||
@ -53063,6 +53061,7 @@ self: {
|
||||
system-filepath tagsoup test-framework test-framework-hunit
|
||||
test-framework-quickcheck2 text time
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://jaspervdj.be/hakyll";
|
||||
description = "A static website compiler library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -57644,8 +57643,8 @@ self: {
|
||||
({ mkDerivation, base, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "heap";
|
||||
version = "1.0.1";
|
||||
sha256 = "1fjnjbq88m32y80pwp3ly6nc21fnz0v54wvpkzdblrx92azlykz3";
|
||||
version = "1.0.2";
|
||||
sha256 = "1xwgdx4m558m2xqmqnskkbja9s1lqm131xphjgk0yclsk0sv8was";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base QuickCheck ];
|
||||
@ -65725,8 +65724,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-conduit-downloader";
|
||||
version = "1.0.22";
|
||||
sha256 = "0bvm8hbhs4vq9zy04wz6nawg0px398jv9by3cvj80lgyzwbaxgn3";
|
||||
version = "1.0.23";
|
||||
sha256 = "0x5yq66b1wp2id39355sajsxplm3wqz3171z3yfp4sjb3iym835x";
|
||||
buildDepends = [
|
||||
base bytestring conduit connection data-default HsOpenSSL
|
||||
http-client http-conduit http-types lifted-base mtl network
|
||||
@ -70248,9 +70247,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "jammittools";
|
||||
version = "0.3";
|
||||
sha256 = "0qwnqnz3s4bmgmhmy05x58znxz7vdr1bjbkd5lb6pzbi11grjipg";
|
||||
editedCabalFile = "b0420abe6a275a5a5c1feadde440a67fa2ebb7c03935837dbd27c4da14c013d0";
|
||||
version = "0.3.2";
|
||||
sha256 = "062w3m54my6v2lixlq1zgz7ajf6vdx7p1g0qzs6nc2h4jf0vnybm";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -71742,8 +71740,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "keyword-args";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "0axl2wc01jgqd6jirkl69zr099nc6sp0wlkmb597983yvagbvgjv";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0zq65y5xkma2b6wj71f5i0x39bpr8i0nljqnnnlzdz9z8ddr1l8r";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base bytestring cassava containers parsec ];
|
||||
@ -73078,8 +73076,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "language-javascript";
|
||||
version = "0.5.13.1";
|
||||
sha256 = "00ja4n8s9yfncwvxgpf7ipazk97zxwrlmpki2r3w3vk6r7hvg8l0";
|
||||
version = "0.5.13.3";
|
||||
sha256 = "069spax169v0qq5axwccgxdmiyjlnjg1bhzqh09dp5yx9w5fk47x";
|
||||
buildDepends = [
|
||||
array base blaze-builder bytestring containers mtl utf8-string
|
||||
];
|
||||
@ -73089,7 +73087,6 @@ self: {
|
||||
utf8-string
|
||||
];
|
||||
buildTools = [ alex happy ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/alanz/language-javascript";
|
||||
description = "Parser for JavaScript";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -75060,20 +75057,20 @@ self: {
|
||||
|
||||
"linear" = callPackage
|
||||
({ mkDerivation, adjunctions, base, binary, bytestring, containers
|
||||
, directory, distributive, doctest, filepath, ghc-prim, hashable
|
||||
, HUnit, lens, reflection, semigroupoids, semigroups
|
||||
, deepseq, directory, distributive, doctest, filepath, ghc-prim
|
||||
, hashable, HUnit, lens, reflection, semigroupoids, semigroups
|
||||
, simple-reflect, tagged, template-haskell, test-framework
|
||||
, test-framework-hunit, transformers, unordered-containers, vector
|
||||
, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "linear";
|
||||
version = "1.16.1";
|
||||
sha256 = "108xw6m47g6rmhq2fjxqk0znpd0zj815xqbbsyl8vkqvcf2037p1";
|
||||
version = "1.16.2";
|
||||
sha256 = "1nd9jxg0zyjncmlxx6qf80378si5h1c4pnyy7zzwnbyqm81d9bqv";
|
||||
buildDepends = [
|
||||
adjunctions base binary containers distributive ghc-prim hashable
|
||||
lens reflection semigroupoids semigroups tagged template-haskell
|
||||
transformers unordered-containers vector void
|
||||
adjunctions base binary containers deepseq distributive ghc-prim
|
||||
hashable lens reflection semigroupoids semigroups tagged
|
||||
template-haskell transformers unordered-containers vector void
|
||||
];
|
||||
testDepends = [
|
||||
base binary bytestring directory doctest filepath HUnit lens
|
||||
@ -76769,12 +76766,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"lrucache" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
({ mkDerivation, base, containers, contravariant }:
|
||||
mkDerivation {
|
||||
pname = "lrucache";
|
||||
version = "1.1.1.4";
|
||||
sha256 = "0w3b338wsf7c0acjxxfdjxsljfpsix67aihkl2jwnp5x71awf8qh";
|
||||
buildDepends = [ base containers ];
|
||||
version = "1.2.0.0";
|
||||
sha256 = "05knlckzx261yxbz38rqq8vy86zj1np0w2l32cnib6714vhaj5sz";
|
||||
buildDepends = [ base containers contravariant ];
|
||||
homepage = "http://github.com/chowells79/lrucache";
|
||||
description = "a simple, pure LRU cache";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -85300,9 +85297,10 @@ self: {
|
||||
({ mkDerivation, array, base, containers, mtl, random }:
|
||||
mkDerivation {
|
||||
pname = "obdd";
|
||||
version = "0.3.1";
|
||||
sha256 = "1blj9k4wd14shif4dngip5kl9zmavrhp0bnr2xciz8r8is1x0q4j";
|
||||
version = "0.3.2";
|
||||
sha256 = "0dck1jaw2smvnc1cdjmxjchsxsjw14h98y58lm5z0ccl3rfjr1hw";
|
||||
buildDepends = [ array base containers mtl random ];
|
||||
homepage = "https://github.com/jwaldmann/haskell-obdd";
|
||||
description = "Ordered Reduced Binary Decision Diagrams";
|
||||
license = "GPL";
|
||||
}) {};
|
||||
@ -94387,16 +94385,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"rawstring-qm" = callPackage
|
||||
({ mkDerivation, base, bytestring, haskell-src-meta
|
||||
, template-haskell, text
|
||||
}:
|
||||
({ mkDerivation, base, bytestring, template-haskell, text }:
|
||||
mkDerivation {
|
||||
pname = "rawstring-qm";
|
||||
version = "0.1.6";
|
||||
sha256 = "0wzf0yz7bc9nfa0px39r3nqswwvdfy79vgbgkxmj5la3sjlc5v39";
|
||||
buildDepends = [
|
||||
base bytestring haskell-src-meta template-haskell text
|
||||
];
|
||||
version = "0.2.2.2";
|
||||
sha256 = "0h3s62sn84skwx3p9lcycswydvg6rijig7pk3g7v4rvypfdlybz6";
|
||||
buildDepends = [ base bytestring template-haskell text ];
|
||||
homepage = "https://github.com/tolysz/rawstring-qm";
|
||||
description = "Simple raw string quotation and dictionary interpolation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -96809,20 +96803,20 @@ self: {
|
||||
"rest-gen" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-html, Cabal, code-builder
|
||||
, directory, fclabels, filepath, hashable, haskell-src-exts
|
||||
, hslogger, HStringTemplate, HUnit, hxt, json-schema, pretty
|
||||
, process, rest-core, safe, scientific, semigroups, split, tagged
|
||||
, HStringTemplate, HUnit, hxt, json-schema, pretty, process
|
||||
, rest-core, safe, scientific, semigroups, split, tagged
|
||||
, test-framework, test-framework-hunit, text, uniplate
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rest-gen";
|
||||
version = "0.16.1.7";
|
||||
sha256 = "0hp76x7j3mp4hdhqcxbxyq6c3q4gmqph6r5c2xazqsqn8v4dzmw4";
|
||||
version = "0.16.1.8";
|
||||
sha256 = "0wwxx5a5s4b7j1qbcphprdpba2jy8qx449mq4k4qmz55xzacii2v";
|
||||
buildDepends = [
|
||||
aeson base blaze-html Cabal code-builder directory fclabels
|
||||
filepath hashable haskell-src-exts hslogger HStringTemplate hxt
|
||||
json-schema pretty process rest-core safe scientific semigroups
|
||||
split tagged text uniplate unordered-containers vector
|
||||
filepath hashable haskell-src-exts HStringTemplate hxt json-schema
|
||||
pretty process rest-core safe scientific semigroups split tagged
|
||||
text uniplate unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
base fclabels haskell-src-exts HUnit rest-core test-framework
|
||||
@ -98336,8 +98330,8 @@ self: {
|
||||
({ mkDerivation, base, mtl, transformers }:
|
||||
mkDerivation {
|
||||
pname = "safe-access";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "0k3ynhx6ydwz1b25z9yvpxkqy2ynz2d7db52pzbb70p6vmm1cq2i";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "0pijjy8ilq0spmanilmhqxkkrky7ldacxphz5ci8pvnw4g6y40z8";
|
||||
buildDepends = [ base mtl transformers ];
|
||||
jailbreak = true;
|
||||
homepage = "http://hub.darcs.net/thoferon/safe-access";
|
||||
@ -98902,12 +98896,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "satchmo";
|
||||
version = "2.8.1";
|
||||
sha256 = "1n7my96x9djy0fkk8rx3pg0z0jyy66va8jk2bqn8ddnxvmazd05v";
|
||||
version = "2.8.2";
|
||||
sha256 = "1c0p5prhrm05km9sym62nyxacipdy2yib84yw6d869dh3kbd97kq";
|
||||
buildDepends = [
|
||||
array base bytestring containers directory minisat mtl process
|
||||
];
|
||||
homepage = "<https://github.com/jwaldmann/satchmo>";
|
||||
homepage = "https://github.com/jwaldmann/satchmo";
|
||||
description = "SAT encoding monad";
|
||||
license = "GPL";
|
||||
}) {};
|
||||
@ -99819,8 +99813,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "sdf2p1-parser";
|
||||
version = "0.1";
|
||||
sha256 = "1zyi5yjsrvqkvynkabpzv8qv6g2sxfvds968x4npnwsc2bl4vyy1";
|
||||
version = "0.1.1";
|
||||
sha256 = "1az42i4ridb4xza6zyg2mrsfv7gjp61727cmnfcy5x5b55nl3ahz";
|
||||
buildDepends = [ base bytestring parsec transformers ];
|
||||
testDepends = [
|
||||
base bytestring Cabal HUnit parsec test-framework
|
||||
@ -100525,14 +100519,14 @@ self: {
|
||||
}) {};
|
||||
|
||||
"sequent-core" = callPackage
|
||||
({ mkDerivation, base, ghc }:
|
||||
({ mkDerivation, base, containers, ghc, transformers }:
|
||||
mkDerivation {
|
||||
pname = "sequent-core";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0mikfqsji08i3lmi30v3iljisvi6cp5n5xhq9cppa1ji4q8sx5la";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "13a9ss9z0af1kgmif8sr0hwarmf3wafi8sc0r5g840qgm14g3l7x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base ghc ];
|
||||
buildDepends = [ base containers ghc transformers ];
|
||||
homepage = "https://github.com/lukemaurer/sequent-core";
|
||||
description = "Alternative Core language for GHC plugins";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -104019,8 +104013,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "snaplet-persistent";
|
||||
version = "0.4.1";
|
||||
sha256 = "0z4q4qwn4is96a8ld5dx82nb653ijjl8zsr72di50y9w8wvd0y10";
|
||||
version = "0.5";
|
||||
sha256 = "1zbxknmsg9q6jwbxr4nh8nkfgkjmxb7pr2wwqa7rgr0wvh8ipx5k";
|
||||
buildDepends = [
|
||||
base bytestring clientsession configurator errors heist lens
|
||||
monad-logger MonadCatchIO-transformers mtl persistent
|
||||
@ -111090,8 +111084,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "text-show";
|
||||
version = "0.6";
|
||||
sha256 = "0pw081v81bv1m0s5i3q2l1nawlcz238n0hc86f6kh1dlqdwxkp0s";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "01abl9vah82v8z1a8la57afnvj0hd3ri1lb7bj6w5dmzsv8pjp41";
|
||||
buildDepends = [
|
||||
array base bytestring ghc-prim nats semigroups template-haskell
|
||||
text transformers void
|
||||
@ -112013,8 +112007,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tidal";
|
||||
version = "0.4.21";
|
||||
sha256 = "06789pk07x8rpgdkyvscqw4mr9bwj258jbpwm6wq715kymnln017";
|
||||
version = "0.4.26";
|
||||
sha256 = "1biri4b2phc7qj12a9lzwp8k5bjx3f88a831b64a2kkcg4xdpyz0";
|
||||
buildDepends = [
|
||||
base binary bytestring colour containers hashable hmt hosc
|
||||
mersenne-random-pure64 mtl parsec process text time transformers
|
||||
@ -113903,6 +113897,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"turtle" = callPackage
|
||||
({ mkDerivation, async, base, clock, directory, doctest, foldl
|
||||
, managed, process, system-fileio, system-filepath, temporary, text
|
||||
, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "turtle";
|
||||
version = "1.0.0";
|
||||
sha256 = "1swgf909akj9nsszmn38xljl5d6bmi3iiy7b28rbk0sh7bwi8f4z";
|
||||
buildDepends = [
|
||||
async base clock directory foldl managed process system-fileio
|
||||
system-filepath temporary text time transformers unix
|
||||
];
|
||||
testDepends = [ base doctest ];
|
||||
description = "Shell programming, Haskell-style";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tweak" = callPackage
|
||||
({ mkDerivation, base, containers, lens, stm, transformers }:
|
||||
mkDerivation {
|
||||
@ -118641,8 +118653,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wai-handler-launch";
|
||||
version = "3.0.0.1";
|
||||
sha256 = "00957a4a3q48yy6pb6k2m7hzdrxc3xkxdhbkmm8c9bwj05iqwhsz";
|
||||
version = "3.0.0.2";
|
||||
sha256 = "170a48i651zxq9xb1c45x1i5qx064yd99habha31bqbncl9s5wnq";
|
||||
buildDepends = [
|
||||
base blaze-builder bytestring http-types process streaming-commons
|
||||
transformers wai warp
|
||||
@ -119752,6 +119764,21 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"web-routing" = callPackage
|
||||
({ mkDerivation, base, bytestring, doctest, tasty, tasty-quickcheck
|
||||
, text, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "web-routing";
|
||||
version = "0.1.2";
|
||||
sha256 = "1gc9p5bggb8z8zy28zs7q2nvhfjv3yd41c7lh8h1cfywilbif1ls";
|
||||
buildDepends = [ base bytestring text unordered-containers ];
|
||||
testDepends = [ base doctest tasty tasty-quickcheck ];
|
||||
homepage = "https://github.com/philopon/web-routing";
|
||||
description = "simple routing library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"webdriver" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
|
||||
, bytestring, cond, data-default, directory, directory-tree
|
||||
@ -119937,8 +119964,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "webpage";
|
||||
version = "0.0.2";
|
||||
sha256 = "1drpclwh42z5xqzjf10765m2gpac5m0bi4z98ykb4d4p6nkk6n9p";
|
||||
version = "0.0.3";
|
||||
sha256 = "0j57jv9jh7kz27a5wl77ajp99mxj0747x7hhninw35qzgf88vizm";
|
||||
buildDepends = [
|
||||
base blaze-html data-default hastache lucid text
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user