hackage-packages.nix: update to 0342de381c
with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd
This commit is contained in:
parent
3f11a5a024
commit
2028ece4a8
@ -45790,8 +45790,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "eventloop";
|
pname = "eventloop";
|
||||||
version = "0.2.1.2";
|
version = "0.3.0.0";
|
||||||
sha256 = "0lir7xynmq2awgjd163ma16fvpq58dwfkkdjbi4vmcacgyxwxmw9";
|
sha256 = "00ysjv6b4rkpy2zz3q2p9i50m3iil7q2frr3xznl4wpjiifhdpx3";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base bytestring network suspend text timers websockets
|
aeson base bytestring network suspend text timers websockets
|
||||||
];
|
];
|
||||||
@ -66662,20 +66662,21 @@ self: {
|
|||||||
|
|
||||||
"hruby" = callPackage
|
"hruby" = callPackage
|
||||||
({ mkDerivation, aeson, attoparsec, base, bytestring, QuickCheck
|
({ mkDerivation, aeson, attoparsec, base, bytestring, QuickCheck
|
||||||
, scientific, stm, text, unordered-containers, vector
|
, ruby, scientific, stm, text, unordered-containers, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hruby";
|
pname = "hruby";
|
||||||
version = "0.3.1.1";
|
version = "0.3.1.2";
|
||||||
sha256 = "137vvqmyq81aqjpag6rl980l2amf0in1rx6im4pp0gzwl48vzsyj";
|
sha256 = "1w57k3c4y08mk0887knar33yg36hpk2z31lqwz4aiq3dnidvjmdz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base bytestring scientific stm text
|
aeson attoparsec base bytestring scientific stm text
|
||||||
unordered-containers vector
|
unordered-containers vector
|
||||||
];
|
];
|
||||||
testDepends = [ aeson attoparsec base QuickCheck text vector ];
|
testDepends = [ aeson attoparsec base QuickCheck text vector ];
|
||||||
|
extraLibraries = [ ruby ];
|
||||||
description = "Embed a Ruby intepreter in your Haskell program !";
|
description = "Embed a Ruby intepreter in your Haskell program !";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) { inherit (pkgs) ruby;};
|
||||||
|
|
||||||
"hs-GeoIP" = callPackage
|
"hs-GeoIP" = callPackage
|
||||||
({ mkDerivation, base, bytestring, deepseq, GeoIP }:
|
({ mkDerivation, base, bytestring, deepseq, GeoIP }:
|
||||||
@ -114169,6 +114170,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"stackage-upload" = callPackage
|
||||||
|
({ mkDerivation, aeson, base, bytestring, directory, filepath
|
||||||
|
, http-client, http-client-tls, http-types, optparse-applicative
|
||||||
|
, stackage-cli, text
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "stackage-upload";
|
||||||
|
version = "0.1.0.1";
|
||||||
|
sha256 = "1m2dhj2gsg3f1ykrabgvf61vmlv6dhc013nii4ymn6smacqzihhv";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
buildDepends = [
|
||||||
|
aeson base bytestring directory filepath http-client
|
||||||
|
http-client-tls http-types optparse-applicative stackage-cli text
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/fpco/stackage-upload";
|
||||||
|
description = "A more secure version of cabal upload which uses HTTPS";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"standalone-haddock" = callPackage
|
"standalone-haddock" = callPackage
|
||||||
({ mkDerivation, base, Cabal, containers, directory, filepath
|
({ mkDerivation, base, Cabal, containers, directory, filepath
|
||||||
, optparse-applicative
|
, optparse-applicative
|
||||||
@ -122691,10 +122712,10 @@ self: {
|
|||||||
({ mkDerivation, base, eventloop }:
|
({ mkDerivation, base, eventloop }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "twentefp-eventloop-trees";
|
pname = "twentefp-eventloop-trees";
|
||||||
version = "0.0.0.1";
|
version = "0.1.0.0";
|
||||||
sha256 = "1zp381z9anqajcwpx6b3yq496a5c44xy98g9qqzq6v79qbhr6rbc";
|
sha256 = "18cifjf8avblgf0v1nskxdfx08ph92d16n8c50l9ln99aj9pw724";
|
||||||
buildDepends = [ base eventloop ];
|
buildDepends = [ base eventloop ];
|
||||||
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and ParseTree";
|
description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user