Skip to content

Commit

Permalink
Cleaned the code from commentaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Zhabenko committed Aug 15, 2024
1 parent 487df2c commit b137efd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Tests

# Is taken from the https://github.com/yesodweb/yesod/blob/master/.github/workflows/tests.yml template

on:
pull_request:
push:
Expand Down
3 changes: 0 additions & 3 deletions Text/Shakespeare/I18N.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module Text.Shakespeare.I18N
) where

import Language.Haskell.TH.Syntax hiding (makeRelativeToProject)
--import Control.Applicative ((<$>))
import Control.Monad (filterM, forM)
import Data.Text (Text, pack, unpack)
import System.Directory
Expand All @@ -78,7 +77,6 @@ import Data.Ord (comparing)
import Text.Shakespeare.Base (Deref (..), Ident (..), parseHash, derefToExp)
import Text.ParserCombinators.Parsec (parse, many, eof, many1, noneOf, (<|>), string, spaces, char, option, alphaNum, sepBy1, try)
import Control.Arrow ((***))
--import Data.Monoid (mempty, mappend)
import qualified Data.Text as T
import Data.String (IsString (fromString))

Expand Down Expand Up @@ -197,7 +195,6 @@ mkMessageCommon genType prefix postfix master dt rawFolder lang = do

parseName = do
cxt' <- option [] parseContext
-- name' <- parseWord -- This one is no longer needed as a separate argument
args <- many parseWord
spaces
eof
Expand Down

0 comments on commit b137efd

Please sign in to comment.