- Nov 08, 2013
-
-
Herbert Valerio Riedel authored
This seemed to be an obvious addition while working on #8433. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 26, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 24, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 20, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 12, 2013
-
-
Herbert Valerio Riedel authored
CPP conditional code sections have been carefully taken into account while performing this warning cleanup. Most `OPTIONS_GHC` declarations could be dropped (now only a lonely `{-# OPTIONS_GHC -fno-cse #-}` remains in `Posix.Signals`). Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This also lists the GHC versions this package has been tested to compile with in the `tested-with` Cabal field. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Sep 11, 2013
-
-
Herbert Valerio Riedel authored
-
- Feb 17, 2013
-
-
ian@well-typed.com authored
-
- Jan 25, 2013
-
-
Simon Marlow authored
-
- Nov 30, 2012
-
-
ian@well-typed.com authored
and remove code to support older versions
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now keep the HEAD version numbers as values which would be suitable for immediate release.
-
ian@well-typed.com authored
-
- Jul 19, 2012
-
- Jul 17, 2012
-
-
Signed-off-by:
Paolo Capriotti <p.capriotti@gmail.com>
-
- Jun 19, 2012
-
-
Ian Lynagh authored
-
- Feb 22, 2012
-
-
Ian Lynagh authored
-
- Feb 10, 2012
-
-
Ian Lynagh authored
-
- Dec 15, 2011
-
-
Ian Lynagh authored
The other .Common modules aren't expose, and we think exposing this one was a mistake.
-
- Nov 22, 2011
-
-
Simon Marlow authored
-
Simon Marlow authored
The new module System.Posix.ByteString provides exactly the same API as System.Posix, except that: - There is a new type: RawFilePath = ByteString - All functions mentioning FilePath in the System.Posix API use RawFilePath in the System.Posix.ByteString API - RawFilePaths are not subject to Unicode locale encoding and decoding, unlike FilePaths. They are the exact bytes passed to and returned from the underlying POSIX API. - Similarly for functions that deal in environment strings (System.Posix.Env): these use untranslated ByteStrings in System.Posix.Environment - There is a new function System.Posix.ByteString.getArgs :: [ByteString] returning the raw untranslated arguments as passed to exec() when the program was started.
-
- Jul 07, 2011
-
-
Ian Lynagh authored
-
- Jul 06, 2011
-
-
Ian Lynagh authored
-
- Apr 08, 2011
-
-
Ian Lynagh authored
-
- Jan 17, 2011
-
-
Ian Lynagh authored
-
- Sep 17, 2010
-
-
Ian Lynagh authored
-
- Jun 02, 2010
-
-
Simon Marlow authored
-
- Jan 13, 2010
-
-
Simon Marlow authored
-
- Sep 20, 2009
-
-
Ian Lynagh authored
-
- Sep 11, 2009
-
-
Ian Lynagh authored
-
- Jun 25, 2009
-
-
Simon Marlow authored
leaving out Windows-specific hacks
-
- May 24, 2009
-
-
Ian Lynagh authored
-
- Mar 07, 2009
-
-
Ian Lynagh authored
-
- Mar 04, 2009
-
-
Ian Lynagh authored
We now use an EmptyDataDecl rather than recursive newtype as an argument to Ptr. As well as being prettier, this also avoids an infinite loop bug in haddock (trac #3066).
-
- Jan 22, 2009
-
-
Ian Lynagh authored
-
- Jan 21, 2009
-
-
Ian Lynagh authored
Also switched to the modern Cabal file format
-
- Sep 20, 2008
-
-
Ian Lynagh authored
-
- Sep 03, 2008
-
-
Ian Lynagh authored
-
- Aug 24, 2008
-
-
Ross Paterson authored
-
Ian Lynagh authored
-