taskell: 1.7.3 -> 1.9.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2020-01-08 15:13:30 +01:00
parent e50c67ad7e
commit 87d97c60ec

View File

@ -1,8 +1,8 @@
{ lib, haskellPackages, fetchFromGitHub }:
let
version = "1.7.3";
sha256 = "1439fh79ilc6jvz894cfzhk7gy5r2sv4v79bvqmmqbzbqk9qsbvx";
version = "1.9.0";
sha256 = "1lazplchnvrxn38jfgqarwibn8azlf99dh6iiarzpgjpg2w840ch";
in (haskellPackages.mkDerivation {
pname = "taskell";
@ -46,6 +46,7 @@ in (haskellPackages.mkDerivation {
# text
time
vty
tz
];
executableHaskellDepends = [];