GeorgeCo

Results 10 issues of GeorgeCo

Would it be possible to add an example in the documentation of how to write a function pPrintList for nested lists? i.e. pPrintList [[1..5],[6..10]] would output something like [ [1,2,3,4,5]...

Documentation

Codeworld doesn't compile on 9.2.4. It would be great if that could be fixed. I am very impressed by codeworld. When I compile with --allow-new it fails with ``` [...

bug

I know it's early but QuickCheck doesn't install against ghc 9.0. You may have to compile a couple of packages with --allow-new to get to this error: Building library for...

In Aquamacs on MacOS when I do ``` M-x package dante ``` I get the error message ``` Package `emacs-27.1' is unavailable ``` Aquamacs has emacs version 25.3.50.1

ghc --version The Glorious Glasgow Haskell Compilation System, version 9.6.3 cabal install --lib codeworld-api Resolving dependencies... Error: cabal: Could not resolve dependencies: [__0] next goal: base (user goal) [__0] rejecting:...

cabal install syb --allow-new ... [ 7 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist/build/Data/Generics/Twins.o, dist/build/Data/Generics/Twins.dyn_o ) src/Data/Generics/Twins.hs:290:58: error: • Couldn't match type: b0 -> Ordering with: forall a3. Data a3...

hoogle does not install on ghc 9.2.1: ``` bash-3.2$ ghc --version The Glorious Glasgow Haskell Compilation System, version 9.2.1 bash-3.2$ cabal install hoogle ... [ 4 of 77] Compiling Data.TypeMap...

minor but I thought it may be worth mentioning: 8.2.2 and I believe 8.2.1 ship with cabal 2.0 But threadscope uses cabal 1.24.2 Would it be possible to fix so...

$ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.10.3 bash-3.2$ cabal install binary --lib Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: binary-0.8.8.0/installed-0.8.8.0 (user goal) [__1] next...

unboxed Vector Bool seems to be 8 times slower than unboxed Array Int Bool. As far as I can tell it is due to the performance difference in accessing array/vector...