@hackage DrIFT-cabalized2.2.3.3
Program to derive type class instances
Categories
License
BSD-3-Clause
Maintainer
<gwern0@gmail.com>, Kiwamu Okabe <kiwamu@debian.or.jp>
Links
Versions
Deprecated
Dependencies (0)
Dependents (1)
@hackage/acme-everything
DrIFT
This package contains a source distribution of DrIFT, a tool for automatic derivation of Haskell class instances. DrIFT was formerly known as Derive.
the current homepage is at http://repetae.net/john/computer/haskell/DrIFT/
Contents of this package:
- src Directory with the source files of the DrIFT tool
- example Directory with examples of using the DrIFT tool
- docs Documentation
To configure and install DrIFT from the source tarball
./configure --prefix=
Where
./configure --prefix=
If you have pulled the source from the darcs repository, you must first build the autotools scripts by running
autoreconf -i
You may optionally sset DERIVEPATH to the list of directories you wish to search for modules.
as an example:
DERIVEPATH=/users/grad/nww/share/hugs/lib:/users/grad/nww/share/hugs/lib/hugs
to run DrIFT, simply pass the haskell file name as an argument. you may run DrIFT --help to get a summary of the various command line options