fix declared language extensions
This commit is contained in:
parent
da107970fb
commit
2f926c6a71
@ -29,7 +29,9 @@ executable breve
|
||||
other-modules: Application, Views, Breve.Settings,
|
||||
Breve.Generator, Breve.UrlTable,
|
||||
Paths_breve
|
||||
other-extensions: OverloadedStrings
|
||||
default-extensions: OverloadedStrings
|
||||
other-extensions: RecordWildCards, DeriveGeneric,
|
||||
DataKinds, KindSignatures, TypeOperators
|
||||
build-depends: base >=4.8 && <5.0,
|
||||
warp, warp-tls, tls, blaze-html, blaze-markup,
|
||||
servant-server, servant, servant-blaze,
|
||||
|
@ -1,5 +1,3 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
{-|
|
||||
This module defines the Breve configuration
|
||||
parser and application settings.
|
||||
|
@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RecordWildCards #-}
|
||||
|
||||
{-|
|
||||
|
@ -1,5 +1,3 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
{-|
|
||||
This module contains the HTML pages used by the
|
||||
web application. These are all obtained by filling
|
||||
|
Loading…
Reference in New Issue
Block a user