Skip to content

Commit d18aa30

Browse files
committed
clean up LANGUAGE pragmas
1 parent 268933b commit d18aa30

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

lib/Data/Time/Calendar/Gregorian.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE Safe #-}
2-
{-# LANGUAGE TypeSynonymInstances #-}
32

43
{-# OPTIONS -fno-warn-orphans #-}
54

lib/Data/Time/Clock/Internal/DiffTime.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{-# LANGUAGE CPP #-}
2-
{-# LANGUAGE InstanceSigs #-}
3-
{-# LANGUAGE QuasiQuotes #-}
4-
{-# LANGUAGE TemplateHaskell #-}
52
{-# LANGUAGE Trustworthy #-}
63

74
module Data.Time.Clock.Internal.DiffTime (

lib/Data/Time/Clock/Internal/NominalDiffTime.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{-# LANGUAGE CPP #-}
2-
{-# LANGUAGE InstanceSigs #-}
3-
{-# LANGUAGE QuasiQuotes #-}
4-
{-# LANGUAGE TemplateHaskell #-}
52
{-# LANGUAGE Trustworthy #-}
63

74
module Data.Time.Clock.Internal.NominalDiffTime (

test/main/Test/Format/Compile.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
-- Tests succeed if module compiles
2-
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
3-
42
module Test.Format.Compile (
53

64
) where

time.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ library
4848
DeriveGeneric
4949
StandaloneDeriving
5050
PatternSynonyms
51+
TypeSynonymInstances
5152
ViewPatterns
5253
ghc-options:
5354
-Wall

0 commit comments

Comments
 (0)