Simon Beaumont
Simon Beaumont
@DanielG Maybe adding a command to ghc-mod e.g. 'locate' would enable this to find the right root of the ghc-mod installation (I tend to build everything in sandboxes these days...
Well Agda has been around for a while -- let me have a look at their implementation... looks like they use a cabal generated module called Paths_Agda to do the...
Agreed that's a hack not a solution. Hmm back to the drawing board...
Maybe [executable-path](http://hackage.haskell.org/package/executable-path) might do it. It seems there is no platform independent (or reliable) way to get an executable to tell us where it is and the argv[0] environment is...
doesn't work with symbolic links... :(
Just returns the path of the link and not the real path... so there's a bit more to do for my use case -- this wouldn't work for something like...
Yes that works ok. On another tack shouldn't cabal install put the lisp files into a standard place that we could just add to our emacs load path as you...
Ok I’ll take a look at it.
Ok seems fairly straightforward from the ONNX end. They use protocol-buffers to specify the format of the graph and parameters - the semantics can be extracted from the documentation and...
hmm -- this is stack: `Version 1.3.2 x86_64 hpack-0.15.0` and right enough the visible packages are just my project ones... I'll dig around a bit and see if the packages...