unused extensions

This commit is contained in:
Simon Michael 2014-03-28 16:23:40 -07:00
parent ef1cc06cab
commit b69e6c6946
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
{-# LANGUAGE TemplateHaskell, ScopedTypeVariables, DeriveDataTypeable #-}
{-|
hledger's cmdargs modes parse command-line arguments to an

View File

@ -1,4 +1,4 @@
{-# LANGUAGE RecordWildCards, DeriveDataTypeable, FlexibleInstances #-}
{-# LANGUAGE RecordWildCards, DeriveDataTypeable #-}
{-|
Options common to most hledger reports.

View File

@ -1,4 +1,4 @@
{-# LANGUAGE TemplateHaskell, ScopedTypeVariables, DeriveDataTypeable #-}
{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable #-}
{-|
Common cmdargs modes and flags, a command-line options type, and