Remove unused pragma

This commit is contained in:
rnhmjoj 2015-05-10 15:40:56 +02:00
parent 96b52fcdea
commit 7b17934ea1

View File

@ -1,4 +1,4 @@
{-# LANGUAGE OverloadedStrings, NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
module Application where
import Breve.Generator