dram
dram
好像我在 FDroid 上更新后没问题了,不过我也没有仔细看配置什么的
It does build on GHC 8.0.1. Perhaps this package is only intended for ghc 8? It would be nice if you could change the dependencies to reflect this.
背景:在某 FPGA 实验板上跑一个软核……(希望可能有人知道该怎么恰当地解释一下这个实验板是什么) @dramforever: ila 观察到 cpu 读到的指令是错的所以跑飞了 我在 ila 里抓到的总线上的数据,写进 [SRAM] 的数据,从控制界面读出来的数据都不一样  似乎两边都是这两个 bit 有问题(Note:比较二进制数据可发现每 32 位数据(为总线宽度)有两位发生随机错误)
I'm not sure about the format, but I think the goal is to have non-Haskell code be able to build on top of hie-bios just like hie builds on top...
Is this change to the tests actually correct? Shouldn't the completion output actually start with `attrs` and we just broke it? I've tried to fix this test as well, but...
Ended up fixing it myself in #23. Thanks a lot for helping out anyway!
> and simply extending it to accept multiple flakes 'Simply'... To be fair though, from a user's perspective it does seem to be a simple way to use multiple flake...
From a source code perspective, I think I'll just create a subclass of `Installable` based on `InstallableFlake`, probably call it `InstallableFlakeMulti`. It will search the attribute in a list of...
Using `default-flake = flake:nixpkgs` should work. I'll check where `default-flake = nixpkgs` breaks.
Custom startup command seems useful. I'm probably going to implement it as a 'primarily' a vscode option, and then detect and read `.ghcid` if it's not specified.