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 d4b8c5b + ee6a8d8 commit b929efeCopy full SHA for b929efe
src-ui.v3/.gitignore
@@ -1,2 +1,8 @@
1
+*~
2
+
3
+# cabal
4
+.ghc.environment.*
5
/dist-newstyle/
6
/dist/
7
+/cabal.project.local
8
src-ui.v3/matrix-ui.cabal
@@ -28,6 +28,8 @@ executable matrix-ui
28
, aeson ^>= 1.4.3
29
, base ^>= 4.9.1.0 || ^>= 4.11.1.0
30
, containers ^>= 0.5.7.1
31
+ --, jsaddle ^>= 0.9.0.0
32
+ , ghcjs-base ^>= 0.2.0.0
33
, lens ^>= 4.17.1
34
, text ^>= 1.2.2.2
35
, time ^>= 1.6.0.1 || ^>= 1.8.0.2
0 commit comments