Skip to content

Commit e4d9549

Browse files
committed
Merge branch 'add-missing-these-lens' into HEAD
2 parents a5089e8 + 22bdea0 commit e4d9549

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

default.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
mkDerivation {
1414
pname = "reflex";
1515
version = "0.6.2.4";
16-
src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [ ".git" "dist" ])) ./.;
16+
src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [
17+
"default.nix"
18+
"release.nix"
19+
".git"
20+
"dist"
21+
])) ./.;
1722
libraryHaskellDepends = [
1823
base bifunctors containers dependent-map dependent-sum
1924
exception-transformers lens

0 commit comments

Comments
 (0)