Skip to content

Commit

Permalink
nix: update changed dependency of brick
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Nov 20, 2023
1 parent d379939 commit 397af45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nix/brick.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation, base, bimap, bytestring, config-ini, containers
, contravariant, data-clist, deepseq, directory, exceptions
, filepath, lib, microlens, microlens-mtl, microlens-th, mtl
, QuickCheck, stm, template-haskell, text, text-zipper, unix
, QuickCheck, stm, template-haskell, text, text-zipper, unix-compat
, vector, vty, word-wrap
}:
mkDerivation {
Expand All @@ -14,7 +14,7 @@ mkDerivation {
base bimap bytestring config-ini containers contravariant
data-clist deepseq directory exceptions filepath microlens
microlens-mtl microlens-th mtl stm template-haskell text
text-zipper unix vector vty word-wrap
text-zipper unix-compat vector vty word-wrap
];
testHaskellDepends = [
base containers microlens QuickCheck vector vty
Expand Down

0 comments on commit 397af45

Please sign in to comment.