diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-08-12 19:17:55 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-08-16 10:05:46 +0200 |
commit | bc9f8083ab6c93bf11e33fba937434c71cc6886f (patch) | |
tree | 39dedd0cd881e72569bc69d3fd3a24036ee46cc4 /src/Codec/Pesto | |
parent | 1d63c5147500e10d386f3843ba6930fe533ab4e5 (diff) | |
download | pesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.tar.gz pesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.tar.bz2 pesto-bc9f8083ab6c93bf11e33fba937434c71cc6886f.zip |
Add ingredient/metadata extraction tools
Diffstat (limited to 'src/Codec/Pesto')
-rw-r--r-- | src/Codec/Pesto/Lint.lhs | 6 |
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 ((<*>), (<$>), (*>)) |