From b75aaac31f9a0cfeab9f173000d7d200bdb0b649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= Date: Sat, 31 May 2025 09:22:50 +0200 Subject: [PATCH] Simplify .hs template --- template/hs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/template/hs b/template/hs index 40ef893..63e4d4b 100644 --- a/template/hs +++ b/template/hs @@ -1,18 +1,4 @@ --- | --- Module : --- Copyright : --- License : MIT --- --- Maintainer : --- Stability : unstable --- Portability : non-portable (ghc) --- - module X ( ) where - - - --- vim:set ft=haskell sw=2 ts=2 et: