We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5089e8 + 22bdea0 commit e4d9549Copy full SHA for e4d9549
default.nix
@@ -13,7 +13,12 @@
13
mkDerivation {
14
pname = "reflex";
15
version = "0.6.2.4";
16
- src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [ ".git" "dist" ])) ./.;
+ src = builtins.filterSource (path: type: !(builtins.elem (baseNameOf path) [
17
+ "default.nix"
18
+ "release.nix"
19
+ ".git"
20
+ "dist"
21
+ ])) ./.;
22
libraryHaskellDepends = [
23
base bifunctors containers dependent-map dependent-sum
24
exception-transformers lens
0 commit comments