summaryrefslogtreecommitdiff
path: root/libraries/base/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-2/+2
* Catch a few more typos in commentsGabor Greif2017-10-301-1/+1
* base: Implement file locking in terms of POSIX locksBen Gamari2017-10-291-1/+6
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-261-1/+7
* Clean up some shell code and M4 quotingDemi Obenour2017-01-201-3/+3
* Add CBool to Foreign.C.TypesRyan Scott2017-01-181-0/+1
* Properly introduce CTimer to System.Posix.TypesRyan Scott2017-01-151-0/+1
* Fix #12998 by removing CTimerRyan Scott2016-12-181-1/+0
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-151-0/+8
* --without-libcharset disables the use of libcharsetSimon Marlow2016-07-071-3/+13
* 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