aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-DrIFT
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 19:59:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-09-20 19:59:03 +0000
commit686b747c39e4497da9f9101d63525c77f13ea8f0 (patch)
tree5a31333c04f416bcf09091897d4f584fbd0ca305 /devel/hs-DrIFT
parenta14dce28fe6acfb5891674274e3fe9806543f4c5 (diff)
downloadports-686b747c39e4497da9f9101d63525c77f13ea8f0.tar.gz
ports-686b747c39e4497da9f9101d63525c77f13ea8f0.zip
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 7652d6136453..74154e989adb 100644
--- a/devel/hs-DrIFT/pkg-descr
+++ b/devel/hs-DrIFT/pkg-descr
@@ -5,7 +5,7 @@ then 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 to that containing the type declaration.
+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.