summaryrefslogtreecommitdiff
path: root/src/Codec
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-08-12 19:17:55 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-08-16 10:05:46 +0200
commitbc9f8083ab6c93bf11e33fba937434c71cc6886f (patch)
tree39dedd0cd881e72569bc69d3fd3a24036ee46cc4 /src/Codec
parent1d63c5147500e10d386f3843ba6930fe533ab4e5 (diff)
downloadpesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.tar.gz
pesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.tar.bz2
pesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.zip
Add ingredient/metadata extraction tools
Diffstat (limited to 'src/Codec')
-rw-r--r--src/Codec/Pesto/Lint.lhs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Codec/Pesto/Lint.lhs b/src/Codec/Pesto/Lint.lhs
index 4e7efa5..031d5af 100644
--- a/src/Codec/Pesto/Lint.lhs
+++ b/src/Codec/Pesto/Lint.lhs
@@ -3,7 +3,11 @@ Linting
.. class:: nodoc
-> module Codec.Pesto.Lint (lint, test, parseMetadata, extractMetadata) where
+> module Codec.Pesto.Lint (lint
+> , test
+> , parseMetadata
+> , extractMetadata
+> , Metadata(..)) where
> import Test.HUnit hiding (test, Node)
> import Data.List (sort, isPrefixOf)
> import Control.Applicative ((<*>), (<$>), (*>))