File: Examples.hs

package info (click to toggle)
haskell-hcard 0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 96 kB
  • sloc: haskell: 280; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-- |
--Module       : Data.HCard.Examples
--Author       : Joe Fredette
--License      : BSD3
--Copyright    : Joe Fredette
--
--Maintainer   : Joe Fredette <jfredett.at.gmail.dot.com>
--Stability    : Unstable
--Portability  : portable 
--
--------------------------------------------------------------------------------
--Description  : Wrapper to export all the example uses of HCard
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

module Data.HCard.Examples (module Data.HCard.Examples.Cribbage) where

import Data.HCard.Examples.Cribbage