Results 18 issues of Nathan Collins

I can break this up into separate pull requests if prefer. I've used many small commits to make it easy to see what I changed, and the changes are also...

This shows up on Hackage.

There's been no progress on #27 for two years, and now `xflux` doesn't work on either of the computers I (the `fluxgui` maintainer) use regularly. On the other hand, `redshift-gtk`...

help wanted

There are many variants, e.g. `-other-window` and `-prefer-external`, and I believe only `-go` has a `-prompt` variant. Why not make a prefix arg of `C-u` cause prompting for all commands?

enhancement

Even though Halvm ships its own versions of `ghc`, `ghc-pkg`, and `haddock`, the Halvm-shipped `haddock` requires a system `ghc` and `ghc-pkg` on the path. This seems like a bug.

bug

For example ``` console $ halvm-cabal sandbox hc-pkg list | cat /home/conathan/.stack/programs/x86_64-linux/ghc-7.8.4/lib/ghc-7.8.4/package.conf.d: Cabal-1.18.1.5 array-0.5.0.0 base-4.7.0.2 bin-package-db-0.0.0.0 binary-0.7.1.0 rts-1.0 bytestring-0.10.4.0 containers-0.5.5.1 deepseq-1.3.0.2 directory-1.2.1.0 filepath-1.3.0.2 (ghc-7.8.4) ghc-prim-0.3.1.0 haskeline-0.7.1.2 (haskell2010-1.1.2.0) (haskell98-2.0.0.3) hoopl-3.10.0.1 hpc-0.6.0.1...

bug

Problem ====== GHC 8 added the new `TemplateHaskellQuotes` extension for the subset of TH that a stage 1 GHC supports: https://ghc.haskell.org/trac/ghc/ticket/11102. HaLVM uses a (modified) stage 1 GHC, except it...

bug

For example, in what follows we only get tags for `C1` and `C3`, and not for `ThisConstructorNameIsLongSoImPuttingTheTypeOnTheNextLine`: ```haskell {-# LANGUAGE GADTs #-} data D a where C1 :: Int ->...

Doing ``` hasktags --tags-absolute STDIN ``` results in the error ``` hasktags: STDIN: canonicalizePath: does not exist (No such file or directory) ``` because `canonicalizePath` is applied to all files...

## What's wrong I'm in the process of porting my whole config to use-package+straight.el, with a focus on reproducibility (I had gotten into some weird state using use-package+package.el before, and...

bug