This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Jul 14, 2020
-
-
Oleg Grenrus authored
I have used this one "successfully" in new modules for three or so years.
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Bump version to 3.5
-
- Jul 13, 2020
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Update changelog for 3.4
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Doc python 3b
-
Oleg Grenrus authored
-
Also fix some deprecated Sphinx stuff and update building documentation to mention the virtualenv Use a requirements file to specify sphinx version Use the builtin python3 virtualenv Saves one more dependency you need to install! https://docs.python.org/3/tutorial/venv.html
-
- Jul 12, 2020
-
-
Oleg Grenrus authored
Fix broken links in documentation
-
Jan Hrček authored
-
- Jul 09, 2020
-
-
Oleg Grenrus authored
PR #6936
-
-
-
Oleg Grenrus authored
Accept "linux-androideabi" as an alias for Android
-
Google uses `armv7-none-linux-androideabi`, analogous to `armv7-unknown-linux-gnueabi` for e.g. a 32-bit regular linux. The existing alias it not a mistake, it is the right one for 64 bit. Google for that use `aarch64-linux-android`, analogous to `aarch64-unknown-linux-android` for a 64-bi regular linux. See https://developer.android.com/ndk/guides/standalone_toolchain for evidence/details.
-
- Jul 08, 2020
-
-
Oleg Grenrus authored
Fix #6879: Use SPDX License list 3.9 for cabal-version: 3.4
-
Oleg Grenrus authored
Ghc 8.12 features
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Fix #6945 Fetch by GITHUB_SHA
-
Oleg Grenrus authored
-
- Jul 07, 2020
-
-
Oleg Grenrus authored
Fix ghci being launched before other sources are built
-
- Jul 05, 2020
-
-
Oleg Grenrus authored
update ghc trac links to point to ghc gitlab
-
- Jul 04, 2020
-
-
adam authored
-
- Jul 01, 2020
-
-
Oleg Grenrus authored
Issue 6807 listbin
-
- Jun 30, 2020
-
-
Oleg Grenrus authored
This is partial solution to #6807, because we invoke solver. The follow-up will be to modify Rebuild monad so, that it can be run without rebuilding (i.e. fail if cache is cold).
-
- Jun 29, 2020
-
-
Oleg Grenrus authored
Also output extension for executables.
-
Oleg Grenrus authored
Remove new- command from help (there are v2-)
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Add stderr Verbosity modifier
-
Oleg Grenrus authored
Rework verbosity parsing too and add tests.
-
- Jun 27, 2020
-
-
Oleg Grenrus authored
Fix typos and language issues
-
Jan Hrček authored
-
- Jun 24, 2020
-
-
Luke Lau authored
This looks like an accident from a6e427ac It causes cases like this to fail: $ cat foo.c int foo() { return 42; } $ cat Lib.hs module Lib where foreign import ccall "foo" foo :: Int bar = foo $ cat cabal-csrc-repl.cabal cabal-version: 2.4 name: cabal-csrc-repl version: 0.1.0.0 library exposed-modules: Lib build-depends: base ^>=4.14.0.0 C-sources: foo.c default-language: Haskell2010 $ cabal v2-repl Resolving dependencies... Build profile: -w ghc-8.10.1 -O1 In order, the following will be built (use -v for more details): - cabal-csrc-repl-0.1.0.0 (lib) (first run) Configuring library for cabal-csrc-repl-0.1.0.0.. Preprocessing library for cabal-csrc-repl-0.1.0.0.. GHCi, version 8.10.1: https://www.haskell.org/ghc/ :? for help [1 of 1] Compiling Lib ( Lib.hs, interpreted ) Ok, one module loaded. *Lib> foo ghc: ^^ Could not load '_foo', dependency unresolved. See top entry above.
-
- Jun 23, 2020
-
-
Oleg Grenrus authored
Resolve #6288
-