diff options
Diffstat (limited to 'devel/hs-drift/pkg-descr')
-rw-r--r-- | devel/hs-drift/pkg-descr | 2 |
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. |