From b80454c18537f5fcbe6486e28f46a888681a0619 Mon Sep 17 00:00:00 2001 From: Dmitrii Kovanikov Date: Sun, 16 May 2021 08:40:15 +0100 Subject: [PATCH] Update headroom template (#381) --- .headroom.yaml | 2 +- headroom-templates/haskell.mustache | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 headroom-templates/haskell.mustache diff --git a/.headroom.yaml b/.headroom.yaml index b3cd5745..652ef08d 100644 --- a/.headroom.yaml +++ b/.headroom.yaml @@ -10,7 +10,7 @@ source-paths: excluded-paths: [] template-paths: - - headroom-templates + - https://raw.githubusercontent.com/kowainik/org/main/headroom-templates/haskell.mustache variables: author: Kowainik diff --git a/headroom-templates/haskell.mustache b/headroom-templates/haskell.mustache deleted file mode 100644 index cc4dd1ca..00000000 --- a/headroom-templates/haskell.mustache +++ /dev/null @@ -1,10 +0,0 @@ -{- | -Module : {{{ _haskell_module_name }}} -Copyright : {{{ _haskell_module_copyright }}} -SPDX-License-Identifier : MPL-2.0 -Maintainer : {{ author }} <{{ email }}> -Stability : Stable -Portability : Portable - -{{{ _haskell_module_longdesc }}} --}