summaryrefslogtreecommitdiff
path: root/libraries/base/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Use idiomatic way to tell Autoconf the c compilerHerbert Valerio Riedel2015-12-141-4/+1
* Tweak use of AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-061-5/+3
* Use Autoconf's AC_USE_SYSTEM_EXTENSIONSHerbert Valerio Riedel2015-12-041-0/+5
* Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093PHO2015-02-181-3/+6
* configure in base: add msys to windows checkYuras Shumovich2014-10-071-1/+1
* Properly detect msys2/x64 shell as Windows.Austin Seipp2013-12-091-1/+1
* Add setEnv/unsetEnv to System.Environment; fixes #7427Ian Lynagh2013-06-151-0/+16
* Update parallel IO manager to handle the invalid files in the same way as pre...Andreas Voellmy2013-05-051-1/+1
* base: use --host as target, not unameSergei Trofimovich2013-02-141-2/+8
* Adapt to NetBSD's struct keventIku Iwasa2012-10-041-0/+6
* Use monotonic time in Event/Manager.hs.Paolo Capriotti2012-04-161-0/+2
* Don't try to detect iconv or libcharset if we are on WindowsIan Lynagh2011-09-251-4/+10
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+3
* Fix suseconds configure test on WindowsIan Lynagh2011-06-121-1/+0
* configure: fail if suseconds_t doesn't exist, except on WindowsIan Lynagh2011-06-121-1/+9
* In configure, set $WINDOWS to YES or NOIan Lynagh2011-06-121-5/+11
* In configure, remove default Haskell equivalent of C typesIan Lynagh2011-06-121-13/+4
* Remove wint_t configure testIan Lynagh2011-06-121-1/+0
* Add Haskell types for C types useconds_t and suseconds_t, which are respectiv...William Knop2011-06-111-0/+2
* Never use epoll_create1; fixes trac #5005Ian Lynagh2011-03-121-1/+1
* Integrated new I/O managerSimon Marlow2010-08-101-2/+18
* Use libcharset instead of nl_langinfo(CODESET) if possible.pho@cielonegro.org2010-05-191-0/+11
* Allow for configurable iconv include and library locations.Matthias Kilian2009-08-261-0/+19
* Move directory-related stuff to the unix packageSimon Marlow2009-06-251-5/+2
* fix the windows build even moreSimon Marlow2009-06-251-1/+1
* not having iconv is not fatal on WindowsSimon Marlow2009-06-251-1/+5
* Fix iconv detection on OpenBSDIan Lynagh2009-06-241-2/+16
* Call nl_langinfo(CODESET) to get the name of the locale encoding on UnixSimon Marlow2009-06-231-1/+1
* Remove AC_C_CONSTIan Lynagh2009-06-151-3/+0
* Add iconv as an extra library on platform that need to link with itIan Lynagh2009-06-121-0/+6
* check CONST_SIGINTSimon Marlow2008-07-091-0/+6
* remove now-unused SIG constantsRoss Paterson2007-08-191-5/+0
* Data.PackedString: Data.Generics is GHC-onlyRoss Paterson2007-05-291-1/+1
* delete unused constantsRoss Paterson2007-05-251-1/+1
* Split off process packageIan Lynagh2007-05-231-4/+1
* Split off directory, random and old-time packagesIan Lynagh2007-05-191-11/+2
* Fix configure with no --with-ccIan Lynagh2007-04-151-8/+2
* Allow additional options to pass on to ./configure to be givenIan Lynagh2007-04-061-0/+11
* Workaround for OSes that don't have intmax_t and uintmax_tIan Lynagh2006-08-251-2/+10
* C regex library bits have moved to the regex-posix packageSimon Marlow2006-08-241-7/+0
* eliminate more HOST_OS testsRoss Paterson2006-08-151-1/+1
* reduce dependency on ghcconfig.hRoss Paterson2006-08-111-2/+11
* move altzone test from ghc to base packageRoss Paterson2006-08-091-0/+9
* add CIntPtr, CUIntPtr, CIntMax, CUIntMax typesSimon Marlow2006-05-091-0/+5
* [project @ 2005-07-26 09:37:27 by ross]ross2005-07-261-8/+1
* [project @ 2005-07-22 16:25:16 by ross]ross2005-07-221-4/+5
* [project @ 2005-07-19 23:22:39 by ross]ross2005-07-191-6/+4
* [project @ 2005-07-19 09:26:03 by ross]ross2005-07-191-1/+1
* [project @ 2005-03-04 18:26:48 by sof]sof2005-03-041-1/+1
* [project @ 2005-02-01 00:52:20 by ross]ross2005-02-011-1/+6