From 93d79d16af2a973436c8cb6100dfced9ffb4c9b6 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 31 Dec 2016 22:11:32 +0100 Subject: [PATCH] prepare for hackage --- README.md | 3 ++- affection.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2958e76..e86b62d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ A simple Game Engine in Haskell using SDL ## 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. diff --git a/affection.cabal b/affection.cabal index 6b7c526..bb0f82b 100644 --- a/affection.cabal +++ b/affection.cabal @@ -8,7 +8,7 @@ name: affection -- | | | +--- code changes with no API change version: 0.0.0.0 synopsis: A simple Game Engine using SDL --- description: +description: See homepage for description. homepage: https://github.com/nek0/affection#readme license: LGPL-3 license-file: LICENSE