File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
--restart=.ghcid
2
- --restart=miso-widgets .cabal
2
+ --restart=miso-functora .cabal
3
3
--restart=cabal.config
4
4
--restart=cabal.project
5
5
--restart=static
Original file line number Diff line number Diff line change 2
2
dist-newstyle
3
3
capacitor-geckoview
4
4
package-lock.json
5
+ webpack.lock
5
6
* \. min \. *
6
7
dist /*
7
8
css /*
Original file line number Diff line number Diff line change @@ -104,7 +104,12 @@ common pkg
104
104
data-files :
105
105
css/*.css
106
106
dist/**/*.css
107
+ dist/**/*.eot
108
+ dist/**/*.png
109
+ dist/**/*.svg
107
110
dist/**/*.ttf
111
+ dist/**/*.woff
112
+ dist/**/*.woff2
108
113
109
114
library
110
115
import : pkg
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ with (import ./default.nix); let
3
3
functora-pkgs = import "${ functora } /nix/nixpkgs.nix" ;
4
4
functora-tools = import "${ functora } /nix/tools.nix" ;
5
5
miso-functora-ghcid = functora-pkgs . writeScriptBin "miso-functora-ghcid" ''
6
- (cd ${ builtins . toString ./. } && ${ functora-pkgs . ghcid } /bin/ghcid --test=": main --fail-fast --color -f failed-examples" --command="${ functora-pkgs . cabal-install } /bin/cabal new-repl miso-functora-test --disable-optimization --repl-options=-fobject-code --repl-options=-fno-break-on-exception --repl-options=-fno-break-on-error --repl-options=-v1 --repl-options=-ferror-spans --repl-options=-j -fghcid")
6
+ (cd ${ builtins . toString ./. } && ${ functora-pkgs . ghcid } /bin/ghcid --test="Main. main --fail-fast --color -f failed-examples" --command="${ functora-pkgs . cabal-install } /bin/cabal new-repl miso-functora-test --disable-optimization --repl-options=-fobject-code --repl-options=-fno-break-on-exception --repl-options=-fno-break-on-error --repl-options=-v1 --repl-options=-ferror-spans --repl-options=-j -fghcid")
7
7
'' ;
8
8
in
9
9
dev . env . overrideAttrs ( prev : {
You can’t perform that action at this time.
0 commit comments