Skip to content

Commit

Permalink
Merge pull request #292 from mbj/remove/redundant-template-haskell-pr…
Browse files Browse the repository at this point in the history
…agmas

Remove redundant template haskell lanmguage pragma
  • Loading branch information
mbj committed Dec 16, 2023
2 parents a3d2484 + 5e34cbe commit 44764f5
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 47 deletions.
2 changes: 0 additions & 2 deletions aws-checkip/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import AWS.Checkip.Prelude
Expand Down
2 changes: 0 additions & 2 deletions aws-rds/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import MPrelude
Expand Down
2 changes: 0 additions & 2 deletions aws-secrets/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import AWS.Secrets
Expand Down
2 changes: 0 additions & 2 deletions aws-temporary-ingress-rule/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import AWS.TemporaryIngressRule.Prelude
Expand Down
2 changes: 0 additions & 2 deletions cbt/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import CBT.Prelude
Expand Down
2 changes: 0 additions & 2 deletions cli-utils/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import MPrelude
Expand Down
2 changes: 0 additions & 2 deletions dbt/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

import MPrelude

import qualified CBT
Expand Down
6 changes: 3 additions & 3 deletions dbt/test/stack-9.4-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data-serializer 0.3.5
data-textual 0.3.0.3
dbt 0.2.1
deepseq 1.4.8.0
deferred-folds 0.9.18.5
deferred-folds 0.9.18.6
deriving-aeson 0.2.9
devtools 0.2.0
directory 1.3.7.1
Expand Down Expand Up @@ -105,7 +105,7 @@ indexed-traversable 0.1.3
indexed-traversable-instances 0.1.1.2
integer-gmp 1.1
integer-logarithms 1.0.3.1
isomorphism-class 0.1.0.11
isomorphism-class 0.1.0.12
libyaml 0.1.2
lifted-async 0.10.2.5
lifted-base 0.2.3.12
Expand All @@ -128,7 +128,7 @@ parser-combinators 1.3.0
parsers 0.12.11
pathtype 0.8.1.2
polyparse 1.13
postgresql-binary 0.13.1.1
postgresql-binary 0.13.1.2
postgresql-libpq 0.9.5.0
postgresql-syntax 0.4.1
pretty 1.1.3.6
Expand Down
2 changes: 0 additions & 2 deletions http-mclient/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where
import MPrelude

Expand Down
2 changes: 1 addition & 1 deletion http-mclient/test/stack-9.4-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ typed-process 0.2.11.1
unbounded-delays 0.1.1.1
uniplate 1.6.13
unix 2.7.3
unix-compat 0.7
unix-compat 0.7.1
unix-time 0.4.11
unliftio 0.2.25.0
unliftio-core 0.2.1.0
Expand Down
2 changes: 0 additions & 2 deletions lambda-alb/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import System.IO (IO)
Expand Down
2 changes: 0 additions & 2 deletions lambda-runtime/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import System.IO (IO)
Expand Down
2 changes: 0 additions & 2 deletions mio-amazonka/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import System.IO (IO)
Expand Down
2 changes: 0 additions & 2 deletions mio-core/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import Control.Monad.Reader
Expand Down
2 changes: 0 additions & 2 deletions mio-log/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

import Data.IORef
import MIO.Core
import MPrelude
Expand Down
2 changes: 0 additions & 2 deletions mprelude/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import System.IO (IO)
Expand Down
2 changes: 0 additions & 2 deletions pgt/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

import Control.Monad (sequence)
import PGT.Prelude
import Prelude (error)
Expand Down
8 changes: 4 additions & 4 deletions pgt/test/stack-9.4-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data-serializer 0.3.5
data-textual 0.3.0.3
dbt 0.2.1
deepseq 1.4.8.0
deferred-folds 0.9.18.5
deferred-folds 0.9.18.6
deriving-aeson 0.2.9
devtools 0.2.0
directory 1.3.7.1
Expand Down Expand Up @@ -106,7 +106,7 @@ indexed-traversable-instances 0.1.1.2
integer-gmp 1.1
integer-logarithms 1.0.3.1
invariant 0.6.2
isomorphism-class 0.1.0.11
isomorphism-class 0.1.0.12
libyaml 0.1.2
lifted-async 0.10.2.5
lifted-base 0.2.3.12
Expand All @@ -122,7 +122,7 @@ mtl 2.2.2
network 3.1.4.0
network-info 0.2.1
network-ip 0.3.0.3
nonempty-containers 0.3.4.4
nonempty-containers 0.3.4.5
nonempty-vector 0.2.3
old-locale 1.0.0.7
optparse-applicative 0.17.1.0
Expand All @@ -133,7 +133,7 @@ parsers 0.12.11
pathtype 0.8.1.2
pgt 0.0.4
polyparse 1.13
postgresql-binary 0.13.1.1
postgresql-binary 0.13.1.2
postgresql-libpq 0.9.5.0
postgresql-syntax 0.4.1
pretty 1.1.3.6
Expand Down
2 changes: 1 addition & 1 deletion stack-9.4.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.23
resolver: lts-21.24
extra-deps:
- amazonka-2.0
- amazonka-cloudformation-2.0
Expand Down
8 changes: 4 additions & 4 deletions stack-9.4.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ packages:
url: https://github.com/mbj/stratosphere/archive/7c462f2de4369a76df22d4b34b2f3a9e7754c731.tar.gz
snapshots:
- completed:
sha256: 8809197159ce65ec2d66f91982e4844ad0c2cbd1126df42146dd103c0ea6cac0
size: 640063
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/23.yaml
original: lts-21.23
sha256: abcc4a65c15c7c2313f1a87f01bfd4d910516e1930b99653eef1d2d006515916
size: 640074
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/24.yaml
original: lts-21.24
2 changes: 0 additions & 2 deletions stack-deploy/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import System.IO (IO)
Expand Down
2 changes: 0 additions & 2 deletions xray/test/Test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE TemplateHaskell #-}

module Main (main) where

import MPrelude
Expand Down

0 comments on commit 44764f5

Please sign in to comment.