-
Hey there,
I've `psc-package install react-basic`'d in order to try out the [react-basic counter example](https://github.com/lumihq/purescript-react-basic/tree/master/examples/counter) and there se…
-
When `spago list-packages -f transitive -j` emits a warning like `WARNING: wasn't able to check if your package set file is frozen` to stdout it becomes a parse error. Is it worth instead omitting lin…
-
We could add a command like this, that could be used to open `https://spacchetti.github.io/starsuit/#search:%s` in the browser, where `%s` is a search query.
-
In #426 we added basic support for alternate backends.
As discussed in https://github.com/spacchetti/spago/issues/355 we should write down a "CLI spec" that alternate backends can conform to so th…
f-f updated
11 months ago
-
Consider a setup as described here: https://github.com/spacchetti/spago#monorepo
When `spago2nix` is run inside `app1` it just produces a comment for the local package:
```
# lib1 is a Local pa…
-
Hi there. I was trying out building https://github.com/spacchetti/spago using the following `snack.nix` file:
```
let
nixpkgs = import {};
in
with nixpkgs.haskell.lib;
let
# Necessary to…
-
It would be nice if I could install packages from local cache, similar to what `bower i -o` provided
-
At the moment it's really hard to visually distinguish warnings from errors:
![image](https://user-images.githubusercontent.com/36796532/73218896-ce26e280-4152-11ea-8c1a-07e6cd886fd1.png)
It wou…
ad-si updated
4 years ago
-
My understanding so far is that `psc-package` is meant to replace `bower` . On the other hand `pulp` is still useful. Is that correct ? Is it possible to use `psc-package` together with `purs` without…
-
Are there any recommended materials on how to use this?
I've tried folktale and it's amazing how much I've improved the codebase with concepts such as Result/Either.
Is http://learnyouahaskell.c…