Andreas Källberg

Results 129 comments of Andreas Källberg

> What information is given in environment variables? > We need the exact flags that are necessary to compile the given file. I was going to say "no flags are...

Here is the file that generates the wrapper-scripts: https://github.com/NixOS/nixpkgs/blob/f5b6ea126f0f85cd2126984607e95151daf9a859/pkgs/development/haskell-modules/with-packages-wrapper.nix But maybe we can see nix-shell as a build tool and simply forward `nix-shell -p "haskellPackages.ghcWithPackages(p: with p; [type-level-sets])" --run ghci`...

Ah, right. We ask cabal/stack about the command line flags by feeding it a fake ghc that just prints its arguments here: https://github.com/mpickering/hie-bios/blob/2ac11025a109e5f09693c3f328cf05994f9fbb9d/src/HIE/Bios/Cradle.hs#L436-L439 I see. Yes, the same trick wouldn't...

No. That is not the problem. It seems like it doesn't accept flags for some reason. Only a "module name or a source file". :/

My latest attempt https://launchpadlibrarian.net/549609048/buildlog_ubuntu-focal-amd64.gf_3.11.0-3_BUILDING.txt.gz failed with ``` Config file path source is default config file. Config file /sbuild-nonexistent/.cabal/config not found. Writing default configuration to /sbuild-nonexistent/.cabal/config /sbuild-nonexistent: createDirectory: permission denied (Permission...

It was more convoluted than I expected to make a ppa multiple different ubuntu versions Apparently you need to upload multiple times, once for each ubuntu version and modify the...

@fititnt What is your current install issue by the way?

I'm also running into this issue: https://stackoverflow.com/questions/61646468/build-a-debian-package-without-tarball It seems to not be happy with the `-1` at the end of the version number in `debian/changelog`.

I think this one should work for you https://github.com/anka-213/gf-core/actions/runs/1054662597 Issue #74 will be fixed by https://github.com/GrammaticalFramework/gf-core/pull/116

@fititnt I meant this file, which can be found on the page I linked, not the one from the release: https://github.com/anka-213/gf-core/suites/3299933055/artifacts/77124032 The issue with the release you tried to download...