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