Skip to content

Commit

Permalink
Add missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Feb 11, 2014
1 parent f7b4ce8 commit fe4af5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Data/Yaml/Aeson.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- | Just a re-export of @Data.Yaml@. In the future, this will be the canonical
-- name for that module\'s contents.
module Data.Yaml.Aeson
( module Data.Yaml
) where

import Data.Yaml

0 comments on commit fe4af5e

Please sign in to comment.