From cf20ad648a6654d2184b0b6f528d698a4fbc0b63 Mon Sep 17 00:00:00 2001 From: Alexander Foremny <aforemny@posteo.de> Date: Wed, 19 Feb 2025 21:03:19 +0100 Subject: init basic haskell-halogen project, `app/Main.hs` from Swordlash/haskell-halogen@0db1410e5bf2a383148fa067ae46a986a87c30c4 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..168a8b5 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# achat + +## cabal (development) + +```console +cabal build +firefox dist-newstyle/build/javascript-ghcjs/ghc-9.10.1/achat-0.1.0.0/x/achat/build/achat/achat.jsexe/index.html +``` + +## nix (package) + +```console +firefox $(nix-build --no-out-link -A achat)/share/achat.jsexe/index.html +``` -- cgit v1.2.3