Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
aa169758
Commit
aa169758
authored
Jun 12, 2004
by
bjorn@bringert.net
Browse files
fixed typo in name of license field
parent
235c56d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/Package.hs
View file @
aa169758
...
...
@@ -78,7 +78,7 @@ data PackageDescription
=
PackageDescription
{
-- the following are required by all packages:
package
::
PackageIdentifier
,
licen
e
se
::
License
,
license
::
License
,
copyright
::
String
,
maintainer
::
String
,
stability
::
String
,
...
...
@@ -100,7 +100,7 @@ data PackageDescription
emptyPackageDescription
::
PackageDescription
emptyPackageDescription
=
PackageDescription
{
package
=
undefined
,
licen
e
se
=
AllRightsReserved
,
license
=
AllRightsReserved
,
copyright
=
""
,
maintainer
=
""
,
stability
=
""
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment