Skip to content

Commit 3ea7363

Browse files
committed
Bump table-layout
New versions: * table-layout-1.0.0.2 [old range matches]
1 parent 896374a commit 3ea7363

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

ops/managed.nix

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
servant = "0.20.2";
185185
servant-client = "0.20.2";
186186
servant-server = "0.20.2";
187-
table-layout = "1.0.0.1";
187+
table-layout = "1.0.0.2";
188188
tasty = "1.5.3";
189189
terminal-size = "0.3.4";
190190
torsor = "0.1.0.1";
@@ -387,6 +387,11 @@
387387
hash = "1xp86ha73fkqbsxyycr0wga0k106vfb4kpjyzh055l2qb47kyj9j";
388388
repo = "hackage.haskell.org";
389389
};
390+
table-layout = {
391+
version = "1.0.0.2";
392+
hash = "1kz5njn1y1f8n920nmsb59yljwmb3xycrjxl71j573jbm1dx9bsn";
393+
repo = "hackage.haskell.org";
394+
};
390395
tasty = {
391396
version = "1.5.3";
392397
hash = "1xjlmgsww34asjl9rcwbziw5l4qqbvi5l4b7qvzf4dc7hqkpq1rs";
@@ -691,8 +696,15 @@
691696
polysemy-time = {
692697
jailbreak = true;
693698
};
699+
prelate = {
700+
version = "0.8.0.0";
701+
hash = "0id72rbynmbb15ld8pv8nijll3k50x2mrpcqsv8dkbs7q05fn9vg";
702+
repo = "hackage.haskell.org";
703+
};
694704
zeugma = {
695-
jailbreak = true;
705+
version = "0.10.0.1";
706+
hash = "14k0lq3ghanvxw47g43vvzfw4d9cm04bmc2fn5cp4y3vslflaknj";
707+
repo = "hackage.haskell.org";
696708
};
697709
};
698710
lower = {

ops/overrides.nix

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,36 @@ mkDerivation {
835835
}
836836
;
837837
}
838+
;
839+
table-layout = {
840+
meta = {
841+
sha256 = "1kz5njn1y1f8n920nmsb59yljwmb3xycrjxl71j573jbm1dx9bsn";
842+
url = "https://hackage.haskell.org";
843+
ver = "1.0.0.2";
844+
};
845+
drv = { mkDerivation, base, data-default-class, doclayout, hspec, HUnit
846+
, lib, QuickCheck, text
847+
}:
848+
mkDerivation {
849+
pname = "table-layout";
850+
version = "1.0.0.2";
851+
src = /nix/store/qyylxg89cky1sn8mrj7q8rl634jdw51q-source;
852+
isLibrary = true;
853+
isExecutable = true;
854+
libraryHaskellDepends = [ base data-default-class doclayout text ];
855+
executableHaskellDepends = [
856+
base data-default-class doclayout text
857+
];
858+
testHaskellDepends = [
859+
base data-default-class doclayout hspec HUnit QuickCheck text
860+
];
861+
homepage = "https://github.com/muesli4/table-layout";
862+
description = "Format tabular data as grid or table";
863+
license = lib.licenses.bsd3;
864+
mainProgram = "table-layout-test-styles";
865+
}
866+
;
867+
}
838868
;
839869
tasty = {
840870
meta = {

0 commit comments

Comments
 (0)