From 95d1e7d17a89922de57642d7b4e036af36fdd3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Fri, 16 Jan 2015 15:18:18 +0100 Subject: [PATCH] version 0.2.3 --- LICENSE | 2 +- README.md | 1 - haskell-generate.cabal | 11 +++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index afcb5f7..38da621 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2013-2014 Benno Fünfstück +Copyright 2013-2015 Benno Fünfstück All rights reserved. diff --git a/README.md b/README.md index de4b642..42f80da 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,3 @@ declareFunction 'permutations -- This generates the same code as above, but is m ## Contributing If you have an idea, a question or a bug report, open an issue on github. You can also find me on freenode in the #haskell channel, my nick is bennofs. - diff --git a/haskell-generate.cabal b/haskell-generate.cabal index 74c6d96..325b786 100644 --- a/haskell-generate.cabal +++ b/haskell-generate.cabal @@ -1,5 +1,5 @@ name: haskell-generate -version: 0.2.2 +version: 0.2.3 license: BSD3 category: Code Generation, Language cabal-version: >= 1.10 @@ -9,9 +9,12 @@ maintainer: Benno Fünfstück stability: experimental homepage: http://github.com/bennofs/haskell-generate/ bug-reports: http://github.com/bennofs/haskell-generate/issues -copyright: Copyright (C) 2013 Benno Fünfstück -synopsis: haskell-generate -description: haskell-generate +copyright: Copyright (C) 2013-2015 Benno Fünfstück +synopsis: Typesafe generation of haskell source code +description: + This library provides an interface to generate haskell source code, verifying at compile time + that the resulting code typechecks. See https://github.com/bennofs/haskell-generate for an + introduction explaining how to use the library. build-type: Custom extra-source-files: