Mark Wotton
Mark Wotton
http://hackage.haskell.org/package/bloodhound-0.7.0.1/docs/Network-HTTP-Types-Method.html#t:Method in http://hackage.haskell.org/package/bloodhound-0.7.0.1/docs/Database-Bloodhound-Types.html#t:Reply is a dead link - might just be a hackage hiccup?
https://github.com/mwotton/cabal-dev-bug README shows how to tickle the bug. it seems to work fine when listed in the executable or library section, but not the test-suite section. also, only fires when...
Not sure this is actually enough to diagnose, but here: elided spec file: ``` module MandrillResponseSpec where import Control.Lens import Data.Aeson (Value (..), decode) import qualified Data.ByteString.Lazy as BL import...
``` {-# LANGUAGE OverloadedStrings #-} import Data.Configurator import Data.Configurator.Types import Control.Concurrent main :: IO () main = do (config, _thread) print (k,mv) threadDelay 1000000000 ``` A similar program with an...
https://github.com/harvinius/barley-breakdown haven't got time to dig into why it breaks, sorry...
output = ["abcoauhoaetsnuho"] compiles and displays an odd character.
sorry if this is a stupid question - do i need to do anything special to rely on haskell-emacs in a package submitted to melpa?
Reading the RFC, it looks like literal newlines inside doublequotes are legitimate. However, this will break Excel and most unix text-munging methods. While it could be argued that we shouldn't...
I was automating some of https://neilmitchell.blogspot.de/2015/09/detecting-space-leaks.html and decided it'd be nice to have displays of stack traces in hspec when you get overflows. I ended up with this: https://gist.github.com/mwotton/775c01670e3844ba0ac596f0ae689d22 would...
I have some large chunks of pre-existing sql that are heavily commented, to make it clear what's going on. Unfortunately hasql-th doesn't seem to cope: ``` select "bar" :: text...