hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
5ddc13836f
.
This commit is contained in:
parent
a170bff89a
commit
538cd825e6
@ -6527,8 +6527,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Frames-map-reduce";
|
pname = "Frames-map-reduce";
|
||||||
version = "0.4.0.0";
|
version = "0.4.1.1";
|
||||||
sha256 = "1ajqkzg3q59hg1gwbamff72j9sxljqq7sghrqw5xbnxfd4867dcf";
|
sha256 = "0cxk86bbl6mbpg7ywb5cm8kfixl508gww8yxq6vwyrxbs7q4j25z";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers foldl Frames hashable map-reduce-folds newtype
|
base containers foldl Frames hashable map-reduce-folds newtype
|
||||||
profunctors vinyl
|
profunctors vinyl
|
||||||
@ -50449,8 +50449,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "calamity";
|
pname = "calamity";
|
||||||
version = "0.1.28.4";
|
version = "0.1.28.5";
|
||||||
sha256 = "07ibhr3xngpwl7pq9ykbf6pxzlp8yx49d0qrlhyn7hj5xbswkv3f";
|
sha256 = "09ja2imqhz7kr97fhfskj1g7s7q88yrpa0p2s1n55fwkn1f2d3bs";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson async base bytestring colour concurrent-extra connection
|
aeson async base bytestring colour concurrent-extra connection
|
||||||
containers data-default-class data-flags deepseq deque df1 di-core
|
containers data-default-class data-flags deepseq deque df1 di-core
|
||||||
@ -143279,6 +143279,26 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"hvega_0_11_0_1" = callPackage
|
||||||
|
({ mkDerivation, aeson, aeson-pretty, base, bytestring, containers
|
||||||
|
, filepath, tasty, tasty-golden, text, unordered-containers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "hvega";
|
||||||
|
version = "0.11.0.1";
|
||||||
|
sha256 = "13w2637ylmmwv4kylf1rc2rvd85281a50p82x3888bc1cnzv536x";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [ aeson base text unordered-containers ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson aeson-pretty base bytestring containers filepath tasty
|
||||||
|
tasty-golden text unordered-containers
|
||||||
|
];
|
||||||
|
description = "Create Vega-Lite visualizations (version 4) in Haskell";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"hvega-theme" = callPackage
|
"hvega-theme" = callPackage
|
||||||
({ mkDerivation, base, hvega, text }:
|
({ mkDerivation, base, hvega, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -171629,8 +171649,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "map-reduce-folds";
|
pname = "map-reduce-folds";
|
||||||
version = "0.1.0.5";
|
version = "0.1.0.7";
|
||||||
sha256 = "0a0xavn4dlcpkjw75lc8k9f8w8620m60s8q9r4c157010mb4w829";
|
sha256 = "0khwcxw5cxx3y9rryak7qb65q055lg6b7gsbj20rvskq300asbk0";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers discrimination foldl hashable hashtables parallel
|
base containers discrimination foldl hashable hashtables parallel
|
||||||
profunctors split streaming streamly text unordered-containers
|
profunctors split streaming streamly text unordered-containers
|
||||||
@ -200893,7 +200913,7 @@ self: {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"persistent-mysql_2_12_0_0" = callPackage
|
"persistent-mysql_2_12_1_0" = callPackage
|
||||||
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
({ mkDerivation, aeson, base, blaze-builder, bytestring, conduit
|
||||||
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
|
, containers, fast-logger, hspec, HUnit, monad-logger, mysql
|
||||||
, mysql-simple, persistent, persistent-qq, persistent-test
|
, mysql-simple, persistent, persistent-qq, persistent-test
|
||||||
@ -200902,8 +200922,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "persistent-mysql";
|
pname = "persistent-mysql";
|
||||||
version = "2.12.0.0";
|
version = "2.12.1.0";
|
||||||
sha256 = "0bvwlkch8pr94dv1fib85vdsdrjpdla1rm4lslrmpg0dysgni9p3";
|
sha256 = "08494wc935gfr3007w2x9lvqcp8y2jvapgwjxz1l0mnl120vh8hw";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base blaze-builder bytestring conduit containers monad-logger
|
aeson base blaze-builder bytestring conduit containers monad-logger
|
||||||
mysql mysql-simple persistent resource-pool resourcet text
|
mysql mysql-simple persistent resource-pool resourcet text
|
||||||
@ -229214,8 +229234,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sarsi";
|
pname = "sarsi";
|
||||||
version = "0.0.5.1";
|
version = "0.0.5.2";
|
||||||
sha256 = "0hnyv3ynl5jjyx5v5l5k15p4af1g3imin5m91np8s6gp8qyfllz5";
|
sha256 = "1xqnpqq2hhqkp4y9lp11l0lmp61v19wfqx0g5dfaq8z7k0dq41fm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user