hackage-packages.nix: re-generate from Hackage state 5af579af59
This commit is contained in:
parent
a9cd286cd0
commit
2ca6148bc7
@ -4731,8 +4731,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "FontyFruity";
|
||||
version = "0.5";
|
||||
sha256 = "162frrx0ra1pnvzrv2bmx7xv61pa9m5fbgldx0xasv8i24ccmbai";
|
||||
version = "0.5.1.1";
|
||||
sha256 = "064c9qq82r2kmsabciigyzp04hjqmpnc52xfshgiy77jq7k0jk2y";
|
||||
buildDepends = [
|
||||
base binary bytestring containers deepseq directory filepath text
|
||||
vector
|
||||
@ -6032,13 +6032,13 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "HDBC-sqlite3";
|
||||
version = "2.3.3.0";
|
||||
sha256 = "11765nsncgyv9j6r5wpziqyhy0lxrmqbhgricbdx0c788ky75y92";
|
||||
version = "2.3.3.1";
|
||||
sha256 = "1spbhvwwyj4q7li33kvw1bsr6m1xbnxipga67s7cdgvyf2mxk0x7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base bytestring HDBC mtl utf8-string ];
|
||||
extraLibraries = [ sqlite ];
|
||||
homepage = "http://software.complete.org/hdbc-sqlite3";
|
||||
homepage = "https://github.com/hdbc/hdbc-sqlite3";
|
||||
description = "Sqlite v3 driver for HDBC";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -8892,8 +8892,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "JuicyPixels";
|
||||
version = "3.2.3.2";
|
||||
sha256 = "0fpljj17rnaw666k2r346i1l6p1vllcvgcdq4nf81h44qwb7f8wy";
|
||||
version = "3.2.4";
|
||||
sha256 = "113w66rd6h04x0zbkqh34x33pf15hmrn3l9yy8kirs55kbg266w0";
|
||||
buildDepends = [
|
||||
base binary bytestring containers deepseq mtl primitive
|
||||
transformers vector zlib
|
||||
@ -11610,8 +11610,8 @@ self: {
|
||||
({ mkDerivation, base, cmdargs, HTTP, network, network-uri }:
|
||||
mkDerivation {
|
||||
pname = "PastePipe";
|
||||
version = "1.7";
|
||||
sha256 = "0had11n44y7zjhhymdbvahwmxcxxrbxy7c9jxijhw3n7xqhdmva0";
|
||||
version = "1.8";
|
||||
sha256 = "10gf9xkys704k89i9lajqcwqsihfxs314vjy35shhwgga5rjnslz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base cmdargs HTTP network network-uri ];
|
||||
@ -17755,12 +17755,11 @@ self: {
|
||||
({ mkDerivation, base, c2hs, mtl, openal }:
|
||||
mkDerivation {
|
||||
pname = "al";
|
||||
version = "0.1.2";
|
||||
sha256 = "1vni9rbpngdgn530n5d9rvmj8j0nad54nw7njk1gd8krbnbgfy9k";
|
||||
version = "0.1.3";
|
||||
sha256 = "1vrlamzc9761jf0pjbdldxhv467wqc7zvk0cq5gcmq3qd281yj6m";
|
||||
buildDepends = [ base mtl ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ openal ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/phaazon/al";
|
||||
description = "OpenAL 1.1 raw API.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -20656,8 +20655,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "asciidiagram";
|
||||
version = "1.0";
|
||||
sha256 = "1nvjx2pwza26ppp2lpmlm1200kk8l6sgcsk23fskiamc6xh51vqg";
|
||||
version = "1.1";
|
||||
sha256 = "0vd4m3i4997vdd5wzy3jbidaz4rcsncqjdz0pf5ggrm9c5a8jb2y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -21046,8 +21045,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "atlassian-connect-core";
|
||||
version = "0.5.0.1";
|
||||
sha256 = "0jfs3n6kgqwcjsi4p49wdpr4fpaslxn3fl3x3q5sb2q8dl469vpk";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "02959rj5sdl28b3kj42ab1x83vcvkn61v5np7plgbqxbmrnnc9pr";
|
||||
buildDepends = [
|
||||
aeson atlassian-connect-descriptor base base64-bytestring
|
||||
bytestring case-insensitive cipher-aes configurator containers
|
||||
@ -21055,7 +21054,6 @@ self: {
|
||||
network network-api-support network-uri snap snap-core split text
|
||||
time time-units transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://bitbucket.org/ajknoll/atlassian-connect-core";
|
||||
description = "Atlassian Connect snaplet for the Snap Framework and helper code";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
@ -22020,27 +22018,24 @@ self: {
|
||||
"aws-kinesis-client" = callPackage
|
||||
({ mkDerivation, aeson, aws, aws-general, aws-kinesis, base
|
||||
, base-unicode-symbols, bytestring, conduit, containers
|
||||
, data-carousel, either, errors, hoist-error, http-conduit
|
||||
, kan-extensions, lens, lens-action, lifted-async, lifted-base
|
||||
, monad-control, mtl, optparse-applicative, random, resourcet, stm
|
||||
, stm-chans, stm-conduit, stm-queue-extras, text, transformers
|
||||
, unordered-containers
|
||||
, data-carousel, enclosed-exceptions, http-conduit, kan-extensions
|
||||
, lens, lens-action, lifted-async, lifted-base, monad-control, mtl
|
||||
, nats, optparse-applicative, random, resourcet, stm, stm-chans
|
||||
, stm-queue-extras, text, transformers, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aws-kinesis-client";
|
||||
version = "0.3.0.2";
|
||||
revision = "1";
|
||||
sha256 = "0p1544yq9cs9qz9za2gcsdvd8wkq66sa0kzzv3i2c6xjbqy0wpgr";
|
||||
editedCabalFile = "f9531c2ee7088cb1023df99c0b50ddada61540039f5c1a898ada7cbf7713b426";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1jmm83pciv4mfknwj9z57kbq4siikfad21xhysnhwrpm2maqswa4";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson aws aws-general aws-kinesis base base-unicode-symbols
|
||||
bytestring conduit containers data-carousel either errors
|
||||
hoist-error http-conduit kan-extensions lens lens-action
|
||||
lifted-async lifted-base monad-control mtl optparse-applicative
|
||||
random resourcet stm stm-chans stm-conduit stm-queue-extras text
|
||||
transformers unordered-containers
|
||||
bytestring conduit containers data-carousel enclosed-exceptions
|
||||
http-conduit kan-extensions lens lens-action lifted-async
|
||||
lifted-base monad-control mtl nats optparse-applicative random
|
||||
resourcet stm stm-chans stm-queue-extras text transformers
|
||||
unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "A producer & consumer client library for AWS Kinesis";
|
||||
@ -22797,12 +22792,12 @@ self: {
|
||||
}) {};
|
||||
|
||||
"base-compat" = callPackage
|
||||
({ mkDerivation, base, hspec, QuickCheck, setenv }:
|
||||
({ mkDerivation, base, hspec, QuickCheck, unix }:
|
||||
mkDerivation {
|
||||
pname = "base-compat";
|
||||
version = "0.8.0.1";
|
||||
sha256 = "11pfjsr9m5l5h12l10ilmgs39n6n9r5k3zd8imhb4linz7gdxalf";
|
||||
buildDepends = [ base setenv ];
|
||||
version = "0.8.1";
|
||||
sha256 = "0v4vrx5rkhd9r4zca86gr6gh7ggbkg2h9i7vavm41j4y96ipcqvz";
|
||||
buildDepends = [ base unix ];
|
||||
testDepends = [ base hspec QuickCheck ];
|
||||
description = "A compatibility layer for base";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -24674,8 +24669,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bindings-saga-cmd";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "14wcw62j6lmlx3dy3k0ssy7mc2q8y8p7r1gr6m9rszxb9r5h1b9r";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1vv3cx3g3zvrg6xb355b98qxxxf621scqbzaaq45dvfzq9kvclwi";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -26496,8 +26491,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "breve";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0mkvmcxnkw6bhjy4r6vxbyf7bjq4mv06h7wahsqfqmarrdj2wb1i";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0dndy14lxj18l0kr7ay1dclp3c960lmd6vqhnz8lkdz1p6cdq9hd";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -29717,10 +29712,9 @@ self: {
|
||||
({ mkDerivation, base, cereal, text }:
|
||||
mkDerivation {
|
||||
pname = "cereal-text";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1rpmhafyk49whs77paxa174904idnk8j242mpnlml2b9jjc4rc3d";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1wsp4zb6ib8fym4kaq6ixm7l2slljmz6waliab3dyb2zdl400spq";
|
||||
buildDepends = [ base cereal text ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/ulikoehler/cereal-text";
|
||||
description = "Data.Text instances for the cereal serialization library";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
@ -30861,10 +30855,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clafer";
|
||||
version = "0.3.9";
|
||||
revision = "1";
|
||||
sha256 = "0zc5vjb9iqzqb0nl47mgp51xpi1n156xfc1qkwks7kwqhhc23slr";
|
||||
editedCabalFile = "7a77fc544dc4aab21ecf747c8d95acd0d94cf9d001824862f859682eca953d22";
|
||||
version = "0.3.10";
|
||||
sha256 = "0f780l5nh3r93w4ikxliqjg70ih4k4j00s7f4nj1li0dv6bprc3x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -30891,8 +30883,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "claferIG";
|
||||
version = "0.3.9";
|
||||
sha256 = "1nbrdxq7ynwj6ms76ayl84bb9j9yjmy3qdfdd8w810php95jrkgx";
|
||||
version = "0.3.10";
|
||||
sha256 = "17g4jdfla0x90y2jn54yk56h6ih3d1jk4fzdpfvh85xs6dh79n0x";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -30917,8 +30909,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "claferwiki";
|
||||
version = "0.3.9";
|
||||
sha256 = "05fz0ps2k6g9298jk8y69wjhvfpcidkc3c9g083snylm2cl0dax3";
|
||||
version = "0.3.10";
|
||||
sha256 = "0v0nad7n3m8gs3l7prv2kwqzdp93g309j4l3l3dv1ibfnf5jr2l9";
|
||||
buildDepends = [
|
||||
base clafer containers directory gitit MissingH mtl network
|
||||
network-uri process SHA split time transformers utf8-string
|
||||
@ -30974,8 +30966,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-ghc";
|
||||
version = "0.5.2";
|
||||
sha256 = "1m9i2l0phf9y6d32zj9qd9adqcim8106n40l0cg2g8iqskqczhiq";
|
||||
version = "0.5.3";
|
||||
sha256 = "1xi6j5d5qz0ar1mm1prvxk3vqigrnyiyd88a537636vwbvh8ndns";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -31071,8 +31063,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "clash-vhdl";
|
||||
version = "0.5.1";
|
||||
sha256 = "1l5iagc62f9da7x3yngklcmybl32c73zfgf7spx3wf8fdmdnrcvv";
|
||||
version = "0.5.2";
|
||||
sha256 = "0ywcjrg3x0pcx2mj03bzq7hf4vmrivkckpa939ddqzcab114kkgl";
|
||||
buildDepends = [
|
||||
base clash-lib clash-prelude fgl lens mtl text unordered-containers
|
||||
wl-pprint-text
|
||||
@ -34522,8 +34514,8 @@ self: {
|
||||
({ mkDerivation, base-prelude, bytestring, conversion }:
|
||||
mkDerivation {
|
||||
pname = "conversion-bytestring";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "14jygknda819n7c2g2mgjv2q57hbzsbynajfdjmsws5mbzzwdhxw";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1gsbfmp58qzhvnyl6jgy1pah954qaxi184clh31lzam9m1j44k3y";
|
||||
buildDepends = [ base-prelude bytestring conversion ];
|
||||
homepage = "https://github.com/nikita-volkov/conversion-bytestring";
|
||||
description = "\"Conversion\" instances for the \"bytestring\" library";
|
||||
@ -34548,8 +34540,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "conversion-text";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "0idrrj21dzgff479qjnaj043x1vwra69i5hdwv1px0zr01h1ijpx";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "0v2vpma9sf0n2fd635zagnfzv1bizys6yf592c2mm7yxanlhj6rp";
|
||||
buildDepends = [
|
||||
base-prelude bytestring conversion conversion-bytestring text
|
||||
];
|
||||
@ -35905,8 +35897,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "crypto-classical";
|
||||
version = "0.0.2";
|
||||
sha256 = "0c71rd21l6fg2vfszizbvzglz137lzpy2w7rmgxaw1allkhcradk";
|
||||
version = "0.0.3";
|
||||
sha256 = "1k158w6dvnfcfan167lvk2g852fgn0aqsfc7qagxihkbi4l0nrls";
|
||||
buildDepends = [
|
||||
base bytestring containers crypto-numbers crypto-random lens
|
||||
modular-arithmetic QuickCheck random random-shuffle text
|
||||
@ -45466,6 +45458,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ess" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "ess";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0pxrs9vr6gc61md9q4rxdc5fikvjandqw2rygs0xamrqlna51bcq";
|
||||
buildDepends = [ base ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/michaelochurch/ess";
|
||||
description = "The type-level S combinator in Haskell";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"estimator" = callPackage
|
||||
({ mkDerivation, ad, base, distributive, lens, linear, reflection
|
||||
}:
|
||||
@ -46605,7 +46610,9 @@ self: {
|
||||
mkDerivation {
|
||||
pname = "fast-logger";
|
||||
version = "2.3.1";
|
||||
revision = "1";
|
||||
sha256 = "02smmj62jir0c4ix929xy7zsd03djp53hxps0wgqga1f123gksri";
|
||||
editedCabalFile = "9823350b03eb3ff26c7088f9ea871ff54996b4545f534c268d988f72a126ccea";
|
||||
buildDepends = [
|
||||
array auto-update base bytestring bytestring-builder directory
|
||||
filepath text
|
||||
@ -48621,6 +48628,18 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"flowlocks-framework" = callPackage
|
||||
({ mkDerivation, base, containers, QuickCheck, syb }:
|
||||
mkDerivation {
|
||||
pname = "flowlocks-framework";
|
||||
version = "0.1.3";
|
||||
sha256 = "0scxfgsdh15wnrjpmdbn7phhhxb718pnbnfb53713hsdsvacmnmv";
|
||||
buildDepends = [ base containers syb ];
|
||||
testDepends = [ base QuickCheck ];
|
||||
description = "Generalized Flow Locks Framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"flowsim" = callPackage
|
||||
({ mkDerivation, array, base, biocore, biofasta, biosff, bytestring
|
||||
, cmdargs, containers, directory, MonadRandom, mtl, random
|
||||
@ -57302,18 +57321,18 @@ self: {
|
||||
|
||||
"hans" = callPackage
|
||||
({ mkDerivation, base, blaze-html, blaze-markup, bytestring, cereal
|
||||
, containers, fingertree, HTTP, monadLib, old-locale, random, time
|
||||
, unix
|
||||
, containers, fingertree, HTTP, monadLib, network, old-locale
|
||||
, random, time, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hans";
|
||||
version = "2.4.0.0";
|
||||
sha256 = "1sjvjx27hll04i0g0744zlvlq4vd7q0299czg9bnihvsds6rr84n";
|
||||
version = "2.5.0.0";
|
||||
sha256 = "19zmwwnccmr1smypm8xbxh1r0fcrd9967dqcrjw5mm9675v1iw0p";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base blaze-html blaze-markup bytestring cereal containers
|
||||
fingertree HTTP monadLib old-locale random time unix
|
||||
fingertree HTTP monadLib network old-locale random time unix
|
||||
];
|
||||
description = "IPv4 Network Stack";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -73988,8 +74007,8 @@ self: {
|
||||
({ mkDerivation, base, hspec, stm, transformers }:
|
||||
mkDerivation {
|
||||
pname = "io-region";
|
||||
version = "0.1.0";
|
||||
sha256 = "11k1kw47g0mv0nd6gl9pyslr7y2d3wfbw04l6cqqf8cb1mrgl8j2";
|
||||
version = "0.1.1";
|
||||
sha256 = "1w8m21zkhbhqr9lsdzwxfpy0jhb2ciybn3bvhyp3zlxkq9k3yc7f";
|
||||
buildDepends = [ base stm ];
|
||||
testDepends = [ base hspec transformers ];
|
||||
homepage = "https://github.com/Yuras/io-region/wiki";
|
||||
@ -79751,6 +79770,26 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) { archive = null;};
|
||||
|
||||
"libconfig" = callPackage
|
||||
({ mkDerivation, base, binary, c2hs, cereal, cereal-text, config
|
||||
, deepseq, doctest, doctest-prop, hashable, lens, profunctors, text
|
||||
, text-binary, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "libconfig";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "1z03vnqhm6iiz964rmhvzm15hdx7mmck06yawf0sy4h5ljwrq94a";
|
||||
buildDepends = [
|
||||
base binary cereal cereal-text deepseq hashable profunctors text
|
||||
text-binary transformers
|
||||
];
|
||||
testDepends = [ base doctest doctest-prop lens ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ config ];
|
||||
description = "Haskell bindings to libconfig";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) { config = null;};
|
||||
|
||||
"libcspm" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, deepseq
|
||||
, directory, filepath, graph-wrapper, hashable, hashtables, mtl
|
||||
@ -81122,8 +81161,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "list-t";
|
||||
version = "0.4.5";
|
||||
sha256 = "0iv9lz5hagz30q67c7v3zcj6q8pqy8jnndq1xbbv25b25jd6xnrn";
|
||||
version = "0.4.5.1";
|
||||
sha256 = "0mf1dv0pcbc2sgnimjkhmivl32ivjck7arhkq679s1ba5hc6np3a";
|
||||
buildDepends = [
|
||||
base-prelude mmorph monad-control mtl transformers
|
||||
transformers-base
|
||||
@ -81200,16 +81239,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"list-t-text" = callPackage
|
||||
({ mkDerivation, base-prelude, bytestring, hspec, list-t
|
||||
({ mkDerivation, base, base-prelude, bytestring, hspec, list-t
|
||||
, mtl-prelude, QuickCheck, quickcheck-instances, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "list-t-text";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1n57rfiq7772nkvh50sgvif0ds669m2b2lfcx3l80yd3c4i70zf2";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "05vz6r9r5903wm9spmy6zsql8jzzqj1dv94yfnfhiwkkmgjsvv5z";
|
||||
buildDepends = [ base-prelude bytestring list-t mtl-prelude text ];
|
||||
testDepends = [
|
||||
base-prelude bytestring hspec list-t QuickCheck
|
||||
base base-prelude bytestring hspec list-t QuickCheck
|
||||
quickcheck-instances text transformers
|
||||
];
|
||||
homepage = "https://github.com/nikita-volkov/list-t-text";
|
||||
@ -81950,16 +81989,15 @@ self: {
|
||||
"logging" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, fast-logger, hspec
|
||||
, lifted-base, monad-control, monad-logger, old-locale, pcre-light
|
||||
, text, time, transformers, unix, vector-space
|
||||
, text, time, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "logging";
|
||||
version = "2.1.0";
|
||||
sha256 = "15ad4g7zkbklawd98m6x838fr5383vkvq92y75f56j1kj17g7rrh";
|
||||
version = "2.2.0";
|
||||
sha256 = "0awcaj88754bppjmaay6lwmrmv0n53fppn2sjrnyi876r1ibr4qp";
|
||||
buildDepends = [
|
||||
base binary bytestring fast-logger lifted-base monad-control
|
||||
monad-logger old-locale pcre-light text time transformers
|
||||
vector-space
|
||||
];
|
||||
testDepends = [ base hspec monad-logger unix ];
|
||||
description = "Simplified logging in IO for application writers";
|
||||
@ -89551,8 +89589,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nested-routes";
|
||||
version = "0.2.1";
|
||||
sha256 = "0k7kql7qir9q8hrj2jhd8ph87pz9z7gvg2x15msx411yq1ahxa0r";
|
||||
version = "0.2.2.2";
|
||||
sha256 = "0cnm6clz7y8kpnsi65i15a0vgv7i2q3150igvvmrs1jz15cxzi8z";
|
||||
buildDepends = [
|
||||
aeson attoparsec base blaze-html bytestring containers http-types
|
||||
lucid mtl pred-trie semigroups text transformers wai wai-extra
|
||||
@ -94643,13 +94681,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pdf-toolbox-content";
|
||||
version = "0.0.3.2";
|
||||
sha256 = "09nscaska3jpc0kkz4fgiyini8g6pk9b5p6kw5yp5nx984f8579a";
|
||||
version = "0.0.3.3";
|
||||
sha256 = "03kyp3nnbg4gchc4g9biavlf0hdjv77pc66jqngzjzmk8rh03k9c";
|
||||
buildDepends = [
|
||||
attoparsec base base16-bytestring bytestring containers io-streams
|
||||
pdf-toolbox-core text
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/Yuras/pdf-toolbox";
|
||||
description = "A collection of tools for processing PDF files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -94662,13 +94699,12 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pdf-toolbox-core";
|
||||
version = "0.0.3.2";
|
||||
sha256 = "0wz9khfymnsyjrcvj2dgav1a1sjira481gx9ks7sz23h5pj69bds";
|
||||
version = "0.0.3.3";
|
||||
sha256 = "006fp7cvq8r4l0iif2ihi0cq8pxl5mm8vf7ny4zhaniyyf52g68m";
|
||||
buildDepends = [
|
||||
attoparsec base bytestring containers errors io-streams scientific
|
||||
transformers zlib-bindings
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/Yuras/pdf-toolbox";
|
||||
description = "A collection of tools for processing PDF files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -94682,14 +94718,13 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pdf-toolbox-document";
|
||||
version = "0.0.5.0";
|
||||
sha256 = "0ilgbwmv2qvzbji79ybam5f2aghlqhq1jgchq39xxwrs2i40vrxz";
|
||||
version = "0.0.5.1";
|
||||
sha256 = "0qcnhdhxvrj9ypwyb3h7q7w6yn9jpzzrqrlhnas40lvjb9rc2yws";
|
||||
buildDepends = [
|
||||
base bytestring cipher-aes cipher-rc4 containers crypto-api
|
||||
cryptohash io-streams pdf-toolbox-content pdf-toolbox-core text
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/Yuras/pdf-toolbox";
|
||||
description = "A collection of tools for processing PDF files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -94703,8 +94738,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pdf-toolbox-viewer";
|
||||
version = "0.0.3.2";
|
||||
sha256 = "14245lv0jfmvmsldrhnp9n0fk7x2wjzsamwqjphbcxw70h9hw9s8";
|
||||
version = "0.0.3.3";
|
||||
sha256 = "02nnxvbd5l2wni9djqmdmqagb5k10dnc1k4crlkvrc8fa9rlajz2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -94712,7 +94747,6 @@ self: {
|
||||
pdf-toolbox-content pdf-toolbox-document process random text
|
||||
transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/Yuras/pdf-toolbox";
|
||||
description = "Simple pdf viewer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -98190,14 +98224,14 @@ self: {
|
||||
}) {};
|
||||
|
||||
"pred-trie" = callPackage
|
||||
({ mkDerivation, base, hspec, QuickCheck, quickcheck-instances
|
||||
, semigroups
|
||||
({ mkDerivation, base, bifunctors, hspec, QuickCheck
|
||||
, quickcheck-instances, semigroups
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pred-trie";
|
||||
version = "0.0.7.1";
|
||||
sha256 = "0alzbjrc6rvjq6abhairpczxiwxhdfm1d6lqq9k8m6vr6v56yc8m";
|
||||
buildDepends = [ base semigroups ];
|
||||
version = "0.0.10";
|
||||
sha256 = "0kjifpaj7by1h9x17j2pfpvx5200s905n4hzcqdgswl28fbp83aa";
|
||||
buildDepends = [ base bifunctors semigroups ];
|
||||
testDepends = [ base hspec QuickCheck quickcheck-instances ];
|
||||
description = "Predicative tries";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -101537,8 +101571,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rasterific-svg";
|
||||
version = "0.1.1";
|
||||
sha256 = "16nnvy3vvks4bc6nbm7m5cc0z195z2xk2qbnlar06axv7kqvwps6";
|
||||
version = "0.2";
|
||||
sha256 = "1m8mmvnfvpddbyllrjlv9nxm458ikdxyhf68pr9xf18fxaxsipsb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -103953,8 +103987,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reroute";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "1hrzbjvsdkz3c27lksxzxlhhdrwqbvq90xyawwsc8zh3fp1nzqpn";
|
||||
version = "0.2.3.0";
|
||||
sha256 = "1wyr54kllh3cfwl9i291ymmpmmk8vv8y4i3k1kwa8b0zv5kky1px";
|
||||
buildDepends = [
|
||||
base deepseq graph-core hashable mtl path-pieces regex-compat text
|
||||
transformers unordered-containers vector
|
||||
@ -107145,17 +107179,17 @@ self: {
|
||||
|
||||
"scotty-session" = callPackage
|
||||
({ mkDerivation, base, base64-bytestring, blaze-builder, bytestring
|
||||
, crypto-api, http-types, old-locale, scotty, stm, text, time
|
||||
, transformers, unordered-containers, wai
|
||||
, crypto-api, http-types, scotty, stm, text, time, transformers
|
||||
, unordered-containers, wai
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "scotty-session";
|
||||
version = "0.0.4";
|
||||
sha256 = "0dacj58d78alfpqfn8ibnwxqk1yddf5y14sh1csqqnhra8k2pn4j";
|
||||
version = "0.0.5";
|
||||
sha256 = "1jvxzsnprfp2k9svkzxykmpc3qs6dvzc0wnnircyimha4gca6qh7";
|
||||
buildDepends = [
|
||||
base base64-bytestring blaze-builder bytestring crypto-api
|
||||
http-types old-locale scotty stm text time transformers
|
||||
unordered-containers wai
|
||||
http-types scotty stm text time transformers unordered-containers
|
||||
wai
|
||||
];
|
||||
homepage = "https://github.com/agrafix/scotty-session";
|
||||
description = "Adding session functionality to scotty";
|
||||
@ -108848,8 +108882,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "shake";
|
||||
version = "0.15";
|
||||
sha256 = "02zqkm248fvv6nh10nj6rw7ks5w832q2zrzzk9z9gp1zrqnbhxhk";
|
||||
version = "0.15.1";
|
||||
sha256 = "0bdx2pclcnqbkdwv8jw6v7w21hn29dp9xbvsbfrnqjvb9f6p1my9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -108862,7 +108896,7 @@ self: {
|
||||
js-flot js-jquery old-time process QuickCheck random time
|
||||
transformers unix unordered-containers utf8-string
|
||||
];
|
||||
homepage = "http://www.shakebuild.com/";
|
||||
homepage = "http://shakebuild.com";
|
||||
description = "Build system library, like Make, but more accurate dependencies";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -110319,6 +110353,17 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { inherit (pkgs.xlibs) libXft;};
|
||||
|
||||
"singleton-nats" = callPackage
|
||||
({ mkDerivation, base, singletons }:
|
||||
mkDerivation {
|
||||
pname = "singleton-nats";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "183kqvkp0s55bqm5gr7kiq9lk9qpm3ijwnansl6lpdxclcg9gm8y";
|
||||
buildDepends = [ base singletons ];
|
||||
description = "Unary natural numbers relying on the singletons infrastructure";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"singletons" = callPackage
|
||||
({ mkDerivation, base, Cabal, constraints, containers, filepath
|
||||
, mtl, process, tasty, tasty-golden, template-haskell, th-desugar
|
||||
@ -111782,10 +111827,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "snaplet-postgresql-simple";
|
||||
version = "0.6.0.1";
|
||||
revision = "1";
|
||||
sha256 = "0njs0nlznq0yh7gmihwjvxbngw3r0f7csw26pynyi3q0daccsgxg";
|
||||
editedCabalFile = "aacca55a2f592b0dd6be5ab9b37f83adfeb95ad4759a28e5a671b327d71c94f5";
|
||||
version = "0.6.0.2";
|
||||
sha256 = "0xx69x9mkv6xyd7arnip12zzyq7hdcqbypgypalgsj6vcjb8i4mp";
|
||||
buildDepends = [
|
||||
base bytestring clientsession configurator errors lens
|
||||
MonadCatchIO-transformers mtl postgresql-simple
|
||||
@ -114102,11 +114145,10 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "stateWriter";
|
||||
version = "0.2.2";
|
||||
sha256 = "0vs9l59ka2knalarkdibhl4bjrwsj70pxl1lkrz4hmz2qzg7bi94";
|
||||
version = "0.2.3";
|
||||
sha256 = "19rhkl39mlkyrj0i1qsmncnlj5nsvp8vp1vjhl43qmcbxfxflc0l";
|
||||
buildDepends = [ base mtl transformers ];
|
||||
testDepends = [ base free hspec mtl QuickCheck ];
|
||||
jailbreak = true;
|
||||
description = "A faster variant of the RWS monad transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
@ -115990,8 +116032,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "svg-tree";
|
||||
version = "0.2";
|
||||
sha256 = "1qn1xq1lbbqpy0jpw67gq9f8ng46hyxm43lvb8q0ifn5ll2grn36";
|
||||
version = "0.3";
|
||||
sha256 = "0r83c5422bk50k0s5sbcbzw808r9am1zy35dlny4y28hvljm1pad";
|
||||
buildDepends = [
|
||||
attoparsec base bytestring containers JuicyPixels lens linear mtl
|
||||
scientific text transformers vector xml
|
||||
@ -117774,8 +117816,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tasty";
|
||||
version = "0.10.1";
|
||||
sha256 = "1l8ah7018f3m8css56h59fcly1jhanm5wd0hbgm8mg6pn7rrjml5";
|
||||
version = "0.10.1.1";
|
||||
sha256 = "1gbxml5lr17x54zm44cxcjd0zgiqgdx5yj5yrrwn58wlmb9683rn";
|
||||
buildDepends = [
|
||||
ansi-terminal async base containers deepseq mtl
|
||||
optparse-applicative regex-tdfa-rc stm tagged time unbounded-delays
|
||||
@ -119631,6 +119673,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"th-context" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, data-default
|
||||
, deepseq, ghc-prim, haskell-src-exts, hspec, hspec-core, mtl, syb
|
||||
, template-haskell, text, th-desugar, th-orphans, th-reify-many
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-context";
|
||||
version = "0.13";
|
||||
sha256 = "0i5392x1x06fk8ld7k6y8kj4hdi3s9gdf2lqj8f6vkwlcnj8cjwh";
|
||||
buildDepends = [
|
||||
base containers data-default haskell-src-exts mtl syb
|
||||
template-haskell th-desugar th-orphans
|
||||
];
|
||||
testDepends = [
|
||||
array base bytestring containers deepseq ghc-prim hspec hspec-core
|
||||
mtl syb template-haskell text th-desugar th-orphans th-reify-many
|
||||
];
|
||||
homepage = "https://github.com/seereason/th-context";
|
||||
description = "Test instance context";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"th-desugar" = callPackage
|
||||
({ mkDerivation, base, containers, hspec, HUnit, mtl, syb
|
||||
, template-haskell, th-lift, th-orphans
|
||||
@ -119687,22 +119751,33 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"th-inline-io-action" = callPackage
|
||||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "th-inline-io-action";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1yvxi3n1nafr37zmj0dd83sf2jq4c0sss34k4q5f64vrai8a6zwg";
|
||||
buildDepends = [ base template-haskell ];
|
||||
homepage = "https://github.com/tolysz/inline-io-action";
|
||||
description = "Simple inline IO action into compiled code using TH";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"th-instance-reification" = callPackage
|
||||
({ mkDerivation, base, containers, HTF, HUnit, list-extras, loch-th
|
||||
, placeholders, QuickCheck, quickcheck-instances, template-haskell
|
||||
, th-expand-syns
|
||||
({ mkDerivation, base, containers, HTF, list-extras, loch-th
|
||||
, placeholders, template-haskell, th-expand-syns
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-instance-reification";
|
||||
version = "0.1.3";
|
||||
sha256 = "1aiq4ygxdh9mz59wcnhbjr74sk7l20dvwpjkc4nkj2048axq17h1";
|
||||
version = "0.1.4";
|
||||
sha256 = "0cnq7qxqpc58a59iv8sfqrkhx9wkzpgn9l7r84kh0xa21w16inki";
|
||||
buildDepends = [
|
||||
base containers list-extras loch-th placeholders template-haskell
|
||||
th-expand-syns
|
||||
];
|
||||
testDepends = [
|
||||
base containers HTF HUnit list-extras loch-th placeholders
|
||||
QuickCheck quickcheck-instances template-haskell th-expand-syns
|
||||
base containers HTF list-extras loch-th placeholders
|
||||
template-haskell th-expand-syns
|
||||
];
|
||||
homepage = "https://github.com/nikita-volkov/th-instance-reification";
|
||||
description = "Fixed versions of instances reification functions";
|
||||
@ -121280,8 +121355,8 @@ self: {
|
||||
({ mkDerivation, base, split, text }:
|
||||
mkDerivation {
|
||||
pname = "tokenize";
|
||||
version = "0.2.2";
|
||||
sha256 = "0pf4bbvd02jp8blfhyjhygsjgisqp61kw9n42zgnw08bnnqshln3";
|
||||
version = "0.3.0";
|
||||
sha256 = "1dcimgwy6ik5l6f98b0w6sc7pf06qazckfwf2cbmrd7g0q7lk20f";
|
||||
buildDepends = [ base split text ];
|
||||
homepage = "https://bitbucket.org/gchrupala/lingo/overview";
|
||||
description = "Simple tokenizer for English text";
|
||||
@ -128210,8 +128285,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "warp";
|
||||
version = "3.0.12";
|
||||
sha256 = "0ybdzgpwb8gh9b59y9wn3ykwwlcjc2407cijj3iy6glnk07vvb5a";
|
||||
version = "3.0.12.1";
|
||||
sha256 = "0dahx5g6dclpgrapwvplz4di6yjhy7i3ja089nlyn46lx15pzp6b";
|
||||
buildDepends = [
|
||||
array auto-update base blaze-builder bytestring case-insensitive
|
||||
ghc-prim hashable http-date http-types iproute network
|
||||
@ -129824,6 +129899,44 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"wreq-sb" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, attoparsec
|
||||
, authenticate-oauth, base, base16-bytestring, base64-bytestring
|
||||
, byteable, bytestring, 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, old-locale, psqueues, QuickCheck
|
||||
, snap-core, snap-server, template-haskell, temporary
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
, text, time, transformers, unix-compat, unordered-containers, uuid
|
||||
, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wreq-sb";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "0m0vjykj1wqv07xxy2r7xz68syx5r3chni4x399f5fwn6shw1jfz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
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 old-locale psqueues template-haskell text
|
||||
time unordered-containers
|
||||
];
|
||||
testDepends = [
|
||||
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 uuid vector
|
||||
];
|
||||
homepage = "http://www.serpentine.com/wreq";
|
||||
description = "An easy-to-use HTTP client library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wright" = callPackage
|
||||
({ mkDerivation, assertions, base, bed-and-breakfast, containers
|
||||
, filepath, lens
|
||||
|
Loading…
Reference in New Issue
Block a user