hackage-packages.nix: re-generate from Hackage 2015-02-12T23:09:28+0100
This commit is contained in:
parent
8b64ee52f8
commit
5d707670a5
|
@ -35028,6 +35028,27 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"darkplaces-demo" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers
|
||||
, darkplaces-text, data-binary-ieee754, directory, mtl
|
||||
, optparse-applicative, regex-tdfa, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "darkplaces-demo";
|
||||
version = "0.1";
|
||||
sha256 = "0map78fnnqm2nlh92xrxmg3fs9q2hb4pl87hyara41v2dvwlsj3f";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base binary bytestring containers darkplaces-text
|
||||
data-binary-ieee754 directory mtl optparse-applicative regex-tdfa
|
||||
transformers
|
||||
];
|
||||
homepage = "https://github.com/bacher09/darkplaces-demo";
|
||||
description = "Utility and parser for DarkPlaces demo files";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
}) {};
|
||||
|
||||
"darkplaces-text" = callPackage
|
||||
({ mkDerivation, alex, ansi-terminal, array, base, bytestring, text
|
||||
, vector
|
||||
|
@ -44636,15 +44657,13 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "file-location";
|
||||
version = "0.4.7";
|
||||
sha256 = "0f2ygvkr37fnqym0q1zknmi7hv33800rnkv0nx5b85xwk98m9h6s";
|
||||
version = "0.4.7.1";
|
||||
sha256 = "0p4fj7jjsssn3bdn2z984q2wyngc6cfygbgprzndcw0bxqi78jl4";
|
||||
buildDepends = [
|
||||
base containers lifted-base template-haskell th-orphans
|
||||
transformers
|
||||
];
|
||||
testDepends = [
|
||||
base containers lifted-base process template-haskell transformers
|
||||
];
|
||||
testDepends = [ base lifted-base process ];
|
||||
homepage = "https://github.com/gregwebs/FileLocation.hs";
|
||||
description = "common functions that show file location information";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -51028,17 +51047,18 @@ self: {
|
|||
}) {};
|
||||
|
||||
"groundhog" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, bytestring, containers
|
||||
, monad-control, monad-logger, mtl, text, time, transformers
|
||||
, transformers-base
|
||||
({ mkDerivation, aeson, base, base64-bytestring, blaze-builder
|
||||
, bytestring, containers, monad-control, monad-logger, mtl
|
||||
, scientific, text, time, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "groundhog";
|
||||
version = "0.7.0.1";
|
||||
sha256 = "1g50qwwxp999g1r8486vqr12facmlxy6nz9vz412v6y469ww5b1x";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "09wyhqpwmdmw13nbxrrdkc4jsl46pwnq0yhcjzdn9g3s5049s0by";
|
||||
buildDepends = [
|
||||
base blaze-builder bytestring containers monad-control monad-logger
|
||||
mtl text time transformers transformers-base
|
||||
aeson base base64-bytestring blaze-builder bytestring containers
|
||||
monad-control monad-logger mtl scientific text time transformers
|
||||
transformers-base
|
||||
];
|
||||
homepage = "http://github.com/lykahb/groundhog";
|
||||
description = "Type-safe datatype-database mapping library";
|
||||
|
@ -51091,8 +51111,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "groundhog-postgresql";
|
||||
version = "0.7.0.1";
|
||||
sha256 = "0xsiq7ma5bp6fhy4bigdxly1wi9h2kq8sbk5gxr43fvvm402h9k1";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "18wdj51v6qqyqx10lvknr3irhs5qddvh301bx7l9cdcpkk1la81i";
|
||||
buildDepends = [
|
||||
attoparsec base blaze-builder bytestring containers groundhog
|
||||
monad-control monad-logger postgresql-libpq postgresql-simple
|
||||
|
@ -60496,8 +60516,8 @@ self: {
|
|||
({ mkDerivation, base, bindings-DSL, git, openssl, process, zlib }:
|
||||
mkDerivation {
|
||||
pname = "hlibgit2";
|
||||
version = "0.18.0.13";
|
||||
sha256 = "1bslg51kkhnwm48kxaad4izq3xmzv6dpqy10a5kh16vr5zy3w5hz";
|
||||
version = "0.18.0.14";
|
||||
sha256 = "0fxglcgi0iwj9xqgx1f3dixia9pqfzz0yq9iq7flaggpr9pvn3n0";
|
||||
buildDepends = [ base bindings-DSL zlib ];
|
||||
testDepends = [ base process ];
|
||||
buildTools = [ git ];
|
||||
|
@ -64259,8 +64279,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "hslogger";
|
||||
version = "1.2.6";
|
||||
sha256 = "0yqw7824bn8vb9iynx8lkgswxd0nz484k4bvcwd02wvakbbfawkk";
|
||||
version = "1.2.7";
|
||||
sha256 = "0s99w1bzzq75mckb8pk0h545w6y8n8n3nq36mp09vn4kwf503mc9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
|
@ -75362,15 +75382,16 @@ self: {
|
|||
"lifted-base" = callPackage
|
||||
({ mkDerivation, base, HUnit, monad-control, test-framework
|
||||
, test-framework-hunit, transformers, transformers-base
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lifted-base";
|
||||
version = "0.2.3.3";
|
||||
sha256 = "1n015i21pyh1ksrdiy105c9sw3gm3yvmlwv1sajy7nvpxb2xdjc3";
|
||||
version = "0.2.3.4";
|
||||
sha256 = "0gm68xfwzxdjk2h3mad9l37307kr73rmvazg69kclfsdi908vqsp";
|
||||
buildDepends = [ base monad-control transformers-base ];
|
||||
testDepends = [
|
||||
base HUnit monad-control test-framework test-framework-hunit
|
||||
transformers transformers-base
|
||||
transformers transformers-base transformers-compat
|
||||
];
|
||||
homepage = "https://github.com/basvandijk/lifted-base";
|
||||
description = "lifted IO operations from the base library";
|
||||
|
@ -77254,6 +77275,18 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lowgl" = callPackage
|
||||
({ mkDerivation, base, data-default, gl, linear, vector }:
|
||||
mkDerivation {
|
||||
pname = "lowgl";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0kc7gpg7v064c6055hsp74dilqd059ww5xb42qdnwgw1ccd874x0";
|
||||
buildDepends = [ base data-default gl linear vector ];
|
||||
jailbreak = true;
|
||||
description = "Basic gl wrapper and reference";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
}) {};
|
||||
|
||||
"lrucache" = callPackage
|
||||
({ mkDerivation, base, containers, contravariant }:
|
||||
mkDerivation {
|
||||
|
@ -80756,12 +80789,16 @@ self: {
|
|||
}) {};
|
||||
|
||||
"monad-control" = callPackage
|
||||
({ mkDerivation, base, stm, transformers, transformers-base }:
|
||||
({ mkDerivation, base, stm, transformers, transformers-base
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-control";
|
||||
version = "1.0.0.2";
|
||||
sha256 = "13l9gq00pjlp1b2g9xzfavl6zibi2s195f234rmhzbsb14yhzgnr";
|
||||
buildDepends = [ base stm transformers transformers-base ];
|
||||
version = "1.0.0.3";
|
||||
sha256 = "1jal6m6f8kz9lqfza6jm49jr1nyx6hhqyqfnjq226scm292zybsc";
|
||||
buildDepends = [
|
||||
base stm transformers transformers-base transformers-compat
|
||||
];
|
||||
homepage = "https://github.com/basvandijk/monad-control";
|
||||
description = "Lift control operations, like exception catching, through monad transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
|
@ -85946,6 +85983,31 @@ self: {
|
|||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"octohat" = callPackage
|
||||
({ mkDerivation, aeson, base, base-compat, base16-bytestring
|
||||
, base64-bytestring, bytestring, containers, cryptohash, dotenv
|
||||
, either, errors, hspec, hspec-expectations, http-client
|
||||
, http-types, lens, mtl, text, time, transformers
|
||||
, unordered-containers, wreq, xmlhtml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "octohat";
|
||||
version = "0.1";
|
||||
sha256 = "1xiqs5q2cpgr6vgj3wpwildhnd08c2kwk52hzpwnnarwfif29r49";
|
||||
editedCabalFile = "8f268dfdda4d4fe6215f17223f11751da0bf15c4989282aae70c82ffe1a6e35c";
|
||||
buildDepends = [
|
||||
aeson base base-compat base16-bytestring base64-bytestring
|
||||
bytestring containers cryptohash dotenv either errors http-client
|
||||
http-types lens mtl text time transformers unordered-containers
|
||||
wreq xmlhtml
|
||||
];
|
||||
testDepends = [
|
||||
base base-compat dotenv hspec hspec-expectations text transformers
|
||||
];
|
||||
description = "A tested, minimal wrapper around GitHub's API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"octopus" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, hexpr, mtl
|
||||
, parsec, symbol, text
|
||||
|
@ -125165,6 +125227,30 @@ self: {
|
|||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yet-another-logger" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, async, base
|
||||
, base-unicode-symbols, bytestring, case-insensitive
|
||||
, configuration-tools, deepseq, either, enclosed-exceptions, lens
|
||||
, lifted-base, monad-control, mtl, optparse-applicative, stm
|
||||
, stm-chans, text, trace, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yet-another-logger";
|
||||
version = "0.0.1";
|
||||
sha256 = "0pf2vwx0448813sx0y1c50rlg2ws1yaiplhwdjpyl7mk7f20b63m";
|
||||
buildDepends = [
|
||||
aeson ansi-terminal async base base-unicode-symbols bytestring
|
||||
case-insensitive configuration-tools deepseq either
|
||||
enclosed-exceptions lens lifted-base monad-control mtl
|
||||
optparse-applicative stm stm-chans text trace transformers
|
||||
transformers-base
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/alephcloud/hs-yet-another-logger";
|
||||
description = "Yet Another Logger";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"yhccore" = callPackage
|
||||
({ mkDerivation, base, containers, mtl, pretty, uniplate }:
|
||||
mkDerivation {
|
||||
|
|
Loading…
Reference in New Issue