hackage-packages.nix: update to 0a07c4217d
with hackage2nix revision e5e4464893b2b964424077e4fe7ef1a76e6d1173
This commit is contained in:
parent
6948c3ab80
commit
4139c6c809
@ -7354,6 +7354,7 @@ self: {
|
||||
http-types httpd-shed HUnit mtl network network-uri pureMD5 split
|
||||
test-framework test-framework-hunit wai warp
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/haskell/HTTP";
|
||||
description = "A library for client-side HTTP";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -8143,10 +8144,9 @@ self: {
|
||||
({ mkDerivation, array, base, containers, StateVar, transformers }:
|
||||
mkDerivation {
|
||||
pname = "Hipmunk";
|
||||
version = "5.2.0.16";
|
||||
sha256 = "0jnidzky0004xh1yzkcg41df21vbvqhk075d183jv6iwjiljsh3s";
|
||||
version = "5.2.0.17";
|
||||
sha256 = "1yxs1v9pzb35g3zlvycsx762dk8swrbry7ajr50zlq667j20n4a8";
|
||||
buildDepends = [ array base containers StateVar transformers ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/meteficha/Hipmunk";
|
||||
description = "A Haskell binding for Chipmunk";
|
||||
license = "unknown";
|
||||
@ -13969,6 +13969,24 @@ self: {
|
||||
license = "GPL";
|
||||
}) {};
|
||||
|
||||
"Southpaw" = callPackage
|
||||
({ mkDerivation, ALUT, base, bytestring, cairo, containers
|
||||
, filepath, GLFW-b, gtk3, JuicyPixels, OpenAL, OpenGL, vector
|
||||
, Win32
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Southpaw";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1zijb1b6ryrmq2230i1fr7iqz8iax9f2rwpy75fkggiknrd4xnpq";
|
||||
buildDepends = [
|
||||
ALUT base bytestring cairo containers filepath GLFW-b gtk3
|
||||
JuicyPixels OpenAL OpenGL vector Win32
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Assorted utility modules";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"SpaceInvaders" = callPackage
|
||||
({ mkDerivation, array, base, HGL, random, Yampa }:
|
||||
mkDerivation {
|
||||
@ -18147,8 +18165,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aivika-experiment-cairo";
|
||||
version = "3.1";
|
||||
sha256 = "0b4nwzrkpxhiwph93zvyk8bi9770bsdnhxkzhbri3l0zsm9250kz";
|
||||
version = "4.3.1";
|
||||
sha256 = "0p54ssbl0ack51gwlj962x45954v4h22mqq6zqa5r8xrbcig2pdb";
|
||||
buildDepends = [
|
||||
aivika-experiment aivika-experiment-chart base Chart Chart-cairo
|
||||
];
|
||||
@ -18164,8 +18182,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aivika-experiment-chart";
|
||||
version = "4.3";
|
||||
sha256 = "01wfjk4li0l2m7lqs9r6gxsv77wg94vdvipa05qynnsd9ldjnsfd";
|
||||
version = "4.3.1";
|
||||
sha256 = "18fagq4ddvqzi6r0c850yassgncicqy0plasfn262fmhgwflpa8n";
|
||||
buildDepends = [
|
||||
aivika aivika-experiment array base Chart colour containers
|
||||
data-default-class filepath lens mtl split
|
||||
@ -18181,8 +18199,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aivika-experiment-diagrams";
|
||||
version = "3.1";
|
||||
sha256 = "1vjis6184cvw7jzg8a3nvs0d0sv30d6qx598phcq9ncs3bmh9h3f";
|
||||
version = "4.3.1";
|
||||
sha256 = "1plb44bcjnawg3fsb9crmlyzwzyiz802ldsk559ni9sb590ywr7n";
|
||||
buildDepends = [
|
||||
aivika-experiment aivika-experiment-chart base Chart Chart-diagrams
|
||||
containers filepath
|
||||
@ -19972,23 +19990,22 @@ self: {
|
||||
}) {};
|
||||
|
||||
"api-builder" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bifunctors, bytestring
|
||||
, Cabal, containers, hspec, HTTP, http-client, http-conduit
|
||||
, http-types, text, transformers
|
||||
({ mkDerivation, aeson, base, bifunctors, bytestring, Cabal
|
||||
, containers, hspec, HTTP, http-client, http-client-tls
|
||||
, http-conduit, http-types, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "api-builder";
|
||||
version = "0.9.1.0";
|
||||
sha256 = "1s9qxlinkg80idjcm246kgjg1k43pb4vvs0vd601pgz7im59qb1a";
|
||||
version = "0.10.0.0";
|
||||
sha256 = "0pzbp0grmnrc48h1cbsxsxzyjgnxzmf4d6cfi53ccq0v3yfybw9v";
|
||||
buildDepends = [
|
||||
aeson attoparsec base bifunctors bytestring HTTP http-client
|
||||
http-conduit http-types text transformers
|
||||
aeson base bifunctors bytestring HTTP http-client http-client-tls
|
||||
http-types text transformers
|
||||
];
|
||||
testDepends = [
|
||||
aeson base bytestring Cabal containers hspec http-conduit text
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/intolerable/api-builder";
|
||||
description = "Library for easily building REST API wrappers in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -23440,12 +23457,12 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"base_4_8_0_0" = callPackage
|
||||
"base_4_8_1_0" = callPackage
|
||||
({ mkDerivation, ghc-prim, rts }:
|
||||
mkDerivation {
|
||||
pname = "base";
|
||||
version = "4.8.0.0";
|
||||
sha256 = "1mf5s7niw0zmm1db7sr6kdpln8drcy77fn44h6sspima8flwcp44";
|
||||
version = "4.8.1.0";
|
||||
sha256 = "0rwya445hvnnzj3x5gsrmr72kr3yspd6w9mypxkrxxg19zfazjaj";
|
||||
buildDepends = [ ghc-prim rts ];
|
||||
description = "Basic libraries";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -26384,7 +26401,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "blank-canvas";
|
||||
version = "0.5";
|
||||
revision = "1";
|
||||
sha256 = "05kfyjp9vncyzsvq018ilb8vh7fyzbc06nlx35jk3dzj6i6x5bgs";
|
||||
editedCabalFile = "a9d9c32056144a2e5b84e96dfb3a5334aa89dc616c759e523c538a6b950d5084";
|
||||
buildDepends = [
|
||||
aeson base base64-bytestring bytestring colour containers
|
||||
data-default-class http-types kansas-comet scotty stm text
|
||||
@ -31087,8 +31106,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "chatter";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "014palhzpphwq3q1c211xajl30afr4ac6mjcpvyzqwxdr9ia74c8";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "01594wp13kigqvr27112fmsrgz4cny4vlprqvyygp90k8mavxw8s";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -34588,8 +34607,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conduit";
|
||||
version = "1.2.4.3";
|
||||
sha256 = "101kbmymsjlpsd9a717fn94y2fjgnxwl9j3cmfrah43g28r45sc8";
|
||||
version = "1.2.5";
|
||||
sha256 = "0iia5hc3rx813aayp839ixr377ajnrhfvpbjach266bk52scs05i";
|
||||
buildDepends = [
|
||||
base exceptions lifted-base mmorph mtl resourcet transformers
|
||||
transformers-base
|
||||
@ -36695,8 +36714,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "creatur";
|
||||
version = "5.9.6";
|
||||
sha256 = "0lxmsd59sa37j8bc7y6v29s8wlscqa4xz15p60jiy5ks7am61wa5";
|
||||
version = "5.9.7";
|
||||
sha256 = "1617whwg9f0l6ji3jmd7fcs3n650mz0jpvrw4hf97r7mqzlyfkjp";
|
||||
buildDepends = [
|
||||
array base bytestring cereal cond directory filepath gray-extended
|
||||
hdaemonize hsyslog MonadRandom mtl old-locale process random split
|
||||
@ -46373,12 +46392,13 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "engine-io-wai";
|
||||
version = "1.0.0";
|
||||
sha256 = "0g9h0r2i1lldmdkpnzlqjhxr7jd0v2s2w4gmsw83k1ahr6ia0dg7";
|
||||
version = "1.0.1";
|
||||
sha256 = "0cr53x8bxfmrx97v7jsb7gw3hqb94zp9xvvnl16080zmqm0gi2rh";
|
||||
buildDepends = [
|
||||
attoparsec base bytestring engine-io http-types mtl text
|
||||
transformers unordered-containers wai wai-websockets websockets
|
||||
];
|
||||
homepage = "http://github.com/ocharles/engine.io";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
@ -47645,15 +47665,13 @@ self: {
|
||||
}) {};
|
||||
|
||||
"exceptional" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
({ mkDerivation, base, exceptions }:
|
||||
mkDerivation {
|
||||
pname = "exceptional";
|
||||
version = "0.1.5.1";
|
||||
revision = "1";
|
||||
sha256 = "1fkz90d776z8fj8p3123ssqwxy9nmz4bgh9gn4nvg0xnvwzc069c";
|
||||
editedCabalFile = "a79514b512d8776f9ae66a80aeb3f604ac9ae1d4c5c98fdd9ea2acc8c312adda";
|
||||
buildDepends = [ base ];
|
||||
homepage = "https://github.com/pharpend/exceptional";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "01lzx4ihdvyivjnkvn78hcdsk83dvm6iy9v5q1f28kd1iv96x1ns";
|
||||
buildDepends = [ base exceptions ];
|
||||
homepage = "https://github.com/";
|
||||
description = "Essentially the Maybe type with error messages";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
@ -48152,8 +48170,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "extra";
|
||||
version = "1.3.1";
|
||||
sha256 = "1yhd4f4p8f4nfj24rka8rfhr8s86mjpj019f3lbqkr9hnl1crj4l";
|
||||
version = "1.4";
|
||||
sha256 = "1cp9vsqgjc46v1i8w8lhakdk1qj6q2bd0y365qj0madpjj7q1qi8";
|
||||
buildDepends = [ base directory filepath process time unix ];
|
||||
testDepends = [ base directory filepath QuickCheck time unix ];
|
||||
homepage = "https://github.com/ndmitchell/extra#readme";
|
||||
@ -48387,6 +48405,21 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"fast-builder" = callPackage
|
||||
({ mkDerivation, base, bytestring, ghc-prim, process, QuickCheck
|
||||
, stm
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fast-builder";
|
||||
version = "0.0.0.0";
|
||||
sha256 = "1ga28vxsv4hk8491jv51jd8xqvafss56kkm97x2ma4naqx4v6snw";
|
||||
buildDepends = [ base bytestring ghc-prim ];
|
||||
testDepends = [ base bytestring process QuickCheck stm ];
|
||||
homepage = "http://github.com/takano-akio/fast-builder";
|
||||
description = "Fast ByteString Builder";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"fast-logger" = callPackage
|
||||
({ mkDerivation, array, auto-update, base, bytestring
|
||||
, bytestring-builder, directory, filepath, hspec, text
|
||||
@ -49239,12 +49272,15 @@ self: {
|
||||
}) { inherit (pkgs) fftw;};
|
||||
|
||||
"fgl" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl }:
|
||||
({ mkDerivation, array, base, containers, deepseq, hspec
|
||||
, QuickCheck, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fgl";
|
||||
version = "5.5.1.0";
|
||||
sha256 = "0rcmz0xlyr1wj490ffja29z1jgl51gz19ka609da6bx39bwx7nga";
|
||||
buildDepends = [ array base containers mtl ];
|
||||
version = "5.5.2.0";
|
||||
sha256 = "1r9vkv5v32nyqghr4fq3ijrdl2sr9bncfpj3zix53h5m2zyn7kg3";
|
||||
buildDepends = [ array base containers deepseq transformers ];
|
||||
testDepends = [ base containers hspec QuickCheck ];
|
||||
description = "Martin Erwig's Functional Graph Library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -49253,9 +49289,9 @@ self: {
|
||||
({ mkDerivation, base, containers, fgl, hspec, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "fgl-arbitrary";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0npgwg2lgi8rr3wm40q4a9srpnih3mzy1add2aazc4ahr32dfzm1";
|
||||
buildDepends = [ base containers fgl QuickCheck ];
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1116c4r1ick3xjhwwq9b6i1082njmxj2aymgkqppabj3d0hv43c4";
|
||||
buildDepends = [ base fgl QuickCheck ];
|
||||
testDepends = [ base containers fgl hspec QuickCheck ];
|
||||
description = "QuickCheck support for fgl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -52757,8 +52793,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "generic-accessors";
|
||||
version = "0.4.0";
|
||||
sha256 = "0wpv9i80lai771fws5yg5ri05iskbq2vgar66f72xqwvz3nm44i7";
|
||||
version = "0.4.1";
|
||||
sha256 = "1qhik496296v42pjmlxxlimnw4z9p451ndc2fjvrid4g0knfzvg0";
|
||||
buildDepends = [ base linear spatial-math ];
|
||||
testDepends = [
|
||||
base HUnit QuickCheck test-framework test-framework-hunit
|
||||
@ -53495,20 +53531,21 @@ self: {
|
||||
}) {};
|
||||
|
||||
"ghc-exactprint" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, free, ghc
|
||||
, ghc-paths, ghc-syb-utils, HUnit, mtl, random, stm, syb
|
||||
({ mkDerivation, base, containers, directory, filemanip, filepath
|
||||
, free, ghc, ghc-paths, HUnit, mtl, random, silently, syb
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-exactprint";
|
||||
version = "0.2";
|
||||
sha256 = "1sqk6y6b1scn51kjbvdnazw34bkwmfii5dhb1fzwzx4cb4iqg3ik";
|
||||
version = "0.3";
|
||||
sha256 = "0wgqlll95fbxnni1dzlyiyb4d7lqp3hrfw9xh5hqsnqm45smi7j1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base containers directory filepath free ghc ghc-paths ghc-syb-utils
|
||||
mtl syb
|
||||
base containers directory filepath free ghc ghc-paths mtl syb
|
||||
];
|
||||
testDepends = [
|
||||
base containers directory filepath ghc ghc-paths ghc-syb-utils
|
||||
HUnit mtl random stm syb
|
||||
base containers directory filemanip filepath ghc ghc-paths HUnit
|
||||
mtl random silently syb
|
||||
];
|
||||
description = "ExactPrint for GHC";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -54190,6 +54227,7 @@ self: {
|
||||
gitlib gitlib-libgit2 scientific shake split tagged text
|
||||
unordered-containers vector yaml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/nomeata/gipeda";
|
||||
description = "Git Performance Dashboard";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -58612,8 +58650,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock";
|
||||
version = "2.16.0";
|
||||
sha256 = "1afb96w1vv3gmvha2f1h3p8zywpdk8dfk6bgnsa307ydzsmsc3qa";
|
||||
version = "2.16.1";
|
||||
sha256 = "1mnnvc5jqp6n6rj7xw8wdm0z2xp9fndkz11c8p3vbljsrcqd3v26";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base haddock-api ];
|
||||
@ -58650,8 +58688,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock-api";
|
||||
version = "2.16.0";
|
||||
sha256 = "0hk42w6fbr6xp8xcpjv00bhi9r75iig5kp34vxbxdd7k5fqxr1hj";
|
||||
version = "2.16.1";
|
||||
sha256 = "1spd5axg1pdjv4dkdb5gcwjsc8gg37qi4mr2k2db6ayywdkis1p2";
|
||||
buildDepends = [
|
||||
array base bytestring Cabal containers deepseq directory filepath
|
||||
ghc ghc-paths haddock-library xhtml
|
||||
@ -58688,10 +58726,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haddock-library";
|
||||
version = "1.2.0";
|
||||
revision = "1";
|
||||
sha256 = "0kf8qihkxv86phaznb3liq6qhjs53g3iq0zkvz5wkvliqas4ha56";
|
||||
editedCabalFile = "39bebb4a575c547378a245ee6028135602cbb73e5adbb4f7743449e5717517da";
|
||||
version = "1.2.1";
|
||||
sha256 = "0mhh2ppfhrvvi9485ipwbkv2fbgj35jvz3la02y3jlvg5ffs1c8g";
|
||||
buildDepends = [ base bytestring deepseq transformers ];
|
||||
testDepends = [
|
||||
base base-compat bytestring deepseq hspec QuickCheck transformers
|
||||
@ -59101,8 +59137,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hakyll-agda";
|
||||
version = "0.1.9";
|
||||
sha256 = "1fh0901r140p3lvw54q8d6x17zhbvpik5bsx2hifa8q2g5bnxnxd";
|
||||
version = "0.1.10";
|
||||
sha256 = "1621l7pw2rcyalp17dcjp1bk650rs8w1i3swnwrzr9wwi6nrx7qb";
|
||||
buildDepends = [
|
||||
Agda base containers directory filepath hakyll mtl pandoc
|
||||
transformers xhtml
|
||||
@ -59315,8 +59351,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "halma";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "053r1npyq7f07d29bryrr0vwx4kpm3m1bdjkwr77znimshcvy9b3";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "04b0djijhmgwr79hkprikqxdzfxabavrvkwmb1pv9qybsa82j6sc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -59327,7 +59363,6 @@ self: {
|
||||
base containers grid HUnit QuickCheck test-framework
|
||||
test-framework-hunit test-framework-quickcheck2
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/timjb/halma";
|
||||
description = "Library implementing Halma rules";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -60432,10 +60467,10 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "harp";
|
||||
version = "0.4";
|
||||
sha256 = "0fk3prqai1ynm5wdfsn9f700i9r499jc2z9fbsgy81k1rci2mrxh";
|
||||
version = "0.4.1";
|
||||
sha256 = "0q9q3rw9yqkryjf5vvm41ckycqjfaxnsrmc1p0kmdrlb4f4dgclz";
|
||||
buildDepends = [ base ];
|
||||
homepage = "http://www.cs.chalmers.se/~d00nibro/harp/";
|
||||
homepage = "https://github.com/seereason/harp";
|
||||
description = "HaRP allows pattern-matching with regular expressions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -61344,8 +61379,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-neo4j-client";
|
||||
version = "0.3.1.3";
|
||||
sha256 = "0ws1mlf97b4xbysgvm4b3h15kfvk1mjdcxmcchl09c04wadaz86s";
|
||||
version = "0.3.1.4";
|
||||
sha256 = "171ar3vfhgijy79p0a4wqm0b8bisgqf8iqzm17yb5pwirlfm5hi6";
|
||||
buildDepends = [
|
||||
aeson base bytestring containers data-default hashable HTTP
|
||||
http-conduit http-types lifted-base mtl network-uri resourcet
|
||||
@ -61359,7 +61394,6 @@ self: {
|
||||
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";
|
||||
description = "A Haskell neo4j client";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -64979,29 +65013,29 @@ self: {
|
||||
({ mkDerivation, base, bytestring, case-insensitive, configurator
|
||||
, containers, directory, errors, exceptions, filemanip, filepath
|
||||
, HandsomeSoup, hspec, HTTP, http-types, hxt, iso8601-time
|
||||
, MissingH, mtl, multipart, old-locale, random, silently, stm, tar
|
||||
, temporary, text, time, transformers, unix, unordered-containers
|
||||
, utf8-string, wai, warp
|
||||
, MissingH, mtl, multipart, old-locale, optparse-applicative
|
||||
, random, silently, stm, tar, temporary, text, time, transformers
|
||||
, unix, unordered-containers, utf8-string, wai, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "heyefi";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0zjhdhigkfh3wrhwynpcqimasifs3qxkv8x2w7bl1ly8amlz7hf4";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "13m66ix0kmvqwgvqh56mjdwgwpjjqi67hyr6giwhs63fr3wxw3f3";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base bytestring case-insensitive configurator directory errors
|
||||
exceptions filemanip filepath HandsomeSoup HTTP http-types hxt
|
||||
iso8601-time MissingH mtl multipart old-locale random stm tar
|
||||
temporary text time transformers unix unordered-containers
|
||||
utf8-string wai warp
|
||||
iso8601-time MissingH mtl multipart old-locale optparse-applicative
|
||||
random stm tar temporary text time transformers unix
|
||||
unordered-containers utf8-string wai warp
|
||||
];
|
||||
testDepends = [
|
||||
base bytestring case-insensitive configurator containers directory
|
||||
errors exceptions filemanip filepath HandsomeSoup hspec HTTP
|
||||
http-types hxt iso8601-time MissingH mtl multipart old-locale
|
||||
random silently stm tar temporary text time transformers unix
|
||||
unordered-containers utf8-string wai warp
|
||||
optparse-applicative random silently stm tar temporary text time
|
||||
transformers unix unordered-containers utf8-string wai warp
|
||||
];
|
||||
homepage = "https://github.com/ryantm/heyefi";
|
||||
description = "A server for Eye-Fi SD cards";
|
||||
@ -65927,8 +65961,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hint-server";
|
||||
version = "1.4.1";
|
||||
sha256 = "1b7dzij1c4940m00kbpnmymh6grd54d2xsgsi1d10x22bl7naq7m";
|
||||
version = "1.4.2";
|
||||
sha256 = "1rv6b0vlqs855m3bv047pvdkycmx2mv049cnp9iw8b97d0fsfyf5";
|
||||
buildDepends = [ base eprocess exceptions hint monad-loops mtl ];
|
||||
description = "A server process that runs hint";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -69136,8 +69170,8 @@ self: {
|
||||
({ mkDerivation, base, deepseq, HUnit, mtl, parallel, random }:
|
||||
mkDerivation {
|
||||
pname = "hs-carbon";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0i6jzqqlayxi1aqkrsdlb9kbj6ysj2qxr0rbmdw66zr5hinm345v";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0frip4q5vxvdkc4f8bigpp066i53f4786cj2znyq21h65zndaq53";
|
||||
buildDepends = [ base deepseq mtl parallel random ];
|
||||
testDepends = [ base HUnit ];
|
||||
description = "A Haskell framework for parallel monte carlo simulations";
|
||||
@ -72329,8 +72363,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "html-tokenizer";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "1cd332xv2acx626hkiaakng1fwwkg9m2mg7p6jj1zzb981r6xh6y";
|
||||
version = "0.3.0.3";
|
||||
sha256 = "0xdjjmpp1wh17cb4lnziglwhv7frr0y5v216s5ycy9lkby9r9fyv";
|
||||
buildDepends = [
|
||||
attoparsec base-prelude case-insensitive conversion
|
||||
conversion-case-insensitive conversion-text text
|
||||
@ -72725,8 +72759,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http-conduit";
|
||||
version = "2.1.7";
|
||||
sha256 = "1qdxd9dbzav7nky8s9ml6ik6i38mxzzg7dwj0pv1sp5prclk0jh1";
|
||||
version = "2.1.7.1";
|
||||
sha256 = "15caswd172i8hzwmxsd3rynnfz96v5iqg9avv1ybydikvvgbqx56";
|
||||
buildDepends = [
|
||||
base bytestring conduit http-client http-client-tls http-types
|
||||
lifted-base monad-control mtl resourcet transformers
|
||||
@ -78833,8 +78867,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "json-rpc-client";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "13mc23dpyn9zsv1gfb913g8w8csjgnk5xrbbyhxgmam9kslpbxjj";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1ma5vahbcfarbvc0m8n88i0hn9szbvanmfd81jmvwkamkqxxgmis";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -80923,24 +80957,27 @@ self: {
|
||||
}) {};
|
||||
|
||||
"lambdacms-core" = callPackage
|
||||
({ mkDerivation, base, blaze-html, bytestring, containers
|
||||
, data-default, esqueleto, file-embed, friendly-time, gravatar
|
||||
, lists, mime-mail, old-locale, persistent, shakespeare
|
||||
, template-haskell, text, time, uuid, wai, yesod, yesod-auth
|
||||
, yesod-core, yesod-form
|
||||
({ mkDerivation, base, blaze-html, bytestring, classy-prelude
|
||||
, classy-prelude-yesod, containers, data-default, esqueleto
|
||||
, file-embed, friendly-time, gravatar, hspec, lists, mime-mail
|
||||
, old-locale, persistent, shakespeare, template-haskell, text, time
|
||||
, uuid, wai, yesod, yesod-auth, yesod-core, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lambdacms-core";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "069mj7p3996bkl0vyj1bpphb6gs85r234svls9rzg2lgpxfp4gga";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "0m8piymzcciy4dqhxqxslpm1rbzasm1diasr8ab05r9lcrs1dn76";
|
||||
buildDepends = [
|
||||
base blaze-html bytestring containers data-default esqueleto
|
||||
file-embed friendly-time gravatar lists mime-mail old-locale
|
||||
persistent shakespeare template-haskell text time uuid wai yesod
|
||||
yesod-auth yesod-core yesod-form
|
||||
];
|
||||
testDepends = [
|
||||
base classy-prelude classy-prelude-yesod hspec yesod yesod-core
|
||||
];
|
||||
homepage = "http://lambdacms.org";
|
||||
description = "LambdaCms Core subsite for Yesod apps";
|
||||
description = "LambdaCms 'core' subsite for Yesod apps";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
@ -87076,8 +87113,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mangopay";
|
||||
version = "1.11.3";
|
||||
sha256 = "1w9p0na0am2hl8f32qgkdym00kjjnavv1wxp6f4vh9msa6cfw6yl";
|
||||
version = "1.11.4";
|
||||
sha256 = "0yb6i97ihcywbgzqkrad72q33m7fgx903rqizlhb4nz4bkl8793d";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -96161,24 +96198,23 @@ self: {
|
||||
|
||||
"opaleye" = callPackage
|
||||
({ mkDerivation, attoparsec, base, base16-bytestring, bytestring
|
||||
, case-insensitive, contravariant, postgresql-simple, pretty
|
||||
, product-profunctors, profunctors, semigroups, text, time
|
||||
, time-locale-compat, transformers, uuid
|
||||
, case-insensitive, containers, contravariant, postgresql-simple
|
||||
, pretty, product-profunctors, profunctors, QuickCheck, semigroups
|
||||
, text, time, time-locale-compat, transformers, uuid, void
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opaleye";
|
||||
version = "0.3.1.2";
|
||||
revision = "3";
|
||||
sha256 = "01ldghza5l1qgcpvsphajfkq7g09fw0dm4vnya9wbs0hla307av9";
|
||||
editedCabalFile = "9ee83219b8bc26fe01cca7484513bc3373d2868855ba8757fd210482f0605852";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1dzfxy5r2phqcnijvq74ardjg9p2mlkpidg95dd3v9qiz1ls71rk";
|
||||
buildDepends = [
|
||||
attoparsec base base16-bytestring bytestring case-insensitive
|
||||
contravariant postgresql-simple pretty product-profunctors
|
||||
profunctors semigroups text time time-locale-compat transformers
|
||||
uuid
|
||||
uuid void
|
||||
];
|
||||
testDepends = [
|
||||
base postgresql-simple product-profunctors profunctors time
|
||||
base containers contravariant postgresql-simple product-profunctors
|
||||
profunctors QuickCheck semigroups time
|
||||
];
|
||||
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
||||
description = "An SQL-generating DSL targeting PostgreSQL";
|
||||
@ -97689,8 +97725,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.1.2.2";
|
||||
sha256 = "1ynxg9d3ssq9bby073j40913z11xap6gpf8hkjl0h0ll3mx89vb9";
|
||||
version = "0.1.2.4";
|
||||
sha256 = "1ay54zkxxa22nz5sr40d6k4bam81hxh19583kffwqdcp0af23d7l";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -99497,6 +99533,17 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"persistent-instances-iproute" = callPackage
|
||||
({ mkDerivation, base, bytestring, iproute, persistent }:
|
||||
mkDerivation {
|
||||
pname = "persistent-instances-iproute";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0nmk138kv020aa0pw29l177rb6rji4rnmw4ndnkn1xvp8gh3w0yn";
|
||||
buildDepends = [ base bytestring iproute persistent ];
|
||||
description = "Persistent instances for types in iproute";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"persistent-map" = callPackage
|
||||
({ mkDerivation, base, binary, containers, directory, EdisonAPI
|
||||
, EdisonCore, filepath, LRU, mtl, stm-io-hooks
|
||||
@ -107583,6 +107630,19 @@ self: {
|
||||
broken = true;
|
||||
}) { ghcjs-base = null;};
|
||||
|
||||
"reflex-gloss" = callPackage
|
||||
({ mkDerivation, base, dependent-sum, gloss, reflex, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reflex-gloss";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "18sbqryf6kxadgbvr6nh0f07897fq9fjj0h2w07xcdpp1ygg1nfg";
|
||||
buildDepends = [ base dependent-sum gloss reflex transformers ];
|
||||
homepage = "https://github.com/reflex-frp/reflex-gloss";
|
||||
description = "An reflex interface for gloss";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"reform" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, text }:
|
||||
mkDerivation {
|
||||
@ -108235,6 +108295,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"rei" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
, directory, regex-posix, split
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rei";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "15xq2aj77y7l4frxkariw1z0c3y324iz697im8ynlzm88z2iixs6";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
attoparsec base bytestring containers directory regex-posix split
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/kerkomen/rei";
|
||||
description = "Process lists easily";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"reified-records" = callPackage
|
||||
({ mkDerivation, base, containers, mtl }:
|
||||
mkDerivation {
|
||||
@ -112253,7 +112332,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "scotty";
|
||||
version = "0.10.2";
|
||||
revision = "1";
|
||||
sha256 = "0jlw82brnvc4cbpws0dq3qxn4rnb3z6rx6cfiarqwas14x4k3kl6";
|
||||
editedCabalFile = "e0ab23342583c37af1a5422fad9a64926e54cad208dbcac75c70b3db40bf9e99";
|
||||
buildDepends = [
|
||||
aeson base blaze-builder bytestring case-insensitive
|
||||
data-default-class http-types monad-control mtl nats network
|
||||
@ -112384,8 +112465,8 @@ self: {
|
||||
({ mkDerivation, base, scotty, transformers, wai, warp, warp-tls }:
|
||||
mkDerivation {
|
||||
pname = "scotty-tls";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "11zpbqrfmjyl8kck1za0pvf1b1gn0ih3an8vq85si22414bs5j23";
|
||||
version = "0.4.0";
|
||||
sha256 = "1axr54s8zi9jw5y6yl2izjx4xvd25y18nh4fw7asq9fz0nwjb45a";
|
||||
buildDepends = [ base scotty transformers wai warp warp-tls ];
|
||||
homepage = "https://github.com/dmjio/scotty-tls.git";
|
||||
description = "TLS for Scotty";
|
||||
@ -112754,27 +112835,29 @@ self: {
|
||||
|
||||
"second-transfer" = callPackage
|
||||
({ mkDerivation, attoparsec, base, base16-bytestring, binary
|
||||
, bytestring, conduit, containers, cpphs, exceptions, hashable
|
||||
, hashtables, hslogger, http2, HUnit, lens, network, network-uri
|
||||
, openssl, text, time, transformers
|
||||
, bytestring, clock, conduit, containers, cpphs, deepseq
|
||||
, exceptions, hashable, hashtables, hslogger, http2, HUnit, lens
|
||||
, network, network-uri, openssl, pqueue, SafeSemaphore, stm, text
|
||||
, time, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "second-transfer";
|
||||
version = "0.5.5.1";
|
||||
sha256 = "06ldrfzp96w7q99nhhhjhay6g0gsvg16x64hwjih1nswcj9rpl6x";
|
||||
version = "0.6.0.0";
|
||||
sha256 = "1w726qfbz86sicpg5apx5n767av61l3kn8fra7ban8f67amg3z7w";
|
||||
buildDepends = [
|
||||
attoparsec base base16-bytestring binary bytestring conduit
|
||||
containers exceptions hashable hashtables hslogger http2 lens
|
||||
network network-uri text time transformers
|
||||
attoparsec base base16-bytestring binary bytestring clock conduit
|
||||
containers deepseq exceptions hashable hashtables hslogger http2
|
||||
lens network network-uri pqueue SafeSemaphore stm text time
|
||||
transformers
|
||||
];
|
||||
testDepends = [
|
||||
attoparsec base base16-bytestring binary bytestring conduit
|
||||
containers cpphs exceptions hashable hashtables hslogger http2
|
||||
HUnit lens network network-uri text time transformers
|
||||
attoparsec base base16-bytestring binary bytestring clock conduit
|
||||
containers cpphs deepseq exceptions hashable hashtables hslogger
|
||||
http2 HUnit lens network network-uri pqueue SafeSemaphore stm text
|
||||
time transformers unordered-containers
|
||||
];
|
||||
buildTools = [ cpphs ];
|
||||
extraLibraries = [ openssl ];
|
||||
jailbreak = true;
|
||||
homepage = "https://www.httptwo.com/second-transfer/";
|
||||
description = "Second Transfer HTTP/2 web server";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -113753,6 +113836,7 @@ self: {
|
||||
network parsec QuickCheck servant string-conversions temporary text
|
||||
transformers wai wai-extra warp
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://haskell-servant.github.io/";
|
||||
description = "A family of combinators for defining webservices APIs and serving them";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -114781,8 +114865,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shelly";
|
||||
version = "1.6.3";
|
||||
sha256 = "1j9sv0dzhxkqml9v3r9nbwkpnjz1jhn09mlxlrjfakjmf3i9b9vp";
|
||||
version = "1.6.3.1";
|
||||
sha256 = "1yd54i4ac1h23b4l4mz9ixpkhj0zxnb8gamk5jdhzgsd809cqy9q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -114803,15 +114887,17 @@ self: {
|
||||
}) {};
|
||||
|
||||
"shelly-extra" = callPackage
|
||||
({ mkDerivation, async, base, HUnit, mtl, SafeSemaphore, shelly
|
||||
, text
|
||||
({ mkDerivation, async, base, hspec, HUnit, mtl, SafeSemaphore
|
||||
, shelly, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shelly-extra";
|
||||
version = "0.3";
|
||||
sha256 = "0rin1rqpzrjh4gs9235wy9w8rj4ac9yh83ap78a6nj0zi9w9vlwd";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1mc55m10s89mp2fz267sqhayaj0igj27kwyx7hnk5h23w0nhc0h5";
|
||||
buildDepends = [ async base mtl SafeSemaphore shelly ];
|
||||
testDepends = [ base HUnit SafeSemaphore shelly text ];
|
||||
testDepends = [
|
||||
async base hspec HUnit mtl SafeSemaphore shelly text
|
||||
];
|
||||
homepage = "https://github.com/yesodweb/Shelly.hs";
|
||||
description = "shelly features that require extra dependencies";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -116557,8 +116643,8 @@ self: {
|
||||
({ mkDerivation, aeson, base, linear, text, vector }:
|
||||
mkDerivation {
|
||||
pname = "smoothie";
|
||||
version = "0.4";
|
||||
sha256 = "0j8nwc44q9l7wf4m3z7r32b7if7is21k3xgmi2206r4i1yxc869j";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "1h501mcgfwak586gakqsjhmrdkq2mmfi8gwalb7wbsp57bchfg67";
|
||||
buildDepends = [ aeson base linear text vector ];
|
||||
homepage = "https://github.com/phaazon/smoothie";
|
||||
description = "Smooth curves via several interpolation modes";
|
||||
@ -126241,8 +126327,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "themoviedb";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "0yvpijr2dk01g1ks65nalyz547l9aq97a9v1bx3lp47allihrp8k";
|
||||
version = "1.1.1.0";
|
||||
sha256 = "1859hbhznmp7x8kbqzrpyhndfy69jg01qrp1vh67557mznari6d8";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -126251,7 +126337,6 @@ self: {
|
||||
transformers
|
||||
];
|
||||
testDepends = [ base bytestring tasty tasty-hunit text time ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/pjones/themoviedb";
|
||||
description = "Haskell API bindings for http://themoviedb.org";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -126736,8 +126821,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tidal";
|
||||
version = "0.4.33";
|
||||
sha256 = "0xx02wbclq6hh50gz6vj3wmq7d5y7l4d6h48yxg3nwv4kwf44gf6";
|
||||
version = "0.5.2";
|
||||
sha256 = "0ll65q5fi8qfi50q9lqxdq9nsr7gizbh2xrsxgvj09nacdnwfwv0";
|
||||
buildDepends = [
|
||||
base binary bytestring colour containers hashable hmt hosc
|
||||
mersenne-random-pure64 mtl parsec process text time transformers
|
||||
@ -133418,6 +133503,30 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"vimeta" = callPackage
|
||||
({ mkDerivation, aeson, base, byline, bytestring, containers
|
||||
, directory, either, filepath, http-client, http-client-tls
|
||||
, http-types, mtl, old-locale, optparse-applicative, parsec
|
||||
, process, temporary, text, themoviedb, time, time-locale-compat
|
||||
, transformers, xdg-basedir, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "vimeta";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "14xzqhykw963ja6wsnrbq8dh9wbk63aramzj4n210srwxy6yqc05";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson base byline bytestring containers directory either filepath
|
||||
http-client http-client-tls http-types mtl old-locale
|
||||
optparse-applicative parsec process temporary text themoviedb time
|
||||
time-locale-compat transformers xdg-basedir yaml
|
||||
];
|
||||
homepage = "http://github.com/pjones/vimeta";
|
||||
description = "Frontend for video metadata tagging tools";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"vimus" = callPackage
|
||||
({ mkDerivation, base, bytestring, c2hs, containers, data-default
|
||||
, deepseq, directory, filepath, hspec, hspec-expectations, libmpd
|
||||
@ -134195,6 +134304,7 @@ self: {
|
||||
sha256 = "1fm985jq1sa8v3vj850cpcjl6kcyq2kgq6xwpb1rmzi8zmb80kpc";
|
||||
buildDepends = [ base wai warp ];
|
||||
pkgconfigDepends = [ QtWebKit ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/yesodweb/wai/tree/master/wai-handler-webkit";
|
||||
description = "Turn WAI applications into standalone GUIs using QtWebkit";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -134989,26 +135099,29 @@ self: {
|
||||
|
||||
"warp" = callPackage
|
||||
({ mkDerivation, array, async, auto-update, base, blaze-builder
|
||||
, bytestring, case-insensitive, doctest, ghc-prim, hashable, hspec
|
||||
, HTTP, http-date, http-types, HUnit, iproute, lifted-base, network
|
||||
, old-locale, QuickCheck, simple-sendfile, streaming-commons, text
|
||||
, time, transformers, unix, unix-compat, vault, wai
|
||||
, bytestring, case-insensitive, containers, directory, doctest
|
||||
, ghc-prim, hashable, hspec, HTTP, http-date, http-types, http2
|
||||
, HUnit, iproute, lifted-base, network, old-locale, process
|
||||
, QuickCheck, simple-sendfile, stm, streaming-commons, text, time
|
||||
, transformers, unix, unix-compat, vault, wai, word8
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp";
|
||||
version = "3.0.13.1";
|
||||
sha256 = "17vik5xf2amyi4pwq7wfia2a6f1pksa4ll155hbhkndhbwszvrkc";
|
||||
version = "3.1.0";
|
||||
sha256 = "1lx1fbcf8bkr5g6j0flk6mplnvs289lkyds5hv31naa450wbca62";
|
||||
buildDepends = [
|
||||
array auto-update base blaze-builder bytestring case-insensitive
|
||||
ghc-prim hashable http-date http-types iproute network
|
||||
simple-sendfile streaming-commons text unix unix-compat vault wai
|
||||
containers ghc-prim hashable http-date http-types http2 iproute
|
||||
network simple-sendfile stm streaming-commons text unix unix-compat
|
||||
vault wai word8
|
||||
];
|
||||
testDepends = [
|
||||
array async auto-update base blaze-builder bytestring
|
||||
case-insensitive doctest ghc-prim hashable hspec HTTP http-date
|
||||
http-types HUnit iproute lifted-base network old-locale QuickCheck
|
||||
simple-sendfile streaming-commons text time transformers unix
|
||||
unix-compat vault wai
|
||||
case-insensitive containers directory doctest ghc-prim hashable
|
||||
hspec HTTP http-date http-types http2 HUnit iproute lifted-base
|
||||
network old-locale process QuickCheck simple-sendfile stm
|
||||
streaming-commons text time transformers unix unix-compat vault wai
|
||||
word8
|
||||
];
|
||||
homepage = "http://github.com/yesodweb/wai";
|
||||
description = "A fast, light-weight web server for WAI applications";
|
||||
@ -135057,14 +135170,14 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp-tls";
|
||||
version = "3.0.4.2";
|
||||
sha256 = "070bq28mg29yw5w7n92j73b74amqxn0yb5cx9z28p8ilmx3y03v1";
|
||||
version = "3.1.0";
|
||||
sha256 = "1790hl3a327fv01w2shdslylmhp5zv0bh7ljhymipr5vpjwjknrz";
|
||||
buildDepends = [
|
||||
base bytestring cprng-aes data-default-class network
|
||||
streaming-commons tls wai warp
|
||||
];
|
||||
homepage = "http://github.com/yesodweb/wai";
|
||||
description = "HTTP over SSL/TLS support for Warp via the TLS package";
|
||||
description = "HTTP over TLS support for Warp via the TLS package";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
@ -138977,6 +139090,25 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yamlkeysdiff" = callPackage
|
||||
({ mkDerivation, base, containers, parsec, text
|
||||
, unordered-containers, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yamlkeysdiff";
|
||||
version = "0.5.1";
|
||||
sha256 = "13s5qiydxcwpp0j8xap556yrlmqs7bsi62ql2c9clr4hpbw8may7";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base containers parsec text unordered-containers yaml
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/acatton/yamlkeysdiff";
|
||||
description = "Compares the keys from two yaml files";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"yampa-canvas" = callPackage
|
||||
({ mkDerivation, base, blank-canvas, stm, text, time, Yampa }:
|
||||
mkDerivation {
|
||||
@ -139395,8 +139527,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth-fb";
|
||||
version = "1.6.6";
|
||||
sha256 = "00pk5vridic77laydkfhrixfv50ps7f15dxvcd44cn0z8s2d3y74";
|
||||
version = "1.7";
|
||||
sha256 = "1kp4vka9sjij8zyp15vj1jkaqwgy483q2gjb5wmhlqwcyp843h02";
|
||||
buildDepends = [
|
||||
aeson base bytestring conduit fb http-conduit lifted-base
|
||||
shakespeare text time transformers wai yesod-auth yesod-core
|
||||
@ -139465,6 +139597,22 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-ldap-mediocre" = callPackage
|
||||
({ mkDerivation, aeson, base, LDAP, text, yesod-auth, yesod-core
|
||||
, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth-ldap-mediocre";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "03pij218i9lk79n02c2pfrxsxyqi6lzjn5bzg7zgk5a87b6b57jh";
|
||||
buildDepends = [
|
||||
aeson base LDAP text yesod-auth yesod-core yesod-form
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Very simlple LDAP auth for yesod";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-oauth" = callPackage
|
||||
({ mkDerivation, authenticate-oauth, base, bytestring, lifted-base
|
||||
, text, transformers, yesod-auth, yesod-core, yesod-form
|
||||
@ -139570,8 +139718,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-bin";
|
||||
version = "1.4.12";
|
||||
sha256 = "12rvzds8ww2szq7r6pyc9kf287v2i5q8n318wy4x4jr3xhw0szy7";
|
||||
version = "1.4.13";
|
||||
sha256 = "0rqwmvl2pl05fp7xyfcpmpjkki8ww47rhifcclasaxvj109hvj1k";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -139974,8 +140122,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-mangopay";
|
||||
version = "1.11.2";
|
||||
sha256 = "1jyn38q0q4s4lrnw93yzvnn49js4jf6zhq8wb7whyxks1jbkjxbv";
|
||||
version = "1.11.4";
|
||||
sha256 = "0syg5a0xihrdbclsrbgqgf6llhji7zdn1g50fbvlklfpw4dkb1f7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -140446,10 +140594,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-static";
|
||||
version = "1.5.0";
|
||||
revision = "1";
|
||||
sha256 = "1i95c43hlks1wclhwal9yr1pasmz78ddi7wzjhg9k5w21hrkcp92";
|
||||
editedCabalFile = "d01c0a6fcb4ae005dea0c4898fd1ad452cde5e1989c90e62309c481cd0ff36c3";
|
||||
version = "1.5.0.1";
|
||||
sha256 = "1yda1m7dafcmq9s2gv0cdq3kphl5gg1279crqjgf3x57dyrypjpl";
|
||||
buildDepends = [
|
||||
async attoparsec base base64-bytestring blaze-builder byteable
|
||||
bytestring conduit conduit-extra containers cryptohash
|
||||
@ -140504,8 +140650,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-table";
|
||||
version = "1.0.1";
|
||||
sha256 = "0ixypahxrm23pahjq972r8kc4h2a14fidf1cx3wiip8wxfhc9jsi";
|
||||
version = "1.0.2";
|
||||
sha256 = "0rrc9cfjl1g8if0ncs2xzpb1hnaa4hi3w62q16gwir0l79vfj7b9";
|
||||
buildDepends = [ base containers contravariant text yesod-core ];
|
||||
homepage = "https://github.com/andrewthad/yesod-table";
|
||||
description = "HTML tables for Yesod";
|
||||
@ -140655,8 +140801,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-websockets";
|
||||
version = "0.2.2";
|
||||
sha256 = "1qs7rxf9maa6mgyhqqkbbcg1ab55xkixpyn3216bhbbwq730kfp5";
|
||||
version = "0.2.3";
|
||||
sha256 = "15kklk4wkxclrmsvwzjcy8ggal14c6nrckfn0kqcrfp0hbxzj09m";
|
||||
buildDepends = [
|
||||
async base conduit enclosed-exceptions monad-control transformers
|
||||
wai wai-websockets websockets yesod-core
|
||||
|
Loading…
x
Reference in New Issue
Block a user