Skip to content

Commit

Permalink
remove redundant QuasiQuotes pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jan 27, 2024
1 parent 6649209 commit 87b329a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions app/Commands/Dev/Geb/Repl.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Commands.Dev.Geb.Repl where

import Commands.Base hiding
Expand Down
2 changes: 0 additions & 2 deletions app/Commands/Dev/Nockma/Repl.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Commands.Dev.Nockma.Repl where

import Commands.Base hiding (Atom)
Expand Down
2 changes: 0 additions & 2 deletions app/Commands/Repl.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Commands.Repl where

import Commands.Base hiding
Expand Down
2 changes: 0 additions & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Main (main) where

import App
Expand Down
2 changes: 0 additions & 2 deletions src/Juvix/Compiler/Nockma/Stdlib.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Juvix.Compiler.Nockma.Stdlib where

import Juvix.Compiler.Nockma.Translation.FromSource.QQ
Expand Down
2 changes: 0 additions & 2 deletions src/Juvix/Compiler/Pipeline/Lockfile.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Juvix.Compiler.Pipeline.Lockfile where

import Data.Aeson.BetterErrors
Expand Down
2 changes: 0 additions & 2 deletions test/Nockma/Compile/Positive.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Nockma.Compile.Positive where

import Base hiding (Path)
Expand Down
2 changes: 0 additions & 2 deletions test/Nockma/Eval/Positive.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE QuasiQuotes #-}

module Nockma.Eval.Positive where

import Base hiding (Path)
Expand Down

0 comments on commit 87b329a

Please sign in to comment.