This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 09 Jul, 2020 3 commits
-
-
Jan Hrček authored
-
Oleg Grenrus authored
Accept "linux-androideabi" as an alias for Android
-
John Ericson authored
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.
-
- 08 Jul, 2020 8 commits
-
-
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
-
- 07 Jul, 2020 1 commit
-
-
Oleg Grenrus authored
Fix ghci being launched before other sources are built
-
- 05 Jul, 2020 1 commit
-
-
Oleg Grenrus authored
update ghc trac links to point to ghc gitlab
-
- 04 Jul, 2020 1 commit
-
-
Adam Sandberg Eriksson authored
-
- 01 Jul, 2020 1 commit
-
-
Oleg Grenrus authored
Issue 6807 listbin
-
- 30 Jun, 2020 1 commit
-
-
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).
-
- 29 Jun, 2020 5 commits
-
-
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.
-
- 27 Jun, 2020 2 commits
-
-
Oleg Grenrus authored
Fix typos and language issues
-
Jan Hrček authored
-
- 24 Jun, 2020 1 commit
-
-
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.
-
- 23 Jun, 2020 2 commits
-
-
Oleg Grenrus authored
Resolve #6288
-
Oleg Grenrus authored
- Add availableSince to language/extension fields - Also autogen-modules once we are on that. - Remove default-language check for cabal-version: 3.4 We cannot make the field `uniqueFieldAlaDef`, as that would require specifying `default-language` in each subconditional. I leave it for https://github.com/haskell/cabal/issues/6925 Note: the default language is whatever is the compiler's default. The GHC-8.10 default is its variant of Haskell2010 with NondecreasingIndentation and without DatatypeContexts
-
- 22 Jun, 2020 2 commits
-
-
Oleg Grenrus authored
Add check tests for default-language (#6288)
-
Oleg Grenrus authored
-
- 21 Jun, 2020 1 commit
-
-
Oleg Grenrus authored
-
- 20 Jun, 2020 1 commit
-
-
Oleg Grenrus authored
Issue 5586 srcpkgrepo not local
-
- 18 Jun, 2020 9 commits
-
-
Oleg Grenrus authored
packageDirToSdist
-
Oleg Grenrus authored
Also calculate hashes for all locally available tarballs.
-
Oleg Grenrus authored
-
Oleg Grenrus authored
Rename fields in SourcePackage
-
Oleg Grenrus authored
Bump bounds in dev-scripts
-
Oleg Grenrus authored
Also remove specific field for PackageId, as it is in GPD.
-
Oleg Grenrus authored
Resolve #6281: Add foo:bar syntax to mixins
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 16 Jun, 2020 1 commit
-
-
Oleg Grenrus authored
Fix #6083: allow depending on public sublibrary with pkg:lib qualified syntax
-