Skip to content

Commit c075e36

Browse files
committed
Add missing these-lens dep
The cabal file had it but not the default.nix.
1 parent de9d2b0 commit c075e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
, transformers-compat, unbounded-delays, prim-uniq
88
, data-default, filepath, directory, filemanip, ghcjs-base
99
, monoidal-containers, witherable, profunctors
10-
, semialign ? null, splitThese ? (semialign != null)
10+
, splitThese ? (semialign != null), semialign ? null, these-lens ? null
1111
, useTemplateHaskell ? true
1212
}:
1313
mkDerivation {
@@ -30,6 +30,7 @@ mkDerivation {
3030
haskell-src-exts haskell-src-meta
3131
]) ++ (if splitThese then [
3232
semialign
33+
these-lens
3334
] else []);
3435
testHaskellDepends = if ghc.isGhcjs or false then [] else [
3536
hlint filepath directory filemanip

0 commit comments

Comments
 (0)