prepare for hackage
This commit is contained in:
parent
18f61d37af
commit
93d79d16af
2 changed files with 3 additions and 2 deletions
|
@ -4,4 +4,5 @@ A simple Game Engine in Haskell using SDL
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
||||||
This Engine is not stable yet. Things may change. horribly. I do not intend bumping versions for now.
|
This Engine is not stable yet. Things may change. horribly.
|
||||||
|
Even minor version bumps may break the API.
|
||||||
|
|
|
@ -8,7 +8,7 @@ name: affection
|
||||||
-- | | | +--- code changes with no API change
|
-- | | | +--- code changes with no API change
|
||||||
version: 0.0.0.0
|
version: 0.0.0.0
|
||||||
synopsis: A simple Game Engine using SDL
|
synopsis: A simple Game Engine using SDL
|
||||||
-- description:
|
description: See homepage for description.
|
||||||
homepage: https://github.com/nek0/affection#readme
|
homepage: https://github.com/nek0/affection#readme
|
||||||
license: LGPL-3
|
license: LGPL-3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|
Loading…
Reference in a new issue