headroom-0.3.0.0: test-data/code-samples/haskell/full.hs
{-|
Module : Test
Description : Short description
Copyright : (c) Some Guy, 2013
Someone Else, 2014
License : GPL-3
Maintainer : sample@email.com
Stability : experimental
Portability : POSIX
long
description
-}
{-# LANGUAGE OverloadedStrings #-}
module Test where
foo :: String
foo = "Hello, world!"