From 01d0f5c968d61c1b37fe777b4ce42a25b0f14678 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Thu, 28 Jan 2016 18:10:27 +0600 Subject: [PATCH] =?UTF-8?q?Add=20standard=20header=20to=20the=20=E2=80=98P?= =?UTF-8?q?ath=E2=80=99=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The header is nice to have, it's displayed in Haddocks. --- src/Path.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Path.hs b/src/Path.hs index 4f24494..d4fd6f8 100644 --- a/src/Path.hs +++ b/src/Path.hs @@ -1,3 +1,14 @@ +-- | +-- Module : Path +-- Copyright : © 2015–2016 FP Complete +-- License : BSD 3 clause +-- +-- Maintainer : Chris Done +-- Stability : experimental +-- Portability : portable +-- +-- Support for well-typed paths. + {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE EmptyDataDecls #-}