Skip to content

Commit b929efe

Browse files
authored
Merge PR #64 (initial working searchbox feature)
2 parents d4b8c5b + ee6a8d8 commit b929efe

File tree

4 files changed

+405
-305
lines changed

4 files changed

+405
-305
lines changed

src-ui.v3/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
*~
2+
3+
# cabal
4+
.ghc.environment.*
15
/dist-newstyle/
26
/dist/
7+
/cabal.project.local
8+

src-ui.v3/matrix-ui.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ executable matrix-ui
2828
, aeson ^>= 1.4.3
2929
, base ^>= 4.9.1.0 || ^>= 4.11.1.0
3030
, containers ^>= 0.5.7.1
31+
--, jsaddle ^>= 0.9.0.0
32+
, ghcjs-base ^>= 0.2.0.0
3133
, lens ^>= 4.17.1
3234
, text ^>= 1.2.2.2
3335
, time ^>= 1.6.0.1 || ^>= 1.8.0.2

0 commit comments

Comments
 (0)