-
To reproduce: `nix-build -E 'import (fetchTarball { url = "https://github.com/norfairking/smos/archive/82707699b446bc431f5233e5dc18c7ec3dd679fd.tar.gz"; })'`
(This is release as of 2022-03-03)
I'm…
-
A `ghcjs` "executable" is a collection of files in a subdirectory. The subdirectory is where the normal executable would be, but it has the extension `.jsexe` and contains `all.js` among other files.…
-
Consider the following minimal project: https://github.com/bradrn/haskell-nix-test. It uses GHC 8.10.7 and depends on `finite-typelits`, a library which would not normally be found in a typical instal…
-
**Describe the bug**
`cabal-install` (or `Cabal`?) doesn't know how to run tests.
**To Reproduce**
Take e.g. `splitmix` package
```
$ cabal v2-test
...
cabal: Error: Could not find test…
-
Have a look at https://haddocks.haskell-miso.org/Miso-Html.html#t:VTree and inspect the link on `Object`. It points to a nix store (probably a local build product), not a URL in the internet.
-
ghc-8.6.5 needs conditional cabal logic :(
Damn you GHCJS! 8.10.7 will hopefully be out soon so I don't have to deal with this
-
Hi,
i'm trying to build a project which requires some flags to be set for one of its dependencies.
If i set the required flags `nix build` builds as expected, however `nix develop` fails with the …
paumr updated
3 years ago
-
## Issue description
Attempting to build `haskell.packages.ghcjs710` in current nixpkgs master gives the following error:
```
error: getting status of '/path/to/nixpkgs/pkgs/development/haskell…
-
The issue seems to be with `Streamly.Internal.Unicode.Stream` module with the latest commit (c9232b0e25d895d268eb9f38a6b1fa0e01b75dc6) in that file. On the previous commit it works.
-
I'm always somewhat frustrated when I have too look up an SHA for a Miso release, as e.g. in the `default.nix` example given below:
```nix
with (import (builtins.fetchTarball {
url = "https://g…