hackage-packages.nix: re-generate from Hackage 2015-04-01T12:39:25+0200
This commit is contained in:
parent
53f1d8147d
commit
1afa8d28ea
|
@ -12385,17 +12385,18 @@ self: {
|
|||
|
||||
"Redmine" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, connection, containers
|
||||
, HTTP, http-client-tls, http-conduit, HUnit, MissingH, network
|
||||
, old-locale, old-time, resourcet, text, time, transformers
|
||||
, HTTP, http-client-tls, http-conduit, http-types, HUnit, MissingH
|
||||
, network, old-locale, old-time, resourcet, text, time
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Redmine";
|
||||
version = "0.0.3";
|
||||
sha256 = "09bgg4q8140vxb4qv6i9mwj79dbwp8m4zcri6kxwkabb8z4l84hl";
|
||||
version = "0.0.5";
|
||||
sha256 = "0hmxxnb48arh0rbd0z1vl95l3n8yr24kjqnnf3n2by5szdhz06fb";
|
||||
buildDepends = [
|
||||
aeson base bytestring connection containers HTTP http-client-tls
|
||||
http-conduit MissingH network old-locale old-time resourcet text
|
||||
time transformers
|
||||
http-conduit http-types MissingH network old-locale old-time
|
||||
resourcet text time transformers
|
||||
];
|
||||
testDepends = [
|
||||
aeson base bytestring connection containers http-client-tls
|
||||
|
@ -14993,13 +14994,27 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"Win32-security" = callPackage
|
||||
({ mkDerivation, base, text, Win32, Win32-errors }:
|
||||
mkDerivation {
|
||||
pname = "Win32-security";
|
||||
version = "0.1";
|
||||
sha256 = "19v0fcxqvkqzrpgbwzkgh06asfg86bkmkbb66w64wnh8s93iqywr";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base text Win32 Win32-errors ];
|
||||
homepage = "https://github.com/anton-dessiatov/Win32-security";
|
||||
description = "Haskell bindings to a security-related functions of the Windows API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"Win32-services" = callPackage
|
||||
({ mkDerivation, Advapi32, base, errors, Win32 }:
|
||||
({ mkDerivation, Advapi32, base, Win32 }:
|
||||
mkDerivation {
|
||||
pname = "Win32-services";
|
||||
version = "0.2.4";
|
||||
sha256 = "006aiikccdgbv6m84z3wkkd3g5yn6zy85lb25b6c7r3rwxqm34d1";
|
||||
buildDepends = [ base errors Win32 ];
|
||||
version = "0.2.5";
|
||||
sha256 = "1ipsizxhs4900pn84r9hwm718mhrqs89g51vma6ba2j81fmziky2";
|
||||
buildDepends = [ base Win32 ];
|
||||
extraLibraries = [ Advapi32 ];
|
||||
homepage = "http://github.com/mikesteele81/win32-services";
|
||||
description = "Windows service applications";
|
||||
|
@ -19611,8 +19626,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "arbtt";
|
||||
version = "0.9";
|
||||
sha256 = "1076fy65b0qzjind3zm170ws8dq76f34n4b0gjn98v4a0nsk60xw";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "0x0aixipm32vx1jdqlpnwzk9lsv5d9fiqw5jzz92mfbs9s8jv81k";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -19626,7 +19641,6 @@ self: {
|
|||
tasty-hunit time transformers unix utf8-string
|
||||
];
|
||||
extraLibraries = [ libXScrnSaver ];
|
||||
jailbreak = true;
|
||||
homepage = "http://arbtt.nomeata.de/";
|
||||
description = "Automatic Rule-Based Time Tracker";
|
||||
license = "GPL";
|
||||
|
@ -19810,8 +19824,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "arion";
|
||||
version = "0.1.0.7";
|
||||
sha256 = "15kr9dwiy415c2yn8pmgxqd8a7mwss3hkn25xk9kg1681qkhnn4z";
|
||||
version = "0.1.0.8";
|
||||
sha256 = "107rbbzmqg0zrgv3qb0pr8svmzh25a63dm0kn0hhyirkjzdyjgqw";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -30804,6 +30818,19 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"clist" = callPackage
|
||||
({ mkDerivation, base, base-unicode-symbols, peano }:
|
||||
mkDerivation {
|
||||
pname = "clist";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1jvkv6dwx2gm59vczmiagpxb0614fz63jzqrqm81bdai8yb0gpzd";
|
||||
buildDepends = [ base base-unicode-symbols peano ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/strake/clist.hs";
|
||||
description = "Counted list";
|
||||
license = "unknown";
|
||||
}) {};
|
||||
|
||||
"clock" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -32830,8 +32857,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "config-value";
|
||||
version = "0.3";
|
||||
sha256 = "1p1bq93da6d28c1aw2s3rdl8lkn1v8zjy80cb25dvqplap0cxnza";
|
||||
version = "0.4";
|
||||
sha256 = "1p648vdlhqg587l9r4dr8v44mg1wshqbkg75qdy425cqs0jwkgyl";
|
||||
buildDepends = [ array base bytestring pretty text transformers ];
|
||||
buildTools = [ alex happy ];
|
||||
homepage = "https://github.com/glguy/config-value";
|
||||
|
@ -34485,6 +34512,19 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) { crack = null;};
|
||||
|
||||
"crackNum" = callPackage
|
||||
({ mkDerivation, base, data-binary-ieee754, ieee754 }:
|
||||
mkDerivation {
|
||||
pname = "crackNum";
|
||||
version = "1.0";
|
||||
sha256 = "1606f0pkl3rck72h8gap3k73k48pdlgkfzv96ij0dl910q332l1q";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base data-binary-ieee754 ieee754 ];
|
||||
description = "Crack various integer/floating-point data formats";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"craftwerk" = callPackage
|
||||
({ mkDerivation, base, colour, mtl, vector-space }:
|
||||
mkDerivation {
|
||||
|
@ -37575,8 +37615,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "dbus";
|
||||
version = "0.10.9.2";
|
||||
sha256 = "0xz1iajg8rmv1n21b0iifp3c6gywm75m4x4bir991m9j7v88ij6l";
|
||||
version = "0.10.10";
|
||||
sha256 = "0s14yb2bbi5n9m3xkznm4nbb0hpj9hmiwl0ppqqiml5s7xhwas6d";
|
||||
buildDepends = [
|
||||
base bytestring cereal containers libxml-sax network parsec random
|
||||
text transformers unix vector xml-types
|
||||
|
@ -39258,7 +39298,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "diagrams-svg";
|
||||
version = "1.1.0.4";
|
||||
revision = "1";
|
||||
sha256 = "11adbfvj5a8yzlbkqs433qgr7884n1vlff9vr6h9w1n0nc1amzpl";
|
||||
editedCabalFile = "2fd35c0f8bb7ba4d17e04ae258addf4a949b91c2b404c0bbac76dbc6dc819c31";
|
||||
buildDepends = [
|
||||
base base64-bytestring blaze-markup blaze-svg bytestring colour
|
||||
containers diagrams-core diagrams-lib directory filepath hashable
|
||||
|
@ -40289,8 +40331,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "distributed-process-p2p";
|
||||
version = "0.1.3.1";
|
||||
sha256 = "00dbw4p60lbfjfhi9xzyh1jjdndygw00xpirzcnl5f20370hdikh";
|
||||
version = "0.1.3.2";
|
||||
sha256 = "13m283cwlas0xzqxlrmnwmwimwy29hbvymavyqffd1b0k2m6ag31";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -42848,8 +42890,8 @@ self: {
|
|||
({ mkDerivation, base, extensible, transformers }:
|
||||
mkDerivation {
|
||||
pname = "elevator";
|
||||
version = "0.2.2";
|
||||
sha256 = "1rnxvhyxgjb9ma680d713i0cqbsq0y8s1d57z2zx5qyq10jshcnm";
|
||||
version = "0.2.3";
|
||||
sha256 = "1m509dh5k9ci87g22gd2j8lfg4hm4wn156gvd86p3r636c5hbdw2";
|
||||
buildDepends = [ base extensible transformers ];
|
||||
homepage = "https://github.com/fumieval/elevator";
|
||||
description = "Immediately lifts to a desired level";
|
||||
|
@ -45348,8 +45390,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "fay";
|
||||
version = "0.23.1.3";
|
||||
sha256 = "0vxf76x0ply748vq25nd2h2620f1iyaswzdd3bwcqb6xh50zq1bi";
|
||||
version = "0.23.1.4";
|
||||
sha256 = "1l8r7d4iwwkq0m9cskwfv38i89cr8sqxidrc59z62yp05ilcs5r6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -47426,6 +47468,18 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"forecast-io" = callPackage
|
||||
({ mkDerivation, aeson, base, text }:
|
||||
mkDerivation {
|
||||
pname = "forecast-io";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0z2hv8lv75zij9arvxdircc0db0r0m86fgk5496hh1gvxxd5pqw6";
|
||||
buildDepends = [ aeson base text ];
|
||||
homepage = "https://github.com/stormont/forecast-io";
|
||||
description = "A Haskell library for working with forecast.io data.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"foreign-storable-asymmetric" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -51179,8 +51233,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "gl";
|
||||
version = "0.7.3";
|
||||
sha256 = "009xn7f65dahjy6qadc7c1h45gvkpv30yd5s3i6scs79cgaw9kb6";
|
||||
version = "0.7.4";
|
||||
sha256 = "08b7mayd1qfalqrr2zh8ra7mm05l2inifjamvxn84697mnvxhjg7";
|
||||
buildDepends = [
|
||||
base containers directory filepath fixed half hxt split
|
||||
transformers
|
||||
|
@ -62113,8 +62167,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hjsonpointer";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "050mmc307h45k3i2kwlx0rw9n42rwchscrzhpvrkkzhi335g3vag";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0r44fpljqwzwzj818p3xplhwkdbndwmbxf2mrgdqsjxj0dmnifhq";
|
||||
buildDepends = [ aeson base text unordered-containers vector ];
|
||||
testDepends = [
|
||||
aeson base http-types HUnit test-framework test-framework-hunit
|
||||
|
@ -62127,16 +62181,16 @@ self: {
|
|||
|
||||
"hjsonschema" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, directory, file-embed
|
||||
, filepath, hashable, hjsonpointer, http-conduit, http-types, HUnit
|
||||
, filepath, hashable, hjsonpointer, http-client, http-types, HUnit
|
||||
, regexpr, scientific, test-framework, test-framework-hunit, text
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hjsonschema";
|
||||
version = "0.5.2.2";
|
||||
sha256 = "1bpl8z2gsfa6gv02k9qjya428xga85zwsbjk2gzcwcdj4d2yhmia";
|
||||
version = "0.5.3.1";
|
||||
sha256 = "1ggqxi2f10qdls67lk3204wc4naicchr20i00p17ynkzxl9ndi8b";
|
||||
buildDepends = [
|
||||
aeson base bytestring file-embed hashable hjsonpointer http-conduit
|
||||
aeson base bytestring file-embed hashable hjsonpointer http-client
|
||||
http-types regexpr scientific text unordered-containers vector
|
||||
];
|
||||
testDepends = [
|
||||
|
@ -63653,8 +63707,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hoogle-index";
|
||||
version = "0.4.0";
|
||||
sha256 = "0a7zkpqcjx225c3prwca8cs8sai0yaxv56vsb0in1s9p86qw1gfv";
|
||||
version = "0.4.1";
|
||||
sha256 = "09ax7y205ds8wb99qmwszclam8p9s9swv0byf0ap2qiz948gjfbg";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -66809,8 +66863,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hspec-meta";
|
||||
version = "2.0.0";
|
||||
sha256 = "0x1k2d4nycglzn9l4i32xrampr9fgzjpp4j1jyy7pj89cfl8jc8f";
|
||||
version = "2.1.5";
|
||||
sha256 = "02v4a5hcp4bbvnjb18vpw6fwz4qxjll8k8ama0hf6y8jppp72hid";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -69450,7 +69504,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "hybrid-vectors";
|
||||
version = "0.1.2.1";
|
||||
revision = "1";
|
||||
sha256 = "0xh6yvv7jyahzrqihc13g1nlv81v0mzxvaxib5fcyr1njwbcwv59";
|
||||
editedCabalFile = "9adcfe7dc98b64c7a1506a58c7a771bbc244874790b68f8bc7e1c859207632d7";
|
||||
buildDepends = [ base deepseq primitive vector ];
|
||||
homepage = "http://github.com/ekmett/hybrid-vectors";
|
||||
description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors";
|
||||
|
@ -70688,16 +70744,16 @@ self: {
|
|||
}) {};
|
||||
|
||||
"imagesize-conduit" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, conduit-extra, hspec
|
||||
, resourcet
|
||||
({ mkDerivation, base, bytestring, conduit, conduit-extra
|
||||
, exceptions, hspec, resourcet
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "imagesize-conduit";
|
||||
version = "1.0.0.4";
|
||||
revision = "1";
|
||||
sha256 = "0hhmjbdqdljfy3khzpg2xq6kgxa9x89jvpci7lf413pc1lpg4cw7";
|
||||
editedCabalFile = "9a9a6ea6572ae1cdf6f1df1bbd35c96ae2aac9f61f7eabbcc1a60ed792d14a3d";
|
||||
buildDepends = [ base bytestring conduit conduit-extra ];
|
||||
version = "1.1";
|
||||
sha256 = "06dc0453l7n3g05pg118y4smlzkl6p56zazpi4dr41dkg12pii9i";
|
||||
buildDepends = [
|
||||
base bytestring conduit conduit-extra exceptions
|
||||
];
|
||||
testDepends = [
|
||||
base bytestring conduit conduit-extra hspec resourcet
|
||||
];
|
||||
|
@ -71010,8 +71066,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "indentation";
|
||||
version = "0.2.1";
|
||||
sha256 = "0p6ng30nnkgnfg06bfi0j822wfj1hh04imilmpr1k2n3pjqlqmv0";
|
||||
version = "0.2.1.1";
|
||||
sha256 = "1wb5kv0wx25hhg08afsqpzkkc8c981pbhp8wrzdclb4105y4l4vj";
|
||||
buildDepends = [ base mtl parsec parsers trifecta ];
|
||||
testDepends = [ base parsec tasty tasty-hunit trifecta ];
|
||||
homepage = "https://bitbucket.org/mdmkolbe/indentation";
|
||||
|
@ -75771,13 +75827,14 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "language-c-inline";
|
||||
version = "0.7.8.0";
|
||||
sha256 = "0kzhprxw2lhk5s66nh7q2rfndjlch1ii7m3bn116dym4dc16b0cm";
|
||||
version = "0.7.9.1";
|
||||
sha256 = "0apxv1mcmglb3m06dchs25sc7bhgz6v4gv098yfb79qmjmsxpc33";
|
||||
buildDepends = [
|
||||
array base containers filepath language-c-quote mainland-pretty
|
||||
template-haskell
|
||||
];
|
||||
testDepends = [ base language-c-quote ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/mchakravarty/language-c-inline/";
|
||||
description = "Inline C & Objective-C code in Haskell for language interoperability";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -76844,9 +76901,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "lens";
|
||||
version = "4.7";
|
||||
revision = "3";
|
||||
revision = "5";
|
||||
sha256 = "1z2ydc90m0cq76yamdaws4677lpi476f9z25xrz8r7y5kxh2aq4s";
|
||||
editedCabalFile = "c7b97e6b3dd9c3ad8ab0458579ac411c5b07119dfbda5f5bc989a07e026814d4";
|
||||
editedCabalFile = "bbf436c8c154dc8020aaa23d19e49bbde356447c9ca2e4112baf2ad5d23d7cb1";
|
||||
buildDepends = [
|
||||
array base bifunctors bytestring comonad containers contravariant
|
||||
distributive exceptions filepath free ghc-prim hashable mtl
|
||||
|
@ -78158,12 +78215,11 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "linear-opengl";
|
||||
version = "0.2.0.6";
|
||||
sha256 = "1yb6c0r10d44pyahhzgyajphgyhmr9hs402633k6ynm3f1jdwyyg";
|
||||
version = "0.2.0.7";
|
||||
sha256 = "0yj98757d6z1bh3mqajn58ax2iaxnf2nl68wvbjv2pncwfn679m6";
|
||||
buildDepends = [
|
||||
base distributive lens linear OpenGL OpenGLRaw tagged
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://www.github.com/bgamari/linear-opengl";
|
||||
description = "Isomorphisms between linear and OpenGL types";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -82819,13 +82875,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "minimorph";
|
||||
version = "0.1.5.0";
|
||||
sha256 = "00dnvv0pap2xr74xwzldz89783iw320z7p1rdw0lwjjpbqa3v00g";
|
||||
version = "0.1.6.0";
|
||||
sha256 = "17ds0bjpyz7ngsq7nnlqix6yjfr6clr7xkwgpg4fysii7qvymbkz";
|
||||
buildDepends = [ base text ];
|
||||
testDepends = [
|
||||
base HUnit test-framework test-framework-hunit text
|
||||
];
|
||||
homepage = "http://darcsden.com/kowey/minimorph";
|
||||
homepage = "https://github.com/Mikolaj/minimorph";
|
||||
description = "English spelling functions with an emphasis on simplicity";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -83625,22 +83681,32 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"monad-logger-json" = callPackage
|
||||
({ mkDerivation, aeson, base, monad-logger, template-haskell, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-logger-json";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1ap98487lwgvgrrxkjskga86ckbv6rhn2n6pzp403343xx51r1qh";
|
||||
buildDepends = [ aeson base monad-logger template-haskell text ];
|
||||
homepage = "http://github.com/fpco/monad-logger-json";
|
||||
description = "JSON-friendly Logging APIs";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"monad-logger-syslog" = callPackage
|
||||
({ mkDerivation, base, bytestring, fast-logger, hsyslog
|
||||
, monad-logger, shelly, text, transformers
|
||||
, monad-logger, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-logger-syslog";
|
||||
version = "0.1.0.0";
|
||||
revision = "1";
|
||||
sha256 = "0q0m611nr20nxm4wj9ywgq3qakl3qvd820vld4nqxdp1lqsilcwz";
|
||||
editedCabalFile = "93ac892b3e81cc44a8fc5ab63f0c6c5d0127602448dcf0984d37d8dd9d92000e";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "0hdm495knrdrl76xlsdp0sk6n0v6qnl9b6r6x9ac6s1p7j1w66vf";
|
||||
buildDepends = [
|
||||
base bytestring fast-logger hsyslog monad-logger text transformers
|
||||
];
|
||||
testDepends = [ base monad-logger shelly ];
|
||||
homepage = "https://github.com/docmunch/monad-logger-rsyslog";
|
||||
description = "rsyslog output for monad-logger";
|
||||
homepage = "https://github.com/fpco/monad-logger-syslog";
|
||||
description = "syslog output for monad-logger";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
|
@ -84482,12 +84548,11 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "monoidal-containers";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0d94hpgkrh61cax0f4p71irgvq3psn53qiy7x9bwql8qwsdni1qg";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "1n76vjh785yzirfkh63nlrpi9y1bb9z1r3v514150wfxjn3n723j";
|
||||
buildDepends = [
|
||||
base containers deepseq hashable lens newtype unordered-containers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/bgamari/monoidal-containers";
|
||||
description = "Containers with monoidal accumulation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -90130,8 +90195,8 @@ self: {
|
|||
({ mkDerivation, base, doctest }:
|
||||
mkDerivation {
|
||||
pname = "overture";
|
||||
version = "0.0.4";
|
||||
sha256 = "01zq2ja2vn0pvwf7rm51a0dmn5qdy83ysj656zm7wcwnlq6cfs3d";
|
||||
version = "0.0.5";
|
||||
sha256 = "0mv9iakq1yjawf7f0zckmxbzlcv2rlqngsllfsrcydi6lxazznzw";
|
||||
buildDepends = [ base ];
|
||||
testDepends = [ base doctest ];
|
||||
description = "An alternative to some of the Prelude";
|
||||
|
@ -90428,9 +90493,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "pandoc";
|
||||
version = "1.13.2";
|
||||
revision = "1";
|
||||
revision = "2";
|
||||
sha256 = "12kd71g70d1wzz19p5yq7f00hw8d4ra8ghn83g7yzsal8igl8p76";
|
||||
editedCabalFile = "31556fad86bf4c7daf43b7da7912a9f40b1e9ff79fdec46767e884d61da1d9f9";
|
||||
editedCabalFile = "1b9479a2579d76c43089283b6fb7a060e16050fd62fe0da896a722db815671d6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -90486,10 +90551,9 @@ self: {
|
|||
({ mkDerivation, base, containers, lens, pandoc-types }:
|
||||
mkDerivation {
|
||||
pname = "pandoc-lens";
|
||||
version = "0.3.1";
|
||||
sha256 = "1h943cyj6ph5w32rmkzlvszjbb7s65is1h9ifws4m7nj9mbn13lf";
|
||||
version = "0.3.2";
|
||||
sha256 = "1n0h3cf2yb5rmlfd0bbxlj3r8bm4h8yffd76fqsbw3s5jm0df4wb";
|
||||
buildDepends = [ base containers lens pandoc-types ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/bgamari/pandoc-lens";
|
||||
description = "Lenses for Pandoc documents";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -93371,11 +93435,12 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "pipes-vector";
|
||||
version = "0.5.3";
|
||||
sha256 = "1ny8dd4sd55df412v9dy5z0vf3nbi4h46pjazyiaj056p2w723aa";
|
||||
version = "0.6";
|
||||
sha256 = "0a3q8cj05b6a6iy2gi8mp2qc6xvmwmiqvcd5i3v0kzvi3rv8fh86";
|
||||
buildDepends = [
|
||||
base monad-primitive pipes primitive transformers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
description = "Various proxies for streaming data into vectors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
@ -96461,6 +96526,20 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pseudo-trie" = callPackage
|
||||
({ mkDerivation, base, data-default, hspec, QuickCheck
|
||||
, quickcheck-instances, semigroups
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pseudo-trie";
|
||||
version = "0.0.2";
|
||||
sha256 = "0pblqy1bp16wr4zpvd2l54la407f3jf13b55iy21j94fsyrn93x0";
|
||||
buildDepends = [ base data-default semigroups ];
|
||||
testDepends = [ base hspec QuickCheck quickcheck-instances ];
|
||||
description = "A tagged rose-tree with short circuited unique leaves";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"pseudomacros" = callPackage
|
||||
({ mkDerivation, base, old-locale, template-haskell, time }:
|
||||
mkDerivation {
|
||||
|
@ -100708,8 +100787,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "reserve";
|
||||
version = "0.1.0";
|
||||
sha256 = "09b570l6hyn0wfd4nb9xpqrpdb97gbaxnbjlz25y6s0pfg5s1yzp";
|
||||
version = "0.1.1";
|
||||
sha256 = "152pngw3xrlyrq905a231hi9hg3pf5ddpcihwic496rng5hd5hj2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -101452,6 +101531,19 @@ self: {
|
|||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"ring-buffer" = callPackage
|
||||
({ mkDerivation, base, mtl, primitive, vector }:
|
||||
mkDerivation {
|
||||
pname = "ring-buffer";
|
||||
version = "0.1.1";
|
||||
sha256 = "03v2xxj1gd35738qrhxcl0d3bx6pps4l1singb0yg1smrx5nkpp7";
|
||||
buildDepends = [ base mtl primitive vector ];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/bgamari/ring-buffer";
|
||||
description = "A concurrent, mutable ring-buffer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"riot" = callPackage
|
||||
({ mkDerivation, base, containers, directory, haskell98, mtl
|
||||
, ncurses, old-locale, packedstring, process, unix
|
||||
|
@ -101840,6 +101932,22 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"rose-trees" = callPackage
|
||||
({ mkDerivation, base, containers, data-default, hspec, pseudo-trie
|
||||
, QuickCheck, quickcheck-instances, semigroups, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rose-trees";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "0ii9jxyd7q0x30zyp1gal29msd81n5vj613mkxxavjlz9ar9gvgx";
|
||||
buildDepends = [
|
||||
base containers data-default pseudo-trie semigroups transformers
|
||||
];
|
||||
testDepends = [ base hspec QuickCheck quickcheck-instances ];
|
||||
description = "A collection of rose tree structures";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"rosezipper" = callPackage
|
||||
({ mkDerivation, base, containers }:
|
||||
mkDerivation {
|
||||
|
@ -106623,8 +106731,8 @@ self: {
|
|||
({ mkDerivation, base, process }:
|
||||
mkDerivation {
|
||||
pname = "simple-smt";
|
||||
version = "0.5.5";
|
||||
sha256 = "000jr1lq01yzjdn8wfzjs43gk7avqw51r6gx20sjc3d90vyx8j7s";
|
||||
version = "0.6.0";
|
||||
sha256 = "15dnd6vjf8zl0bi5r4pczxdns8614rvdq1f44sgrmy8crc4x9d0c";
|
||||
buildDepends = [ base process ];
|
||||
description = "A simple way to interact with an SMT solver process";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -118246,7 +118354,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "trifecta";
|
||||
version = "1.5.1.3";
|
||||
revision = "1";
|
||||
sha256 = "1yd55bfhdn8ckkf2c5084fsnfwhib229xw9bn2a4lwpkzbbpflxw";
|
||||
editedCabalFile = "4aef1e889929b131bcfbc3b111cc865b1c31f86be983aee768adbfeadee03f2a";
|
||||
buildDepends = [
|
||||
ansi-terminal ansi-wl-pprint array base blaze-builder blaze-html
|
||||
blaze-markup bytestring charset comonad containers deepseq
|
||||
|
@ -122487,8 +122597,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "vector-algorithms";
|
||||
version = "0.6.0.3";
|
||||
sha256 = "1kz4b41y7swad6mbx0g3adc8lqma8pl3rnzah71cfdvb87gssbn4";
|
||||
version = "0.6.0.4";
|
||||
sha256 = "09f0kds50xa0r2l837gqarzazvlhx2afvvykkqiwjqma9caj52av";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ base bytestring mtl mwc-random primitive vector ];
|
||||
|
@ -123820,6 +123930,30 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"wai-middleware-consul" = callPackage
|
||||
({ mkDerivation, async, base, base-prelude, bytestring, conduit
|
||||
, conduit-extra, consul-haskell, enclosed-exceptions, http-client
|
||||
, http-types, monad-control, monad-logger, network, process
|
||||
, resourcet, text, transformers, void, wai, wai-app-static
|
||||
, wai-conduit, wai-extra, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wai-middleware-consul";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0qq7kilp9a4qjja337saqccn250s6mnf3n80sgyg935hy1dmm7fq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
async base base-prelude bytestring conduit conduit-extra
|
||||
consul-haskell enclosed-exceptions http-client http-types
|
||||
monad-control monad-logger network process resourcet text
|
||||
transformers void wai wai-app-static wai-conduit wai-extra warp
|
||||
];
|
||||
homepage = "https://github.com/fpco/wai-middleware-consul";
|
||||
description = "Wai Middleware for Consul";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"wai-middleware-etag" = callPackage
|
||||
({ mkDerivation, base, base64-bytestring, bytestring, cryptohash
|
||||
, filepath, http-date, http-types, unix-compat
|
||||
|
@ -128168,7 +128302,9 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "yarr";
|
||||
version = "1.3.3.3";
|
||||
revision = "1";
|
||||
sha256 = "09nr1k0yhm1sh4g741876sf4vi0mgrh7gdq9cbw33hxn6168h547";
|
||||
editedCabalFile = "290dde1a67c1de78074c60796f5326cf01668fb109345cd100ff1ac5a5663687";
|
||||
buildDepends = [
|
||||
base deepseq fixed-vector ghc-prim missing-foreign primitive
|
||||
template-haskell
|
||||
|
|
Loading…
Reference in New Issue