Skip to content

Commit

Permalink
rename library module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyagrd committed Dec 28, 2022
1 parent 7a2c364 commit 96ea4a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where

import Lib
import Text.Blaze.Html.Logger

import Text.Blaze
import Text.Blaze.Html5 hiding (main, head, span, div, map, style)
Expand Down
2 changes: 1 addition & 1 deletion blaze-latex-logger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source-repository head

library
exposed-modules:
Lib
Text.Blaze.Html.Logger
other-modules:
Paths_blaze_latex_logger
hs-source-dirs:
Expand Down
103 changes: 0 additions & 103 deletions src/Lib.hs

This file was deleted.

0 comments on commit 96ea4a2

Please sign in to comment.