diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-29T01·29-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-03T14·41+0000 |
commit | 96fa6c465b434de3cd6b1fb7dc03a16e9376638c (patch) | |
tree | 744d26067309f3b7f6371e9650f58d435fccf170 | |
parent | 3ce41f4fa4dc74444ff349a96b6fce8ef49f5d7f (diff) |
fix(xanthous): re-add comonad-extras dep r/1186
Change-Id: Ie148acf179e3aae304410a588c87ee83e04aafa7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/741 Reviewed-by: BuildkiteCI Reviewed-by: Kane York <rikingcoding@gmail.com> Tested-by: BuildkiteCI
-rw-r--r-- | users/glittershark/xanthous/package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/package.yaml b/users/glittershark/xanthous/package.yaml index 4aa42a0d97bf..84f84b6b0ed8 100644 --- a/users/glittershark/xanthous/package.yaml +++ b/users/glittershark/xanthous/package.yaml @@ -28,6 +28,7 @@ dependencies: - checkers - classy-prelude - comonad +- comonad-extras - constraints - containers - data-default |