summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Collapse)AuthorAgeFilesLines
* Update bytestring and terminfo reposIan Lynagh2013-01-112-0/+0
| | | | | bytestring fixes #7556. terminfo fixes #7281.
* Use a submodule for the time packageIan Lynagh2012-12-022-0/+0
| | | | | This bring the time package into line with how we handle other packages.
* Update haskeline submoduleIan Lynagh2012-12-021-0/+0
|
* Update submodulesIan Lynagh2012-11-302-0/+0
|
* Use submodules for repositories with upstreamsIan Lynagh2012-11-2512-0/+0
|
* Update dependencies.Paolo Capriotti2012-07-191-1/+1
|
* Update to time 1.4.0.1Paolo Capriotti2012-07-192-0/+0
|
* Add --verbose and --help flags to gen_contents_indexThomas Dziedzic2012-06-211-7/+30
| | | | Fixes http://hackage.haskell.org/trac/ghc/ticket/5992
* Follow changes in Cabal.Paolo Capriotti2012-05-151-1/+3
|
* Follow Cabal version bumpIan Lynagh2012-01-201-1/+1
|
* Generate the haddock contents/index pages in a dist-haddock subdirectoryIan Lynagh2012-01-081-9/+12
| | | | This is tidier, and makes it easier to clean and install them correctly
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-10/+21
| | | | We now make use of the ghc-packages file when making the haddock index.
* Echo the Haddock command line, to make deugging any crash in Haddock easierSimon Peyton Jones2011-10-211-0/+1
|
* Update to time 1.4Ian Lynagh2011-09-252-0/+0
|
* Fix conditional pragma to work with 6.12David Terei2011-08-091-3/+3
|
* Add Trustworthy pragma to bin-package-dbDavid Terei2011-08-081-0/+3
|
* Bump Cabal depsIan Lynagh2011-07-081-1/+1
|
* Update time 1.2.0.4 -> 1.2.0.5Ian Lynagh2011-06-192-0/+0
|
* SafeHaskell: Add trust flag to packagesDavid Terei2011-06-171-0/+2
|
* Update time library 1.2.0.3 -> 1.2.0.4Ian Lynagh2011-04-242-0/+0
|
* Remove unused Makefile.localIan Lynagh2011-04-231-38/+0
|
* Remove unused Makefile.incIan Lynagh2011-04-231-8/+0
|
* Remove an nhc-specific makefileIan Lynagh2011-04-231-118/+0
|
* gen_contents_index: Improve parsing of packages fileIan Lynagh2011-04-081-1/+1
| | | | | We are now more lenient in parsing the packages file, and we don't use any GNUisms. Based on a patch from Matthias Kilian.
* Follow changes in CabalIan Lynagh2011-04-021-0/+2
|
* Remove redundant libraries/cabal-bin.hsIan Lynagh2011-01-161-62/+0
|
* Only put the boot packages in the haddock contents/indexIan Lynagh2010-10-161-14/+12
| | | | We don't install dph etc, so don't put them in the doc index.
* Bump Cabal depIan Lynagh2010-10-121-1/+1
|
* Bump Cabal depIan Lynagh2010-09-231-1/+1
|
* Tweak gen_contents_index now dph may not be thereIan Lynagh2010-09-201-3/+6
|
* Update to time 1.2.0.3Ian Lynagh2010-07-172-0/+0
|
* Switch back to using bytestring from the darcs repo; partially fixes #3855Ian Lynagh2010-05-021-0/+0
|
* Add a LICENSE file to libraries/bin-package-dbIan Lynagh2010-02-271-0/+31
| | | | Silences a (harmless) error from tar when making bindists
* Fix the link to the ghc docs in libraries/prologue.txtIan Lynagh2010-02-232-5/+5
|
* Fix running in-place gen_contents_index; trac #3716Ian Lynagh2010-01-081-1/+1
| | | | It was making incorrect URLs due to a shell script error.
* Fix a braino in a commentIan Lynagh2009-12-181-1/+1
|
* Fix another sed problem on SolarisIan Lynagh2009-12-171-1/+3
|
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmasIan Lynagh2009-12-051-1/+4
|
* Update dependenciesIan Lynagh2009-11-291-1/+1
|
* Give more informative error messagesIan Lynagh2009-11-292-3/+28
| | | | | | | | We used to just get ghc: panic! (the 'impossible' happened) (GHC version 6.13.20091128 for x86_64-unknown-linux): too few bytes. Failed reading at byte position 32753 with no indication of what was being parsed.
* Fix gen_contents_index on MSYSIan Lynagh2009-11-171-1/+1
| | | | | | | | | | On MSYS sed 's/.*[ \t]//' wasn't matching version:<tab>1.0 so I've switched to 's/.*[[:space:]]//' which works on Linux, cygwin and MSYS.
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-081-12/+19
| | | | | You can now have multiple versions of a package installed, and gen_contents_index will do the right thing.
* Add the new bytestring to the repositoryIan Lynagh2009-10-061-0/+0
|
* Update bin-package-db's Cabal depIan Lynagh2009-10-061-1/+1
|
* Use -fno-warn-name-shadowing when compiling Binary.hsIan Lynagh2009-09-111-1/+1
|
* loosen base dependency to allow base-3Simon Marlow2009-09-111-1/+1
|
* fix warningsSimon Marlow2009-09-101-2/+3
|
* Change the representation of the package databaseSimon Marlow2009-09-102-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | - the package DB is a directory containing one file per package instance (#723) - there is a binary cache of the database (#593, #2089) - the binary package is now a boot package - there is a new package, bin-package-db, containing the Binary instance of InstalledPackageInfo for the binary cache. Also included in this patch - Use colour in 'ghc-pkg list' to indicate broken or hidden packages Broken packages are red, hidden packages are Colour support comes from the terminfo package, and is only used when - not --simple-output - stdout is a TTY - the terminal type has colour capability - Fix the bug that 'ghc-pkg list --user' shows everything as broken
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-6/+3
|
* Add the time library, and support for libraries in tarballsIan Lynagh2009-07-181-0/+0
|