Merge pull request #60363 from matthiasbeyer/update-taskell

taskell: 1.3.2 -> 1.4.2
This commit is contained in:
Will Dietz 2019-05-07 13:42:36 -05:00 committed by GitHub
commit 5f13ffc00b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
{ haskell, lib, haskellPackages, fetchFromGitHub }: { haskell, lib, haskellPackages, fetchFromGitHub }:
let let
version = "1.3.2"; version = "1.4.2";
sha256 = "0cyysvkl8m1ldlprmw9mpvch3r244nl25yv74dwcykga3g5mw4aa"; sha256 = "1kpzjsbx2xbp43hd62nq03jcknp0dqvdlxjc9gc3fagaqfbfzny2";
in (haskellPackages.mkDerivation { in (haskellPackages.mkDerivation {
pname = "taskell"; pname = "taskell";
@ -35,10 +35,12 @@ in (haskellPackages.mkDerivation {
# containers # containers
# directory # directory
file-embed file-embed
fold-debounce
http-conduit http-conduit
http-client http-client
http-types http-types
lens lens
raw-strings-qq
# mtl # mtl
# template-haskell # template-haskell
# text # text