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