aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-drift
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/hs-drift
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
Notes
Diffstat (limited to 'devel/hs-drift')
-rw-r--r--devel/hs-drift/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-drift/pkg-descr b/devel/hs-drift/pkg-descr
index 2ec1f4d8bd42..31bc63ae2aa3 100644
--- a/devel/hs-drift/pkg-descr
+++ b/devel/hs-drift/pkg-descr
@@ -5,7 +5,7 @@ appended to the bottom of the input file. The rules are expressed as Haskell
code, and it is intended that the user can add new rules as required.
DrIFT automates instance derivation for classes that aren't supported by the
-standard compilers. In addition, instances can be produced in seperate modules
+standard compilers. In addition, instances can be produced in separate modules
to that containing the type declaration. This allows instances to be derived
for a type after the original module has been compiled. As a bonus, simple
utility functions can also be produced from a type.