This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 16 Oct, 2013 1 commit
-
-
This is useful e.g. for "writing documentation that links to module A without explicitly qualifying everything, where A is not directly imported." (see the discussion in #926) Fixes #1237.
-
- 15 Oct, 2013 9 commits
-
-
Mikhail Glushenkov authored
-
Herbert Valerio Riedel authored
This follows the advice from http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Missing_superclasses and silences the single compile warning currently occuring with GHC HEAD.
-
https://github.com/luite/cabaltibbe authored
-
tibbe authored
-
Mikhail Glushenkov authored
Look up location of 'ld' etc. in the 'gcc --info' output.
-
tibbe authored
-
tibbe authored
-
tibbe authored
-
Mikhail Glushenkov authored
See #1528.
-
- 14 Oct, 2013 3 commits
-
-
Luite Stegeman authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Implement a haskell-suite compiler support
-
- 13 Oct, 2013 1 commit
-
-
Mikhail Glushenkov authored
-
- 12 Oct, 2013 4 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Broken by #1535.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1538.
-
- 11 Oct, 2013 5 commits
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Store compiler properties in a key-value map instead of repeatedly invoking `ghc --info`
-
Mikhail Glushenkov authored
Fix cabal repl handling of Ctrl-C
-
Mikhail Glushenkov authored
Suggest that 'ExitFailure 9' is probably due to memory exhaustion.
-
- 07 Oct, 2013 4 commits
-
-
Jason Dagit authored
-
Mikhail Glushenkov authored
Fixes #1442.
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
Fixes #1522.
-
- 03 Oct, 2013 1 commit
-
-
Roman Cheplyaka authored
-
- 27 Sep, 2013 2 commits
-
-
Mikhail Glushenkov authored
Fix `cabal-install/bootstrap.sh` for the new Hackage server
-
Mike Craig authored
-
- 20 Sep, 2013 10 commits
-
-
Duncan Coutts authored
-
tibbe authored
-
tibbe authored
tar on OS X didn't like tar -c file -zf file.tar.gz but does accept tar -czf file.tar.gz file Also added an option to use a different SSH user.
-
Mikhail Glushenkov authored
Remove Distribution.Client.Compat.Exception
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Currently we have a somewhat hard-to-maintain contents just in the introduction. This cuts that initial contents down to just link to the chapters (plus sections within the intro), and then use an automatically generated table of contents in the other chapters. Also tweak the CSS because pandoc's TOC feature turns all section headings into links and that changes the visual appearance. Use the CSS to make it look the same as before.
-
Duncan Coutts authored
Introduce cabal-install much earlier. Give more of a basic intro.
-
Duncan Coutts authored
It covers using cabal init and the basic steps for building from there.
-