Ben Ford

Results 14 issues of Ben Ford

I've got a fresh checkout of chaosbox which I've run `stack build` on. I get the following: ``` $ stack exec chaosbox-example chaosbox-example: SDLCallFailed {sdlExceptionCaller = "SDL.Video.updateWindowSurface", sdlFunction = "SDL_UpdateWindowSurface",...

I can't find the preventDefault function in halogen's API anymore, or see it mentioned in the docs. How do we do that now? I'd also just like to say a...

enhancement
documentation

I've replaced haste with ghcjs specfic stuff in .cabal and added a shell.nix and a default.nix. If you have a checkout of nixpkgs you should be able to run: ```...

``` ⇒ ./result/bin/stack2nix . Ensuring git version is >= 2 ... Ensuring cabal version is >= 2 ... stack2nix: haskell.compiler.ghc843 failed to build via nix CallStack (from HasCallStack): error, called...

I've installed `stack2nix` by running `nix-build` in the checkout and then I'm trying to run it with ``` ⇒ ../../haskell/stack2nix/result/bin/stack2nix . ~/dev/adjoint/uplink_dev Ensuring git version is >= 2 ... Ensuring...

As mentioned in #11

I'm getting a problem when I'm trying to run `, s b` (to load the repl): ``` hie-nix command: nix-shell -I . --command hie-wrapper --lsp -d -l /tmp/hie.log /home/ben//shell.nix [2...

I'm trying to us crate2nix to nixify windmill (https://github.com/windmill-labs/windmill). I'm adding crate2nix in the backend subdirectory, which also has further sub directories with rust projects in them (e.g. `windmill/backend/windmill-api`) I...