taskell: 1.3.2 -> 1.4.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
ebc9db29d7
commit
cb5f0906fd
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{ haskell, lib, haskellPackages, fetchFromGitHub }:
|
{ haskell, lib, haskellPackages, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.2";
|
version = "1.4.0";
|
||||||
sha256 = "0cyysvkl8m1ldlprmw9mpvch3r244nl25yv74dwcykga3g5mw4aa";
|
sha256 = "1al8mnj5s6s8cpzl0wf1s588zqhp41g8x5r5fmf9p48yh8rzc0yq";
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue