hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.2 from Hackage revision
d8aa793b33
.
This commit is contained in:
parent
e4beb97b9c
commit
81581ba381
@ -10692,6 +10692,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"JuicyPixels_3_2_9_3" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers, deepseq, mtl
|
||||
, primitive, transformers, vector, zlib
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "JuicyPixels";
|
||||
version = "3.2.9.3";
|
||||
sha256 = "14s57fgf6kd5n5al2kcvk1aaxbq1ph0r5h8blflrjkx83yl6r8yn";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers deepseq mtl primitive
|
||||
transformers vector zlib
|
||||
];
|
||||
homepage = "https://github.com/Twinside/Juicy.Pixels";
|
||||
description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"JuicyPixels-canvas" = callPackage
|
||||
({ mkDerivation, base, containers, JuicyPixels }:
|
||||
mkDerivation {
|
||||
@ -20727,6 +20745,20 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"acme-mutable-package" = callPackage
|
||||
({ mkDerivation, base, Cabal }:
|
||||
mkDerivation {
|
||||
pname = "acme-mutable-package";
|
||||
version = "0";
|
||||
sha256 = "16da6pkkdr2g77dn3n4v9x6mwi6yz3xlpisvpn0id2xz0bayipmr";
|
||||
revision = "2";
|
||||
editedCabalFile = "03qif3idd7s5ldk0fm89ii6gnw1qkwpgcwkg35raqawsfsvn4sbg";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "A mutable package";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"acme-now" = callPackage
|
||||
({ mkDerivation, base, time }:
|
||||
mkDerivation {
|
||||
@ -29034,8 +29066,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ats-format";
|
||||
version = "0.1.0.14";
|
||||
sha256 = "020gbvh8wj5xnldmc1l2dib26bwinqdq66pn4z3xdpl3zf4zj1in";
|
||||
version = "0.1.0.16";
|
||||
sha256 = "1cvhbzjsqdzq758hz3fms32nn87dzbdsw6qz46ax957hfwp3wimw";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -39653,8 +39685,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cabal2nix";
|
||||
version = "2.7.1";
|
||||
sha256 = "0skwm7fds2m7gkzd0af59bbgj09cwr0vapz8gxl6cb9m5cjsd05x";
|
||||
version = "2.7.2";
|
||||
sha256 = "1376a97pmhpxf78lhl4b6glraajjwhk99cvvrz4p7nmdc1qq9zhy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
@ -45501,6 +45533,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"cmdargs_0_10_19" = callPackage
|
||||
({ mkDerivation, base, filepath, process, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cmdargs";
|
||||
version = "0.10.19";
|
||||
sha256 = "1m1a2zl5ijjkjfrl5zqdqbbdf883y81zlq8qaiy2pww52cai3snf";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base filepath process template-haskell transformers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base filepath process template-haskell transformers
|
||||
];
|
||||
homepage = "https://github.com/ndmitchell/cmdargs#readme";
|
||||
description = "Command line argument processing";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cmdargs-browser" = callPackage
|
||||
({ mkDerivation, base, bytestring, cmdargs, directory, filepath
|
||||
, http-types, process, text, transformers, wai, wai-handler-launch
|
||||
@ -51288,8 +51342,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "credential-store";
|
||||
version = "0.1.1";
|
||||
sha256 = "1qim9hqyak3c7giqjrkvdvlpgwlbgnyz418q6pndwvyrhzm7n21m";
|
||||
version = "0.1.2";
|
||||
sha256 = "114jdbpiyx8xnjxnpz05nqpnb5s29y1iv330b0i491vik8hvrbad";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -55917,8 +55971,8 @@ self: {
|
||||
({ mkDerivation, base, dates, hspec, QuickCheck, time }:
|
||||
mkDerivation {
|
||||
pname = "date-conversions";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0348mi754n9611hzs62v17f3qba4vyls9x82capjasy8f2mw1cqn";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1bx8r66wfghrfbmcyddsi6z5b66kc9skrq0hnk2mvz4gx2cl0gdq";
|
||||
libraryHaskellDepends = [ base dates time ];
|
||||
testHaskellDepends = [ base dates hspec QuickCheck time ];
|
||||
homepage = "https://github.com/thoughtbot/date-conversions#readme";
|
||||
@ -69075,8 +69129,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "fast-combinatorics";
|
||||
version = "0.1.0.6";
|
||||
sha256 = "1bkrdqlqhccp0scz7ww7xp08sjx2fjrsgdhmk8n1l2qxnvag0wpm";
|
||||
version = "0.1.0.7";
|
||||
sha256 = "06c5m5rd4xw7nl5x2f75xbky4f16nr3wk10cvx23pf5l9987rrvq";
|
||||
setupHaskellDepends = [
|
||||
base Cabal directory http-client http-client-tls tar zlib
|
||||
];
|
||||
@ -76567,6 +76621,20 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"generic-random_1_1_0_1" = callPackage
|
||||
({ mkDerivation, base, QuickCheck }:
|
||||
mkDerivation {
|
||||
pname = "generic-random";
|
||||
version = "1.1.0.1";
|
||||
sha256 = "0axbsrxcczhlci4zm4brq2lmd7cjgmixl9hk6jnd86w4v107xiph";
|
||||
libraryHaskellDepends = [ base QuickCheck ];
|
||||
testHaskellDepends = [ base QuickCheck ];
|
||||
homepage = "http://github.com/lysxia/generic-random";
|
||||
description = "Generic random generators";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"generic-records" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
@ -79748,8 +79816,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "gio";
|
||||
version = "0.13.4.0";
|
||||
sha256 = "1jjkz7d81dljhgdcpc5zr5bn1jxnlb23f8hpzx4xz5v9jfy0bflr";
|
||||
version = "0.13.4.1";
|
||||
sha256 = "11w567c4zafcdm5i6wpi1dr4m6mpfvyqyda4llq7wgvjbshy5fqk";
|
||||
enableSeparateDataOutput = true;
|
||||
setupHaskellDepends = [ base Cabal gtk2hs-buildtools ];
|
||||
libraryHaskellDepends = [
|
||||
@ -99696,8 +99764,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hledger-iadd";
|
||||
version = "1.3.0";
|
||||
sha256 = "0kr0s2zdi1453cfbwm5i99ajybk72q012k9bd13lwc22fksph9xq";
|
||||
version = "1.3.1";
|
||||
sha256 = "0z7f9bm7xkq8a9kbhf3bd6fxhfaab08ddgghpbg5z460l4lhcczv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -112401,8 +112469,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "imap";
|
||||
version = "0.3.0.4";
|
||||
sha256 = "021ya9pkf8q1nk805ck5hhm06q9lnp22d78hr0nz112xbxm5rqkw";
|
||||
version = "0.3.0.5";
|
||||
sha256 = "1wkm6agp0gsqg8lqfqp7sm0aq64426lpfw56nmnzvfk1hkq2gwmp";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring connection containers derive either
|
||||
exceptions hslogger list-t network pipes random rolling-queue stm
|
||||
@ -112480,6 +112548,93 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"imj-animation" = callPackage
|
||||
({ mkDerivation, base, imj-base, imj-prelude, mtl }:
|
||||
mkDerivation {
|
||||
pname = "imj-animation";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1v0rji1b45n309wn4ld5fs60rri8gn4xg0wz319f2mcqqrih6ir4";
|
||||
libraryHaskellDepends = [ base imj-base imj-prelude mtl ];
|
||||
testHaskellDepends = [ base ];
|
||||
homepage = "https://github.com/OlivierSohn/hamazed/blob/master/imj-animation/README.md";
|
||||
description = "Animation Framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"imj-base" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, imj-prelude, mtl, primitive
|
||||
, random, terminal-size, text, time, vector, vector-algorithms
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "imj-base";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1b42xqzbgr47r2rkhy9299p68z9imgx19xc1d5rvfc3qyg8ciph2";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal base imj-prelude mtl primitive random terminal-size
|
||||
text time vector vector-algorithms
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
ansi-terminal base imj-prelude mtl text time
|
||||
];
|
||||
testHaskellDepends = [
|
||||
ansi-terminal base imj-prelude mtl text time
|
||||
];
|
||||
homepage = "https://github.com/OlivierSohn/hamazed/blob/master/imj-base/README.md";
|
||||
description = "Game engine with geometry, easing, animated text, delta rendering";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"imj-game-hamazed" = callPackage
|
||||
({ mkDerivation, base, containers, imj-animation, imj-base
|
||||
, imj-prelude, matrix, mtl, terminal-size, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "imj-game-hamazed";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0s0a2c1pfp5mwfmh1fjbq83ws68d8k5r526b7qmq36p4n78hx22g";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers imj-animation imj-base imj-prelude matrix mtl
|
||||
terminal-size text vector
|
||||
];
|
||||
executableHaskellDepends = [ base imj-prelude ];
|
||||
testHaskellDepends = [ base imj-base mtl text ];
|
||||
homepage = "https://github.com/OlivierSohn/hamazed/blob/master/imj-game-hamazed//README.md";
|
||||
description = "A game with flying numbers and 8-bit color animations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"imj-measure-stdout" = callPackage
|
||||
({ mkDerivation, base, imj-prelude, optparse-applicative }:
|
||||
mkDerivation {
|
||||
pname = "imj-measure-stdout";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "15s7dd241z9lzm0nb46yr0y7rjryy6jydwfgigcsalv5my4p2j6x";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base imj-prelude optparse-applicative
|
||||
];
|
||||
homepage = "https://github.com/OlivierSohn/hamazed/blob/master/imj-measure-stdout/README.md";
|
||||
description = "An application to determine the maximum capacity of stdout buffer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"imj-prelude" = callPackage
|
||||
({ mkDerivation, base, mtl, text }:
|
||||
mkDerivation {
|
||||
pname = "imj-prelude";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1nv3fxps3i4znibv98qygxdl22dzri5zkw6hjaqajb4nlnh4bd0v";
|
||||
libraryHaskellDepends = [ base mtl text ];
|
||||
homepage = "https://github.com/OlivierSohn/hamazed/blob/master/imj-prelude/README.md";
|
||||
description = "Prelude library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"imm" = callPackage
|
||||
({ mkDerivation, aeson, ansi-wl-pprint, atom-conduit, base
|
||||
, blaze-html, blaze-markup, bytestring, case-insensitive
|
||||
@ -134364,7 +134519,7 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"mmark_0_0_4_1" = callPackage
|
||||
"mmark_0_0_4_2" = callPackage
|
||||
({ mkDerivation, aeson, base, case-insensitive, containers
|
||||
, criterion, data-default-class, deepseq, dlist, email-validate
|
||||
, foldl, hashable, hspec, hspec-megaparsec, html-entity-map, lucid
|
||||
@ -134374,8 +134529,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mmark";
|
||||
version = "0.0.4.1";
|
||||
sha256 = "0m2naq38ijmxnd9kdr77qb5h5z1bnfsbvy1g1mz54yj1y44jr4ra";
|
||||
version = "0.0.4.2";
|
||||
sha256 = "0jkcgk8m9dc98cvkc7j6din5nl92n9whvsv144zdgn4fjjlcl2zl";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base case-insensitive containers data-default-class deepseq
|
||||
@ -145159,8 +145314,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opencv";
|
||||
version = "0.0.2.0";
|
||||
sha256 = "1v3a97qrqxssl56bwip98ifkism9lzjhmizbgxbdhn8dbrmn8jgg";
|
||||
version = "0.0.2.1";
|
||||
sha256 = "1bwl3csl2bsgz32i7s59hb25hxj05vn9g3fa8xix9klz8kyrzam1";
|
||||
configureFlags = [
|
||||
"--with-gcc=${stdenv.cc}/bin/c++" "--with-ld=${stdenv.cc}/bin/c++"
|
||||
];
|
||||
@ -145193,8 +145348,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opencv-extra";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0qdcikwr3shxjx3sdsnawwbg0h6pc1pn29cxq15hpjbv37yg2fc1";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0l4bphpsc9nv6kjvbyjqx0345mq4ryigi93ak64vv0bwp84xk5xz";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [
|
||||
base bindings-DSL bytestring containers inline-c inline-c-cpp
|
||||
@ -151058,8 +151213,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "persistent-redis";
|
||||
version = "2.5.2";
|
||||
sha256 = "04rbszmdykk3ks5qpfbvw6gpgqic6lqyyw49rjf3g4p1yhlmd9kv";
|
||||
version = "2.5.2.1";
|
||||
sha256 = "1vbrbgvjymrf3r6x3lix2yvb81iakdq7w8n3g2cq68l0vp8bryah";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base binary bytestring hedis http-api-data
|
||||
monad-control mtl path-pieces persistent scientific text time
|
||||
@ -180671,10 +180826,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "snap-templates";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "06sns89y2b2y8ln9ci99vph9v67yphcvw7fwdqgp41wx2x496a7n";
|
||||
revision = "1";
|
||||
editedCabalFile = "0y86zbaw4ain6ia15b7fpr48sxxz37x230qvrf28dicxcxm8jmva";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1l6gc2ppsvbaf783namglpyzghhynlg97q3ajc2ralibs21vsn7c";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -184927,8 +185080,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stackage2nix";
|
||||
version = "0.3.0";
|
||||
sha256 = "1cgcdgsw8qbc7dcfvj2jhwaja5x03fqa8f67c8f86fzrn0wcvw47";
|
||||
version = "0.4.0";
|
||||
sha256 = "0qj8v7kdyqsgm518gfrpdsvv7njwzrg2lm3k6cwd3lh50l9vsgcd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -184942,7 +185095,7 @@ self: {
|
||||
testHaskellDepends = [
|
||||
base bytestring Cabal hspec pretty shakespeare text yaml
|
||||
];
|
||||
homepage = "https://github.com/4e6/stackage2nix#readme";
|
||||
homepage = "https://github.com/typeable/stackage2nix#readme";
|
||||
description = "Convert Stack files into Nix build instructions";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -201349,6 +201502,27 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"typed-process_0_2_1_0" = callPackage
|
||||
({ mkDerivation, async, base, base64-bytestring, bytestring, hspec
|
||||
, process, stm, temporary, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "typed-process";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "1l6wpkwnz4lriq1n0hxv3mdvzmrf44ddkb1ys8cyj3ywfn2xh56j";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring process stm transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base base64-bytestring bytestring hspec process stm temporary
|
||||
transformers
|
||||
];
|
||||
homepage = "https://haskell-lang.org/library/typed-process";
|
||||
description = "Run external processes, with strong typing of streams";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"typed-spreadsheet" = callPackage
|
||||
({ mkDerivation, async, base, diagrams-cairo, diagrams-gtk
|
||||
, diagrams-lib, foldl, gtk, microlens, stm, text, transformers
|
||||
@ -201944,27 +202118,27 @@ self: {
|
||||
}) {};
|
||||
|
||||
"uhc-light" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, directory, fgl, filepath, hashable, mtl, network, old-locale
|
||||
, primitive, process, syb, transformers, uhc-util, utf8-string
|
||||
, uulib, vector
|
||||
({ mkDerivation, array, base, binary, bytestring, chr-data
|
||||
, containers, directory, fgl, filepath, hashable, mtl, network
|
||||
, old-locale, primitive, process, syb, transformers, uhc-util
|
||||
, utf8-string, uulib, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "uhc-light";
|
||||
version = "1.1.9.5";
|
||||
sha256 = "07b8hvam9n801ldwrm6jjds691gxjw4yp33zsg4bbbv2mk6z7fpa";
|
||||
version = "1.1.10.0";
|
||||
sha256 = "0l8p6jn5f2lakdq5lvish0w62cpc0dsx7xm0jcwy6bml3ivlpzw9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring containers directory fgl filepath
|
||||
hashable mtl network old-locale primitive process syb transformers
|
||||
uhc-util utf8-string uulib vector
|
||||
array base binary bytestring chr-data containers directory fgl
|
||||
filepath hashable mtl network old-locale primitive process syb
|
||||
transformers uhc-util utf8-string uulib vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
array base binary bytestring containers directory fgl filepath
|
||||
hashable mtl network old-locale primitive process syb transformers
|
||||
uhc-util utf8-string uulib vector
|
||||
array base binary bytestring chr-data containers directory fgl
|
||||
filepath hashable mtl network old-locale primitive process syb
|
||||
transformers uhc-util utf8-string uulib vector
|
||||
];
|
||||
homepage = "https://github.com/UU-ComputerScience/uhc";
|
||||
description = "Part of UHC packaged as cabal/hackage installable library";
|
||||
@ -211747,6 +211921,46 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wreq_0_5_2_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec
|
||||
, authenticate-oauth, base, base16-bytestring, base64-bytestring
|
||||
, byteable, bytestring, Cabal, cabal-doctest, case-insensitive
|
||||
, containers, cryptohash, directory, doctest, exceptions, filepath
|
||||
, ghc-prim, hashable, http-client, http-client-tls, http-types
|
||||
, HUnit, lens, lens-aeson, mime-types, network-info, psqueues
|
||||
, QuickCheck, snap-core, snap-server, template-haskell, temporary
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
, text, time, time-locale-compat, transformers, unix-compat
|
||||
, unordered-containers, uuid, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wreq";
|
||||
version = "0.5.2.0";
|
||||
sha256 = "06v70dpnh7lp1sr0i0fvl2b2cx0z57dfwi8i2fxva0gcdwan0fki";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec authenticate-oauth base base16-bytestring byteable
|
||||
bytestring case-insensitive containers cryptohash exceptions
|
||||
ghc-prim hashable http-client http-client-tls http-types lens
|
||||
lens-aeson mime-types psqueues template-haskell text time
|
||||
time-locale-compat unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base base64-bytestring bytestring
|
||||
case-insensitive containers directory doctest filepath hashable
|
||||
http-client http-types HUnit lens lens-aeson network-info
|
||||
QuickCheck snap-core snap-server temporary test-framework
|
||||
test-framework-hunit test-framework-quickcheck2 text time
|
||||
transformers unix-compat unordered-containers uuid vector
|
||||
];
|
||||
homepage = "http://www.serpentine.com/wreq";
|
||||
description = "An easy-to-use HTTP client library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"wreq-sb" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec
|
||||
, authenticate-oauth, base, base16-bytestring, base64-bytestring
|
||||
|
Loading…
Reference in New Issue
Block a user