diff options
Diffstat (limited to 'gnu/packages/hugs.scm')
-rw-r--r-- | gnu/packages/hugs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hugs.scm b/gnu/packages/hugs.scm index 0902f3bf77..36be5aee4a 100644 --- a/gnu/packages/hugs.scm +++ b/gnu/packages/hugs.scm @@ -76,5 +76,5 @@ Haskell programs. It provides an almost complete implementation of Haskell with support for simple interactive programs, handle-based I/O, and exception handling. Hugs has a nearly complete implementation of the Haskell module system and supports a number of advanced extensions.") - (license (bsd-style "file://License" - "See License in the distribution.")))) + (license (non-copyleft "file://License" + "See License in the distribution.")))) |