Skip to content
Snippets Groups Projects
Commit aa169758 authored by bjorn@bringert.net's avatar bjorn@bringert.net
Browse files

fixed typo in name of license field

parent 235c56d9
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ data PackageDescription
= PackageDescription {
-- the following are required by all packages:
package :: PackageIdentifier,
licenese :: License,
license :: License,
copyright :: String,
maintainer :: String,
stability :: String,
......@@ -100,7 +100,7 @@ data PackageDescription
emptyPackageDescription :: PackageDescription
emptyPackageDescription
= PackageDescription {package = undefined,
licenese = AllRightsReserved,
license = AllRightsReserved,
copyright = "",
maintainer = "",
stability = "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment