Daniil Iaitskov
Daniil Iaitskov
GHC doesn't generate stack trace in case of incomplete pattern match. ``` Up to date App/DepB.hs:7:1-14: Non-exhaustive patterns in function fB ``` ``` fB :: HasCallStack => Int -> Int...
> stack new trace app/Main.hs: ``` module Main where -- import GHC.Stack import System.Directory import Data.Maybe (fromJust) main :: IO () main = do myDo "/z" print f1 myDo x...
Hi, I was integrating a docker-based CI with attic cache and noticed very unpleasant bug. I guess it related to [nix-store](https://github.com/NixOS/nix/issues/765), but I would like to mention problem here because...
leiningen project file has option `resource-paths` which can enumerate local jars to be loaded. ``` $ nix build .#clj-tuto warning: Git tree '/home/iaitskovd/demo/clojure/hello-leiningen' is dirty this derivation will be built:...
``` $ nix run github:jlesquembre/clj-nix#deps-lock -- -- lein ``` The above commands fails, because java executable is missing on the path: ``` these 56 derivations will be built: /nix/store/0ggckpgdlp3f95xkagm0cknwcn47x5b3-manifold-0.3.0.jar.drv /nix/store/0ll9izp7gmanza8c1r0v0vi4ndr551gq-clj-tuple-0.2.2.jar.drv...
Consider situation cabal project expects a CPP macro to be defined in launch time. ``` foo :: Int #ifdef DEF_FOO_BODY foo = 3 #endif ``` It seems hie.yml cannot pass...
https://github.com/haskell/hackage-server/issues/1362
I think readme file and cabal description section share a lot of data and keeping them in-sync is a boring task. https://github.com/haskell/cabal/issues/10803