From 7b17934ea16d8ce88ecdc558dce069a5e6d18ce7 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 10 May 2015 15:40:56 +0200 Subject: [PATCH] Remove unused pragma --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 7f21693..39640eb 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE OverloadedStrings, NamedFieldPuns #-} +{-# LANGUAGE OverloadedStrings #-} module Application where import Breve.Generator