* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
6 lines
313 B
Text
6 lines
313 B
Text
Provides a Storable instance for pair and triple which should be binary
|
|
compatible with C99 and C++. The only purpose of this package is to provide
|
|
a standard location for this instance so that other packages needing this
|
|
instance can play nicely together.
|
|
|
|
WWW: http://code.haskell.org/~thielema/storable-tuple/
|