Ruben Zilibowitz
Ruben Zilibowitz
I am trying to get [config files](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#config-files) to work. I want to use `EXCLUDED_SOURCE_FILE_NAMES` as mentioned in [this issue](https://github.com/yonaskolb/XcodeGen/issues/1152). For some reason, no matter what I do, it doesn't work....
rref bug
The following commands result in unexpected behaviour with matrix-0.3.5.1 ``` let mat = fromList 9 10 [(-1) % 1,1 % 1,0 % 1,0 % 1,0 % 1,0 % 1,0 %...
Sorry if this is a really banal question, but how can I draw simple shapes like rectangles and ovals using friday?
I am running The Glorious Glasgow Haskell Compilation System, version 8.0.1 on Mac OS 10.12 I ran cabal install polynomial and it failed. Log file is below. ``` cabal: Entering...
I followed all instructions [here](https://codetalk.io/posts/2018-02-07-Mobile-Haskell.html). See transcript below. ``` [ruben@Rubens-MacBook-Pro 09:14 hs-src]$ ./call x86_64-apple-ios-cabal new-update --allow-newer Downloading the latest package lists from: - hackage.haskell.org - hackage.mobilehaskell To revert to previous...