version 0.2.3

This commit is contained in:
Benno Fünfstück 2015-01-16 15:18:18 +01:00
parent 39bdc4302b
commit 95d1e7d17a
3 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Copyright 2013-2014 Benno Fünfstück
Copyright 2013-2015 Benno Fünfstück
All rights reserved.

View File

@ -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.

View File

@ -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 <benno.fuenfstueck@gmail.com>
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: