| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 Jun 2012 22:06:36
0.15
|
pgj  |
- Update to 0.15
PR: ports/168325
Submitted by: pgj
Approved by: maintainer
Obtained from: FreeBSD Haskell |
26 Jan 2012 11:18:51
0.12_1
|
pav  |
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
18 Oct 2011 22:20:32
0.12
|
eadler  |
- update pure-gen to 0.12
- update pure-gtk to 0.10
- update pure-sockets to 0.5
-- remove duplicate pkg-plist entries
-- make clang dep unconditional
PR: ports/161423
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Approved by: bapt (mentor) |
09 May 2011 05:28:57
0.11_1
|
ashish  |
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell |
29 Apr 2011 00:51:55
0.11
|
wen  |
- Update to 0.11
PR: ports/156707
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
12 Apr 2011 02:24:38
0.10
|
wen  |
pure-gen is a C interface generator for the Pure language. It takes a C
header file as input and generates a corresponding Pure module with the
constant definitions and extern declarations needed to use the C module
from Pure. pure-gen can also generate FFI interfaces rather than externs
(using the pure-ffi module, see below), and it can optionally create a C
wrapper module which allows you to create interfaces to pretty much any
code which can be called via C. Interfaces to C++ can be made using SWIG's
new C language module which can wrap arbitrary C++ libraries in C.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-gen.html
PR: ports/155872
Submitted by: Zhihao Yuan <lichray@gmail.com> |