Daniel Rolls
Results
2
issues of
Daniel Rolls
### Describe the issue Run `nix build` and it fails with the error `ERROR: Failed to build one or more wheels`. ### Additional context Build log ``` Sourcing python-remove-tests-dir-hook Sourcing...
To reproduce: 1. run the following ``` #!/usr/bin/env stack {- stack --resolver lts-11.22 runghc --package static-canvas-0.2.0.3 -} {-# LANGUAGE OverloadedStrings #-} module Main where import Graphics.Static main :: IO ()...