diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-08-13 10:49:47 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-08-16 10:06:45 +0200 |
commit | 32638a6ff1292360c1a59cc2f0a864cfea345cc6 (patch) | |
tree | 30edee784bc3863e856a0e261a4e802fac1728be | |
parent | 5ec74cc5d73352db5d81482bbc38773bb595d23b (diff) | |
download | pesto-32638a6ff1292360c1a59cc2f0a864cfea345cc6.tar.gz pesto-32638a6ff1292360c1a59cc2f0a864cfea345cc6.tar.bz2 pesto-32638a6ff1292360c1a59cc2f0a864cfea345cc6.zip |
Add wip warning
-rw-r--r-- | src/Codec/Pesto.lhs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Codec/Pesto.lhs b/src/Codec/Pesto.lhs index bfca8af..bf8e977 100644 --- a/src/Codec/Pesto.lhs +++ b/src/Codec/Pesto.lhs @@ -5,6 +5,11 @@ Pesto specification draft Pesto is a text-based human-editable and machine-transformable cooking recipe interchange format. +.. warning:: + + This specification is work-in-progress and thus neither stable, consistent or + complete. + .. class:: nodoc > module Codec.Pesto where |