Add standard header to the ‘Path’ module

The header is nice to have, it's displayed in Haddocks.
This commit is contained in:
mrkkrp 2016-01-28 18:10:27 +06:00
parent c281f3755e
commit 01d0f5c968
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
-- |
-- Module : Path
-- Copyright : © 20152016 FP Complete
-- License : BSD 3 clause
--
-- Maintainer : Chris Done <chrisdone@fpcomplete.com>
-- Stability : experimental
-- Portability : portable
--
-- Support for well-typed paths.
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE EmptyDataDecls #-}