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.
1 parent 238e315 commit ee6a8d8Copy full SHA for ee6a8d8
src-ui.v3/.gitignore
@@ -1,4 +1,8 @@
1
+*~
2
+
3
+# cabal
4
+.ghc.environment.*
5
/dist-newstyle/
6
/dist/
-cabal.project.local*
7
+/cabal.project.local
8
src-ui.v3/cabal.project
@@ -1,6 +1,6 @@
with-compiler: /opt/ghcjs/8.4/bin/ghcjs
compiler: ghcjs
---with-compiler: ghc-8.4.4
packages: .
----------------------------------------------------------------------------
src-ui.v3/cabal.project.local
0 commit comments