GHC

lp:~ghc/ghc/packages-unix-master

Created by Edward Z. Yang and last modified
Get this branch:
bzr branch lp:~ghc/ghc/packages-unix-master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
GHC HQ
Project:
GHC
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.haskell.org/packages/unix.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on russkaya and finished taking 30 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log

Recent revisions

544. By Christopher Martin

System.Posix.Signals: add haddock on signals

The signal descriptions are from
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html

543. By Ben Gamari

Bump upper bound on base

542. By Herbert V. Riedel

Merge pull request #99 from bbarenblat/master

System.Posix.Terminal: Add more terminal modes

541. By Ben Gamari

tests/fdReadBuf001: Add some debug output

540. By Eric Mertens <email address hidden>

Merge pull request #97 from gwils/gitignore-cabal-sandbox-newbuild

gitignore cabal sandbox and new-build artifacts

539. By Moritz Angermann <email address hidden>

Update configure.ac

Add Comment

538. By Moritz Angermann <email address hidden>

Android doesn’t have mkstemps

However the check similarly to tell and seekdir succeeds. However we will generate the following error down the line:
```
/var/folders/fv/xqjrpfj516n5xq_m_ljpsjx00000gn/T/ghc13524_0/ghc_2.c:11:104: error:
     warning: implicit declaration of function 'mkstemps' is invalid in C99 [-Wimplicit-function-declaration]
   |
11 | HsInt32 ghczuwrapperZC1ZCunixzm2zi7zi2zi1ZCSystemziPosixziTempZCmkstemps(void* a1, HsInt32 a2) {return mkstemps(a1, a2);}
   | ^
HsInt32 ghczuwrapperZC1ZCunixzm2zi7zi2zi1ZCSystemziPosixziTempZCmkstemps(void* a1, HsInt32 a2) {return mkstemps(a1, a2);}
                                                                                                       ^
```

537. By Moritz Angermann <email address hidden>

Update config.{guess,sub}

Autoconf hasn’t had an update since 2014, and it doesn’t look like it will soon[1]
This updates config.{guess,sub}

It basically does exactly what the config.guess script says:
> It is advised that you download the most up to date version of the config scripts from

It adds support for e.g. `-ios`, which allows to have targets like `aarch64-apple-ios`.


[1]: http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html

536. By Herbert V. Riedel

Update changelog and increment package version

535. By Herbert V. Riedel

Merge pull request #92 from zw3rk/feature/seekdir

Android doesn’t have telldir/seekdir in bionic

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers