Add standard header to the ‘Path’ module
The header is nice to have, it's displayed in Haddocks.
This commit is contained in:
parent
c281f3755e
commit
01d0f5c968
11
src/Path.hs
11
src/Path.hs
@ -1,3 +1,14 @@
|
||||
-- |
|
||||
-- Module : Path
|
||||
-- Copyright : © 2015–2016 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 #-}
|
||||
|
Loading…
Reference in New Issue
Block a user