This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- Sep 17, 2015
-
-
Łukasz Dąbek authored
-
Łukasz Dąbek authored
The parsePackageIndex wasn't streaming because resulting list was hidden in two constructors: Either and tuple. By removing that error semantics changed in updatePackageIndexCacheFile. The updatePackageIndexCacheFile problem was sequence call that evaluated whole list made by parsePackageIndex. By using lazySequence any error during index file parsing will be raised during writing to cache file. Also removed reacPackageIndexFile, as it wasn't used anywhere as far as I can tell. If this is a mistake I'll include it again.
-
- Jun 17, 2015
-
-
Łukasz Dąbek authored
-
Mikhail Glushenkov authored
Instead of: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1 (which was the case before @ezyang's patch) we now get: C:\Users\Ganesh\AppData\Local\Temp\cabal-tmp-11924\data-default-instances-old-locale-0.0.1 Fixes #2658.
-
- Jun 16, 2015
-
-
Mikhail Glushenkov authored
Only warn for missing Setup.hs if build type isn't Simple
-
Daniel Buckmaster authored
Because cabal sdist will add a default Setup.hs anyway
-
- Jun 14, 2015
-
-
Mikhail Glushenkov authored
-
Mikhail Glushenkov authored
-
- Jun 11, 2015
-
-
Edward Z. Yang authored
Instead of: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924\data-default-instances-old-locale-0.0.1 we get: C:\Users\Ganesh\AppData\Local\Temp\data-default-instances-old-locale-0.0.1-11924 Instead of: dist\build\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a we get: dist\build\objs-11924\libHSdata-default-instances-old-locale-0.0.1-6jcjjaR25tK4x3nJhHHjFM.a This should put us under the limit. Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- Jun 10, 2015
-
-
byorgey authored
commandline documentation
-
- Jun 08, 2015
-
-
Mikhail Glushenkov authored
Distribution.Simple.Setup: fix HaddockFlags mappend
-
- Jun 07, 2015
-
-
taruti authored
-
- Jun 06, 2015
-
-
Duncan Coutts authored
-
Duncan Coutts authored
Also fix or silence build warnings
-
Duncan Coutts authored
Redundant parens. Was breaking one test.
-
- Jun 04, 2015
-
-
-
-
-
These were dropped during the migration to github. This patch restores them, but note that they do not all pass!
-
- Jun 03, 2015
-
-
Duncan Coutts authored
Ignore tags when parsing version numbers
-
Duncan Coutts authored
Allow using cabal program itself as the external setup method
-
- Jun 02, 2015
-
-
tibbe authored
This fixes issues when the version of Cabal that cabal-install was built against differs from the one registered in the local package DB. Normally we compile an external setup against the local Cabal library, which could lead to failures or inconsistent results compared to using the internal method. This fixes #2438 and fixes #1938.
-
- Jun 01, 2015
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
Duncan Coutts authored
No change to the syntax, old tags syntax allowed but simply ignored. Version tags have been deprecated for years and are disappearing from the Version type in base soon.
-
Mikhail Glushenkov authored
Address remaining solver comments
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2515#commitcomment-10654285
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2515#commitcomment-10654094.
-
Mikhail Glushenkov authored
bootstrap.sh: bump versions
-
tuncer authored
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10817763
-
Edsko de Vries authored
We previously recorded the canonical package and the instance of a link group separately, but it turns out we can always record these together: when we know one we know the other. This makes various choices a lot clearer. Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798823 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798983 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799096 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799127 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799454 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799467 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799561 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799579 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799827 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799865 Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10799896
-
Duncan Coutts authored
Resolve #2366. More Condition instances
-
Duncan Coutts authored
Make cabal check warn about BOM
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798823
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798623
-
Edsko de Vries authored
(in the solver log) Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798166
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10798002.
-
-
Edsko de Vries authored
Addresses https://github.com/haskell/cabal/pull/2500#commitcomment-10797523.
-