hackage-packages.nix: re-generate from Hackage 2015-03-06T11:14:49+0100

This commit is contained in:
Peter Simons 2015-03-06 11:26:59 +01:00
parent 3b9b620656
commit 5f736a02fb

View File

@ -7969,6 +7969,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"HostAndPort" = callPackage
({ mkDerivation, base, doctest, hspec, parsec }:
mkDerivation {
pname = "HostAndPort";
version = "0.1.0";
sha256 = "0rykpzp3vvc81ra917vicwsh8x1mr1ykw9a597ks959nmjy06mz8";
buildDepends = [ base parsec ];
testDepends = [ base doctest hspec ];
homepage = "https://github.com/bacher09/hostandport";
description = "Parser host and port pairs like localhost:22";
license = stdenv.lib.licenses.mit;
}) {};
"Hricket" = callPackage
({ mkDerivation, base, containers }:
mkDerivation {
@ -32505,9 +32518,8 @@ self: {
}:
mkDerivation {
pname = "contravariant";
version = "1.2.0.1";
sha256 = "06jyaxwv9dgpbrifdig9g6bgf6rmmjwhzhfb61rzkhmvm4dkm346";
editedCabalFile = "dd01fca687e4bd5a1c6d4408f70f7863228155a7d7db2cdd0c20fec264d638a0";
version = "1.2.1";
sha256 = "1v8c3wdczp674f1h29w348vibh78m6i1kkrxbw9lvvbpi3aganb4";
buildDepends = [
base semigroups transformers transformers-compat void
];
@ -47712,8 +47724,8 @@ self: {
}:
mkDerivation {
pname = "fwgl";
version = "0.1.0.3";
sha256 = "1gc92r1612zsngw3hwikphav5281hqc4akn9i3zna16lz2jikqg0";
version = "0.1.1.0";
sha256 = "07ml9f8x4rw7wg6wib63nayh8mpszrkx0zal9zz0cpjh2f85n10a";
buildDepends = [
base hashable transformers unordered-containers vector Yampa
];
@ -47730,11 +47742,11 @@ self: {
pname = "fwgl-glfw";
version = "0.1.0.3";
sha256 = "1zmvw7945lkghavik72w096rqh8ivjyb9h6j98yjvlj6xf85bsq0";
editedCabalFile = "f2a35fcd71bbea225624cf3b6d1f78647e103a1ee1edcc0a7eb9e27b0c4642d8";
buildDepends = [
base fwgl gl GLFW-b hashable JuicyPixels transformers
unordered-containers vector Yampa
];
jailbreak = true;
homepage = "https://github.com/ZioCrocifisso/FWGL";
description = "FWGL GLFW backend";
license = stdenv.lib.licenses.bsd3;
@ -61125,9 +61137,8 @@ self: {
}:
mkDerivation {
pname = "hlibBladeRF";
version = "0.1.0.1";
sha256 = "08c7sb447ifk6k53f2wkanqx1lvjiyfb6f6lybs6g1n31jqiixgn";
editedCabalFile = "132696aa56c96eccaa5efbd49f633a05d93f95557992cd73f2eafbd1b3c2fc55";
version = "0.1.0.2";
sha256 = "0yg8j1vj9p1i2n1nyd9zq9j66k55ib1y1qz0l7v026mvdd6qx7li";
buildDepends = [ base bindings-DSL bytestring ];
testDepends = [ base hlint process regex-compat ];
pkgconfigDepends = [ libbladeRF ];
@ -71986,29 +71997,29 @@ self: {
"jose" = callPackage
({ mkDerivation, aeson, attoparsec, base, base64-bytestring
, bifunctors, byteable, bytestring, certificate, crypto-pubkey
, bifunctors, byteable, bytestring, crypto-pubkey
, crypto-pubkey-types, crypto-random, cryptohash
, data-default-class, ghc-prim, hspec, integer-gmp, lens
, network-uri, old-locale, safe, semigroups, template-haskell, text
, time, unordered-containers, vector
, time, unordered-containers, vector, x509
}:
mkDerivation {
pname = "jose";
version = "0.3.38.0";
sha256 = "0iwwq1gi5pmagxyrrlmirszdq0xnxj3n34kkw517yj465vlq0csj";
version = "0.3.41.0";
sha256 = "035kbwskcf36phcj2s33kx4jjw6km2sw0rm8jbad82d33h67yxah";
buildDepends = [
aeson attoparsec base base64-bytestring bifunctors byteable
bytestring certificate crypto-pubkey crypto-pubkey-types
crypto-random cryptohash data-default-class ghc-prim integer-gmp
lens network-uri safe semigroups template-haskell text time
unordered-containers vector
bytestring crypto-pubkey crypto-pubkey-types crypto-random
cryptohash data-default-class ghc-prim integer-gmp lens network-uri
safe semigroups template-haskell text time unordered-containers
vector x509
];
testDepends = [
aeson attoparsec base base64-bytestring bifunctors byteable
bytestring certificate crypto-pubkey crypto-pubkey-types
crypto-random cryptohash data-default-class hspec lens network-uri
old-locale safe semigroups template-haskell text time
unordered-containers vector
bytestring crypto-pubkey crypto-pubkey-types crypto-random
cryptohash data-default-class hspec lens network-uri old-locale
safe semigroups template-haskell text time unordered-containers
vector x509
];
homepage = "https://github.com/frasertweedale/hs-jose";
description = "Javascript Object Signing and Encryption and JSON Web Token library";
@ -76618,8 +76629,8 @@ self: {
}:
mkDerivation {
pname = "linear";
version = "1.16.2";
sha256 = "1nd9jxg0zyjncmlxx6qf80378si5h1c4pnyy7zzwnbyqm81d9bqv";
version = "1.16.4";
sha256 = "11ii56sxsr7c4b7n4lbwjc4kbz443zs2g5afklvvq3l685l5zp68";
buildDepends = [
adjunctions base binary containers deepseq distributive ghc-prim
hashable lens reflection semigroupoids semigroups tagged
@ -77097,13 +77108,13 @@ self: {
({ mkDerivation, ansi-terminal, array, attoparsec, base, bifunctors
, bytestring, cmdargs, containers, deepseq, directory, filemanip
, filepath, ghc-prim, hashable, intern, mtl, ocaml, parsec, pretty
, process, QuickCheck, syb, tasty, tasty-quickcheck, tasty-rerun
, text, text-format, transformers, unordered-containers
, process, syb, text, text-format, transformers
, unordered-containers
}:
mkDerivation {
pname = "liquid-fixpoint";
version = "0.2.3.0";
sha256 = "05axddy9b2dfw574ha444a8ppxsa9hhdx0naj50i7qyg59z2zrg6";
version = "0.2.3.1";
sha256 = "0gjndhrd0cjwmvl2ligklvmqr64p50m42rvxb79i13jk2jb16pg5";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -77112,9 +77123,6 @@ self: {
intern mtl parsec pretty process syb text text-format transformers
unordered-containers
];
testDepends = [
base QuickCheck tasty tasty-quickcheck tasty-rerun text
];
buildTools = [ ocaml ];
configureFlags = [ "-fbuild-external" ];
homepage = "https://github.com/ucsd-progsys/liquid-fixpoint";
@ -92950,8 +92958,8 @@ self: {
}:
mkDerivation {
pname = "postgrest";
version = "0.2.6.0";
sha256 = "0aqf4d8a90zxxbnyx8f2ijnkv598akmzy4gp1lishzgrvfhdrywi";
version = "0.2.7.0";
sha256 = "1mr7wka4kxxmpnhw9p49a4vh68iavrh74shc712z17gmr9yahvcx";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -100939,8 +100947,8 @@ self: {
}:
mkDerivation {
pname = "satchmo";
version = "2.9.2";
sha256 = "0dc5bmwv19jxv6wqkhy3mc2fdawl53c3y0cyy0zyh4zb30iwkpi5";
version = "2.9.3";
sha256 = "1vb8j6qm6n4v3621y3gz1hf8h1lygp624c4i3s5kzx6vxmm9d368";
buildDepends = [
array base bytestring containers directory minisat mtl process
];
@ -107178,8 +107186,8 @@ self: {
({ mkDerivation, base, cereal, doctest, ghc-prim, linear }:
mkDerivation {
pname = "spatial-math";
version = "0.2.1.0";
sha256 = "0s6ica55d3gv3y1iwinbk3pd8i8647p8gizrfh4wnsdy908n0qqv";
version = "0.2.1.1";
sha256 = "0c5jy0kx88x48zibia8hiamy0fz2wy1gw6yv0271pdiw34b6va1c";
buildDepends = [ base cereal ghc-prim linear ];
testDepends = [ base doctest ];
description = "3d math including quaternions/euler angles/dcms and utility functions";
@ -117346,8 +117354,8 @@ self: {
}:
mkDerivation {
pname = "tzdata";
version = "0.1.20150129.0";
sha256 = "103f37lcz6a72hl4vyd2ynpbd7ldxkn75znss2kbkrqfggb05p9c";
version = "0.1.20150129.1";
sha256 = "167ik26nsq2v6xqfk0rljp4p4g3r35rkvsza7cvi8qdak96dc4ay";
buildDepends = [ base bytestring containers vector ];
testDepends = [
base bytestring directory filemanip filepath HUnit MissingH
@ -119801,8 +119809,8 @@ self: {
}:
mkDerivation {
pname = "vcache";
version = "0.2.2";
sha256 = "1df4y09f25y0sj3qn9x62a4bzdjjrml4510hdf0jsmiimqqyq0ac";
version = "0.2.3";
sha256 = "0zswcrd65dv8mnifh3h5hr1bmysc7mlqyyi4viln1is08daramzz";
buildDepends = [
base bytestring containers direct-murmur-hash easy-file filelock
lmdb random stm transformers
@ -125993,8 +126001,8 @@ self: {
}:
mkDerivation {
pname = "yesod-bin";
version = "1.4.3.11";
sha256 = "1lj8fr659xnpcg6sipd3d03jpxibskdg9s63m0056173z49y2v7c";
version = "1.4.4";
sha256 = "0xd5rx9gpaj8m5v1ln3lgi6xhk2lw43c8ykdiqhp3583aybjkvnm";
isLibrary = false;
isExecutable = true;
buildDepends = [